Closed
Bug 282200
Opened 21 years ago
Closed 21 years ago
xpfe/appshell cleanup
Categories
(Core :: General, defect)
Core
General
Tracking
()
RESOLVED
FIXED
People
(Reporter: bryner, Assigned: bryner)
Details
Attachments
(2 files)
78.45 KB,
patch
|
Details | Diff | Splinter Review | |
70.80 KB,
patch
|
danm.moz
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
Before starting on bug 21296, I decided to clean up all of the unnecessary crap
in WebShellWindow/XULWindow.
Assignee | ||
Comment 1•21 years ago
|
||
The cleanup here is pretty across-the-board, ranging from removing unused
members to removing redundant code to eliminating nsIWebShellWindow entirely.
Assignee | ||
Comment 2•21 years ago
|
||
Attachment #174279 -
Flags: superreview?(bzbarsky)
Attachment #174279 -
Flags: review?(danm.moz)
![]() |
||
Comment 3•21 years ago
|
||
Comment on attachment 174279 [details] [diff] [review]
diff -w for easier reviewing
>Index: xpfe/appshell/public/nsIAppShellService.idl
>- * @param aShowWindow the window remains invisible if PR_FALSE.
>- * @param aLoadDefaultPage controls whether the window should try to
>- * load a default content page on its own.
It's worth documenting that the newly-created window will not be visible until
it's manually shown, I think....
sr=bzbarsky with that. Good to see this cleanup!
Attachment #174279 -
Flags: superreview?(bzbarsky) → superreview+
Comment on attachment 174279 [details] [diff] [review]
diff -w for easier reviewing
Wow. So much cruft. By the way I happened to notice you can just get rid of
this local variable, rather than moving it
@@ -359,6 +347,8 @@ nsAppShellService::JustCreateTopWindow(n
}
}
+ PRBool intrinsicallySized = PR_FALSE;
+
Attachment #174279 -
Flags: review?(danm.moz) → review+
Assignee | ||
Comment 5•21 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•