Commit Graph

53 Commits

Author SHA1 Message Date
Gene Lian
56e7808397 Bug 793970 - Reuse nsAppStartup's watchdog to compulsively power-off/reboot/quit Gecko if profile synchronizing hangs. r=cjones 2012-10-02 15:26:32 +08:00
Marshall Culpepper
07f5135c0b Bug 740722: Wait until the user is idle before prompting to apply an update in B2G. r=fabrice 2012-10-02 13:33:49 -05:00
Andrea Marchesini
1827b6489f Bug 793310 - Support sms:, tel: and mailto: URI schemes, r=philipp 2012-10-01 11:28:01 -07:00
Marshall Culpepper
7ad8f721a7 Bug 778349: Initial support for OS ("FOTA") updates in Gonk. r=rstrong r=bbondy r=fabrice 2012-09-30 21:55:51 -05:00
Marshall Culpepper
7f6b485c6a Bug 794092 - Initial implementation of Gonk RecoveryService. r=vingtetun r=cjones
Adopted from Shih-Chiang Chien's original code.
2012-09-28 17:32:56 -05:00
Fabrice Desré
a505bb317c Bug 793349 - Youtube activity should include video title [r=dougt] 2012-09-24 22:31:14 -07:00
Cervantes Yu
873656691a Bug 791036 - Fix MozKeyboard for value selector only working on the last opened app. r=vingtetun 2012-09-24 21:50:20 -04:00
Chris Jones
e2c1ec4c18 Bug 787436: Implement a "really really quit" watchdog to monitor normal shutdown and exit Gecko in a hurry if it takes too long. r=bent 2012-09-19 16:13:31 -07:00
Fabrice Desré
dd96f8006d Bug 777633 - Cannot view a video on mobile youtube on Firefox OS - vnd.youtube is not a registered protocol [r=dougt] 2012-09-17 14:55:48 -07:00
Fabrice Desré
3b4fb4b85d Bug 791148 - Remove the deprecated camera support [r=cjones] 2012-09-13 19:44:06 -07:00
Fabrice Desré
11a4ceadc1 Bug 786203 - Permission Prompt should tell which app it comes from instead only gives the url [r=mounir] 2012-09-12 11:00:55 -07:00
Marshall Culpepper
59462ece51 Bug 787383: Send update download progress mozChromeEvents in B2G. r=fabrice 2012-09-12 11:53:03 -05:00
Marshall Culpepper
433058da4e Bug 787380: Initial implementation of B2G updater download mozChromeEvents. r=fabrice 2012-09-12 11:53:03 -05:00
Marshall Culpepper
39f39e18bc Bug 740720: Initial implementation of B2G apply update mozChromeEvents. r=fabrice 2012-09-12 11:53:03 -05:00
Shih-Chiang Chien
b6590f7f56 Bug 786945 - Cannot set value to <select> element, r=vingtuten 2012-09-04 10:16:48 +08:00
Fabrice Desré
ae7cf1a4f0 Bug 778079 - Support loading app packages from multiple locations [r=vingtetun] 2012-08-29 14:20:03 -07:00
Ryan VanderMeulen
29b9becedd Backout 2865d46e472d (bug 778079) for xpcshell failures on a CLOSED TREE. r=IfYoureGoingToUseTryLookAtTheResultsBeforePushingToInbound 2012-08-29 18:58:31 -04:00
Fernando Jiménez
8140be46f6 Bug 767818 - Implement navigator.pay. Part 4 - B2G implementation; r=fabrice 2012-08-29 18:41:35 -03:00
Fabrice Desré
6c2d0b1566 Bug 778079 - Support loading app packages from multiple locations [r=vingtetun] 2012-08-29 14:20:03 -07:00
Shih-Chiang Chien
1d1b72f11d Bug 781438 - use correct messageManager to send 'Forms:Select:Choice' message. r=vingtetun 2012-08-29 15:46:22 +08:00
Marshall Culpepper
5ca7854451 Bug 764683: Manage /system mount permissions when applying Gecko updates in B2G, and download them to /data/local. r=rstrong r=bbondy r=cjones 2012-08-27 12:27:14 -03:00
Philipp von Weitershausen
d158b5747c Bug 776825 - Separate message managers into senders and broadcasters. r=smaug
--HG--
rename : content/base/public/nsIFrameMessageManager.idl => content/base/public/nsIMessageManager.idl
2012-08-27 11:13:02 -03:00
Alexandre LISSY
54f5995338 Bug 783825 - Fix b2g breakage after bug 553102 - Part 2: wrap keyboard event detail [r=fabrice] 2012-08-19 12:00:22 -07:00
Fabrice Desré
3a6a1ec660 Bug 783825 - Fix b2g breakage after bug 553102 - Part 1 : fix mozChromeEvent events and system message manager [r=gal] 2012-08-19 12:00:19 -07:00
Phil Ringnalda
3c6bc5d2e1 Back out a9f462ea67f9 (bug 783825) for mochitest-chrome bustage 2012-08-18 21:08:40 -07:00
Fabrice Desré
74c76a1852 Bug 783825 - Fix b2g breakage after bug 553102 [r=cjones] 2012-08-18 19:50:44 -07:00
Fabrice Desré
23ce62fbf6 Bug 782859 - Add e10s support the ContentHandler component [r=vingtetun] 2012-08-15 09:00:02 -07:00
William Chen
d95a8ff25b Bug 776134 - Part 2: Make AlertsService remote alerts from content process to chrome process. r=dougt 2012-07-26 18:25:02 -04:00
William Chen
16c1d45b7e Bug 775377 - Modify nsIContentPermissionRequest to use nsIPrincipal instead of nsIURI. r=dougt+cjones 2012-07-30 10:58:26 -04:00
Mike Hommey
70d7c821af Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Gregor Wagner
48bb60b4c6 Bug 776764 - Allow permissionDB parent directory to not be the default profile directory. r=fabrice 2012-07-24 11:22:14 -07:00
Vivien Nicolas
03b9046ec3 Bug 776792 - Fire an Activity for application/pdf document. r=gal 2012-07-24 18:34:12 +02:00
Mounir Lamouri
cf23e7a288 Bug 775822 - Use the new Permission Manager API for B2G shell.js and CameraContent.js. r=vingtetun 2012-07-20 18:06:35 -07:00
Fabrice Desré
4edd385c3b Bug 715814 - Implement Web Activities : B2G Specific [r=cjones] 2012-07-20 17:41:30 +02:00
Chris Jones
fc6d547510 Bug 750977: Implement glue code for asynchronous panning/zooming. r=jlebar,roc,vingtetun
This is a rollup of three separate patches
 - Add nsIDocShell.asyncPanZoomEnabled. r=jlebar
 - Have BrowserElementChild service repaint requests and handle fallback synchronous scrolling (for now). r=jlebar,vingtetun
 - Glue async pan/zoom logic up between compositing, event dispatch, and repaint requests. r=roc

