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

Issue 1438193002: Oilpan: move HTMLParserScheduler to the heap. (Closed)

Created:
5 years, 1 month ago by sof
Modified:
5 years, 1 month ago
CC:
chromium-reviews, blink-reviews, dglazkov+blink, blink-reviews-html_chromium.org, scheduler-bugs_chromium.org, kinuko+watch
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Oilpan: move HTMLParserScheduler to the heap. The benefit being that the back reference it keeps to HTMLDocumentParser can be traced per normal. R=kouhei,haraken BUG=553613 Committed: https://crrev.com/9e418562ced9821f4b8a31650ba4ef721a4845af Cr-Commit-Position: refs/heads/master@{#359824}

Patch Set 1 #

Total comments: 2

Patch Set 2 : move the object to the heap instead #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -6 lines) Patch
M third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h View 1 2 chunks +8 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.cpp View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (7 generated)
sof
5 years, 1 month ago (2015-11-12 10:53:59 UTC) #2
kouhei (in TOK)
lgtm
5 years, 1 month ago (2015-11-12 12:42:53 UTC) #4
haraken
https://codereview.chromium.org/1438193002/diff/1/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h File third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h (right): https://codereview.chromium.org/1438193002/diff/1/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h#newcode107 third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h:107: RawPtrWillBeUntracedMember<HTMLDocumentParser> m_parser; A better option would be to move ...
5 years, 1 month ago (2015-11-12 14:20:49 UTC) #6
sof
https://codereview.chromium.org/1438193002/diff/1/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h File third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h (right): https://codereview.chromium.org/1438193002/diff/1/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h#newcode107 third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h:107: RawPtrWillBeUntracedMember<HTMLDocumentParser> m_parser; On 2015/11/12 14:20:49, haraken wrote: > > ...
5 years, 1 month ago (2015-11-16 10:58:39 UTC) #8
haraken
LGTM
5 years, 1 month ago (2015-11-16 10:59:49 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1438193002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1438193002/20001
5 years, 1 month ago (2015-11-16 11:03:25 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 1 month ago (2015-11-16 12:10:59 UTC) #14
commit-bot: I haz the power
5 years, 1 month ago (2015-11-16 12:11:51 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/9e418562ced9821f4b8a31650ba4ef721a4845af
Cr-Commit-Position: refs/heads/master@{#359824}

Powered by Google App Engine
This is Rietveld 408576698