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

Issue 1673243002: Count document.createEvent() usage (Closed)

Created:
4 years, 10 months ago by davve
Modified:
4 years, 10 months ago
Reviewers:
philipj_slow
CC:
chromium-reviews, shans, zea+watch_chromium.org, tzik, johnme+watch_chromium.org, eae+blinkwatch, fs, eric.carlson_apple.com, apavlov+blink_chromium.org, rwlbuis, tim+watch_chromium.org, jsbell+serviceworker_chromium.org, Yoav Weiss, toyoshim+midi_chromium.org, mvanouwerkerk+watch_chromium.org, iclelland+watch_chromium.org, blink-reviews-css, blink-reviews-html_chromium.org, chasej+watch_chromium.org, dglazkov+blink, blink-reviews-bindings_chromium.org, jkarlin+watch_chromium.org, blink-reviews, kinuko+serviceworker, harkness+watch_chromium.org, Eric Willigers, kenneth.christiansen, nessy, rjwright, serviceworker-reviews, Peter Beverloo, timvolodine, Raymond Toy, feature-media-reviews_chromium.org, tommyw+watchlist_chromium.org, nhiroki, darktears, jsbell+idb_chromium.org, vcarbune.chromium, yhirano+watch_chromium.org, michaeln, mkwst+watchlist-csp_chromium.org, tyoshino+watch_chromium.org, mlamouri+watch-blink_chromium.org, blink-reviews-animation_chromium.org, maxbogue+watch_chromium.org, gasubic, falken, blink-reviews-events_chromium.org, plaree+watch_chromium.org, cmumford, horo+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@pass-executioncontext-to
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Count document.createEvent() usage Count all document.createEvent() calls outside what's listed in: https://dom.spec.whatwg.org/#dom-document-createevent BUG=569690 Committed: https://crrev.com/b864804d2c75a5024c4b6d57ee23b17b55396730 Cr-Commit-Position: refs/heads/master@{#375149}

Patch Set 1 #

Patch Set 2 : String quoting consistency #

Patch Set 3 : Remove code beloning to the next CL #

Patch Set 4 : Have white-list in code generator instead of blacklist in .idl-files #

Patch Set 5 : Update histograms.xml #

Total comments: 1

Patch Set 6 : Limit whitelist to what the spec lists #

Patch Set 7 : Leave histograms.xml for later to avoid having to re-enumerate everything again. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -3 lines) Patch
M third_party/WebKit/Source/build/scripts/make_event_factory.py View 1 2 3 4 5 6 3 chunks +22 lines, -0 lines 1 comment Download
M third_party/WebKit/Source/build/scripts/templates/EventFactory.cpp.tmpl View 1 2 3 1 chunk +8 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/UseCounter.h View 1 2 3 4 5 1 chunk +69 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
davve
There is a number of ways we can go here. This is one of them; ...
4 years, 10 months ago (2016-02-08 16:19:44 UTC) #2
philipj_slow
On 2016/02/08 16:19:44, David Vest wrote: > There is a number of ways we can ...
4 years, 10 months ago (2016-02-09 10:17:31 UTC) #3
davve
On 2016/02/09 10:17:31, philipj_UTC7 wrote: > On 2016/02/08 16:19:44, David Vest wrote: > > There ...
4 years, 10 months ago (2016-02-09 10:37:32 UTC) #4
philipj_slow
On 2016/02/09 10:37:32, David Vest wrote: > On 2016/02/09 10:17:31, philipj_UTC7 wrote: > > As ...
4 years, 10 months ago (2016-02-09 12:41:28 UTC) #5
davve
On 2016/02/09 12:41:28, philipj_OOO_til_Feb15 wrote: > On 2016/02/09 10:37:32, David Vest wrote: > > On ...
4 years, 10 months ago (2016-02-10 13:36:18 UTC) #6
philipj_slow
LGTM with nit https://codereview.chromium.org/1673243002/diff/80001/third_party/WebKit/Source/build/scripts/make_event_factory.py File third_party/WebKit/Source/build/scripts/make_event_factory.py (right): https://codereview.chromium.org/1673243002/diff/80001/third_party/WebKit/Source/build/scripts/make_event_factory.py#newcode62 third_party/WebKit/Source/build/scripts/make_event_factory.py:62: # All events _not_ on the ...
4 years, 10 months ago (2016-02-11 14:40:29 UTC) #7
davve
The list now happens to correlate quite closely to case_insensitive_matching :) (I take that as ...
4 years, 10 months ago (2016-02-11 16:30:23 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1673243002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1673243002/120001
4 years, 10 months ago (2016-02-12 08:02:41 UTC) #12
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 10 months ago (2016-02-12 09:18:24 UTC) #14
philipj_slow
https://codereview.chromium.org/1673243002/diff/120001/third_party/WebKit/Source/build/scripts/make_event_factory.py File third_party/WebKit/Source/build/scripts/make_event_factory.py (right): https://codereview.chromium.org/1673243002/diff/120001/third_party/WebKit/Source/build/scripts/make_event_factory.py#newcode54 third_party/WebKit/Source/build/scripts/make_event_factory.py:54: # with the exepction for |keyevents| not present in ...
4 years, 10 months ago (2016-02-13 14:29:58 UTC) #15
commit-bot: I haz the power
4 years, 10 months ago (2016-02-16 22:42:24 UTC) #17
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/b864804d2c75a5024c4b6d57ee23b17b55396730
Cr-Commit-Position: refs/heads/master@{#375149}

Powered by Google App Engine
This is Rietveld 408576698