Closed
Bug 538419
Opened 15 years ago
Closed 14 years ago
remove nsAboutAbout.js
Categories
(SeaMonkey :: Build Config, defect)
SeaMonkey
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.1b1
People
(Reporter: steffen.wilberg, Assigned: Callek)
References
()
Details
Attachments
(1 file, 1 obsolete file)
10.09 KB,
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
In bug 220253, I readded the redirector to about:about to chrome://global/content/aboutAbout.xhtml, which is now part of Toolkit.
So you may want to remove your custom redirector in nsAboutAbout.js, and either drop your own aboutAbout.html, or replace the new Toolkit version with yours.
Reporter | ||
Comment 1•15 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a1pre) Gecko/20100108 SeaMonkey/2.1a1pre
still displays the old about:about page.
But my version looks much better: chrome://global/content/aboutAbout.xhtml
Updated•15 years ago
|
Flags: wanted-seamonkey2.1?
Comment 2•15 years ago
|
||
Don't see how this can be wanted-seamonkey2.1 when we don't know whether we'll be using 1.9.3 yet.
Flags: wanted-seamonkey2.1? → wanted-seamonkey2.1-
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → bugspam.Callek
Assignee | ||
Comment 3•14 years ago
|
||
...and inherently use toolkit's version
Attachment #464279 -
Flags: review?(neil)
Comment 4•14 years ago
|
||
Doesn't it need to be a removed file?
Should we port the CSS changes too?
Comment 5•14 years ago
|
||
Oh, and we need to hide about:certerror too. See bug 538421.
Assignee | ||
Comment 6•14 years ago
|
||
(In reply to comment #4)
> Doesn't it need to be a removed file?
Yes.
> Should we port the CSS changes too?
Which CSS Change specifically?
(In reply to comment #5)
> Oh, and we need to hide about:certerror too. See bug 538421.
Hiding more pages from this that *we* expose should be done, yes. But can we do it in a followup?
Comment 7•14 years ago
|
||
(In reply to comment #6)
> (In reply to comment #4)
> > Should we port the CSS changes too?
> Which CSS Change specifically?
Actually I only remember one.
> (In reply to comment #5)
> > Oh, and we need to hide about:certerror too. See bug 538421.
> Hiding more pages from this that *we* expose should be done, yes. But can we do
> it in a followup?
Just saying, it would look odd that neterror is hidden but certerror is not.
Reporter | ||
Comment 8•14 years ago
|
||
The CSS change from bug 220253 was the two-column-style:
.columns {
-moz-column-width: 20em;
-moz-column-gap: 3em;
}
Did you consider unforking aboutAbout.xhtml and use the toolkit version?
That also takes care of hiding some about pages which are not useful without query parameters using nsIAboutModule.HIDE_FROM_ABOUTABOUT (bug 538421):
chrome://global/content/aboutAbout.xhtml
Comment 9•14 years ago
|
||
(In reply to comment #8)
> The CSS change from bug 220253 was the two-column-style:
> .columns {
> -moz-column-width: 20em;
> -moz-column-gap: 3em;
> }
Thanks.
> Did you consider unforking aboutAbout.xhtml and use the toolkit version?
This is effectively what this patch does!
> That also takes care of hiding some about pages which are not useful without
> query parameters using nsIAboutModule.HIDE_FROM_ABOUTABOUT (bug 538421):
See comment #5: some of our about pages don't have that flag when they should.
Reporter | ||
Comment 10•14 years ago
|
||
Ah, I was confused by aboutAbout.html not being removed as well, but of course without aboutAbout.js, the toolkit version is called instead.
Yeah, you'd have to add the HIDE_FROM_ABOUTABOUT flag to
/suite/common/src/nsAboutCertError.js
and maybe /suite/feeds/src/nsAboutFeeds.js.
(Search for ALLOW_SCRIPT in /suite/:
http://mxr.mozilla.org/comm-central/search?string=ALLOW_SCRIPT&case=1&find=%2Fsuite%2F )
Comment 11•14 years ago
|
||
(In reply to comment #10)
> Ah, I was confused by aboutAbout.html not being removed as well
Good catch!
Updated•14 years ago
|
Attachment #464279 -
Flags: review?(neil) → review-
Assignee | ||
Comment 12•14 years ago
|
||
This should address all review comments.
Attachment #464279 -
Attachment is obsolete: true
Attachment #468913 -
Flags: review?(neil)
Comment 13•14 years ago
|
||
Comment on attachment 468913 [details] [diff] [review]
address review comments.
>- lockFactory: function lockFactory(lock) {
>- /* no-op */
>- }
It's about time we got rid of this ;-)
Attachment #468913 -
Flags: review?(neil) → review+
Assignee | ||
Comment 14•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Target Milestone: --- → seamonkey2.1b1
You need to log in
before you can comment on or make changes to this bug.
Description
•