Closed
Bug 1375627
Opened 7 years ago
Closed 7 years ago
Avoid running ShouldLoadURIInThisProcess with a null URI when opening a new window in e10s
Categories
(Core :: Window Management, enhancement)
Core
Window Management
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
Details
Attachments
(1 file)
1.25 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•7 years ago
|
||
This doesn't do anything bad, but creates a bunch of warnings in test output as
the JS implemented function throws an exception. Might as well avoid doing the
work.
MozReview-Commit-ID: 8LXGHjztRdu
Attachment #8880536 -
Flags: review?(bugs)
Updated•7 years ago
|
Attachment #8880536 -
Flags: review?(bugs) → review+
Pushed by michael@thelayzells.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b3884b662c0e
Avoid running ShouldLoadURIInThisProcess when aURI is null in ProvideWindowCommon, r=smaug
Comment 3•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•