Chris Lord
27ca95544b
Bug 858969 - Refactor dynamic toolbar so page is offset and not overlapped. r=kats,nrc
...
Refactor the dynamic toolbar code so that the ownership of various properties
is clearer, and the page is offset by the toolbar instead of being overlapped.
This fixes problems with the scroll origin of the page not corresponding to
the visible origin on the screen.
2013-04-25 18:47:08 +01:00
Ryan VanderMeulen
677c5b5128
Backed out changeset 684a5ca2efb7 (bug 858969) for Android M3 failures.
...
CLOSED TREE
2013-04-25 10:56:54 -04:00
Ryan VanderMeulen
8c72fc32a7
Backed out changesets 039a1de069ed and e0f70c5a5f09 (bug 858687) for trobocheck2 failures.
...
CLOSED TREE
--HG--
rename : mobile/android/base/resources/layout-large-v11/browser_toolbar.xml => mobile/android/base/resources/layout-large-v11/browser_toolbar_menu.xml
rename : mobile/android/base/resources/layout/browser_toolbar.xml => mobile/android/base/resources/layout/browser_toolbar_menu.xml
2013-04-25 09:54:42 -04:00
Lucas Rocha
e20c3cf389
Bug 858687 - Rename browser_toolbar_menu.xml to browser_toolbar.xml (r=mfinkle)
...
--HG--
rename : mobile/android/base/resources/layout-large-v11/browser_toolbar_menu.xml => mobile/android/base/resources/layout-large-v11/browser_toolbar.xml
rename : mobile/android/base/resources/layout/browser_toolbar_menu.xml => mobile/android/base/resources/layout/browser_toolbar.xml
2013-04-24 21:19:26 +01:00
Lucas Rocha
bfd41be902
Bug 858687/862755/860308 - Major simplification of browser toolbar layout (r=mfinkle)
...
* * *
Bug fi
2013-03-14 15:35:38 -07:00
Lucas Rocha
3062f0fe41
cked out changesets 10bdfbe0195b and 06b0f332039d (bug 858687) because of Robocop failures (r=backout)
2013-04-24 22:53:31 +01:00
Lucas Rocha
a4d6a6da0c
Backed out changesets 10bdfbe0195b and 06b0f332039d (bug 858687) because of Robocop failures (r=backout)
2013-04-24 22:48:39 +01:00
Lucas Rocha
53ff8b705a
Bug 858687 - Rename browser_toolbar_menu.xml to browser_toolbar.xml (r=mfinkle)
...
--HG--
rename : mobile/android/base/resources/layout-large-v11/browser_toolbar_menu.xml => mobile/android/base/resources/layout-large-v11/browser_toolbar.xml
rename : mobile/android/base/resources/layout/browser_toolbar_menu.xml => mobile/android/base/resources/layout/browser_toolbar.xml
2013-04-24 21:19:26 +01:00
Lucas Rocha
8a6da7579f
Bug 858687/862755/860308 - Major simplification of browser toolbar layout (r=mfinkle)
2013-03-14 15:35:38 -07:00
Brian Nicholson
f4960172a9
Bug 863803 - Part 2: Remove unneccesary call to hideAboutHome(). r=lucasr
2013-04-24 11:03:51 -07:00
Brian Nicholson
6e7ad767d8
Bug 863803 - Part 1: Prevent multiple AboutHome fragments from being created after restore. r=lucasr
2013-04-24 11:03:51 -07:00
Sriram Ramasubramanian
718524d443
Bug 861138: Remove landscape resources for browser-toolbar. [r=mfinkle]
2013-04-17 14:59:04 -07:00
Chris Lord
4852ece00b
Bug 858969 - Refactor dynamic toolbar so page is offset and not overlapped. r=kats,nrc
...
Refactor the dynamic toolbar code so that the ownership of various properties
is clearer, and the page is offset by the toolbar instead of being overlapped.
This fixes problems with the scroll origin of the page not corresponding to
the visible origin on the screen.
2013-04-24 17:06:23 +01:00
Margaret Leibovic
95b213d295
Bug 847834 - Avoid NPEs in BrowserApp.onActivityResult(). r=wesj
2013-04-23 14:21:34 -07:00
Benoit Girard
71095cb7ed
Bug 863375 - Remove 'Toggle Profiling' menu. r=ehsan
...
--HG--
extra : rebase_source : c8e70c998ede7986e2583f3fba4d23fcdb37b540
2013-04-19 15:37:50 -04:00
Kartikaya Gupta
0ad0bde863
Bug 859962 - Guard against LayerView.getPanZoomController() returning null in BrowserApp. r=Cwiiis
2013-04-17 17:39:11 -04:00
Kartikaya Gupta
ffc10a4dea
Bug 847898 - Put Android Beam support behind a confvar variable. r=mfinkle
2013-04-17 16:08:11 -04:00
Lucas Rocha
3ff786a993
Bug 784387 - Handle duplicate reading list item case (r=bnicholson)
2013-04-17 11:43:22 +01:00
Margaret Leibovic
4434cfc537
Bug 860326 - Don't update BrowserToolbar after editing a top site on about:home. r=wesj
2013-04-16 17:39:47 -07:00
Brian Nicholson
ecf6d0f1ec
Bug 838793 - Part 1: Convert AboutHomeContent to a Fragment. r=lucasr
2013-04-16 14:34:46 -07:00
Ryan VanderMeulen
5804cfd896
Backed out changeset 1d41c64ab235 (bug 860326) for robocop crashes.
2013-04-16 15:38:50 -04:00
Margaret Leibovic
8c2eb29f57
Bug 860326 - Don't update BrowserToolbar after editing a top site on about:home. r=wesj
2013-04-16 10:39:16 -07:00
Chris Lord
0ae0b56a7c
Bug 852955 - Disable dynamic toolbar when accessibility features are enabled. r=kats
...
The dynamic toolbar is just not a useful feature when it comes to accessibility.
2013-04-12 16:51:56 +01:00
Chris Lord
7532555042
Bug 859031 - Fix NullPointerException in dynamic toolbar prefs getter. r=lucasr
...
mAboutHomeContent can be null, make sure to check before accessing it.
2013-04-11 17:33:59 +01:00
Sriram Ramasubramanian
a1c0deb1a3
Bug 726716: Keyboard shortcuts for Fennec. [r=mfinkle]
...
--HG--
extra : rebase_source : fa0d362face86e9b7d28d2a3e079edf5fd43d283
2013-04-08 14:28:56 -07:00
Brian Nicholson
173d669b69
Bug 856163 - Part 2: Move preprocessed code to AppConstants. r=kats,mfinkle,rnewman
...
--HG--
rename : mobile/android/base/CrashReporter.java.in => mobile/android/base/CrashReporter.java
rename : mobile/android/base/GeckoActivity.java.in => mobile/android/base/GeckoActivity.java
rename : mobile/android/base/Restarter.java.in => mobile/android/base/Restarter.java
rename : mobile/android/base/SmsManager.java.in => mobile/android/base/SmsManager.java
rename : mobile/android/base/UpdateServiceHelper.java.in => mobile/android/base/UpdateServiceHelper.java
rename : mobile/android/base/resources/menu-large-v11/browser_app_menu.xml.in => mobile/android/base/resources/menu-large-v11/browser_app_menu.xml
rename : mobile/android/base/resources/menu-v11/browser_app_menu.xml.in => mobile/android/base/resources/menu-v11/browser_app_menu.xml
rename : mobile/android/base/resources/menu-xlarge-v11/browser_app_menu.xml.in => mobile/android/base/resources/menu-xlarge-v11/browser_app_menu.xml
rename : mobile/android/base/resources/menu/browser_app_menu.xml.in => mobile/android/base/resources/menu/browser_app_menu.xml
rename : mobile/android/base/resources/xml/preferences.xml.in => mobile/android/base/resources/xml/preferences.xml
2013-04-09 17:10:47 -07:00
Chris Peterson
53d9e01fcd
Bug 859229 - Part 3: Fix order of Java imports. r=kats
2013-04-08 00:51:56 -07:00
Chris Lord
81e4e4068e
Bug 856497 - Fix dynamic viewport sizing for margin changes. r=kats
...
The viewport wasn't being recalculated when the viewport margins changed, and
was also subject to some rounding errors. Round off the values before
comparing them (as they're screen pixels), and make sure to update the viewport
when the margins change. Margins were also not correctly being altered when
in overscroll, which could cause bottom-aligned fixed position content to be
incorrectly offset.
2013-04-08 16:35:00 +01:00
Ryan VanderMeulen
ab2c8de3d1
Merge m-c to inbound.
2013-04-03 18:16:48 -04:00
Kartikaya Gupta
47c9b35334
Bug 857217 - Put focus in about:home if it is visible instead of always sending it to the layerview. r=Cwiiis
2013-04-03 11:59:22 -04:00
Mark Finkle
4c066036fa
Bug 852828 - Add basic support for subscribing to feeds (RSS/Atom) r=margaret
2013-04-03 15:34:51 -04:00
Kartikaya Gupta
438c6343f0
Bug 856756 - Move GeckoApp.hasPermanentMenuKey to HardwareUtils.hasMenuButton. r=mfinkle
2013-04-02 10:04:21 -04:00
Kartikaya Gupta
c1a8f0547f
Bug 856756 - Extract a HardwareUtils class. r=mfinkle
2013-04-02 10:03:39 -04:00
Eitan Isaacson
eda035881b
Bug 856252 - Explicitly set next focused view when arrowing down from BrowserToolBar. r=kats r=sriram
2013-04-01 10:55:24 -07:00
Sriram Ramasubramanian
86a43e7d06
Bug 852312: Split views in about:home [r=bnicholson]
...
--HG--
rename : mobile/android/base/AboutHomeContent.java => mobile/android/base/widget/AboutHomeContent.java
rename : mobile/android/base/AboutHomeSection.java => mobile/android/base/widget/AboutHomeSection.java
rename : mobile/android/base/AboutHomePromoBox.java => mobile/android/base/widget/PromoBox.java
extra : rebase_source : 0db7d60aa0c57eb9aeb9cad3e1f297b0ec0ddd0f
2013-03-25 15:45:33 -07:00
Sriram Ramasubramanian
1a4689a159
Bug 852312: Move the custom views in about:home to widget directory. [r=bnicholson]
...
--HG--
rename : mobile/android/base/AboutHomeContent.java => mobile/android/base/widget/AboutHomeContent.java
rename : mobile/android/base/AboutHomePromoBox.java => mobile/android/base/widget/AboutHomePromoBox.java
rename : mobile/android/base/AboutHomeSection.java => mobile/android/base/widget/AboutHomeSection.java
rename : mobile/android/base/LinkTextView.java => mobile/android/base/widget/LinkTextView.java
extra : rebase_source : b13d18d3b2c56e8fec364265fe46ee88771f7ed2
2013-03-25 15:44:45 -07:00
Sriram Ramasubramanian
7b75548165
Bug 844816: Add open new tab/private tab to long press menu of about:home thumbnails. [r=mfinkle]
...
--HG--
extra : rebase_source : 2b93b32c22d41c3670bc67b4762baa81525256d4
2013-03-26 10:23:45 -07:00
Kartikaya Gupta
da7a68c3a0
Bug 855471 - Transfer focus to the LayerView when receiving a gamepad panning-related event. r=mfinkle
2013-03-28 12:40:06 -04:00
Kartikaya Gupta
2f40b5f0c4
Bug 855471 - Rename OnInterceptTouchListener to TouchEventInterceptor. r=mfinkle
...
--HG--
rename : mobile/android/base/OnInterceptTouchListener.java => mobile/android/base/TouchEventInterceptor.java
2013-03-28 12:40:06 -04:00
Lucas Rocha
1fbed34814
Bug 853300 - Show toolbar when hw menu button is pressed (r=cwiiis)
2013-03-22 10:26:32 +00:00
Lucas Rocha
716663e301
Bug 853497 - Remove spacer view from gecko_app.xml (r=cwiiis)
2013-03-22 10:26:26 +00:00
Brian Nicholson
dc8ba228e0
Bug 850693 - Create a NotificationHandler for each Fennec instance. r=kats
...
--HG--
rename : mobile/android/base/NotificationServiceClient.java => mobile/android/base/NotificationClient.java
rename : mobile/android/base/NotificationService.java => mobile/android/base/NotificationHandler.java
extra : rebase_source : 861bb500d9f1cd7cbc98a0c3628ddf7894e1e976
2013-03-21 13:32:11 -07:00
Chris Lord
3291c9031e
Bug 852565 - Don't expand the viewport for small pages. r=kats
...
Only expand the CSS viewport when a page reaches the screen size. If it's
smaller than the screen size, lock the dynamic toolbar and keep the same,
smaller CSS viewport. This 'fixes' sites that try to size themselves to the
size of the screen and get it wrong.
2013-03-21 11:23:49 +00:00
Chris Lord
95158af99a
Bug 849573 - Handle interrupted tabs tray animation. r=sriram
...
If the tabs tray animation is interrupted to run in the opposite direction,
run the animation from the point the tray currently is, rather than snapping
it to the open or closed position first.
2013-03-20 23:43:47 +00:00
Brian Nicholson
29bd66e1e9
Bug 851056 - Remove NotificationHandler. r=kats
2013-03-19 14:09:44 -07:00
Kartikaya Gupta
ae46c5bc06
Bug 852163 - Unregister pref observer on activity destroy so that it doesn't leak the activity. r=Cwiiis
2013-03-18 17:41:36 +01:00
Chris Lord
3fff2318d9
Bug 850889 - Fix jank when animating dynamic toolbar. r=kats
...
Only update the Gecko-side fixed layer margins when the view is fully visible
or hidden to avoid jank.
2013-03-18 15:43:03 +00:00
Chris Lord
812de7ec1a
Bug 850789 - Pin the dynamic toolbar on screen when the tabs tray is open. r=kats
2013-03-17 01:53:41 +00:00
Chris Lord
a27262bcbf
Bug 850724 - Don't hide toolbar on load, or pin while loading. r=kats
...
UX decisions have been made to not hide the toolbar after the page has finished
loading, and not to pin the toolbar during page loading. These decisions fix
this bug.
2013-03-17 01:53:40 +00:00
Kartikaya Gupta
227f7e8e10
Bug 802130 - Move GeckoAppShell.getHandler() to ThreadUtils.getBackgroundHandler(). r=mfinkle
2013-03-15 11:52:53 +01:00
Kartikaya Gupta
9dc8ae8813
Bug 802130 - Move mMainHandler into ThreadUtils. r=mfinkle
2013-03-15 11:52:53 +01:00
Kartikaya Gupta
486e494b20
Bug 849955 - Put the quit menu item back for non-touchscreen devices on ICS and up. r=sriram
2013-03-13 11:41:56 +00:00
Chris Lord
4e6228dc58
Bug 849845 - Map Gamepad L1/R1 to back/forward on Android. r=kats
2013-03-13 02:58:41 +00:00
Chris Lord
8699d86241
Bug 846772 - Observe dynamic toolbar pref on Android. r=kats
...
Respond to this pref changing instantly instead of requiring a restart.
2013-03-12 18:32:26 +00:00
Chris Lord
3a48d88661
Bug 849958 - Add primitive axis-locking code to dynamic toolbar. r=kats
...
Add some axis-locking code that adds a scroll threshold to toolbar appearance,
and stops the toolbar from appearing when scrolling down then up when the
toolbar isn't visible, or when scrolling side to side.
2013-03-12 17:58:13 +00:00
Ryan VanderMeulen
40b591683c
Backed out 5 changesets (bug 846772) for Android reftest-3 orange on a CLOSED TREE.
2013-03-12 17:37:16 -04:00
Ryan VanderMeulen
7c140cad82
Backed out changeset 71d1bd406c7e (bug 849845) and changeset af753b784e28 (bug 849958) to see if it fixes robocop timeouts on a CLOSED TREE.
2013-03-12 17:34:29 -04:00
Chris Lord
cba0c6ec90
Bug 846772 - Observe dynamic toolbar pref on Android. r=kats
...
Respond to this pref changing instantly instead of requiring a restart.
2013-03-12 18:32:26 +00:00
Chris Lord
fcabb82dc1
Bug 849845 - Map Gamepad L1/R1 to back/forward on Android. r=kats
2013-03-12 17:58:23 +00:00
Chris Lord
997de6ba7d
Bug 849958 - Add primitive axis-locking code to dynamic toolbar. r=kats
...
Add some axis-locking code that adds a scroll threshold to toolbar appearance,
and stops the toolbar from appearing when scrolling down then up when the
toolbar isn't visible, or when scrolling side to side.
2013-03-12 17:58:13 +00:00
Chris Lord
aac83ddc5a
Bug 849246 - Follow the scroll velocity for the dynamic toolbar. r=kats
...
In the rare situation that you cause a fast fling with a very short motion,
it's possible that the toolbar won't hide/show as you expect. Fix this by
saying that any swipe that's faster than the default animation speed
dictates the direction in which the toolbar moves.
2013-03-12 17:38:24 +00:00
Chris Lord
5627c0a3be
Bug 849845 - Map Gamepad-Y to toggle chrome on Firefox/Android. r=kats
2013-03-12 13:22:01 +00:00
Kartikaya Gupta
ba252e1b0c
Back out ecc5ce4b7632 (bug 849955) for missing Android API level checks. r=me DONTBUILD
2013-03-12 10:15:46 +00:00
Kartikaya Gupta
b8f613bb11
Bug 849955 - Put the quit menu item back for non-touchscreen devices on ICS and up. r=sriram
2013-03-12 10:09:09 +00:00
Brian Nicholson
ca84939aa6
Bug 835022 - Switch to correct tab when a tab is closed. r=mfinkle
2013-03-11 16:09:14 -07:00
Chris Lord
f2c4d6a8a4
Bug 849254 - Fix NullPointerException in BrowserApp.setToolbarHeight. r=kats
2013-03-11 16:04:55 +00:00
Kartikaya Gupta
c5f016e8fd
Bug 849281 - Use the NdefMessage constructor that is in API 9 instead of the one that is 16+. r=mfinkle
2013-03-09 22:52:43 +00:00
Wes Johnston
418029aa43
Bug 838440 - Refresh about:home twhen the activity is resumed. r=lucasr
2013-03-08 13:01:51 -08:00
Kartikaya Gupta
99d47aa72c
Bug 848901 - NFC transmission APIs on android only exist on API 14 and up. r=sriram
2013-03-08 00:15:54 +00:00
Chris Lord
6f9b717288
Bug 716403 - Hide dynamic toolbar hiding behind a pref. r=kats
...
Disable dynamic toolbar hiding on Android by default, with pref
browser.chrome.dynamictoolbar available to enable it.
2013-03-07 10:17:34 +00:00
Chris Lord
5894f416fc
Bug 716403 - Make the top of the page accessible with the toolbar visible. r=kats
...
This makes it possible to scroll to the top of the page with the toolbar visible
in Firefox for Android. It also causes JavaScript scrolling to position 0 to
expose the toolbar.
2013-03-07 10:17:33 +00:00
Chris Lord
e2025aa8f2
Bug 716403 - Offset fixed layers so the toolbar doesn't obscure them. r=nrc,kats
...
Offset fixed layers in the compositor so that the toolbar in Firefox for Android
doesn't obscure them. This does not affect layout, so input on the elements in
said layers will appear broken.
2013-03-07 10:17:33 +00:00
Wes Johnston
6fd755c540
Bug 716403 - Dynamically hide the location bar when scrolling. r=kats
...
Intercept touch events and use them to pan the location bar on and off the
screen, depending on its current location. Also dynamically show/hide the
location bar when loading pages.
2013-03-07 10:17:32 +00:00
Ryan VanderMeulen
893d8d351a
Backed out 9 changesets (bug 716403) for Android 4.0 robocop bustage on a CLOSED TREE.
2013-03-06 16:11:05 -05:00
Chris Lord
f3f784461b
Bug 716403 - Hide dynamic toolbar hiding behind a pref. r=kats
...
Disable dynamic toolbar hiding on Android by default, with pref
browser.chrome.dynamictoolbar available to enable it.
2013-03-06 16:56:00 +00:00
Chris Lord
e7a2989cdd
Bug 716403 - Make the top of the page accessible with the toolbar visible. r=kats
...
This makes it possible to scroll to the top of the page with the toolbar visible
in Firefox for Android. It also causes JavaScript scrolling to position 0 to
expose the toolbar.
2013-03-06 16:55:59 +00:00
Chris Lord
3bee7155b6
Bug 716403 - Offset fixed layers so the toolbar doesn't obscure them. r=nrc,kats
...
Offset fixed layers in the compositor so that the toolbar in Firefox for Android
doesn't obscure them. This does not affect layout, so input on the elements in
said layers will appear broken.
2013-03-06 16:55:59 +00:00
Wes Johnston
3ed0219da1
Bug 716403 - Dynamically hide the location bar when scrolling. r=kats
...
Intercept touch events and use them to pan the location bar on and off the
screen, depending on its current location. Also dynamically show/hide the
location bar when loading pages.
2013-03-06 16:55:59 +00:00
Kartikaya Gupta
2822f4a442
Bug 726335 - Add support for sharing the current tab's URL over Android Beam. r=mfinkle
2013-03-05 13:06:09 +00:00
Kartikaya Gupta
c948f4560f
Bug 726335 - Add support for receiving URLs via Android Beam. r=mfinkle
2013-03-05 13:05:52 +00:00
Ryan VanderMeulen
5d849d0751
Backed out 8 changesets (bug 716403) for frequent Android mochitest-8 failures on a CLOSED TREE.
2013-03-01 16:09:59 -05:00
Chris Lord
b1d4a73c78
Bug 716403 - Hide dynamic toolbar hiding behind a pref. r=kats
...
Disable dynamic toolbar hiding on Android by default, with pref
browser.chrome.dynamictoolbar available to enable it.
2013-03-01 15:46:35 +00:00
Chris Lord
ebc2d0679f
Bug 716403 - Make the top of the page accessible with the toolbar visible. r=kats
...
This makes it possible to scroll to the top of the page with the toolbar visible
in Firefox for Android. It also causes JavaScript scrolling to position 0 to
expose the toolbar.
2013-03-01 15:46:34 +00:00
Chris Lord
a02bd9b3ba
Bug 716403 - Offset fixed layers so the toolbar doesn't obscure them. r=nrc,kats
...
Offset fixed layers in the compositor so that the toolbar in Firefox for Android
doesn't obscure them. This does not affect layout, so input on the elements in
said layers will appear broken.
2013-03-01 15:46:33 +00:00
Wes Johnston
39b56db07c
Bug 716403 - Dynamically hide the location bar when scrolling. r=kats
...
Intercept touch events and use them to pan the location bar on and off the
screen, depending on its current location. Also dynamically show/hide the
location bar when loading pages.
2013-03-01 15:46:33 +00:00
Margaret Leibovic
faaf25eef4
Bug 839602 - Immediately update browser toolbar after awesomescreen closes. r=bnicholson
2013-02-11 16:51:02 -08:00
Brian Nicholson
0bc444d6e2
Bug 845612 - Add @Override annotations for implemented interfaces. r=kats
2013-02-26 21:48:00 -08:00
Brian Nicholson
a11631e56a
Bug 845612 - Add missing @Override annotations. r=kats
2013-02-26 21:48:00 -08:00
Margaret Leibovic
98b1919162
Bug 845051 - (Part 2) Handle tab events directly in BrowserToolbar, instead of going through BrowserApp. r=mfinkle
2013-02-26 14:38:38 -08:00
Margaret Leibovic
6146f66102
Bug 845051 - (Part 1) Don't post Runnables to the main thread from onTabChanged, since it's always called on the main thread. r=mfinkle
2013-02-26 14:38:10 -08:00
Brian Nicholson
425860bde6
Bug 844590 - Use Looper.getMainLooper() for UiAsyncTask. r=kats
...
--HG--
extra : rebase_source : 4e5c919cd98b30faee9d0c1e3b429e27fe7d1ea2
2013-02-25 15:15:49 -08:00
Margaret Leibovic
5ef9322b19
Bug 842883 - (Part 3) Move Content:* events from GeckoApp to Tabs. r=bnicholson
2013-02-24 20:51:05 -08:00
Margaret Leibovic
04f5eecdab
Bug 842883 - (Part 2) Move the Reader:* event handlers out of Tabs that don't need to be there. r=bnicholson
2013-02-24 20:51:04 -08:00
Margaret Leibovic
7b92d63fba
Bug 842883 - (Part 1) Start moving some tab-specific event listeners to Tabs. r=bnicholson
2013-02-24 20:51:04 -08:00
Lucas Rocha
6e93f5db82
Bug 817721/817735/817732 - New tabs tray layout with horizontal scrolling (r=mfinkle) (needs-clobber)
...
--HG--
rename : mobile/android/base/resources/drawable-xlarge-hdpi-v11/menu.png => mobile/android/base/resources/drawable-large-hdpi-v11/menu.png
rename : mobile/android/base/resources/drawable-xlarge-hdpi-v11/tabs_carat_contracted.png => mobile/android/base/resources/drawable-large-hdpi-v11/tabs_carat_contracted.png
rename : mobile/android/base/resources/drawable-xlarge-hdpi-v11/tabs_carat_expanded.png => mobile/android/base/resources/drawable-large-hdpi-v11/tabs_carat_expanded.png
rename : mobile/android/base/resources/drawable-xlarge-hdpi-v11/tabs_menu.png => mobile/android/base/resources/drawable-large-hdpi-v11/tabs_menu.png
rename : mobile/android/base/resources/drawable-xlarge-mdpi-v11/tabs_button.xml => mobile/android/base/resources/drawable-large-land-v11/tabs_button.xml
rename : mobile/android/base/resources/drawable-xlarge-mdpi-v11/tabs_level.xml => mobile/android/base/resources/drawable-large-land-v11/tabs_level.xml
rename : mobile/android/base/resources/drawable-xlarge-mdpi-v11/menu.png => mobile/android/base/resources/drawable-large-mdpi-v11/menu.png
rename : mobile/android/base/resources/drawable-xlarge-mdpi-v11/tabs_carat_contracted.png => mobile/android/base/resources/drawable-large-mdpi-v11/tabs_carat_contracted.png
rename : mobile/android/base/resources/drawable-xlarge-mdpi-v11/tabs_carat_expanded.png => mobile/android/base/resources/drawable-large-mdpi-v11/tabs_carat_expanded.png
rename : mobile/android/base/resources/drawable-xlarge-mdpi-v11/tabs_menu.png => mobile/android/base/resources/drawable-large-mdpi-v11/tabs_menu.png
rename : mobile/android/base/resources/drawable-xlarge-xhdpi-v11/menu.png => mobile/android/base/resources/drawable-large-xhdpi-v11/menu.png
rename : mobile/android/base/resources/drawable-xlarge-xhdpi-v11/tabs_carat_contracted.png => mobile/android/base/resources/drawable-large-xhdpi-v11/tabs_carat_contracted.png
rename : mobile/android/base/resources/drawable-xlarge-xhdpi-v11/tabs_carat_expanded.png => mobile/android/base/resources/drawable-large-xhdpi-v11/tabs_carat_expanded.png
rename : mobile/android/base/resources/drawable-xlarge-xhdpi-v11/tabs_menu.png => mobile/android/base/resources/drawable-large-xhdpi-v11/tabs_menu.png
rename : mobile/android/base/resources/layout-xlarge-v11/tabs_panel.xml.in => mobile/android/base/resources/layout-large-land-v11/tabs_panel.xml.in
rename : mobile/android/base/resources/layout-xlarge-v11/tabs_panel_footer.xml => mobile/android/base/resources/layout-large-land-v11/tabs_panel_footer.xml
rename : mobile/android/base/resources/layout-xlarge-v11/tabs_panel_header.xml => mobile/android/base/resources/layout-large-land-v11/tabs_panel_header.xml
2013-02-22 07:23:16 +00:00
Lucas Rocha
2dcd7d298d
Bug 817721/817735/817732 - Always scroll on tabs tray animation (r=mfinkle)
2013-02-22 07:22:37 +00:00
Lucas Rocha
a09a4ed0f0
Bug 817721/817735/817732 - Change sidebar state to be dynamic (r=mfinkle)
2013-02-22 07:22:37 +00:00
Brian Nicholson
86d605176b
Bug 842797 - Rename GeckoAsyncTask to UiAsyncTask. r=mfinkle
...
--HG--
rename : mobile/android/base/GeckoAsyncTask.java => mobile/android/base/UiAsyncTask.java
2013-02-21 12:01:09 -08:00
Brian Nicholson
d88d9059b1
Bug 842797 - Replace GeckoAsyncTask Activity parameter with Handler. r=kats,mfinkle
2013-02-21 12:00:52 -08:00
Sriram Ramasubramanian
e708ec00e2
Bug 843314: Addon without icons should show a filler. [r=mfinkle]
2013-02-20 23:07:06 -08:00
Sriram Ramasubramanian
6f2bed14fb
Bug 840871: TabsPanel is not needed to be shown right on startup. [r=mfinkle]
2013-02-19 12:39:05 -08:00
Margaret Leibovic
425eedf36d
Bug 840825 - Basic tests for distribution customization. r=gbrown,wesj
2013-02-19 10:15:55 -08:00
Ms2ger
bfc7bd8836
Backout bug 828349, bug 835022 for robocop orange and exception from Tabs.getDisplayCount.
2013-02-16 10:36:05 +01:00
Brian Nicholson
ebde756222
Bug 828349 - Return the tab count of the current private state. r=mfinkle
2013-02-15 22:42:12 -08:00
Kartikaya Gupta
96dd9a3447
Bug 841810 - Allow java addons to receive and respond to events. r=mfinkle
2013-02-15 15:21:41 -05:00
Sriram Ramasubramanian
dac98747af
Bug 839887: Sync tabs should close the tabs ui on phones. [r=mfinkle]
2013-02-14 09:50:11 -08:00
Christian Vielma
656fabe516
Bug 454880 - Allow access to recent history through back/forward buttons. r=bnicholson
...
--HG--
extra : rebase_source : c871a1f0b464db10b5bd22a27f7783ba1c53c213
2013-02-06 22:53:01 -05:00
Margaret Leibovic
72a4aa4694
Bug 834681 - Add support for basic distribution modifications. r=mfinkle
2013-02-01 15:45:33 -08:00
Mark Capella
640f57ee94
Bug 836689 - The security notification pop-up is still displayed, r=mfinkle
2013-02-01 17:19:47 -05:00
Ryan VanderMeulen
a8f8217ff9
Backed out changesets 9aadf7e35e70 (bug 836517) and 493805ba1c85 (bug 834681) for Android test hangs.
2013-01-31 15:15:50 -05:00
Margaret Leibovic
417052af2f
Bug 834681 - Add support for basic distribution modifications. r=mfinkle
2013-01-31 10:28:00 -08:00
Wes Johnston
5783458882
Bug 833942 - Add 'remove' to about:home topsites r=mfinkle
2013-01-30 10:20:35 -05:00
Matt Brubeck
40f72d7b4c
Bug 834399 - Tab sidebar should switch views to show newly selected tab [r=sriram]
2013-01-29 10:58:09 -08:00
Kartikaya Gupta
fbeedc6265
Bug 834414 - Fix leaks caused by missing tab change listener unregistrations. r=sriram
2013-01-25 13:51:41 -05:00
Phil Ringnalda
7dee6cb50e
Back out 5a56a56a6481:a5969a01955b (bug 834414) to investigate whether it caused reftest-4 failures
...
CLOSED TREE
2013-01-25 20:03:50 -08:00
Kartikaya Gupta
2748102adc
Bug 834414 - Fix leaks caused by missing tab change listener unregistrations. r=sriram
2013-01-25 13:51:41 -05:00
Kartikaya Gupta
c2b40052be
Bug 832987 - Make sure the launch state is updated on Gecko:Ready even if GeckoApp isn't around at the time. r=cpeterson
2013-01-23 09:38:57 -05:00
Wes Johnston
642a9e9a9f
Bug 832559 - Remove unpin all options from menus. r=mfinkle
2013-01-22 10:37:22 -08:00
Wes Johnston
6a3157b2d5
backout 322f7440f281 to fix commit bug number
2013-01-22 10:37:20 -08:00
Wes Johnston
6c5e39e688
Bug 823559 - Remove unpinall from topsites menus. r=mfinkle a=nonlibxul
2013-01-22 09:34:19 -08:00
Chris Peterson
d62d1ced11
Bug 828594 - Part 2: Remove unused Java imports. r=kats
2013-01-09 10:32:50 -08:00
Brian Nicholson
e8fef31382
Bug 818065 - Part 2: Implement about:privatebrowsing. r=mfinkle
2013-01-07 15:29:45 -08:00
Wes Johnston
0e87dff4c5
Bug 826074 - Use Pinning terminology for customizing about:home. r=mfinkle
2013-01-04 11:18:38 -08:00
Phil Ringnalda
8322ae4f86
Back out b7f50cfa3fe1 (bug 801739) for Android build bustage
2013-01-03 16:33:38 -08:00
Shriram Kunchanapalli
0e478680b1
Bug 801739 - Initialize mDoorHangerPopup in WebApp rather than GeckoApp. r=mleibovic
2012-12-26 20:15:47 +05:30
Wes Johnston
8ca48647ea
Bug 826106 - Allow GeckoApp to handle context menus. r=mfinkle
2013-01-02 17:11:14 -08:00
Sriram Ramasubramanian
3138936056
Bug 824469: New tab button based on the tabs-section. [r=mfinkle]
2013-01-02 13:43:01 -08:00
Wes Johnston
922e8b186d
Bug 783312 - Provide a context menu to edit/pin sites. r=mfinkle
2012-12-28 13:46:10 -08:00
Sriram Ramasubramanian
c2a7bc048d
Bug 817706: Tab-style switcher in tabs-tray for phones. [r=mfinkle]
...
--HG--
rename : mobile/android/base/resources/layout/tabs_panel.xml => mobile/android/base/resources/layout/tabs_panel.xml.in
2012-12-18 17:04:39 -08:00
Lucas Rocha
23582d1bc7
Bug 800071 - Hide the quit menu item on ICS and greater versions (r=mfinkle)
2012-12-11 11:13:15 +00:00
Brian Nicholson
071f996be3
Bug 819070 - Don't restore session if Gecko is already running. r=mfinkle
...
--HG--
extra : rebase_source : 35f720d9815d6e54d09419002dd30e5ab87f2d1a
2012-12-07 10:50:56 -08:00
Sriram Ramasubramanian
7f8b74f932
Bug 800453: Add MenuItem attributes for add-on submenus. [r=mfinkle]
...
--HG--
extra : rebase_source : 0f12b5296b72faa14652da9ad2a4ffb013b91f23
2012-10-29 16:29:55 -07:00
Lucas Rocha
14a0eb7628
Bug 709433 - Animate toolbar when switching to/from awesome screen (r=mfinkle)
2012-12-03 10:50:41 +00:00
Lucas Rocha
10bad7baf1
Bug 807279 - Turn Favicons into a singleton (r=mfinkle)
2012-12-03 08:59:17 +00:00
Sriram Ramasubramanian
04e4b84b1b
Bug 806927: [PBM] Add private browsing specific menu items to the main menu. [r=mfinkle]
2012-11-28 11:23:54 -08:00
Mark Finkle
63386424e3
Backout 11fcd37bfb7d, cdf30a34dec9, d5f4626f5b73, e0a0a5b98b95, 944db176184e, 984a10bc4125, 585a7f8fc448, abfc930bc7cd for test failures
...
--HG--
rename : mobile/android/base/resources/drawable-xlarge-mdpi-v11/tabs_button.xml.in => mobile/android/base/resources/drawable-xlarge-mdpi-v11/tabs_button.xml
rename : mobile/android/base/resources/drawable/address_bar_url.xml.in => mobile/android/base/resources/drawable/address_bar_url.xml
rename : mobile/android/base/resources/drawable/menu_level.xml.in => mobile/android/base/resources/drawable/menu_level.xml
2012-11-28 21:55:05 -05:00
Sriram Ramasubramanian
4379bfa6b4
Bug 800453: NativeWindow's menu should have support for submenu. [r=mfinkle]
...
--HG--
extra : rebase_source : 589b8ea57f058df2d061ac1c46d619f262a19655
2012-10-26 13:39:25 -07:00
Sriram Ramasubramanian
bc3487b5c6
Bug 806927: [PBM] Add private browsing specific menu items to the main menu. [r=mfinkle]
2012-11-28 11:23:54 -08:00
Kartikaya Gupta
f28a2da3cb
Bug 783521 - Hide the tab sidebar on full-screen mode on tablets. r=mfinkle
2012-11-27 15:18:16 -05:00
Kartikaya Gupta
f6e522cf62
Bug 783521 - Fix busted function override. r=mfinkle
2012-11-27 15:18:01 -05:00
Brian Nicholson
814c339452
Bug 813346 - Add getBitmapFromDataURI() to BitmapUtils. r=wesj
2012-11-27 12:04:14 -08:00
Wes Johnston
eaf460b407
Bug 813677 - Only send about:home telemetry pings when showing about:home. r=mfinkle
2012-11-26 14:57:11 -08:00
Kartikaya Gupta
7153e5aa5b
Bug 768887 - Remove redundant method. r=bnicholson
2012-11-26 14:56:46 -05:00
Lucas Rocha
36a7b4808a
Bug 804600 - Fix crash when accessing about:reader with no arguments (r=mfinkle)
2012-11-12 15:58:41 +00:00
Lucas Rocha
3bab4a3b7b
Bug 803571 - Clear database before refreshing about:home (r=mfinkle)
2012-11-07 15:45:35 +00:00
Lucas Rocha
1647270fa1
Bug 808027 - Change favicons handling to be Bitmap-based (r=mfinkle)
2012-11-05 11:42:25 +00:00
Wes Johnston
8ff1353b52
Bug 807872 - Add telemetry probes for database seizes. r=gcp
2012-11-02 17:44:20 -07:00
Sriram Ramasubramanian
3181e2d20a
Bug 783092: LightweightTheme for BrowserApp. [r=mfinkle]
2012-10-31 22:12:02 -07:00
Sriram Ramasubramanian
ba8814c068
Bug 783092: Make the animation ready for Lightweight themes. [r=lucasr, f=mfinkle]
2012-10-31 22:07:49 -07:00
Ed Morley
95fe6d2a1c
Backout 533faa3c50ed, 718abc1bd4ad, af2d5272c06b, ad5554e1345d, c9ef1b41b829, d3a825311d11, 0a51bcb3eb9e, a01a327e8ec4, 973b0ed30b8b, 39851bbcfaa1 & a92d2d2a3b0e (bug 805162), d4884aab5ce6, 06fcbaf40cb4, daccc3fe7c70, 881eb2a2906e, 76232441ae06, 01ae34fa1b3f & 5f405fc4e323 (bug 783092), a03d8d4db1c2, 49beb3801192, 174634554a97, 0bd27e755a83, 19e8f151ca67, a6604e038bc0, ed3b8237e76e & 082cf8d72554 (bug 785945) for bustage or conflicting with backout of said bustage on a CLOSED TREE
2012-11-01 00:16:35 +00:00
Sriram Ramasubramanian
0260fbbacf
Bug 783092: LightweightTheme for BrowserApp. [r=mfinkle]
...
--HG--
extra : rebase_source : 4c3223032eaa62d96586ed1abccd902d5cb31485
2012-10-31 11:05:39 -07:00
Sriram Ramasubramanian
ceca8192c1
Bug 783092: Make the animation ready for Lightweight themes. [r=lucasr, f=mfinkle]
...
--HG--
extra : rebase_source : e6eac76d57ae7301963a710bb315a43e7e5b178f
2012-10-31 10:59:46 -07:00
Brian Nicholson
293365220a
Bug 722661 - Part 5: Miscellaneous fixes. r=mfinkle
2012-10-29 16:34:29 -07:00
Brian Nicholson
78888cf555
Bug 722661 - Part 4: Remove restoreMode command line argument. r=mfinkle
2012-10-29 16:34:29 -07:00
Brian Nicholson
36c1471626
Bug 803325 - Check tab count instead of Gecko:Ready for showing tabs tray. r=sriram
2012-10-29 16:34:28 -07:00
Geoff Brown
302506ba79
Bug 805600 - Code cleanup: remove sIsGeckoReady; r=kats
2012-10-27 13:18:26 -06:00
Brian Nicholson
d270784541
Bug 803293 - Remove some old code from BrowserApp. r=mfinkle
2012-10-22 12:37:50 -07:00
Mark Finkle
8497e373c1
Bug 802697 - Increase the number of times Firefox opens before we prompt for Feedback r=margaret
2012-10-18 15:13:12 -04:00
Brian Nicholson
7f9c8e6d33
Bug 800199 - Stub initial tab before Gecko starts. r=mfinkle
2012-10-15 10:40:16 -07:00
Brian Nicholson
ca077a6e89
Backout e7208eeb05da for Android failures
...
--HG--
extra : rebase_source : e5dcd6557448265a2c6f9cf7588792b6f5b4f045
2012-10-15 13:16:06 -07:00
Brian Nicholson
e2392d5e7a
Bug 800199 - Stub initial tab before Gecko starts. r=mfinkle
2012-10-15 10:40:16 -07:00
Lucas Rocha
b01e503e2f
Bug 793771 - Use drawing cache on the tabs pane sliding on pre-ICS phone (r=mfinkle)
2012-10-15 16:18:30 +01:00
Lucas Rocha
d4493dca71
Bug 796886 - Tapping anywhere in main layout should close tabs panel on phones (r=mfinkle)
2012-10-13 00:23:20 +01:00
Brian Nicholson
575a861550
Bug 800238 - Don't show feedback solicitation before initialization. r=margaret
2012-10-11 20:16:35 -07:00
Lucas Rocha
4fefc28a29
Backout 110075:81be299f5004 - Big regression on tabs tray
2012-10-12 13:47:53 +01:00
Lucas Rocha
ae7bb41c74
Bug 796886 - Tapping anywhere in main layout should close tabs panel on phones (r=mfinkle)
2012-10-12 13:34:40 +01:00
Lucas Rocha
5179600b54
Bug 767980 - Reimplement PropertyAnimator in terms of view proxies (r=mfinkle)
2012-10-12 12:57:07 +01:00
Lucas Rocha
4f6140e1f9
Bug 767980 - Use faster interpolator for the tabs pane animation (r=mfinkle)
2012-10-12 12:57:06 +01:00
Kartikaya Gupta
27f9111b3f
Bug 794479 - Add a NativeWindow API to load java code. r=mfinkle
2012-10-09 15:20:36 -04:00
Brian Nicholson
e8e4715d90
Bug 582244 - Part 2: Add private browsing checks to native UI. r=mfinkle
2012-10-09 11:26:33 -07:00
Brian Nicholson
17c96a1e9d
Bug 582244 - Part 1: Bare bones PB implementation. r=mfinkle
2012-10-09 11:26:33 -07:00
Brian Nicholson
747dcba812
Bug 797075 - Part 1: loadUrl() cleanup. r=mfinkle
...
--HG--
extra : rebase_source : 05466908b2148224b2ff45c6eebd08bcf6dc5f18
2012-10-05 14:51:18 -07:00
Ed Morley
710036e0ec
Backout 4158281d3995 & 628c6823da4f (bug 798135) on suspicion of causing bug 798858
2012-10-08 09:54:23 +01:00
Sriram Ramasubramanian
079812eb99
Bug 798135: Make GeckoAsyncTask run on GeckoBackgroundThread. [r=cpeterson]
...
--HG--
extra : rebase_source : 6b9d9d5b992bb3d641a959a8734d5844a51087db
2012-10-05 11:07:14 -07:00
Gian-Carlo Pascutto
5446892261
Bug 708812 - Add telemetry probes for Android startup. r=blassey
2012-10-01 22:57:00 +02:00
Phil Ringnalda
46daae9502
Back out 2d8822b9c0b5 and 56a268d63e01 (bug 708812) for Android ts red
2012-10-01 11:22:18 -07:00
Mark Finkle
81ce2c4253
Bug 795911 - Add-on menus do not fire r=sriram
2012-10-01 12:36:59 -04:00
Gian-Carlo Pascutto
935c7fb808
Bug 708812 - Add telemetry probes for Android startup. r=blassey
2012-10-01 17:15:28 +02:00
Margaret Leibovic
269fc942d9
Bug 789887 - Avoid creating unnecessary AboutHomeRunnables. r=lucasr
2012-09-28 09:34:45 -07:00
Mark Finkle
b4615d7def
Backout c1003f039c77, breaks Fennec startup (bug 794731)
2012-09-28 08:55:35 -04:00
Sriram Ramasubramanian
5d781e28dc
Bug 788520: Menu item missing in Android 2.x. [r=mfinkle]
...
--HG--
extra : rebase_source : 38c1b9a2f092687f849a4bb39f8784ab488d9fce
2012-09-27 11:22:08 -07:00
Sriram Ramasubramanian
eb95bfe921
Bug 794088: Replace icons in custom menu. [r=mfinkle]
...
--HG--
extra : rebase_source : cd915e11fb496918670b706a3ae2357d68ced7da
2012-09-27 11:04:02 -07:00
Mark Finkle
f5593a0241
Bug 793136 - java.lang.NullPointerException: at org.mozilla.gecko.BrowserApp.onPrepareOptionsMenu(BrowserApp.java) [offset the add-on menu IDs] r=sriram
2012-09-26 15:02:48 -04:00
Margaret Leibovic
fd802e39b5
Bug 789887 - Avoid creating unnecessary AboutHomeRunnables. r=lucasr
2012-09-24 14:48:21 -07:00
Sriram Ramasubramanian
4ec62a254a
Bug 792253: Share menu items as a list in custom menu. [r=mfinkle]
...
--HG--
extra : rebase_source : b4f42e6debd892faaec4c9415943233bba002632
2012-09-19 10:37:35 -07:00
Sriram Ramasubramanian
76111b02ce
Bug 785994: Remove reading list menu item. [r=mfinkle]
...
--HG--
extra : rebase_source : 1d5a1336609e65afa84a2575bf2be495f9cf1963
2012-09-19 10:36:21 -07:00
Sriram Ramasubramanian
ff6447f4a9
Bug 785994: Submenu for custom menu. [r=mfinkle]
...
--HG--
extra : rebase_source : 473a746b802fdc9ff10c4bdc7a95e4a13700f23a
2012-09-19 10:35:35 -07:00
Lucas Rocha
3b67edc602
Bug 788157 - Enable sharing while on Reader Mode (r=mfinkle)
2012-09-11 18:51:44 +01:00
Kartikaya Gupta
4e5c0291e6
Bug 770912 - Take out log lines that print out URLs and other sensitive information. r=mfinkle
2012-09-08 21:40:58 -04:00
Sriram Ramasubramanian
edd3f8a110
Bug 782607: Close InputStream for addon icons from Gecko. [r=cpeterson]
...
--HG--
extra : rebase_source : f143671272ba94ed486918066382e249c7e135ec
2012-08-31 11:15:50 -07:00
Margaret Leibovic
ce1df42d9d
Bug 779741 - Enable "Settings" menuitem in BrowserApp, not GeckoApp. r=wesj
2012-08-30 11:15:19 -07:00
Margaret Leibovic
1ea6a14083
Bug 779741 - Move character encoding menu logic to BrowserApp. r=sriram
2012-08-27 17:50:32 -07:00
Margaret Leibovic
c8694baa6d
Bug 774479 - Create about:feedback page, and show it to users after the app has been launched 10 times. r=mfinkle
2012-08-26 21:33:11 -07:00
Wes Johnston
f23310a06d
Bug 781900 - Move site preferences dialog to urlbar context menu. r=mfinkle
2012-08-20 10:28:36 -07:00
Margaret Leibovic
6943d91a5a
Bug 781191 - Update doorhanger popup anchor after inflating a new browser toolbar layout. r=wesj
2012-08-09 08:31:05 -07:00
Michael Comella
80e81c360b
Bug 780367 - AboutHomeContent should no longer have two views. r=sriram
2012-08-06 20:27:04 -04:00
Margaret Leibovic
bea4a76e74
Bug 732336 - (Part 1) Move doorhanger-related event listeners to DoorHangerPopup. r=wesj
2012-08-04 16:34:42 -07:00
Chris Peterson
f554e798e4
Bug 778472 - Part 3: Standardize order of import statements: org.mozilla, com, net, org, android, java. r=mfinkle
2012-07-27 17:53:54 -07:00
Chris Peterson
603b105c37
Bug 778472 - Part 2: Replace wildcard import statements with fully-qualified names. r=mfinkle
2012-07-27 17:54:28 -07:00
Sriram Ramasubramanian
3a6da0ed38
Bug 778247: mAppContext cleanup: AboutHomeContent is associated with only one activity. [r=mbrubeck]
...
--HG--
extra : rebase_source : 60aa53488d18f395e4e4b6d0023e357ffcb23ee4
2012-07-27 23:31:42 -07:00