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

Issue 2554813002: Make HTMLParserScheduler inherit from ActiveDOMObject

Created:
4 years ago by haraken
Modified:
4 years ago
Reviewers:
sof, dcheng, kouhei (in TOK)
CC:
chromium-reviews, blink-reviews-html_chromium.org, eae+blinkwatch, loading-reviews+parser_chromium.org, blink-reviews-dom_chromium.org, dglazkov+blink, blink-reviews, kinuko+watch, scheduler-bugs_chromium.org, rwlbuis
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make HTMLParserScheduler inherit from ActiveDOMObject ActiveDOMObject is a standard way to observe suspend/resume. ScriptRunner should follow the rule. The goal is to remove ExecutionContext::tasksWereSuspended/Resumed in a follow-up CL. BUG=610176

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -62 lines) Patch
M third_party/WebKit/Source/core/dom/Document.cpp View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DocumentParser.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DocumentParser.cpp View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp View 4 chunks +5 lines, -22 lines 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h View 3 chunks +11 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.cpp View 4 chunks +17 lines, -7 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
haraken
PTAL
4 years ago (2016-12-06 06:42:46 UTC) #2
sof
Adding some reviewers; the intrinsic value of this push escapes me somewhat.
4 years ago (2016-12-06 08:20:05 UTC) #4
sof
On 2016/12/06 08:20:05, sof wrote: > Adding some reviewers; the intrinsic value of this push ...
4 years ago (2016-12-07 12:26:51 UTC) #5
haraken
On 2016/12/07 12:26:51, sof wrote: > On 2016/12/06 08:20:05, sof wrote: > > Adding some ...
4 years ago (2016-12-07 12:53:22 UTC) #6
dcheng
On one hand, it feels a little odd for the HTMLParserScheduler to be an ActiveDOMObject: ...
4 years ago (2016-12-08 08:33:07 UTC) #7
haraken
On 2016/12/08 08:33:07, dcheng wrote: > On one hand, it feels a little odd for ...
4 years ago (2016-12-08 08:46:03 UTC) #8
dcheng
On 2016/12/08 08:46:03, haraken wrote: > On 2016/12/08 08:33:07, dcheng wrote: > > On one ...
4 years ago (2016-12-08 08:46:51 UTC) #9
kouhei (in TOK)
4 years ago (2016-12-08 11:22:01 UTC) #10
lgtm given the rename plan

Powered by Google App Engine
This is Rietveld 408576698