Christoph Kerschbaumer
5beeb22bd1
Bug 1201636 - Use channel->asyncOpen2() in modules/libjar/zipwriter/nsZipWriter.cpp (r=sicking)
2015-09-03 13:27:46 -07:00
Kalpesh Krishna
7d4d9c3197
Bug 1198387 - Remove use-cache preference and its references. r=mcmanus
2015-09-01 01:09:00 -04:00
Nils Ohlmeier [:drno]
738b65f581
Bug 1199766 - Disable ICE TCP SO gathering via user pref. r=bwc
2015-08-28 13:22:45 -07:00
Kartikaya Gupta
9bd9b72d82
Bug 1200563 - Remove duplicated pref. r=ted
2015-09-01 16:47:51 -04:00
Carsten "Tomcat" Book
d1c6382126
Backed out changeset 2734a3110b4a (bug 1107372) for Talos Bustage on a CLOSED TREE
2015-08-31 16:19:39 +02:00
Gian-Carlo Pascutto
00d716d1ce
Bug 1107372 - Update preferences for new SafeBrowsing prefs structure. r=francois
2015-08-27 10:05:23 +02:00
Nicholas Nethercote
10d95cca57
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.
2015-08-27 20:44:53 -07:00
Dragana Damjanovic
79cc96f7f0
Bug 1197944 - Change pref so that the http auth dialog is presented for sub resources as well. r=jduell
2015-08-24 12:26:00 -04:00
Alexandre Lissy
4aa2a317b2
Bug 1181561 - Expose a Kill Switch enabling/disabling. r=dhylands, sr=sicking
2015-08-26 03:11:00 -04:00
Ben Hearsum
6ddad4b747
bug 1116409: fix cert pinning on backup cert for aus5.mozilla.org. r=typofix
2015-08-26 10:56:47 -04:00
Mason Chang
9aa845659d
Bug 1197898 - Delete vsync refresh driver preference. r=kats
2015-08-25 09:01:40 -04:00
Mason Chang
d91c55f4fc
Bug 1197201. Delete hardware vsync and vsync compositor prefs. r=kats
2015-08-24 11:27:23 -04:00
Brian Birtles
41ee26a184
Bug 1026803 part 9 - Return DOMHighResTimeStamp objects from Event.timeStamp on Linux for Nightly/Aurora builds; r=karlt
2015-08-12 11:28:48 +09:00
Olli Pettay
16c882549c
Backout Bug 1166347 (pointer events on nightlies) because of crashes (see Bug 1181564), r=khuey
2015-08-21 20:35:02 +03:00
Botond Ballo
45a9ef1fa0
Bug 1196462 - Add a pref to highlight checkerboarded areas for debugging. r=kats
2015-08-19 19:29:46 -04:00
Ben Hearsum
18aa36116c
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
70cb6ddacd
Bug 1196514 - remove dom.messagechannel.enabled pref, r=smaug
2015-08-20 08:34:38 +01:00
Ehsan Akhgari
32a369b80d
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
b733264dfd
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
2015-08-14 11:49:52 -04:00
Michael Layzell
9ff696fed2
Bug 1195415 - Add asciiHostPort field to nsIURI, and use it in the implementation of nsPrincipal::GetOriginForURI, r=bholley
2015-08-18 14:52:24 -04:00
Jean-Yves Avenard
92e0641492
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
b8397463f1
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
f7c940de9b
Bug 1190970: [MSE] P1. Enable WebM by default on platforms not supporting h264/aac. r=cpeterson
2015-08-17 13:47:49 +10:00
Christoph Kerschbaumer
18543664bb
Bug 1193924 - Add assertion to AsyncOpen to make sure asyncOpen2() was called first when securityflags in loadInfo are set (r=sicking)
2015-08-12 21:36:33 -07:00
Jared Wein
eb47923345
Bug 1192573 - Require tablet-mode (Win10+) to show the on-screen keyboard. r=masayuki
2015-08-13 14:23:54 -04:00
Ryan VanderMeulen
25fb19452f
Merge m-c to fx-team. a=merge
...
CLOSED TREE
2015-08-13 11:19:59 -04:00
Francois Marier
6349d3c212
Bug 992096 - Implement Sub Resource Integrity [1/2]. r=baku,r=ckerschb
...
Code changes
2015-08-12 20:19:11 -07:00
Randell Jesup
facda89249
Bug 1189040: add a whitelist for network interfaces to use with ICE/webrtc r=ekr
2015-08-12 19:45:36 -04:00
EKR
08b6404747
Bug 1189041 - Add option to only gather addresses for default route. r=bwc
2015-08-12 10:53:15 -04:00
Nikhil Marathe
0f166e8a30
Bug 1193365 - Disable push debug. r=kitcambridge
2015-08-11 12:53:14 -07:00
Xidorn Quan
c33b668697
Bug 1160023 part 5 - Implement the new fullscreen warning box. r=dao
2015-08-13 22:42:06 +10:00
Panos Astithas
02da170d0a
Bug 1175606 - Enable Tracking Protection by default in Private Browsing Mode;r=ttaubert
2015-08-08 00:33:05 +01:00
Phil Ringnalda
6322352314
Back out 023218047be5 (bug 1175606) for depending on the backed out bug 1192416
2015-08-07 22:06:51 -07:00
Panos Astithas
61d6a04a99
Bug 1175606 - Enable Tracking Protection by default in Private Browsing Mode;r=ttaubert
2015-08-08 00:33:05 +01:00
Francois Marier
b923a46aed
Bug 1141352 - add a pairwise allowlist to tracking protection. r=gcp
2015-08-07 13:08:22 -07:00
Jean-Yves Avenard
2bfa3eed14
Bug 1185792: [webm] P3. Enable WebMDemuxer/MediaFormatReader by default. r=kinetik
2015-08-07 19:31:46 +10:00
Jan-Ivar Bruaroey
f17d2ffb3d
Bug 1189030 - Add pref "media.peerconnection.ice.relay_only" (default=false). r=jesup
2015-07-30 10:48:27 -04:00
Alfredo Yang
9de9c3c32d
Bug 1187542 - Enable new MediaSource architecture on FFOS. r=jya
2015-08-06 04:08:00 +02:00
Wes Kocher
470f734e39
Merge m-c to inbound, a=merge
2015-08-06 18:11:16 -07:00
Jared Wein
0af88fb303
Bug 1007063 - Show virtual (on-screen) keyboard in Windows 8 and higher when text fields are focused if physical keyboards are not present. r=jimm r=masayuki r=m_kato
2015-08-05 10:38:51 -04:00
Gijs Kruitbosch
e47b479e1a
Bug 1182778, r=margaret,f=bz
2015-07-17 13:30:42 +01:00
Jeff Gibat
f54b1d5e43
Bug 1173171 - Disable external jar: via preference. r=jduell
2015-08-04 23:55:00 -04:00
Carsten "Tomcat" Book
e34067fdd0
merge mozilla-inbound to mozilla-central a=merge
2015-08-05 13:12:59 +02:00
Birunthan Mohanathas
9b6236a10a
Bug 1191100 - Remove XPIDL signature comments in .cpp files. r=ehsan
...
Comment-only so DONTBUILD.
2015-08-04 16:17:36 -07:00
Nikhil Marathe
a5a19fc33d
Bug 1153499 - Enable push and sw prefs. r=dougt,ehsan
2015-07-15 13:12:44 -07:00
Carsten "Tomcat" Book
be47980f61
Backed out 1 changesets (bug 1153499) for test failures in browser_force_refresh.js
...
Backed out changeset 252814d5e628 (bug 1153499)
2015-08-06 09:47:38 +02:00
Nikhil Marathe
aa3801900d
Bug 1153499 - Enable push and sw prefs. r=dougt,ehsan
2015-07-15 13:12:44 -07:00
Wes Kocher
1470527e28
Backed out 3 changesets (bug 1191495, bug 1153499, bug 1144660) for mochitest-push crashes
...
Backed out changeset 8917e7323399 (bug 1191495)
Backed out changeset 13ed6f60d3f9 (bug 1144660)
Backed out changeset 95bd6642e4b1 (bug 1153499)
2015-08-05 15:18:05 -07:00
Nikhil Marathe
7afcfd2852
Bug 1153499 - Enable push and sw prefs. r=dougt,ehsan
2015-07-15 13:12:44 -07:00
Wes Kocher
cc76681fbe
Backed out changeset a2f3a6818c4d (bug 1189887) for test_instance_re-parent.html failures CLOSED TREE
2015-08-05 13:09:08 -07:00