Chenxia Liu
739c9573f2
Bug 942875 - Part 1: Refactor Search Settings. r=lucasr
2014-01-22 10:10:51 -08: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
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
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
Richard Newman
a848b04d5c
Bug 961538 - Correctly extract bitmaps from stored icons in search preferences. r=mfinkle
2014-01-19 23:09:23 -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
Brian Nicholson
c23918343f
Bug 917896 - Replace throbber with progress bar. r=lucasr
2014-01-17 20:03:59 -08: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
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
Richard Newman
fd29251c75
Bug 960324 - Use "BrowserID" in Android tokenserver authz header, not "Browser-ID". r=rnewman
2014-01-16 22:24:52 -08:00
Richard Newman
e51debd4af
Bug 951304 - Follow-up: add missing file from Part 3. r=bustage
2014-01-16 19:50:51 -08:00
Richard Newman
589ee05e40
Bug 951304 - Part 4: include a stub string for Fennec. r=trivial
2014-01-16 18:53:02 -08:00
Richard Newman
48fa0e81f6
Bug 951304 - Part 3: first version of FxAccountUpdateCredentialsActivity. r=rnewman
2014-01-16 18:51:46 -08:00
Nick Alexander
7b41bfe110
Bug 951304 - Part 2: first cut at native UI for Firefox Accounts on Android. r=rnewman
2014-01-16 18:35:09 -08:00
Richard Newman
aebca911a0
Bug 956844 - Part 2: rework FxA state machine. r=rnewman
2014-01-16 18:35:08 -08:00
Nick Alexander
c7ef364ed6
Bug 951304 - Part 1: add FxAccountAuthenticator.getFirefoxAccounts. r=rnewman
2014-01-16 18:35:08 -08:00
Nick Alexander
15b61028be
Bug 956844 - Part 1: update Android FxSyncAdapter to use new onepw protocol login flow. r=rnewman
2014-01-16 18:35:08 -08:00
Kartikaya Gupta
9bfc484bf4
Bug 936008 - Avoid NPE when getting a zoom constraints update before the LayerView is fully initialized. r=wesj
2014-01-16 16:14:08 -05:00