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

Issue 185393006: Revert "Add [WillBeGarbageCollected] to Event.idl" (Closed)

Created:
6 years, 9 months ago by haraken
Modified:
6 years, 9 months ago
CC:
blink-reviews, shans, jsbell+idb_chromium.org, tzik, eae+blinkwatch, fs, eric.carlson_apple.com, yurys+blink_chromium.org, nessy, apavlov+blink_chromium.org, adamk+blink_chromium.org, loislo+blink_chromium.org, Steve Block, dino_apple.com, rune+blink, Nils Barth (inactive), jsbell+serviceworker_chromium.org, Nate Chapin, arv+blink, alancutter (OOO until 2018), marja+watch_chromium.org, alecflett, Timothy Loh, abarth-chromium, aandrey+blink_chromium.org, dstockwell, dglazkov+blink, Rik, pdr., rwlbuis, Eric Willigers, philipj_slow, rjwright, mvanouwerkerk+watch_chromium.org, sof, timvolodine, Raymond Toy, kinuko, feature-media-reviews_chromium.org, tommyw+watchlist_chromium.org, krit, gyuyoung.kim_webkit.org, darktears, kojih, vcarbune.chromium, alecflett+watch_chromium.org, nhiroki, jsbell+bindings_chromium.org, horo+watch_chromium.org, gasubic, ericu+idb_chromium.org, serviceworker-reviews, falken, Mike Lawther (Google), ed+blinkwatch_opera.com, f(malita), Inactive, cmumford, dgrogan, Stephen Chennney, watchdog-blink-watchlist_google.com, Mikhail
Visibility:
Public.

Description

