Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(323)

Issue 1907533002: headless: Implement DevTools events (Closed)

Created:
4 years, 8 months ago by Sami
Modified:
4 years, 8 months ago
Reviewers:
dgozman, altimin
CC:
chromium-reviews, pfeldman, devtools-reviews_chromium.org, dgozman
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

headless: Implement DevTools events Make it possible to subscribe to DevTools events from all domains. BUG=595353 Committed: https://crrev.com/8a15bb3cc46b4d9de5e7334e2746f993941f8a96 Cr-Commit-Position: refs/heads/master@{#389074}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add parameters to all events #

Unified diffs Side-by-side diffs Delta from patch set Stats (+258 lines, -44 lines) Patch
M headless/lib/browser/client_api_generator.py View 1 7 chunks +29 lines, -5 lines 0 comments Download
M headless/lib/browser/client_api_generator_unittest.py View 1 1 chunk +49 lines, -0 lines 0 comments Download
M headless/lib/browser/domain_cc.template View 1 2 chunks +34 lines, -1 line 0 comments Download
M headless/lib/browser/domain_h.template View 1 4 chunks +25 lines, -0 lines 0 comments Download
M headless/lib/browser/headless_devtools_client_impl.h View 1 2 chunks +20 lines, -14 lines 0 comments Download
M headless/lib/browser/headless_devtools_client_impl.cc View 1 3 chunks +50 lines, -17 lines 0 comments Download
M headless/lib/browser/types_h.template View 1 chunk +3 lines, -3 lines 0 comments Download
M headless/lib/headless_devtools_client_browsertest.cc View 1 4 chunks +44 lines, -4 lines 0 comments Download
M headless/public/internal/message_dispatcher.h View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (7 generated)
Sami
4 years, 8 months ago (2016-04-20 17:20:50 UTC) #3
Sami
+dgozman
4 years, 8 months ago (2016-04-21 13:27:23 UTC) #4
dgozman
Code lgtm, see my comment about future compatibility. https://codereview.chromium.org/1907533002/diff/1/headless/lib/browser/domain_cc.template File headless/lib/browser/domain_cc.template (right): https://codereview.chromium.org/1907533002/diff/1/headless/lib/browser/domain_cc.template#newcode118 headless/lib/browser/domain_cc.template:118: FOR_EACH_OBSERVER(Observer, ...
4 years, 8 months ago (2016-04-21 17:21:37 UTC) #6
Sami
https://codereview.chromium.org/1907533002/diff/1/headless/lib/browser/domain_cc.template File headless/lib/browser/domain_cc.template (right): https://codereview.chromium.org/1907533002/diff/1/headless/lib/browser/domain_cc.template#newcode118 headless/lib/browser/domain_cc.template:118: FOR_EACH_OBSERVER(Observer, observers_, On{{event.name | to_title_case}}()); On 2016/04/21 17:21:36, dgozman ...
4 years, 8 months ago (2016-04-22 10:36:22 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1907533002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1907533002/20001
4 years, 8 months ago (2016-04-22 10:36:39 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 8 months ago (2016-04-22 11:20:06 UTC) #12
altimin
lgtm
4 years, 8 months ago (2016-04-22 16:01:24 UTC) #13
commit-bot: I haz the power
4 years, 8 months ago (2016-04-22 19:46:13 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/8a15bb3cc46b4d9de5e7334e2746f993941f8a96
Cr-Commit-Position: refs/heads/master@{#389074}

Powered by Google App Engine
This is Rietveld 408576698