Commit Graph

8538 Commits

Author SHA1 Message Date
Lucas Rocha
9f321ba87e Bug 817721/817735/817732 - Add TwoWayView to repo (r=mfinkle) 2013-02-22 07:22:36 +00:00
Sriram Ramasubramanian
b686399735 Bug 843827: Makefile entry missing on MDPI phone. [r=mfinkle] 2013-02-21 14:26:22 -08:00
Jeff Gilbert
4ed4901299 Bug 716859 - Streaming GLContext buffers (doublebuffering, etc) - r=bjacob,jrmuizel,vlad
--HG--
extra : rebase_source : 3fb4230127df8a265d930fb779bdc93e05626c8b
2013-02-13 15:26:24 -08: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
1c27a08fd0 Bug 842797 - Remove GeckoAsyncTask priority. r=mfinkle 2013-02-21 12:01:01 -08:00
Brian Nicholson
d88d9059b1 Bug 842797 - Replace GeckoAsyncTask Activity parameter with Handler. r=kats,mfinkle 2013-02-21 12:00:52 -08:00
Brian Nicholson
315acc3aba Bug 842395 - Remove areClientsAvailable() from TabsAccessor. r=mfinkle
--HG--
extra : rebase_source : edca3b7010a8a4cae538ca9632d98e3201a135c1
2013-02-21 11:56:19 -08:00
Brad Lassey
0783fd0ae1 Bug 843361 - Read proc names more efficiently r=mfinkle 2013-02-21 11:24:08 -05:00
Margaret Leibovic
880757649e Bug 842897 - Initalize distribution in testDistribution() instead of setUp(). r=gbrown 2013-02-21 09:47:43 -08:00
Wes Johnston
3dc17a0cc0 Bug 842830 - Don't show splash screens if Gecko is already running. r=mfinkle 2013-02-21 08:41:43 -08:00
Wes Johnston
3964b209bf Bug 839771 - Use a compound drawable to add padding to select elements. r=sriram 2013-02-21 08:41:41 -08:00
Kartikaya Gupta
c6f7ab11ee Bug 843300 - Don't let JavaAddonManager register for events multiple times. r=mfinkle 2013-02-21 09:30:00 -05:00
Mark Finkle
81129435d3 Bug 843361 - Dump list of open files if we fail to unlock the DB r=blassey 2013-02-21 08:52:37 -05:00
Sriram Ramasubramanian
40a5e27a25 Bug 843313: Make a StateListDrawable for more/checkmark in menuitem. [r=mfinkle]
--HG--
rename : mobile/android/base/resources/drawable/menu_item_checkmark.xml => mobile/android/base/resources/drawable/menu_item_state.xml.in
2013-02-20 23:07:07 -08:00
Sriram Ramasubramanian
531d2f0e78 Bug 843313: Remove the unnecessary LinearLayout around the TextView in default menu item. [r=mfinkle] 2013-02-20 23:07:06 -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
7a56b79cef Bug 843313: Make the checkbox/more icon to be a compound drawable of the menu item's text. [r=mfinkle] 2013-02-20 23:07:06 -08:00
Sriram Ramasubramanian
477ee09554 Bug 843313: Make the icon a compound drawable for the menu-item's text. [r=mfinkle] 2013-02-20 23:07:05 -08:00
Panos Astithas
83e32a976a Bug 818382 - Support chrome debugging in Firefox for Android; r=mfinkle 2013-02-21 08:44:03 +02:00
Mark Finkle
364bd28ed5 Bug 843029 - Add more retries to ensureDatabaseIsNotLocked r=blassey r=lucasr 2013-02-20 13:32:35 -05:00
Mark Finkle
bab16218f0 Bug 842917 - Avoid nested transactions in onUpgrade r=lucasr 2013-02-20 13:32:32 -05:00
Adrian Tamas
79aa932b03 Bug 841377 - Robocop: Extend the testShareLink test to cover opening the share popup from context menus. r=jmaher 2013-02-12 10:00:54 +02:00
Mike Hommey
15a25ab52d Bug 834337 - Make chrome/chrome/content/branding/favicon64.png the first file in omni.ja. r=blassey 2013-02-20 09:53:21 +01:00
Richard Newman
a872106293 Bug 842674 - Use correct constant for android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE. r=nalexander 2013-02-19 15:13:01 -08:00
Mark Finkle
6317308989 Bug 842421 - Make GeckoAsyncTask cancellable r=kats r=bnicholson 2013-02-19 16:14:37 -05:00
Mark Finkle
08351e6873 Bug 842374 - Use GeckoAsyncTask instead of AsyncTask when removing bookmarks r=kats 2013-02-19 16:14:35 -05:00
Kartikaya Gupta
e3dae9a442 Back out b3bdec87d963 (bug 840722) for causing bug 842418. r=me 2013-02-19 16:11:03 -05:00
Mark Finkle
d07e148677 Bug 842457 - Limit columns in queries used for getCount r=bnicholson 2013-02-19 15:53:03 -05: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
Sriram Ramasubramanian
813497384f Bug 840871: about:home thumbnails are drawn twice. [r=mfinkle] 2013-02-19 12:00:28 -08:00
Sriram Ramasubramanian
a35a9bce91 Bug 840868: Reset window background once loaded. [r=mfinkle] 2013-02-19 11:54:40 -08:00
Margaret Leibovic
9ffdf2c240 Bug 840825 - Clear distribution pref during testDistribution setup. r=wesj 2013-02-19 10:49:42 -08:00
Geoff Brown
934641715f Bug 837318: Update testVkbOverlap to account for tablet behavior; r=wesj 2013-02-19 12:02:15 -07:00
Margaret Leibovic
425eedf36d Bug 840825 - Basic tests for distribution customization. r=gbrown,wesj 2013-02-19 10:15:55 -08:00
Ryan VanderMeulen
9af6f0a1e3 Merge m-c to inbound. 2013-02-19 12:46:19 -05:00
Lukas Blakk
6f45ecd5cc Merging in version bump NO BUG CLOSED TREE 2013-02-19 09:35:19 -08:00
Morrison Cole
d4676dcd29 Bug 842346 - Fennec doesn't build with Java 7 because of JavaAddonManager. r=kats 2013-02-19 10:25:13 -05:00
Mark Finkle
02d2157b11 Bug 836924 - java.lang.NullPointerException: at org.mozilla.gecko.Tabs.getContentResolver r=bnicholson 2013-02-18 16:17:54 -05:00
Jim Chen
b7bd93badb Bug 841036 - Set default composition color to text field color; r=cpeterson 2013-02-18 14:00:47 -05:00
Jim Chen
d2874dc962 Bug 838177 - Add more debugging output to GeckoEditable and GeckoInputConnection; r=cpeterson 2013-02-18 13:57:43 -05:00
Margaret Leibovic
ecfd2da70d Bug 841938 - Implement nsAndroidHistory::SetURITitle. r=wesj 2013-02-18 09:27:30 -08:00
David Dahl
0edb332ed6 Bug 683262 - window.crypto throws if MOZ_DISABLE_DOMCRYPTO is turned on - revert nsIWindowCrypto patch - r=jst 2013-02-16 22:43:19 -06:00
David Dahl
c68721cd2c Bug 683262 - window.crypto throws if MOZ_DISABLE_DOMCRYPTO is turned on - window.crypto patch - r=jst
--HG--
rename : dom/interfaces/base/nsIDOMCrypto.idl => dom/interfaces/base/nsIDOMCryptoLegacy.idl
2013-02-16 22:43:16 -06:00
Ms2ger
948d5f9b8d Merge backout on a CLOSED TREE. 2013-02-16 10:36:31 +01: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
4656a9e054 Bug 835022 - Switch to correct tab when a tab is closed. r=mfinkle 2013-02-15 22:44:14 -08: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
David Dahl
3bcc359caf Bug 683262 - window.crypto throws if MOZ_DISABLE_DOMCRYPTO is turned on - revert nsIWindowCrypto patch r=jst 2013-02-15 23:34:18 -06:00
David Dahl
b0632e9e66 Bug 683262 - window.crypto throws if MOZ_DISABLE_DOMCRYPTO is turned on - window.crypto patch r=jst
--HG--
rename : dom/interfaces/base/nsIDOMCrypto.idl => dom/interfaces/base/nsIDOMCryptoLegacy.idl
2013-02-15 23:34:15 -06:00
Phil Ringnalda
d3db3557f9 Back out 236ba87c0a9f (bug 440046) and d3b7606d94a6:895a7efc978d (bug 683262) for b2g mochitest failures 2013-02-15 23:33:45 -08:00