John Schoenick
07bb0f22c2
Bug 870022 - Part 4.1 - Add sizes to HTMLImageElement & atoms. r=jst, sr=jst
2014-06-25 11:47:47 -07:00
Rik Cabanier
cfa3ff39f9
Bug 1018497 - Implementation of DOMMatrix. r=roc,bz
2014-06-24 20:15:00 +02:00
Jim Blandy
b6b202b6bb
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
cf8ca0fea3
Bug 1028588 - Fix dangerous public destructors in libjar/ - r=aklotz
2014-06-24 22:09:14 -04:00
Jerry Shih
4e9fe40560
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
4212992a61
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
fd24ec8def
Bug 1023748 - Allow NTLMv1 over SSL/TLS by default, r=jduell
2014-06-23 19:43:40 +02:00
Valentin Gosu
96934be277
Bug 677754 - Remove all redirect prompts from Necko r=jduell
2014-06-22 23:33:46 +03:00
Bill McCloskey
8fd2ccc803
Bug 990729 - Add compartmentPerAddon option for XUL overlays (r=bholley)
2014-06-21 11:55:15 -07:00
Wes Kocher
86fdf6b94e
Backed out changeset f44458802800 (bug 677754) for xpcshell bustage on a CLOSED TREE
2014-06-20 14:12:46 -07:00
Valentin Gosu
7a7e3c716c
Bug 677754 - Remove all redirect prompts from Necko r=jduell
2014-06-20 21:24:20 +03:00
Steven Lee
3905a72d70
Bug 979716: Default to mobile AEC on GONK r=jesup
2014-06-19 17:57:12 -04:00
Nicolas Silva
677877442e
Bug 1027365 - Activate ImageBridge by default when OMTC on. r=sotaro
2014-06-19 11:45:19 +02:00
Nicholas Nethercote
bb9d51e11e
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
796107136a
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
f202a4a6a6
merge mozilla-inbound to mozilla-central a=merge
2014-06-17 14:04:56 +02:00
Hannes Verschore
6157105129
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
d4746d1de5
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
abc2201d96
Revert font update from bug 987872 (3c673c999927) for reftest failures
2014-06-13 01:00:16 -04:00
Michael Wu
c5aadd87c9
Bug 987872 - Update Fira font name for Fira font update, r=jfkthame
2014-05-21 13:16:43 -04:00
Randell Jesup
9ecc4f0aa3
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
866f114249
Backed out changeset 5d63a1316981 (bug 1024288)
2014-06-12 17:40:44 +01:00
Randell Jesup
3668de4ea0
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]
6cf4c86116
Bug 970713 - Part 1: Control webrtc logging from about:config settings r=jesup
2014-06-08 18:54:47 -07:00
Randell Jesup
e468136266
Bug 1022212: enable WebRTC load adaptation by default rs=jesup,gcp
2014-06-07 13:19:12 -04:00
Ryan VanderMeulen
ae53e128eb
Backed out changeset 650ea68d7ef2 (bug 1022212) for causing bug 1022235.
2014-06-07 21:13:08 -04:00
Randell Jesup
7f6cc649ad
Bug 1022212: enable WebRTC load adaptation by default rs=jesup,gcp
2014-06-07 13:19:12 -04:00
Jonathan Kew
f518f9e102
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
Ryan VanderMeulen
7e3133c429
Merge m-c to inbound. a=merge
2014-06-06 17:34:13 -04:00
Ed Morley
30eb60b0b5
Merge mozilla-central and b2g-inbound
2014-06-06 19:12:21 +01:00
John Shih
eb5c64f849
Bug 1020758 - Disable Network Information API on Desktop. r=sicking
2014-06-06 17:12:54 +08:00
Brian Nicholson
c5f1180f79
Bug 1020440 - Create DOM interfaces and stub for requestAutocomplete. r=smaug,MattN
2014-06-06 13:06:15 -07:00
Matthew Noorenberghe
5a86849d06
Bug 1009935 - Implement the @autocomplete attribute for values other than off/on. r=smaug
2014-06-06 00:25:02 -07:00
Brian Birtles
ca996e25d9
Bug 77992 part 2 - Make event.timeStamp use TimeStamp value based on a pref; r=smaug
...
Note that this pref isn't fully live since the timeStamp member of the event
interface is [Pure] and so values will be cached.
2014-06-06 14:29:49 +09:00
Brian Birtles
77b56d540f
Turn off changes to SVG's getBBox due to bug 1019326; r=longsonr
2014-06-05 15:43:33 +09:00
Morris Tseng
3ed6a2adc9
Bug 987718 - Part 6: Hooks up SelectionCaret; r=roc
2014-06-04 22:58:00 +02:00
Daniel Holbert
a142a5db26
Bug 864005: Remove mentions of & checks for 'layout.css.supports-rule.enabled' pref. r=heycam r=khuey
2014-06-04 21:07:07 -07:00
Markus Stange
488707ab3c
Bug 944938 - Add default values for some AsyncPanZoom prefs to all.js. r=kats
2014-06-03 15:39:50 +02:00
Carsten "Tomcat" Book
f15ac0b086
Backed out changeset f62d16bc1c3e (bug 944938) for testfailures during 10.8 Builds on a CLOSED TREE
2014-06-04 16:06:24 +02:00
Markus Stange
13546f805b
Bug 944938 - Add default values for some AsyncPanZoom prefs to all.js. r=kats
2014-06-03 15:39:50 +02:00
Jeremy Poulin
ab83f7f8dd
Bug 1016622: Renaming mozilla::network::Seer to mozilla::network Predictor. r=hurley
...
--HG--
rename : netwerk/base/public/nsINetworkSeer.idl => netwerk/base/public/nsINetworkPredictor.idl
rename : netwerk/base/public/nsINetworkSeerVerifier.idl => netwerk/base/public/nsINetworkPredictorVerifier.idl
rename : netwerk/base/src/Seer.cpp => netwerk/base/src/Predictor.cpp
rename : netwerk/base/src/Seer.h => netwerk/base/src/Predictor.h
rename : netwerk/test/unit/test_seer.js => netwerk/test/unit/test_predictor.js
2014-06-03 13:37:46 -07:00
Phoebe Chang
35e1de7e23
Bug 924692 - Part 3: Add TouchCaret; r=roc, bugs
2014-06-03 15:08:45 +08:00
Phoebe Chang
4d2bf9e76b
Bug 924692 - Part 1: Add touch caret rendering support; r=roc
2014-06-03 15:08:25 +08:00
Monica Chew
ba4581d5dc
Bug 1012882: Restrict pinning to desktop (r=keeler)
2014-06-02 15:06:30 -07:00
Robert O'Callahan
915297325e
Bug 1015664. Part 1: Remove NS_HIDDEN_() usage. r=bsmedberg
2014-06-03 00:08:21 +12:00
Makoto Kato
d6c1bc46ea
Bug 1010653 - Add Noto Sans family to fallback font. r=jdaggett
2014-06-02 16:46:54 +09:00
Masatoshi Kimura
59b5d229ee
Bug 1018034 - Remove the "gfx.font_rendering.harfbuzz.scripts" pref. r=jfkthame
2014-05-31 15:11:29 +09:00
Jason Duell
dc7616c37c
Bug 1010434
- NeckoParent matches a wrong app for the request of a new RemoteOpenFile. r=bent
2014-05-30 12:50:51 -07:00
Ryan VanderMeulen
14d67ea018
Backed out changeset 8164fe57ac92 (bug 1010434
) for bustage.
...
CLOSED TREE
2014-05-30 16:06:03 -04:00
John Schoenick
394baa5b51
Bug 870021 - Part 1.3 - Add srcset to HTMLImageElement & atoms. r=jst, sr=jst
2014-05-30 13:03:04 -07:00