Kartikaya Gupta
a335077b68
Bug 963278 - Enable the dom.browser_frames.useAsyncPanZoom flag by default. r=vingtetun
2014-02-05 17:43:20 -05:00
Ethan Tseng
fc731a5bb7
Bug 966623 - [RTSP] Video RTSP should be enabled from 1.4. r=sworkman
2014-02-01 20:06:55 +08:00
Karl Dubost
847b85c61b
Bug 948642 - Remove UA override for domains (starting 2013-12-10). r=lmandel
2014-02-04 11:12:55 -05:00
Carsten "Tomcat" Book
2c1a98fb02
merge b2g-inbound to mozilla-central
2014-01-31 12:57:22 +01:00
Dale Harvey
3d9f212047
Bug 958666 - Disable autofocus on b2g. r=vingetun
2014-01-31 03:29:18 +00:00
Ryan VanderMeulen
a7205ea8df
Backed out changeset 93d6dfcc20e7 (bug 958666) for B2G reftest failures.
2014-01-30 12:53:33 -05:00
Ethan Tseng
ca1851d25d
Bug 962309 - Video RTSP support should be disabled in 1.3. r=sworkman
2014-01-30 08:58:24 +08:00
Dale Harvey
350ef64a49
Bug 958666 - Disable autofocus on b2g. r=vingetun
2014-01-30 14:50:14 +00:00
Ryan VanderMeulen
fef07c2712
Merge m-c to inbound.
2014-01-30 16:36:04 -05:00
Nikhil Marathe
48b814058b
Bug 918806 - Enable DOM Promises. sr=bz
...
--HG--
extra : rebase_source : dbc7ef836fe7c2a71f38fedda004d7f988361a85
2014-01-30 13:14:00 -08:00
Ryan VanderMeulen
3a41ee3937
Backed out changesets 6db8b08a3aea and 1d7c2025bb56 (bug 918806) for B2G mochitest failures.
2014-01-30 14:46:36 -05:00
Nikhil Marathe
b3f7079a6c
Bug 918806 - Enable DOM Promises. sr=bz
2014-01-30 09:41:43 -08:00
Ghislain 'Aus' Lacroix
dd08be1bd2
Bug 957592. Expose download API properties based on permission. r=bz
2014-01-24 11:53:05 -08:00
Vivien Nicolas
de0f1c860e
Bug 961047 - Ensure all mozbrowser iframes use APZ when APZ is enabled. r=kats,fabrice
2014-01-23 18:45:00 +01:00
Carsten "Tomcat" Book
a925d8bba0
Backed out changeset 786d44e03d8b (bug 957592) for static rooting hazard bustage on a CLOSED TREE
2014-01-23 14:22:24 +01:00
Ghislain 'Aus' Lacroix
ade8d3ed93
Bug 957592 - Expose download API properties based on permission. r=bz
2014-01-22 11:51:13 -08:00
Wes Kocher
a45e4bb415
Backed out changeset 47c7cd88eee1 (bug 961047) for b2g scrolling failures
2014-01-22 20:12:03 -08:00
Vivien Nicolas
f2c7bdc2e0
Bug 961047 - Ensure all mozbrowser iframes use APZ when APZ is enabled. r=kats,fabrice
2014-01-23 00:03:17 +01:00
retornam
cc79ac0296
Bug 847811 - Remove browser.geolocation.warning.infoURL pref in b2g.js. r=fabrice
2013-08-02 13:14:54 -07:00
Nicholas Hurley
2674a1f7ec
Bug 947745 - Clean up the seer database when it gets too big. r=honzab
2014-01-17 17:45:48 -08:00
Ryan VanderMeulen
b05202b7e2
Merge inbound to m-c.
2014-01-16 15:06:12 -05:00
Etienne Segonzac
f091204480
Bug 849223 - Make the CSS3 system color module customizable via mozSettings to enable gaia themes. r=vingtetun
2014-01-16 15:52:30 +01:00
Diego Wilson
ce8176de16
Bug 947504 - Only enable HwcComposer2D by default if hardware supports it. r=gal
...
This feature will only be enabled by default on hardware that supports it
which sets the gonk prop "ro.display.colorfill" to true.
The feature can still be force enabled (or force disabled) via the
"layers.composer2d.enabled" setting.
2014-01-14 14:44:47 -08:00
Gian-Carlo Pascutto
24ad1b7f19
Bug 783047 - Update SafeBrowsing URLs to use HTTPS. r=mmc,dcamp sr=gavin
2014-01-16 09:27:59 +01:00
Wes Kocher
571ed7e714
Backed out changeset 5ed4a1817540 (bug 914584) for causing Cu permaorange
2014-01-15 19:54:27 -08:00
Fabrice Desré
a3be180c52
Bug 914584 - Turn on OOP on all b2g linux builds r=gwagner
2013-09-10 05:57:55 -07:00
Ben Kelly
65dfceebc7
Bug 957346: Extend grace period for perceivable background processes. r=fabrice
2014-01-15 18:17:59 -05:00
Alexandre Poirot
291e390c9f
Bug 891882 - Activate touch events on b2g desktop. r=vingtetun, r=mdas
2014-01-15 09:28:04 -05:00
Kai-Zhen Li
e82d9a27a1
Bug 957892 - Support gonk-kk in gecko. r=mwu
2014-01-09 13:59:31 +08:00
David Flanagan
1f3fd482ca
Bug 939962: set pref to enable willReadFrequently software canvas option
2014-01-06 14:13:57 -08:00
Ehsan Akhgari
ebd358dfd7
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
...
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRUnichar char16_t
2014-01-04 10:02:17 -05:00
Wes Kocher
e7ac45f0cd
Revert the backout of bug 938023 (changesets 19fbd3fb0373:8146150d4df8)
2013-12-20 13:43:46 -08:00
Diego Wilson
c2ae3452cf
Bug 950800 - Honor Composer2D toggling on the fly. r=nrc
...
Now you can toggle the hardware composer on/off at any point without restarting B2G.
2013-12-17 09:01:39 -08:00
Ms2ger
4f9286e563
Merge backout.
2013-12-20 11:39:00 +01:00
Ms2ger
aae32a4ae5
Backout bug 938023 (changesets 19fbd3fb0373:8146150d4df8) for missing review.
2013-12-20 11:37:27 +01:00
Randall Barker
155a01ed55
Bug 895358 - Part 2, Enable progressive tile rendering in B2G; r=BenWa,kats,Cwiiis
2013-12-19 12:19:25 -08:00
Phil Ringnalda
315bb1c7fb
Back out 024623d015e9:fa1dd7e7aa22 (bug 895358) for Windows build bustage
...
CLOSED TREE
2013-12-17 23:36:05 -08:00
Randall Barker
e3b106bec9
Bug 895358 - Part 2, Enable progressive tile rendering in B2G; r=BenWa,kats,Cwiiis
2013-12-17 13:41:00 -08:00
Fabrice Desré
619c5db6bd
Bug 938023 - Implement the download API : Part 2, implementation. r=auswerk
2013-11-27 23:18:08 -08:00
Fabrice Desré
a305fdc58b
Bug 938023 - Implement the download API : Part 1, webidl. r=auswerk
2013-11-27 23:17:39 -08:00
Chris Lord
2fab05a2c9
Bug 950696 - Cache the 'enable tiles' layers pref. r=bgirard
...
Rename layers.force-tiles to layers.enable-tiles and cache it with the other
layers prefs in gfxPlatform.
2013-12-17 14:02:16 +00:00
Nicholas Nethercote
af95c9e20c
Bug 945973 (part 4) - Add SystemMemoryReporter, which presents Linux-specific, system-wide memory measurements taken from the OS. r=glandium.
...
--HG--
extra : rebase_source : 032d1d2944b790ac9e9e4d7f18c8ac9d79858ef3
2013-12-04 19:32:50 -08:00
Timothy Nikkel
fb6d941aef
Bug 943248. Enable image visibility on b2g. r=mats
2013-11-26 16:19:41 -06:00
Vivien Nicolas
1760b8ca45
Bug 943849 - [Shared] Fixed headers does not follow correctly the rendered view. r=kats
2013-12-13 18:23:49 +01:00
Alexandre Poirot
1de6b27a55
Bug 945235 - Ensure {menu, tool, location, status}bars visiblity is false on b2g. r=fabrice
2013-12-12 17:04:43 -05:00
Karl Dubost
f3b0deabe5
Bug 941911 - Remove UA override for domains (starting 2013-11-21). r=lmandel
2013-12-11 09:54:22 -05:00
Paul Rouget
72d1dd97a0
Bug 944685 - Use NSHighResolutionCapable in B2G's Info.plist. r=mstange
...
--HG--
extra : rebase_source : b2d96082c1fb4ac55ad22dd034f7b1fbf217f207
2013-12-04 17:44:35 -05:00
Fabrice Desré
eca578071f
Bug 944859 - osfile_async_worker.js worker is never shut down in the parent process. r=yoric
2013-12-03 09:48:01 -08:00
Carsten "Tomcat" Book
c40b2ecd96
merge fx-team to mozilla-central
2013-12-03 10:39:56 +01:00
Zachary Carter
6598d03bb0
Bug 935232 - Implement a client for the Firefox Accounts auth server. r=markh
2013-12-02 13:56:24 -08:00