[css-typed-om] Replace Element.styleMap with Element.attributeStyleMap [chromium/src : master]

4 views
Skip to first unread message

Hwanseung Lee (Gerrit)

unread,
Nov 12, 2017, 11:39:56 PM11/12/17
to blink-re...@chromium.org, blink-rev...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, eae+bli...@chromium.org, Darren Shen, Kentaro Hara, Commit Bot, chromium...@chromium.org, Rob Buis

@Shend, haraken
PTAL, thanks.

View Change

    To view, visit change 765553. To unsubscribe, or for help writing mail filters, visit settings.

    Gerrit-Project: chromium/src
    Gerrit-Branch: master
    Gerrit-MessageType: comment
    Gerrit-Change-Id: I25c3dd401702505981b77fe38aa4798ea8ea9bd6
    Gerrit-Change-Number: 765553
    Gerrit-PatchSet: 4
    Gerrit-Owner: Hwanseung Lee <hs121...@samsung.com>
    Gerrit-Reviewer: Darren Shen <sh...@chromium.org>
    Gerrit-Reviewer: Hwanseung Lee <hs121...@samsung.com>
    Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
    Gerrit-CC: Commit Bot <commi...@chromium.org>
    Gerrit-CC: Rob Buis <rob....@samsung.com>
    Gerrit-Comment-Date: Mon, 13 Nov 2017 04:39:47 +0000
    Gerrit-HasComments: No
    Gerrit-HasLabels: No

    Hwanseung Lee (Gerrit)

    unread,
    Nov 12, 2017, 11:42:44 PM11/12/17
    to Darren Shen, Kentaro Hara, blink-re...@chromium.org, blink-rev...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, eae+bli...@chromium.org, chromium...@chromium.org, Rob Buis, Commit Bot

    Hwanseung Lee uploaded patch set #5 to this change.

    View Change

    [css-typed-om] Replace Element.styleMap with Element.attributeStyleMap

    Replace Element.styleMap with Element.attributeStyleMap.
    Element.sytleMap is still behind runtime feature of CSSTypedOM.
    so it does not need to notify at blink-dev groups.

    https://drafts.css-houdini.org/css-typed-om-1/#inline-stylepropertymap

    Bug:774933
    Change-Id: I25c3dd401702505981b77fe38aa4798ea8ea9bd6
    ---
    M third_party/WebKit/LayoutTests/external/wpt/css/css-typed-om/declared-styleMap-accepts-inherit.html
    M third_party/WebKit/LayoutTests/external/wpt/css/css-typed-om/styleMap-update-function-expected.txt
    M third_party/WebKit/LayoutTests/external/wpt/css/css-typed-om/styleMap-update-function.html
    M third_party/WebKit/LayoutTests/typedcssom/cssURLImageValue.html
    M third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_append.html
    M third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_delete.html
    M third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_getAll.html
    M third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_getProperties.html
    M third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_iteration.html
    M third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_iterationWithModification.html
    M third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_setGet.html
    M third_party/WebKit/LayoutTests/typedcssom/inlinestyle/numbers.html
    M third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/background-image.html
    M third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/property-suite.js
    M third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/transform.html
    M third_party/WebKit/LayoutTests/typedcssom/inlinestyle/transform-perspective.html
    M third_party/WebKit/LayoutTests/typedcssom/inlinestyle/unparsedValue.html
    M third_party/WebKit/LayoutTests/typedcssom/inlinestyle/unsupported-properties.html
    M third_party/WebKit/LayoutTests/typedcssom/stylevalue-serialization/cssKeywordValue.html
    M third_party/WebKit/LayoutTests/typedcssom/stylevalue-serialization/cssPositionValue.html
    M third_party/WebKit/LayoutTests/typedcssom/stylevalue-serialization/cssUnitValue.html
    M third_party/WebKit/LayoutTests/typedcssom/stylevalue-subclasses/cssUrlImageValue.html
    M third_party/WebKit/LayoutTests/typedcssom/the-stylepropertymap/computed.html
    M third_party/WebKit/LayoutTests/typedcssom/the-stylepropertymap/get.html
    M third_party/WebKit/LayoutTests/typedcssom/the-stylepropertymap/getAll.html
    M third_party/WebKit/LayoutTests/typedcssom/the-stylepropertymap/getProperties.html
    M third_party/WebKit/LayoutTests/typedcssom/the-stylepropertymap/has.html
    M third_party/WebKit/LayoutTests/typedcssom/the-stylepropertymap/iterable.html
    M third_party/WebKit/LayoutTests/webexposed/element-instance-property-listing-expected.txt
    M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
    M third_party/WebKit/Source/core/dom/Element.cpp
    M third_party/WebKit/Source/core/dom/Element.h
    M third_party/WebKit/Source/core/dom/Element.idl
    33 files changed, 152 insertions(+), 157 deletions(-)

    To view, visit change 765553. To unsubscribe, or for help writing mail filters, visit settings.

    Gerrit-Project: chromium/src
    Gerrit-Branch: master
    Gerrit-MessageType: newpatchset
    Gerrit-Change-Id: I25c3dd401702505981b77fe38aa4798ea8ea9bd6
    Gerrit-Change-Number: 765553
    Gerrit-PatchSet: 5

    Blink WPT Bot (Gerrit)

    unread,
    Nov 12, 2017, 11:44:03 PM11/12/17
    to Hwanseung Lee, blink-re...@chromium.org, blink-rev...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, eae+bli...@chromium.org, Darren Shen, Kentaro Hara, Commit Bot, chromium...@chromium.org, Rob Buis

    Exportable changes to web-platform-tests were detected in this CL and a pull request in the upstream repo has been made: https://github.com/w3c/web-platform-tests/pull/8161.

    If this CL lands and Travis CI upstream is green, we will auto-merge the PR.

    Note: Please check the Travis CI status (at the bottom of the PR) before landing this CL and only land this CL if the status is green. Otherwise a human needs to step in and resolve it manually. (This may be automated in the future, see https://crbug.com/711447)

    WPT Export docs:
    https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md#Automatic-export-process

    View Change

      To view, visit change 765553. To unsubscribe, or for help writing mail filters, visit settings.

      Gerrit-Project: chromium/src
      Gerrit-Branch: master
      Gerrit-MessageType: comment
      Gerrit-Change-Id: I25c3dd401702505981b77fe38aa4798ea8ea9bd6
      Gerrit-Change-Number: 765553
      Gerrit-PatchSet: 5
      Gerrit-Owner: Hwanseung Lee <hs121...@samsung.com>
      Gerrit-Reviewer: Darren Shen <sh...@chromium.org>
      Gerrit-Reviewer: Hwanseung Lee <hs121...@samsung.com>
      Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
      Gerrit-CC: Blink WPT Bot <blink-w3c-te...@chromium.org>
      Gerrit-CC: Commit Bot <commi...@chromium.org>
      Gerrit-CC: Rob Buis <rob....@samsung.com>
      Gerrit-Comment-Date: Mon, 13 Nov 2017 04:43:53 +0000
      Gerrit-HasComments: No
      Gerrit-HasLabels: No

      Darren Shen (Gerrit)

      unread,
      Nov 13, 2017, 12:21:03 AM11/13/17
      to Hwanseung Lee, blink-re...@chromium.org, blink-rev...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, eae+bli...@chromium.org, Blink WPT Bot, Kentaro Hara, Commit Bot, chromium...@chromium.org, Rob Buis

      Awesome, LGTM

      Patch set 5:Code-Review +1

      View Change

        To view, visit change 765553. To unsubscribe, or for help writing mail filters, visit settings.

        Gerrit-Project: chromium/src
        Gerrit-Branch: master
        Gerrit-MessageType: comment
        Gerrit-Change-Id: I25c3dd401702505981b77fe38aa4798ea8ea9bd6
        Gerrit-Change-Number: 765553
        Gerrit-PatchSet: 5
        Gerrit-Owner: Hwanseung Lee <hs121...@samsung.com>
        Gerrit-Reviewer: Darren Shen <sh...@chromium.org>
        Gerrit-Reviewer: Hwanseung Lee <hs121...@samsung.com>
        Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
        Gerrit-CC: Blink WPT Bot <blink-w3c-te...@chromium.org>
        Gerrit-CC: Commit Bot <commi...@chromium.org>
        Gerrit-CC: Rob Buis <rob....@samsung.com>
        Gerrit-Comment-Date: Mon, 13 Nov 2017 05:20:58 +0000
        Gerrit-HasComments: No
        Gerrit-HasLabels: Yes

        Kentaro Hara (Gerrit)

        unread,
        Nov 13, 2017, 1:16:51 AM11/13/17
        to Hwanseung Lee, blink-re...@chromium.org, blink-rev...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, eae+bli...@chromium.org, Darren Shen, Blink WPT Bot, Commit Bot, chromium...@chromium.org, Rob Buis
        Gerrit-Comment-Date: Mon, 13 Nov 2017 06:16:45 +0000
        Gerrit-HasComments: No
        Gerrit-HasLabels: Yes

        Hwanseung Lee (Gerrit)

        unread,
        Nov 13, 2017, 1:17:40 AM11/13/17
        to blink-re...@chromium.org, blink-rev...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, eae+bli...@chromium.org, Kentaro Hara, Darren Shen, Blink WPT Bot, Commit Bot, chromium...@chromium.org, Rob Buis

        Patch set 5:Commit-Queue +2

        View Change

          To view, visit change 765553. To unsubscribe, or for help writing mail filters, visit settings.

          Gerrit-Project: chromium/src
          Gerrit-Branch: master
          Gerrit-MessageType: comment
          Gerrit-Change-Id: I25c3dd401702505981b77fe38aa4798ea8ea9bd6
          Gerrit-Change-Number: 765553
          Gerrit-PatchSet: 5
          Gerrit-Owner: Hwanseung Lee <hs121...@samsung.com>
          Gerrit-Reviewer: Darren Shen <sh...@chromium.org>
          Gerrit-Reviewer: Hwanseung Lee <hs121...@samsung.com>
          Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
          Gerrit-CC: Blink WPT Bot <blink-w3c-te...@chromium.org>
          Gerrit-CC: Commit Bot <commi...@chromium.org>
          Gerrit-CC: Rob Buis <rob....@samsung.com>
          Gerrit-Comment-Date: Mon, 13 Nov 2017 06:17:32 +0000
          Gerrit-HasComments: No
          Gerrit-HasLabels: Yes

          Hwanseung Lee (Gerrit)

          unread,
          Nov 13, 2017, 1:26:58 AM11/13/17
          to Darren Shen, Kentaro Hara, blink-re...@chromium.org, blink-rev...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, eae+bli...@chromium.org, Blink WPT Bot, chromium...@chromium.org, Rob Buis, Commit Bot

          Hwanseung Lee uploaded patch set #6 to this change.

          To view, visit change 765553. To unsubscribe, or for help writing mail filters, visit settings.

          Gerrit-Project: chromium/src
          Gerrit-Branch: master
          Gerrit-MessageType: newpatchset
          Gerrit-Change-Id: I25c3dd401702505981b77fe38aa4798ea8ea9bd6
          Gerrit-Change-Number: 765553
          Gerrit-PatchSet: 6

          Hwanseung Lee (Gerrit)

          unread,
          Nov 13, 2017, 1:27:33 AM11/13/17
          to blink-re...@chromium.org, blink-rev...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, eae+bli...@chromium.org, Kentaro Hara, Darren Shen, Blink WPT Bot, Commit Bot, chromium...@chromium.org, Rob Buis

          Patch set 6:Commit-Queue +2

          View Change

            To view, visit change 765553. To unsubscribe, or for help writing mail filters, visit settings.

            Gerrit-Project: chromium/src
            Gerrit-Branch: master
            Gerrit-MessageType: comment
            Gerrit-Change-Id: I25c3dd401702505981b77fe38aa4798ea8ea9bd6
            Gerrit-Change-Number: 765553
            Gerrit-PatchSet: 6
            Gerrit-Owner: Hwanseung Lee <hs121...@samsung.com>
            Gerrit-Reviewer: Darren Shen <sh...@chromium.org>
            Gerrit-Reviewer: Hwanseung Lee <hs121...@samsung.com>
            Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
            Gerrit-CC: Blink WPT Bot <blink-w3c-te...@chromium.org>
            Gerrit-CC: Commit Bot <commi...@chromium.org>
            Gerrit-CC: Rob Buis <rob....@samsung.com>
            Gerrit-Comment-Date: Mon, 13 Nov 2017 06:27:27 +0000
            Gerrit-HasComments: No
            Gerrit-HasLabels: Yes

            Commit Bot (Gerrit)

            unread,
            Nov 13, 2017, 1:27:41 AM11/13/17
            to Hwanseung Lee, blink-re...@chromium.org, blink-rev...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, eae+bli...@chromium.org, Kentaro Hara, Darren Shen, Blink WPT Bot, chromium...@chromium.org, Rob Buis

            CQ is trying the patch.

            Note: The patchset sent to CQ was uploaded after this CL was approved.
            "Edit commit message" https://chromium-review.googlesource.com/c/765553/6

            Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/chromium-review.googlesource.com/765553/6

            Bot data: {"action": "start", "triggered_at": "2017-11-13T06:27:27.0Z", "cq_cfg_revision": "53169efc778284a99b3c4c6637cbeab1b9e8da7d", "revision": "fc1ab9f470a99d0ac2eede2358df9dea13aca929"}

            Gerrit-Comment-Date: Mon, 13 Nov 2017 06:27:38 +0000
            Gerrit-HasComments: No
            Gerrit-HasLabels: No

            Blink WPT Bot (Gerrit)

            unread,
            Nov 13, 2017, 1:36:11 AM11/13/17
            to Hwanseung Lee, blink-re...@chromium.org, blink-rev...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, eae+bli...@chromium.org, Kentaro Hara, Darren Shen, Commit Bot, chromium...@chromium.org, Rob Buis

            Successfully updated WPT GitHub pull request with new revision "Edit commit message": https://github.com/w3c/web-platform-tests/pull/8161

            View Change

              To view, visit change 765553. To unsubscribe, or for help writing mail filters, visit settings.

              Gerrit-Project: chromium/src
              Gerrit-Branch: master
              Gerrit-MessageType: comment
              Gerrit-Change-Id: I25c3dd401702505981b77fe38aa4798ea8ea9bd6
              Gerrit-Change-Number: 765553
              Gerrit-PatchSet: 6
              Gerrit-Owner: Hwanseung Lee <hs121...@samsung.com>
              Gerrit-Reviewer: Darren Shen <sh...@chromium.org>
              Gerrit-Reviewer: Hwanseung Lee <hs121...@samsung.com>
              Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
              Gerrit-CC: Blink WPT Bot <blink-w3c-te...@chromium.org>
              Gerrit-CC: Commit Bot <commi...@chromium.org>
              Gerrit-CC: Rob Buis <rob....@samsung.com>
              Gerrit-Comment-Date: Mon, 13 Nov 2017 06:36:08 +0000
              Gerrit-HasComments: No
              Gerrit-HasLabels: No

              Commit Bot (Gerrit)

              unread,
              Nov 13, 2017, 1:47:42 AM11/13/17
              to Hwanseung Lee, blink-re...@chromium.org, blink-rev...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, eae+bli...@chromium.org, Kentaro Hara, Darren Shen, Blink WPT Bot, chromium...@chromium.org, Rob Buis
              Try jobs failed on following builders:
              chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/589499)

              View Change

                To view, visit change 765553. To unsubscribe, or for help writing mail filters, visit settings.

                Gerrit-Project: chromium/src
                Gerrit-Branch: master
                Gerrit-MessageType: comment
                Gerrit-Change-Id: I25c3dd401702505981b77fe38aa4798ea8ea9bd6
                Gerrit-Change-Number: 765553
                Gerrit-PatchSet: 6
                Gerrit-Owner: Hwanseung Lee <hs121...@samsung.com>
                Gerrit-Reviewer: Darren Shen <sh...@chromium.org>
                Gerrit-Reviewer: Hwanseung Lee <hs121...@samsung.com>
                Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                Gerrit-CC: Blink WPT Bot <blink-w3c-te...@chromium.org>
                Gerrit-CC: Commit Bot <commi...@chromium.org>
                Gerrit-CC: Rob Buis <rob....@samsung.com>
                Gerrit-Comment-Date: Mon, 13 Nov 2017 06:47:39 +0000
                Gerrit-HasComments: No
                Gerrit-HasLabels: No

                Hwanseung Lee (Gerrit)

                unread,
                Nov 13, 2017, 1:53:18 AM11/13/17
                to blink-re...@chromium.org, blink-rev...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, eae+bli...@chromium.org, Kentaro Hara, Darren Shen, Blink WPT Bot, Commit Bot, chromium...@chromium.org, Rob Buis

                present presumit was not working well... :(
                i think presumit will be okay after other patch merged(https://chromium-review.googlesource.com/c/chromium/src/+/765215)

                View Change

                  To view, visit change 765553. To unsubscribe, or for help writing mail filters, visit settings.

                  Gerrit-Project: chromium/src
                  Gerrit-Branch: master
                  Gerrit-MessageType: comment
                  Gerrit-Change-Id: I25c3dd401702505981b77fe38aa4798ea8ea9bd6
                  Gerrit-Change-Number: 765553
                  Gerrit-PatchSet: 6
                  Gerrit-Owner: Hwanseung Lee <hs121...@samsung.com>
                  Gerrit-Reviewer: Darren Shen <sh...@chromium.org>
                  Gerrit-Reviewer: Hwanseung Lee <hs121...@samsung.com>
                  Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                  Gerrit-CC: Blink WPT Bot <blink-w3c-te...@chromium.org>
                  Gerrit-CC: Commit Bot <commi...@chromium.org>
                  Gerrit-CC: Rob Buis <rob....@samsung.com>
                  Gerrit-Comment-Date: Mon, 13 Nov 2017 06:53:12 +0000
                  Gerrit-HasComments: No
                  Gerrit-HasLabels: No

                  Hwanseung Lee (Gerrit)

                  unread,
                  Nov 13, 2017, 2:01:22 AM11/13/17
                  to blink-re...@chromium.org, blink-rev...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, eae+bli...@chromium.org, Kentaro Hara, Darren Shen, Blink WPT Bot, Commit Bot, chromium...@chromium.org, Rob Buis

                  Patch set 6:Commit-Queue +2

                  View Change

                    To view, visit change 765553. To unsubscribe, or for help writing mail filters, visit settings.

                    Gerrit-Project: chromium/src
                    Gerrit-Branch: master
                    Gerrit-MessageType: comment
                    Gerrit-Change-Id: I25c3dd401702505981b77fe38aa4798ea8ea9bd6
                    Gerrit-Change-Number: 765553
                    Gerrit-PatchSet: 6
                    Gerrit-Owner: Hwanseung Lee <hs121...@samsung.com>
                    Gerrit-Reviewer: Darren Shen <sh...@chromium.org>
                    Gerrit-Reviewer: Hwanseung Lee <hs121...@samsung.com>
                    Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                    Gerrit-CC: Blink WPT Bot <blink-w3c-te...@chromium.org>
                    Gerrit-CC: Commit Bot <commi...@chromium.org>
                    Gerrit-CC: Rob Buis <rob....@samsung.com>
                    Gerrit-Comment-Date: Mon, 13 Nov 2017 07:01:15 +0000
                    Gerrit-HasComments: No
                    Gerrit-HasLabels: Yes

                    Commit Bot (Gerrit)

                    unread,
                    Nov 13, 2017, 2:01:30 AM11/13/17
                    to Hwanseung Lee, blink-re...@chromium.org, blink-rev...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, eae+bli...@chromium.org, Kentaro Hara, Darren Shen, Blink WPT Bot, chromium...@chromium.org, Rob Buis

                    CQ is trying the patch.

                    Note: The patchset sent to CQ was uploaded after this CL was approved.
                    "Edit commit message" https://chromium-review.googlesource.com/c/765553/6

                    Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/chromium-review.googlesource.com/765553/6

                    Bot data: {"action": "start", "triggered_at": "2017-11-13T07:01:15.0Z", "cq_cfg_revision": "53169efc778284a99b3c4c6637cbeab1b9e8da7d", "revision": "fc1ab9f470a99d0ac2eede2358df9dea13aca929"}

                    Gerrit-Comment-Date: Mon, 13 Nov 2017 07:01:27 +0000
                    Gerrit-HasComments: No
                    Gerrit-HasLabels: No

                    Commit Bot (Gerrit)

                    unread,
                    Nov 13, 2017, 2:11:17 AM11/13/17
                    to Hwanseung Lee, blink-re...@chromium.org, blink-rev...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, eae+bli...@chromium.org, Kentaro Hara, Darren Shen, Blink WPT Bot, chromium...@chromium.org, Rob Buis

                    Commit Bot merged this change.

                    View Change

                    Approvals: Kentaro Hara: Looks good to me Darren Shen: Looks good to me Hwanseung Lee: Commit
                    [css-typed-om] Replace Element.styleMap with Element.attributeStyleMap

                    Replace Element.styleMap with Element.attributeStyleMap.
                    Element.sytleMap is still behind runtime feature of CSSTypedOM.
                    so it does not need to notify at blink-dev groups.

                    https://drafts.css-houdini.org/css-typed-om-1/#inline-stylepropertymap

                    Bug: 774933
                    Change-Id: I25c3dd401702505981b77fe38aa4798ea8ea9bd6
                    Reviewed-on: https://chromium-review.googlesource.com/765553
                    Commit-Queue: Hwanseung Lee <hs121...@samsung.com>
                    Reviewed-by: Darren Shen <sh...@chromium.org>
                    Reviewed-by: Kentaro Hara <har...@chromium.org>
                    Cr-Commit-Position: refs/heads/master@{#515894}

                    To view, visit change 765553. To unsubscribe, or for help writing mail filters, visit settings.

                    Gerrit-Project: chromium/src
                    Gerrit-Branch: master
                    Gerrit-MessageType: merged
                    Gerrit-Change-Id: I25c3dd401702505981b77fe38aa4798ea8ea9bd6
                    Gerrit-Change-Number: 765553
                    Gerrit-PatchSet: 7
                    Gerrit-Owner: Hwanseung Lee <hs121...@samsung.com>
                    Gerrit-Reviewer: Commit Bot <commi...@chromium.org>
                    Gerrit-Reviewer: Darren Shen <sh...@chromium.org>
                    Gerrit-Reviewer: Hwanseung Lee <hs121...@samsung.com>
                    Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                    Gerrit-CC: Blink WPT Bot <blink-w3c-te...@chromium.org>

                    Blink WPT Bot (Gerrit)

                    unread,
                    Nov 13, 2017, 2:26:51 AM11/13/17
                    to Hwanseung Lee, Commit Bot, blink-re...@chromium.org, blink-rev...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, eae+bli...@chromium.org, Kentaro Hara, Darren Shen, chromium...@chromium.org, Rob Buis

                    The WPT PR for this CL has been merged upstream! https://github.com/w3c/web-platform-tests/pull/8161

                    View Change

                      To view, visit change 765553. To unsubscribe, or for help writing mail filters, visit settings.

                      Gerrit-Project: chromium/src
                      Gerrit-Branch: master
                      Gerrit-MessageType: comment
                      Gerrit-Change-Id: I25c3dd401702505981b77fe38aa4798ea8ea9bd6
                      Gerrit-Change-Number: 765553
                      Gerrit-PatchSet: 7
                      Gerrit-Owner: Hwanseung Lee <hs121...@samsung.com>
                      Gerrit-Reviewer: Commit Bot <commi...@chromium.org>
                      Gerrit-Reviewer: Darren Shen <sh...@chromium.org>
                      Gerrit-Reviewer: Hwanseung Lee <hs121...@samsung.com>
                      Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                      Gerrit-CC: Blink WPT Bot <blink-w3c-te...@chromium.org>
                      Gerrit-CC: Rob Buis <rob....@samsung.com>
                      Gerrit-Comment-Date: Mon, 13 Nov 2017 07:26:48 +0000
                      Gerrit-HasComments: No
                      Gerrit-HasLabels: No
                      Reply all
                      Reply to author
                      Forward
                      0 new messages