Kartikaya Gupta
18040c6709
Bug 963278 - Enable the dom.browser_frames.useAsyncPanZoom flag by default. r=vingtetun
2014-02-05 17:43:20 -05:00
Ethan Tseng
021a1e69bf
Bug 966623 - [RTSP] Video RTSP should be enabled from 1.4. r=sworkman
2014-02-01 20:06:55 +08:00
Karl Dubost
1115e1b8a0
Bug 948642 - Remove UA override for domains (starting 2013-12-10). r=lmandel
2014-02-04 11:12:55 -05:00
Carsten "Tomcat" Book
e26909535c
merge b2g-inbound to mozilla-central
2014-01-31 12:57:22 +01:00
Dale Harvey
71a27512b0
Bug 958666 - Disable autofocus on b2g. r=vingetun
2014-01-31 03:29:18 +00:00
Ryan VanderMeulen
4dae254df5
Backed out changeset 93d6dfcc20e7 (bug 958666) for B2G reftest failures.
2014-01-30 12:53:33 -05:00
Ethan Tseng
4fc1d40c03
Bug 962309 - Video RTSP support should be disabled in 1.3. r=sworkman
2014-01-30 08:58:24 +08:00
Dale Harvey
d28257ce0b
Bug 958666 - Disable autofocus on b2g. r=vingetun
2014-01-30 14:50:14 +00:00
Ryan VanderMeulen
80b4682516
Merge m-c to inbound.
2014-01-30 16:36:04 -05:00
Nikhil Marathe
8473b7af42
Bug 918806 - Enable DOM Promises. sr=bz
...
--HG--
extra : rebase_source : dbc7ef836fe7c2a71f38fedda004d7f988361a85
2014-01-30 13:14:00 -08:00
Ryan VanderMeulen
207d08537d
Backed out changesets 6db8b08a3aea and 1d7c2025bb56 (bug 918806) for B2G mochitest failures.
2014-01-30 14:46:36 -05:00
Nikhil Marathe
02149fd481
Bug 918806 - Enable DOM Promises. sr=bz
2014-01-30 09:41:43 -08:00
Ghislain 'Aus' Lacroix
a72a09929b
Bug 957592. Expose download API properties based on permission. r=bz
2014-01-24 11:53:05 -08:00
Vivien Nicolas
460b3849a3
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
67dae862f8
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
fff89d7685
Bug 957592 - Expose download API properties based on permission. r=bz
2014-01-22 11:51:13 -08:00
Wes Kocher
028efdb265
Backed out changeset 47c7cd88eee1 (bug 961047) for b2g scrolling failures
2014-01-22 20:12:03 -08:00
Vivien Nicolas
6ff1b513e4
Bug 961047 - Ensure all mozbrowser iframes use APZ when APZ is enabled. r=kats,fabrice
2014-01-23 00:03:17 +01:00
retornam
b2f37c0c8f
Bug 847811 - Remove browser.geolocation.warning.infoURL pref in b2g.js. r=fabrice
2013-08-02 13:14:54 -07:00
Nicholas Hurley
dad483cf58
Bug 947745 - Clean up the seer database when it gets too big. r=honzab
2014-01-17 17:45:48 -08:00
Ryan VanderMeulen
208917083a
Merge inbound to m-c.
2014-01-16 15:06:12 -05:00
Etienne Segonzac
265ade2e84
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
4c97e04ee8
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
4ecb4f84ff
Bug 783047 - Update SafeBrowsing URLs to use HTTPS. r=mmc,dcamp sr=gavin
2014-01-16 09:27:59 +01:00
Wes Kocher
78aa7d329c
Backed out changeset 5ed4a1817540 (bug 914584) for causing Cu permaorange
2014-01-15 19:54:27 -08:00
Fabrice Desré
185820220e
Bug 914584 - Turn on OOP on all b2g linux builds r=gwagner
2013-09-10 05:57:55 -07:00
Ben Kelly
1753d88a15
Bug 957346: Extend grace period for perceivable background processes. r=fabrice
2014-01-15 18:17:59 -05:00
Alexandre Poirot
6a13f8e9f2
Bug 891882 - Activate touch events on b2g desktop. r=vingtetun, r=mdas
2014-01-15 09:28:04 -05:00
Kai-Zhen Li
d8c223c268
Bug 957892 - Support gonk-kk in gecko. r=mwu
2014-01-09 13:59:31 +08:00
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
Sotaro Ikeda
0b6ebdca5a
Bug 917444 - Enable fence with readpixels r=vlad
2013-10-24 06:17:00 +01:00
Mike Hommey
f1c0c07862
Bug 929905 - Consolidate sources in moz.build. r=gps
2013-10-25 08:23:05 +09:00
Arnaud Bienner
942ef05b14
Bug 930277 - Toggle dom.forms.color on everywhere but on B2G, Android and Metro as these platforms don't have a color picker ready yet. r=dholbert
2013-10-28 19:56:59 +01:00
Wes Kocher
4b91a0b098
Merge m-c to inbound
2013-10-22 18:43:11 -04:00
Jim Chen
a7adbc0f8e
Bug 927429 - Set UA override update URL for B2G; r=fabrice
2013-10-22 11:15:38 -04:00
Karl Dubost
85783fc7ff
Bug 911260 - Remove UA override for domains starting 2013-08-30; r=lmandel
2013-10-22 11:11:42 -04:00
Carsten "Tomcat" Book
9d22415bcf
Merge mozilla-central to mozilla-inbound
2013-10-18 14:13:10 +02:00
Peter Chang
59195f23b7
Bug 922510 - Extend GonkNativeWindow to support android JB 4.2.2, r=sotaro,gps
2013-10-18 10:42:43 +08:00
Fabrice Desré
cbc2a9e736
Bug 927493 - Fast-path for certified apps CSP r=geekboy
2013-10-17 10:56:12 -07:00
Vicamo Yang
c4bf3de5f9
Bug 915604: Hide RIL DOM APIs from regular Web pages. r=khuey, f=emk
2013-10-18 04:51:27 +08:00
Fabrice Desré
921cc9ae29
Backout 92ad60388975 (Bug 927493) for bustage on a CLOSED TREE
2013-10-17 12:37:26 -07:00
Fabrice Desré
45ffe984b1
Bug 927493 - Fast-path for certified apps CSP r=geekboy
2013-10-17 10:56:12 -07:00
Fernando Jiménez
ce891e1545
Bug 926880 - Enable IAC API for b2g-desktop. r=genelian
2013-10-16 09:22:43 +02:00
Benjamin Chen
a9ca45668c
Bug 831645 - part2, Rtsp media resource and decoder. r=roc, doublec, sworkman, khuey, gps
2013-09-23 17:53:36 +08:00
George Wright
e4943a763f
Bug 920160 - Add prefs for SkiaGL cache size r=snorp
...
--HG--
extra : rebase_source : 410192610d7311dead4132d2fee8fbd3fe062951
2013-10-22 14:15:24 -05:00
Justin Dolske
743ebf7296
Bug 717490 - Remove support for importing logins from legacy signons.txt format, as well as base64 conversion. r=mattn
2013-10-09 17:48:40 -07:00
Gavin Sharp
7ca7c14c7a
Bug 922338: update link to phishing protection info in Firefox, r=dao,wesj,mbrubeck,fabrice
2013-10-08 14:00:48 -07:00
Andrea Marchesini
c826a0cf79
Bug 923417 - Enabling DataStore for b2g and Desktop (non-release build), r=khuey
2013-10-05 19:35:19 -04:00
Ryan VanderMeulen
3a6f25421e
Backed out changeset f4e60efc867f (bug 923417) for B2G mochitest-2 failures.
2013-10-05 16:23:00 -04:00
Andrea Marchesini
dfd9c4e503
Bug 923417 - Enabling DataStore for b2g and Desktop (non-release build), r=khuey
2013-10-05 08:36:53 -04:00
Andrea Marchesini
bc8f1080be
Bug 871445 - patch 8 - DataStore: disabled by default, r=ehsan
2013-10-02 13:27:15 -04:00