Closed
Bug 1278306
Opened 9 years ago
Closed 9 years ago
Remove all uses of 'content.location = ' in the webconsole tests
Categories
(DevTools :: Console, defect, P1)
DevTools
Console
Tracking
(e10s+, firefox48 fixed, firefox49 fixed, firefox50 fixed)
RESOLVED
FIXED
Firefox 50
People
(Reporter: bgrins, Assigned: moby)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
15.63 KB,
patch
|
bgrins
:
review+
|
Details | Diff | Splinter Review |
Let's just take care of a bunch of these CPOWs in one patch. We shouldn't be using content.location = foo anymore, and should instead use BrowserTestUtils.loadURI(gBrowser.selectedBrowser, foo);
Reporter | ||
Comment 1•9 years ago
|
||
Moby, can you take a look at this one for the webconsole test directory?
Flags: needinfo?(mvonbriesen)
Priority: -- → P1
Version: 46 Branch → Trunk
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → mvonbriesen
Flags: needinfo?(mvonbriesen)
Assignee | ||
Comment 2•9 years ago
|
||
(In reply to Brian Grinstead [:bgrins] from comment #1)
> Moby, can you take a look at this one for the webconsole test directory?
Sure
Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8760428 -
Flags: review?(bgrinstead)
Reporter | ||
Comment 4•9 years ago
|
||
Comment on attachment 8760428 [details] [diff] [review]
remove-content-location.patch
Review of attachment 8760428 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good - this should prevent a bunch of intermittents on e10s. Try push: https://treeherder.mozilla.org/#/jobs?repo=try&revision=bb37e25bb2c3
Attachment #8760428 -
Flags: review?(bgrinstead) → review+
Updated•9 years ago
|
tracking-e10s:
--- → ?
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Updated•9 years ago
|
Blocks: e10s-tests
Reporter | ||
Updated•9 years ago
|
Status: NEW → ASSIGNED
Pushed by cbook@mozilla.com:
https://hg.mozilla.org/integration/fx-team/rev/54354d5ade58
Remove all uses of 'content.location = ' in the webconsole tests; r=bgrins
Keywords: checkin-needed
Comment 6•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 50
Comment 7•9 years ago
|
||
bugherder uplift |
status-firefox49:
--- → fixed
Comment 8•9 years ago
|
||
bugherder uplift |
status-firefox48:
--- → fixed
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•