Closed
Bug 1607023
Opened 5 years ago
Closed 5 years ago
Remove dead GroupBookmark code
Categories
(SeaMonkey :: Tabbed Browser, task)
SeaMonkey
Tabbed Browser
Tracking
(seamonkey2.53 fixed, seamonkey2.57esr fixed)
RESOLVED
FIXED
seamonkey 2.71
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
(Blocks 1 open bug)
Details
(Whiteboard: SM2.53.2)
Attachments
(1 file, 2 obsolete files)
(deleted),
patch
|
iannbugzilla
:
review+
iannbugzilla
:
approval-comm-release+
iannbugzilla
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
The function, openGroupBookmark, that made use of loadGroup, replaceGroup, appendGroup, goBackGroup, goForward and browser.tabs.loadGroup was removed around the time of SM 2.1/2.2 so we should get rid of that code that is no longer used in tabbrowser.xml
[Approval Request Comment]
Regression caused by (bug #): 580660 and 580663
User impact if declined: none
Testing completed (on m-c, etc.): 2.53.2
Risk to taking this patch (and alternatives if risky): none
String changes made by this patch: removal of 5 strings
Attachment #9118660 -
Flags: review?(frgrahl)
Attachment #9118660 -
Flags: approval-comm-release?
Attachment #9118660 -
Flags: approval-comm-esr60?
Comment 2•5 years ago
|
||
Comment on attachment 9118660 [details] [diff] [review]
Remove dead code
List in Go Back and Forward button no longer works.
Timestamp: 1/6/2020, 3:43:45 PM
Error: TypeError: gBrowser.backBrowserGroup is undefined
Source File: chrome://navigator/content/navigator.js
Line: 1409
Timestamp: 1/6/2020, 3:44:41 PM
Error: TypeError: gBrowser.forwardBrowserGroup is undefined
Source File: chrome://navigator/content/navigator.js
Line: 1419
Attachment #9118660 -
Flags: review?(frgrahl)
Attachment #9118660 -
Flags: review-
Attachment #9118660 -
Flags: approval-comm-release?
Attachment #9118660 -
Flags: approval-comm-release-
Attachment #9118660 -
Flags: approval-comm-esr60?
Attachment #9118660 -
Flags: approval-comm-esr60-
Removed some more code I'd missed
Attachment #9118660 -
Attachment is obsolete: true
Attachment #9118848 -
Flags: review?(frgrahl)
Attachment #9118848 -
Flags: approval-comm-release?
Attachment #9118848 -
Flags: approval-comm-esr60?
Comment 4•5 years ago
|
||
Comment on attachment 9118848 [details] [diff] [review]
Remove dead code v1.1
lgtm
Attachment #9118848 -
Flags: review?(frgrahl)
Attachment #9118848 -
Flags: review+
Attachment #9118848 -
Flags: approval-comm-release?
Attachment #9118848 -
Flags: approval-comm-release+
Attachment #9118848 -
Flags: approval-comm-esr60?
Attachment #9118848 -
Flags: approval-comm-esr60+
Forgot to remove the outdated pref section in help, carrying forward r+/a+
Attachment #9118848 -
Attachment is obsolete: true
Attachment #9124521 -
Flags: review+
Attachment #9124521 -
Flags: approval-comm-release+
Attachment #9124521 -
Flags: approval-comm-esr60+
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/92b874862cac
Remove dead GroupBookmark code. r=frg
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Target Milestone: --- → seamonkey 2.71
You need to log in
before you can comment on or make changes to this bug.
Description
•