Closed
Bug 286873
Opened 20 years ago
Closed 20 years ago
Crash on proxy icon drag if the associated page has a null title.
Categories
(Camino Graveyard :: Drag & Drop, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Camino0.9
People
(Reporter: moz, Assigned: moz)
Details
(Keywords: crash, testcase)
Attachments
(2 files)
39 bytes,
text/html
|
Details | |
742 bytes,
patch
|
jaas
:
review+
mikepinkerton
:
superreview+
|
Details | Diff | Splinter Review |
Go to a page with no title tag and attempt to drag the proxy icon on the URL
bar. Chances are, you'll see a crash.
Testcase *and* easy patch forthcoming.
Assignee | ||
Comment 1•20 years ago
|
||
Assignee | ||
Comment 2•20 years ago
|
||
This makes sure |title| is non-nil, and since we've already put the URL data
into the same var, it should use the URL as the title if |title| *is* nil.
Assignee | ||
Comment 3•20 years ago
|
||
Whoops, changing keywords and assignee (to myself).
(I wonder if this qualifies for the "contributor" list...).
Assignee: pinkerton → mozilla
Keywords: testcase
Assignee | ||
Comment 4•20 years ago
|
||
Comment on attachment 177973 [details] [diff] [review]
Proposed patch.
I'm gonna check for a reviewer in IRC, but it's so simple a fix it might not
even need more than one look over (if that).
Attachment #177973 -
Flags: superreview?(pinkerton)
Attachment #177973 -
Flags: review?
Comment 5•20 years ago
|
||
Comment on attachment 177973 [details] [diff] [review]
Proposed patch.
sr=pink.
Attachment #177973 -
Flags: superreview?(pinkerton) → superreview+
Attachment #177973 -
Flags: review? → review?(joshmoz)
Attachment #177973 -
Flags: review?(joshmoz) → review+
Comment 6•20 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•