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

Issue 2803603003: Removing support for document.createEvent("ProgressEvent") (Closed)

Created:
3 years, 8 months ago by nikhil.sahni
Modified:
3 years, 8 months ago
CC:
chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Removing support for document.createEvent("ProgressEvent") BUG=703559 Review-Url: https://codereview.chromium.org/2803603003 Cr-Commit-Position: refs/heads/master@{#464378} Committed: https://chromium.googlesource.com/chromium/src/+/a5d70ebb214f8d77c943c98f1e2908c91b3d62b7

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed Review Comments #

Patch Set 3 : Rebase Patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -14 lines) Patch
M third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createEvent-expected.txt View 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/events/event-creation.html View 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/build/scripts/make_event_factory.py View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/UseCounter.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 32 (11 generated)
Srirama
Peer review looks good.
3 years, 8 months ago (2017-04-06 06:40:48 UTC) #3
foolip
I changed the title/description to be clear that it's only about document.createEvent("ProgressEvent")
3 years, 8 months ago (2017-04-06 09:07:56 UTC) #7
foolip
Code LGTM, just need to agree about paperwork. This is such a minor thing that ...
3 years, 8 months ago (2017-04-06 09:10:16 UTC) #8
foolip
Use counter at https://www.chromestatus.com/metrics/feature/timeline/popularity/1177
3 years, 8 months ago (2017-04-06 09:10:28 UTC) #9
tkent
> This is such a minor thing that I think we should bypass the Intent ...
3 years, 8 months ago (2017-04-06 09:11:47 UTC) #10
foolip
In an httparchive search for REGEXP_MATCH(body, r'(?i:createEvent.{2,10}progressevent)') I find only 3 sites that call createEvent("ProgressEvent"): ...
3 years, 8 months ago (2017-04-06 09:20:44 UTC) #11
nikhil.sahni
Addressed the Review Comments. https://codereview.chromium.org/2803603003/diff/1/third_party/WebKit/Source/build/scripts/make_event_factory.py File third_party/WebKit/Source/build/scripts/make_event_factory.py (left): https://codereview.chromium.org/2803603003/diff/1/third_party/WebKit/Source/build/scripts/make_event_factory.py#oldcode89 third_party/WebKit/Source/build/scripts/make_event_factory.py:89: or name == 'ProgressEvent' On ...
3 years, 8 months ago (2017-04-06 10:26:26 UTC) #12
nikhil.sahni
Addressed the Review Comments. https://codereview.chromium.org/2803603003/diff/1/third_party/WebKit/Source/build/scripts/make_event_factory.py File third_party/WebKit/Source/build/scripts/make_event_factory.py (left): https://codereview.chromium.org/2803603003/diff/1/third_party/WebKit/Source/build/scripts/make_event_factory.py#oldcode89 third_party/WebKit/Source/build/scripts/make_event_factory.py:89: or name == 'ProgressEvent' On ...
3 years, 8 months ago (2017-04-06 10:26:26 UTC) #13
nikhil.sahni
Addressed the Review Comments. https://codereview.chromium.org/2803603003/diff/1/third_party/WebKit/Source/build/scripts/make_event_factory.py File third_party/WebKit/Source/build/scripts/make_event_factory.py (left): https://codereview.chromium.org/2803603003/diff/1/third_party/WebKit/Source/build/scripts/make_event_factory.py#oldcode89 third_party/WebKit/Source/build/scripts/make_event_factory.py:89: or name == 'ProgressEvent' On ...
3 years, 8 months ago (2017-04-06 10:26:26 UTC) #14
foolip
Hmm, so in https://groups.google.com/a/chromium.org/d/msg/blink-dev/BkPSl0Oey8k/BqJ3_ck0BAAJ I didn't create a chromestatus.com entry for a much bigger change ...
3 years, 8 months ago (2017-04-06 10:32:45 UTC) #15
nikhil.sahni
Hi Philip, do I need to do anything for this or its under progress. Thanks
3 years, 8 months ago (2017-04-10 05:09:50 UTC) #16
foolip
On 2017/04/10 05:09:50, nikhil.sahni wrote: > Hi Philip, > > do I need to do ...
3 years, 8 months ago (2017-04-10 06:09:23 UTC) #17
foolip
On 2017/04/10 06:09:23, foolip_UTC7 wrote: > On 2017/04/10 05:09:50, nikhil.sahni wrote: > > Hi Philip, ...
3 years, 8 months ago (2017-04-11 17:30:02 UTC) #18
nikhil.sahni
On 2017/04/11 17:30:02, foolip_UTC7 wrote: > On 2017/04/10 06:09:23, foolip_UTC7 wrote: > > On 2017/04/10 ...
3 years, 8 months ago (2017-04-12 07:26:13 UTC) #19
tkent
> > > No reply from Joe, so please create a http://chromestatus.com entry. > > ...
3 years, 8 months ago (2017-04-13 00:51:27 UTC) #20
nikhil.sahni
Hi Philip, Plz do let me know on this. Thanks
3 years, 8 months ago (2017-04-13 07:49:36 UTC) #21
foolip
On 2017/04/13 07:49:36, nikhil.sahni wrote: > Hi Philip, > > Plz do let me know ...
3 years, 8 months ago (2017-04-13 08:41:11 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2803603003/20001
3 years, 8 months ago (2017-04-13 08:57:12 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_android on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/247147) linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, ...
3 years, 8 months ago (2017-04-13 09:01:05 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2803603003/40001
3 years, 8 months ago (2017-04-13 10:26:34 UTC) #29
commit-bot: I haz the power
3 years, 8 months ago (2017-04-13 11:58:53 UTC) #32
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/a5d70ebb214f8d77c943c98f1e29...

Powered by Google App Engine
This is Rietveld 408576698