Closed Bug 872162 Opened 12 years ago Closed 12 years ago

Remove dead openURL function from web apps code, no longer check appOrigin in browser.js' onLocationChange

Categories

(Firefox :: Toolbars and Customization, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
Firefox 28

People

(Reporter: Gijs, Assigned: Gijs)

References

Details

(Whiteboard: [qa-])

Attachments

(2 files)

We check appOrigin to still disable chrome, but the only place that gets set is in web apps code which is no longer used. The caller was removed in https://bugzilla.mozilla.org/show_bug.cgi?id=774216#c16 without removing the function itself. We should remove the function and remove our checks, and then remove the CSS for [disablechrome].
Attached patch PatchSplinter Review
This should do the trick...
Attachment #749759 - Flags: review?(felipc)
Status: NEW → ASSIGNED
Attached patch Remove CSSSplinter Review
Attachment #749768 - Flags: review?(mnoorenberghe+bmo)
Comment on attachment 749768 [details] [diff] [review] Remove CSS > #main-window[sizemode=normal] #nav-bar[tabsontop=true], > #main-window[sizemode=normal] #nav-bar[tabsontop=true][collapsed=true]:not([customizing]) + toolbar, >- #main-window[sizemode=normal] #nav-bar[tabsontop=true][collapsed=true]:not([customizing]) + #customToolbars + #PersonalToolbar, >- #main-window[sizemode=normal][disablechrome] #navigator-toolbox[tabsontop=true]::after { >+ #main-window[sizemode=normal] #nav-bar[tabsontop=true][collapsed=true]:not([customizing]) + #customToolbars + #PersonalToolbar { > border-top: 1px solid @toolbarShadowColor@; > border-top-left-radius: 2.5px; > border-top-right-radius: 2.5px; > background-clip: padding-box; > } Can you file a bug on removing :not([customizing]), since collapsed toolbars aren't shown anymore while customizing?
Attachment #749768 - Flags: review?(mnoorenberghe+bmo) → review+
(In reply to Dão Gottwald [:dao] from comment #3) > Can you file a bug on removing :not([customizing]), since collapsed toolbars > aren't shown anymore while customizing? Filed bug 872446.
Attachment #749759 - Flags: review?(felipc) → review+
Whiteboard: [fixed-in-ux]
Depends on: 873008
No longer depends on: 873008
Can the JS(M)-only change also go to m-c? There was just a merge conflict from the patch since :marco is working on desktop app support again. I don't see a point in keeping dead code on m-c since it may become used again without notice and our merge will be harder.
Flags: needinfo?(gijskruitbosch+bugs)
(In reply to Matthew N. [:MattN] from comment #6) > Can the JS(M)-only change also go to m-c? There was just a merge conflict > from the patch since :marco is working on desktop app support again. I don't > see a point in keeping dead code on m-c since it may become used again > without notice and our merge will be harder. I believe so.
Flags: needinfo?(gijskruitbosch+bugs)
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-ux]
Target Milestone: --- → Firefox 28
Whiteboard: [qa-]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: