Closed
Bug 154934
Opened 23 years ago
Closed 21 years ago
Auto-generate the GeckoVer value at build time
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: curt, Assigned: curt)
Details
Attachments
(3 files, 11 obsolete files)
3.26 KB,
patch
|
bryner
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
1011 bytes,
image/png
|
Details | |
1.01 KB,
image/png
|
Details |
The string value given to the key "HCLM\Software\Mozilla\$ProductName$
$UserAgentShort$\GeckoVer" needs to change with every release. This could be
generated from information available to the build scripts. See bug #109402 for
details about how this can be determined.
Comment 1•21 years ago
|
||
Confirming this bug. The GeckoVer registry entry for Firefox 1.0 shouldn't be 1.0.1.
Updated•21 years ago
|
Product: Browser → Seamonkey
Comment 2•21 years ago
|
||
Comment 3•21 years ago
|
||
Comment 4•21 years ago
|
||
Comment 5•21 years ago
|
||
OK, this is my first ever stab at making fixes and creating patches, so I likely
made a mistake somewhere. I think the change will accomplish the needed goal,
though. If someone could try it out, that'd be cool.
Comment 6•21 years ago
|
||
Sorry, attached the wrong file.
Attachment #167484 -
Attachment is obsolete: true
Comment 7•21 years ago
|
||
Sorry, attached the wrong file.
Attachment #167485 -
Attachment is obsolete: true
Comment 8•21 years ago
|
||
Sorry, attached the wrong file.
Attachment #167486 -
Attachment is obsolete: true
Comment 9•21 years ago
|
||
I'm pretty sure this patch combines all three patches into one.
Comment 10•21 years ago
|
||
Updated•21 years ago
|
Attachment #167498 -
Attachment is obsolete: true
Comment 11•21 years ago
|
||
Comment 12•21 years ago
|
||
Attachment #167488 -
Attachment is obsolete: true
Attachment #167489 -
Attachment is obsolete: true
Attachment #167491 -
Attachment is obsolete: true
Attachment #167495 -
Attachment is obsolete: true
Attachment #167501 -
Attachment is obsolete: true
Updated•21 years ago
|
Attachment #167502 -
Attachment description: Attempt #4 → Unified Patch Attempt #4
Updated•21 years ago
|
Flags: blocking1.8a6?
Comment 13•21 years ago
|
||
Attachment #167502 -
Attachment is obsolete: true
Comment 14•21 years ago
|
||
Attachment #167508 -
Attachment is obsolete: true
Comment 15•21 years ago
|
||
Comment 16•21 years ago
|
||
Comment 17•21 years ago
|
||
OK, I made a new patch because a) the old ones were wrong (I was using the wrong
variable) and b) the new one is diff'ed against CVS, so it's a better patch.
I also attached images showing that the patch does work.
Updated•21 years ago
|
Attachment #168014 -
Flags: review?(bryner)
Comment 18•21 years ago
|
||
I don't think we'd block the release for this but if you get reviews we'd
consider taking it for Alpha6.
Flags: blocking1.8a6? → blocking1.8a6-
Updated•21 years ago
|
Attachment #168014 -
Flags: review?(bryner) → review?(cmp)
Updated•21 years ago
|
Attachment #168014 -
Flags: review?(cmp) → review?(bugs)
Updated•21 years ago
|
Attachment #168014 -
Flags: review?(bugs) → review?(bryner)
Updated•21 years ago
|
Attachment #168014 -
Flags: review?(bryner) → review+
Updated•21 years ago
|
Attachment #168014 -
Flags: superreview?(jst)
Comment 19•21 years ago
|
||
Comment on attachment 168014 [details] [diff] [review]
Unified Patch
sr=jst
Attachment #168014 -
Flags: superreview?(jst) → superreview+
Updated•21 years ago
|
Attachment #168014 -
Flags: approval1.8a6?
Updated•21 years ago
|
Attachment #168014 -
Flags: approval1.7.6?
Comment 20•21 years ago
|
||
Comment on attachment 168014 [details] [diff] [review]
Unified Patch
1.8a6 has already wrapped up. unsetting approval request.
Attachment #168014 -
Flags: approval1.8a6?
Updated•21 years ago
|
Attachment #168014 -
Flags: approval1.7.6?
Comment 21•21 years ago
|
||
JST, can you check this in?
Comment 22•21 years ago
|
||
Patch checked in. Marking Fixed.
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
•