Граф коммитов

10380 Коммитов

Автор SHA1 Сообщение Дата
Randell Jesup f60eeceb34 Bug 1034136: Fix all.js typo in aec setting and add defualt for h264_enabled r=ehugg 2014-07-03 13:40:49 -04:00
Carsten "Tomcat" Book 2e56ac8b53 Backed out changeset b191be106cae (bug 744896) for B2G ICS Emulator Opt Test failures on a CLOSED TREE 2014-07-03 11:52:23 +02:00
Shelly Lin 8f033be2c0 Bug 744896 - Part 1: Implement AudioTrack, VideoTrack and other related interfaces. r=bz,roc 2014-04-16 11:06:45 +08:00
Wes Kocher 5713153de2 Backed out changeset 63e44c0641c3 (bug 925530) for build bustage on a CLOSED TREE 2014-07-02 18:10:55 -07:00
Jeff Gilbert d9847e64c6 Bug 925530 - Disable WebGL antialiasing on Mobile by default. - r=kamidphish,vlad 2014-07-01 19:38:56 -07:00
Monica Chew 1ce06a3399 Bug 1024610: Register tracking protection list and hook it up in nsChannelClassifier (r=gcp) 2014-07-02 12:41:00 -07:00
Ehsan Akhgari a11c39b680 Bug 1033457 - Use HAVE_SEH_EXCEPTIONS in order to use SEH exceptions in libjar; r=bsmedberg 2014-07-02 14:34:58 -04:00
Wes Kocher a11873d751 Merge m-c to inbound a=merge 2014-07-01 17:38:49 -07:00
Carsten "Tomcat" Book 3dc5bdfaf7 Merge mozilla-central to fx-team 2014-07-01 14:31:22 +02:00
Carsten "Tomcat" Book 5018790099 merge mozilla-inbound to mozilla-central a=merge 2014-07-01 14:01:21 +02:00
Myk Melez d1872c6bfd Bug 1030464 - log mozApps debug messages only if pref is set; r=fabrice 2014-06-30 17:27:34 -07:00
Wes Kocher 03da42e8b1 Backed out 4 changesets (bug 1028588) for build bustage
Backed out changeset 13a8bae671ca (bug 1028588)
Backed out changeset 19a19833f1d6 (bug 1028588)
Backed out changeset d5fae80054de (bug 1028588)
Backed out changeset 5942ad3859b8 (bug 1028588)
2014-06-30 15:50:19 -07:00
Benoit Jacob aaabf35f80 Bug 1028588 - Fix dangerous public destructors in libpref/ - r=bsmedberg 2014-06-30 18:11:48 -04:00
Benoit Jacob d19d884e7a Bug 1028588 - Fix dangerous public destructors in libpref/ - r=bsmedberg 2014-06-30 18:11:48 -04:00
Gijs Kruitbosch 3e1b83f024 Bug 1029509 - assert for new caches with known addresses, r=bsmedberg
--HG--
extra : rebase_source : 0bbd927ab33b897a2972be85356c069da5b3dd24
2014-06-24 14:49:56 +01:00
Masatoshi Kimura e6e3ddadf9 Bug 1018034 - Remove the "gfx.font_rendering.harfbuzz.scripts" pref. r=jfkthame 2014-05-31 15:11:29 +09:00
Michael Wu 6919ba2a2d Bug 987872 - Update Fira font name for Fira font update, r=jfkthame 2014-05-21 13:16:43 -04:00
Steve Workman 073b721981 Bug 1024015 - Only enable HTTP response timeout when TCP Keepalives are disabled for HTTP r=mcmanus 2014-06-26 11:03:45 -07:00
J. Ryan Stinnett c81a67b042 Bug 975591 - Part 2: Show DevTools devices in WebIDE. r=paul 2014-06-26 16:41:00 +02:00
J. Ryan Stinnett ef7573dfb1 Bug 975591 - Part 1: Add device discovery service. r=paul
--HG--
rename : toolkit/devtools/moz.build => toolkit/devtools/discovery/moz.build
rename : toolkit/devtools/moz.build => toolkit/devtools/discovery/tests/moz.build
2014-06-26 16:40:00 +02:00
Christoph Kerschbaumer 0638c6a90a Bug 925004 - CSP in CPP: flip pref to enable new CSP backend (r=sstamm) 2014-06-26 08:47:39 -07:00
Mats Palmgren 8f40519109 Bug 1026641 - Put outline-style:auto rendering behind a pref and disable it by default. r=roc 2014-06-26 12:48:05 +00:00
John Schoenick 2cc1dd9cd0 Bug 870022 - Part 4.1 - Add sizes to HTMLImageElement & atoms. r=jst, sr=jst 2014-06-25 11:47:47 -07:00
Rik Cabanier cab684d975 Bug 1018497 - Implementation of DOMMatrix. r=roc,bz 2014-06-24 20:15:00 +02:00
Jim Blandy 7e20285e70 Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):

 - Never set the buffer's mode.

   Years ago, Emacs did not have a good JavaScript mode, so it made sense
   to use Java or C++ mode in .js files. However, Emacs has had js-mode for
   years now; it's perfectly serviceable, and is available and enabled by
   default in all major Emacs packagings.

   Selecting a mode in the -*- file variable line -*- is almost always the
   wrong thing to do anyway. It overrides Emacs's default choice, which is
   (now) reasonable; and even worse, it overrides settings the user might
   have made in their '.emacs' file for that file extension. It's only
   useful when there's something specific about that particular file that
   makes a particular mode appropriate.

 - Correctly propagate settings that establish the correct indentation
   level for this file: c-basic-offset and js2-basic-offset should be
   js-indent-level. Whatever value they're given should be preserved;
   different parts of our tree use different indentation styles.

 - We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
   Remove tab-width: settings, at least in files that don't contain tab
   characters.

 - Remove js2-mode settings that belong in the user's .emacs file, like
   js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Benoit Jacob 5947890285 Bug 1028588 - Fix dangerous public destructors in libjar/ - r=aklotz 2014-06-24 22:09:14 -04:00
