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

Issue 535403002: introduce DocumentParserClient to receive parser stopped notification (Closed)

Created:
6 years, 3 months ago by kouhei (in TOK)
Modified:
6 years, 3 months ago
CC:
blink-reviews, blink-reviews-html_chromium.org, webcomponents-bugzilla_chromium.org, sof, eae+blinkwatch, blink-reviews-dom_chromium.org, dglazkov+blink, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

introduce DocumentParserClient to receive parser stopped notification This depends on HTMLDocumentParser fix: https://codereview.chromium.org/532343002/ XMLHttpRequest and HTMLImport need callback when document has finished parsing. This CL introduces an interface DocumentParserClient for receiving the "parser stopped" notification, and migrates HTMLImportLoader to use the interface. BUG=409461 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181503

Patch Set 1 #

Total comments: 2

Patch Set 2 : weakrefs / fix oilpan #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -8 lines) Patch
M Source/core/dom/Document.cpp View 1 chunk +0 lines, -3 lines 0 comments Download
M Source/core/dom/DocumentParser.h View 1 3 chunks +6 lines, -0 lines 0 comments Download
M Source/core/dom/DocumentParser.cpp View 1 4 chunks +26 lines, -0 lines 0 comments Download
A Source/core/dom/DocumentParserClient.h View 1 chunk +23 lines, -0 lines 0 comments Download
M Source/core/html/imports/HTMLImportLoader.h View 4 chunks +7 lines, -4 lines 0 comments Download
M Source/core/html/imports/HTMLImportLoader.cpp View 3 chunks +10 lines, -1 line 0 comments Download

Messages

Total messages: 18 (6 generated)
kouhei (in TOK)
Would you take a look? This is in preparation to make XHR use background parser, ...
6 years, 3 months ago (2014-09-03 22:38:13 UTC) #3
kouhei (in TOK)
oilpan-reviews: Would you help me resolve the below compile error? https://codereview.chromium.org/535403002/diff/1/Source/core/dom/DocumentParser.cpp File Source/core/dom/DocumentParser.cpp (right): https://codereview.chromium.org/535403002/diff/1/Source/core/dom/DocumentParser.cpp#newcode58 ...
6 years, 3 months ago (2014-09-03 22:40:41 UTC) #5
haraken
On 2014/09/03 22:40:41, kouhei wrote: > oilpan-reviews: Would you help me resolve the below compile ...
6 years, 3 months ago (2014-09-04 00:56:46 UTC) #6
eseidel
This makes a ton of sense. But I don't think that the parser wants to ...
6 years, 3 months ago (2014-09-04 06:42:31 UTC) #7
kouhei (in TOK)
Thanks for your comments! On 2014/09/04 06:42:31, eseidel wrote: > This makes a ton of ...
6 years, 3 months ago (2014-09-04 21:08:01 UTC) #8
kouhei (in TOK)
eseidel: Would you take a look again?
6 years, 3 months ago (2014-09-05 21:15:01 UTC) #9
eseidel
lgtm
6 years, 3 months ago (2014-09-05 21:39:49 UTC) #11
kouhei (in TOK)
Thanks!
6 years, 3 months ago (2014-09-05 21:40:09 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/535403002/40001
6 years, 3 months ago (2014-09-05 21:41:03 UTC) #13
commit-bot: I haz the power
Exceeded time limit waiting for builds to trigger.
6 years, 3 months ago (2014-09-05 23:41:36 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/535403002/40001
6 years, 3 months ago (2014-09-06 20:29:05 UTC) #17
commit-bot: I haz the power
6 years, 3 months ago (2014-09-07 08:14:44 UTC) #18
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as 181503

Powered by Google App Engine
This is Rietveld 408576698