David Flanagan
|
735c6b20d2
|
Bug 939962: set pref to enable willReadFrequently software canvas option
|
2014-01-06 14:13:57 -08:00 |
|
Ehsan Akhgari
|
eaa7491d77
|
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
|
cac388f427
|
Revert the backout of bug 938023 (changesets 19fbd3fb0373:8146150d4df8)
|
2013-12-20 13:43:46 -08:00 |
|
Diego Wilson
|
9e48e9bdd8
|
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
|
0762bdd26c
|
Merge backout.
|
2013-12-20 11:39:00 +01:00 |
|
Ms2ger
|
20c828bcde
|
Backout bug 938023 (changesets 19fbd3fb0373:8146150d4df8) for missing review.
|
2013-12-20 11:37:27 +01:00 |
|
Randall Barker
|
bb2d67faf4
|
Bug 895358 - Part 2, Enable progressive tile rendering in B2G; r=BenWa,kats,Cwiiis
|
2013-12-19 12:19:25 -08:00 |
|
Phil Ringnalda
|
6cc1278352
|
Back out 024623d015e9:fa1dd7e7aa22 (bug 895358) for Windows build bustage
CLOSED TREE
|
2013-12-17 23:36:05 -08:00 |
|
Randall Barker
|
ffd53db5e1
|
Bug 895358 - Part 2, Enable progressive tile rendering in B2G; r=BenWa,kats,Cwiiis
|
2013-12-17 13:41:00 -08:00 |
|
Fabrice Desré
|
765ebb0c7e
|
Bug 938023 - Implement the download API : Part 2, implementation. r=auswerk
|
2013-11-27 23:18:08 -08:00 |
|
Fabrice Desré
|
4e16581f9d
|
Bug 938023 - Implement the download API : Part 1, webidl. r=auswerk
|
2013-11-27 23:17:39 -08:00 |
|
Chris Lord
|
aa34694d94
|
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
|
3b7c5d2e8c
|
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
|
c9aea5e10b
|
Bug 943248. Enable image visibility on b2g. r=mats
|
2013-11-26 16:19:41 -06:00 |
|
Vivien Nicolas
|
5987e863e0
|
Bug 943849 - [Shared] Fixed headers does not follow correctly the rendered view. r=kats
|
2013-12-13 18:23:49 +01:00 |
|
Alexandre Poirot
|
22cb1b7a46
|
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
|
86691e3f07
|
Bug 941911 - Remove UA override for domains (starting 2013-11-21). r=lmandel
|
2013-12-11 09:54:22 -05:00 |
|
Paul Rouget
|
f67eeed4d8
|
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é
|
9510979b93
|
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
|
8c14f61fb1
|
merge fx-team to mozilla-central
|
2013-12-03 10:39:56 +01:00 |
|
Zachary Carter
|
09185a9092
|
Bug 935232 - Implement a client for the Firefox Accounts auth server. r=markh
|
2013-12-02 13:56:24 -08:00 |
|
Ryan VanderMeulen
|
e74bb8fe33
|
Merge m-c to inbound.
|
2013-12-02 16:58:15 -05:00 |
|
Mike Hommey
|
06d6d3c5cf
|
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
|
ad2c9ff51b
|
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
|
3694fef2cc
|
Merge m-c to b2g-inbound
|
2013-11-28 14:48:55 +01:00 |
|
Mike Hommey
|
fdd3247a81
|
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
|
2013-11-27 22:55:07 +09:00 |
|
Mike Hommey
|
2f727b6d62
|
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
|
b038245b8d
|
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
|
2013-11-28 13:08:16 +09:00 |
|
Nicholas Cameron
|
15eb0861a8
|
Bug 914584. Pref on OMTC for b2g desktop builds. r=fabrice
|
2013-11-25 20:07:34 +13:00 |
|
Ryan VanderMeulen
|
14bce8a31f
|
Merge b-i to m-c.
|
2013-11-22 15:35:31 -05:00 |
|
Dale Harvey
|
4a1e0b3e0c
|
Bug 935672 - Only use accelerated skia on gonk. r=matt.woodrow
|
2013-11-22 11:06:05 +00:00 |
|
Ethan Tseng
|
a9775d12c8
|
Bug 884702 - Support Rtsp protocol in url bar. r=bz
|
2013-11-20 17:58:22 +08:00 |
|
Karl Dubost
|
bb297c3fbc
|
Bug 932040 - Removing the UA override for 7 domains. r=lmandel
|
2013-11-18 12:39:02 -05:00 |
|
Ryan VanderMeulen
|
befed7b8c7
|
Backed out changeset c9b9eb9d31a8 (bug 935672) for B2G desktop M1 failures.
|
2013-11-15 15:30:49 -05:00 |
|
Dale Harvey
|
3bfa203b18
|
Bug 935672 - Only use accelerated skia on gonk. r=mwoodrow
|
2013-11-15 08:55:55 -08:00 |
|
David Major
|
25afc23f7c
|
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
|
7a0b6729f5
|
merge b2g-inbound to mozilla-central
|
2013-11-09 09:10:20 +01:00 |
|
Dão Gottwald
|
c547a1225b
|
Bug 936513 - Remove unused general.useragent.enable_overrides pref. r=nchen
|
2013-11-08 22:24:02 +01:00 |
|
Karl Dubost
|
b9db48a367
|
Bug 923442 - Remove UA override for domains starting 2013-10-03. r=lmandel
|
2013-11-08 15:25:25 -05:00 |
|
Seth Fowler
|
15d5a68d2b
|
Backout of bug 934070 for breaking debugging on OS X
|
2013-11-07 18:42:22 -08:00 |
|
Mike Hommey
|
851bde9eb2
|
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 |
|
Matt Woodrow
|
bc7e07900f
|
Bug 934533 - Remove the azure content enabled pref since we require it to be enabled for all platforms now. r=nrc
--HG--
extra : rebase_source : f5152dd3c088009c80cda2844589967ed047e888
|
2013-11-06 08:54:12 +13:00 |
|
Ed Morley
|
4326269d4b
|
Merge mozilla-central and b2g-inbound
|
2013-10-29 16:34:46 +00:00 |
|
Vicamo Yang
|
17e058673d
|
Bug 920551 - 2.h/2: fix dom/system/gonk/*. r=hsinyi,khuey
|
2013-10-29 16:12:45 +08:00 |
|
Vicamo Yang
|
dca48f3e9d
|
Bug 920551 - 2.f/2: fix Voicemail. r=hsinyi,khuey
|
2013-10-29 16:12:42 +08:00 |
|
Vicamo Yang
|
260f5d4169
|
Bug 920551 - 2.e/2: fix MobileConnection. r=hsinyi,khuey
|
2013-10-29 16:12:41 +08:00 |
|
Vicamo Yang
|
8c0916e23c
|
Bug 920551 - 2.d/2: fix ICC. r=hsinyi,khuey
|
2013-10-29 16:12:40 +08:00 |
|
Vicamo Yang
|
57799aafc6
|
Bug 920551 - 2.c/2: fix CellBroadcast. r=hsinyi
|
2013-10-29 16:12:39 +08:00 |
|
Vicamo Yang
|
c13036d07b
|
Bug 920551 - 2.b/2: fix Telephony. r=hsinyi,khuey
|
2013-10-29 16:12:38 +08:00 |
|
Timothy Nikkel
|
ab469042b3
|
Bug 930535. Enable image visibility on b2g inside browser elements. r=mats
|
2013-10-26 19:17:52 -05:00 |
|