Jerry Shih 03ac645b5b Bug 998916 - check the visibility change event to defer the webgl context restore. r=jgilbert,smaug 2014-06-23 01:16:00 +02:00
Brian Smith bd8f23ccd6 Bug 1028643: Convert nsISignatureVerifier to use CertVerifier (mozilla::pkix) and move nsISignatureVerifier functionality to nsIDataSignatureVerifier, r=keeler
--HG--
extra : rebase_source : 14f6f5dedd7145d574ac5b4c86b6ad42b6716ae8
extra : histedit_source : f891fbe80c4ca9fc62849bc2d6d8ffad372a6bf0
2014-06-22 18:50:22 -07:00
Honza Bambas d8b9a11e34 Bug 1023748 - Allow NTLMv1 over SSL/TLS by default, r=jduell 2014-06-23 19:43:40 +02:00
Valentin Gosu 16cac008fa Bug 677754 - Remove all redirect prompts from Necko r=jduell 2014-06-22 23:33:46 +03:00
Bill McCloskey a461ef47a5 Bug 990729 - Add compartmentPerAddon option for XUL overlays (r=bholley) 2014-06-21 11:55:15 -07:00
Wes Kocher 526b1ab44f Backed out changeset f44458802800 (bug 677754) for xpcshell bustage on a CLOSED TREE 2014-06-20 14:12:46 -07:00
Valentin Gosu eb812c886c Bug 677754 - Remove all redirect prompts from Necko r=jduell 2014-06-20 21:24:20 +03:00
Steven Lee f074fe51e4 Bug 979716: Default to mobile AEC on GONK r=jesup 2014-06-19 17:57:12 -04:00
Nicolas Silva ec00b3a785 Bug 1027365 - Activate ImageBridge by default when OMTC on. r=sotaro 2014-06-19 11:45:19 +02:00
Nicholas Nethercote aaf6fb2124 Bug 1010064 - Allow memory reports to be anonymized. r=bsmedberg.
--HG--
extra : rebase_source : 5eb756b17a97e751deb0f47e909fdb35533cb23b
2014-05-20 23:06:54 -07:00
Kyle Huey 3fa8bd3656 Bug 1024388: Allow JAR channels to retarget to a different thread. r=bz,jduell 2014-06-17 09:39:23 -07:00
Carsten "Tomcat" Book 6efee7d862 merge mozilla-inbound to mozilla-central a=merge 2014-06-17 14:04:56 +02:00
Hannes Verschore 82463f11e1 Bug 1020364. Fix typo to enable offthread compilation by default again. r=njn, a=huge-performance-regression 2014-06-17 03:23:58 +02:00
Randell Jesup 2697000e13 Bug 1025176: Save AEC dumps in a specified directory depending on platform/pref r=pkerr 2014-06-16 15:51:45 -04:00
Michael Wu 67eba9ef1a Revert font update from bug 987872 (3c673c999927) for reftest failures 2014-06-13 01:00:16 -04:00
Michael Wu ec800551d0 Bug 987872 - Update Fira font name for Fira font update, r=jfkthame 2014-05-21 13:16:43 -04:00
Randell Jesup e1780c8d5c Bug 1024288: Add a button to about:webrtc to turn on/off AEC logging r=jib,smaug,unfocused 2014-06-12 12:21:38 -04:00
Ed Morley 226523e5a8 Backed out changeset 5d63a1316981 (bug 1024288) 2014-06-12 17:40:44 +01:00
Randell Jesup 06c4824015 Bug 1024288: Add a button to about:webrtc to turn on/off AEC logging r=jib,smaug,unfocused 2014-06-12 12:21:38 -04:00
Paul Kerr [:pkerr] 9d6e8e5434 Bug 970713 - Part 1: Control webrtc logging from about:config settings r=jesup 2014-06-08 18:54:47 -07:00
Randell Jesup 5eb7d501d6 Bug 1022212: enable WebRTC load adaptation by default rs=jesup,gcp 2014-06-07 13:19:12 -04:00
Ryan VanderMeulen 922fd80a61 Backed out changeset 650ea68d7ef2 (bug 1022212) for causing bug 1022235. 2014-06-07 21:13:08 -04:00
Randell Jesup d40a14929a Bug 1022212: enable WebRTC load adaptation by default rs=jesup,gcp 2014-06-07 13:19:12 -04:00
Jonathan Kew 3022454dd2 backout changeset 48b74ab18f92 (bug 1018034) due to MS Sans Serif regression with Thai system locale (see bug 1020826). 2014-06-06 22:41:07 +01:00