Closed
Bug 831348
Opened 12 years ago
Closed 12 years ago
messenger.xul: ReferenceError: gDisallow_classes_no_html is not defined
Categories
(SeaMonkey :: MailNews: General, defect)
SeaMonkey
MailNews: General
Tracking
(seamonkey2.15 fixed, seamonkey2.16 fixed, seamonkey2.17 fixed, seamonkey2.18 fixed)
RESOLVED
FIXED
seamonkey2.18
People
(Reporter: philip.chee, Assigned: philip.chee)
References
Details
Attachments
(1 file)
1.91 KB,
patch
|
mnyromyr
:
review+
mnyromyr
:
superreview+
Callek
:
approval-comm-aurora+
Callek
:
approval-comm-beta+
Callek
:
approval-comm-release+
|
Details | Diff | Splinter Review |
While investigating Bug 831249 I ran into these errors:
Thu Jan 17 2013 00:19:17
Error: ReferenceError: gDisallow_classes_no_html is not defined
Source file: chrome://messenger/content/messenger.xul
Line: 1
Fallout from bug 438429: meta bug to fix several RSS Summary/Web Page bugs.
Suite uses disallow_classes_no_html instead of gDisallow_classes_no_html
Also:
Thu Jan 17 2013 00:40:35
Error: TypeError: this.browsers[i] is undefined
Source file: chrome://navigator/content/tabbrowser.xml
Line: 1077
Assignee | ||
Comment 1•12 years ago
|
||
Assignee: nobody → philip.chee
Status: NEW → ASSIGNED
Attachment #702865 -
Flags: superreview?(mnyromyr)
Attachment #702865 -
Flags: review?(iann_bugzilla)
Updated•12 years ago
|
Attachment #702865 -
Flags: superreview?(mnyromyr)
Attachment #702865 -
Flags: superreview+
Attachment #702865 -
Flags: review?(iann_bugzilla)
Attachment #702865 -
Flags: review+
Assignee | ||
Comment 2•12 years ago
|
||
Pushed to comm-central
http://hg.mozilla.org/comm-central/rev/9876dc5fd507
Target Milestone: --- → seamonkey2.18
Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 702865 [details] [diff] [review]
Patch 1.0 Fix it.
[Approval Request Comment]
Regression caused by (bug #): Bug 438429
User impact if declined: View-> (Feed) Message Body as... will show all six menu items (both mail/news items and Feed items)
Testing completed (on m-c, etc.): comm-central
Risk to taking this patch (and alternatives if risky): low risk bustage fix.
String changes made by this patch: None.
Note no one complained about this since Bug 438429 landed (SeaMonkey 2.0) so priority is low/ nice to have but not a blocker.
Attachment #702865 -
Flags: approval-comm-release?
Attachment #702865 -
Flags: approval-comm-beta?
Attachment #702865 -
Flags: approval-comm-aurora?
Comment 4•12 years ago
|
||
(In reply to Philip Chee from comment #0)
> Also:
>
> Thu Jan 17 2013 00:40:35
> Error: TypeError: this.browsers[i] is undefined
> Source file: chrome://navigator/content/tabbrowser.xml
> Line: 1077
Bug 638915. Still.
(In reply to Philip Chee from comment #3)
> User impact if declined: View-> (Feed) Message Body as... will show all six
> menu items (both mail/news items and Feed items)
I cannot seem to reproduce this. Can you expand on the STR?
Assignee | ||
Comment 5•12 years ago
|
||
> I cannot seem to reproduce this. Can you expand on the STR?
Err, now that I've got the patch applied locally I don't have a STR ;P
Updated•12 years ago
|
Attachment #702865 -
Flags: approval-comm-release?
Attachment #702865 -
Flags: approval-comm-release+
Attachment #702865 -
Flags: approval-comm-beta?
Attachment #702865 -
Flags: approval-comm-beta+
Attachment #702865 -
Flags: approval-comm-aurora?
Attachment #702865 -
Flags: approval-comm-aurora+
Assignee | ||
Comment 6•12 years ago
|
||
Pushed to all branches:
http://hg.mozilla.org/releases/comm-aurora/rev/0bdf9bee7863
http://hg.mozilla.org/releases/comm-beta/rev/921f220f5956
http://hg.mozilla.org/releases/comm-release/rev/77eb2bc81830
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
status-seamonkey2.15:
--- → fixed
status-seamonkey2.16:
--- → fixed
status-seamonkey2.17:
--- → fixed
status-seamonkey2.18:
--- → fixed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•