Create controller/ component in blink. The first non-boilerplate files in here are WebDevToolsAgentImpl. [chromium/src : master]

0 views
Skip to first unread message

Nicholas Verne (Gerrit)

unread,
Jun 26, 2017, 4:16:11 AM6/26/17
to apavlo...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, caseq...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, platform-architect...@chromium.org, devtools...@chromium.org, chromium...@chromium.org, Adam Barth, Daniel Cheng

Nicholas Verne uploaded patch set #2 to this change.

View Change

Create controller/ component in blink.
The first non-boilerplate files in here are WebDevToolsAgentImpl.

The controller/ is depended on by web (temporarily) and is part

Bug:
Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
---
A third_party/WebKit/Source/controller/BUILD.gn
A third_party/WebKit/Source/controller/ControllerExport.h
A third_party/WebKit/Source/controller/DEPS
A third_party/WebKit/Source/controller/OWNERS
R third_party/WebKit/Source/controller/WebDevToolsAgentImpl.cpp
R third_party/WebKit/Source/controller/WebDevToolsAgentImpl.h
M third_party/WebKit/Source/core/exported/BUILD.gn
A third_party/WebKit/Source/core/exported/WebViewBase.cpp
M third_party/WebKit/Source/core/exported/WebViewBase.h
M third_party/WebKit/Source/web/BUILD.gn
M third_party/WebKit/Source/web/DEPS
M third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
M third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
M third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
M third_party/WebKit/Source/web/WebViewImpl.cpp
M third_party/WebKit/public/BUILD.gn
16 files changed, 191 insertions(+), 17 deletions(-)

To view, visit change 547379. To unsubscribe, visit settings.

Gerrit-Project: chromium/src
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
Gerrit-Change-Number: 547379
Gerrit-PatchSet: 2
Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
Gerrit-CC: Adam Barth <aba...@chromium.org>
Gerrit-CC: Daniel Cheng <dch...@chromium.org>

Nicholas Verne (Gerrit)

unread,
Jun 26, 2017, 4:18:12 AM6/26/17
to apavlo...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, caseq...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, platform-architect...@chromium.org, Stuart Langley, Kentaro Hara, Sasha Morrissey, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

Nicholas Verne posted comments on this change.

View Change

Patch set 2:

