Closed
Bug 47551
Opened 24 years ago
Closed 23 years ago
Remove nsIFileSpecWithUI and nsIFileWidget
Categories
(Core :: XUL, defect, P5)
Tracking
()
RESOLVED
FIXED
mozilla0.9.5
People
(Reporter: pavlov, Assigned: bryner)
References
Details
Attachments
(2 files, 1 obsolete file)
(deleted),
text/plain
|
Details | |
(deleted),
patch
|
pavlov
:
review+
bugs
:
superreview+
|
Details | Diff | Splinter Review |
Remove nsIFileSpecWithUI so that no one can use it ever again.
Reporter | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Depends on: 34051
Keywords: correctness,
nsbeta3
Summary: Remove nsIFileSpecWithUI → Remove nsIFileSpecWithUI and nsIFileWidget
Comment 1•24 years ago
|
||
nsbeta3+, P5 for M18
Priority: P3 → P5
Whiteboard: [nsbeta3+]
Target Milestone: --- → M18
Reporter | ||
Comment 2•24 years ago
|
||
Index: nsAppRunner.cpp
===================================================================
RCS file: /cvsroot/mozilla/xpfe/bootstrap/nsAppRunner.cpp,v
retrieving revision 1.232
diff -u -r1.232 nsAppRunner.cpp
--- nsAppRunner.cpp 2000/08/25 18:37:45 1.232
+++ nsAppRunner.cpp 2000/08/28 20:09:08
@@ -1139,7 +1139,7 @@
nsresult mainResult = main1(argc, argv, nativeApp ? (nsISupports*)nativeApp :
(nsISupports*)splash);
/* if main1() didn't succeed, then don't bother trying to shut down
clipboard, etc */
- if (NS_SUCCEEDED(rv)) {
+ if (NS_SUCCEEDED(mainResult)) {
rv = DoOnShutdown();
NS_ASSERTION(NS_SUCCEEDED(rv), "DoOnShutdown failed");
}
Reporter | ||
Comment 3•24 years ago
|
||
er, wrong bug. sigh
Comment 4•24 years ago
|
||
nsbeta3-/future
Whiteboard: [nsbeta3+] → [nsbeta3-]
Target Milestone: M18 → Future
Reporter | ||
Comment 5•24 years ago
|
||
Simon says he has the fixes for the mac that were blocking this landing.
Reporter | ||
Updated•24 years ago
|
Target Milestone: mozilla0.8 → mozilla0.9
Reporter | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9 → mozilla1.0
Assignee | ||
Comment 6•23 years ago
|
||
I'll take this.
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla1.0 → mozilla0.9.5
Assignee | ||
Comment 7•23 years ago
|
||
Assignee | ||
Comment 8•23 years ago
|
||
Assignee | ||
Updated•23 years ago
|
Attachment #47947 -
Attachment is obsolete: true
Assignee | ||
Comment 10•23 years ago
|
||
Assignee | ||
Comment 11•23 years ago
|
||
The new patch incorporates cls's beos fix.
Reporter | ||
Comment 12•23 years ago
|
||
Comment on attachment 48016 [details] [diff] [review]
patch
r=pavlov
Attachment #48016 -
Flags: review+
Comment 13•23 years ago
|
||
Attachment #48016 -
Flags: superreview+
Assignee | ||
Comment 14•23 years ago
|
||
checked in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•