Commit Graph

464 Commits

Author SHA1 Message Date
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
Ryan VanderMeulen
e57afbe1f2 Merge m-c to inbound. 2013-12-02 16:58:15 -05:00
Mike Hommey
bf60896454 Bug 943728 - Replace double quotes with single quotes in Makefiles (or remove them when it makes sense). r=mshal 2013-12-03 06:34:21 +09:00
Carmen Jimenez
6e97eb218e Bug 935924 - [SingleVariant] 3rd party apps are deleted after a factory reset. r=fabrice 2013-11-21 17:56:15 +01:00
Carsten "Tomcat" Book
45d2ff3464 Merge m-c to b2g-inbound 2013-11-28 14:48:55 +01:00
Mike Hommey
9245936f8b Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal 2013-11-27 22:55:07 +09:00
Mike Hommey
2b828323f2 Backout changeset 3fd4b546eed4 (bug 874266) and changeset a35d2e3a872f (bug 942043) for ASAN build bustage and Windows test bustage
--HG--
extra : amend_source : f20d09aeff1c8b5cbd0f1d24c7ce04e86f3aed1d
2013-11-28 14:24:05 +09:00
Mike Hommey
d210f8ff00 Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal 2013-11-28 13:08:16 +09:00
Nicholas Cameron
38006e476d Bug 914584. Pref on OMTC for b2g desktop builds. r=fabrice 2013-11-25 20:07:34 +13:00
Ryan VanderMeulen
d7e49cc136 Merge b-i to m-c. 2013-11-22 15:35:31 -05:00
Dale Harvey
f2be228f2a Bug 935672 - Only use accelerated skia on gonk. r=matt.woodrow 2013-11-22 11:06:05 +00:00
Ethan Tseng
1734f172a9 Bug 884702 - Support Rtsp protocol in url bar. r=bz 2013-11-20 17:58:22 +08:00
Karl Dubost
e95a862739 Bug 932040 - Removing the UA override for 7 domains. r=lmandel 2013-11-18 12:39:02 -05:00
Ryan VanderMeulen
b2d2d95631 Backed out changeset c9b9eb9d31a8 (bug 935672) for B2G desktop M1 failures. 2013-11-15 15:30:49 -05:00
Dale Harvey
8ebea2de0a Bug 935672 - Only use accelerated skia on gonk. r=mwoodrow 2013-11-15 08:55:55 -08:00
David Major
198e213e28 Bug 932100 - Part 2: Move DLL blocklist code to mozglue. r=bsmedberg, r=glandium
--HG--
rename : toolkit/xre/nsWindowsDllBlocklist.cpp => mozglue/build/WindowsDllBlocklist.cpp
2013-11-12 08:31:32 -05:00
Carsten "Tomcat" Book
96a914c686 merge b2g-inbound to mozilla-central 2013-11-09 09:10:20 +01:00
Dão Gottwald
a50c228f31 Bug 936513 - Remove unused general.useragent.enable_overrides pref. r=nchen 2013-11-08 22:24:02 +01:00
Karl Dubost
2c269ef3c4 Bug 923442 - Remove UA override for domains starting 2013-10-03. r=lmandel 2013-11-08 15:25:25 -05:00
Seth Fowler
90d83b3d32 Backout of bug 934070 for breaking debugging on OS X 2013-11-07 18:42:22 -08:00
Mike Hommey
ebd64d4dbd Bug 934070 - Stop copying dist/bin under dist/$(MOZ_MACBUNDLE_NAME)/Contents/MacOS in */app/Makefile.in. r=ted
Consequently, revert changeset 92bea49b46b4 (bug 914560).
2013-11-07 10:38:13 +09:00