Commit Graph

5640 Commits

Author SHA1 Message Date
Botond Ballo
d6b0a6fe7c Bug 1155137 - Disable spammy layout warnings by default. r=roc
The rationale is that they fire way too frequently to be useful to anyone
who's not specifically investigating them.

The warning about transparent content with displayports being expensive
is the only such warning currently.
2015-09-04 13:18:30 -04:00
Michael Layzell
bca2ce7da8 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
dde87c210b Back out 69e7d484b749452e7c7ba2ab01f66f71c6339a6b due to Android 4.0 debug reftest failures 2015-09-11 11:27:24 -05:00
James Willcox
ae45082b83 Bug 1148131 - Enable DrawTargetTiled on Android r=Bas 2015-09-11 09:09:47 -05:00
Xidorn Quan
1a048ac363 Bug 1202908 part 1 - Remove pref layout.css.will-change.enabled. r=dbaron 2015-09-11 16:00:10 +10:00
Nicholas Nethercote
b3bbb46587 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
2ce7ba2937 Bug 1200698: Rename async plugin init pref; r=bsmedberg 2015-09-09 01:01:13 -06:00
Ted Mielczarek
6fbc5b2b16 bug 1200360 - fix $(DEFINES) usage in modules/libmar/tool/moz.build. r=mshal 2015-09-08 13:58:53 -04:00
Ted Mielczarek
ad41cf90cf bug 1198226 - Move HOST_{C,CXX}FLAGS to moz.build HOST_{CFLAGS,CXXFLAGS,DEFINES}. r=mshal
As part of this move, HOST_NSPR_MDCPUCFG needed to be changed to get the quoting right.
2015-09-08 11:35:43 -04:00
Jan Varga
e5c59dbea6 Bug 771288 - Multiprocess FileHandle support (FileHandle on PBackground); r=baku 2015-09-09 13:15:05 +02:00
Dragana Damjanovic dd.mozilla@gmail.com
e1e32f6ff4 Bug 1202421 - Rename the network.auth.allow-subresource-auth pref. r=michal 2015-09-08 08:21:19 -07:00
Ehsan Akhgari
43131da155 Bug 1202099 - Fix a clang 3.7 build warning (treated as error) in zlib
This is the following commit from upstream: e54e1299404101a5a9d0cf5e45512b543967f958
2015-09-08 09:46:26 -04:00
Henry Chang
151bde1e6a 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
38bf067754 Bug 1107372 - Update preferences for new SafeBrowsing prefs structure. r=francois 2015-09-08 08:22:10 +02:00
David Anderson
d3cd82674e 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
f40c5bf19c 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
a8f85880d9 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
82d3f5a3f2 Bug 1201539 - Remove Fennec front-end code to deal with reflow-on-zoom. r=mfinkle 2015-09-04 11:49:48 -04:00
Masayuki Nakano
b34b550faa 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
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