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

Issue 349263002: Adds AL logging for Blink core events. (Closed)

Created:
6 years, 6 months ago by pmarch
Modified:
6 years, 5 months ago
Reviewers:
haraken, pfeldman, mvrable
CC:
blink-reviews, blink-reviews-html_chromium.org, arv+blink, webcomponents-bugzilla_chromium.org, sof, eae+blinkwatch, blink-reviews-dom_chromium.org, dglazkov+blink, Inactive, gavinp+prerender_chromium.org, watchdog-blink-watchlist_google.com, rwlbuis, felt
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Enables Activity Logger to log extension adding the following elements to the DOM: - script - link - anchor - iframe - form - input - button BUG=388287 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177105 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177245

Patch Set 1 #

Total comments: 4

Patch Set 2 : comments #

Total comments: 2

Patch Set 3 : button #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+284 lines, -15 lines) Patch
M Source/core/dom/Document.idl View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/dom/Element.idl View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Node.idl View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/dom/shadow/ShadowRoot.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLAnchorElement.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/html/HTMLAnchorElement.cpp View 1 2 chunks +15 lines, -0 lines 0 comments Download
M Source/core/html/HTMLButtonElement.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/html/HTMLButtonElement.cpp View 1 2 2 chunks +17 lines, -0 lines 0 comments Download
M Source/core/html/HTMLDocument.idl View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLFormElement.cpp View 1 2 chunks +11 lines, -0 lines 0 comments Download
M Source/core/html/HTMLIFrameElement.cpp View 1 2 chunks +10 lines, -0 lines 0 comments Download
M Source/core/html/HTMLInputElement.cpp View 1 2 chunks +11 lines, -0 lines 0 comments Download
M Source/core/html/HTMLLinkElement.cpp View 1 2 3 2 chunks +11 lines, -0 lines 0 comments Download
M Source/core/html/HTMLScriptElement.cpp View 1 2 chunks +10 lines, -0 lines 0 comments Download
M Source/web/tests/ActivityLoggerTest.cpp View 1 2 4 chunks +187 lines, -5 lines 0 comments Download

Messages

