Closed
Bug 1324121
Opened 9 years ago
Closed 9 years ago
Port bug 1322609 and bug 1322414 to suite
Categories
(SeaMonkey :: General, defect)
Tracking
(seamonkey2.50 fixed)
RESOLVED
FIXED
seamonkey2.50
| Tracking | Status | |
|---|---|---|
| seamonkey2.50 | --- | fixed |
People
(Reporter: philip.chee, Assigned: philip.chee)
References
Details
Attachments
(1 file, 1 obsolete file)
|
11.58 KB,
patch
|
iannbugzilla
:
review+
frg
:
feedback+
|
Details | Diff | Splinter Review |
mozilla-central bugs:
Bug 1322609 - Get rid of content-targetable usage in tabbrowser.xml
Bug 1322414 - Move content vs. content-primary distinction out of the `type` browser attribute
Thunderbird bug:
Bug 1323968 (Port bug 1322609 and bug 1322414 to mail/ and editor/)
(TB (2016-12-16) unusable. No entries in folderPane)
| Assignee | ||
Updated•9 years ago
|
| Assignee | ||
Comment 1•9 years ago
|
||
bustage fix :P
Assignee: nobody → philip.chee
Status: NEW → ASSIGNED
Attachment #8819449 -
Flags: review?(iann_bugzilla)
Attachment #8819449 -
Flags: feedback?(frgrahl)
Comment 2•9 years ago
|
||
Please note that with the patch in bug 1323968:
https://hg.mozilla.org/comm-central/rev/42aa2df379ce3ffa520f01c2799a9e4283c45327
we are still seeing a whole heap of Mozmill failures:
https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=8afa0892704bf83bc0168407fa71abf6234718c9
Comment 3•9 years ago
|
||
Comment on attachment 8819449 [details] [diff] [review]
rename content-primary and rename content-targetable
Review of attachment 8819449 [details] [diff] [review]:
-----------------------------------------------------------------
::: suite/browser/tabbrowser.xml
@@ -1138,5 @@
> newBrowser.docShellIsActive = this.mCurrentTab.linkedBrowser.docShellIsActive;
> if (this.mCurrentBrowser) {
> this.mCurrentBrowser.droppedLinkHandler = null;
> this.mCurrentBrowser.docShellIsActive = false;
> - this.mCurrentBrowser.setAttribute("type", "content-targetable");
Why is this OK to remove? Just curious. We changed "content-targetable" to "content".
| Assignee | ||
Comment 4•9 years ago
|
||
(In reply to Jorg K (GMT+1) from comment #3)
>> - this.mCurrentBrowser.setAttribute("type", "content-targetable");
>
> Why is this OK to remove? Just curious. We changed "content-targetable" to
> "content".
Somewhere else we used to set type to "content-targetable" now that we don't we also don't need to remove it
> - // We are no longer a targetable content area
> - oldBrowser.setAttribute("type", "content");
| Assignee | ||
Updated•9 years ago
|
Attachment #8819449 -
Flags: review?(iann_bugzilla)
Attachment #8819449 -
Flags: feedback?(frgrahl)
Updated•9 years ago
|
Blocks: 2.50BulkMalfunctions
| Assignee | ||
Comment 5•9 years ago
|
||
Fix tabbrowser mistakes in previous patch.
Attachment #8819449 -
Attachment is obsolete: true
Attachment #8820436 -
Flags: review?(iann_bugzilla)
Attachment #8820436 -
Flags: feedback?(frgrahl)
Comment 6•9 years ago
|
||
Comment on attachment 8820436 [details] [diff] [review]
rename content-primary and rename content-targetable (patch that works)
Didn't have problems with the previous patch and the new one also works for me. Looks like i just didn't hit any problems with my daily brosing habits. Based on a diff between both patches the changes look reasonable so f+.
Attachment #8820436 -
Flags: feedback?(frgrahl) → feedback+
Comment on attachment 8820436 [details] [diff] [review]
rename content-primary and rename content-targetable (patch that works)
>+++ b/suite/browser/tabbrowser.xml
>- <xul:browser flex="1" type="content-primary" xbl:inherits="tooltip=contenttooltip,contextmenu=contentcontextmenu,autocompletepopup"/>
>+ <xul:browser flex="1" type="content" primary="true"
>+ xbl:inherits="tooltip=contenttooltip,contextmenu=contentcontextmenu,autocompletepopup"/>
Nit: one attribute per line.
>- // We are no longer a targetable content area
>- oldBrowser.setAttribute("type", "content");
>+ // We are no longer the primary content area
Nit: full stop at the end of the comment.
>+ oldBrowser.removeAttribute("primary");
r/a=me with those addressed.
Attachment #8820436 -
Flags: review?(iann_bugzilla) → review+
Comment 8•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-seamonkey2.50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.50
You need to log in
before you can comment on or make changes to this bug.
Description
•