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

Issue 1401033002: [Oilpan] Fix wrong usage of HeapCountedSet<EventTarget*> (Closed)

Created:
5 years, 2 months ago by peria
Modified:
5 years, 2 months ago
Reviewers:
oilpan-reviews, haraken
CC:
chromium-reviews, blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix wrong usage of HeapCountedSet<EventTarget*> BUG=515524 Committed: https://crrev.com/0ab9a39b2347bc686cb6c2a7464acfebe3d4bd10 Cr-Commit-Position: refs/heads/master@{#353714}

Patch Set 1 : #

Total comments: 2

Patch Set 2 : Use WeakMember #

Total comments: 2

Patch Set 3 : Add a comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M third_party/WebKit/Source/core/frame/EventHandlerRegistry.h View 1 2 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 14 (5 generated)
peria
PTL
5 years, 2 months ago (2015-10-13 00:08:52 UTC) #3
haraken
https://codereview.chromium.org/1401033002/diff/20001/third_party/WebKit/Source/core/frame/EventHandlerRegistry.h File third_party/WebKit/Source/core/frame/EventHandlerRegistry.h (right): https://codereview.chromium.org/1401033002/diff/20001/third_party/WebKit/Source/core/frame/EventHandlerRegistry.h#newcode17 third_party/WebKit/Source/core/frame/EventHandlerRegistry.h:17: using EventTargetSet = WillBeHeapHashCountedSet<RawPtrWillBeMember<EventTarget>>; I'd prefer using WillBeHeapHashCountedSet<RawPtrWillBeWeakMember<EventTarget>>, because ...
5 years, 2 months ago (2015-10-13 01:18:01 UTC) #4
peria
https://codereview.chromium.org/1401033002/diff/20001/third_party/WebKit/Source/core/frame/EventHandlerRegistry.h File third_party/WebKit/Source/core/frame/EventHandlerRegistry.h (right): https://codereview.chromium.org/1401033002/diff/20001/third_party/WebKit/Source/core/frame/EventHandlerRegistry.h#newcode17 third_party/WebKit/Source/core/frame/EventHandlerRegistry.h:17: using EventTargetSet = WillBeHeapHashCountedSet<RawPtrWillBeMember<EventTarget>>; On 2015/10/13 01:18:01, haraken wrote: ...
5 years, 2 months ago (2015-10-13 06:57:19 UTC) #5
haraken
LGTM https://codereview.chromium.org/1401033002/diff/40001/third_party/WebKit/Source/core/frame/EventHandlerRegistry.h File third_party/WebKit/Source/core/frame/EventHandlerRegistry.h (right): https://codereview.chromium.org/1401033002/diff/40001/third_party/WebKit/Source/core/frame/EventHandlerRegistry.h#newcode17 third_party/WebKit/Source/core/frame/EventHandlerRegistry.h:17: using EventTargetSet = WillBeHeapHashCountedSet<RawPtrWillBeWeakMember<EventTarget>>; Let's add a comment ...
5 years, 2 months ago (2015-10-13 07:10:45 UTC) #6
peria
https://codereview.chromium.org/1401033002/diff/40001/third_party/WebKit/Source/core/frame/EventHandlerRegistry.h File third_party/WebKit/Source/core/frame/EventHandlerRegistry.h (right): https://codereview.chromium.org/1401033002/diff/40001/third_party/WebKit/Source/core/frame/EventHandlerRegistry.h#newcode17 third_party/WebKit/Source/core/frame/EventHandlerRegistry.h:17: using EventTargetSet = WillBeHeapHashCountedSet<RawPtrWillBeWeakMember<EventTarget>>; On 2015/10/13 07:10:45, haraken wrote: ...
5 years, 2 months ago (2015-10-13 08:32:12 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1401033002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1401033002/80001
5 years, 2 months ago (2015-10-13 09:14:40 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:80001)
5 years, 2 months ago (2015-10-13 10:21:40 UTC) #12
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/0ab9a39b2347bc686cb6c2a7464acfebe3d4bd10 Cr-Commit-Position: refs/heads/master@{#353714}
5 years, 2 months ago (2015-10-13 10:22:29 UTC) #13
sof
5 years, 2 months ago (2015-10-13 15:21:19 UTC) #14
Message was sent while issue was closed.
A revert of this CL (patchset #3 id:80001) has been created in
https://codereview.chromium.org/1405513003/ by sigbjornf@opera.com.

The reason for reverting is: Broke a number of tests on all Oilpan bots,


http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20Oilpan/...

Lazy sweeping of EventTargetSet related..

Powered by Google App Engine
This is Rietveld 408576698