Closed
Bug 393099
Opened 17 years ago
Closed 17 years ago
Save page as broken for data urls
Categories
(Toolkit :: Downloads API, defect)
Toolkit
Downloads API
Tracking
()
VERIFIED
FIXED
mozilla1.9beta1
People
(Reporter: sharparrow1, Assigned: Mardak)
References
()
Details
(Keywords: regression)
Steps to reproduce:
1. Load a data url, like "data:text/html,This is a test".
2. Go to file, click Save Page As...
3. Pick a location, and click save.
Expected results:
The file gets saved.
Actual results:
The download manager pops up with nothing in it, the file doesn't get saved, and there is an error in the error console:
Error: [Exception... "'Component does not have requested interface' when calling method: [nsIInterfaceRequestor::getInterface]" nsresult: "0x80004002 (NS_NOINTERFACE)" location: "JS frame :: chrome://global/content/contentAreaUtils.js :: internalSave :: line 318" data: no]
Source File: chrome://global/content/contentAreaUtils.js
Line: 318
Using a self-built trunk Firefox build from yesterday (8-20-2007).
Flags: in-litmus?
Comment 1•17 years ago
|
||
Flags: in-litmus? → in-litmus+
Assignee | ||
Comment 2•17 years ago
|
||
After bug 393821, saving data:text/html,This is a test results in index.html 126 bytes in 0 seconds.
Depends on: 393821
Comment 3•17 years ago
|
||
This worksforme using Vista and build Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9a8pre) Gecko/2007090604 Minefield/3.0a8pre.
Eli, can you test again, please?
Version: unspecified → Trunk
Assignee | ||
Updated•17 years ago
|
Assignee: nobody → edilee
OS: Windows XP → All
Hardware: PC → All
Target Milestone: --- → Firefox 3 M9
Assignee | ||
Comment 4•17 years ago
|
||
Seems to be fixed by bug 393821 -- checked with an hourly build
Build identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a9pre) Gecko/2007100120 Minefield/3.0a9pre
Tested with download manager closed before saving and download manager open when saving.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 5•17 years ago
|
||
Indeed; verified FIXED using:
Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.9a9pre) Gecko/2007100120 Minefield/3.0a9pre
Status: RESOLVED → VERIFIED
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•