Closed
Bug 1274687
Opened 7 years ago
Closed 7 years ago
browser_private_clicktoplay.js uses CPOW causing timeout.
Categories
(Core Graveyard :: Plug-ins, defect)
Core Graveyard
Plug-ins
Tracking
(firefox49 fixed)
RESOLVED
FIXED
mozilla49
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: jandreou25, Assigned: jandreou25)
References
Details
Attachments
(1 file, 1 obsolete file)
1.66 KB,
patch
|
Details | Diff | Splinter Review |
The url is set using a CPOW on the window object which causes timeouts and is not trivial to debug. Simple fix is to use ContentTask.spawn
Assignee | ||
Comment 1•7 years ago
|
||
Attachment #8755857 -
Flags: review?(ehsan)
Assignee | ||
Updated•7 years ago
|
Updated•7 years ago
|
Attachment #8755857 -
Flags: review?(ehsan) → review+
Assignee | ||
Comment 2•7 years ago
|
||
Attachment #8755857 -
Attachment is obsolete: true
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 3•7 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=1cc70f6ee28a9d104d993b2d119d1a3c7d8cbab7
Pushed by kwierso@gmail.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/f9c82b044f90 change test to use ContentTask.spawn r=ehsan
Keywords: checkin-needed
Comment 5•7 years ago
|
||
bugherderlanding |
https://hg.mozilla.org/integration/mozilla-inbound/rev/f9c82b044f90
Comment 6•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f9c82b044f90
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
Updated•10 months ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•