Closed
Bug 685396
Opened 14 years ago
Closed 13 years ago
port bug 568949 (64-bit installer fix) to Seamonkey
Categories
(SeaMonkey :: Installer, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.12
People
(Reporter: m_kato, Assigned: htguard)
References
Details
Attachments
(1 file, 2 obsolete files)
|
7.02 KB,
patch
|
Callek
:
review+
|
Details | Diff | Splinter Review |
Although comm-central supports Win64 build, Seamonkey installer doesn't consider 64-bit package.
| Assignee | ||
Comment 1•14 years ago
|
||
This patch is the fix similar to the Firefox one.
| Reporter | ||
Comment 2•14 years ago
|
||
(In reply to Atsushi Okawa from comment #1)
> Created attachment 569005 [details]
> to make 64-bit installer
>
> This patch is the fix similar to the Firefox one.
Okawa-san, could you create a new patch for comm-central instead of comm-beta?
Win64 fix should not be landed to aurora and beta.
| Assignee | ||
Comment 3•14 years ago
|
||
Kato-san
>Win64 fix should not be landed to aurora and beta.
I'm sorry. I don't understand it enough.
I make the patch for comm-central.
Attachment #569005 -
Attachment is obsolete: true
| Reporter | ||
Updated•14 years ago
|
Attachment #569060 -
Flags: review?(bugspam.Callek)
Comment 4•14 years ago
|
||
Comment on attachment 569060 [details] [diff] [review]
to make 64-bit installer 2
I'm behind on reviews, doing some catchup today, but since win64 is low priority for me atm, I'm deferring this for a while, I likely won't get to it until early January (sorry)
Comment 5•14 years ago
|
||
Comment on attachment 569060 [details] [diff] [review]
to make 64-bit installer 2
Review of attachment 569060 [details] [diff] [review]:
-----------------------------------------------------------------
I think this looks good, feedback requesting from rstrong just to be sure I am not missing some obvious gotchya in this code.
::: suite/installer/windows/nsis/installer.nsi
@@ -1037,5 @@
> - IntOp $R8 $R5 + $R6
> - ; Add 1024 Kb to the diskspace requirement since the installer makes a copy
> - ; of the MAPI dll's (around 20 Kb)... also, see Bug 434338.
> - IntOp $R8 $R8 + 1024
> - SectionSetSize ${APP_IDX} $R8
Please change this section Size stuff to keep that comment and do:
IntOp $R5 $R5 + 1024
Attachment #569060 -
Flags: review?(bugspam.Callek)
Attachment #569060 -
Flags: review+
Attachment #569060 -
Flags: feedback?(robert.bugzilla)
| Assignee | ||
Comment 6•14 years ago
|
||
(In reply to Justin Wood (:Callek) from comment #5)
I made a patch and upload it. I fixed the mistake of previous patch you pointed out.
Attachment #569060 -
Attachment is obsolete: true
Attachment #569060 -
Flags: feedback?(robert.bugzilla)
Am I guess right, and you forget to set review request flag after remaking patch?
Comment 8•14 years ago
|
||
Comment on attachment 584592 [details] [diff] [review]
the patch to make 64bit installer
> Am I guess right, and you forget to set review request flag after remaking
> patch?
Hmm. First Patch. He might not have editBugs permissions. I'll set it for him.
Thank you very much Atsushi-san!
Attachment #584592 -
Flags: review?(bugspam.Callek)
Updated•14 years ago
|
Assignee: installer → htguard
Comment 9•14 years ago
|
||
Comment on attachment 584592 [details] [diff] [review]
the patch to make 64bit installer
Callek said that mcsmurf would also be a suitable reviewer. So whoever gets to this first...
Attachment #584592 -
Flags: review?(bugzilla)
Comment 10•13 years ago
|
||
Comment on attachment 584592 [details] [diff] [review]
the patch to make 64bit installer
Review of attachment 584592 [details] [diff] [review]:
-----------------------------------------------------------------
sorry for the delay here.
Attachment #584592 -
Flags: review?(bugzilla)
Attachment #584592 -
Flags: review?(bugspam.Callek)
Attachment #584592 -
Flags: review+
Keywords: checkin-needed
Comment 11•13 years ago
|
||
Landed with some bitrot fixing.
http://hg.mozilla.org/comm-central/rev/c30bddba3513
Thanks for the patch, Atsushi-san! One request - to make life easier for those checking in patches on your behalf, please follow the directions below for any future patches you submit. Thanks again!
https://developer.mozilla.org/en/Creating_a_patch_that_can_be_checked_in
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.12
| Assignee | ||
Comment 12•13 years ago
|
||
I'm sorry for it.I don't know how to check in c-c.I will read the page.
Comment 13•13 years ago
|
||
Not a problem!
You need to log in
before you can comment on or make changes to this bug.
Description
•