Commit Graph

11903 Commits

Author SHA1 Message Date
Richard Newman
6f87bce790 Bug 1135088 - Implement shutdown() for SharedBrowserDatabaseProvider. r=margaret 2015-02-20 08:16:33 -08:00
Richard Newman
fc426c2bfc Bug 1135086 - Implement in-place computed UPDATE in DBUtils. r=margaret
Sometimes it's convenient to want to do an UPDATE query like:

  UPDATE foo
  SET bar = bar | 5

or similar -- that is, refer to existing values in the SET expression.

This patch allows that, accepting an array of ContentValues and an array of
operations as input. A single UPDATE will be constructed from the entire input.
2015-02-19 21:38:18 -08:00
dominique vincent
5206440c83 Bug 1134338 - Move ZoomedView inflate in BrowserApp. r=mcomella 2015-02-20 00:16:22 +01:00
Michael Holloway
e45875661d Bug 966485 - Remove telemetry bucket for FENNEC_STARTUP_TIME_ABOUTHOME. r=rnewman, r=margaret 2015-02-12 20:32:16 -05:00
Margaret Leibovic
79579aae38 Bug 1131303 - Update strings for reader view/reading list UI, and add title text to reader view toolbar buttons. r=Unfocused,rnewman
--HG--
extra : rebase_source : 42a40f76da543930c9f08373fb0836774a1c5290
2015-02-12 09:15:45 -08:00
Ryan VanderMeulen
88cbae6a98 Backed out changeset e755879c138c (bug 1133770) for bustage.
CLOSED TREE DONTBUILD
2015-02-19 13:56:59 -05:00
Michael Comella
2b0e4efb61 Bug 1133770 - Display the selected tab in the tab strip on device rotation. r=mhaigh
This does not always work in the case that one of the last few tabs (to the
right) are selected and the device is rotated from landscape to portrait.
Filed bug 1134408 to track this.

--HG--
extra : rebase_source : f9071610c50fc344d55e54876252c7e2cdca09bd
2015-02-18 14:23:19 -08:00
Michael Comella
0a8101c414 Bug 1106935 - Get bitmap from Drawable, rather than BitmapFactory. r=rnewman
BitmapFactory seemingly can't handle resource aliases:

http://stackoverflow.com/a/14553767

Note that this bug affected all phone devices, not just 2.3.

Also removed some unused imports while I was at it.

--HG--
extra : rebase_source : e8385a3d132176913922a182f6562618629d3d3c
2015-02-18 15:34:13 -08:00
Michael Comella
1432a025c9 Bug 1106935 - Remove new tablet branch in MenuItemActionBar. r=mhaigh
--HG--
extra : rebase_source : 5a3e142c517c00c224c21f22f61271fc4ea36aac
extra : source : 9080887b3cc4a922a8721ca4a32134d886a27025
2015-02-03 16:31:15 -08:00
Michael Comella
30de577307 Bug 1106935 - Move BrowserToolbarTablet menu button right margin hack to xml. r=mhaigh
We couldn't do this before because the button declaration was shared by old and
new tablet - this is no longer a problem now that old tablet is no longer in
use.

--HG--
extra : rebase_source : 4b60fe6ca371e783c8cc648568b8af7ec8791396
extra : source : fb066050757e614338dd185e6f99cfdbdbf818ec
2015-02-03 16:54:39 -08:00
Michael Comella
706e1973a0 Bug 1106935 - Remove MOZ_ANDROID_NEW_TABLET_UI confvar. r=nalexander
--HG--
extra : rebase_source : 10d7065f143f287737213c8de96f824a5ba776ac
extra : source : 78cb4369b3963aabac55172e3eac88010f67ffe3
2015-02-03 17:03:45 -08:00
Michael Comella
0729950200 Bug 1106935 - Remove new tablet branch in GeckoMenuInflater. r=mhaigh
--HG--
extra : rebase_source : f9a32c335ff19dc43f828bb20b833a4f546afc6f
extra : source : 319511aa757a5b3615b13bb86c62db3b4f4f17f2
2015-02-03 17:13:19 -08:00
Michael Comella
7ecfaef531 Bug 1106935 - Remove new tablet favicon size branch from Favicons. r=mhaigh
--HG--
extra : rebase_source : 20e15f7647a90b8ad8df6488d121b18b82079cd5
extra : source : f292df38d7eb785980cb35ef3e2e2b93756934db
2015-02-03 17:43:40 -08:00
Michael Comella
d68a9461f4 Bug 1106935 - Remove new tablet branch in selecting default toolbar favicons. r=mhaigh
As a cleanup, this required the move of favicon -> favicon_globe and the
creation of new resources toolbar_favicon_default, which is aliased to
favicon_globe on phones.

