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

Issue 55313003: Logging accesses to URL-properties of DOM elements, e.g. src. (Closed)

Created:
7 years, 1 month ago by pmarch
Modified:
7 years, 1 month ago
CC:
blink-reviews, nessy, gavinp+prerender_chromium.org, feature-media-reviews_chromium.org, dglazkov+blink, Inactive, vcarbune.chromium, adamk+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Logging accesses to URL-properties of DOM elements, e.g., src. Logging calls to submit method of Form elements. This CL allows UMA logging of the following extension activities: - an extension sets a url property on a DOM element within a page, e.g., the extension's content script set src property of an image element. - an extension's content script calls submit method on a Form element within a page. BUG=313901, 313878 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=161238

Patch Set 1 #

Patch Set 2 : Logging only setters in isolated worlds. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -22 lines) Patch
M Source/core/html/HTMLButtonElement.idl View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLEmbedElement.idl View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLFormElement.idl View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLFrameElement.idl View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLHtmlElement.idl View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLIFrameElement.idl View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLImageElement.idl View 1 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/HTMLInputElement.idl View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLLinkElement.idl View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLMediaElement.idl View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLModElement.idl View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLObjectElement.idl View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLQuoteElement.idl View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLScriptElement.idl View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLSourceElement.idl View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLTrackElement.idl View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLVideoElement.idl View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 24 (0 generated)
pmarch
Adrienne, Please, have a look at this CL.
7 years, 1 month ago (2013-10-31 21:17:11 UTC) #1
felt
lgtm petr. Can you file a bug that lists all of the properties you are ...
7 years, 1 month ago (2013-10-31 21:31:35 UTC) #2
pmarch
Hi Adam, Could you please review this CL. We want this CL to land before ...
7 years, 1 month ago (2013-10-31 22:33:13 UTC) #3
abarth-chromium
I'm sorry, I'm not interested in reviewing these CLs. Perhaps someone else is interested in ...
7 years, 1 month ago (2013-11-01 16:59:53 UTC) #4
pmarch
Hi Dimitri, Would you have time to review this CL; we need it to get ...
7 years, 1 month ago (2013-11-01 17:14:39 UTC) #5
dglazkov
Petr, you really should consider abarth's response as a not LGTM. I don't have any ...
7 years, 1 month ago (2013-11-01 17:27:31 UTC) #6
felt
On 2013/11/01 17:27:31, Dimitri Glazkov wrote: > Petr, you really should consider abarth's response as ...
7 years, 1 month ago (2013-11-01 17:30:35 UTC) #7
pmarch
Kentaro Could you please review this CL as you reviewed some other CLs that introduce ...
7 years, 1 month ago (2013-11-01 18:17:29 UTC) #8
haraken
I'm also concerned that the logging points in this CL won't give you accurate results. ...
7 years, 1 month ago (2013-11-02 02:17:28 UTC) #9
pmarch
On 2013/11/02 02:17:28, haraken wrote: > I'm also concerned that the logging points in this ...
7 years, 1 month ago (2013-11-02 03:09:22 UTC) #10
haraken
Discussed offline with petr and adam. Given that this is just an experiment to see ...
7 years, 1 month ago (2013-11-02 04:21:45 UTC) #11
philipj_slow
Not my review, bit why dö we want to log all URL properties? And why ...
7 years, 1 month ago (2013-11-02 06:10:32 UTC) #12
eseidel
What is "ActivityLogging". It sounds scary to the casual observer. :(
7 years, 1 month ago (2013-11-02 06:48:18 UTC) #13
eseidel
Searching on Google it appears to be related to understanding what extensions are doing to ...
7 years, 1 month ago (2013-11-02 06:59:37 UTC) #14
eseidel
Searching on Google it appears to be related to understanding what extensions are doing to ...
7 years, 1 month ago (2013-11-02 06:59:37 UTC) #15
dglazkov
On 2013/11/02 04:21:45, haraken wrote: > Discussed offline with petr and adam. > > Given ...
7 years, 1 month ago (2013-11-02 17:01:55 UTC) #16
felt
On 2013/11/02 17:01:55, Dimitri Glazkov wrote: > On 2013/11/02 04:21:45, haraken wrote: > > Discussed ...
7 years, 1 month ago (2013-11-02 18:38:25 UTC) #17
pmarch2
In order to evaluate our behavior approach on the client machines, we need this change ...
7 years, 1 month ago (2013-11-02 21:34:16 UTC) #18
pmarch
On 2013/11/02 06:10:32, philipj wrote: > Not my review, bit why dö we want to ...
7 years, 1 month ago (2013-11-02 21:39:54 UTC) #19
haraken
We should have added more explanations about this change. I want to apologize. I'm OK ...
7 years, 1 month ago (2013-11-03 00:51:16 UTC) #20
pmarch
On 2013/11/03 00:51:16, haraken wrote: > We should have added more explanations about this change. ...
7 years, 1 month ago (2013-11-03 04:06:00 UTC) #21
eseidel
It sounds like you all have a tight deadline to hit. From the sounds of ...
7 years, 1 month ago (2013-11-03 19:22:52 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pmarch@chromium.org/55313003/110001
7 years, 1 month ago (2013-11-04 00:26:51 UTC) #23
commit-bot: I haz the power
7 years, 1 month ago (2013-11-04 01:12:16 UTC) #24
Message was sent while issue was closed.
Change committed as 161238

Powered by Google App Engine
This is Rietveld 408576698