Commit Graph

12669 Commits

Author SHA1 Message Date
Nick Alexander
9fabb1441b 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
0406d36fad 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
a7bdfae4f6 Merge fx-team to m-c 2014-03-27 20:07:56 -07:00
Wes Kocher
7d471d658b Merge b2g-inbound to m-c 2014-03-27 19:37:17 -07:00
Ed Morley
b98a8192aa Backed out changeset 34c02de8634f (bug 968308) for testUITelemetry failures 2014-03-27 17:48:56 +00:00
Ed Morley
929dfac66e Backed out changeset ea74c69f4dbf (bug 968308) 2014-03-27 17:48:34 +00:00
Ed Morley
4312aa8ad0 Backed out changeset 37e48ebd87a9 (bug 968308) 2014-03-27 17:48:30 +00:00
Margaret Leibovic
13c487d13b 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
Margaret Leibovic
55e4fb900f Bug 942281 - Add a view for authentication UI to DynamicPanel (r=lucasr) 2014-03-27 09:25:04 -07:00
Margaret Leibovic
e804983f2c Bug 942281 - Rename mLayout -> mPanelLayout in DyanmicPanel (r=lucasr) 2014-03-27 09:25:03 -07:00
Margaret Leibovic
d73f686e9e Bug 942281 - Create AuthConfig and add authHandler option to Home.panels.register API (r=lucasr) 2014-03-27 09:25:03 -07:00
Bevis Tseng
06ca945bcd Bug 981077 - Part 1: Add new error type SIM_NOT_MATCHED_ERROR. r=vyang 2014-03-21 10:52:05 +08:00
Richard Newman
898c785ff0 Bug 965811 - Support Firefox Account-based Sync in SendTabActivity. r=nalexander 2014-03-26 22:21:19 -07:00
Nick Alexander
ff2d767beb Bug 983856 - Message when syncing is disabled by Android. r=rnewman 2014-03-26 22:11:05 -07:00
Ashwin Swaroop
6596fb9c77 Bug 983860 - Fixed a copy-paste error and replaced log message in AndroidFxAccount.enableSyncing() to say "Enabling" instead of "Disabling"; r=nalexander 2014-03-26 22:00:58 -07:00
Wes Johnston
bf3b3e4186 Bug 981852 - Push GeckoEvents to a background thread. r=mfinkle 2014-03-26 21:21:40 -07:00
Ryan VanderMeulen
c73d8169d7 Merge m-c to fx-team. 2014-03-26 23:08:02 -04:00
Mark Capella
141df64342 Bug 982608 - Geckoeditable data loss using Swift keyboard during Text Selection, r=jchen, margaret 2014-03-26 21:34:46 -04:00
Ryan VanderMeulen
4dc5242df5 Merge inbound to m-c. 2014-03-26 20:58:31 -04:00
Chenxia Liu
9168ed5365 Bug 959917 - Part 4: Fade visual feedback. r=lucasr 2014-03-26 16:07:14 -07:00
Chenxia Liu
ee752c0894 Bug 959917 - Part 3: Add nested reordering to context menu. r=lucasr 2014-03-26 16:07:14 -07:00
Chenxia Liu
875ac71893 Bug 959917 - Part 2: Support reordering in HomeConfig.Editor. r=lucasr 2014-03-26 16:07:14 -07:00
Chenxia Liu
abe8d9461e Bug 959917 - Part 1: Explicitly handle PanelConfig order in Editor. r=lucasr 2014-03-26 16:07:14 -07:00
Chenxia Liu
2695f163ab Bug 959917 - Part 0: Remove unused imports. r=lucasr 2014-03-26 16:07:13 -07:00
Chenxia Liu
66b148d268 Bug 959917 - Cleanup: Remove unused field. r=lucasr 2014-03-26 16:07:04 -07:00
Michael Comella
8e2648d558 Bug 957894: Update account pickling code for Firefox Accounts. r=nalexander 2014-03-26 11:31:43 -07:00
Wes Johnston
829ffa4afd Bug 896109 - Don't log null dir requests in GeckoProfile.java. r=mfinkle 2014-03-26 10:47:15 -07:00
Wes Johnston
2fec4d2709 Bug 942270 - Fix gingerbread issues with quickshare. r=bnicholson 2014-03-26 10:18:02 -07:00
Wes Johnston
936e22fa0e Bug 942270 - Use tabs for prompts with multiple contexts. r=bnicholson,margaret 2014-03-26 10:18:02 -07:00
Wes Johnston
fa0e9a3f80 Bug 942270 - Gingerbread compatibility of GeckoActionView. r=margaret 2014-03-26 10:18:02 -07:00
Wes Johnston
5271de610a Bug 942270 - Fix tests for quickshare. r=gbrown 2014-03-26 10:18:01 -07:00
Wes Johnston
fe15a7c0ff Bug 942270 - Support quickshare in context menus. r=bnicholson 2014-03-26 10:18:01 -07:00
Wes Johnston
153d382b05 Bug 985875 - Set selected item in adapter for single select lists. r=bnicholson 2014-03-25 22:44:08 -07:00
Wes Johnston
79883c8a29 Bug 956716 - Use exclusive bounds for substring. r=bnicholson 2014-03-25 22:43:12 -07:00
Wes Kocher
5389f8cd94 Merge m-c to fx-team 2014-03-25 20:23:20 -07:00
Wes Kocher
0d58e41dd9 Merge fx-team to m-c 2014-03-25 20:03:13 -07:00
Jim Chen
20e6314399 Bug 987284 - Make "copy JNI files" message easier to read. r=mshal 2014-03-25 14:40:36 -04:00
Lucas Rocha
c31616a268 Bug 987963 - Reset isLoaded state in HomeFragment on configuration change (r=margaret) 2014-03-25 13:31:26 -07:00
Wes Johnston
dc860eefa9 backout e777fa3d7fa9 for build failures 2014-03-25 12:58:06 -07:00
Wes Johnston
a564938561 Bug 956716 - Crop dialog titles to 256 characters. r=bnicholson 2014-03-25 12:45:57 -07:00
Wes Johnston
e5f517b4c9 Bug 980152 - Resize images for grid views. r=lucasr 2014-03-25 12:44:22 -07:00
Wes Johnston
eb1f5780da Bug 980152 - Update code style in some Panel classes. r=lucasr 2014-03-25 12:44:21 -07:00
James Hugman
a5ab331d6c Bug 958709 - enable webapps to kill their tasks; r=mfinkle,mhaigh
--HG--
extra : amend_source : d57e9195baa5eaf3d9847fef0a5b9d78ae8d3af4
2014-03-25 11:12:58 -07:00
Carsten "Tomcat" Book
51bdac3e31 Merge mozilla-central to fx-team 2014-03-25 13:43:40 +01:00
Carsten "Tomcat" Book
05c3a611b5 merge fx-team to mozilla-central 2014-03-25 13:17:42 +01:00
Geoff Brown
d1c5c80700 Bug 915449 - Get EditText view instead of using Solo.getEditText; r=mcomella 2014-03-24 16:19:54 -06:00
Ryan VanderMeulen
85d2cbd02e Merge inbound to m-c. 2014-03-24 16:47:07 -04:00
Margaret Leibovic
90044610c2 Bug 943262 - Use CharsetMenu.jsm instead of charsetTitles.properties for Character Encoding menu items. r=bnicholson 2014-03-24 09:22:32 -07:00
Ms2ger
4589af6f9b Bug 860731 - Part d: Fix packaging; r=janv 2014-03-24 16:11:16 +01:00
Phil Ringnalda
666e28991c Back out 4 changesets (bug 986114) for 50% roboprovider bustage
CLOSED TREE

Backed out changeset cc87c22aab07 (bug 986114)
Backed out changeset c75b0b78ebbf (bug 986114)
Backed out changeset d9e1c755f554 (bug 986114)
Backed out changeset f1d1a28b0f5a (bug 986114)
2014-03-22 21:34:30 -07:00