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

Issue 2755313002: Fix issue 701381. (Closed)

Created:
3 years, 9 months ago by Huy Duong
Modified:
3 years, 8 months ago
Reviewers:
tkent, foolip
CC:
blink-reviews, chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Expand case-insensitive matching of Document.createEvent() If a specified interface name is an ASCII case insensitive match for any of the strings in the first in the table in [1], then the set constructor to the interface in the second column on the same row as the matching string. In make_event_factory.py file. create_event_legacy_whitelist is renamed to create_event_measure_whitelist. All events on the create_event_measure_whitelist are matched case-insensitively in createEvent and are measured using UseCounter The patch ensures that the test in [2] has less fail [1]: https://dom.spec.whatwg.org/#dom-document-createevent [2]: http://w3c-test.org/dom/nodes/Document-createEvent.html BUG=603614 Review-Url: https://codereview.chromium.org/2755313002 Cr-Commit-Position: refs/heads/master@{#461236} Committed: https://chromium.googlesource.com/chromium/src/+/c2cffeaaa19ba03e23cbce4291be97a85e14dd78

Patch Set 1 #

Total comments: 2

Patch Set 2 : Update the test result and move all events from create_event_legacy_whitelist to create_event_measu… #

Patch Set 3 : Rebase and reupload the patch #

Total comments: 1

Patch Set 4 : Update the test result #

Patch Set 5 : Update the test result #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -86 lines) Patch
M AUTHORS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createEvent-expected.txt View 1 2 3 4 7 chunks +81 lines, -81 lines 0 comments Download
M third_party/WebKit/Source/build/scripts/make_event_factory.py View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/build/scripts/templates/EventFactory.cpp.tmpl View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 45 (26 generated)
Huy Duong
Hi This is my fix for issue 701381 I am new to Chromium development. This ...
3 years, 9 months ago (2017-03-18 09:27:47 UTC) #2
tkent
+foolip@ Huy, Please update the test result of external/wpt/dom/nodes/Document-createEvent.html CL description: > Fix issue 701381. ...
3 years, 9 months ago (2017-03-20 22:51:07 UTC) #8
foolip
https://codereview.chromium.org/2755313002/diff/1/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/2755313002/diff/1/third_party/WebKit/Source/build/scripts/make_event_factory.py#newcode68 third_party/WebKit/Source/build/scripts/make_event_factory.py:68: def create_event_whitelist_use_counter(name): I don't think that a new list ...
3 years, 9 months ago (2017-03-21 02:41:15 UTC) #9
Huy Duong
On 2017/03/20 22:51:07, tkent wrote: > +foolip@ > > Huy, > Please update the test ...
3 years, 9 months ago (2017-03-22 18:54:02 UTC) #10
tkent
lgtm
3 years, 8 months ago (2017-03-29 00:13:43 UTC) #15
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/2755313002/20001
3 years, 8 months ago (2017-03-29 00:14:30 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/179444) ios-device-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 8 months ago (2017-03-29 00:18:13 UTC) #18
tkent
Huy.DuongDinh, would you rebase and re-upload the patch please?
3 years, 8 months ago (2017-03-29 00:20:03 UTC) #19
Huy Duong
On 2017/03/29 00:20:03, tkent wrote: > Huy.DuongDinh, would you rebase and re-upload the patch please? ...
3 years, 8 months ago (2017-03-29 20:27:29 UTC) #20
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/2755313002/40001
3 years, 8 months ago (2017-03-29 21:16:20 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/351018)
3 years, 8 months ago (2017-03-29 22:07:59 UTC) #25
tkent
https://codereview.chromium.org/2755313002/diff/40001/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createEvent-expected.txt File third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createEvent-expected.txt (right): https://codereview.chromium.org/2755313002/diff/40001/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createEvent-expected.txt#newcode3 third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createEvent-expected.txt:3: PASS AnimationEvent should be an alias for AnimationEvent. Looks ...
3 years, 8 months ago (2017-03-29 23:13:35 UTC) #26
Huy Duong
On 2017/03/29 23:13:35, tkent wrote: > https://codereview.chromium.org/2755313002/diff/40001/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createEvent-expected.txt > File > third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createEvent-expected.txt > (right): > > ...
3 years, 8 months ago (2017-03-30 13:53:14 UTC) #27
tkent
> Currently I can not run script run-webkit-tests. I tried and got the following error: ...
3 years, 8 months ago (2017-03-30 14:10:32 UTC) #28
Huy Duong
On 2017/03/30 14:10:32, tkent wrote: > > Currently I can not run script run-webkit-tests. I ...
3 years, 8 months ago (2017-03-30 17:14:11 UTC) #29
tkent
On 2017/03/30 at 17:14:11, Huy.DuongDinh wrote: > Please check it again. > Sorry for wasting ...
3 years, 8 months ago (2017-03-30 22:54:50 UTC) #34
Huy Duong
On 2017/03/30 22:54:50, tkent wrote: > On 2017/03/30 at 17:14:11, Huy.DuongDinh wrote: > > Please ...
3 years, 8 months ago (2017-03-31 15:49:03 UTC) #35
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/2755313002/80001
3 years, 8 months ago (2017-03-31 21:25:38 UTC) #42
commit-bot: I haz the power
3 years, 8 months ago (2017-03-31 21:36:10 UTC) #45
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/c2cffeaaa19ba03e23cbce4291be...

Powered by Google App Engine
This is Rietveld 408576698