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

Issue 250933005: Make createEvent do case-insensitive matches (Closed)

Created:
6 years, 8 months ago by rwlbuis
Modified:
6 years, 7 months ago
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Make createEvent do case-insensitive matches for certain interface values as specified here: http://dom.spec.whatwg.org/#dom-document-createevent Update the python generator scripts for this and add tests to create-event.html. This behavior matches Firefox and IE11. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173331

Patch Set 1 #

Patch Set 2 : Add test #

Total comments: 2

Patch Set 3 : Do not use startsWith for Event(s) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -0 lines) Patch
M LayoutTests/fast/events/event-creation.html View 1 4 chunks +23 lines, -0 lines 0 comments Download
M LayoutTests/fast/events/event-creation-expected.txt View 1 3 chunks +23 lines, -0 lines 0 comments Download
M Source/build/scripts/make_event_factory.py View 1 2 2 chunks +9 lines, -0 lines 0 comments Download
M Source/build/scripts/templates/EventFactory.cpp.tmpl View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
rwlbuis
PTAL
6 years, 8 months ago (2014-04-26 23:30:56 UTC) #1
arv (Not doing code reviews)
Do we really want to do this? Is there a site that depends on this? ...
6 years, 7 months ago (2014-04-28 13:49:29 UTC) #2
arv (Not doing code reviews)
I filed https://www.w3.org/Bugs/Public/show_bug.cgi?id=25491 On Mon, Apr 28, 2014 at 9:49 AM, <arv@chromium.org> wrote: > Do ...
6 years, 7 months ago (2014-04-28 14:20:21 UTC) #3
rwlbuis
On 2014/04/28 13:49:29, arv wrote: > Do we really want to do this? Is there ...
6 years, 7 months ago (2014-04-28 14:48:25 UTC) #4
rwlbuis
On 2014/04/28 14:20:21, arv wrote: > I filed https://www.w3.org/Bugs/Public/show_bug.cgi?id=25491 I noticed it was closed as ...
6 years, 7 months ago (2014-05-05 15:45:13 UTC) #5
arv (Not doing code reviews)
On 2014/05/05 15:45:13, rwlbuis wrote: > On 2014/04/28 14:20:21, arv wrote: > > I filed ...
6 years, 7 months ago (2014-05-05 15:52:24 UTC) #6
arv (Not doing code reviews)
LGTM https://codereview.chromium.org/250933005/diff/20001/Source/build/scripts/make_event_factory.py File Source/build/scripts/make_event_factory.py (right): https://codereview.chromium.org/250933005/diff/20001/Source/build/scripts/make_event_factory.py#newcode42 Source/build/scripts/make_event_factory.py:42: or name.startswith('Event') Why do we get "Events" here? ...
6 years, 7 months ago (2014-05-05 16:06:11 UTC) #7
rwlbuis
On 2014/05/05 16:06:11, arv wrote: > LGTM > > https://codereview.chromium.org/250933005/diff/20001/Source/build/scripts/make_event_factory.py > File Source/build/scripts/make_event_factory.py (right): > ...
6 years, 7 months ago (2014-05-05 16:06:56 UTC) #8
rwlbuis
The CQ bit was checked by rob.buis@samsung.com
6 years, 7 months ago (2014-05-05 17:19:07 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/250933005/40001
6 years, 7 months ago (2014-05-05 17:19:23 UTC) #10
rwlbuis
The CQ bit was checked by rob.buis@samsung.com
6 years, 7 months ago (2014-05-05 19:08:30 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/250933005/40001
6 years, 7 months ago (2014-05-05 19:08:43 UTC) #12
commit-bot: I haz the power
6 years, 7 months ago (2014-05-05 19:09:28 UTC) #13
Message was sent while issue was closed.
Change committed as 173331

Powered by Google App Engine
This is Rietveld 408576698