Jim Chen
223e526147
Bug 1075644 - Reduce Gecko thread priority at very start; r=snorp r=bnicholson
2014-10-06 13:23:53 -04:00
Richard Newman
7e0a37e875
Bug 1077645 - Be paranoid when parsing external intent extras. r=snorp
2014-10-03 23:32:28 -07:00
Jim Chen
f36170c6eb
Bug 1062377 - Add JUnit test for new GeckoBackgroundThread; r=rnewman
2014-09-30 18:19:26 -04:00
Jim Chen
09fbc45943
Bug 1062377 - Rewrite GeckoBackgroundThread to not wait for thread start if possible; r=rnewman
...
When GeckoBackgroundThread is first used, it starts a new thread and waits for a Handler. This can delay startup. Instead, we can just save the Runnable and run it when the thread is starting.
2014-09-30 18:19:25 -04:00
Brian Nicholson
d264adbac2
Bug 1073052 - Use main looper to initialize UI thread and handler. r=rnewman
2014-09-25 13:27:03 -07:00
Nick Alexander
13453ed89f
Bug 1064304 - Pre: Align PrefUtils.putStringSet docstring and reality. r=rnewman
2014-09-16 15:41:07 -07:00
Jim Chen
50a2bfbd3d
Bug 1063120 - Synchronously respond to Gecko requests if running on Gecko thread; r=bnicholson
2014-09-11 18:31:33 -04:00
Jim Chen
f3a0f88f91
Bug 1062379 - Don't reduce Gecko thread priority for multicore devices; r=mfinkle
...
For multicore devices, the Gecko thread should be able to run on a separate core than the UI thread, so there's no reason to lower the Gecko thread priority in consideration for the UI thread. Patch also fixes some race conditions involving sGeckoThread in ThreadUtils.
2014-09-09 13:46:48 -04:00
Chris Kitching
d1b79b2211
Bug 1064644: Remove inner-access comments. r=rnewman
2014-09-08 18:11:51 -07:00
Brian Nicholson
3897b56bac
Bug 1055144 - Implement sendRequestForResult. r=wesj
...
sendRequestForResult is a promise-based API for messaging Java. It
replaces the callback version of sendMessageToJava.
2014-09-02 15:53:29 -07:00
Brian Nicholson
6226977167
Bug 1043633 - Change sendMessageToJava to Messaging.sendRequest. r=wesj
2014-09-02 11:59:05 -07:00
Chris Kitching
b72133e63f
Bug 1057086: Improve type safety in UIAsyncTask r=nalexander
...
--HG--
rename : mobile/android/base/util/UiAsyncTask.java => mobile/android/base/util/UIAsyncTask.java
2014-08-20 08:50:58 -07:00
Brian Nicholson
9619f8a3b1
Bug 967325 - Implement GeckoRequest tests. r=jchen,mcomella
2014-08-11 19:37:39 -07:00
Brian Nicholson
4af3037d3a
Bug 967325 - Implement GeckoRequest API. r=jchen,wesj
2014-08-11 19:37:39 -07:00
Wes Kocher
a891b9fc9e
Backed out 2 changesets (bug 967325) for rc4 failures
...
Backed out changeset 5db7e8e8bd6c (bug 967325)
Backed out changeset bbd7ca6452ff (bug 967325)
2014-08-11 16:31:15 -07:00
Brian Nicholson
1a3ac959e5
Bug 967325 - Implement GeckoRequest tests. r=jchen,mcomella
2014-08-11 15:09:37 -07:00
Brian Nicholson
32916e2fc3
Bug 967325 - Implement GeckoRequest API. r=jchen,wesj
2014-08-11 15:09:37 -07:00
Chris Kitching
28438bf2dc
Bug 1051706: Reduce use of proxy methods and generated getters in 'other' code. r=rnewman
2014-07-28 17:32:59 -07:00
Jim Chen
44ad25f11b
Bug 1046880 - Throw custom exception when a property does not exist or has the wrong type; r=blassey
2014-08-06 14:38:29 -04:00
Richard Newman
843748f662
Bug 1045921 - Clean up Clipboard.java. r=wesj. Android-only on a CLOSED TREE
2014-08-05 19:31:40 -07:00
Chris Kitching
1ca4ae5686
Bug 1047971: Delete even more redundant field initialisers r=rnewman
2014-08-03 02:21:42 -07:00
Richard Newman
c78b400006
Bug 1048421 - Use optimizable build-time flags for SDK-dependent code in utils. r=liuche
2014-08-04 16:38:20 -07:00
Chris Kitching
9f496ef232
Bug 1041836: Delete redundant initialisers. (generated) r=rnewman
2014-07-25 20:14:47 -07:00
Wes Johnston
b6e2107c4c
Bug 1001309 - Provide a way to clear private data on Exit. r=liuche, bnicholson, mcomella
2014-06-19 00:04:00 -07:00
Richard Newman
4368e2fdf9
Bug 1017242 - Part 5: remove API 8 code from gamepad code. r=kats
2014-07-18 16:47:08 -07:00
Wes Johnston
35f5e1509d
Bug 1014712 - Store ms tile image information for showing on about:home. r=rnewman,lucasr
2014-06-10 06:22:47 -07:00
Richard Newman
98f87e1d42
Bug 1031872 - Don't use transitions for GeckoPreferences on Kindle Fire. r=lucasr
...
The Kindle always uses a black background for transitions. On all-white screens
like our Settings panes, this looks awful. This patch skips transitions on
those devices.
2014-07-14 14:26:54 -07:00
Lucas Rocha
c6e5784bb5
Bug 1035131 - Decode user entered URLs to exclude from suggested sites (r=mfinkle)
2014-07-07 15:59:53 +01:00
Lucas Rocha
4d4b03e37f
Bug 1035131 - Factor out methods to encode/decode user-entered:// URLs (r=mfinkle)
2014-07-07 15:59:52 +01:00
Richard Newman
2a86be28ff
Bug 1034509 - Fix timing issue in testDistribution. r=nalexander
2014-07-05 11:00:42 -07:00
Martyn Haigh
1bbabd4878
Bug 1007112 - Add default mime type for pick action if unspecified. r=myk
2014-06-23 10:47:00 -04:00
Michael Comella
909499724f
Bug 932208 - Part 4: Do not compare against null in isShareableUrl. r=mfinkle
2014-06-12 18:40:11 -07:00
Michael Comella
985fdd4692
Bug 932208 - Part 2: Do not allow non-shareable links to be shared.
2014-06-04 14:41:30 -07:00
Richard Newman
d44b0faec2
Bug 1014338 - Pre: add ThreadUtils.assertNotOnUiThread. r=margaret
2014-05-22 17:34:04 -07:00
Myk Melez
fed5a056a1
Bug 991394 - actually rename profiles.ini sections when removing profile; r=mfinkle
...
--HG--
extra : rebase_source : 557a44d699f86d89ee959cb8897e6d0c1c304227
2014-05-21 08:12:51 -07:00
Jim Chen
c5ae95c1bf
Bug 992357 - b. Add array support stubs; r=blassey
2014-05-16 18:25:29 -04:00
Jim Chen
270a97c29f
Bug 992359 - b. Add skeletal NativeJSObject.toBundle; r=blassey
2014-05-12 12:50:46 -04:00
Richard Newman
498f54a72e
Bug 1006805 - Simplify HardwareUtils. r=mfinkle
2014-05-06 14:32:54 -07:00
Jim Chen
acc987b58c
Bug 1003670 - Add testEventDispatcher. r=bnicholson, r=mcomella
2014-05-05 13:18:00 -04:00
Josh Dover
43e6fa61b2
Bug 776027 - Map and launch web activities as Android intents. r=wesj
2014-04-25 16:29:00 +02:00
Josh Dover
a832fcefa6
Bug 776027 - Move intent handling to IntentHelper. r=wesj
2014-04-25 16:28:00 +02:00
Alex Deaconu
610e183f14
Bug 999680 - Check API level >= 16 in HardwareUtils.isTelevision. r=nalexander
2014-04-29 12:41:02 +03:00
Lucas Rocha
a7c2b0f762
Bug 999398 - Rename RawResource.get() to RawResource.getAsString() (r=nalexander)
2014-04-22 17:45:51 +01:00
Clemens Wilding
e304c3e4e4
Bug 920855 - Replace java.net.URL with java.net.URI wherever possible. r=rnewman
2014-04-16 08:42:15 -07:00
Lucas Rocha
3ef034bfb2
Bug 994189 - Improve code for reading raw resources (r=margaret)
2014-04-15 16:12:04 +01:00
Lucas Rocha
edb88c478a
Bug 994189 - Factor out method to load raw resource (r=margaret)
2014-04-15 16:12:03 +01:00
Carsten "Tomcat" Book
6860b487aa
Backed out changeset 33bcd13d52f5 (bug 776027) for Android M6 Test Failure
2014-04-15 12:16:40 +02:00
Carsten "Tomcat" Book
00f1617e63
Backed out changeset 46b4833e84c3 (bug 776027)
2014-04-15 12:16:16 +02:00
Josh Dover
2c6dd358ce
Bug 776027 - Map and launch web activities as Android intents. r=wesj
2014-04-14 17:48:00 +02:00
Josh Dover
4d54d270e5
Bug 776027 - Move intent handling to IntentHelper. r=wesj
2014-04-14 17:46:00 +02:00