--HG--
rename : mobile/android/base/resources/drawable-hdpi/favicon.png => mobile/android/base/resources/drawable-hdpi/favicon_globe.png
rename : mobile/android/base/resources/drawable-large-hdpi-v11/new_tablet_default_favicon.png => mobile/android/base/resources/drawable-large-hdpi-v11/toolbar_favicon_default.png
rename : mobile/android/base/resources/drawable-large-mdpi-v11/new_tablet_default_favicon.png => mobile/android/base/resources/drawable-large-mdpi-v11/toolbar_favicon_default.png
rename : mobile/android/base/resources/drawable-large-xhdpi-v11/new_tablet_default_favicon.png => mobile/android/base/resources/drawable-large-xhdpi-v11/toolbar_favicon_default.png
rename : mobile/android/base/resources/drawable-large-xxhdpi-v11/new_tablet_default_favicon.png => mobile/android/base/resources/drawable-large-xxhdpi-v11/toolbar_favicon_default.png
rename : mobile/android/base/resources/drawable-mdpi/favicon.png => mobile/android/base/resources/drawable-mdpi/favicon_globe.png
rename : mobile/android/base/resources/drawable-xhdpi/favicon.png => mobile/android/base/resources/drawable-xhdpi/favicon_globe.png
extra : rebase_source : 8e43b8c4a04ccc8be7489385de5bd8d3f60058eb
extra : source : efa9411df1c4c1ea74fcdde7b5c3fc8a88725d79
2015-02-03 18:18:21 -08:00
Martyn Haigh
9dd2cba6bf Bug 1134248 - Default for Title Bar in the Display settings screen is incorrect in robocop test (r=margaret) 2015-02-19 15:20:47 +00:00
Carsten "Tomcat" Book
46f922660f merge fx-team to mozilla-central a=merge 2015-02-19 15:46:34 +01:00
Ryan VanderMeulen
c966517190 Merge m-c to inbound. a=merge 2015-02-18 20:35:37 -05:00
Ryan VanderMeulen
a411359369 Merge inbound to m-c. a=merge 2015-02-18 20:29:54 -05:00
Miles Rakestraw
a3ce538de9 Bug 1126290 - Removed PAN_THRESHOLD from JavaPanZoomController, replaced with PanZoomController.PAN_THRESHOLD. r=kats 2015-02-18 13:19:34 -08:00
Max Li
6dcf640006 Bug 1134092 - Content area inaccessible on Android. r=nalexander 2015-02-18 14:45:48 -05:00
Ryan VanderMeulen
0461207a8b Backed out 7 changesets (bug 1106935) for Android API9 mass-fails on a CLOSED TREE.
Backed out changeset f8366cf7e7c8 (bug 1106935)
Backed out changeset efa9411df1c4 (bug 1106935)
Backed out changeset f292df38d7eb (bug 1106935)
Backed out changeset 319511aa757a (bug 1106935)
Backed out changeset 78cb4369b396 (bug 1106935)
Backed out changeset fb066050757e (bug 1106935)
Backed out changeset 9080887b3cc4 (bug 1106935)

