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

Issue 871873002: Oilpan: fix build after r188805, part 2. (Closed)

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

Description

Oilpan: fix build after r188805, part 2. TBR=oilpan-reviews BUG=451288 NOTRY=true Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188865

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M Source/modules/fetch/FetchManager.cpp View 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
sof
Please take a look.
5 years, 11 months ago (2015-01-23 08:43:42 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/871873002/1
5 years, 11 months ago (2015-01-23 08:44:01 UTC) #3
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://src.chromium.org/viewvc/blink?view=rev&revision=188865
5 years, 11 months ago (2015-01-23 08:44:26 UTC) #4
haraken
LGTM
5 years, 11 months ago (2015-01-23 09:30:02 UTC) #5
sof
On 2015/01/23 09:30:02, haraken wrote: > LGTM Making FetchManager::Loader a ContextLifecycleObserver (i.e., r188805) is triggering ...
5 years, 11 months ago (2015-01-23 10:11:17 UTC) #6
sof
5 years, 11 months ago (2015-01-23 11:01:58 UTC) #7
Message was sent while issue was closed.
On 2015/01/23 10:11:17, sof wrote:
> On 2015/01/23 09:30:02, haraken wrote:
> > LGTM
> 
> Making FetchManager::Loader a ContextLifecycleObserver (i.e., r188805) is
> triggering a number of fetch-related crashes with Oilpan enabled now. Due to
> loading not being cancelled.
> 
> Trying to understand why this is not a problem non-Oilpan, it seems like it
> ought to be there too.
> 
> (Did not plan to do bugfixing in this area today, but will address. Bots have
> gained some extra red.)

An OwnPtr<> taking care of prompt finalization&cancellation on the non-Oilpan
side; added an explicit dispose() step via
https://codereview.chromium.org/872703002/

Powered by Google App Engine
This is Rietveld 408576698