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

Issue 136593002: Move onresize from just Window to Window and elements (Closed)

Created:
6 years, 11 months ago by philipj_slow
Modified:
6 years, 11 months ago
Reviewers:
tkent
CC:
blink-reviews, arv+blink, sof, eae+blinkwatch, dglazkov+blink, adamk+blink_chromium.org, watchdog-blink-watchlist_google.com, Inactive
Visibility:
Public.

Description

Move onresize from just Window to Window and elements The resize event was added to HTMLMediaElement in http://crbug.com/328140 Add a trailing newline to some files to work around http://crbug.com/307023 Also sync with the list of properties in the latest spec revision. BUG=330953 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165057

Patch Set 1 #

Patch Set 2 : force rebuild #

Total comments: 12

Patch Set 3 : force rebuild with whitespace #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -40 lines) Patch
M LayoutTests/fast/dom/body-frameset-event-handlers.html View 1 chunk +2 lines, -1 line 0 comments Download
M LayoutTests/fast/dom/body-frameset-event-handlers-expected.txt View 1 chunk +8 lines, -0 lines 0 comments Download
M LayoutTests/fast/dom/global-event-handlers.html View 4 chunks +5 lines, -3 lines 0 comments Download
M LayoutTests/fast/dom/global-event-handlers-expected.txt View 4 chunks +44 lines, -22 lines 0 comments Download
M LayoutTests/fast/dom/window-event-handlers.html View 2 chunks +1 line, -2 lines 0 comments Download
M LayoutTests/fast/dom/window-event-handlers-expected.txt View 1 chunk +0 lines, -10 lines 0 comments Download
M Source/core/dom/Document.idl View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/dom/GlobalEventHandlers.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/dom/GlobalEventHandlers.idl View 2 chunks +2 lines, -0 lines 0 comments Download
M Source/core/frame/DOMWindowEventHandlers.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/frame/Window.idl View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/frame/WindowEventHandlers.idl View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/HTMLBodyElement.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/html/HTMLBodyElement.idl View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/html/HTMLElement.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/html/HTMLElement.idl View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/html/HTMLFrameSetElement.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/html/HTMLFrameSetElement.idl View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGElement.idl View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
philipj_slow
6 years, 11 months ago (2014-01-14 01:26:41 UTC) #1
tkent
https://codereview.chromium.org/136593002/diff/50001/Source/core/dom/Document.idl File Source/core/dom/Document.idl (right): https://codereview.chromium.org/136593002/diff/50001/Source/core/dom/Document.idl#newcode218 Source/core/dom/Document.idl:218: // force rebuild: crbug.com/307023 Would you add a blank ...
6 years, 11 months ago (2014-01-14 03:19:22 UTC) #2
philipj_slow
https://codereview.chromium.org/136593002/diff/50001/Source/core/dom/Document.idl File Source/core/dom/Document.idl (right): https://codereview.chromium.org/136593002/diff/50001/Source/core/dom/Document.idl#newcode218 Source/core/dom/Document.idl:218: // force rebuild: crbug.com/307023 On 2014/01/14 03:19:22, tkent wrote: ...
6 years, 11 months ago (2014-01-14 09:43:20 UTC) #3
tkent
lgtm https://codereview.chromium.org/136593002/diff/50001/Source/core/dom/GlobalEventHandlers.idl File Source/core/dom/GlobalEventHandlers.idl (right): https://codereview.chromium.org/136593002/diff/50001/Source/core/dom/GlobalEventHandlers.idl#newcode91 Source/core/dom/GlobalEventHandlers.idl:91: //attribute EventHandler ontoggle; On 2014/01/14 09:43:20, philipj wrote: ...
6 years, 11 months ago (2014-01-14 09:57:16 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/philipj@opera.com/136593002/150001
6 years, 11 months ago (2014-01-14 09:57:28 UTC) #5
philipj_slow
https://codereview.chromium.org/136593002/diff/50001/Source/core/dom/GlobalEventHandlers.idl File Source/core/dom/GlobalEventHandlers.idl (right): https://codereview.chromium.org/136593002/diff/50001/Source/core/dom/GlobalEventHandlers.idl#newcode91 Source/core/dom/GlobalEventHandlers.idl:91: //attribute EventHandler ontoggle; On 2014/01/14 09:57:16, tkent wrote: > ...
6 years, 11 months ago (2014-01-14 10:04:40 UTC) #6
tkent
https://codereview.chromium.org/136593002/diff/50001/Source/core/dom/GlobalEventHandlers.idl File Source/core/dom/GlobalEventHandlers.idl (right): https://codereview.chromium.org/136593002/diff/50001/Source/core/dom/GlobalEventHandlers.idl#newcode91 Source/core/dom/GlobalEventHandlers.idl:91: //attribute EventHandler ontoggle; On 2014/01/14 10:04:40, philipj wrote: > ...
6 years, 11 months ago (2014-01-14 10:07:25 UTC) #7
philipj_slow
https://codereview.chromium.org/136593002/diff/50001/Source/core/dom/GlobalEventHandlers.idl File Source/core/dom/GlobalEventHandlers.idl (right): https://codereview.chromium.org/136593002/diff/50001/Source/core/dom/GlobalEventHandlers.idl#newcode91 Source/core/dom/GlobalEventHandlers.idl:91: //attribute EventHandler ontoggle; On 2014/01/14 10:07:26, tkent wrote: > ...
6 years, 11 months ago (2014-01-14 10:09:50 UTC) #8
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
6 years, 11 months ago (2014-01-14 11:24:37 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/philipj@opera.com/136593002/150001
6 years, 11 months ago (2014-01-14 11:26:11 UTC) #10
commit-bot: I haz the power
6 years, 11 months ago (2014-01-14 11:26:35 UTC) #11
Message was sent while issue was closed.
Change committed as 165057

Powered by Google App Engine
This is Rietveld 408576698