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

Issue 1442643003: Oilpan: move WebPluginLoadObserver to the heap. (Closed)

Created:
5 years, 1 month ago by sof
Modified:
5 years, 1 month 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

Oilpan: move WebPluginLoadObserver to the heap. R=haraken BUG=553613 Committed: https://crrev.com/4bfd8504c631d5aa6b06e53e7c09a8078242faf6 Cr-Commit-Position: refs/heads/master@{#359556}

Patch Set 1 #

Patch Set 2 : multi-disposal protection #

Patch Set 3 : non-oilpan compile fix #

Total comments: 6

Patch Set 4 : drop tracking of load observers w/ Oilpan #

Patch Set 5 : provide clearPluginContainer() w/ non-Oilpan only #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -32 lines) Patch
M third_party/WebKit/Source/web/FrameLoaderClientImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/web/WebDataSourceImpl.h View 3 chunks +3 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/web/WebDataSourceImpl.cpp View 3 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/WebPluginContainerImpl.h View 1 2 3 3 chunks +6 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebPluginContainerImpl.cpp View 1 2 3 4 chunks +12 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/web/WebPluginLoadObserver.h View 1 2 3 4 2 chunks +17 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/web/WebPluginLoadObserver.cpp View 1 2 3 1 chunk +15 lines, -4 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
sof
please take a look. this is ready for consideration, but cannot be landed until there's ...
5 years, 1 month ago (2015-11-12 15:17:54 UTC) #2
haraken
https://codereview.chromium.org/1442643003/diff/40001/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp File third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp (right): https://codereview.chromium.org/1442643003/diff/40001/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp#newcode476 third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp:476: ScopedDisposal<WebPluginLoadObserver> disposeScope(observer.get()); Help me understand: Is there any reason ...
5 years, 1 month ago (2015-11-12 15:51:00 UTC) #4
sof
https://codereview.chromium.org/1442643003/diff/40001/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp File third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp (right): https://codereview.chromium.org/1442643003/diff/40001/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp#newcode476 third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp:476: ScopedDisposal<WebPluginLoadObserver> disposeScope(observer.get()); On 2015/11/12 15:51:00, haraken wrote: > > ...
5 years, 1 month ago (2015-11-12 18:15:35 UTC) #5
haraken
Looks much better! LGTM.
5 years, 1 month ago (2015-11-13 13:12:11 UTC) #6
sof
The plugins/ layout tests pass locally on Windows w/Oilpan, so will attempt to land this ...
5 years, 1 month ago (2015-11-13 14:57:31 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1442643003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1442643003/80001
5 years, 1 month ago (2015-11-13 14:57:57 UTC) #10
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 1 month ago (2015-11-13 15:57:06 UTC) #11
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/4bfd8504c631d5aa6b06e53e7c09a8078242faf6 Cr-Commit-Position: refs/heads/master@{#359556}
5 years, 1 month ago (2015-11-13 15:57:45 UTC) #12
sof
On 2015/11/13 13:12:11, haraken wrote: > Looks much better! LGTM. Even better still, https://codereview.chromium.org/1426923007/ :-)
5 years, 1 month ago (2015-11-19 06:19:29 UTC) #13
haraken
5 years, 1 month ago (2015-11-19 07:53:06 UTC) #14
Message was sent while issue was closed.
On 2015/11/19 06:19:29, sof wrote:
> On 2015/11/13 13:12:11, haraken wrote:
> > Looks much better! LGTM.
> 
> Even better still, https://codereview.chromium.org/1426923007/ :-)

Awesome!

Powered by Google App Engine
This is Rietveld 408576698