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

Issue 863113004: Make WebThreadedDataReceiver wrap a Blink-managed object instead. (Closed)

Created:
5 years, 11 months ago by sof
Modified:
5 years, 11 months ago
CC:
blink-reviews, dglazkov+blink, tyoshino+watch_chromium.org, Nate Chapin, blink-reviews-html_chromium.org, gavinp+loader_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Make WebThreadedDataReceiver wrap a Blink-managed object instead. Separate the embedder view of a 'threaded data receiver' and the Blink implementation, including where it is allocated and managed, by having WebThreadedDataReceiver use a WebPrivatePtr<> to wrap the Blink object. In order to support this, WebPrivatePtr<> can now wrap an Oilpan GC mixin object also. TBR=jochen,tkent BUG=398076 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188941

Patch Set 1 #

Patch Set 2 : fix non-Oilpan compilation #

Patch Set 3 : fix msvc compilation #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -37 lines) Patch
M Source/core/core.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/fetch/ResourceLoader.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/fetch/ResourceLoader.cpp View 1 2 2 chunks +5 lines, -4 lines 0 comments Download
M Source/core/html/parser/HTMLDocumentParser.cpp View 1 4 chunks +29 lines, -11 lines 0 comments Download
A + Source/core/html/parser/ThreadedDataReceiver.h View 1 chunk +14 lines, -7 lines 3 comments Download
M Source/core/loader/DocumentLoader.h View 3 chunks +2 lines, -5 lines 0 comments Download
M Source/core/loader/DocumentLoader.cpp View 1 3 chunks +2 lines, -2 lines 0 comments Download
A Source/web/WebThreadedDataReceiver.cpp View 1 chunk +47 lines, -0 lines 0 comments Download
M Source/web/web.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M public/platform/WebPrivatePtr.h View 1 chunk +1 line, -1 line 0 comments Download
M public/platform/WebThreadedDataReceiver.h View 1 chunk +29 lines, -6 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
sof
Please take a look.
5 years, 11 months ago (2015-01-24 19:23:42 UTC) #2
haraken
LGTM https://codereview.chromium.org/863113004/diff/40001/Source/core/html/parser/ThreadedDataReceiver.h File Source/core/html/parser/ThreadedDataReceiver.h (right): https://codereview.chromium.org/863113004/diff/40001/Source/core/html/parser/ThreadedDataReceiver.h#newcode21 Source/core/html/parser/ThreadedDataReceiver.h:21: #endif I wonder why you need to define ...
5 years, 11 months ago (2015-01-26 01:47:04 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/863113004/40001
5 years, 11 months ago (2015-01-26 01:47:17 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/24966)
5 years, 11 months ago (2015-01-26 01:53:32 UTC) #8
sof
https://codereview.chromium.org/863113004/diff/40001/Source/core/html/parser/ThreadedDataReceiver.h File Source/core/html/parser/ThreadedDataReceiver.h (right): https://codereview.chromium.org/863113004/diff/40001/Source/core/html/parser/ThreadedDataReceiver.h#newcode21 Source/core/html/parser/ThreadedDataReceiver.h:21: #endif On 2015/01/26 01:47:04, haraken wrote: > > I ...
5 years, 11 months ago (2015-01-26 06:14:21 UTC) #9
sof
Thanks for the review. TBRing the public/ changes (jochen, tkent: ptal?), so as to unbreak ...
5 years, 11 months ago (2015-01-26 06:16:42 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/863113004/40001
5 years, 11 months ago (2015-01-26 06:17:39 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://src.chromium.org/viewvc/blink?view=rev&revision=188941
5 years, 11 months ago (2015-01-26 06:21:16 UTC) #14
haraken
https://codereview.chromium.org/863113004/diff/40001/Source/core/html/parser/ThreadedDataReceiver.h File Source/core/html/parser/ThreadedDataReceiver.h (right): https://codereview.chromium.org/863113004/diff/40001/Source/core/html/parser/ThreadedDataReceiver.h#newcode21 Source/core/html/parser/ThreadedDataReceiver.h:21: #endif On 2015/01/26 06:14:20, sof wrote: > On 2015/01/26 ...
5 years, 11 months ago (2015-01-26 06:25:31 UTC) #15
haraken
5 years, 11 months ago (2015-01-26 06:25:31 UTC) #16
Message was sent while issue was closed.

          

Powered by Google App Engine
This is Rietveld 408576698