Closed
Bug 396176
Opened 17 years ago
Closed 17 years ago
Make change in viewSource() due to Bug 382074 backward compatible
Categories
(Toolkit :: View Source, defect)
Toolkit
View Source
Tracking
()
RESOLVED
FIXED
mozilla1.9beta1
People
(Reporter: philip.chee, Assigned: philip.chee)
References
Details
Attachments
(1 file)
(deleted),
patch
|
asaf
:
review+
mconnor
:
approval1.9+
|
Details | Diff | Splinter Review |
Bug 382074 introduced a new window parameter to viewSource() in the middle of existing window parameters.
<http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&file=viewSource.js&branch=&root=/cvsroot&subdir=mozilla/toolkit/components/viewsource/content&command=DIFF_FRAMESET&rev1=1.18&rev2=1.19>
This caused Bug 394475 which was fixed but only for the Error Console. This change affects the Console² extension and potentially other extensions that invoke view source. In order for these extensions to be backward compatible with older versions of Firefox I propose to move the new isForcedCharset parameter to the end of the parameter list. Extensions that pass only four parameters to viewSource.xul with the line number as the fourth parameter will continue to work as usual.
Flags: blocking-firefox3?
Assignee | ||
Comment 1•17 years ago
|
||
Patch for review.
Assignee | ||
Updated•17 years ago
|
Attachment #280895 -
Flags: review? → review?(mano)
Comment 2•17 years ago
|
||
Comment on attachment 280895 [details] [diff] [review]
Patch v1.0
fine with me.
Attachment #280895 -
Flags: review?(mano) → review+
Assignee | ||
Updated•17 years ago
|
Attachment #280895 -
Flags: approval1.9?
Updated•17 years ago
|
Summary: Make change in viewSource() due to Bug Bug 382074 backward compatible → Make change in viewSource() due to Bug 382074 backward compatible
Updated•17 years ago
|
Attachment #280895 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Updated•17 years ago
|
Keywords: checkin-needed
Comment 4•17 years ago
|
||
Checking in toolkit/components/console/content/consoleBindings.xml;
/cvsroot/mozilla/toolkit/components/console/content/consoleBindings.xml,v <-- consoleBindings.xml
new revision: 1.21; previous revision: 1.20
done
Checking in toolkit/components/viewsource/content/viewSource.js;
/cvsroot/mozilla/toolkit/components/viewsource/content/viewSource.js,v <-- viewSource.js
new revision: 1.21; previous revision: 1.20
done
Checking in toolkit/components/viewsource/content/viewSourceUtils.js;
/cvsroot/mozilla/toolkit/components/viewsource/content/viewSourceUtils.js,v <-- viewSourceUtils.js
new revision: 1.7; previous revision: 1.6
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3 M9
Version: unspecified → Trunk
Updated•17 years ago
|
Flags: blocking-firefox3? → blocking-firefox3-
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•