Commit Graph

13866 Commits

Author SHA1 Message Date
Mike Hommey
2bab6202af Bug 1043820 - Remove PARALLEL_DIRS. r=gps 2014-07-29 08:57:59 +09:00
Antonio M. Amaya
c9e0af0568 Bug 1035867 - Fix WebappRT for the new Webapps implementation, r=myk. 2014-07-28 11:06:34 -07:00
Chris Kitching
c73d45de50 Bug 1041836: Delete redundant initialisers. (generated) r=rnewman 2014-07-25 20:14:47 -07:00
Wes Kocher
e97345c0bf Merge m-c to fx-team 2014-07-25 16:27:34 -07:00
Wes Kocher
5315b9b3cc Merge inbound to m-c a=merge 2014-07-25 15:59:01 -07:00
Margaret Leibovic
32d4541c80 Bug 1044133 - Add NineOldAndroids animation library to the tree. r=bnicholson 2014-07-25 15:20:13 -07:00
Wes Kocher
84820a3293 Backed out changeset 6fc8606d27d4 (bug 1043720) for robocop failures 2014-07-25 11:31:53 -07:00
Brian Nicholson
22b20a53a3 Bug 1043720 - Keep screen on during Robocop tests. r=gbrown 2014-07-25 10:05:49 -07:00
Aymen Qadar
063d4a9b17 Bug 1009376 - Change scroll title bar setting to have more suitable names; change textReflowUi test to use StringHelper. r=rnewman 2014-07-25 09:35:49 -07:00
Eric Edens
ea56be3381 Bug 1042937 - Provide visual feedback while search results are loading. r=margaret 2014-07-25 08:58:50 -07:00
Margaret Leibovic
7632df5247 Bug 1043624 - Set correct end for SpannableString. r=eedens 2014-07-25 14:39:21 -07:00
Richard Newman
9be9372d99 Bug 1042382 - Part 2: define SDK ranges in AndroidManifest.xml. r=mfinkle 2014-07-25 13:27:49 -07:00
Richard Newman
9834a6db65 Bug 1042382 - Part 1: configure.in changes to allow Android SDK ranges to be specified. r=glandium 2014-07-25 13:27:49 -07:00
Richard Newman
d024d6279f Backed out changeset cb8ca90a354d, 894afa1b44ae (bug 1042382) 2014-07-25 13:45:03 -07:00
Richard Newman
f5a30a295e Bug 1042382 - Part 2: define SDK ranges in AndroidManifest.xml. r=mfinkle 2014-07-25 13:27:49 -07:00
Richard Newman
0dc8562a92 Bug 1042382 - Part 1: configure.in changes to allow Android SDK ranges to be specified. r=glandium 2014-07-25 13:27:49 -07:00
Mark Capella
4bd4ebb322 Bug 1043539 - Tweak Browser:Quit to maintain existing support for add-ons, r=wesj, f=mfinkle 2014-07-25 00:23:53 -04:00
Brian Nicholson
2a13619485 Bug 1039048 - Don't eat IllegalArgumentExceptions in dispatchEvent. r=jchen 2014-07-24 17:55:33 -07:00
Richard Newman
b4989ca7fd Bug 1042929 - Don't throw Errors from JSONObject parsing problems. r=mcomella 2014-07-24 15:38:46 -07:00
Wes Johnston
a5f0ae172f Bug 1016529 - Update builders to include google play services. r=sbruno 2014-07-24 08:28:17 -07:00
Ed Morley
6b1cf792e2 Backed out changeset 7086cfb5b6fe (bug 1016529) for breaking the Android build 2014-07-24 17:47:18 +01:00
Richard Newman
d93a0cddc4 Bug 1042984 - Add extensive logging and descriptive crash data for library load errors. r=mfinkle 2014-07-24 09:39:48 -07:00
Wes Johnston
a8ab7ec502 Bug 1016529 - Update builders to include google play services. r=sbruno 2014-07-24 08:28:17 -07:00
Carsten "Tomcat" Book
cc1073a524 merge fx-team to mozilla-central a=merge 2014-07-24 15:34:40 +02:00
Wes Kocher
1d61afce3d Merge m-c to inbound a=merge 2014-07-24 17:55:50 -07:00
Jim Chen
ef05e77439 Bug 886627 - Enable device storage API on Android; r=mfinkle 2014-07-24 16:42:50 -04:00
Jim Chen
c9d72b9149 Bug 886627 - Add AndroidBridge directory API; r=rbarker 2014-07-24 16:42:50 -04:00
Aymen Qader
8e4a1ecb35 Bug 1040443 - Move phone.png resource to resolution-specific drawable-mdpi directory. r=rnewman, DONTBUILD just for this.
--HG--
rename : mobile/android/base/resources/drawable/phone.png => mobile/android/base/resources/drawable-mdpi/phone.png
2014-07-24 13:12:25 -07:00
Mike Hommey
bf1fc42cfc Bug 1043033 - Allow to override on-demand decompression blocklist. r=snorp 2014-07-24 13:44:11 +09:00
Richard Newman
b2cbbc1a9d Bug 1041866 - Enable arithmetic optimization in proguard.cfg. r=mfinkle
Arithmetic optimization hasn't been a problem since Donut, so we're well past
the point of supporting it. Optimize away!
2014-07-23 08:34:00 -07:00
Carsten "Tomcat" Book
87f704d25c merge fx-team to mozilla-central a=merge 2014-07-23 16:05:22 +02:00
Nick Alexander
1c81633de4 Bug 948465 - Part 2: Tests. r=mfinkle 2014-07-22 21:41:54 -07:00
Nick Alexander
16a27e624a Bug 948465 - Part 1: Register resource://android/ pointing to Fennec APK root. r=mfinkle
Consumers can access Android assets (and resources) by using
resource://android/assets/FILENAME.

