Closed Bug 625676 Opened 14 years ago Closed 14 years ago

Disable Close and TaskSwitcher buttons on Maemo6

Categories

(Firefox for Android Graveyard :: General, defect)

ARM
MeeGo
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: romaxa, Assigned: romaxa)

References

Details

Attachments

(1 file, 1 obsolete file)

On maemo6 we don't need close and taskswitcher buttons, similar to Android.

Here is the simple patch to disable it
Attachment #503772 - Flags: review?(mark.finkle)
Comment on attachment 503772 [details] [diff] [review]
Disable home, taskswitcher buttons on maemo6

># HG changeset patch
># Parent b2d7a9386babc231f42313199c66f09d539dd70e
>diff --git a/chrome/content/browser.xul b/chrome/content/browser.xul
>--- a/chrome/content/browser.xul
>+++ b/chrome/content/browser.xul
>@@ -212,17 +212,17 @@
>       <!-- Page Area -->
>       <stack class="window-width window-height">
>         <scrollbox id="page-scrollbox" class="window-width window-height">
>           <vbox>
>             <!-- Main Toolbar -->
>             <box id="toolbar-container" class="panel-dark toolbar-height">
>               <box id="toolbar-moveable-container">
>                 <toolbar id="toolbar-main" class="panel-dark window-width">
>-#ifdef MOZ_PLATFORM_MAEMO
>+#if MOZ_PLATFORM_MAEMO != 6

This would trigger for Android, right? You'll need to keep the outer #ifdef MOZ_PLATFORM_MAEMO

>                     </hbox>
>                   </hbox>
> #ifndef ANDROID
>+#if MOZ_PLATFORM_MAEMO != 6
>                   <toolbarbutton id="tool-app-close" class="urlbar-button" command="cmd_close"/>
> #endif
>+#endif

This one should be OK I think
Attachment #503772 - Flags: review?(mark.finkle) → review-
Attached patch Updated patchSplinter Review
Assignee: nobody → romaxa
Attachment #503772 - Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #503921 - Flags: review?(mark.finkle)
Attachment #503921 - Flags: review?(mark.finkle) → review+
http://hg.mozilla.org/mobile-browser/rev/6ad3f7c8ab25
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Depends on: 638183
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: