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

Issue 374053002: Oilpan: move MHTML objects to the heap. (Closed)

Created:
6 years, 5 months ago by sof
Modified:
6 years, 5 months ago
CC:
blink-reviews, Nate Chapin, gavinp+loader_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Add missing trace() #

Patch Set 3 : Convert remaining adoptRef() usage #

Patch Set 4 : Put MHTMLParser on the stack #

Total comments: 4

Patch Set 5 : Conditionally provide clear methods over MHTMLArchive #

Total comments: 4

Patch Set 6 : Make MHTMLArchive.h self-contained/closed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+147 lines, -72 lines) Patch
M Source/core/loader/DocumentLoader.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/loader/DocumentLoader.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M Source/platform/mhtml/ArchiveResource.h View 3 chunks +8 lines, -3 lines 0 comments Download
M Source/platform/mhtml/ArchiveResource.cpp View 1 2 3 1 chunk +9 lines, -6 lines 0 comments Download
M Source/platform/mhtml/ArchiveResourceCollection.h View 1 2 3 1 chunk +19 lines, -9 lines 0 comments Download
M Source/platform/mhtml/ArchiveResourceCollection.cpp View 1 4 chunks +20 lines, -8 lines 0 comments Download
M Source/platform/mhtml/MHTMLArchive.h View 1 2 3 4 5 3 chunks +22 lines, -14 lines 0 comments Download
M Source/platform/mhtml/MHTMLArchive.cpp View 1 2 3 4 5 4 chunks +35 lines, -8 lines 0 comments Download
M Source/platform/mhtml/MHTMLParser.h View 1 2 3 3 chunks +8 lines, -7 lines 0 comments Download
M Source/platform/mhtml/MHTMLParser.cpp View 1 2 3 9 chunks +22 lines, -14 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
sof
Please take a look.
6 years, 5 months ago (2014-07-08 08:15:39 UTC) #1
haraken
LGTM https://codereview.chromium.org/374053002/diff/60001/Source/platform/mhtml/MHTMLArchive.cpp File Source/platform/mhtml/MHTMLArchive.cpp (right): https://codereview.chromium.org/374053002/diff/60001/Source/platform/mhtml/MHTMLArchive.cpp#newcode220 Source/platform/mhtml/MHTMLArchive.cpp:220: void MHTMLArchive::clearAllSubframeArchives() Can we add #if !ENABLE(OILPAN) to ...
6 years, 5 months ago (2014-07-08 08:50:08 UTC) #2
sof
https://codereview.chromium.org/374053002/diff/60001/Source/platform/mhtml/MHTMLArchive.cpp File Source/platform/mhtml/MHTMLArchive.cpp (right): https://codereview.chromium.org/374053002/diff/60001/Source/platform/mhtml/MHTMLArchive.cpp#newcode220 Source/platform/mhtml/MHTMLArchive.cpp:220: void MHTMLArchive::clearAllSubframeArchives() On 2014/07/08 08:50:08, haraken wrote: > > ...
6 years, 5 months ago (2014-07-08 09:10:00 UTC) #3
haraken
+jcivelli > > I'm curious why we need to call clearAllSubframeArchives() even in non-oilpan > ...
6 years, 5 months ago (2014-07-08 09:14:26 UTC) #4
Mads Ager (chromium)
LGTM2 I don't see how the clearing DFS adds anything in the non-oilpan build either.
6 years, 5 months ago (2014-07-08 09:39:42 UTC) #5
sof
On 2014/07/08 09:39:42, Mads Ager (chromium) wrote: > LGTM2 > > I don't see how ...
6 years, 5 months ago (2014-07-08 09:49:55 UTC) #6
sof
The CQ bit was checked by sigbjornf@opera.com
6 years, 5 months ago (2014-07-08 09:55:15 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sigbjornf@opera.com/374053002/80001
6 years, 5 months ago (2014-07-08 09:56:27 UTC) #8
sof
Ah, needs Source/{platform,web}/ approval.
6 years, 5 months ago (2014-07-08 10:01:39 UTC) #9
Mads Ager (chromium)
On 2014/07/08 09:49:55, sof wrote: > On 2014/07/08 09:39:42, Mads Ager (chromium) wrote: > > ...
6 years, 5 months ago (2014-07-08 10:07:13 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: blink_presubmit on tryserver.blink ...
6 years, 5 months ago (2014-07-08 10:52:55 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-08 10:58:01 UTC) #12
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/9573)
6 years, 5 months ago (2014-07-08 10:58:02 UTC) #13
sof
tkent@: if you could look through this CL when you have a moment next, that'd ...
6 years, 5 months ago (2014-07-08 15:05:56 UTC) #14
tkent
https://codereview.chromium.org/374053002/diff/80001/Source/web/WebPageSerializer.cpp File Source/web/WebPageSerializer.cpp (right): https://codereview.chromium.org/374053002/diff/80001/Source/web/WebPageSerializer.cpp#newcode47 Source/web/WebPageSerializer.cpp:47: #include "platform/mhtml/ArchiveResource.h" Why do we need to include it? ...
6 years, 5 months ago (2014-07-09 01:04:34 UTC) #15
sof
https://codereview.chromium.org/374053002/diff/80001/Source/web/WebPageSerializer.cpp File Source/web/WebPageSerializer.cpp (right): https://codereview.chromium.org/374053002/diff/80001/Source/web/WebPageSerializer.cpp#newcode47 Source/web/WebPageSerializer.cpp:47: #include "platform/mhtml/ArchiveResource.h" On 2014/07/09 01:04:34, tkent wrote: > Why ...
6 years, 5 months ago (2014-07-09 04:42:19 UTC) #16
tkent
lgtm https://codereview.chromium.org/374053002/diff/80001/Source/web/WebPageSerializer.cpp File Source/web/WebPageSerializer.cpp (right): https://codereview.chromium.org/374053002/diff/80001/Source/web/WebPageSerializer.cpp#newcode47 Source/web/WebPageSerializer.cpp:47: #include "platform/mhtml/ArchiveResource.h" On 2014/07/09 04:42:19, sof wrote: > ...
6 years, 5 months ago (2014-07-09 04:49:25 UTC) #17
sof
https://codereview.chromium.org/374053002/diff/80001/Source/web/WebPageSerializer.cpp File Source/web/WebPageSerializer.cpp (right): https://codereview.chromium.org/374053002/diff/80001/Source/web/WebPageSerializer.cpp#newcode47 Source/web/WebPageSerializer.cpp:47: #include "platform/mhtml/ArchiveResource.h" On 2014/07/09 04:49:24, tkent wrote: > On ...
6 years, 5 months ago (2014-07-09 05:11:20 UTC) #18
tkent
lgtm
6 years, 5 months ago (2014-07-09 05:24:21 UTC) #19
sof
The CQ bit was checked by sigbjornf@opera.com
6 years, 5 months ago (2014-07-09 05:27:19 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sigbjornf@opera.com/374053002/100001
6 years, 5 months ago (2014-07-09 05:28:04 UTC) #21
commit-bot: I haz the power
6 years, 5 months ago (2014-07-09 06:30:10 UTC) #22
Message was sent while issue was closed.
Change committed as 177719

Powered by Google App Engine
This is Rietveld 408576698