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
Philipp von Weitershausen
4ebafcf4e6
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é
4edd385c3b
Bug 715814 - Implement Web Activities : B2G Specific [r=cjones]
2012-07-20 17:41:30 +02:00
Fabrice Desré
d19bb08b57
Bug 715814 - Implement Web Activities: DOM Part [r=mounir]
2012-07-20 17:41:30 +02:00
Fabrice Desré
1ef55968bc
Bug 715814 - Implement Web Activities : Activity Object [r=mounir]
2012-07-20 17:41:30 +02:00
Patrick McManus
5b9ce7432a
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
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
David Clarke
3817442ad3
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
161b9050f9
Bug 745148, part 9: Hook up the pieces and enable direct compositor. r=roc
2012-07-17 16:59:45 -07:00
Lukas Blakk
8c55cde959
Merging in version bump NO BUG
2012-07-16 10:08:20 -07:00
Vivien Nicolas
8e3d55262b
Bug 774000 - Volume is always set to 0 on the device. r=cjones
2012-07-15 12:38:24 +02:00
Chris Jones
eac660d607
Bug 774026: Enable async video for b2g. r=gal
2012-07-14 20:29:17 -07:00
Gregor Wagner
11837ea2dc
Bug 768445 - Add GC and CC log to logcat. r=cjones
2012-07-13 14:40:46 -07:00
Chris Pearce
7968b1c438
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
d002220b2b
Bug 767311 - Migrate volume change to mozSettings. r=vingtetun
2012-07-13 12:17:37 +02:00
Vivien Nicolas
9516da73ae
Bug 770869 - Ignore input type='image' in the IME API. r=fabrice
2012-07-13 04:28:19 +02:00
Vivien Nicolas
dea6d59805
Bug 771518 - ContentPermissionPrompt.js is broken since Bug 757137 landed. r=fabrice
2012-07-13 04:28:19 +02:00
John Ford
40e29f4118
bug 771095 - include gkmedias.dll on Windows B2G desktop builds r=cjones
2012-07-11 10:26:50 -07:00
Fabrice Desré
3fe7c66a25
Bug 769350 - Implement trusted/certified app scheme support [r=vingtetun]
2012-07-11 08:38:36 -07:00
Justin Lebar
047c8eaab5
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
0cb695cdae
Bug 749551 - Alarm API (AlarmsManager and AlarmService). r=vivien
2012-06-22 15:39:07 +08:00
Gene Lian
2500ccecd6
Bug 749551 - Alarm API (Idl and dummy Dom). r=mounir sr=jonas
2012-06-22 15:37:49 +08:00
Philipp von Weitershausen
4402fb0a60
Bug 768690 - Fix B2G debugger server script. r=vingtetun
2012-07-05 17:50:23 -07:00
Gregor Wagner
e295cdd67f
Bug 758357 - Remove indexedDB permission for B2G. r=fabrice
2012-07-05 14:12:02 -07:00
Phil Ringnalda
4e1178db04
Bug 766560 - Remove --with-endian from in-tree mozconfigs, r=glandium
2012-07-05 00:07:15 -07:00
Hernan Rodriguez Colmeiro
672834da9f
Bug 770628 - Add mozglue to b2g packaging. r=mwu
2012-07-03 22:11:04 -04:00
Ehsan Akhgari
d9074fdd20
Merge mozilla-central into moizilla-inbound
2012-07-03 11:14:18 -04:00
Ben Hearsum
9073dc1408
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
f74afd1fab
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é
4aa73a62d5
Bug 755245 - Implement System Message Handler : Part 4, B2G glue [r=vingtetun]
2012-07-02 17:16:55 -07:00
Ed Morley
e73ef45549
Backout 1dba66cfad9a, ed768b821da1, 23fd9a8d0c9a, 1e90805d96aa, 07425f0e921e (bug 749551) for M3 failures
2012-07-03 11:23:54 +01:00
Panos Astithas
0713a4dd32
Bug 769574 - Update the settings file with the new debugger preferences; r=vingtetun
2012-07-03 12:32:36 +03:00
Gene Lian
b322680600
Bug 749551 - Alarm API (AlarmsManager and AlarmService). r=vivien
2012-06-22 15:39:07 +08:00
Gene Lian
3efb0e6aa2
Bug 749551 - Alarm API (Idl and dummy Dom). r=mounir sr=jonas
2012-07-03 11:26:12 +02:00
Tim Chien
85dc074de3
Bug 738530 - Move PowerManager from shell.js to gaia. r=vingtetun
2012-06-30 21:42:10 -04:00
Felipe Gomes
b55cac9fd8
Bug 768276. Part 4 - Set allAppsLaunchable = true for b2g. r=fabrice
2012-06-29 13:46:21 -07:00
Phil Ringnalda
794274aa42
Back out 6a386d638a1a (bug 746277) for packaged build bustage
2012-06-27 08:31:38 -07:00
Edwin Flores
0985f4e3ba
Bug 755609 - Set B2G media cache size to 4MB r=cpearce
2012-06-27 17:25:30 +02:00
David Flanagan
4d5ee1b52d
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
40e722a2da
bug 746277: replace hg shell pipelines with make logic
2012-05-16 15:09:00 -04:00
Justin Lebar
db2e8870e6
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
1844dbb174
Bug 766878 - IME prototype doesn't work with <iframe mozbrowser remote>. r=cjones
2012-06-26 16:01:53 +02:00
David Flanagan
05dcd33e4c
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
e8ee7d74a7
Bug 768238 - Fixing the mozContentEvent listening in B2G. r=vingtetun
2012-06-26 08:42:45 +02:00
Vivien Nicolas
f407683635
Bug 766549 - Keyboard appear when pressing buttons. r=fabrice
2012-06-26 08:42:45 +02:00
Gregor Wagner
bd2298240c
Bug 766375 - Move idb databases to /data/local. r=fabrice
2012-06-21 14:17:11 -07:00
Ben Hearsum
33fbad52b5
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
648eed5d6e
Merge mozilla-central to mozilla-inbound
2012-06-21 08:38:39 +01:00
Chris Double
2f9a0f1a4d
Bug 766407 - Fix HTML media control bindings on B2G - r=gavin
2012-06-21 11:29:39 +12:00
Chris Jones
0f95512e29
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