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

Issue 1554903002: EventSender<T> singletons are better off on the Oilpan heap. (Closed)

Created:
4 years, 11 months ago by sof
Modified:
4 years, 11 months ago
Reviewers:
oilpan-reviews, haraken
CC:
chromium-reviews, shans, fs, kouhei+svg_chromium.org, rwlbuis, Yoav Weiss, krit, blink-reviews-html_chromium.org, dglazkov+blink, gavinp+loader_chromium.org, loading-reviews_chromium.org, gyuyoung2, pdr+svgwatchlist_chromium.org, Eric Willigers, rjwright, blink-reviews-style_chromium.org, blink-reviews, darktears, Nate Chapin, tyoshino+watch_chromium.org, gavinp+prerender_chromium.org, blink-reviews-animation_chromium.org, f(malita), Stephen Chennney
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

EventSender<T> singletons are better off on the Oilpan heap. Rather than keeping two off-heap persistent collections per EventSender singleton, have the singletons reside on the Oilpan heap instead. This also removes no-op cancelEvent()s from various destructors. R=haraken BUG=420515 Committed: https://crrev.com/2d9b40462e8b813e7d9bc3ebc4be6b4c40ecd0d0 Cr-Commit-Position: refs/heads/master@{#367282}

Patch Set 1 #

Patch Set 2 : remove no-op cancelEvent()s #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -45 lines) Patch
M third_party/WebKit/Source/core/events/EventSender.h View 2 chunks +19 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLDetailsElement.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLDetailsElement.cpp View 1 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLLinkElement.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLLinkElement.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLSourceElement.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLSourceElement.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLStyleElement.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLStyleElement.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/loader/ImageLoader.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/ImageLoader.cpp View 1 3 chunks +6 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGStyleElement.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGStyleElement.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGUseElement.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGUseElement.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp View 1 2 chunks +8 lines, -10 lines 0 comments Download

Messages

Total messages: 19 (7 generated)
sof
please take a look. The interesting question to clarify here is the use of Member<> ...
4 years, 11 months ago (2016-01-02 06:22:00 UTC) #4
haraken
LGTM
4 years, 11 months ago (2016-01-02 08:30:39 UTC) #5
sof
On 2016/01/02 06:22:00, sof wrote: > please take a look. > > The interesting question ...
4 years, 11 months ago (2016-01-02 08:46:02 UTC) #6
haraken
On 2016/01/02 08:46:02, sof wrote: > On 2016/01/02 06:22:00, sof wrote: > > please take ...
4 years, 11 months ago (2016-01-02 08:51:55 UTC) #7
sof
On 2016/01/02 08:51:55, haraken wrote: > On 2016/01/02 08:46:02, sof wrote: > > On 2016/01/02 ...
4 years, 11 months ago (2016-01-02 08:59:06 UTC) #8
haraken
On 2016/01/02 08:59:06, sof wrote: > On 2016/01/02 08:51:55, haraken wrote: > > On 2016/01/02 ...
4 years, 11 months ago (2016-01-02 09:15:57 UTC) #9
sof
On 2016/01/02 09:15:57, haraken wrote: > On 2016/01/02 08:59:06, sof wrote: > > On 2016/01/02 ...
4 years, 11 months ago (2016-01-02 12:57:01 UTC) #10
sof
On 2016/01/02 12:57:01, sof wrote: > On 2016/01/02 09:15:57, haraken wrote: > > On 2016/01/02 ...
4 years, 11 months ago (2016-01-02 14:31:10 UTC) #11
haraken
On 2016/01/02 14:31:10, sof wrote: > On 2016/01/02 12:57:01, sof wrote: > > On 2016/01/02 ...
4 years, 11 months ago (2016-01-02 14:40:05 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1554903002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1554903002/20001
4 years, 11 months ago (2016-01-02 14:45:24 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 11 months ago (2016-01-02 15:32:26 UTC) #17
commit-bot: I haz the power
4 years, 11 months ago (2016-01-02 15:33:39 UTC) #19
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/2d9b40462e8b813e7d9bc3ebc4be6b4c40ecd0d0
Cr-Commit-Position: refs/heads/master@{#367282}

Powered by Google App Engine
This is Rietveld 408576698