Commit Graph

305 Commits

Author SHA1 Message Date
Mounir Lamouri
cbf499a219 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
Philipp von Weitershausen
09437e3ab4 Bug 775814 - B2G 3G: ril.data.* preferences have string value false with fresh profile. r=marshall_law 2012-07-20 10:27:12 -07:00
Fabrice Desré
b25e087658 Bug 715814 - Implement Web Activities : B2G Specific [r=cjones] 2012-07-20 17:41:30 +02:00
Fabrice Desré
cedf35e79d Bug 715814 - Implement Web Activities: DOM Part [r=mounir] 2012-07-20 17:41:30 +02:00
Fabrice Desré
f765472e10 Bug 715814 - Implement Web Activities : Activity Object [r=mounir] 2012-07-20 17:41:30 +02:00
Patrick McManus
4c858109e4 bug 770331 - always try and negotiate HTTP Keep-Alive r=biesi
--HG--
extra : rebase_source : d348e3ec56faa48fbed5c4f0f697dee6658e21b2
2012-07-20 08:40:13 -04:00
Chris Jones
ef35aa58e9 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
David Clarke
fbdb754199 Bug 775051 - Make sure there is a valid url before attempting to add perms for it, r=philikon 2012-07-18 15:38:00 -07:00
Chris Jones
9af2a80734 Bug 745148, part 9: Hook up the pieces and enable direct compositor. r=roc 2012-07-17 16:59:45 -07:00
Lukas Blakk
1ebacabfe4 Merging in version bump NO BUG 2012-07-16 10:08:20 -07:00
Vivien Nicolas
fa64e8311b Bug 774000 - Volume is always set to 0 on the device. r=cjones 2012-07-15 12:38:24 +02:00
Chris Jones
81ef13dfc6 Bug 774026: Enable async video for b2g. r=gal 2012-07-14 20:29:17 -07:00
Gregor Wagner
8344419c75 Bug 768445 - Add GC and CC log to logcat. r=cjones 2012-07-13 14:40:46 -07:00
Chris Pearce
cb6e111f08 Bug 772743 - Add pref to not make the widget fullscreen when entering fullscreen. Set it to true for b2g desktop client. r=mounir 2012-07-13 22:21:23 +12:00
Alive Kuo
8b1ab1b3b2 Bug 767311 - Migrate volume change to mozSettings. r=vingtetun 2012-07-13 12:17:37 +02:00
Vivien Nicolas
58d773ea44 Bug 770869 - Ignore input type='image' in the IME API. r=fabrice 2012-07-13 04:28:19 +02:00
Vivien Nicolas
fe9c53910e Bug 771518 - ContentPermissionPrompt.js is broken since Bug 757137 landed. r=fabrice 2012-07-13 04:28:19 +02:00
John Ford
2c2d557b62 bug 771095 - include gkmedias.dll on Windows B2G desktop builds r=cjones 2012-07-11 10:26:50 -07:00
Fabrice Desré
b550133be0 Bug 769350 - Implement trusted/certified app scheme support [r=vingtetun] 2012-07-11 08:38:36 -07:00
Justin Lebar
3a1c239b62 Bug 770239 - Make X-Frame-Options work correctly with <iframe mozbrowser>, and remove the disable X-Frame-Options pref (added in bug 707893). r=bz
--HG--
extra : rebase_source : 6dbcc596dac24dbc2b19b7292f6e5b924bd2908d
2012-07-09 16:42:17 -04:00
Gene Lian
615daa27f7 Bug 749551 - Alarm API (AlarmsManager and AlarmService). r=vivien 2012-06-22 15:39:07 +08:00
Gene Lian
56475ce904 Bug 749551 - Alarm API (Idl and dummy Dom). r=mounir sr=jonas 2012-06-22 15:37:49 +08:00
Philipp von Weitershausen
93fe9942b4 Bug 768690 - Fix B2G debugger server script. r=vingtetun 2012-07-05 17:50:23 -07:00
Gregor Wagner
9d1c982589 Bug 758357 - Remove indexedDB permission for B2G. r=fabrice 2012-07-05 14:12:02 -07:00
Phil Ringnalda
87c11bae4d Bug 766560 - Remove --with-endian from in-tree mozconfigs, r=glandium 2012-07-05 00:07:15 -07:00
Hernan Rodriguez Colmeiro
3e7893be14 Bug 770628 - Add mozglue to b2g packaging. r=mwu 2012-07-03 22:11:04 -04:00
Ehsan Akhgari
910d058e01 Merge mozilla-central into moizilla-inbound 2012-07-03 11:14:18 -04:00
Ben Hearsum
a1cfa16ce1 bug 744008: Produce B2G builds for desktop operating systems - rename mozconfigs; adjust compiler. r=gal
--HG--
rename : b2g/config/mozconfigs/desktop/linux32/nightly => b2g/config/mozconfigs/linux32_gecko/nightly
rename : b2g/config/mozconfigs/desktop/linux64/nightly => b2g/config/mozconfigs/linux64_gecko/nightly
rename : b2g/config/mozconfigs/desktop/macosx64/nightly => b2g/config/mozconfigs/macosx64_gecko/nightly
rename : b2g/config/mozconfigs/desktop/win32/nightly => b2g/config/mozconfigs/win32_gecko/nightly
2012-07-03 09:32:35 -04:00
Honza Bombas
5ab57b7360 bug 760138: need to build redit.exe as part of a b2g windows desktop. r=jones.chris.g 2012-07-03 08:11:29 -04:00
Fabrice Desré
16a0901cb8 Bug 755245 - Implement System Message Handler : Part 4, B2G glue [r=vingtetun] 2012-07-02 17:16:55 -07:00
Ed Morley
7a600d2b9c Backout 1dba66cfad9a, ed768b821da1, 23fd9a8d0c9a, 1e90805d96aa, 07425f0e921e (bug 749551) for M3 failures 2012-07-03 11:23:54 +01:00
Panos Astithas
35475bfcaa Bug 769574 - Update the settings file with the new debugger preferences; r=vingtetun 2012-07-03 12:32:36 +03:00
Gene Lian
b6f4ba8251 Bug 749551 - Alarm API (AlarmsManager and AlarmService). r=vivien 2012-06-22 15:39:07 +08:00
Gene Lian
f017e9b225 Bug 749551 - Alarm API (Idl and dummy Dom). r=mounir sr=jonas 2012-07-03 11:26:12 +02:00
Tim Chien
75a13674a3 Bug 738530 - Move PowerManager from shell.js to gaia. r=vingtetun 2012-06-30 21:42:10 -04:00
Felipe Gomes
6fb2c69809 Bug 768276. Part 4 - Set allAppsLaunchable = true for b2g. r=fabrice 2012-06-29 13:46:21 -07:00
Phil Ringnalda
8933eff28c Back out 6a386d638a1a (bug 746277) for packaged build bustage 2012-06-27 08:31:38 -07:00
Edwin Flores
ab3f7a6bdb Bug 755609 - Set B2G media cache size to 4MB r=cpearce 2012-06-27 17:25:30 +02:00
David Flanagan
37d7d3e290 Bug 768701 - take screenshot in chrome but don't save it from chrome. r=vingtetun 2012-06-27 16:47:30 +02:00
Joey Armstrong
4d213decb0 bug 746277: replace hg shell pipelines with make logic 2012-05-16 15:09:00 -04:00
Justin Lebar
3f199f73d7 Bug 767978 - Create an shistory object for top-level b2g mozbrowser. r=bz
--HG--
extra : rebase_source : 55b956588fe6e2fb8dc7aa71b48c88c522ec1cbc
2012-06-26 17:18:10 +02:00
Vivien Nicolas
845b493515 Bug 766878 - IME prototype doesn't work with <iframe mozbrowser remote>. r=cjones 2012-06-26 16:01:53 +02:00
David Flanagan
532a89c2f1 Bug 768057 - b2g desktop client default size not exposed by CSS media queries. r=vingtetun 2012-06-25 11:14:15 -07:00
Etienne Segonzac
d106dae3b1 Bug 768238 - Fixing the mozContentEvent listening in B2G. r=vingtetun 2012-06-26 08:42:45 +02:00
Vivien Nicolas
391f0cf3dc Bug 766549 - Keyboard appear when pressing buttons. r=fabrice 2012-06-26 08:42:45 +02:00
Gregor Wagner
86805cf0ba Bug 766375 - Move idb databases to /data/local. r=fabrice 2012-06-21 14:17:11 -07:00
Ben Hearsum
196fa356df bug 758425: Build B2G in debug mode as well - add opt and debug mozconfigs using new platform names. r=mwu 2012-06-21 10:00:13 -04:00
Ed Morley
4992a5b7b4 Merge mozilla-central to mozilla-inbound 2012-06-21 08:38:39 +01:00
Chris Double
78e1c9e835 Bug 766407 - Fix HTML media control bindings on B2G - r=gavin 2012-06-21 11:29:39 +12:00
Chris Jones
fbcfa5b3bb Bug 757137, part 5: Update b2g "chrome" to use html:iframe mozbrowser, and set a manifest for the system app. r=fabrice,vingtetun 2012-06-20 12:25:23 -07:00