Michael Layzell
fe31896607
Bug 571294 - Part 1: Implement selection events behind the dom.select_events.enabled pref, r=smaug
2015-09-12 17:56:44 -04:00
James Willcox
1e69214491
Back out 69e7d484b749452e7c7ba2ab01f66f71c6339a6b due to Android 4.0 debug reftest failures
2015-09-11 11:27:24 -05:00
James Willcox
d06b91de48
Bug 1148131 - Enable DrawTargetTiled on Android r=Bas
2015-09-11 09:09:47 -05:00
Xidorn Quan
6c0a3ef75f
Bug 1202908 part 1 - Remove pref layout.css.will-change.enabled. r=dbaron
...
--HG--
extra : source : 8d109efd4ab3b60644e7251900151d38cb70862c
2015-09-11 16:00:10 +10:00
Nicholas Nethercote
957b39e8ff
Bug 1202526 (part 7) - Use PLDHashTable::RemoveEntry() in prefs code. r=bz.
...
This avoids repeating the hash table search in order to remove the entry.
2015-09-07 19:21:03 -07:00
Aaron Klotz
b96ddcd081
Bug 1200698: Rename async plugin init pref; r=bsmedberg
...
--HG--
extra : rebase_source : 7eb5cda7369a018c2fc407471b3587972091c4c2
2015-09-09 01:01:13 -06:00
Jan Varga
2a061d3c3b
Bug 771288 - Multiprocess FileHandle support (FileHandle on PBackground); r=baku
...
--HG--
rename : dom/filehandle/FileHandle.cpp => dom/filehandle/FileHandleBase.cpp
rename : dom/filehandle/FileHandle.h => dom/filehandle/FileHandleBase.h
rename : dom/filehandle/FileRequest.h => dom/filehandle/FileRequestBase.h
rename : dom/filehandle/MutableFile.cpp => dom/filehandle/MutableFileBase.cpp
rename : dom/filehandle/MutableFile.h => dom/filehandle/MutableFileBase.h
2015-09-09 13:15:05 +02:00
Dragana Damjanovic dd.mozilla@gmail.com
94779891d5
Bug 1202421 - Rename the network.auth.allow-subresource-auth pref. r=michal
2015-09-08 08:21:19 -07:00
Henry Chang
d0d222b8de
Bug 1178525 - Introduce PackagedAppVerifier and use it to control the timing we serve packaged content. r=valentin.
2015-09-07 19:12:02 +08:00
Gian-Carlo Pascutto
34122d2ae8
Bug 1107372 - Update preferences for new SafeBrowsing prefs structure. r=francois
2015-09-08 08:22:10 +02:00
David Anderson
93bbda05d5
Remove a pref that forces directwrite on when D2D is blocked. (bug 1193641, r=milan)
2015-09-04 17:47:49 -07:00
Sebastian Hengst
1eb50ce368
Backed out 4 changesets (bug 571294, bug 1196479) for W(2) failure on Linux 64 opt. r=backout on a CLOSED TREE
...
TEST-UNEXPECTED-FAIL | /eventsource/eventsource-close.htm | EventSource: close(), test events - assert_unreached: Dunno what to do with message number 3 Reached unreachable code
Backed out changeset e2612be99d7d (bug 571294)
Backed out changeset 9aea0c4a0822 (bug 1196479)
Backed out changeset 196e98128c58 (bug 571294)
Backed out changeset 1d662c2552bd (bug 571294)
2015-09-04 20:29:48 +02:00
Michael Layzell
7ab1c57716
Bug 571294 - Part 1: Implement selection events behind the dom.select_events.enabled pref, r=smaug
2015-09-04 12:35:46 -04:00
Kartikaya Gupta
e0d941d847
Bug 1201539 - Remove Fennec front-end code to deal with reflow-on-zoom. r=mfinkle
...
--HG--
extra : commitid : 7eqzwMt4jee
2015-09-04 11:49:48 -04:00
Masayuki Nakano
0b0589df8e
Bug 1199997 TSFTextStore::QueryInsert() should return specified range if the TIP is one of buggy Chinese TIPs of Microsoft r=emk
2015-09-04 20:55:09 +09:00
Kalpesh Krishna
180a94bf7c
Bug 1198387 - Remove use-cache preference and its references. r=mcmanus
2015-09-01 01:09:00 -04:00
Nils Ohlmeier [:drno]
03ad9c30eb
Bug 1199766 - Disable ICE TCP SO gathering via user pref. r=bwc
...
--HG--
extra : transplant_source : %60%C8%88-%E0%F2%9F%3FMn%A8%7C%3Ah%94s%D2%99%2AX
2015-08-28 13:22:45 -07:00
Kartikaya Gupta
c6b81000b4
Bug 1200563 - Remove duplicated pref. r=ted
...
--HG--
extra : commitid : wTCC5CKnPb
2015-09-01 16:47:51 -04:00
Carsten "Tomcat" Book
fa01817a0a
Backed out changeset 2734a3110b4a (bug 1107372) for Talos Bustage on a CLOSED TREE
2015-08-31 16:19:39 +02:00
Gian-Carlo Pascutto
ba3b7a169c
Bug 1107372 - Update preferences for new SafeBrowsing prefs structure. r=francois
2015-08-27 10:05:23 +02:00
Nicholas Nethercote
f44287005f
Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium.
...
The patch removes 455 occurrences of FAIL_ON_WARNINGS from moz.build files, and
adds 78 instances of ALLOW_COMPILER_WARNINGS. About half of those 78 are in
code we control and which should be removable with a little effort.
--HG--
extra : rebase_source : 82e3387abfbd5f1471e953961d301d3d97ed2973
2015-08-27 20:44:53 -07:00
Dragana Damjanovic
838f525328
Bug 1197944 - Change pref so that the http auth dialog is presented for sub resources as well. r=jduell
...
--HG--
extra : histedit_source : f5d9060badd90377053860fd5a45a7571aae1e77
2015-08-24 12:26:00 -04:00
Alexandre Lissy
71c5b4f365
Bug 1181561 - Expose a Kill Switch enabling/disabling. r=dhylands, sr=sicking
...
--HG--
extra : rebase_source : d5e61b863d55d4703dbad346310c025bfa396fe8
2015-08-26 03:11:00 -04:00
Ben Hearsum
ff49da743e
bug 1116409: fix cert pinning on backup cert for aus5.mozilla.org. r=typofix
2015-08-26 10:56:47 -04:00
Mason Chang
1c24730f8d
Bug 1197898 - Delete vsync refresh driver preference. r=kats
2015-08-25 09:01:40 -04:00
Mason Chang
696de26763
Bug 1197201. Delete hardware vsync and vsync compositor prefs. r=kats
2015-08-24 11:27:23 -04:00
Brian Birtles
723bcb58e0
Bug 1026803 part 9 - Return DOMHighResTimeStamp objects from Event.timeStamp on Linux for Nightly/Aurora builds; r=karlt
...
--HG--
extra : rebase_source : 34e5473418cbff105f821c979d680d64e6a3dbef
2015-08-12 11:28:48 +09:00
Olli Pettay
48adaf7552
Backout Bug 1166347 (pointer events on nightlies) because of crashes (see Bug 1181564), r=khuey
...
--HG--
extra : rebase_source : b0fcac3d2d99859c4ca9d0203632c45039f439d3
2015-08-21 20:35:02 +03:00
Botond Ballo
fa0328a1fe
Bug 1196462 - Add a pref to highlight checkerboarded areas for debugging. r=kats
...
--HG--
extra : source : 9d1aa5ad7e6fcb15a2b5c570115702499b75aaaf
2015-08-19 19:29:46 -04:00
Ben Hearsum
c51baf3ae9
bug 1116409: switch update server to sha2 cert; update in-tree pinning. r=rstrong,snorp,mfinkle,dkeeler
2015-08-20 17:50:51 -04:00
Andrea Marchesini
ce594e8b18
Bug 1196514
- remove dom.messagechannel.enabled pref, r=smaug
2015-08-20 08:34:38 +01:00
Ehsan Akhgari
f9752f535c
Bug 1196361 - Remove the media.useAudioChannelService pref; r=baku
...
We need to rely on the audio channel service for all products now,
so supporting running without it seems pointless at this point.
2015-08-19 21:00:18 -04:00
Benjamin Smedberg
747d460561
Bug 874167 - Move Java to be out-of-process like other plugins, so that it's weird threading behavior doesn't cause Firefox instability. This will likely cause reoccurance of bug 555699 and that is an acceptable tradeoff at this point, r=jimm
...
--HG--
extra : rebase_source : c7668990cf3d6da3a4dc1b09736a96b967a4cdc8
2015-08-14 11:49:52 -04:00
Jean-Yves Avenard
675dd12dd5
Bug 1190970: [MSE] P1. Enable WebM by default on platforms not supporting h264/aac. r=cpeterson
2015-08-18 08:48:18 +10:00
Jean-Yves Avenard
be305c5025
Revert "Bug 1190970: [MSE] P1. Enable WebM by default on platforms not supporting h264/aac. r=cpeterson"
...
This reverts commit d05f091bf4d8#l1.25
2015-08-17 17:55:22 +10:00
Jean-Yves Avenard
12c9711fb9
Bug 1190970: [MSE] P1. Enable WebM by default on platforms not supporting h264/aac. r=cpeterson
2015-08-17 13:47:49 +10:00
Jared Wein
42ca44cccd
Bug 1192573 - Require tablet-mode (Win10+) to show the on-screen keyboard. r=masayuki
2015-08-13 14:23:54 -04:00
Ryan VanderMeulen
54ed420cc1
Merge m-c to fx-team. a=merge
...
CLOSED TREE
2015-08-13 11:19:59 -04:00
Francois Marier
34de332db0
Bug 992096 - Implement Sub Resource Integrity [1/2]. r=baku,r=ckerschb
...
Code changes
2015-08-12 20:19:11 -07:00
Randell Jesup
efb47b11df
Bug 1189040: add a whitelist for network interfaces to use with ICE/webrtc r=ekr
2015-08-12 19:45:36 -04:00
EKR
e92a0a38f4
Bug 1189041 - Add option to only gather addresses for default route. r=bwc
2015-08-12 10:53:15 -04:00
Nikhil Marathe
6e05417442
Bug 1193365 - Disable push debug. r=kitcambridge
...
--HG--
extra : commitid : 9Gf6AN5z3TX
extra : rebase_source : 9555cab8a9739e9a9af4fa682495e78a61fee727
2015-08-11 12:53:14 -07:00
Xidorn Quan
89f6321036
Bug 1160023 part 5 - Implement the new fullscreen warning box. r=dao
...
--HG--
extra : source : 5feba587802aaa472a72b9c9f7543bd6eabef83a
2015-08-13 22:42:06 +10:00
Panos Astithas
3489041d98
Bug 1175606 - Enable Tracking Protection by default in Private Browsing Mode;r=ttaubert
...
--HG--
extra : commitid : IM75vVo386o
2015-08-08 00:33:05 +01:00
Phil Ringnalda
6049e2de48
Back out 023218047be5 (bug 1175606) for depending on the backed out bug 1192416
...
--HG--
extra : rebase_source : c90c29c87635e2dacec38fca5af0ea9571989f5e
2015-08-07 22:06:51 -07:00
Panos Astithas
c8943a4fdc
Bug 1175606 - Enable Tracking Protection by default in Private Browsing Mode;r=ttaubert
...
--HG--
extra : commitid : JpaUoMxt3ia
2015-08-08 00:33:05 +01:00
Francois Marier
e5ccece7d7
Bug 1141352 - add a pairwise allowlist to tracking protection. r=gcp
...
--HG--
rename : toolkit/components/url-classifier/tests/mochitest/test_privatebrowsing_trackingprotection.html => toolkit/components/url-classifier/tests/mochitest/test_trackingprotection_whitelist.html
rename : toolkit/components/url-classifier/tests/mochitest/classifiedAnnotatedPBFrame.html => toolkit/components/url-classifier/tests/mochitest/whitelistFrame.html
2015-08-07 13:08:22 -07:00
Jean-Yves Avenard
5745b79d15
Bug 1185792: [webm] P3. Enable WebMDemuxer/MediaFormatReader by default. r=kinetik
2015-08-07 19:31:46 +10:00
Jan-Ivar Bruaroey
c84f148731
Bug 1189030 - Add pref "media.peerconnection.ice.relay_only" (default=false). r=jesup
...
--HG--
extra : transplant_source : 1%D5%AC%F1%FA%EB%0B%C2%90%8A%83DtVz-L%2C%CC%14
2015-07-30 10:48:27 -04:00
Alfredo Yang
404dd1ef88
Bug 1187542 - Enable new MediaSource architecture on FFOS. r=jya
2015-08-06 04:08:00 +02:00