Closed
Bug 1676490
Opened 5 years ago
Closed 5 years ago
Fix some confusing `NS_WARN_IF` usage in BlobURLProtocolHandler
Categories
(Core :: DOM: File, task)
Core
DOM: File
Tracking
()
RESOLVED
FIXED
86 Branch
| Tracking | Status | |
|---|---|---|
| firefox86 | --- | fixed |
People
(Reporter: kmag, Assigned: kmag)
Details
Attachments
(1 file)
I just got tripped up from some NS_WARN_IF failures that show up during non-failure cases, and sent me on a wild goose chase. They should be fixed so other people don't run into the same problem.
| Assignee | ||
Comment 1•5 years ago
|
||
Comment 2•5 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:kmag, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(kmaglione+bmo)
Pushed by maglione.k@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/9fa74fd34c78
Fix some confusing `NS_WARN_IF`s in non-failure cases. r=baku
Comment 4•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
| Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(kmaglione+bmo)
You need to log in
before you can comment on or make changes to this bug.
Description
•