Total messages: 42 (0 generated)
pmarch
Hi Kentaro and Michael, Could you take a look at this CL. Thanks
6 years, 6 months ago (2014-06-23 15:17:12 UTC) #1
haraken
We might want to announce our plan to blink-dev@ before inserting more ActivityLogging code to ...
6 years, 6 months ago (2014-06-23 15:49:42 UTC) #2
pmarch
https://codereview.chromium.org/349263002/diff/1/Source/core/html/HTMLAnchorElement.cpp File Source/core/html/HTMLAnchorElement.cpp (right): https://codereview.chromium.org/349263002/diff/1/Source/core/html/HTMLAnchorElement.cpp#newcode363 Source/core/html/HTMLAnchorElement.cpp:363: if (insertionPoint->isInTreeScope()) { On 2014/06/23 15:49:42, haraken wrote: > ...
6 years, 6 months ago (2014-06-23 16:31:00 UTC) #3
pmarch
On 2014/06/23 15:49:42, haraken wrote: > We might want to announce our plan to blink-dev@ ...
6 years, 6 months ago (2014-06-23 16:32:39 UTC) #4
haraken
> > We might want to announce our plan to blink-dev@ before inserting more > ...
6 years, 6 months ago (2014-06-23 16:35:16 UTC) #5
mvrable
https://codereview.chromium.org/349263002/diff/20001/Source/core/dom/Node.idl File Source/core/dom/Node.idl (left): https://codereview.chromium.org/349263002/diff/20001/Source/core/dom/Node.idl#oldcode52 Source/core/dom/Node.idl:52: [Custom, CustomElementCallbacks, PerWorldBindings, LogActivity, RaisesException] Node insertBefore(Node newChild, Node ...
6 years, 6 months ago (2014-06-23 17:14:46 UTC) #6
pmarch
https://codereview.chromium.org/349263002/diff/20001/Source/core/dom/Node.idl File Source/core/dom/Node.idl (left): https://codereview.chromium.org/349263002/diff/20001/Source/core/dom/Node.idl#oldcode52 Source/core/dom/Node.idl:52: [Custom, CustomElementCallbacks, PerWorldBindings, LogActivity, RaisesException] Node insertBefore(Node newChild, Node ...
6 years, 6 months ago (2014-06-24 09:53:08 UTC) #7
mvrable
lgtm
6 years, 6 months ago (2014-06-24 16:15:20 UTC) #8
haraken
LGTM, given the discussion in blink-dev@. https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/Yzsx7H-gKrs Would you file a tracking bug and add ...
6 years, 6 months ago (2014-06-25 01:04:10 UTC) #9
pmarch
On 2014/06/25 01:04:10, haraken wrote: > LGTM, given the discussion in blink-dev@. > https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/Yzsx7H-gKrs > ...
6 years, 5 months ago (2014-06-25 16:15:10 UTC) #10
pmarch
Haraken Take another look, please. I've added logging for button element. Petr
6 years, 5 months ago (2014-06-25 16:16:03 UTC) #11
haraken
On 2014/06/25 16:16:03, pmarch wrote: > Haraken > > Take another look, please. I've added ...
6 years, 5 months ago (2014-06-25 16:20:31 UTC) #12
pmarch
The CQ bit was checked by pmarch@chromium.org
6 years, 5 months ago (2014-06-25 16:21:00 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pmarch@chromium.org/349263002/40001
6 years, 5 months ago (2014-06-25 16:21:21 UTC) #14
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: blink_presubmit on tryserver.blink ...
6 years, 5 months ago (2014-06-25 18:05:58 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-06-25 18:08:24 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/8516)
6 years, 5 months ago (2014-06-25 18:08:25 UTC) #17
pmarch
The CQ bit was checked by pmarch@chromium.org
6 years, 5 months ago (2014-06-26 08:47:30 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pmarch@chromium.org/349263002/40001
6 years, 5 months ago (2014-06-26 08:48:26 UTC) #19
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: blink_presubmit on tryserver.blink ...
6 years, 5 months ago (2014-06-26 10:29:57 UTC) #20
pmarch
The CQ bit was unchecked by pmarch@chromium.org
6 years, 5 months ago (2014-06-26 10:31:36 UTC) #21
pmarch
HI Pavel Could you please look at Source/web/tests/ActivityLoggerTest.cpp Thanks
6 years, 5 months ago (2014-06-26 10:33:45 UTC) #22
pfeldman
rslgtm
6 years, 5 months ago (2014-06-26 12:24:12 UTC) #23
pmarch
The CQ bit was checked by pmarch@chromium.org
6 years, 5 months ago (2014-06-26 12:38:32 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pmarch@chromium.org/349263002/40001
6 years, 5 months ago (2014-06-26 12:39:33 UTC) #25
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_dbg on tryserver.blink ...
6 years, 5 months ago (2014-06-26 14:21:25 UTC) #26
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-06-26 14:50:24 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/13466)
6 years, 5 months ago (2014-06-26 14:50:24 UTC) #28
pmarch
On 2014/06/26 14:50:24, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 5 months ago (2014-06-27 13:33:51 UTC) #29
pmarch
The CQ bit was checked by pmarch@chromium.org
6 years, 5 months ago (2014-06-27 13:35:09 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pmarch@chromium.org/349263002/40001
6 years, 5 months ago (2014-06-27 13:35:32 UTC) #31
commit-bot: I haz the power
Change committed as 177105
6 years, 5 months ago (2014-06-27 14:35:23 UTC) #32
Timothy Loh
A revert of this CL has been created in https://codereview.chromium.org/355363002/ by timloh@chromium.org. The reason for ...
6 years, 5 months ago (2014-06-30 07:10:44 UTC) #33
pmarch
On 2014/06/30 07:10:44, Timothy Loh wrote: > A revert of this CL has been created ...
6 years, 5 months ago (2014-06-30 13:56:35 UTC) #34
pmarch
The CQ bit was checked by pmarch@chromium.org
6 years, 5 months ago (2014-06-30 19:03:37 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pmarch@chromium.org/349263002/40001
6 years, 5 months ago (2014-06-30 19:03:46 UTC) #36
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-06-30 19:04:01 UTC) #37
commit-bot: I haz the power
Failed to apply patch for Source/core/dom/Document.idl: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 5 months ago (2014-06-30 19:04:03 UTC) #38
pmarch
The CQ bit was checked by pmarch@chromium.org
6 years, 5 months ago (2014-06-30 19:11:35 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pmarch@chromium.org/349263002/60001
6 years, 5 months ago (2014-06-30 19:11:55 UTC) #40
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_dbg on tryserver.blink ...
6 years, 5 months ago (2014-06-30 20:16:29 UTC) #41
commit-bot: I haz the power
6 years, 5 months ago (2014-06-30 23:19:48 UTC) #42
Message was sent while issue was closed.
Change committed as 177245

Powered by Google App Engine
This is Rietveld 408576698