--HG--
rename : mobile/android/base/resources/drawable-hdpi/favicon_globe.png => mobile/android/base/resources/drawable-hdpi/favicon.png
rename : mobile/android/base/resources/drawable-large-hdpi-v11/toolbar_favicon_default.png => mobile/android/base/resources/drawable-large-hdpi-v11/new_tablet_default_favicon.png
rename : mobile/android/base/resources/drawable-large-mdpi-v11/toolbar_favicon_default.png => mobile/android/base/resources/drawable-large-mdpi-v11/new_tablet_default_favicon.png
rename : mobile/android/base/resources/drawable-large-xhdpi-v11/toolbar_favicon_default.png => mobile/android/base/resources/drawable-large-xhdpi-v11/new_tablet_default_favicon.png
rename : mobile/android/base/resources/drawable-large-xxhdpi-v11/toolbar_favicon_default.png => mobile/android/base/resources/drawable-large-xxhdpi-v11/new_tablet_default_favicon.png
rename : mobile/android/base/resources/drawable-mdpi/favicon_globe.png => mobile/android/base/resources/drawable-mdpi/favicon.png
rename : mobile/android/base/resources/drawable-xhdpi/favicon_globe.png => mobile/android/base/resources/drawable-xhdpi/favicon.png
2015-02-18 16:30:40 -05:00
Margaret Leibovic
a6c874662f Bug 1123102 - Always create reading list panel, regardless of device memory capabilities. r=nalexander
--HG--
extra : rebase_source : 081456e2ecbd52a77e3063d099f3fc6f8293d66a
2015-02-13 15:55:18 -08:00
Ryan VanderMeulen
a8e049ece0 Merge m-c to fx-team. a=merge 2015-02-18 20:42:04 -05:00
Margaret Leibovic
8ea7eb86e6 Bug 1132307 - Use <button> elements instead of <a> elements in reader mode toolbar. r=bnicholson
--HG--
extra : rebase_source : 960931ca6b2a23aaa98fc93c46b1cb96a68c8b0e
2015-02-13 14:09:44 -08:00
Chenxia Liu
3700baf4a5 Bug 1131806 - Update Firstrun copy for first screen. r=margaret
--HG--
extra : rebase_source : 713c39b27f746f47ab704e510c838faa796581ae
2015-02-10 14:39:52 -08:00
Federico Paolinelli
8a9d00f825 Bug 1127613 - tabs animation triggered when tabs open and switching between tab types. r=wesj 2015-02-18 12:05:59 -08:00
Michael Comella
6b97131493 Bug 1106935 - Remove new tablet branch in selecting default toolbar favicons. r=mhaigh
As a cleanup, this required the move of favicon -> favicon_globe and the
creation of new resources toolbar_favicon_default, which is aliased to
favicon_globe on phones.

--HG--
rename : mobile/android/base/resources/drawable-hdpi/favicon.png => mobile/android/base/resources/drawable-hdpi/favicon_globe.png
rename : mobile/android/base/resources/drawable-large-hdpi-v11/new_tablet_default_favicon.png => mobile/android/base/resources/drawable-large-hdpi-v11/toolbar_favicon_default.png
rename : mobile/android/base/resources/drawable-large-mdpi-v11/new_tablet_default_favicon.png => mobile/android/base/resources/drawable-large-mdpi-v11/toolbar_favicon_default.png
rename : mobile/android/base/resources/drawable-large-xhdpi-v11/new_tablet_default_favicon.png => mobile/android/base/resources/drawable-large-xhdpi-v11/toolbar_favicon_default.png
rename : mobile/android/base/resources/drawable-large-xxhdpi-v11/new_tablet_default_favicon.png => mobile/android/base/resources/drawable-large-xxhdpi-v11/toolbar_favicon_default.png
rename : mobile/android/base/resources/drawable-mdpi/favicon.png => mobile/android/base/resources/drawable-mdpi/favicon_globe.png
rename : mobile/android/base/resources/drawable-xhdpi/favicon.png => mobile/android/base/resources/drawable-xhdpi/favicon_globe.png
extra : rebase_source : ca4b33706dcc41499f42f029aeb7afd2eac3ab2e
2015-02-03 18:18:21 -08:00
Michael Comella
f494371511 Bug 1106935 - Remove new tablet favicon size branch from Favicons. r=mhaigh
--HG--
extra : rebase_source : 7bf6daecf6cf9903ff647c4000191402025662ad
2015-02-03 17:43:40 -08:00
Michael Comella
42b68fe8c1 Bug 1106935 - Remove new tablet branch in GeckoMenuInflater. r=mhaigh
--HG--
extra : rebase_source : 87bc1c15c03b7d18362a2a00ee37a65664632f83
2015-02-03 17:13:19 -08:00
Michael Comella
4cfb5fd273 Bug 1106935 - Remove MOZ_ANDROID_NEW_TABLET_UI confvar. r=nalexander
--HG--
extra : rebase_source : e0a08e3d96fdb6281c67bf539e0aa99341dea37d
2015-02-03 17:03:45 -08:00
Michael Comella
f064a76b61 Bug 1106935 - Move BrowserToolbarTablet menu button right margin hack to xml. r=mhaigh
We couldn't do this before because the button declaration was shared by old and
new tablet - this is no longer a problem now that old tablet is no longer in
use.

