Commit Graph

56 Commits

Author SHA1 Message Date
Wes Johnston
9adecbc7a4 Bug 920170 - Allow adding a grid of icons to prompts. r=margaret 2013-10-15 08:53:16 -07:00
Margaret Leibovic
72c72b0928 Bug 921265 - Send "HomeBanner:Data" message when first message is added. r=wesj 2013-09-26 16:53:09 -07:00
Brian Nicholson
3780d49372 Bug 919723 - Add missing import to Sanitizer.jsm
--HG--
extra : rebase_source : 952f34228a988f2f4b11b0ada66851baee4efe6e
2013-09-24 12:31:12 -07:00
Honza Bambas
894ba59236 Bug 913807 - HTTP cache v2: API+top service+integration+tests, off by default, r=michal+ehsan+mark.finkle+fabrice+mhammond+gavin 2013-09-20 11:11:25 +02:00
Margaret Leibovic
169ab90146 Bug 905262 - Create a JS add-on API for adding content to the promotional banner. r=wesj 2013-08-19 17:22:47 -07:00
Mark Capella
618621d1b2 Bug 770101 - about:config should label integer fields correctly so keyboard uses numerical mode, r=wesj 2013-09-17 23:54:48 -04:00
Nathan Froyd
2b8f3d4986 Bug 902938 - part 2 - update android code to use Services.androidBridge; r=mfinkle 2013-08-08 11:05:48 -04:00
Chenxia Liu
f6c36a890a Bug 888553 - Remote Debugging Part 2: Bring browser app to front on remote connection. r=lucasr 2013-07-31 15:38:48 -07:00
Shane Tully
9b0b59b6dc Bug 857730 - Part 3: Add contacts API Javascript to Android. r=cpeterson 2013-07-18 15:01:00 -07:00
Michael Boon
a0615b0d09 Bug 872576 - Stop using deprecated for each ... in. r=mleibovic 2013-07-18 10:31:51 -04:00
Chris Peterson
2792078a44 Bug 889185 - Part 2: Distinguish between OrderedBroadcasts with null and default/undefined permissions. r=rnewman 2013-06-24 14:05:11 -07:00
Nathan Froyd
4dd8a1955e Bug 887906 - use the correct ctypes types for long and short function parameters in JNI.jsm; r=wesj
long might be 32-bit or 64-bit, depending on the architecture.  short is usually
16 bits, but we might as well specify a 16-bit type directly.
2013-06-27 14:02:19 -04:00
Phil Ringnalda
35fb20e4a7 Merge s-c to m-c 2013-06-22 15:50:51 -07:00
Richard Newman
4183555b92 Merge m-c to s-c. 2013-06-22 11:58:51 -07:00
Nick Alexander
790f330ec7 Bug 879555 - Add ShowSettings message to Android about:healthreport wrapper. r=rnewman 2013-06-21 14:00:40 -07:00
Margaret Leibovic
3610e4d1c4 Bug 883287 - Add null checks to Prompt.jsm constructor. r=wesj 2013-06-17 13:06:56 -04:00
Chris Peterson
cf570bc98e Bug 880245 - Move Android's .jsm modules from Makefile.in to moz.build. r=joey 2013-06-17 17:00:58 -07:00
Nick Alexander
c6a1247bd9 Bug 873569 - Part 0: Add a sanity test for JNI.jsm. r=wesj 2013-06-12 13:24:01 -07:00
Wes Johnston
0aeaa1ffa3 Bug 878848 - Use Prompt.jsm for NSS prompts. r=kats 2013-06-12 09:14:58 -07:00
Doug Turner
56ec59c248 Bug 882485 - Add API keys support for Google Location Service API. r=gps, jdm, gavin. sr=brendan 2013-06-12 19:20:07 -07:00
Wes Johnston
930bf4daab Bug 872143 - Make InputWidgetHelper use async prompts. r=mfinkle 2013-06-03 09:20:44 -07:00
Wes Johnston
487f97b0ef Bug 877467 - Use a flat list when showing prompts. r=mfinkle 2013-06-04 14:38:01 -07:00
Margaret Leibovic
34288bd4dd Bug 878692 - Form history should use FormHistory.jsm instead of nsIFormHistory2. r=wesj 2013-06-04 15:59:50 -07:00
Ryan VanderMeulen
69145aa804 Backed out 7 changesets (bug 872147, bug 872143, bug 877467, bug 877200, bug 870063, bug 872149) for robocop-2 failures on a CLOSED TREE.
Backed out changeset 3a1e8e7ac07e (bug 870063)
Backed out changeset 8904d2bf5da0 (bug 877200)
Backed out changeset 80455a25276b (bug 872149)
Backed out changeset c3b5567f1271 (bug 872147)
Backed out changeset d3106edd4a5a (bug 872143)
Backed out changeset 4fd2ae88da98 (bug 870063)
Backed out changeset 1797dc46e862 (bug 877467)
2013-06-03 15:04:51 -04:00
Wes Johnston
64cfbc65b9 Bug 872143 - Make InputWidgetHelper use async prompts. r=mfinkle 2013-06-03 09:20:44 -07:00
Wes Johnston
99e6f6ab63 Bug 877467 - List API for prompt.jsm should take a flat list. r=mfinkle 2013-06-03 09:20:43 -07:00
Wes Johnston
1d8637f8fc Bug 875119 - Create a Prompt.jsm to simplify advanced interactions with the native prompts. r=mfinkle 2013-05-28 16:36:19 -07:00
Nick Alexander
9c723704a3 Bug 870371 - Add Javascript interface to Android OrderedBroadcast. r=rnewman 2013-05-10 19:47:40 -07:00
Nick Alexander
ce3ffa5462 Bug 866271 - Add Javascript interface to Android SharedPreferences. r=rnewman
This provides an nsIPrefBranch-like Javascript module backed by
Android SharedPreferences.
2013-05-10 19:46:25 -07:00
Margaret Leibovic
9c01b7b1f0 Bug 838368 - Remove unused modules. r=mfinkle 2013-04-12 12:03:44 -07:00
Kyle Machulis
72a717a860 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
Felipe Gomes
975f9fb142 Bug 850210 - Part 2. Update removeGroupedPrefs usage to nsIContentPrefService2.removeAllDomains. r=adw 2013-03-29 23:08:49 -03:00
Kyle Machulis
43628a7867 Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
Kyle Machulis
334c0800cf Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Gregory Szorc
2b7640203a Bug 784841 - Part 18w: Convert /mobile/android; r=ted 2013-02-25 12:47:23 -08:00
Brian Nicholson
dea0ddd22a Bug 777639 - Part 3: Add ability to delete downloaded files. r=mfinkle
--HG--
rename : mobile/android/chrome/content/sanitize.js => mobile/android/modules/Sanitizer.jsm
extra : rebase_source : c147efb303a2435823690ca70731b58e528fc6f1
2013-02-05 16:08:03 -08:00
Brian Nicholson
6c7d4df0f9 Bug 777639 - Part 2: Move sanitize.js to Sanitizer.jsm. r=mfinkle
--HG--
rename : mobile/android/chrome/content/sanitize.js => mobile/android/modules/Sanitizer.jsm
extra : rebase_source : 09a198591376de7f652ce2e594fffca790eeb629
2013-02-05 16:08:02 -08:00
Brian Nicholson
0873d26649 Bug 837848 - Remove gecko property from handleGeckoMessage calls. r=mfinkle 2013-02-04 13:22:30 -08:00
Margaret Leibovic
792957b808 Bug 836517 - Lightweight theme support for distributions. r=mfinkle 2013-02-01 15:45:33 -08:00
Ryan VanderMeulen
6c7aa941d0 Backed out changesets 9aadf7e35e70 (bug 836517) and 493805ba1c85 (bug 834681) for Android test hangs. 2013-01-31 15:15:50 -05:00
Margaret Leibovic
226caf982b Bug 836517 - Lightweight theme support for distributions. r=mfinkle 2013-01-31 10:28:42 -08:00
Sriram Ramasubramanian
dc47f313b0 Bug 783092: LightweightThemeConsumer for Fennec. [r=bmcbride, r=mfinkle] 2012-10-31 22:08:48 -07:00
Ed Morley
228a463f2e Backout 533faa3c50ed, 718abc1bd4ad, af2d5272c06b, ad5554e1345d, c9ef1b41b829, d3a825311d11, 0a51bcb3eb9e, a01a327e8ec4, 973b0ed30b8b, 39851bbcfaa1 & a92d2d2a3b0e (bug 805162), d4884aab5ce6, 06fcbaf40cb4, daccc3fe7c70, 881eb2a2906e, 76232441ae06, 01ae34fa1b3f & 5f405fc4e323 (bug 783092), a03d8d4db1c2, 49beb3801192, 174634554a97, 0bd27e755a83, 19e8f151ca67, a6604e038bc0, ed3b8237e76e & 082cf8d72554 (bug 785945) for bustage or conflicting with backout of said bustage on a CLOSED TREE 2012-11-01 00:16:35 +00:00
Sriram Ramasubramanian
9832ff4ad9 Bug 783092: LightweightThemeConsumer for Fennec. [r=mfinkle, r=bmcbride]
--HG--
extra : rebase_source : ad40e2ef46b31f102bad73a700cedcbeec9a73d5
2012-10-31 11:01:00 -07:00
Kyle Huey
0469a02b25 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Vicamo Yang
a78b5b38c7 Backout 67cb43bb8865: Breaks B2G Marionette 2012-10-31 16:35:11 +08:00
Kyle Huey
9a3674d80a Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 12:28:11 -07:00
Ed Morley
4144129728 Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE 2012-10-30 17:02:31 +00:00
Kyle Huey
50b5d3f681 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 08:26:12 -07:00
Brian Nicholson
65cae40cc3 Bug 799015 - Use correct syntax for findClass() in JNI. r=wesj 2012-10-08 10:23:27 -07:00