Ed Morley
f58ce433db
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-02-18 00:16:22 +00:00
Kyle Machulis
aab6a28280
Back out bug 711601 (changeset 4c8aa2b0ca1c) due to qemu breakage
2012-02-17 15:54:27 -08:00
Vivien Nicolas
bb3db6abc7
Bug 728373 - Ensure the xul window handle keypress when the screen goes fullscreen r=cjones
2012-02-17 22:37:53 +01:00
Vivien Nicolas
8484d83e88
Bug 727443 - Do not fire a click when the user stops the kinetic panning by touching the screen r=cjones
2012-02-17 22:37:53 +01:00
Kan-Ru Chen
316c195112
Bug 723391 - Add a simple remote JS console to b2g. r=vingtetun
2012-02-17 22:37:53 +01:00
Fabrice Desré
b13ee2e4ef
Bug 727728 - Support volume change [r=vingtetun,cjones]
2012-02-16 10:20:23 -08:00
Kyle Machulis
0d9030e3fc
Bug 711601 - Bluetooth Implementation on B2G - patch 1: Boilerplate code for creating navigator.mozBluetooth object. r=bent
2012-02-15 13:37:13 -08:00
Kyle Machulis
2030a8c40f
Bug 711601 - Bluetooth Implementation on B2G - patch 1: Boilerplate code for creating navigator.mozBluetooth object. r=bent
2012-02-14 17:51:52 -08:00
Andreas Gal
7558e838d3
Follow-up fix for bug 726529
2012-02-12 23:26:25 -08:00
Andreas Gal
83b5172cc1
Bug 726529 - remove app cache refresh handling from b2g chrome code (r=me, npotb)
2012-02-12 23:22:09 -08:00
Andreas Gal
75c9e37247
Bug 726528 - remove unnecessary webapi emulation from b2g chrome code (r=me, npotb)
2012-02-12 23:14:02 -08:00
Chris Jones
8093c251f9
Bug 721711: Enable DOM full-screen API for b2g. r=gal (npotb)
2012-02-12 00:08:58 -08:00
Ed Morley
626e546398
Bug 725429 - Clean up *makefiles.sh, Feb 2012 edition; rs=build
...
mobile/android/makefiles.sh & b2g/makefiles.sh were hg copied from
mobile/makefiles.sh prior to it's original cleanup and then move, so most of the
changes to them here are just to sync them with mobile/xul/makefiles.sh.
2012-02-10 12:40:30 +00:00
Fabrice Desré
5247018d2f
Bug 725215 - Add magic shortcut to enable debugging features [r=cjones]
2012-02-08 12:43:49 -08:00
Vivien Nicolas
581141dee2
Bug 723963 - Add the clock application to the pre-installed list of webapps r=fabrice
2012-02-08 13:37:00 +01:00
Vivien Nicolas
8c13692bd4
Bug 722812 - Don't send fake touch events on Gonk r=mwu
2012-02-08 13:37:00 +01:00
Vivien Nicolas
9219811fa9
Bug 723902 - Change the b2g/ boilerplate to MPL 2.0 r=cjones
2012-02-08 13:37:00 +01:00
Mark Capella
cd4f054002
Bug 418290 - replace 'can not' with 'cannot'. r=dao
2012-02-08 14:16:51 +01:00
Chris Jones
e8fdadcb87
Bug 725123: Dispatch an event when the MENU button is pressed. r=qDot
2012-02-07 21:22:34 -08:00
Chris Jones
0e4d36a9ff
Bug 725010: Remove check for /apps/ in path for shim web APIs. r=vingtetun
2012-02-07 16:27:02 -08:00
Fabrice Desré
6a28ae9993
Bug 708484 - Add camera capture stream provider for gonk (temporary solution) - get camera working in webpages [r=bz]
2012-02-06 22:48:50 -08:00
Mark Banner
4a997866e5
Bug 726978 - Remove useless NS_New(Native)LocalFile calls in nsBrowserApp.cpp. r=glandium
2012-02-14 18:03:31 +00:00
Kan-Ru Chen
567765467e
Bug 716327 - Turn off the screen off a timeout. r=cjones
2012-02-02 21:20:36 -08:00
Philipp von Weitershausen
d7c3df3c6d
Bug 723356 - Make `console` output show up in logcat. r=gal
2012-02-02 11:11:42 -08:00
Fabrice Desré
0a1475455a
Bug 723169 - port Bug 671634 to b2g [r=cjones]
2012-02-01 19:13:36 -08:00
Fabrice Desré
b7ee99591b
Backed out changeset 61352cba1254
2012-02-01 19:04:31 -08:00
Fabrice Desré
c2a3b4c2ac
Bug XXXXXX - port Bug 671634 to b2g
2012-02-01 18:51:54 -08:00
Vivien Nicolas
02829eb74d
Bug 717844 - Add kinetic scrolling support to B2G r=cjones
2012-02-02 01:46:50 +01:00
Vivien Nicolas
325e43ed9c
Bug 722035 - Use content instead of shell.home.contentWindow r=fabrice
2012-02-02 01:46:50 +01:00
Vivien Nicolas
207557d18c
Bug 722031 - Move mozKeyboard from shell.js to webapi.js r=cjones
2012-02-02 01:46:50 +01:00
Vivien Nicolas
70c7d0c9cb
Bug 721777 - B2G should open new windows as new frames in Gaia r=bz,fabrice
2012-02-02 01:46:49 +01:00
Vivien Nicolas
217269b303
Bug 721004 - Load webapi+apps.js inside as a frame script instead of having to copy it to all applications r=cjones
2012-02-02 01:46:49 +01:00
Kan-Ru Chen
d42ad48efb
Bug 709585 - Part 3, Plug mozPower into navigator object. r=sicking
...
--HG--
extra : rebase_source : 8382e9c044feca9b2e511e022a3bb4fe64ca0d4b
2012-01-19 22:24:00 -05:00
Scott Johnson
b5cb5bd196
Backout 648e5e5b9dd3 for bustage on windows.
2012-01-30 18:49:33 -06:00
Kan-Ru Chen
2d4cb73073
Bug 709585 - Part 3/6, Plug mozPower into navigator object. r=sicking
...
--HG--
extra : rebase_source : ec26dca3f0adf92da1940a42e80b6dc4398bf12b
2012-01-30 17:02:46 -06:00
Matt Brubeck
62194b3925
Bug 721459 - Enable WebSMS by default for B2G [r=mounir,khuey] DONTBUILD (NPOTB)
2012-01-30 11:46:05 -08:00
Philipp von Weitershausen
f76d8f2dd3
Bug 720601 - Update package manifests after renames and removals. r=fabrice DONTBUILD because NPOTB
2012-01-23 20:37:42 -08:00
Ben Francis
2cf1e460d0
Bug 710231 - Part 4: Enable browser frames for Gaia in B2G. DONTBUILD r=jlebar
2012-01-06 10:33:00 -05:00
Vivien Nicolas
b4f6384586
Bug 718652 - Send a sleep event on the homescreen window when the screen is turned on/off r=cjones
2012-01-18 17:48:54 +01:00
Vivien Nicolas
346cfde499
Bug 718651 - Add B2GComponents.manifest/xpt to b2g/installer/package.manifest r=cjones
2012-01-18 17:48:54 +01:00
Mounir Lamouri
7d104eee5a
Bug 677166 - Part 2 - Add .mozConnection to Navigator object. r=sicking
2012-01-16 13:23:28 +01:00
Daniel Holbert
9db27bafcd
Bug 698630 followup: remove the one straggling 'ifdef MOZ_SMIL' that was accidentally added to b2g. rs=Callek
2012-01-17 09:18:49 -08:00
Chris Jones
e15bf8beb7
Bug 710563: Temporarily set layout.frame_rate.precise only for b2g, while bug 710563 is waiting to land. r=mwu
2012-01-12 00:36:46 -08:00
Ed Morley
13a0a7914c
Merge last green changeset of mozilla-inbound to mozilla-central
2012-01-11 17:01:05 +00:00
Benjamin Smedberg
f85430f5f5
Bug 715576 - libalerts_s.dylib is incorrectly-named (_s indicates a static library) and links against the static-js library, which is bad. Make it link against either libxul (static-js) or the dynamic-js library correctly, and rename it. r=ted
2012-01-11 11:28:21 -05:00
Mike Hommey
e53de290fb
Bug 701371 - Rename mozutils to mozglue, and move it to top-level. r=khuey,a=brendan
...
--HG--
rename : memory/mozutils/Makefile.in => mozglue/Makefile.in
rename : memory/mozutils/Makefile.in => mozglue/build/Makefile.in
rename : memory/mozutils/dummy.cpp => mozglue/build/dummy.cpp
rename : memory/mozutils/fixcrt.py => mozglue/build/fixcrt.py
rename : memory/mozutils/mozutils.def.in => mozglue/build/mozglue.def.in
2011-12-28 08:24:02 +01:00
Ben Turner
288be4f200
Bug 674726 - WebTelephony. r=philikon+mounir, sr=sicking. Not part of the default build.
...
--HG--
extra : transplant_source : %1A%23%10d%88%B3%DA%87%C9%DD0%E6P%1Ct%AD%7D%80%B6%B4
2012-01-09 14:28:47 -08:00
Philipp von Weitershausen
a4c3474214
Bug 715773 - B2G SMS: Package dom_sms.xpt and set temporary permission prefs. r=cjones
2012-01-09 11:57:55 -08:00
Tim Guan-tin Chien
bcaa0c0b5d
Bug 716447 - Remove setCapture/releaseCapture from touch.js as it interfere with mouse events r=vingtetun
2012-01-09 15:29:31 +01:00
Ed Morley
76d5506282
Remove non-existent/duplicate *makefiles.sh entries, update conditionals, style fixes (no bug); rs=build
2012-01-07 01:00:28 +00:00