--HG--
extra : rebase_source : 1e798b1d2c66af5e34d8ddbc14db06d94665f5e7
2015-02-03 16:54:39 -08:00
Michael Comella
1056a21ede Bug 1106935 - Remove new tablet branch in MenuItemActionBar. r=mhaigh
--HG--
extra : rebase_source : 835a06a828f5c70e09282fb45e3447e1191033bb
2015-02-03 16:31:15 -08:00
vivek
628ea305a1 Bug 1103267 - Load passwords favicon from cache. r=liuche 2015-02-18 11:43:52 -08:00
vivek
d40f8ba7b9 Bug 1127309 - Correct password age picked from nsILoginMetaInfo. r=liuche 2015-02-18 11:43:49 -08:00
Nick Alexander
c9093a7f40 Backed out changeset ee6252e71b8b (bug 1129443) for rc4 failure.
On a CLOSED TREE.
2015-02-18 11:04:15 -08:00
Geoff Brown
811a8bd0fb Bug 982106 - Avoid intermittent NPE in Android x86 crashtests; r=kats 2015-02-18 16:16:19 -07:00
Chris Peterson
16683aafd3 Bug 1133418 - Remove nonstandard expression closures from mobile/android. r=mfinkle 2015-01-24 23:50:50 -08:00
Ryan VanderMeulen
2e72549296 Merge inbound to m-c. a=merge 2015-02-17 21:22:47 -05:00
dominique vincent
0fde35b1ae Bug 1130630 - Move zoomed_view_stub from shared_ui_components to gecko_app. r=mcomella 2015-02-12 22:12:48 +01:00
Ryan VanderMeulen
cd46520185 Merge inbound to m-c. a=merge 2015-02-17 14:24:51 -05:00
Martyn Haigh
457653cee4 Bug 1128497 - No scroll bar in portrait mode in Tab Panel (r=mcomella) 2015-02-17 17:17:06 +00:00
Carsten "Tomcat" Book
4b912997a8 Merge mozilla-central to fx-team 2015-02-16 16:18:42 +01:00
Carsten "Tomcat" Book
08fafcb3e2 merge mozilla-inbound to mozilla-central a=merge 2015-02-16 15:59:56 +01:00
Martyn Haigh
f2ad138f7e Bug 1132185 - Put the tab queue UI behind a build flag (r=nalexander) 2015-02-16 14:55:52 +00:00
Ryan VanderMeulen
cc5672087d Merge m-c to inbound. a=merge 2015-02-17 14:27:23 -05:00
Carsten "Tomcat" Book
3e0a1b1404 Backed out changeset 32355c0d9d64 (bug 1014113) for suspicion of causing r2 perma failures 2015-02-16 10:19:09 +01:00
Robin Ricard
7783c1a260 Bug 1130872 - Add Robocop JavascriptTest verifying that AppConstants module can be imported and is sensible. r=nalexander
--HG--
extra : amend_source : a24d08216feb49a136834699c3b3eabaf357d9c7
2015-02-13 08:41:00 -08:00
Wes Kocher
33d9d68dcd Backed out changeset 67b3b61d39f3 (bug 938845) for rc4 failures 2015-02-13 14:08:41 -08:00
Wes Kocher
8c85d14f92 Backed out changeset 8a4280e98895 (bug 1122331) 2015-02-13 14:08:22 -08:00
Wes Kocher
8074719e1f Merge m-c to fx-team a=merge 2015-02-13 13:52:03 -08:00