Closed
Bug 521293
Opened 14 years ago
Closed 14 years ago
Port |Bug 515777 - move css files, hiddenWindow.html to jar| to comm-central (apps)
Categories
(MailNews Core :: Build Config, defect)
MailNews Core
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.1a1
People
(Reporter: sgautherie, Assigned: sgautherie)
References
Details
(Keywords: fixed-seamonkey2.0.1)
Attachments
(3 files, 1 obsolete file)
1.29 KB,
patch
|
standard8
:
review+
standard8
:
superreview+
|
Details | Diff | Splinter Review |
8.10 KB,
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
2.31 KB,
patch
|
neil
:
review+
kairo
:
approval-seamonkey2.0.1+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•14 years ago
|
||
This is needed at least to fix packaging warnings like { Warning: package error or possible missing or unnecessary file: bin/res/viewsource.css (packages, 386). }
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 2•14 years ago
|
||
Attachment #407946 -
Flags: review?(bugzilla)
Assignee | ||
Comment 3•14 years ago
|
||
Attachment #407947 -
Flags: review?(kairo)
Assignee | ||
Updated•14 years ago
|
Attachment #407946 -
Flags: superreview?(bugzilla)
![]() |
||
Comment 4•14 years ago
|
||
Comment on attachment 407947 [details] [diff] [review] (Bv1-SM) Update SeaMonkey Passing this off the Neil, don't want to be blamed for reviewing a change that makes us preprocess a .js file ;-)
Attachment #407947 -
Flags: review?(kairo) → review?(neil)
Comment 5•14 years ago
|
||
Comment on attachment 407947 [details] [diff] [review] (Bv1-SM) Update SeaMonkey >diff --git a/suite/browser/pageinfo/pageInfo.xul b/suite/browser/pageinfo/pageInfo.xul >-#ifdef MOZILLA_1_9_1_BRANCH At least we can unfork this on branch now ;-) > #ifndef MOZILLA_1_9_1_BRANCH > components/nsPostUpdateWin.js > #endif > #else > xpicleanup > #endif >+#ifndef MOZILLA_1_9_2_BRANCH >+res/arrow.gif >+res/arrowd.gif >+#endif > #ifndef MOZILLA_1_9_1_BRANCH > res/broken-image.gif > #ifndef MOZILLA_1_9_2_BRANCH >+res/broken-image.png > res/charsetalias.properties > res/charsetData.properties > #endif > #endif > res/cmessage.txt >+#ifndef MOZILLA_1_9_2_BRANCH >+res/forms.css >+res/hiddenWindow.html >+res/html.css >+#endif > #ifndef MOZILLA_1_9_1_BRANCH > res/loading-image.gif > #ifndef MOZILLA_1_9_2_BRANCH >+res/loading-image.png >+res/mathml.css >+res/quirk.css >+res/ua.css > res/unixcharset.properties >+res/viewsource.css > res/wincharset.properties > #endif > #endif This is just too confusing. Can we clean up the existing 1_9_1 stuff first?
Comment 6•14 years ago
|
||
Comment on attachment 407947 [details] [diff] [review] (Bv1-SM) Update SeaMonkey >+#ifdef MOZILLA_1_9_2_BRANCH > const gViewSourceCSS = 'resource://gre/res/viewsource.css'; >+#else >+const gViewSourceCSS = 'resource://gre-resources/viewsource.css'; >+#endif gre-resources doesn't exist on 1_9_2 at all, right? I wonder whether there's a way of mapping it to gre/res ;-)
Comment 7•14 years ago
|
||
Just drop this into a suitable jar.mn: #ifdef MOZILLA_1_9_2_BRANCH % resource gre-resources resource://gre/res/ #endif
Assignee | ||
Comment 8•14 years ago
|
||
(In reply to comment #7) > % resource gre-resources resource://gre/res/ I filed bug 524216.
Updated•14 years ago
|
Attachment #407946 -
Flags: superreview?(bugzilla)
Attachment #407946 -
Flags: superreview+
Attachment #407946 -
Flags: review?(bugzilla)
Attachment #407946 -
Flags: review+
Assignee | ||
Comment 9•14 years ago
|
||
Comment on attachment 407946 [details] [diff] [review] (Av1) Update MailNews Core [Checkin: See comment 9] http://hg.mozilla.org/comm-central/rev/742a93026723 Av1, with unified m-1.9.2/m-c code only :-)
Attachment #407946 -
Attachment description: (Av1) Update MailNews Core → (Av1) Update MailNews Core
[Checkin: See comment 9]
Assignee | ||
Comment 10•14 years ago
|
||
Bv1-SM, with comment 5 and comment 6 suggestion(s). Please, double-check pageInfo.xul which used '/res' and not 'gre/res'. (I also wants to know if that needs fixing on c-1.9.1 too!)
Assignee: nobody → sgautherie.bz
Attachment #407947 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #411355 -
Flags: review?(neil)
Attachment #407947 -
Flags: review?(neil)
Comment 11•14 years ago
|
||
(In reply to comment #10) > Please, double-check pageInfo.xul which used '/res' and not 'gre/res'. > (I also wants to know if that needs fixing on c-1.9.1 too!) resource:/// points to the location of seamonkey.exe resource://gre/ points to the location of separate xulrunner (if any) So pageInfo.xul is broken on xulrunner builds.
Updated•14 years ago
|
Attachment #411355 -
Flags: review?(neil) → review+
Assignee | ||
Comment 12•14 years ago
|
||
Comment on attachment 411355 [details] [diff] [review] (Bv1a-SM) Update SeaMonkey [Checkin: Comment 12] http://hg.mozilla.org/comm-central/rev/f0720e6edac8
Attachment #411355 -
Attachment description: (Bv1a-SM) Update SeaMonkey → (Bv1a-SM) Update SeaMonkey
[Checkin: Comment 12]
Assignee | ||
Comment 13•14 years ago
|
||
Unforking, per your comment 5. Fixing, per your comment 11, as I understood it. (Please, double-check.)
Attachment #412209 -
Flags: review?(neil)
Attachment #412209 -
Flags: approval-seamonkey2.0.1?
Updated•14 years ago
|
Attachment #412209 -
Flags: review?(neil) → review+
![]() |
||
Updated•14 years ago
|
Attachment #412209 -
Flags: approval-seamonkey2.0.1? → approval-seamonkey2.0.1+
Assignee | ||
Comment 14•14 years ago
|
||
Comment on attachment 412209 [details] [diff] [review] (Cv1-SM-191) "Unfork" (and fix) pageInfo.xul [Checkin: Comment 14] http://hg.mozilla.org/releases/comm-1.9.1/rev/98bdec50ab29
Attachment #412209 -
Attachment description: (Cv1-SM-191) "Unfork" (and fix) pageInfo.xul → (Cv1-SM-191) "Unfork" (and fix) pageInfo.xul
[Checkin: Comment 14]
Assignee | ||
Comment 15•14 years ago
|
||
Bug 530010 is doing TB part... I filed bug 532122 about "Calendar".
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Depends on: 530010
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3.1a1
![]() |
||
Comment 16•14 years ago
|
||
Is this fixed-seamonkey2.0.1 then? If so, we should add that keyword...
Assignee | ||
Comment 17•14 years ago
|
||
(In reply to comment #16) Yes: I forgot to set it on this bug.
Keywords: fixed-seamonkey2.0.1
You need to log in
before you can comment on or make changes to this bug.
Description
•