Commit Graph

11771 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
9a02f4280b Merge mozilla-central to mozilla-inbound 2014-01-22 14:37:23 +01:00
Wes Kocher
b82e99cd6f Merge m-c to fx-team 2014-01-21 17:37:43 -08:00
Wes Kocher
2546e3f69f Merge fx-team to m-c 2014-01-21 17:27:53 -08:00
Lucas Rocha
fcfa948d13 Bug 960529 - Simplify switch block for TabEvents in BrowserToolbar (r=bnicholson) 2014-01-21 21:06:24 +00:00
Lucas Rocha
8af824c245 Bug 960529 - Avoid redudant updateDisplayLayout() call (r=bnicholson) 2014-01-21 21:06:24 +00:00
Lucas Rocha
c5b7501b1b Bug 960529 - Centralize private mode setting into the proper method (r=bnicholson) 2014-01-21 21:06:24 +00:00
Martyn Haigh
d7982cce17 Bug 957056 - pass correct status argument to _initRuntime; r=wesj 2014-01-22 00:53:25 -08:00
Myk Melez
5932f7fdbf Bug 953328 - make about:apps work with synthetic APKs; r=wesj 2014-01-22 00:50:02 -08:00
Ryan VanderMeulen
3d6e25c171 Merge m-c to inbound. 2014-01-21 15:20:25 -05:00
Ryan VanderMeulen
eecb205346 Merge fx-team to m-c. 2014-01-21 15:18:30 -05:00
Lucas Rocha
bc8555362f Bug 949216 - Handle toolbar's back press all in onBackPressed() (r=wesj) 2014-01-21 17:54:51 +00:00
Richard Newman
7c39738bd5 Merge m-c to s-c. 2014-01-21 08:17:45 -08:00
Nick Alexander
1b4bb74fbe Merge m-c to s-c 2014-01-20 21:33:20 -08:00
Nick Alexander
f9f603bbe2 Bug 961184 - Show activity after signing in to account. r=rnewman
Also (partially) implements resending verification codes, but doesn't
yet implement resending after account creation.
2014-01-20 21:26:57 -08:00
Nick Alexander
1c808a891d Bug 951264 - COPPA support for Firefox Accounts on Android. r=rnewman 2014-01-20 21:26:53 -08:00
Nick Alexander
bf40d9ed51 Bug 956581 - Make FxAccountGetStartedActivity an AuthenticatorActivity. r=rnewman 2014-01-20 21:26:21 -08:00
Nick Alexander
02dd2cbf5a Bug 951304 - Follow-up: Look better on tablets; improve interstitial. r=rnewman 2014-01-20 21:26:17 -08:00
Mark Finkle
1d98f98e37 Backout 032a3ba018db, It breaks <select> form element interactions (bug 961489, bug 961662) 2014-01-20 16:40:28 -05:00
Carsten "Tomcat" Book
6da2a7e669 merge fx-team to mozilla-central 2014-01-20 15:38:43 +01:00
Ms2ger
437f4d6ea7 Merge latest PGO-green changeset from inbound to central. 2014-01-20 09:30:38 +01:00
Mark Finkle
ab90a714a5 Bug 953381 - Basic media casting control bar r=wesj 2014-01-20 17:26:30 -05:00
Mark Finkle
72c466076b Bug 953381 - Move CastingApps into a separate JS file r=wesj 2014-01-20 17:26:27 -05:00
Mark Finkle
0971eea68b Bug 953381 - video discovery tests r=wesj 2014-01-20 17:22:05 -05:00
Mark Finkle
880cbf8cb5 Bug 953381 - Add generic support for casting a video to a second screen service r=wesj 2014-01-20 17:21:58 -05:00
Richard Newman
a848b04d5c Bug 961538 - Correctly extract bitmaps from stored icons in search preferences. r=mfinkle 2014-01-19 23:09:23 -08:00
Nick Alexander
77f1e6a5a1 Bug 961521 - Remove Launcher from FxAccountStatusActivity. r=rnewman 2014-01-19 17:56:20 -08:00
Chris Kitching
2792ab117c Bug 961498: Prevent ICO decoder from exploding when faced with single-resource ICOs r=rnewman 2014-01-19 19:25:47 +00:00
Tim Taubert
5982a00404 merge m-c to fx-team 2014-01-19 10:42:28 +01:00
Richard Newman
fb24098a5f Bug 929066 - Handle skew in HAWK requests. r=nalexander 2014-01-18 19:49:25 -08:00
Geoff Brown
da6404b6da Bug 962121 - Disable testPasswordProvider,testFormHistory on Android x86 only, for too many crashes 2014-01-21 10:22:59 -07:00
Mark Capella
6e8cede56b Bug 947284 - End text-selection handle is not visible when opting to select all text part II, r=margaret 2014-01-18 00:31:05 -05:00
Brian Nicholson
c23918343f Bug 917896 - Replace throbber with progress bar. r=lucasr 2014-01-17 20:03:59 -08:00
Mark Finkle
c4aeab430f Bug 922342 - PermissionPromptHelper.jsm takes ~220ms on startup on a galaxy nexus r=wesj 2014-01-17 22:35:12 -05:00
Chris Kitching
89e4506e92 Bug 748100: Augment Favicon decoder with the ability to decode ICO files. r=rnewman 2014-01-18 03:24:28 +00:00
Chris Kitching
bf2c39b60e Bug 957400: Fix sorting in favicon cache. r=rnewman 2014-01-18 01:10:22 +00:00
Marcos Cezar
683f65f2a1 Bug 947506 - Rename PerProfileContentProvider to SQLiteBridgeContentProvider. r=margaret
--HG--
rename : mobile/android/base/db/PerProfileContentProvider.java => mobile/android/base/db/SQLiteBridgeContentProvider.java
2014-01-17 17:02:55 -08:00
Lucas Rocha
5fb54f9d63 Bug 959184 - Use enum instead of boolean to track BrowserToolbar's mode (r=mcomella) 2014-01-21 16:44:38 +00:00
Lucas Rocha
d4d8ec5721 Bug 959777 - Define LayoutType, ViewType, and ViewConfig (r=margaret) 2014-01-21 16:32:23 +00:00
Lucas Rocha
a63ede5f73 Bug 959777 - Factor out PanelConfig validation to be used in all constructors (r=margaret) 2014-01-21 16:32:23 +00:00
Lucas Rocha
5ed7090ad1 Bug 959777 - Move JSON parsing logic into PanelConfig (r=margaret) 2014-01-21 16:32:23 +00:00
Ryan VanderMeulen
e8f482e01e Merge m-c to fx-team. 2014-01-21 15:22:15 -05:00
Michael Nares
586200c281 Bug 884851 - Replace the mIsAutoComplete boolean with an enum. r=kats 2014-01-21 14:24:52 -05:00
Jim Chen
1885b24ceb Bug 958706 - Add ThrowException and HandleUncaughtException methods to AndroidBridge; r=blassey
ThrowException throws a new exception with the appropriate message, meant for native JNI methods that return to Java code (i.e. methods in AndroidJNI.cpp).

