Closed
Bug 145466
Opened 23 years ago
Closed 23 years ago
Can't save the profile data
Categories
(Other Applications Graveyard :: Venkman JS Debugger, defect)
Other Applications Graveyard
Venkman JS Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: smaug, Assigned: rginda)
Details
(Keywords: regression)
Attachments
(1 file)
414 bytes,
patch
|
rginda
:
review+
endico
:
approval+
|
Details | Diff | Splinter Review |
When trying to save the profile data I get the followind message:
[Exception... "Not enough arguments [nsIFileOutputStream.init]" nsresult:
"0x80570001 (NS_ERROR_XPC_NOT_ENOUGH_ARGS)" location: "JS frame ::
chrome://venkman/content/file-utils.js :: LocalFile :: line 242" data: no]
This is a regression of bug 126829.
Reporter | ||
Comment 1•23 years ago
|
||
Because the behaviorFlags aren't currently supported,
the parameter could be 0?
See
http://lxr.mozilla.org/seamonkey/source/netwerk/base/public/nsIFileStreams.idl#88
Comment 2•23 years ago
|
||
confirmed with 1.0rc2 and trunk build 20020519
marking NEW
severity=> major (this totally breaks saving profile data)
keyword regression, patch
Severity: normal → major
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: patch,
regression
OS: Windows 98 → All
Hardware: PC → All
Assignee | ||
Comment 3•23 years ago
|
||
Comment on attachment 84163 [details] [diff] [review]
Patch v1
r=rginda
Attachment #84163 -
Flags: review+
Assignee | ||
Comment 4•23 years ago
|
||
We should get this in for 1.0.
Status: NEW → ASSIGNED
Keywords: mozilla1.0
Comment 5•23 years ago
|
||
Damn, I missed that. Thanks. 0 is good.
Comment 6•23 years ago
|
||
Comment on attachment 84163 [details] [diff] [review]
Patch v1
a=chomann,brenda,etc
Attachment #84163 -
Flags: approval+
Assignee | ||
Comment 7•23 years ago
|
||
checked in to branch and trunk.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Core → Other Applications
Updated•7 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•