Closed
Bug 1362941
Opened 8 years ago
Closed 8 years ago
Label Runnables in dom/file/FileReader.cpp
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: bevis, Assigned: bevis)
References
Details
(Whiteboard: [QDL][TDC-MVP][DOM])
Attachments
(1 file)
FileReader holds FileReader::mTarget as owning event target for runnable dispatching, timercallback and AsyncWait from InputStream.
File this bug to set FileReader::mTarget to aGlobal->EventTargetFor(TaskCategory::Other) at Constructor instead of do_GetCurrentThread() when creating from a window global.
Assignee | ||
Comment 1•8 years ago
|
||
The runnables for TimerCallback and AsyncWait from InputStream are done on FileReader::mEventTarget.
To support DocGroup labeling, we set FileReader::mEventTarget to the one provided by nsIGlobalObject instead of the current thread.
:baku,
May I have your review for this change?
Thanks!
Attachment #8865355 -
Flags: review?(amarchesini)
Updated•8 years ago
|
Attachment #8865355 -
Flags: review?(amarchesini) → review+
Assignee | ||
Comment 2•8 years ago
|
||
treeherder result looks fine:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=079c3ed6c4f9b295182bb07c6efc530e3afb4159
Pushed by btseng@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/1d08d55ccca0
Set DocGroup-EventTarget from nsIGlobalObject to have dispatched runnables labeled. r=baku
Comment 4•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•8 years ago
|
Whiteboard: [QDL][TDC-MVP][DOM]
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•