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

Issue 242123005: Allow posting a Task to Microtasks (Closed)

Created:
6 years, 8 months ago by cbiesinger
Modified:
6 years, 8 months ago
CC:
blink-reviews, webcomponents-bugzilla_chromium.org, sof, eae+blinkwatch, dglazkov+blink, adamk+blink_chromium.org, Inactive, rwlbuis, abarth-chromium
Visibility:
Public.

Description

Allow posting a Task to Microtasks ...not just a static callback. This will be used for <img> loading and potential other future users. R=rafaelw@chromium.org BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=171965

Patch Set 1 #

Patch Set 2 : use WebThread::Tasl #

Total comments: 3

Patch Set 3 : changes made #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -9 lines) Patch
M Source/core/dom/Microtask.h View 1 2 1 chunk +6 lines, -3 lines 0 comments Download
M Source/core/dom/Microtask.cpp View 1 2 2 chunks +10 lines, -4 lines 0 comments Download
M Source/core/dom/MutationObserver.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
cbiesinger
6 years, 8 months ago (2014-04-18 00:15:33 UTC) #1
abarth-chromium
https://codereview.chromium.org/242123005/diff/20001/Source/core/dom/Microtask.cpp File Source/core/dom/Microtask.cpp (right): https://codereview.chromium.org/242123005/diff/20001/Source/core/dom/Microtask.cpp#newcode41 Source/core/dom/Microtask.cpp:41: typedef Vector<blink::WebThread::Task*> MicrotaskQueue; Vector<OwnPtr<blink::WebThread::Task> > ? https://codereview.chromium.org/242123005/diff/20001/Source/core/dom/Microtask.h File Source/core/dom/Microtask.h ...
6 years, 8 months ago (2014-04-18 16:01:04 UTC) #2
cbiesinger
All done. Please take another look.
6 years, 8 months ago (2014-04-18 18:04:34 UTC) #3
rafaelw
lgtm
6 years, 8 months ago (2014-04-18 18:11:04 UTC) #4
abarth-chromium
lgtm
6 years, 8 months ago (2014-04-18 18:15:21 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cbiesinger@chromium.org/242123005/40001
6 years, 8 months ago (2014-04-18 18:15:35 UTC) #6
commit-bot: I haz the power
6 years, 8 months ago (2014-04-18 19:24:52 UTC) #7
Message was sent while issue was closed.
Change committed as 171965

Powered by Google App Engine
This is Rietveld 408576698