Closed
Bug 1070835
Opened 11 years ago
Closed 11 years ago
browser_toolbox_window_reload_target.js fails in e10s
Categories
(DevTools :: Framework, defect)
DevTools
Framework
Tracking
(Not tracked)
People
(Reporter: markh, Assigned: markh)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
3.89 KB,
patch
|
past
:
review+
|
Details | Diff | Splinter Review |
browser_toolbox_window_reload_target.js attaches load event handlers directly to the selectedBrowser, so sees events coming from the CPOW. For some reason, it sees spurious events, so the test fails with incorrect reload counts.
Converting this test to use a frameScript and count the load events via that allows the test to pass.
Attachment #8492879 -
Flags: review?(past)
Comment 1•11 years ago
|
||
Comment on attachment 8492879 [details] [diff] [review]
0002-Bug-XXXXXXX-allow-browser_toolbox_window_reload_targ.patch
Review of attachment 8492879 [details] [diff] [review]:
-----------------------------------------------------------------
OK.
Attachment #8492879 -
Flags: review?(past) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Status: NEW → ASSIGNED
Points: --- → 2
Flags: qe-verify-
Flags: firefox-backlog+
Updated•11 years ago
|
Assignee: nobody → mhammond
Iteration: --- → 35.2
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 35
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•