Closed
Bug 576820
Opened 15 years ago
Closed 14 years ago
Provide saner Error Console Spew (or none) when Firefox 4 manifest features are used.
Categories
(Toolkit :: Startup and Profile System, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: Callek, Assigned: Callek)
References
Details
Attachments
(1 file, 2 obsolete files)
1.33 KB,
patch
|
christian
:
approval1.9.1.12-
christian
:
approval1.9.1.14+
|
Details | Diff | Splinter Review |
For Firefox 3.6 and 3.5, I propose either silencing entirely, or doing a "Warning: ignoring manifest directive meant for future version of Firefox encountered" or some such error message.
I am willing to do the work, but just need a confirmation that it is wanted. If so, please confirm and assign to me.
Comment 1•15 years ago
|
||
Yeah, I'd take that patch for 1.9.1/1.9.2, and I think I can convince release-drivers to take it also.
Assignee: nobody → bugspam.Callek
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 2•15 years ago
|
||
Remember this is built on mozilla-1.9.2, and I chose this as the easiest to do method, (no warning spew).
If you would rather have a saner warning than no warning, r- and tell me and I'll do it.
Attachment #456004 -
Flags: review?(benjamin)
Updated•15 years ago
|
Attachment #456004 -
Flags: review?(benjamin) → review+
Assignee | ||
Comment 3•15 years ago
|
||
Comment on attachment 456004 [details] [diff] [review]
take 1, no console message
Requesting 1.9.2.x approval This is a very trivial change that basically silences warnings that are really correct (for Gecko 2) but unused on the 1.9.2 branch.
Attachment #456004 -
Flags: approval1.9.2.8?
Assignee | ||
Comment 4•15 years ago
|
||
For posterity, I'm adding "manifest" to this patch as well.
<Callek> bsmedberg-away: rs+ to add "manifest" to my list of ignored directives bug for branch? (so I don't have to re-request review)
<bsmedberg> Callek: rs+
Comment on attachment 456004 [details] [diff] [review]
take 1, no console message
a=LegNeato for 1.9.2.9. Please land on mozilla-1.9.2 default.
Attachment #456004 -
Flags: approval1.9.2.9? → approval1.9.2.9+
Assignee | ||
Comment 6•14 years ago
|
||
Assignee | ||
Comment 8•14 years ago
|
||
Comment on attachment 463881 [details] [diff] [review]
as landed
Requesting 1.9.1.x approval This is a very trivial change that basically
silences warnings that are really correct (for Gecko 2) but unused on the 1.9.1
branch.
This applies cleanly on 1.9.1, and just landed on 1.9.2 without noticing any problems.
Attachment #463881 -
Flags: approval1.9.1.12?
Assignee | ||
Comment 9•14 years ago
|
||
...and actually use the correct version of what [should have] landed the first time.
Attachment #463881 -
Attachment is obsolete: true
Attachment #463882 -
Flags: approval1.9.1.12?
Attachment #463881 -
Flags: approval1.9.1.12?
Comment 10•14 years ago
|
||
Comment on attachment 463882 [details] [diff] [review]
as landed.2
a=LegNeato for 1.9.1.12.
Attachment #463882 -
Flags: approval1.9.1.12? → approval1.9.1.12+
Assignee | ||
Comment 11•14 years ago
|
||
Comment on attachment 463882 [details] [diff] [review]
as landed.2
I missed 1.9.1.12's window, requesting 1.9.1.13 instead
Attachment #463882 -
Flags: approval1.9.1.13?
Attachment #463882 -
Flags: approval1.9.1.12+ → approval1.9.1.12-
Comment 12•14 years ago
|
||
Comment on attachment 463882 [details] [diff] [review]
as landed.2
a=LegNeato for 1.9.1.13. Please be sure to land it on mozilla-1.9.1 default, *not* the relbranch
Attachment #463882 -
Flags: approval1.9.1.13? → approval1.9.1.13+
Assignee | ||
Comment 13•14 years ago
|
||
Comment 14•14 years ago
|
||
(In reply to comment #13)
> http://hg.mozilla.org/releases/mozilla-1.9.1/rev/331cce3ce22d
1.7 + else if (!strcmp(token, "binary-component") ||
1.8 + !strcmp(token, "interfaces") ||
1.9 + !strcmp(token, "component") ||
1.10 + !strcmp(token, "contract") ||
1.11 + !strcmp(token, "category")
1.12 + !strcmp(token, "manifest")){
missed || here.
OS: Windows XP → All
Assignee | ||
Comment 15•14 years ago
|
||
(In reply to comment #14)
> (In reply to comment #13)
> > http://hg.mozilla.org/releases/mozilla-1.9.1/rev/331cce3ce22d
>
> 1.7 + else if (!strcmp(token, "binary-component") ||
> 1.8 + !strcmp(token, "interfaces") ||
> 1.9 + !strcmp(token, "component") ||
> 1.10 + !strcmp(token, "contract") ||
> 1.11 + !strcmp(token, "category")
> 1.12 + !strcmp(token, "manifest")){
>
> missed || here.
And yet, I *thought* I actually imported the fixed patch into my MQ for the 1.9.1 grrrrr. Thanks though.
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/e3791e439222
You need to log in
before you can comment on or make changes to this bug.
Description
•