Revert "Add [WillBeGarbageCollected] to Event.idl" This CL caused a lot of failures in oilpan bots: http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20Oilpan/builds/1657 NOTRY=true Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168305

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+357 lines, -378 lines) Patch
M Source/bindings/templates/interface.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceEventConstructor.h View 3 chunks +6 lines, -7 lines 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp View 4 chunks +3 lines, -5 lines 0 comments Download
M Source/build/scripts/templates/EventFactory.cpp.tmpl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSFontFaceLoadEvent.h View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/core/dom/Document.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/Document.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/events/AutocompleteErrorEvent.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/events/BeforeLoadEvent.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/events/BeforeTextInsertedEvent.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/events/BeforeUnloadEvent.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/events/ClipboardEvent.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/events/CompositionEvent.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/events/CustomEvent.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/events/ErrorEvent.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/events/Event.h View 2 chunks +6 lines, -6 lines 0 comments Download
M Source/core/events/Event.idl View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/events/EventFactory.h View 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/events/FocusEvent.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/events/GestureEvent.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/events/GestureEvent.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/events/HashChangeEvent.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/events/KeyboardEvent.h View 1 chunk +8 lines, -8 lines 0 comments Download
M Source/core/events/MessageEvent.h View 1 chunk +15 lines, -15 lines 0 comments Download
M Source/core/events/MessageEvent.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/events/MouseEvent.h View 4 chunks +8 lines, -8 lines 2 comments Download
M Source/core/events/MouseEvent.cpp View 3 chunks +8 lines, -10 lines 0 comments Download
M Source/core/events/MutationEvent.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/events/OverflowEvent.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/events/PageTransitionEvent.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/events/PopStateEvent.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/events/PopStateEvent.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/events/ProgressEvent.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/events/ResourceProgressEvent.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/events/SecurityPolicyViolationEvent.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/events/TextEvent.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/events/TextEvent.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/events/TouchEvent.h View 1 chunk +8 lines, -9 lines 0 comments Download
M Source/core/events/TransitionEvent.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/events/UIEvent.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/events/WebKitAnimationEvent.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/events/WheelEvent.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/html/MediaKeyEvent.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/html/canvas/WebGLContextEvent.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/html/track/TrackEvent.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/speech/SpeechInputEvent.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/speech/SpeechInputEvent.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/storage/StorageEvent.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/storage/StorageEvent.cpp View 2 chunks +6 lines, -6 lines 0 comments Download
M Source/core/svg/SVGZoomEvent.h View 1 chunk +1 line, -4 lines 0 comments Download
M Source/core/xml/XMLHttpRequestProgressEvent.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/modules/device_orientation/DeviceMotionEvent.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/modules/device_orientation/DeviceOrientationEvent.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/modules/encryptedmedia/MediaKeyMessageEvent.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/modules/encryptedmedia/MediaKeyNeededEvent.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/modules/indexeddb/IDBVersionChangeEvent.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/modules/mediastream/MediaStreamEvent.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/modules/mediastream/MediaStreamEvent.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/modules/mediastream/MediaStreamTrackEvent.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/mediastream/MediaStreamTrackEvent.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/modules/mediastream/RTCDTMFToneChangeEvent.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/modules/mediastream/RTCDTMFToneChangeEvent.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/modules/mediastream/RTCDataChannelEvent.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/mediastream/RTCDataChannelEvent.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/modules/mediastream/RTCIceCandidateEvent.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/mediastream/RTCIceCandidateEvent.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/modules/serviceworkers/FetchEvent.h View 1 chunk +2 lines, -4 lines 0 comments Download
M Source/modules/serviceworkers/FetchEvent.cpp View 2 chunks +4 lines, -9 lines 0 comments Download
M Source/modules/serviceworkers/InstallEvent.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/serviceworkers/InstallEvent.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/modules/serviceworkers/InstallPhaseEvent.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/serviceworkers/InstallPhaseEvent.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/speech/SpeechRecognitionError.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/modules/speech/SpeechRecognitionError.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/modules/speech/SpeechRecognitionEvent.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/speech/SpeechRecognitionEvent.cpp View 2 chunks +6 lines, -6 lines 0 comments Download
M Source/modules/speech/SpeechSynthesisEvent.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/speech/SpeechSynthesisEvent.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/modules/webaudio/AudioProcessingEvent.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/webaudio/AudioProcessingEvent.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/modules/webaudio/OfflineAudioCompletionEvent.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/webaudio/OfflineAudioCompletionEvent.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/modules/webmidi/MIDIConnectionEvent.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/modules/webmidi/MIDIMessageEvent.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/modules/websockets/CloseEvent.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/web/tests/CustomEventTest.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M Source/wtf/GetPtr.h View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
haraken
PTAL I manually resolved several conflicts, but there was no non-trivial conflicts.
6 years, 9 months ago (2014-03-03 07:55:44 UTC) #1
tkent
lgtm https://codereview.chromium.org/185393006/diff/1/Source/modules/indexeddb/IDBVersionChangeEvent.cpp File Source/modules/indexeddb/IDBVersionChangeEvent.cpp (left): https://codereview.chromium.org/185393006/diff/1/Source/modules/indexeddb/IDBVersionChangeEvent.cpp#oldcode34 Source/modules/indexeddb/IDBVersionChangeEvent.cpp:34: looks unnecessary change.
6 years, 9 months ago (2014-03-03 08:06:52 UTC) #2
sof
Have you looked into why they're failing, i.e., is this a single bug or many? ...
6 years, 9 months ago (2014-03-03 08:10:20 UTC) #3
kouhei (in TOK)
> [I did notice that a media test was allocating an Event (dispatching it) during ...
6 years, 9 months ago (2014-03-03 08:14:12 UTC) #4
haraken
On 2014/03/03 08:10:20, sof wrote: > Have you looked into why they're failing, i.e., is ...
6 years, 9 months ago (2014-03-03 08:28:07 UTC) #5
haraken
https://codereview.chromium.org/185393006/diff/1/Source/modules/indexeddb/IDBVersionChangeEvent.cpp File Source/modules/indexeddb/IDBVersionChangeEvent.cpp (left): https://codereview.chromium.org/185393006/diff/1/Source/modules/indexeddb/IDBVersionChangeEvent.cpp#oldcode34 Source/modules/indexeddb/IDBVersionChangeEvent.cpp:34: On 2014/03/03 08:06:53, tkent wrote: > looks unnecessary change. ...
6 years, 9 months ago (2014-03-03 08:29:08 UTC) #6
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 9 months ago (2014-03-03 08:29:35 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/185393006/20001
6 years, 9 months ago (2014-03-03 08:29:50 UTC) #8
Mads Ager (chromium)
LGTM, thanks Haraken. Let's hope we can get this in again soon with fixes for ...
6 years, 9 months ago (2014-03-03 08:33:16 UTC) #9
wibling-chromium
lgtm https://codereview.chromium.org/185393006/diff/20001/Source/core/events/MouseEvent.h File Source/core/events/MouseEvent.h (right): https://codereview.chromium.org/185393006/diff/20001/Source/core/events/MouseEvent.h#newcode105 Source/core/events/MouseEvent.h:105: virtual void trace(Visitor*) OVERRIDE; Do we need this ...
6 years, 9 months ago (2014-03-03 08:52:10 UTC) #10
haraken
https://codereview.chromium.org/185393006/diff/20001/Source/core/events/MouseEvent.h File Source/core/events/MouseEvent.h (right): https://codereview.chromium.org/185393006/diff/20001/Source/core/events/MouseEvent.h#newcode105 Source/core/events/MouseEvent.h:105: virtual void trace(Visitor*) OVERRIDE; On 2014/03/03 08:52:11, wibling-chromium wrote: ...
6 years, 9 months ago (2014-03-03 08:55:54 UTC) #11
wibling-chromium
On 2014/03/03 08:55:54, haraken wrote: > https://codereview.chromium.org/185393006/diff/20001/Source/core/events/MouseEvent.h > File Source/core/events/MouseEvent.h (right): > > https://codereview.chromium.org/185393006/diff/20001/Source/core/events/MouseEvent.h#newcode105 > ...
6 years, 9 months ago (2014-03-03 09:29:46 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-03 11:30:36 UTC) #13
commit-bot: I haz the power
Retried try job too often on win_layout for step(s) webkit_lint http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_layout&number=24417
6 years, 9 months ago (2014-03-03 11:30:36 UTC) #14
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 9 months ago (2014-03-03 11:36:56 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/185393006/20001
6 years, 9 months ago (2014-03-03 11:37:08 UTC) #16
commit-bot: I haz the power
6 years, 9 months ago (2014-03-03 12:52:02 UTC) #17
Message was sent while issue was closed.
Change committed as 168305

Powered by Google App Engine
This is Rietveld 408576698