HandleUncaughtException will be called by the generated JNI stubs that C++ code uses. HandleUncaughtException calls the new GeckoAppShell.handleUncaughtException method, which behaves exactly like the normal uncaught exception handler (annotates the crash report and crashes). GeckoAppShell.handleUncaughtException has the noThrow annotation that will be seen by the generated code; as a result, its generated stub will not call HandleUncaughtException and result in a loop.
2014-01-17 23:32:24 -06:00
Jim Chen
57092e14bb Bug 959237 - Add AndroidBridge::HasEnv checks; r=blassey
For certain tests, the AndroidBridge is not initialized, but some GeckoAppShell functions are still called indirectly. For now, this patch adds checks to skip these calls if there's no AndroidBridge. However, in the future, most of the affected code should be refactored to not require these checks.
2014-01-17 23:32:24 -06:00
Margaret Leibovic
f41c504216 Bug 958891 - Make Fennec about:home advertise Firefox Accounts + Sync banner. r=bnicholson 2014-01-17 16:08:44 -08:00
Ryan VanderMeulen
96d6c87b41 Backed out changeset a63deedeb4b7 (bug 917896) for robocop failures. 2014-01-17 15:24:23 -05:00
Ryan VanderMeulen
5564c956f2 Merge m-c to fx-team. 2014-01-17 15:20:15 -05:00
Ryan VanderMeulen
06a9792760 Merge fx-team to m-c. 2014-01-17 14:56:13 -05:00
Margaret Leibovic
9867d5f742 Bug 959862 - Expand Home.panels API to specify contents of panels. r=lucasr 2014-01-17 09:27:07 -08:00
Margaret Leibovic
d8b698c5ca Bug 959880 - Support basic HTML markup in home banner text. r=wesj 2014-01-17 09:27:01 -08:00