It's not my preferred option, but here's a CL creating controller/ and moving WebDevToolsAgentImpl there. We can do this if we get too much pushback on https://chromium-review.googlesource.com/c/544726/

    To view, visit change 547379. To unsubscribe, visit settings.

    Gerrit-Project: chromium/src
    Gerrit-Branch: master
    Gerrit-MessageType: comment
    Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
    Gerrit-Change-Number: 547379
    Gerrit-PatchSet: 2
    Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
    Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
    Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
    Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
    Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
    Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
    Gerrit-CC: Adam Barth <aba...@chromium.org>
    Gerrit-CC: Daniel Cheng <dch...@chromium.org>
    Gerrit-Comment-Date: Mon, 26 Jun 2017 08:18:07 +0000
    Gerrit-HasComments: No
    Gerrit-HasLabels: No

    Nicholas Verne (Gerrit)

    unread,
    Jun 26, 2017, 4:18:12 AM6/26/17
    to Sasha Morrissey, Joel Hockey, Stuart Langley, Kentaro Hara, apavlo...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, caseq...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, platform-architect...@chromium.org

    Nicholas Verne would like Sasha Morrissey, Joel Hockey, Stuart Langley and Kentaro Hara to review this change.

    View Change

    Create controller/ component in blink.
    The first non-boilerplate files in here are WebDevToolsAgentImpl.

    The controller/ is depended on by web (temporarily) and is part

    Bug:
    Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
    ---
    A third_party/WebKit/Source/controller/BUILD.gn
    A third_party/WebKit/Source/controller/ControllerExport.h
    A third_party/WebKit/Source/controller/DEPS
    A third_party/WebKit/Source/controller/OWNERS
    R third_party/WebKit/Source/controller/WebDevToolsAgentImpl.cpp
    R third_party/WebKit/Source/controller/WebDevToolsAgentImpl.h
    M third_party/WebKit/Source/core/exported/BUILD.gn
    A third_party/WebKit/Source/core/exported/WebViewBase.cpp
    M third_party/WebKit/Source/core/exported/WebViewBase.h
    M third_party/WebKit/Source/web/BUILD.gn
    M third_party/WebKit/Source/web/DEPS
    M third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
    M third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
    M third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
    M third_party/WebKit/Source/web/WebViewImpl.cpp
    M third_party/WebKit/public/BUILD.gn
    16 files changed, 191 insertions(+), 17 deletions(-)


    To view, visit change 547379. To unsubscribe, visit settings.

    Gerrit-Project: chromium/src
    Gerrit-Branch: master
    Gerrit-MessageType: newchange

    Nicholas Verne (Gerrit)

    unread,
    Jun 26, 2017, 4:19:35 AM6/26/17
    to apavlo...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, caseq...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, platform-architect...@chromium.org, Stuart Langley, Kentaro Hara, Sasha Morrissey, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

    Nicholas Verne posted comments on this change.

    View Change

    Patch set 2:Commit-Queue +1

      To view, visit change 547379. To unsubscribe, visit settings.

      Gerrit-Project: chromium/src
      Gerrit-Branch: master
      Gerrit-MessageType: comment
      Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
      Gerrit-Change-Number: 547379
      Gerrit-PatchSet: 2
      Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
      Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
      Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
      Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
      Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
      Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
      Gerrit-CC: Adam Barth <aba...@chromium.org>
      Gerrit-CC: Daniel Cheng <dch...@chromium.org>
      Gerrit-Comment-Date: Mon, 26 Jun 2017 08:19:31 +0000
      Gerrit-HasComments: No
      Gerrit-HasLabels: Yes

      Kentaro Hara (Gerrit)

      unread,
      Jun 26, 2017, 4:26:22 AM6/26/17
      to Nicholas Verne, apavlo...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, caseq...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, platform-architect...@chromium.org, Commit Bot, Stuart Langley, Sasha Morrissey, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

      Kentaro Hara posted comments on this change.

      View Change

      Patch set 2:

      This CL is just for experiment, right? If so, you can write something like "WIP" in the CL description. (Otherwise, people who don't have the background will be confused :-)

        To view, visit change 547379. To unsubscribe, visit settings.

        Gerrit-Project: chromium/src
        Gerrit-Branch: master
        Gerrit-MessageType: comment
        Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
        Gerrit-Change-Number: 547379
        Gerrit-PatchSet: 2
        Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
        Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
        Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
        Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
        Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
        Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
        Gerrit-CC: Adam Barth <aba...@chromium.org>
        Gerrit-CC: Commit Bot <commi...@chromium.org>
        Gerrit-CC: Daniel Cheng <dch...@chromium.org>
        Gerrit-Comment-Date: Mon, 26 Jun 2017 08:26:18 +0000
        Gerrit-HasComments: No
        Gerrit-HasLabels: No

        Nicholas Verne (Gerrit)

        unread,
        Jun 26, 2017, 4:31:19 AM6/26/17
        to Sasha Morrissey, Joel Hockey, Stuart Langley, Kentaro Hara, apavlo...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, caseq...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, platform-architect...@chromium.org, devtools...@chromium.org, chromium...@chromium.org, Commit Bot, Adam Barth, Daniel Cheng

        Nicholas Verne uploaded patch set #3 to this change.

        View Change

        WIP. Create controller/ component in blink.
        Gerrit-MessageType: newpatchset
        Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
        Gerrit-Change-Number: 547379
        Gerrit-PatchSet: 3
        Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
        Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
        Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
        Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
        Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
        Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
        Gerrit-CC: Adam Barth <aba...@chromium.org>
        Gerrit-CC: Commit Bot <commi...@chromium.org>

        Nicholas Verne (Gerrit)

        unread,
        Jun 26, 2017, 5:22:12 AM6/26/17
        to apavlo...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, caseq...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, platform-architect...@chromium.org, Kentaro Hara, Commit Bot, Stuart Langley, Sasha Morrissey, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

        Nicholas Verne posted comments on this change.

        View Change

        Patch set 4:Commit-Queue +1

          To view, visit change 547379. To unsubscribe, visit settings.

          Gerrit-Project: chromium/src
          Gerrit-Branch: master
          Gerrit-MessageType: comment
          Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
          Gerrit-Change-Number: 547379
          Gerrit-PatchSet: 4
          Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
          Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
          Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
          Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
          Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
          Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
          Gerrit-CC: Adam Barth <aba...@chromium.org>
          Gerrit-CC: Commit Bot <commi...@chromium.org>
          Gerrit-CC: Daniel Cheng <dch...@chromium.org>
          Gerrit-Comment-Date: Mon, 26 Jun 2017 09:22:08 +0000
          Gerrit-HasComments: No
          Gerrit-HasLabels: Yes

          Nicholas Verne (Gerrit)

          unread,
          Jun 26, 2017, 5:29:41 AM6/26/17
          to apavlo...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, caseq...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, platform-architect...@chromium.org, Kentaro Hara, Commit Bot, Stuart Langley, Sasha Morrissey, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

          Nicholas Verne posted comments on this change.

          View Change

          Patch set 5:Commit-Queue +1

            To view, visit change 547379. To unsubscribe, visit settings.

            Gerrit-Project: chromium/src
            Gerrit-Branch: master
            Gerrit-MessageType: comment
            Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
            Gerrit-Change-Number: 547379
            Gerrit-PatchSet: 5
            Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
            Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
            Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
            Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
            Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
            Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
            Gerrit-CC: Adam Barth <aba...@chromium.org>
            Gerrit-CC: Commit Bot <commi...@chromium.org>
            Gerrit-CC: Daniel Cheng <dch...@chromium.org>
            Gerrit-Comment-Date: Mon, 26 Jun 2017 09:29:37 +0000
            Gerrit-HasComments: No
            Gerrit-HasLabels: Yes

            Nicholas Verne (Gerrit)

            unread,
            Jun 26, 2017, 5:57:18 AM6/26/17
            to apavlo...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, caseq...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, platform-architect...@chromium.org, Kentaro Hara, Commit Bot, Stuart Langley, Sasha Morrissey, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

            Nicholas Verne posted comments on this change.

            View Change

            Patch set 6:Commit-Queue +1

              To view, visit change 547379. To unsubscribe, visit settings.

              Gerrit-Project: chromium/src
              Gerrit-Branch: master
              Gerrit-MessageType: comment
              Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
              Gerrit-Change-Number: 547379
              Gerrit-PatchSet: 6
              Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
              Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
              Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
              Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
              Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
              Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
              Gerrit-CC: Adam Barth <aba...@chromium.org>
              Gerrit-CC: Commit Bot <commi...@chromium.org>
              Gerrit-CC: Daniel Cheng <dch...@chromium.org>
              Gerrit-Comment-Date: Mon, 26 Jun 2017 09:57:14 +0000
              Gerrit-HasComments: No
              Gerrit-HasLabels: Yes

              Sasha Morrissey (Gerrit)

              unread,
              Jun 26, 2017, 7:26:51 PM6/26/17
              to Nicholas Verne, apavlo...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, caseq...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, platform-architect...@chromium.org, Kentaro Hara, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

              Sasha Morrissey posted comments on this change.

              View Change

              Patch set 6:

              Oops! Didn't realize this patch was a WIP :) Left some comments anyway, feel free to ignore :)

              (6 comments)

              To view, visit change 547379. To unsubscribe, visit settings.

              Gerrit-Project: chromium/src
              Gerrit-Branch: master
              Gerrit-MessageType: comment
              Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
              Gerrit-Change-Number: 547379
              Gerrit-PatchSet: 6
              Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
              Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
              Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
              Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
              Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
              Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
              Gerrit-CC: Adam Barth <aba...@chromium.org>
              Gerrit-CC: Commit Bot <commi...@chromium.org>
              Gerrit-CC: Daniel Cheng <dch...@chromium.org>
              Gerrit-Comment-Date: Mon, 26 Jun 2017 23:26:45 +0000
              Gerrit-HasComments: Yes
              Gerrit-HasLabels: No

              Nicholas Verne (Gerrit)

              unread,
              Jun 26, 2017, 8:03:28 PM6/26/17
              to apavlo...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, caseq...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, platform-architect...@chromium.org, Sasha Morrissey, Kentaro Hara, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

              Nicholas Verne posted comments on this change.

              View Change

              Patch set 7:Commit-Queue +1

                To view, visit change 547379. To unsubscribe, visit settings.

                Gerrit-Project: chromium/src
                Gerrit-Branch: master
                Gerrit-MessageType: comment
                Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                Gerrit-Change-Number: 547379
                Gerrit-PatchSet: 7
                Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                Gerrit-CC: Adam Barth <aba...@chromium.org>
                Gerrit-CC: Commit Bot <commi...@chromium.org>
                Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                Gerrit-Comment-Date: Tue, 27 Jun 2017 00:03:24 +0000
                Gerrit-HasComments: No
                Gerrit-HasLabels: Yes

                Nicholas Verne (Gerrit)

                unread,
                Jun 26, 2017, 9:42:20 PM6/26/17
                to apavlo...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, caseq...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, platform-architect...@chromium.org, Sasha Morrissey, Kentaro Hara, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                Nicholas Verne posted comments on this change.

                View Change

                Patch set 8:Commit-Queue +1

                  To view, visit change 547379. To unsubscribe, visit settings.

                  Gerrit-Project: chromium/src
                  Gerrit-Branch: master
                  Gerrit-MessageType: comment
                  Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                  Gerrit-Change-Number: 547379
                  Gerrit-PatchSet: 8
                  Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                  Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                  Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                  Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                  Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                  Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                  Gerrit-CC: Adam Barth <aba...@chromium.org>
                  Gerrit-CC: Commit Bot <commi...@chromium.org>
                  Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                  Gerrit-Comment-Date: Tue, 27 Jun 2017 01:42:17 +0000
                  Gerrit-HasComments: No
                  Gerrit-HasLabels: Yes

                  Nicholas Verne (Gerrit)

                  unread,
                  Jun 27, 2017, 3:00:04 AM6/27/17
                  to apavlo...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, caseq...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, platform-architect...@chromium.org, Sasha Morrissey, Kentaro Hara, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                  Nicholas Verne posted comments on this change.

                  View Change

                  Patch set 9:Commit-Queue +1

                    To view, visit change 547379. To unsubscribe, visit settings.

                    Gerrit-Project: chromium/src
                    Gerrit-Branch: master
                    Gerrit-MessageType: comment
                    Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                    Gerrit-Change-Number: 547379
                    Gerrit-PatchSet: 9
                    Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                    Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                    Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                    Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                    Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                    Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                    Gerrit-CC: Adam Barth <aba...@chromium.org>
                    Gerrit-CC: Commit Bot <commi...@chromium.org>
                    Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                    Gerrit-Comment-Date: Tue, 27 Jun 2017 06:59:59 +0000
                    Gerrit-HasComments: No
                    Gerrit-HasLabels: Yes

                    Nicholas Verne (Gerrit)

                    unread,
                    Jun 27, 2017, 9:11:04 PM6/27/17
                    to apavlo...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, caseq...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, platform-architect...@chromium.org, Sasha Morrissey, Kentaro Hara, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                    Nicholas Verne posted comments on this change.

                    View Change

                    Patch set 10:Commit-Queue +1

                      To view, visit change 547379. To unsubscribe, visit settings.

                      Gerrit-Project: chromium/src
                      Gerrit-Branch: master
                      Gerrit-MessageType: comment
                      Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                      Gerrit-Change-Number: 547379
                      Gerrit-PatchSet: 10
                      Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                      Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                      Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                      Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                      Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                      Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                      Gerrit-CC: Adam Barth <aba...@chromium.org>
                      Gerrit-CC: Commit Bot <commi...@chromium.org>
                      Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                      Gerrit-Comment-Date: Wed, 28 Jun 2017 01:10:56 +0000
                      Gerrit-HasComments: No
                      Gerrit-HasLabels: Yes

                      Nicholas Verne (Gerrit)

                      unread,
                      Jun 27, 2017, 11:18:16 PM6/27/17
                      to apavlo...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, caseq...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, platform-architect...@chromium.org, Sasha Morrissey, Kentaro Hara, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                      Nicholas Verne posted comments on this change.

                      View Change

                      Patch set 10:

                      Kentaro, can you help us with OWNERS selection? I've taken the web/ OWNERS and added our team.

                      (6 comments)

                        • Patch Set #6, Line 6: import("//testing/test.gni")

                          Don't think this is needed, but if you like, I would be interested in movin

                        • Is this a minimal list? If not, for now we can just start with core, module

                        • Done

                        • It's web/ owners plus us. I think it's the right list for now. We can prune it later.

                        • Done

                        • Ack

                      To view, visit change 547379. To unsubscribe, visit settings.

                      Gerrit-Project: chromium/src
                      Gerrit-Branch: master
                      Gerrit-MessageType: comment
                      Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                      Gerrit-Change-Number: 547379
                      Gerrit-PatchSet: 10
                      Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                      Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                      Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                      Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                      Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                      Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                      Gerrit-CC: Adam Barth <aba...@chromium.org>
                      Gerrit-CC: Commit Bot <commi...@chromium.org>
                      Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                      Gerrit-Comment-Date: Wed, 28 Jun 2017 03:18:11 +0000
                      Gerrit-HasComments: Yes
                      Gerrit-HasLabels: No

                      Nicholas Verne (Gerrit)

                      unread,
                      Jun 27, 2017, 11:25:56 PM6/27/17
                      to Sasha Morrissey, Joel Hockey, Stuart Langley, Kentaro Hara, apavlo...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, caseq...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, platform-architect...@chromium.org, devtools...@chromium.org, chromium...@chromium.org, Commit Bot, Adam Barth, Daniel Cheng

                      Nicholas Verne uploaded patch set #11 to this change.

                      View Change

                      Create controller/ component in blink.
                      The first non-boilerplate files in here are WebDevToolsAgentImpl.

                      The controller/ is depended on by web (temporarily) and is part

                      Bug:
                      Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                      ---
                      A third_party/WebKit/Source/controller/BUILD.gn
                      A third_party/WebKit/Source/controller/ControllerExport.h
                      A third_party/WebKit/Source/controller/DEPS
                      A third_party/WebKit/Source/controller/OWNERS
                      R third_party/WebKit/Source/controller/WebDevToolsAgentImpl.cpp
                      R third_party/WebKit/Source/controller/WebDevToolsAgentImpl.h
                      M third_party/WebKit/Source/core/exported/BUILD.gn
                      A third_party/WebKit/Source/core/exported/WebViewBase.cpp
                      M third_party/WebKit/Source/core/exported/WebViewBase.h
                      M third_party/WebKit/Source/web/BUILD.gn
                      M third_party/WebKit/Source/web/DEPS
                      M third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
                      M third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
                      M third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
                      M third_party/WebKit/Source/web/WebViewImpl.cpp
                      M third_party/WebKit/Source/web/WebViewImpl.h
                      M third_party/WebKit/public/BUILD.gn
                      17 files changed, 212 insertions(+), 71 deletions(-)

                      To view, visit change 547379. To unsubscribe, visit settings.

                      Gerrit-Project: chromium/src
                      Gerrit-Branch: master
                      Gerrit-MessageType: newpatchset
                      Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                      Gerrit-Change-Number: 547379
                      Gerrit-PatchSet: 11
                      Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                      Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                      Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                      Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                      Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                      Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                      Gerrit-CC: Adam Barth <aba...@chromium.org>
                      Gerrit-CC: Commit Bot <commi...@chromium.org>

                      Kentaro Hara (Gerrit)

                      unread,
                      Jun 27, 2017, 11:58:22 PM6/27/17
                      to Nicholas Verne, apavlo...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, caseq...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, platform-architect...@chromium.org, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                      Kentaro Hara posted comments on this change.

                      View Change

                      Patch set 11:

                      Patch Set 10:

                      (6 comments)

                      Kentaro, can you help us with OWNERS selection? I've taken the web/ OWNERS and added our team.

                      In Blink we're conservative about adding OWNERS. We don't add a person to OWNERS until the person gets fully familiar with the basic architecture and convention of the Blink code base. In particular, we don't add the person to OWNERS when we create the directory.

                      So I'd suggest:

                      • Not copying the current web/OWNERS to controller/OWNERS. web/ and controller/ are different things.
                      • Not adding persons who are not yet a committer.
                      • Probably adding slangley@, haraken@, dcheng@ and tkent@?

                      We can add more OWNERS as people land more patches.

                        To view, visit change 547379. To unsubscribe, visit settings.

                        Gerrit-Project: chromium/src
                        Gerrit-Branch: master
                        Gerrit-MessageType: comment
                        Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                        Gerrit-Change-Number: 547379
                        Gerrit-PatchSet: 11
                        Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                        Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                        Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                        Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                        Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                        Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                        Gerrit-CC: Adam Barth <aba...@chromium.org>
                        Gerrit-CC: Commit Bot <commi...@chromium.org>
                        Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                        Gerrit-Comment-Date: Wed, 28 Jun 2017 03:58:17 +0000
                        Gerrit-HasComments: No
                        Gerrit-HasLabels: No

                        Kentaro Hara (Gerrit)

                        unread,
                        Jun 28, 2017, 12:01:43 AM6/28/17
                        to Nicholas Verne, apavlo...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, caseq...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, platform-architect...@chromium.org, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                        Kentaro Hara posted comments on this change.

                        View Change

                        Patch set 11:

                        It would be better to send a PSA to blink-dev before creating a new top-level directory. I'll send it soon.

                          To view, visit change 547379. To unsubscribe, visit settings.

                          Gerrit-Project: chromium/src
                          Gerrit-Branch: master
                          Gerrit-MessageType: comment
                          Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                          Gerrit-Change-Number: 547379
                          Gerrit-PatchSet: 11
                          Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                          Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                          Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                          Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                          Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                          Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                          Gerrit-CC: Adam Barth <aba...@chromium.org>
                          Gerrit-CC: Commit Bot <commi...@chromium.org>
                          Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                          Gerrit-Comment-Date: Wed, 28 Jun 2017 04:01:39 +0000
                          Gerrit-HasComments: No
                          Gerrit-HasLabels: No

                          Nicholas Verne (Gerrit)

                          unread,
                          Jun 30, 2017, 7:06:25 PM6/30/17
                          to apavlo...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, caseq...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, platform-architect...@chromium.org, Kentaro Hara, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                          Nicholas Verne posted comments on this change.

                          View Change

                          Patch set 14:

                          Patch Set 11:

                          It would be better to send a PSA to blink-dev before creating a new top-level directory. I'll send it soon.

                          The PSA was 2 days ago. How about we continue reviewing this now?

                            To view, visit change 547379. To unsubscribe, visit settings.

                            Gerrit-Project: chromium/src
                            Gerrit-Branch: master
                            Gerrit-MessageType: comment
                            Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                            Gerrit-Change-Number: 547379
                            Gerrit-PatchSet: 14
                            Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                            Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                            Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                            Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                            Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                            Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                            Gerrit-CC: Adam Barth <aba...@chromium.org>
                            Gerrit-CC: Commit Bot <commi...@chromium.org>
                            Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                            Gerrit-Comment-Date: Fri, 30 Jun 2017 23:06:19 +0000
                            Gerrit-HasComments: No
                            Gerrit-HasLabels: No

                            Kentaro Hara (Gerrit)

                            unread,
                            Jul 2, 2017, 11:33:18 AM7/2/17
                            to Nicholas Verne, apavlo...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, caseq...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, platform-architect...@chromium.org, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                            Kentaro Hara posted comments on this change.

                            View Change

                            Patch set 14:

                            The CL description should have the following format.

                            CL title
                            <blank line>
                            Detailed explanation of the CL. What the CL is doing. What the background is.
                            <blank line>
                            Bug: ...

                            Also I'm not yet convinced that the current WebDevToolsAgentImpl is a good target to be moved to the controller/ layer. Shall we move the WebKit.cpp first?

                              To view, visit change 547379. To unsubscribe, visit settings.

                              Gerrit-Project: chromium/src
                              Gerrit-Branch: master
                              Gerrit-MessageType: comment
                              Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                              Gerrit-Change-Number: 547379
                              Gerrit-PatchSet: 14
                              Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                              Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                              Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                              Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                              Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                              Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                              Gerrit-CC: Adam Barth <aba...@chromium.org>
                              Gerrit-CC: Commit Bot <commi...@chromium.org>
                              Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                              Gerrit-Comment-Date: Sun, 02 Jul 2017 15:33:12 +0000
                              Gerrit-HasComments: No
                              Gerrit-HasLabels: No

                              Nicholas Verne (Gerrit)

                              unread,
                              Jul 2, 2017, 7:56:08 PM7/2/17
                              to apavlo...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, caseq...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, platform-architect...@chromium.org, Kentaro Hara, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                              Nicholas Verne posted comments on this change.

                              View Change

                              Patch set 14:

                              Patch Set 14:

                              The CL description should have the following format.

                              CL title
                              <blank line>
                              Detailed explanation of the CL. What the CL is doing. What the background is.
                              <blank line>
                              Bug: ...

                              Also I'm not yet convinced that the current WebDevToolsAgentImpl is a good target to be moved to the controller/ layer. Shall we move the WebKit.cpp first?

                              I'll improve the CL description.

                              The reason for this CL arising now is specifically because we need a home for WebDevToolsAgentImpl outside of core/exported, and no longer in web/. I'm happy to move WebKit first (in this CL), but I intend to move WebDevToolsAgentImpl, or some refactoring of that class, soon after.

                                To view, visit change 547379. To unsubscribe, visit settings.

                                Gerrit-Project: chromium/src
                                Gerrit-Branch: master
                                Gerrit-MessageType: comment
                                Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                Gerrit-Change-Number: 547379
                                Gerrit-PatchSet: 14
                                Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                Gerrit-CC: Adam Barth <aba...@chromium.org>
                                Gerrit-CC: Commit Bot <commi...@chromium.org>
                                Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                Gerrit-Comment-Date: Sun, 02 Jul 2017 23:56:04 +0000
                                Gerrit-HasComments: No
                                Gerrit-HasLabels: No

                                Nicholas Verne (Gerrit)

                                unread,
                                Jul 2, 2017, 11:52:14 PM7/2/17
                                to Sasha Morrissey, Joel Hockey, Stuart Langley, Kentaro Hara, apavlo...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, caseq...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, platform-architect...@chromium.org, devtools...@chromium.org, chromium...@chromium.org, Commit Bot, Adam Barth, Daniel Cheng

                                Nicholas Verne uploaded patch set #15 to this change.

                                View Change

                                Create controller/ component in blink.

                                This commences the new blink architecture outlined in Onion Soup 2.0

                                The first non-boilerplate files in controller/ are WebDevToolsAgentImpl.
                                Most of the remaining files in web/ will migrate to controller/ either as the
                                existing Web* classes, or as controller-specific refactorings. The controller/
                                directory is not intended as a dumping ground.


                                Bug:738768

                                Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                ---
                                A third_party/WebKit/Source/controller/BUILD.gn
                                A third_party/WebKit/Source/controller/ControllerExport.h
                                A third_party/WebKit/Source/controller/DEPS
                                A third_party/WebKit/Source/controller/OWNERS
                                R third_party/WebKit/Source/controller/WebDevToolsAgentImpl.cpp
                                R third_party/WebKit/Source/controller/WebDevToolsAgentImpl.h
                                M third_party/WebKit/Source/core/exported/BUILD.gn
                                A third_party/WebKit/Source/core/exported/WebViewBase.cpp
                                M third_party/WebKit/Source/core/exported/WebViewBase.h
                                M third_party/WebKit/Source/web/BUILD.gn
                                M third_party/WebKit/Source/web/DEPS
                                M third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
                                M third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
                                M third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
                                M third_party/WebKit/Source/web/WebLocalFrameImpl.h

                                M third_party/WebKit/Source/web/WebViewImpl.cpp
                                M third_party/WebKit/Source/web/WebViewImpl.h
                                M third_party/WebKit/public/BUILD.gn
                                18 files changed, 194 insertions(+), 72 deletions(-)

                                To view, visit change 547379. To unsubscribe, visit settings.

                                Gerrit-Project: chromium/src
                                Gerrit-Branch: master
                                Gerrit-MessageType: newpatchset
                                Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                Gerrit-Change-Number: 547379
                                Gerrit-PatchSet: 15
                                Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                Gerrit-CC: Adam Barth <aba...@chromium.org>
                                Gerrit-CC: Commit Bot <commi...@chromium.org>

                                Nicholas Verne (Gerrit)

                                unread,
                                Jul 3, 2017, 1:54:42 AM7/3/17
                                to Sasha Morrissey, Joel Hockey, Stuart Langley, Kentaro Hara, blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, devtools...@chromium.org, chromium...@chromium.org, Commit Bot, Adam Barth, Daniel Cheng

                                Nicholas Verne uploaded patch set #17 to this change.

                                View Change

                                Create controller/ component in blink.

                                This commences the new blink architecture outlined in Onion Soup 2.0

                                Most of the remaining files in web/ will migrate to controller/ either as the 
                                existing Web* classes, or as controller-specific refactorings. The controller/
                                directory is not intended as a dumping ground.


                                Bug:738768
                                Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                ---
                                A third_party/WebKit/Source/controller/BUILD.gn
                                A third_party/WebKit/Source/controller/ControllerExport.h
                                A third_party/WebKit/Source/controller/DEPS
                                A third_party/WebKit/Source/controller/OWNERS
                                A third_party/WebKit/Source/controller/README.md
                                M third_party/WebKit/Source/web/BUILD.gn
                                M third_party/WebKit/Source/web/DEPS
                                M third_party/WebKit/public/BUILD.gn
                                8 files changed, 112 insertions(+), 0 deletions(-)

                                To view, visit change 547379. To unsubscribe, visit settings.

                                Gerrit-Project: chromium/src
                                Gerrit-Branch: master
                                Gerrit-MessageType: newpatchset
                                Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                Gerrit-Change-Number: 547379
                                Gerrit-PatchSet: 17
                                Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                Gerrit-CC: Adam Barth <aba...@chromium.org>
                                Gerrit-CC: Commit Bot <commi...@chromium.org>

                                Kentaro Hara (Gerrit)

                                unread,
                                Jul 3, 2017, 3:15:03 AM7/3/17
                                to Nicholas Verne, blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                Kentaro Hara posted comments on this change.

                                View Change

                                Patch set 17:

                                (3 comments)

                                To view, visit change 547379. To unsubscribe, visit settings.

                                Gerrit-Project: chromium/src
                                Gerrit-Branch: master
                                Gerrit-MessageType: comment
                                Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                Gerrit-Change-Number: 547379
                                Gerrit-PatchSet: 17
                                Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                Gerrit-CC: Adam Barth <aba...@chromium.org>
                                Gerrit-CC: Commit Bot <commi...@chromium.org>
                                Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                Gerrit-Comment-Date: Mon, 03 Jul 2017 07:14:58 +0000
                                Gerrit-HasComments: Yes
                                Gerrit-HasLabels: No

                                Nicholas Verne (Gerrit)

                                unread,
                                Jul 3, 2017, 3:21:24 AM7/3/17
                                to blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kentaro Hara, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                Nicholas Verne posted comments on this change.

                                View Change

                                Patch set 17:

                                (3 comments)

                                  • Patch Set #17, Line 3: controller/ contains the system infrastructure of the renderer process that uses or drives the web platform. controller/ can directly use core/ and modules/ without using Web types (but with some DEPS rules). Examples are RenderProcess, RenderThread, Android View, Extensions, Native Client etc.

                                    Add:

                                  • Done

                                To view, visit change 547379. To unsubscribe, visit settings.

                                Gerrit-Project: chromium/src
                                Gerrit-Branch: master
                                Gerrit-MessageType: comment
                                Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                Gerrit-Change-Number: 547379
                                Gerrit-PatchSet: 17
                                Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                Gerrit-CC: Adam Barth <aba...@chromium.org>
                                Gerrit-CC: Commit Bot <commi...@chromium.org>
                                Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                Gerrit-Comment-Date: Mon, 03 Jul 2017 07:21:19 +0000
                                Gerrit-HasComments: Yes
                                Gerrit-HasLabels: No

                                Kentaro Hara (Gerrit)

                                unread,
                                Jul 3, 2017, 3:23:28 AM7/3/17
                                to Nicholas Verne, blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                Kentaro Hara posted comments on this change.

                                View Change

                                Patch set 17:Code-Review +1

                                LGTM

                                  To view, visit change 547379. To unsubscribe, visit settings.

                                  Gerrit-Project: chromium/src
                                  Gerrit-Branch: master
                                  Gerrit-MessageType: comment
                                  Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                  Gerrit-Change-Number: 547379
                                  Gerrit-PatchSet: 17
                                  Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                  Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                  Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                  Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                  Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                  Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                  Gerrit-CC: Adam Barth <aba...@chromium.org>
                                  Gerrit-CC: Commit Bot <commi...@chromium.org>
                                  Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                  Gerrit-Comment-Date: Mon, 03 Jul 2017 07:23:24 +0000
                                  Gerrit-HasComments: No
                                  Gerrit-HasLabels: Yes

                                  Nicholas Verne (Gerrit)

                                  unread,
                                  Jul 3, 2017, 3:33:00 AM7/3/17
                                  to blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kentaro Hara, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                  Nicholas Verne posted comments on this change.

                                  View Change

                                  Patch set 18:Commit-Queue +2

                                    To view, visit change 547379. To unsubscribe, visit settings.

                                    Gerrit-Project: chromium/src
                                    Gerrit-Branch: master
                                    Gerrit-MessageType: comment
                                    Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                    Gerrit-Change-Number: 547379
                                    Gerrit-PatchSet: 18
                                    Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                    Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                    Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                    Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                    Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                    Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                    Gerrit-CC: Adam Barth <aba...@chromium.org>
                                    Gerrit-CC: Commit Bot <commi...@chromium.org>
                                    Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                    Gerrit-Comment-Date: Mon, 03 Jul 2017 07:32:56 +0000
                                    Gerrit-HasComments: No
                                    Gerrit-HasLabels: Yes

                                    Commit Bot (Gerrit)

                                    unread,
                                    Jul 3, 2017, 3:33:08 AM7/3/17
                                    to Nicholas Verne, blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kentaro Hara, Sasha Morrissey, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                    Commit Bot posted comments on this change.

                                    View Change

                                    Patch set 18:

                                    CQ is trying da patch.

                                    Note: The patchset sent to CQ was uploaded after this CL was approved.
                                    "need platform" https://chromium-review.googlesource.com/c/547379/18

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

                                    Bot data: {"action": "start", "triggered_at": "2017-07-03T07:32:56.0Z", "cq_cfg_revision": "1aa54ba037e9058c2752e0a0d871aeabfcba5974", "revision": "7631846918203a9bfde9dfbd251c4a152e45a7bf"}

                                      To view, visit change 547379. To unsubscribe, visit settings.

                                      Gerrit-Project: chromium/src
                                      Gerrit-Branch: master
                                      Gerrit-MessageType: comment
                                      Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                      Gerrit-Change-Number: 547379
                                      Gerrit-PatchSet: 18
                                      Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                      Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                      Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                      Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                      Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                      Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                      Gerrit-CC: Adam Barth <aba...@chromium.org>
                                      Gerrit-CC: Commit Bot <commi...@chromium.org>
                                      Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                      Gerrit-Comment-Date: Mon, 03 Jul 2017 07:33:06 +0000
                                      Gerrit-HasComments: No
                                      Gerrit-HasLabels: No

                                      Commit Bot (Gerrit)

                                      unread,
                                      Jul 3, 2017, 3:40:22 AM7/3/17
                                      to Nicholas Verne, blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kentaro Hara, Sasha Morrissey, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                      Commit Bot posted comments on this change.

                                      View Change

                                      Patch set 18:

                                      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/479414)

                                      Bot data: {"action": "cancel", "triggered_at": "2017-07-03T07:32:56.0Z", "cq_cfg_revision": "1aa54ba037e9058c2752e0a0d871aeabfcba5974", "revision": "7631846918203a9bfde9dfbd251c4a152e45a7bf"}

                                        To view, visit change 547379. To unsubscribe, visit settings.

                                        Gerrit-Project: chromium/src
                                        Gerrit-Branch: master
                                        Gerrit-MessageType: comment
                                        Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                        Gerrit-Change-Number: 547379
                                        Gerrit-PatchSet: 18
                                        Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                        Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                        Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                        Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                        Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                        Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                        Gerrit-CC: Adam Barth <aba...@chromium.org>
                                        Gerrit-CC: Commit Bot <commi...@chromium.org>
                                        Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                        Gerrit-Comment-Date: Mon, 03 Jul 2017 07:40:19 +0000
                                        Gerrit-HasComments: No
                                        Gerrit-HasLabels: No

                                        Nicholas Verne (Gerrit)

                                        unread,
                                        Jul 3, 2017, 4:20:17 AM7/3/17
                                        to blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kentaro Hara, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                        Nicholas Verne posted comments on this change.

                                        View Change

                                        Patch set 18:Commit-Queue +2

                                          To view, visit change 547379. To unsubscribe, visit settings.

                                          Gerrit-Project: chromium/src
                                          Gerrit-Branch: master
                                          Gerrit-MessageType: comment
                                          Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                          Gerrit-Change-Number: 547379
                                          Gerrit-PatchSet: 18
                                          Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                          Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                          Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                          Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                          Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                          Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                          Gerrit-CC: Adam Barth <aba...@chromium.org>
                                          Gerrit-CC: Commit Bot <commi...@chromium.org>
                                          Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                          Gerrit-Comment-Date: Mon, 03 Jul 2017 08:20:13 +0000
                                          Gerrit-HasComments: No
                                          Gerrit-HasLabels: Yes

                                          Commit Bot (Gerrit)

                                          unread,
                                          Jul 3, 2017, 4:20:26 AM7/3/17
                                          to Nicholas Verne, blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kentaro Hara, Sasha Morrissey, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                          Commit Bot posted comments on this change.

                                          View Change

                                          Patch set 18:

                                          CQ is trying da patch.

                                          Note: The patchset sent to CQ was uploaded after this CL was approved.
                                          "need platform" https://chromium-review.googlesource.com/c/547379/18

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

                                          Bot data: {"action": "start", "triggered_at": "2017-07-03T08:20:13.0Z", "cq_cfg_revision": "1aa54ba037e9058c2752e0a0d871aeabfcba5974", "revision": "7631846918203a9bfde9dfbd251c4a152e45a7bf"}

                                            To view, visit change 547379. To unsubscribe, visit settings.

                                            Gerrit-Project: chromium/src
                                            Gerrit-Branch: master
                                            Gerrit-MessageType: comment
                                            Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                            Gerrit-Change-Number: 547379
                                            Gerrit-PatchSet: 18
                                            Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                            Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                            Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                            Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                            Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                            Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                            Gerrit-CC: Adam Barth <aba...@chromium.org>
                                            Gerrit-CC: Commit Bot <commi...@chromium.org>
                                            Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                            Gerrit-Comment-Date: Mon, 03 Jul 2017 08:20:23 +0000
                                            Gerrit-HasComments: No
                                            Gerrit-HasLabels: No

                                            Commit Bot (Gerrit)

                                            unread,
                                            Jul 3, 2017, 4:27:16 AM7/3/17
                                            to Nicholas Verne, blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kentaro Hara, Sasha Morrissey, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                            Commit Bot posted comments on this change.

                                            View Change

                                            Patch set 18:

                                            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/479452)

                                            Bot data: {"action": "cancel", "triggered_at": "2017-07-03T08:20:13.0Z", "cq_cfg_revision": "1aa54ba037e9058c2752e0a0d871aeabfcba5974", "revision": "7631846918203a9bfde9dfbd251c4a152e45a7bf"}

                                              To view, visit change 547379. To unsubscribe, visit settings.

                                              Gerrit-Project: chromium/src
                                              Gerrit-Branch: master
                                              Gerrit-MessageType: comment
                                              Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                              Gerrit-Change-Number: 547379
                                              Gerrit-PatchSet: 18
                                              Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                              Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                              Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                              Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                              Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                              Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                              Gerrit-CC: Adam Barth <aba...@chromium.org>
                                              Gerrit-CC: Commit Bot <commi...@chromium.org>
                                              Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                              Gerrit-Comment-Date: Mon, 03 Jul 2017 08:27:14 +0000
                                              Gerrit-HasComments: No
                                              Gerrit-HasLabels: No

                                              Kent Tamura (Gerrit)

                                              unread,
                                              Jul 3, 2017, 8:40:02 PM7/3/17
                                              to Nicholas Verne, blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kent Tamura, Jochen Eisinger, Kentaro Hara, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                              Kent Tamura posted comments on this change.

                                              View Change

                                              Patch set 18:Code-Review +1

                                              (3 comments)

                                              To view, visit change 547379. To unsubscribe, visit settings.

                                              Gerrit-Project: chromium/src
                                              Gerrit-Branch: master
                                              Gerrit-MessageType: comment
                                              Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                              Gerrit-Change-Number: 547379
                                              Gerrit-PatchSet: 18
                                              Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                              Gerrit-Reviewer: Jochen Eisinger <joc...@chromium.org>
                                              Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                              Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
                                              Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                              Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                              Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                              Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                              Gerrit-CC: Adam Barth <aba...@chromium.org>
                                              Gerrit-CC: Commit Bot <commi...@chromium.org>
                                              Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                              Gerrit-Comment-Date: Tue, 04 Jul 2017 00:39:57 +0000
                                              Gerrit-HasComments: Yes
                                              Gerrit-HasLabels: Yes

                                              Nicholas Verne (Gerrit)

                                              unread,
                                              Jul 3, 2017, 9:26:44 PM7/3/17
                                              to Jochen Eisinger, Sasha Morrissey, Joel Hockey, Stuart Langley, Kentaro Hara, Kent Tamura, blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, devtools...@chromium.org, chromium...@chromium.org, Commit Bot, Adam Barth, Daniel Cheng

                                              Nicholas Verne uploaded patch set #19 to this change.

                                              View Change

                                              Create controller/ component in blink.

                                              This commences the new blink architecture outlined in Onion Soup 2.0

                                              Most of the remaining files in web/ will migrate to controller/ either as the
                                              existing Web* classes, or as controller-specific refactorings. The controller/
                                              directory is not intended as a dumping ground.


                                              Bug:738768
                                              Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                              ---
                                              A third_party/WebKit/Source/controller/BUILD.gn
                                              A third_party/WebKit/Source/controller/ControllerExport.h
                                              A third_party/WebKit/Source/controller/DEPS
                                              A third_party/WebKit/Source/controller/OWNERS
                                              A third_party/WebKit/Source/controller/README.md
                                              M third_party/WebKit/Source/web/BUILD.gn
                                              M third_party/WebKit/Source/web/DEPS
                                              M third_party/WebKit/public/BUILD.gn
                                              8 files changed, 105 insertions(+), 0 deletions(-)

                                              To view, visit change 547379. To unsubscribe, visit settings.

                                              Gerrit-Project: chromium/src
                                              Gerrit-Branch: master
                                              Gerrit-MessageType: newpatchset
                                              Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                              Gerrit-Change-Number: 547379
                                              Gerrit-PatchSet: 19

                                              Nicholas Verne (Gerrit)

                                              unread,
                                              Jul 3, 2017, 9:33:54 PM7/3/17
                                              to blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kent Tamura, Jochen Eisinger, Kentaro Hara, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                              Nicholas Verne posted comments on this change.

                                              View Change

                                              Patch set 20:

                                              (2 comments)

                                              To view, visit change 547379. To unsubscribe, visit settings.

                                              Gerrit-Project: chromium/src
                                              Gerrit-Branch: master
                                              Gerrit-MessageType: comment
                                              Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                              Gerrit-Change-Number: 547379
                                              Gerrit-PatchSet: 20
                                              Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                              Gerrit-Reviewer: Jochen Eisinger <joc...@chromium.org>
                                              Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                              Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
                                              Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                              Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                              Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                              Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                              Gerrit-CC: Adam Barth <aba...@chromium.org>
                                              Gerrit-CC: Commit Bot <commi...@chromium.org>
                                              Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                              Gerrit-Comment-Date: Tue, 04 Jul 2017 01:33:49 +0000
                                              Gerrit-HasComments: Yes
                                              Gerrit-HasLabels: No

                                              Nicholas Verne (Gerrit)

                                              unread,
                                              Jul 4, 2017, 12:05:33 AM7/4/17
                                              to blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kent Tamura, Jochen Eisinger, Kentaro Hara, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                              Nicholas Verne posted comments on this change.

                                              View Change

                                              Patch set 21:

                                              I have split BlinkInitializer.cpp out of WebKit.cpp so that there is a non-empty
                                              library to build from controller/. (mac and win both require this).

                                              Kentaro, can you PTAL? Thanks in advance.

                                                To view, visit change 547379. To unsubscribe, visit settings.

                                                Gerrit-Project: chromium/src
                                                Gerrit-Branch: master
                                                Gerrit-MessageType: comment
                                                Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                                Gerrit-Change-Number: 547379
                                                Gerrit-PatchSet: 21
                                                Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                                Gerrit-Reviewer: Jochen Eisinger <joc...@chromium.org>
                                                Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                                Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
                                                Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                                Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                                Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                                Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                                Gerrit-CC: Adam Barth <aba...@chromium.org>
                                                Gerrit-CC: Commit Bot <commi...@chromium.org>
                                                Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                                Gerrit-Comment-Date: Tue, 04 Jul 2017 04:05:29 +0000
                                                Gerrit-HasComments: No
                                                Gerrit-HasLabels: No

                                                Nicholas Verne (Gerrit)

                                                unread,
                                                Jul 4, 2017, 1:45:08 AM7/4/17
                                                to blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kent Tamura, Jochen Eisinger, Kentaro Hara, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                                Nicholas Verne posted comments on this change.

                                                View Change

                                                Patch set 23:Commit-Queue +1

                                                  To view, visit change 547379. To unsubscribe, visit settings.

                                                  Gerrit-Project: chromium/src
                                                  Gerrit-Branch: master
                                                  Gerrit-MessageType: comment
                                                  Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                                  Gerrit-Change-Number: 547379
                                                  Gerrit-PatchSet: 23
                                                  Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                                  Gerrit-Reviewer: Jochen Eisinger <joc...@chromium.org>
                                                  Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                                  Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
                                                  Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                                  Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                                  Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                                  Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                                  Gerrit-CC: Adam Barth <aba...@chromium.org>
                                                  Gerrit-CC: Commit Bot <commi...@chromium.org>
                                                  Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                                  Gerrit-Comment-Date: Tue, 04 Jul 2017 05:45:04 +0000
                                                  Gerrit-HasComments: No
                                                  Gerrit-HasLabels: Yes

                                                  Kent Tamura (Gerrit)

                                                  unread,
                                                  Jul 4, 2017, 1:51:30 AM7/4/17
                                                  to Nicholas Verne, blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kent Tamura, Jochen Eisinger, Kentaro Hara, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                                  Kent Tamura posted comments on this change.

                                                  View Change

                                                  Patch set 23:

                                                  (4 comments)

                                                  To view, visit change 547379. To unsubscribe, visit settings.

                                                  Gerrit-Project: chromium/src
                                                  Gerrit-Branch: master
                                                  Gerrit-MessageType: comment
                                                  Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                                  Gerrit-Change-Number: 547379
                                                  Gerrit-PatchSet: 23
                                                  Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                                  Gerrit-Reviewer: Jochen Eisinger <joc...@chromium.org>
                                                  Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                                  Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
                                                  Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                                  Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                                  Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                                  Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                                  Gerrit-CC: Adam Barth <aba...@chromium.org>
                                                  Gerrit-CC: Commit Bot <commi...@chromium.org>
                                                  Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                                  Gerrit-Comment-Date: Tue, 04 Jul 2017 05:51:25 +0000
                                                  Gerrit-HasComments: Yes
                                                  Gerrit-HasLabels: No

                                                  Kentaro Hara (Gerrit)

                                                  unread,
                                                  Jul 4, 2017, 2:28:05 AM7/4/17
                                                  to Nicholas Verne, blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kent Tamura, Jochen Eisinger, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                                  Kentaro Hara posted comments on this change.

                                                  View Change

                                                  Patch set 23:

                                                  LGTM

                                                  (1 comment)

                                                  To view, visit change 547379. To unsubscribe, visit settings.

                                                  Gerrit-Project: chromium/src
                                                  Gerrit-Branch: master
                                                  Gerrit-MessageType: comment
                                                  Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                                  Gerrit-Change-Number: 547379
                                                  Gerrit-PatchSet: 23
                                                  Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                                  Gerrit-Reviewer: Jochen Eisinger <joc...@chromium.org>
                                                  Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                                  Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
                                                  Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                                  Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                                  Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                                  Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                                  Gerrit-CC: Adam Barth <aba...@chromium.org>
                                                  Gerrit-CC: Commit Bot <commi...@chromium.org>
                                                  Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                                  Gerrit-Comment-Date: Tue, 04 Jul 2017 06:28:01 +0000
                                                  Gerrit-HasComments: Yes
                                                  Gerrit-HasLabels: No

                                                  Kentaro Hara (Gerrit)

                                                  unread,
                                                  Jul 4, 2017, 2:29:40 AM7/4/17
                                                  to Nicholas Verne, blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kent Tamura, Jochen Eisinger, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                                  Kentaro Hara posted comments on this change.

                                                  View Change

                                                  Patch set 23:

                                                  If you decided to go with a totally different approach, you can create a new CL and abandon the old CL.

                                                  Otherwise, previous comments / LGs make reviewing confusing.

                                                    To view, visit change 547379. To unsubscribe, visit settings.

                                                    Gerrit-Project: chromium/src
                                                    Gerrit-Branch: master
                                                    Gerrit-MessageType: comment
                                                    Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                                    Gerrit-Change-Number: 547379
                                                    Gerrit-PatchSet: 23
                                                    Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                                    Gerrit-Reviewer: Jochen Eisinger <joc...@chromium.org>
                                                    Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                                    Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
                                                    Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                                    Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                                    Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                                    Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                                    Gerrit-CC: Adam Barth <aba...@chromium.org>
                                                    Gerrit-CC: Commit Bot <commi...@chromium.org>
                                                    Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                                    Gerrit-Comment-Date: Tue, 04 Jul 2017 06:29:35 +0000
                                                    Gerrit-HasComments: No
                                                    Gerrit-HasLabels: No

                                                    Nicholas Verne (Gerrit)

                                                    unread,
                                                    Jul 4, 2017, 2:35:52 AM7/4/17
                                                    to blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kentaro Hara, Kent Tamura, Jochen Eisinger, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                                    Nicholas Verne posted comments on this change.

                                                    View Change

                                                    Patch set 24:

                                                    Patch Set 23:

                                                    If you decided to go with a totally different approach, you can create a new CL and abandon the old CL.

                                                    Otherwise, previous comments / LGs make reviewing confusing.

                                                    The approach is mostly the same.

                                                    (3 comments)

                                                      • Patch Set #23, Line 1: // Copyright 2017 The Chromium Authors. All rights reserved.

                                                        Copyright header should be inherited from the original file.

                                                      • Ack

                                                      • It is needed for the macros

                                                    To view, visit change 547379. To unsubscribe, visit settings.

                                                    Gerrit-Project: chromium/src
                                                    Gerrit-Branch: master
                                                    Gerrit-MessageType: comment
                                                    Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                                    Gerrit-Change-Number: 547379
                                                    Gerrit-PatchSet: 24
                                                    Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                                    Gerrit-Reviewer: Jochen Eisinger <joc...@chromium.org>
                                                    Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                                    Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
                                                    Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                                    Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                                    Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                                    Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                                    Gerrit-CC: Adam Barth <aba...@chromium.org>
                                                    Gerrit-CC: Commit Bot <commi...@chromium.org>
                                                    Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                                    Gerrit-Comment-Date: Tue, 04 Jul 2017 06:35:47 +0000
                                                    Gerrit-HasComments: Yes
                                                    Gerrit-HasLabels: No

                                                    Nicholas Verne (Gerrit)

                                                    unread,
                                                    Jul 4, 2017, 2:36:04 AM7/4/17
                                                    to blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kentaro Hara, Kent Tamura, Jochen Eisinger, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                                    Nicholas Verne posted comments on this change.

                                                    View Change

                                                    Patch set 24:Commit-Queue +2

                                                      To view, visit change 547379. To unsubscribe, visit settings.

                                                      Gerrit-Project: chromium/src
                                                      Gerrit-Branch: master
                                                      Gerrit-MessageType: comment
                                                      Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                                      Gerrit-Change-Number: 547379
                                                      Gerrit-PatchSet: 24
                                                      Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                                      Gerrit-Reviewer: Jochen Eisinger <joc...@chromium.org>
                                                      Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                                      Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
                                                      Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                                      Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                                      Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                                      Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                                      Gerrit-CC: Adam Barth <aba...@chromium.org>
                                                      Gerrit-CC: Commit Bot <commi...@chromium.org>
                                                      Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                                      Gerrit-Comment-Date: Tue, 04 Jul 2017 06:36:00 +0000
                                                      Gerrit-HasComments: No
                                                      Gerrit-HasLabels: Yes

                                                      Commit Bot (Gerrit)

                                                      unread,
                                                      Jul 4, 2017, 2:36:13 AM7/4/17
                                                      to Nicholas Verne, blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kentaro Hara, Kent Tamura, Jochen Eisinger, Sasha Morrissey, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                                      Commit Bot posted comments on this change.

                                                      View Change

                                                      Patch set 24:

                                                      CQ is trying da patch.

                                                      Note: The patchset sent to CQ was uploaded after this CL was approved.

                                                      "format and comments" https://chromium-review.googlesource.com/c/547379/24

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

                                                      Bot data: {"action": "start", "triggered_at": "2017-07-04T06:36:00.0Z", "cq_cfg_revision": "1aa54ba037e9058c2752e0a0d871aeabfcba5974", "revision": "5a4f8d492feb051f8805ea6f26e7c8fbc47b087c"}

                                                        To view, visit change 547379. To unsubscribe, visit settings.

                                                        Gerrit-Project: chromium/src
                                                        Gerrit-Branch: master
                                                        Gerrit-MessageType: comment
                                                        Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                                        Gerrit-Change-Number: 547379
                                                        Gerrit-PatchSet: 24
                                                        Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                                        Gerrit-Reviewer: Jochen Eisinger <joc...@chromium.org>
                                                        Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                                        Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
                                                        Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                                        Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                                        Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                                        Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                                        Gerrit-CC: Adam Barth <aba...@chromium.org>
                                                        Gerrit-CC: Commit Bot <commi...@chromium.org>
                                                        Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                                        Gerrit-Comment-Date: Tue, 04 Jul 2017 06:36:10 +0000
                                                        Gerrit-HasComments: No
                                                        Gerrit-HasLabels: No

                                                        Jochen Eisinger (Gerrit)

                                                        unread,
                                                        Jul 4, 2017, 2:48:13 AM7/4/17
                                                        to Nicholas Verne, blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kentaro Hara, Kent Tamura, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                                        Jochen Eisinger posted comments on this change.

                                                        View Change

                                                        Patch set 24:

                                                        Isn't this a phase 2 project? Why do we start this before phase 1 is done?

                                                          To view, visit change 547379. To unsubscribe, visit settings.

                                                          Gerrit-Project: chromium/src
                                                          Gerrit-Branch: master
                                                          Gerrit-MessageType: comment
                                                          Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                                          Gerrit-Change-Number: 547379
                                                          Gerrit-PatchSet: 24
                                                          Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                                          Gerrit-Reviewer: Jochen Eisinger <joc...@chromium.org>
                                                          Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                                          Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
                                                          Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                                          Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                                          Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                                          Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                                          Gerrit-CC: Adam Barth <aba...@chromium.org>
                                                          Gerrit-CC: Commit Bot <commi...@chromium.org>
                                                          Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                                          Gerrit-Comment-Date: Tue, 04 Jul 2017 06:48:10 +0000
                                                          Gerrit-HasComments: No
                                                          Gerrit-HasLabels: No

                                                          Kentaro Hara (Gerrit)

                                                          unread,
                                                          Jul 4, 2017, 3:56:18 AM7/4/17
                                                          to Nicholas Verne, blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Jochen Eisinger, Kent Tamura, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                                          Kentaro Hara posted comments on this change.

                                                          View Change

                                                          Patch set 24:

                                                          Patch Set 24:

                                                          Isn't this a phase 2 project? Why do we start this before phase 1 is done?

                                                          The DevTools team strongly disagreed with merging WebDevToolsAgent to core/ because it's a thing that should be moved to controller/. So we decided to create controller/ and move WebDevToolsAgent to it.

                                                          We're not planning to actively move things to controller/ until the phase 1 is done.

                                                            To view, visit change 547379. To unsubscribe, visit settings.

                                                            Gerrit-Project: chromium/src
                                                            Gerrit-Branch: master
                                                            Gerrit-MessageType: comment
                                                            Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                                            Gerrit-Change-Number: 547379
                                                            Gerrit-PatchSet: 24
                                                            Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                                            Gerrit-Reviewer: Jochen Eisinger <joc...@chromium.org>
                                                            Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                                            Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
                                                            Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                                            Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                                            Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                                            Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                                            Gerrit-CC: Adam Barth <aba...@chromium.org>
                                                            Gerrit-CC: Commit Bot <commi...@chromium.org>
                                                            Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                                            Gerrit-Comment-Date: Tue, 04 Jul 2017 07:56:12 +0000
                                                            Gerrit-HasComments: No
                                                            Gerrit-HasLabels: No

                                                            Kent Tamura (Gerrit)

                                                            unread,
                                                            Jul 4, 2017, 4:04:22 AM7/4/17
                                                            to Nicholas Verne, blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kent Tamura, Kentaro Hara, Jochen Eisinger, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                                            Kent Tamura posted comments on this change.

                                                            View Change

                                                            Patch set 24:

                                                            (1 comment)

                                                              • It is needed for the macros

                                                                What macro needs Compiler.h?

                                                            To view, visit change 547379. To unsubscribe, visit settings.

                                                            Gerrit-Project: chromium/src
                                                            Gerrit-Branch: master
                                                            Gerrit-MessageType: comment
                                                            Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                                            Gerrit-Change-Number: 547379
                                                            Gerrit-PatchSet: 24
                                                            Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                                            Gerrit-Reviewer: Jochen Eisinger <joc...@chromium.org>
                                                            Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                                            Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
                                                            Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                                            Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                                            Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                                            Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                                            Gerrit-CC: Adam Barth <aba...@chromium.org>
                                                            Gerrit-CC: Commit Bot <commi...@chromium.org>
                                                            Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                                            Gerrit-Comment-Date: Tue, 04 Jul 2017 08:04:17 +0000
                                                            Gerrit-HasComments: Yes
                                                            Gerrit-HasLabels: No

                                                            Kent Tamura (Gerrit)

                                                            unread,
                                                            Jul 4, 2017, 4:09:12 AM7/4/17
                                                            to Nicholas Verne, blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kent Tamura, Kentaro Hara, Jochen Eisinger, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                                            Kent Tamura posted comments on this change.

                                                            View Change

                                                            Patch set 24:Code-Review -1

                                                            -1 for the copyright header issue

                                                              To view, visit change 547379. To unsubscribe, visit settings.

                                                              Gerrit-Project: chromium/src
                                                              Gerrit-Branch: master
                                                              Gerrit-MessageType: comment
                                                              Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                                              Gerrit-Change-Number: 547379
                                                              Gerrit-PatchSet: 24
                                                              Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                                              Gerrit-Reviewer: Jochen Eisinger <joc...@chromium.org>
                                                              Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                                              Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
                                                              Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                                              Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                                              Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                                              Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                                              Gerrit-CC: Adam Barth <aba...@chromium.org>
                                                              Gerrit-CC: Commit Bot <commi...@chromium.org>
                                                              Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                                              Gerrit-Comment-Date: Tue, 04 Jul 2017 08:09:08 +0000
                                                              Gerrit-HasComments: No
                                                              Gerrit-HasLabels: Yes

                                                              Commit Bot (Gerrit)

                                                              unread,
                                                              Jul 4, 2017, 4:09:45 AM7/4/17
                                                              to Nicholas Verne, blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kent Tamura, Kentaro Hara, Jochen Eisinger, Sasha Morrissey, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                                              Commit Bot posted comments on this change.

                                                              View Change

                                                              Patch set 24:

                                                              CL must be approved before triggering CQ

                                                              Bot data: {"action": "cancel", "triggered_at": "2017-07-04T06:36:00.0Z", "cq_cfg_revision": "1aa54ba037e9058c2752e0a0d871aeabfcba5974", "revision": "5a4f8d492feb051f8805ea6f26e7c8fbc47b087c"}

                                                                To view, visit change 547379. To unsubscribe, visit settings.

                                                                Gerrit-Project: chromium/src
                                                                Gerrit-Branch: master
                                                                Gerrit-MessageType: comment
                                                                Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                                                Gerrit-Change-Number: 547379
                                                                Gerrit-PatchSet: 24
                                                                Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                                                Gerrit-Reviewer: Jochen Eisinger <joc...@chromium.org>
                                                                Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                                                Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
                                                                Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                                                Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                                                Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                                                Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                                                Gerrit-CC: Adam Barth <aba...@chromium.org>
                                                                Gerrit-CC: Commit Bot <commi...@chromium.org>
                                                                Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                                                Gerrit-Comment-Date: Tue, 04 Jul 2017 08:09:42 +0000
                                                                Gerrit-HasComments: No
                                                                Gerrit-HasLabels: No

                                                                Nicholas Verne (Gerrit)

                                                                unread,
                                                                Jul 4, 2017, 4:43:50 AM7/4/17
                                                                to blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kent Tamura, Kentaro Hara, Jochen Eisinger, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                                                Nicholas Verne posted comments on this change.

                                                                View Change

                                                                Patch set 24:

                                                                Patch Set 24: Code-Review-1

                                                                -1 for the copyright header issue

                                                                Could you please clarify: do you want the whole old-style copyright header from WebKit.cpp with 2009 as the year, or do you want the new style with 2009 as the year?

                                                                  To view, visit change 547379. To unsubscribe, visit settings.

                                                                  Gerrit-Project: chromium/src
                                                                  Gerrit-Branch: master
                                                                  Gerrit-MessageType: comment
                                                                  Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                                                  Gerrit-Change-Number: 547379
                                                                  Gerrit-PatchSet: 24
                                                                  Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                                                  Gerrit-Reviewer: Jochen Eisinger <joc...@chromium.org>
                                                                  Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                                                  Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
                                                                  Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                                                  Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                                                  Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                                                  Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                                                  Gerrit-CC: Adam Barth <aba...@chromium.org>
                                                                  Gerrit-CC: Commit Bot <commi...@chromium.org>
                                                                  Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                                                  Gerrit-Comment-Date: Tue, 04 Jul 2017 08:43:47 +0000
                                                                  Gerrit-HasComments: No
                                                                  Gerrit-HasLabels: No

                                                                  Kent Tamura (Gerrit)

                                                                  unread,
                                                                  Jul 4, 2017, 4:47:56 AM7/4/17
                                                                  to Nicholas Verne, blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kent Tamura, Kentaro Hara, Jochen Eisinger, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                                                  Kent Tamura posted comments on this change.

                                                                  View Change

                                                                  Patch set 24:

                                                                  Could you please clarify: do you want the whole old-style copyright header from WebKit.cpp with 2009 as the year, or do you want the new style with 2009 as the year?

                                                                  Please copy the copyright header of WebKit.cpp to BlinkInitializer.cpp.

                                                                    To view, visit change 547379. To unsubscribe, visit settings.

                                                                    Gerrit-Project: chromium/src
                                                                    Gerrit-Branch: master
                                                                    Gerrit-MessageType: comment
                                                                    Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                                                    Gerrit-Change-Number: 547379
                                                                    Gerrit-PatchSet: 24
                                                                    Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                                                    Gerrit-Reviewer: Jochen Eisinger <joc...@chromium.org>
                                                                    Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                                                    Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
                                                                    Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                                                    Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                                                    Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                                                    Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                                                    Gerrit-CC: Adam Barth <aba...@chromium.org>
                                                                    Gerrit-CC: Commit Bot <commi...@chromium.org>
                                                                    Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                                                    Gerrit-Comment-Date: Tue, 04 Jul 2017 08:47:52 +0000
                                                                    Gerrit-HasComments: No
                                                                    Gerrit-HasLabels: No

                                                                    Nicholas Verne (Gerrit)

                                                                    unread,
                                                                    Jul 4, 2017, 4:56:39 AM7/4/17
                                                                    to blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kent Tamura, Kentaro Hara, Jochen Eisinger, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                                                    Nicholas Verne posted comments on this change.

                                                                    View Change

                                                                    Patch set 24:

                                                                    Patch Set 24:

                                                                    (1 comment)

                                                                    You're right. It was incorrectly included in WebExport.h AFAICT, and that was my model. Sorry for the resistance.

                                                                      To view, visit change 547379. To unsubscribe, visit settings.

                                                                      Gerrit-Project: chromium/src
                                                                      Gerrit-Branch: master
                                                                      Gerrit-MessageType: comment
                                                                      Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                                                      Gerrit-Change-Number: 547379
                                                                      Gerrit-PatchSet: 24
                                                                      Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                                                      Gerrit-Reviewer: Jochen Eisinger <joc...@chromium.org>
                                                                      Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                                                      Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
                                                                      Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                                                      Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                                                      Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                                                      Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                                                      Gerrit-CC: Adam Barth <aba...@chromium.org>
                                                                      Gerrit-CC: Commit Bot <commi...@chromium.org>
                                                                      Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                                                      Gerrit-Comment-Date: Tue, 04 Jul 2017 08:56:35 +0000
                                                                      Gerrit-HasComments: No
                                                                      Gerrit-HasLabels: No

                                                                      Nicholas Verne (Gerrit)

                                                                      unread,
                                                                      Jul 4, 2017, 5:10:56 AM7/4/17
                                                                      to blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kent Tamura, Kentaro Hara, Jochen Eisinger, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                                                      Nicholas Verne posted comments on this change.

                                                                      View Change

                                                                      Patch set 25:Commit-Queue +1

                                                                        To view, visit change 547379. To unsubscribe, visit settings.

                                                                        Gerrit-Project: chromium/src
                                                                        Gerrit-Branch: master
                                                                        Gerrit-MessageType: comment
                                                                        Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                                                        Gerrit-Change-Number: 547379
                                                                        Gerrit-PatchSet: 25
                                                                        Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                                                        Gerrit-Reviewer: Jochen Eisinger <joc...@chromium.org>
                                                                        Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                                                        Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
                                                                        Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                                                        Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                                                        Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                                                        Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                                                        Gerrit-CC: Adam Barth <aba...@chromium.org>
                                                                        Gerrit-CC: Commit Bot <commi...@chromium.org>
                                                                        Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                                                        Gerrit-Comment-Date: Tue, 04 Jul 2017 09:10:50 +0000
                                                                        Gerrit-HasComments: No
                                                                        Gerrit-HasLabels: Yes

                                                                        Nicholas Verne (Gerrit)

                                                                        unread,
                                                                        Jul 4, 2017, 5:34:27 AM7/4/17
                                                                        to blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kent Tamura, Kentaro Hara, Jochen Eisinger, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                                                        Nicholas Verne posted comments on this change.

                                                                        View Change

                                                                        Patch set 25:

                                                                        Kent, could you please revoke your -1? I think Gerrit will not allow the CL to be submitted if there's a -1

                                                                          To view, visit change 547379. To unsubscribe, visit settings.

                                                                          Gerrit-Project: chromium/src
                                                                          Gerrit-Branch: master
                                                                          Gerrit-MessageType: comment
                                                                          Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                                                          Gerrit-Change-Number: 547379
                                                                          Gerrit-PatchSet: 25
                                                                          Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                                                          Gerrit-Reviewer: Jochen Eisinger <joc...@chromium.org>
                                                                          Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                                                          Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
                                                                          Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                                                          Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                                                          Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                                                          Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                                                          Gerrit-CC: Adam Barth <aba...@chromium.org>
                                                                          Gerrit-CC: Commit Bot <commi...@chromium.org>
                                                                          Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                                                          Gerrit-Comment-Date: Tue, 04 Jul 2017 09:34:21 +0000
                                                                          Gerrit-HasComments: No
                                                                          Gerrit-HasLabels: No

                                                                          Kent Tamura (Gerrit)

                                                                          unread,
                                                                          Jul 4, 2017, 6:29:07 PM7/4/17
                                                                          to Nicholas Verne, blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kent Tamura, Kentaro Hara, Jochen Eisinger, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                                                          Kent Tamura posted comments on this change.

                                                                          View Change

                                                                          Patch set 25:Code-Review +1

                                                                          (2 comments)

                                                                          To view, visit change 547379. To unsubscribe, visit settings.

                                                                          Gerrit-Project: chromium/src
                                                                          Gerrit-Branch: master
                                                                          Gerrit-MessageType: comment
                                                                          Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                                                          Gerrit-Change-Number: 547379
                                                                          Gerrit-PatchSet: 25
                                                                          Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                                                          Gerrit-Reviewer: Jochen Eisinger <joc...@chromium.org>
                                                                          Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                                                          Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
                                                                          Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                                                          Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                                                          Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                                                          Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                                                          Gerrit-CC: Adam Barth <aba...@chromium.org>
                                                                          Gerrit-CC: Commit Bot <commi...@chromium.org>
                                                                          Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                                                          Gerrit-Comment-Date: Tue, 04 Jul 2017 22:29:02 +0000
                                                                          Gerrit-HasComments: Yes
                                                                          Gerrit-HasLabels: Yes

                                                                          Nicholas Verne (Gerrit)

                                                                          unread,
                                                                          Jul 4, 2017, 6:42:59 PM7/4/17
                                                                          to Jochen Eisinger, Sasha Morrissey, Joel Hockey, Stuart Langley, Kentaro Hara, Kent Tamura, blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, devtools...@chromium.org, chromium...@chromium.org, Commit Bot, Adam Barth, Daniel Cheng

                                                                          Nicholas Verne uploaded patch set #26 to this change.

                                                                          View Change

                                                                          Create controller/ component in blink.

                                                                          This commences the new blink architecture outlined in Onion Soup 2.0

                                                                          Most of the remaining files in web/ will migrate to controller/ either as the
                                                                          existing Web* classes, or as controller-specific refactorings. The controller/
                                                                          directory is not intended as a dumping ground.


                                                                          Bug:738768
                                                                          Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                                                          ---
                                                                          A third_party/WebKit/Source/controller/BUILD.gn
                                                                          A third_party/WebKit/Source/controller/BlinkInitializer.cpp
                                                                          A third_party/WebKit/Source/controller/BlinkInitializer.h

                                                                          A third_party/WebKit/Source/controller/ControllerExport.h
                                                                          A third_party/WebKit/Source/controller/DEPS
                                                                          A third_party/WebKit/Source/controller/OWNERS
                                                                          A third_party/WebKit/Source/controller/README.md
                                                                          M third_party/WebKit/Source/web/BUILD.gn
                                                                          M third_party/WebKit/Source/web/DEPS
                                                                          M third_party/WebKit/Source/web/WebFactoryImpl.h
                                                                          M third_party/WebKit/Source/web/WebKit.cpp
                                                                          M third_party/WebKit/public/BUILD.gn
                                                                          12 files changed, 218 insertions(+), 41 deletions(-)

                                                                          To view, visit change 547379. To unsubscribe, visit settings.

                                                                          Gerrit-Project: chromium/src
                                                                          Gerrit-Branch: master
                                                                          Gerrit-MessageType: newpatchset
                                                                          Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                                                          Gerrit-Change-Number: 547379
                                                                          Gerrit-PatchSet: 26

                                                                          Nicholas Verne (Gerrit)

                                                                          unread,
                                                                          Jul 4, 2017, 6:46:40 PM7/4/17
                                                                          to blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kent Tamura, Kentaro Hara, Jochen Eisinger, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                                                          Nicholas Verne posted comments on this change.

                                                                          View Change

                                                                          Patch set 27:

                                                                          (2 comments)

                                                                            • this blank line is unnecessary.

                                                                            • Done

                                                                          To view, visit change 547379. To unsubscribe, visit settings.

                                                                          Gerrit-Project: chromium/src
                                                                          Gerrit-Branch: master
                                                                          Gerrit-MessageType: comment
                                                                          Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                                                          Gerrit-Change-Number: 547379
                                                                          Gerrit-PatchSet: 27
                                                                          Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                                                          Gerrit-Reviewer: Jochen Eisinger <joc...@chromium.org>
                                                                          Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                                                          Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
                                                                          Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                                                          Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                                                          Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                                                          Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                                                          Gerrit-CC: Adam Barth <aba...@chromium.org>
                                                                          Gerrit-CC: Commit Bot <commi...@chromium.org>
                                                                          Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                                                          Gerrit-Comment-Date: Tue, 04 Jul 2017 22:46:34 +0000
                                                                          Gerrit-HasComments: Yes
                                                                          Gerrit-HasLabels: No

                                                                          Nicholas Verne (Gerrit)

                                                                          unread,
                                                                          Jul 4, 2017, 6:49:19 PM7/4/17
                                                                          to blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kent Tamura, Kentaro Hara, Jochen Eisinger, Sasha Morrissey, Commit Bot, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                                                          Nicholas Verne posted comments on this change.

                                                                          View Change

                                                                          Patch set 27:Commit-Queue +2

                                                                            To view, visit change 547379. To unsubscribe, visit settings.

                                                                            Gerrit-Project: chromium/src
                                                                            Gerrit-Branch: master
                                                                            Gerrit-MessageType: comment
                                                                            Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                                                            Gerrit-Change-Number: 547379
                                                                            Gerrit-PatchSet: 27
                                                                            Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                                                            Gerrit-Reviewer: Jochen Eisinger <joc...@chromium.org>
                                                                            Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                                                            Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
                                                                            Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                                                            Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                                                            Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                                                            Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                                                            Gerrit-CC: Adam Barth <aba...@chromium.org>
                                                                            Gerrit-CC: Commit Bot <commi...@chromium.org>
                                                                            Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                                                            Gerrit-Comment-Date: Tue, 04 Jul 2017 22:49:15 +0000
                                                                            Gerrit-HasComments: No
                                                                            Gerrit-HasLabels: Yes

                                                                            Commit Bot (Gerrit)

                                                                            unread,
                                                                            Jul 4, 2017, 6:49:28 PM7/4/17
                                                                            to Nicholas Verne, blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kent Tamura, Kentaro Hara, Jochen Eisinger, Sasha Morrissey, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                                                            Commit Bot posted comments on this change.

                                                                            View Change

                                                                            Patch set 27:

                                                                            CQ is trying da patch.

                                                                            Note: The patchset sent to CQ was uploaded after this CL was approved.

                                                                            "formatting" https://chromium-review.googlesource.com/c/547379/27

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

                                                                            Bot data: {"action": "start", "triggered_at": "2017-07-04T22:49:15.0Z", "cq_cfg_revision": "1aa54ba037e9058c2752e0a0d871aeabfcba5974", "revision": "285b78fe2c885a52ea755decf6fef77f223829c5"}

                                                                              To view, visit change 547379. To unsubscribe, visit settings.

                                                                              Gerrit-Project: chromium/src
                                                                              Gerrit-Branch: master
                                                                              Gerrit-MessageType: comment
                                                                              Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                                                              Gerrit-Change-Number: 547379
                                                                              Gerrit-PatchSet: 27
                                                                              Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                                                              Gerrit-Reviewer: Jochen Eisinger <joc...@chromium.org>
                                                                              Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                                                              Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
                                                                              Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                                                              Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                                                              Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                                                              Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                                                              Gerrit-CC: Adam Barth <aba...@chromium.org>
                                                                              Gerrit-CC: Commit Bot <commi...@chromium.org>
                                                                              Gerrit-CC: Daniel Cheng <dch...@chromium.org>
                                                                              Gerrit-Comment-Date: Tue, 04 Jul 2017 22:49:25 +0000
                                                                              Gerrit-HasComments: No
                                                                              Gerrit-HasLabels: No

                                                                              Commit Bot (Gerrit)

                                                                              unread,
                                                                              Jul 4, 2017, 8:51:53 PM7/4/17
                                                                              to Nicholas Verne, blink-re...@chromium.org, blink-...@chromium.org, dglazko...@chromium.org, kinuko...@chromium.org, platform-architect...@chromium.org, apavlo...@chromium.org, caseq...@chromium.org, kozyatins...@chromium.org, lushnik...@chromium.org, mlamouri+w...@chromium.org, pfeldma...@chromium.org, Kent Tamura, Kentaro Hara, Jochen Eisinger, Sasha Morrissey, Stuart Langley, Joel Hockey, Adam Barth, chromium...@chromium.org, Daniel Cheng, devtools...@chromium.org

                                                                              Commit Bot merged this change.

                                                                              View Change

                                                                              Approvals: Kentaro Hara: Looks good to me Kent Tamura: Looks good to me Nicholas Verne: Commit
                                                                              Create controller/ component in blink.

                                                                              This commences the new blink architecture outlined in Onion Soup 2.0

                                                                              Most of the remaining files in web/ will migrate to controller/ either as the
                                                                              existing Web* classes, or as controller-specific refactorings. The controller/
                                                                              directory is not intended as a dumping ground.


                                                                              Bug: 738768
                                                                              Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                                                              Reviewed-on: https://chromium-review.googlesource.com/547379
                                                                              Commit-Queue: Nicholas Verne <nve...@chromium.org>
                                                                              Reviewed-by: Kent Tamura <tk...@chromium.org>
                                                                              Reviewed-by: Kentaro Hara <har...@chromium.org>
                                                                              Cr-Commit-Position: refs/heads/master@{#484172}

                                                                              ---
                                                                              A third_party/WebKit/Source/controller/BUILD.gn
                                                                              A third_party/WebKit/Source/controller/BlinkInitializer.cpp
                                                                              A third_party/WebKit/Source/controller/BlinkInitializer.h
                                                                              A third_party/WebKit/Source/controller/ControllerExport.h
                                                                              A third_party/WebKit/Source/controller/DEPS
                                                                              A third_party/WebKit/Source/controller/OWNERS
                                                                              A third_party/WebKit/Source/controller/README.md
                                                                              M third_party/WebKit/Source/web/BUILD.gn
                                                                              M third_party/WebKit/Source/web/DEPS
                                                                              M third_party/WebKit/Source/web/WebFactoryImpl.h
                                                                              M third_party/WebKit/Source/web/WebKit.cpp
                                                                              M third_party/WebKit/public/BUILD.gn
                                                                              12 files changed, 217 insertions(+), 41 deletions(-)


                                                                              To view, visit change 547379. To unsubscribe, visit settings.

                                                                              Gerrit-Project: chromium/src
                                                                              Gerrit-Branch: master
                                                                              Gerrit-MessageType: merged
                                                                              Gerrit-Change-Id: I7dbe02690ca3a90c08fead13468d160773fe7753
                                                                              Gerrit-Change-Number: 547379
                                                                              Gerrit-PatchSet: 28
                                                                              Gerrit-Owner: Nicholas Verne <nve...@chromium.org>
                                                                              Gerrit-Reviewer: Commit Bot <commi...@chromium.org>
                                                                              Gerrit-Reviewer: Jochen Eisinger <joc...@chromium.org>
                                                                              Gerrit-Reviewer: Joel Hockey <joelh...@chromium.org>
                                                                              Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
                                                                              Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                                                              Gerrit-Reviewer: Nicholas Verne <nve...@chromium.org>
                                                                              Gerrit-Reviewer: Sasha Morrissey <sas...@chromium.org>
                                                                              Gerrit-Reviewer: Stuart Langley <slan...@chromium.org>
                                                                              Gerrit-CC: Adam Barth <aba...@chromium.org>
                                                                              Reply all
                                                                              Reply to author
                                                                              Forward
                                                                              0 new messages