Commit Graph

12719 Commits

Author SHA1 Message Date
Nick Alexander
a2a0ca216f Bug 988437 - Part 2: Make Firefox Account Android Account type unique per package. r=rnewman
This bumps every package's account type so that any issues shake out on
Nightly (which otherwise would not have experienced an account type
change).

The trivial change to the AndroidManifest is to ensure that the new
Account type is picked up by the build system, in the hopes of avoiding
a clobber.
2014-04-01 21:32:54 -07:00
Nick Alexander
d4526c8f69 Bug 988437 - Part 1: Allow unpickling across Android Account types; bump pickle version. r=rnewman 2014-04-01 21:32:54 -07:00
Nick Alexander
99da817f3a Bug 990680 - Remove extras from GlobalSession constructor. r=rnewman 2014-04-01 15:31:28 -07:00
Nick Alexander
3aefa08f51 Bug 983350 - Follow-up: Rev User-Agent string. r=rnewman 2014-04-01 15:01:58 -07:00
Ryan VanderMeulen
cbe9695b7f Merge m-c to fx-team. 2014-04-01 16:47:14 -04:00
Ryan VanderMeulen
0d5b7940ce Merge inbound to m-c. 2014-04-01 16:45:00 -04:00
Wes Johnston
fb9e35795a backout f1a7f2af1dce (Bug 981852) because its no longer needed. r=backout 2014-04-01 12:23:41 -07:00
Chenxia Liu
3312558159 Bug 971093 - Intermittent testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: Text string: '^Customize$' is not found! r=gbrown 2014-04-01 11:30:31 -07:00
snigdha
9cc482da68 Bug 798033 - Headers should generally not do "using namespace" at file scope. r=jib, r=jmathies, r=rjesup, r=ekr, r=ncameron, r=blassey 2014-04-01 08:29:25 -04:00
Masayuki Nakano
f6885469a0 Bug 984271 part.2 Rename nsEventStateManager to mozilla::EventStateManager r=smaug
--HG--
rename : dom/events/nsEventStateManager.cpp => dom/events/EventStateManager.cpp
rename : dom/events/nsEventStateManager.h => dom/events/EventStateManager.h
2014-04-01 13:09:23 +09:00
Jim Chen
8f0142e411 Bug 988553 - General Javascript test harness cleanup; r=nalexander 2014-03-31 14:03:35 -04:00
Jim Chen
06880d3a39 Bug 988553 - Move JavascriptTestMessageParser into helper class; r=nalexander 2014-03-31 14:03:34 -04:00
Lucas Rocha
a8f6b33315 Bug 988355 - Properly handle device rotation in DynamicPanel (r=margaret) 2014-03-31 18:04:34 +01:00
Lucas Rocha
436c2cba3d Bug 974601 - Avoid saving HomeConfig state if still using default configuration (r=margaret) 2014-03-31 17:33:28 +01:00
Lucas Rocha
f1fc78b9e8 Bug 940575 - Implement scopes for SharedPreferences (r=rnewman) 2014-04-01 15:02:14 +01:00
Lucas Rocha
dc23abbc03 Bug 940575 - Handle null background thread in isOnBackgroundThread() (r=rnewman) 2014-04-01 15:02:13 +01:00
Sola Ogunsakin
870f8b0884 Bug 968308 - Part 6: Update docs. r=liuche 2014-03-31 14:43:00 -07:00
Sola Ogunsakin
90284630c0 Bug 968308 - Part 4: Fix testUITelemetry bustage. r=liuche 2014-03-31 14:41:54 -07:00
Sola Ogunsakin
09ce75602b Bug 968308 - Part 3: Sessions for each panel. r=liuche 2014-03-28 15:37:39 -07:00
Sola Ogunsakin
ae23decf61 Bug 968308 - Part 2: Session for about:home. r=liuche 2014-03-28 15:36:55 -07:00
Sola Ogunsakin
b30de2f6b2 Bug 968308 - Part 1: Make "reason" optional in stopUISession. r=liuche 2014-03-26 18:19:47 -07:00
Mark Capella
ba77fb8bed Bug 976723 - Selection handle scrolls outside boundary of <input> on page scroll, r=margaret 2014-04-01 00:19:16 -04:00
Wes Johnston
a037e33f84 Bug 933979 - Delete webapp profiles when they're uninstalled. r=myk 2014-03-31 15:40:54 -07:00
Wes Johnston
b5d02aed76 Bug 942270 - Use text/plain for quick share mimetype on links. r=mfinkle 2014-03-31 15:40:32 -07:00
Mark Finkle
0bb94ae6d0 Bug 975123 - Allow for fixed targets/devices for situations where routers block UDP broadcasts r=wesj 2014-03-30 23:45:52 -04:00
Phil Ringnalda
1883a0e0cf Merge f-t to m-c 2014-03-29 10:08:41 -07:00
Wes Kocher
6740be2260 Merge m-c to inbound 2014-03-28 17:04:03 -07:00
Wes Kocher
7846a4d1f4 Merge fx-team to m-c 2014-03-28 16:48:17 -07:00
Wes Kocher
f169e1e3b6 Merge m-c to fx-team 2014-03-28 17:07:04 -07:00
Brad Lassey
34443c56ed bug 979438 - Unify android target SDK versions, follow up to address nits r=nalexander
--HG--
extra : rebase_source : 841e8eece32e10d6d2c3443d5bcbf7ac935dd157
2014-03-28 19:47:32 -04:00
Margaret Leibovic
81ce1d3bf5 Bug 976680 - Remove landscape padding from home banner. r=bnicholson 2014-03-26 17:39:36 -07:00
Brad Lassey
eade3f50ca bug 979438 - Unify android target SDK versions r=nalexander
--HG--
rename : embedding/android/geckoview_example/AndroidManifest.xml => embedding/android/geckoview_example/AndroidManifest.xml.in
rename : mobile/android/geckoview_library/AndroidManifest.xml => mobile/android/geckoview_library/AndroidManifest.xml.in
rename : mobile/android/geckoview_library/project.properties => mobile/android/geckoview_library/project.properties.in
2014-03-25 23:27:16 -04:00
Brian Nicholson
265108a4fd Bug 989098 - Use wrapper object to pass generic objects in sendResponse. r=wesj 2014-03-28 15:03:20 -07:00
Nick Alexander
fd8cd05fdd Bug 836790 - Don't HTTP GET remote changes if info/collections says there are none. r=rnewman 2014-03-28 14:32:48 -07:00
Richard Newman
cb8fddc4d0 Bug 986114 - Part 2: switch TabsProvider to use PerProfileDatabaseProvider. r=nalexander 2014-03-21 16:00:39 -07:00
Richard Newman
3dabb9ceb8 Bug 986114 - Part 1: ReadingListProvider and BrowserProvider should share DB accessors. r=nalexander
* * *
Bug 986114 - Follow-up: Fix bustage on a CLOSED TREE.
2014-03-21 16:00:38 -07:00
Richard Newman
b8943468be Bug 986114 - Pre: clean up testReadingListProvider. r=trivial 2014-03-21 16:00:38 -07:00
Richard Newman
72eb2ce657 Bug 986114 - Pre: introduce BaseRobocopTest, rework testBrowserProviderPerf. r=nalexander 2014-03-28 12:01:47 -07:00
Raymond Etornam Agbeame
b9b2d5f834 Bug 988126 - WebViewActivity missing return statement. r=rnewman 2014-03-28 09:16:32 -07:00
Brian Nicholson
1890e6556b Bug 988527 - Fix progress.9.png to have balanced padding. r=lucasr 2014-03-28 09:01:57 -07:00
Lucas Rocha
6a3336d9dd Bug 933739 - Reset autocompletion state when the toolbar gets focus (r=bnicholson) 2014-03-28 14:19:04 +00:00
Josh Dover
501514dd27 Bug 972503 - Allow home panel views to specify an initial filter. r=lucasr 2014-03-27 16:17:00 +01:00
Nick Alexander
fc8d68521b Bug 988571 - Migrate Android Firefox Accounts from Doghouse to Separated state on application upgrade. r=rnewman 2014-03-28 00:32:59 -07:00
Nick Alexander
a523179ef8 Bug 989105 - Redirect Send Tab to Status activity when the Firefox Account definitely cannot send a tab. r=rnewman
--HG--
extra : rebase_source : fa924a2d14147041604c67758270c85603a43acb
2014-03-27 17:15:55 -07:00
Wes Kocher
3948825ebe Merge fx-team to m-c 2014-03-27 20:07:56 -07:00
Wes Kocher
3d817ab8e1 Merge b2g-inbound to m-c 2014-03-27 19:37:17 -07:00
Ed Morley
f1e8e08f20 Backed out changeset 34c02de8634f (bug 968308) for testUITelemetry failures 2014-03-27 17:48:56 +00:00
Ed Morley
ebec9dc29a Backed out changeset ea74c69f4dbf (bug 968308) 2014-03-27 17:48:34 +00:00
Ed Morley
5cf049726b Backed out changeset 37e48ebd87a9 (bug 968308) 2014-03-27 17:48:30 +00:00
Margaret Leibovic
4e76284655 Bug 942281 - Create a PanelAuthCache to keep track of whether or not panel is authenciated (r=lucasr) 2014-03-27 09:25:04 -07:00