The resource substitution is registered at app-startup time so that the
substitution is in place before any add-on has started up: as documented
at [1], "[an] add-on will not receive xpcom-startup or app-startup
notifications".

[1] https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Guide/Receiving_startup_notifications
2014-07-22 21:41:53 -07:00
Margaret Leibovic
5117d11359 Bug 1041641 - Disable SearchFragment mainView click listener when creating view. r=eedens 2014-07-22 17:02:23 -07:00
Margaret Leibovic
b9faa69290 Bug 1041026 - Move search bar logic into custom view. r=eedens 2014-07-22 17:02:20 -07:00
Chris Kitching
a538bfc7b0 Bug 1041906 Use AtomicReference for GeckoThread LaunchState. r=rnewman 2014-07-22 15:49:00 -07:00
Myk Melez
c4be424f79 Bug 778279 - support multiple apps per origin in Android web runtime; r=mfinkle 2014-07-22 12:52:45 -07:00
Eric Edens
e3093a68ae Bug 1040994 - Add LIMIT support for search history content provider. r=rnewman
--HG--
extra : rebase_source : b210034222a4a47d23a441a1915461374827471e
2014-07-21 13:36:23 -07:00
Wes Kocher
be4af0e0fd Merge m-c to inbound 2014-07-22 18:39:17 -07:00
Wes Kocher
7c2f1b4d73 Merge fx-team to m-c a=merge 2014-07-22 18:05:18 -07:00
Ed Morley
8665d76e41 Merge mozilla-central and inbound 2014-07-22 17:30:16 +01:00
Ben Hearsum
b4f5527b86 bug 1042078: fix fennec mozconfig ordering. r=rail, a=bustage
--HG--
extra : transplant_source : %1EH%C3%05%02%FD%B9CK%80%8B%D56%DF%82%9E%C2%19%28%A6
2014-07-22 10:55:47 -04:00
Margaret Leibovic
49855763c7 Bug 1029682 - (Part 2) Style search term match in search suggestions. r=eedens 2014-07-21 17:57:00 -07:00
Margaret Leibovic
589d0ae7c8 Bug 1029682 - (Part 1) Remove AutoCompleteRowView. r=eedens 2014-07-21 17:56:57 -07:00
Wes Kocher
235bacd40e Merge fx-team to mozilla-central a=merge 2014-07-21 17:25:48 -07:00
Nick Alexander
ba82bc90ba Bug 1041770 - Update missed reference. r=mrbkap
This was oversight from the landing of Bug 952201.  It manifested as:

E GeckoConsole(5812)          [JavaScript Error: "win is undefined" {file: "chrome://browser/content/browser.js" line: 5978}]

when trying to install a blocked add-on.
2014-07-21 15:02:38 -07:00
ffxbld
13e1f93153 Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2014-07-21 14:19:15 -07:00
Nick Alexander
9788f0c902 Bug 1019719 - Follow-up. r=me 2014-07-21 12:41:20 -07:00
Richard Newman
f593604fab Bug 1040806 - Default bookmark favicons are not displayed after browser restart. r=margaret 2014-07-21 12:30:45 -07:00
Bryan Kok
bc1dc47d08 Bug 1019719 - Localize the Sync client name. r=nalexander 2014-07-21 11:13:24 -07:00