Closed
Bug 635630
Opened 14 years ago
Closed 14 years ago
typo in nsWebHandlerApp.js: OPEN_DEFAULT_WINDOW instead of OPEN_DEFAULTWINDOW
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla8
People
(Reporter: arno, Assigned: arno)
Details
Attachments
(1 file)
1.03 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
Hi,
in uriloader/exthandler/nsWebHandlerApp.js, we have
// openURI
browserDOMWin.openURI(uriToSend,
null, // no window.opener
Ci.nsIBrowserDOMWindow.OPEN_DEFAULT_WINDOW,
Ci.nsIBrowserDOMWindow.OPEN_NEW);
But nsIBrowserDOMWindow.idl says it should be OPEN_DEFAULTWINDOW (without the second underscore).
This is problaby harmless because nsIBrowserDOMWindow.OPEN_DEFAULTWINDOW because is 0
Updated•14 years ago
|
Component: General → File Handling
QA Contact: general → file-handling
Assignee | ||
Comment 1•14 years ago
|
||
Assignee: nobody → arno
Attachment #546306 -
Flags: review?(gavin.sharp)
Updated•14 years ago
|
Attachment #546306 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla8
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•