Commit Graph

8795 Commits

Author SHA1 Message Date
Jim Chen
81312b8fe3 Bug 989046 - c. Support multiple listener types in EventDispatcher; r=mfinkle 2014-04-04 12:33:50 -04:00
Jim Chen
ebe098a475 Bug 989046 - b. Drop JSON.stringify when calling handleGeckoMessage; r=mfinkle 2014-04-04 12:33:50 -04:00
Jim Chen
b2db6fe190 Bug 989046 - a. Convert Gecko side messaging to use NativeJSContainer; r=blassey 2014-04-04 12:33:49 -04:00
Mark Finkle
11aa885e06 Bug 921948 - Integrate roku support into Firefox r=wesj 2014-04-07 14:27:14 -04:00
Brad Lassey
9c95d8dfec bug 979623 - NullPointerException when starting geckoview_example r=snorp 2014-03-25 21:22:09 -04:00
Richard Newman
11c55d73d1 Bug 949495 - Rework context handling. r=mfinkle 2014-04-02 18:33:24 -07:00
Benjamin Smedberg
7f621350fb Bug 986582 - Get rid of the separate toolkit.telemetry.enabledPreRelease flag. Comment-only, so DONTBUILD. r=rnewman 2014-04-02 18:05:28 -07:00
Wes Kocher
a23f94ab0f Backed out changeset 1aca519aec7e (bug 911574) for Android robocop failures on a CLOSED TREE 2014-04-02 17:26:21 -07:00
Michael Comella
4b04d5c772 Bug 991256 - Rename preprocessed Gecko* -> Themed* in widget/. r=bnicholson
--HG--
rename : mobile/android/base/widget/GeckoEditText.java.in => mobile/android/base/widget/ThemedEditText.java.in
rename : mobile/android/base/widget/GeckoImageButton.java.in => mobile/android/base/widget/ThemedImageButton.java.in
rename : mobile/android/base/widget/GeckoImageView.java.in => mobile/android/base/widget/ThemedImageView.java.in
rename : mobile/android/base/widget/GeckoLinearLayout.java.in => mobile/android/base/widget/ThemedLinearLayout.java.in
rename : mobile/android/base/widget/GeckoRelativeLayout.java.in => mobile/android/base/widget/ThemedRelativeLayout.java.in
rename : mobile/android/base/widget/GeckoTextSwitcher.java.in => mobile/android/base/widget/ThemedTextSwitcher.java.in
rename : mobile/android/base/widget/GeckoTextView.java.in => mobile/android/base/widget/ThemedTextView.java.in
rename : mobile/android/base/widget/GeckoView.java.frag => mobile/android/base/widget/ThemedView.java.frag
2014-04-02 15:56:52 -07:00
Kartikaya Gupta
89c1f3f024 Bug 911574 - Allow subframe panning on the body, provided it is not overflow:hidden. r=wesj 2014-04-03 05:53:34 +08:00
Brad Lassey
c46a60136c bug 928096 - UI for tab streaming, follow up to add a null check r=nalexander 2014-04-02 17:38:44 -04:00
Brad Lassey
81be981df4 bug 928096 - UI for tab streaming, thumbnails in prompt r=mfinkle,wesj 2014-03-31 21:59:41 -04:00
Brad Lassey
6d112ec871 bug 928096 - UI for Tab streaming, recording indiator for tabs tray r=lucasr, mfinkle 2014-04-02 14:32:30 -04:00
Ed Morley
2aa332455d Merge mozilla-central and fx-team 2014-04-02 18:25:23 +01:00
Lucas Rocha
b29693fbf3 Bug 991160 - Run GeckoSharedPrefs migrations in the current thread (r=rnewman) 2014-04-02 18:23:27 +01:00
Carsten "Tomcat" Book
f46dcca453 merge fx-team to mozilla-central 2014-04-02 15:56:06 +02:00
Nick Alexander
2b64647a14 Bug 990116 - Post: Clean Robocop imports. r=trivial 2014-04-01 22:00:47 -07:00
Nick Alexander
b80b763e06 Bug 990116 - Part 4: Make UITest inherit from BaseRobocopTest. r=mcomella 2014-04-01 22:00:47 -07:00
Nick Alexander
26d08daab4 Bug 990116 - Part 3: Use BROWSER_INTENT_CLASS in browser JUnit 3 tests. r=mcomella 2014-04-01 22:00:46 -07:00
Nick Alexander
659b53b14f Bug 990116 - Part 2: Use BROWSER_INTENT_CLASS in Robocop tests. r=mcomella 2014-04-01 22:00:46 -07:00
Nick Alexander
2c81326cfb Bug 990116 - Part 1: Split BROWSER_INTENT_CLASS and BROWSER_INTENT_CLASS_NAME. r=mcomella 2014-04-01 22:00:46 -07:00
Nick Alexander
041d930c2a Bug 990116 - Part 0: Move UITest.Type to BaseRobocopTest. r=mcomella 2014-04-01 22:00:45 -07:00
Nick Alexander
b5e3c19e98 Bug 990116 - Pre: Remove UITest.mActivity. r=mcomella 2014-04-01 22:00:45 -07:00
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
Lucas Rocha
ec36da2d37 Bug 933739 - Trigger autocompletion even if the search term hasn't changed (r=bnicholson) 2014-04-02 14:39:45 +01:00
Lucas Rocha
1e426c46d5 Bug 933739 - Make mSearchTerm volatile in BrowserSearch (r=bnicholson) 2014-04-02 14:39:44 +01:00
Myk Melez
c5f583bd2b Bug 968129 - load initial tab in WebappImpl:loadStartupTab; r=mfinkle 2014-04-01 23:32:42 -07:00
Anthony Lam
34f1c9741e Bug 970213 - replace icon with custom design; r=wesj
--HG--
extra : rebase_source : 3c7ce023ecd8fd79b8cf0654f1e736a1997da1ab
2014-04-01 15:39:35 -07:00
Myk Melez
3e66022100 Bug 989109 - return isDebuggable using new async callback; r=wesj
--HG--
extra : rebase_source : 87056e2b1af8557f7e3cb5ad893b4b4067d6be4a
2014-04-01 15:38:01 -07:00
Ryan VanderMeulen
9334648c0c Merge m-c to inbound. 2014-04-01 16:49:05 -04: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
Jim Chen
a19a03d507 Bug 984458 - f. Add NativeJSObject opt getters; r=blassey 2014-04-01 15:16:56 -04:00
Jim Chen
a829ab70bd Bug 984458 - e. Add NativeJSObject object getter; r=blassey 2014-04-01 15:16:55 -04:00
Jim Chen
5e4de5d8fb Bug 984458 - d. Add NativeJSObject property getters; r=blassey 2014-04-01 15:16:55 -04:00
Jim Chen
cdc7a228c1 Bug 984458 - c. Add skeletal NativeJSObject implementation; r=blassey 2014-04-01 15:16:54 -04:00
Jim Chen
1447ea535f Bug 984458 - b. Add threading support to NativeJSContainer; r=blassey 2014-04-01 15:16:53 -04:00
Jim Chen
d291d3bec4 Bug 984458 - a. Add NativeJSContainer implementation; r=blassey 2014-04-01 15:16:52 -04: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
Margaret Leibovic
b11cb7dcd0 Bug 942281 - Add a view for authentication UI to DynamicPanel (r=lucasr) 2014-03-27 09:25:04 -07:00
Margaret Leibovic
a9f5ab15f2 Bug 942281 - Rename mLayout -> mPanelLayout in DyanmicPanel (r=lucasr) 2014-03-27 09:25:03 -07:00
Margaret Leibovic
55675f1dea 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
3da981a6d2 Bug 981077 - Part 1: Add new error type SIM_NOT_MATCHED_ERROR. r=vyang 2014-03-21 10:52:05 +08:00
Richard Newman
5e1b967863 Bug 965811 - Support Firefox Account-based Sync in SendTabActivity. r=nalexander 2014-03-26 22:21:19 -07:00
Nick Alexander
0108f912d1 Bug 983856 - Message when syncing is disabled by Android. r=rnewman 2014-03-26 22:11:05 -07:00
Ashwin Swaroop
4e04effddf 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
0846272c0f Bug 981852 - Push GeckoEvents to a background thread. r=mfinkle 2014-03-26 21:21:40 -07:00
Ryan VanderMeulen
3cb7902f97 Merge m-c to fx-team. 2014-03-26 23:08:02 -04:00
Mark Capella
329f77a5a3 Bug 982608 - Geckoeditable data loss using Swift keyboard during Text Selection, r=jchen, margaret 2014-03-26 21:34:46 -04:00
Ryan VanderMeulen
a14baa39be Merge inbound to m-c. 2014-03-26 20:58:31 -04:00
Chenxia Liu
226191a068 Bug 959917 - Part 4: Fade visual feedback. r=lucasr 2014-03-26 16:07:14 -07:00
Chenxia Liu
f768105aac Bug 959917 - Part 3: Add nested reordering to context menu. r=lucasr 2014-03-26 16:07:14 -07:00
Chenxia Liu
1fb3cabc20 Bug 959917 - Part 2: Support reordering in HomeConfig.Editor. r=lucasr 2014-03-26 16:07:14 -07:00
Chenxia Liu
f4afd26047 Bug 959917 - Part 1: Explicitly handle PanelConfig order in Editor. r=lucasr 2014-03-26 16:07:14 -07:00