--HG--
rename : b2g/chrome/content/webapi.js => dom/browser-element/BrowserElementScrolling.js
2012-07-19 23:48:27 -07:00
Vivien Nicolas
dea6d59805 Bug 771518 - ContentPermissionPrompt.js is broken since Bug 757137 landed. r=fabrice 2012-07-13 04:28:19 +02:00
Vivien Nicolas
1844dbb174 Bug 766878 - IME prototype doesn't work with <iframe mozbrowser remote>. r=cjones 2012-06-26 16:01:53 +02:00
Gregor Wagner
bd2298240c Bug 766375 - Move idb databases to /data/local. r=fabrice 2012-06-21 14:17:11 -07:00
Chris Jones
d686b0a97b Bug 762240: Install a console.* shim for all browser frames, and ensure we load webapi.js properly. r=vingtetun 2012-06-07 04:17:59 -07:00
Vivien Nicolas
6d765a18aa Bug 758672 - Support mozKeyboard.setValue. r=fabrice
--HG--
extra : rebase_source : ab1014d247556d65dceb8c9da45a894ee5266ed4
2012-06-06 14:19:33 +02:00
Vivien Nicolas
a52844af7a Bug 757496 - Support mozKeyboard.setSelectedOption[s]. r=fabrice
--HG--
extra : rebase_source : 4f62f03c060524aa62eb388554b1c94d674505b6
2012-06-06 14:19:33 +02:00
Gervase Markham
82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Etienne Segonzac
dc2493ecb9 Bug 746121 - Updating the DirectoryProvider to look for user.js on the sdcard. r=vingtetun a=b2g-only 2012-04-18 12:47:05 +02:00
Vivien Nicolas
8ddb5aa790 Bug 742092 - Bridge the permission prompt to the content using the homescreen messaging API. r=fabrice 2012-04-11 10:05:35 -07:00
Chris Jones
d3ef250e1c Bug 739137: Try harder to ensure that b2g shuts down when we ask it to. r=fabrice 2012-03-26 00:46:21 -07:00
Vivien Nicolas
1e7597190e Bug 736193 - Use the offline cache to load applications [r=fabrice] DONTBUILD because NPOTB 2012-03-23 16:39:15 -07:00
Chris Jones
78326f4cd3 Bug 737368, part 3: Implement an update prompter (v0) that simply restarts Gecko when an update is downloaded. Not what we want in the log term. r=fabrice
--HG--
rename : mobile/android/components/UpdatePrompt.js => b2g/components/UpdatePrompt.js
2012-03-21 15:50:53 -07:00
Fabrice Desré
36e2d15f53 Bug 736628 - Move mozKeyboard to a distinct xpcom component [r=cjones] 2012-03-19 10:30:51 -07:00
Fabrice Desré
ed3de8e8fc Bug 736113 - Can't get camera stream when camera app served from subdomain [r=vingtetun] 2012-03-16 15:23:28 -07:00
Fabrice Desré
a1d19c1db5 Bug 735947 - support the desktop notifications API in b2g [r=vingtetun] 2012-03-16 15:23:28 -07:00