Closed
Bug 582442
Opened 15 years ago
Closed 15 years ago
Make unserializable URIs less fatal
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
fennec | 2.0a1+ | --- |
People
(Reporter: jdm, Assigned: jdm)
References
Details
Attachments
(1 file, 1 obsolete file)
1.27 KB,
patch
|
dougt
:
review+
|
Details | Diff | Splinter Review |
As suggested by bug 516728 comment 66, let's just make this a warning for now.
Assignee | ||
Comment 1•15 years ago
|
||
Assignee: nobody → josh
Attachment #460717 -
Flags: review?(doug.turner)
Comment 2•15 years ago
|
||
Comment on attachment 460717 [details] [diff] [review]
Patch
hmm. what about the abort in the serialization?
Assignee | ||
Comment 3•15 years ago
|
||
Actual patch.
Attachment #460717 -
Attachment is obsolete: true
Attachment #460732 -
Flags: review?(doug.turner)
Attachment #460717 -
Flags: review?(doug.turner)
Updated•15 years ago
|
Attachment #460732 -
Flags: review?(doug.turner) → review+
Updated•15 years ago
|
tracking-fennec: ? → 2.0a1+
Comment 4•15 years ago
|
||
It seems we need this patch to be able to land other fennec-blocking patches
Comment 5•15 years ago
|
||
hmm... I've just changed
- NS_ABORT_IF_FALSE(scheme.EqualsASCII("about:") ||
+ NS_WARN_IF_FALSE(scheme.EqualsASCII("about:") ||
in my local builds
Comment 6•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•