Closed
Bug 1391099
Opened 7 years ago
Closed 7 years ago
checkURIStrWithPrincipal is too slow
Categories
(WebExtensions :: General, enhancement)
WebExtensions
General
Tracking
(firefox57 fixed)
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: kmag, Assigned: kmag)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
It runs URIs through the fixup service and checks them multiple times. We don't need this for our purposes.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8898043 [details]
Bug 1391099: Avoid using checkLoadURIStrWithPrincipal.
https://reviewboard.mozilla.org/r/169352/#review174740
Attachment #8898043 -
Flags: review?(mixedpuppy) → review+
Assignee | ||
Comment 4•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/7e26c8dc7d76c31057f434d7766f4dd27b250b81
Bug 1391099: Avoid using checkLoadURIStrWithPrincipal. r=mixedpuppy
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•