Commit Graph

11220 Commits

Author SHA1 Message Date
Paolo Amadini
80dddf5864 Bug 1149975 - Part 1 of 2 - Handle visibility of the login fill doorhanger anchor. r=MattN
--HG--
extra : rebase_source : fdc290d5179bf79af1198bf62b5aac98e30aa894
2015-05-13 15:34:14 +01:00
Wes Kocher
41165287c7 Merge inbound to m-c a=merge 2015-05-13 11:12:07 -07:00
Josios
2388d6503d Bug 1161686 - libmar's |SECU_GetModulePassword| can leak allocated string (command line build utility). Free unused return of GetPasswordString. r=bbondy 2015-05-12 19:40:06 -07:00
John Daggett
07a0c560a7 Bug 1056479 p2 - implement platform fontlist based on fontconfig. r=karlt
This patch implements a derived class of gfxPlatformFontList and a set of associated objects that uses fontconfig. It's a replacement for the existing gfxPangoFontGroup and gfxFontconfigUtils code. The fontconfig API is used to lookup all fonts on the system, which are grouped by family name.

Changes due to this patch:
- font style matching, the mapping of style attributes to a specific font, is now handled by the same Gecko code that is used on other plaforms. fontconfig substitutions are handled but fontconfig style matching no longer used.
- downloadable fonts using unicode-range are now supported
- local fullname lookups are only done with the English name of the font, as per the CSS3 Fonts spec, and not only other localized fullnames
- size-specific bitmap fonts are no longer supported
- fonts lacking a Unicode character map are no longer supported
2015-05-13 14:11:25 +09:00
Nicholas Nethercote
9a60518e5b Bug 1161377 (part 2.5) - Move all static PLDHashTable instances onto the heap to avoid static constructors. r=froydnj.
--HG--
extra : rebase_source : 73029d4a1ed5a41263db882d66b1f380f5e7254b
2015-05-12 17:33:22 -07:00
Carsten "Tomcat" Book
f21bf9d148 Backed out changeset 1223b73d62dc (bug 1056479) 2015-05-12 12:21:09 +02:00
Andrea Marchesini
138f6d0913 Bug 1159792 - get rid of dom.workers.websocket.enabled pref, r=smaug 2015-05-14 12:24:06 +01:00
Kan-Ru Chen
76106add0a Backout chanset 9c18f3e4d02a and e784bb7b9f21 because b2g emulator bustage 2015-05-14 15:59:17 +08:00
Kan-Ru Chen
44ded96cd0 Bug 1154231 - Part 2. Use LRU to manage remote layers. r=mattwoodrow 2015-05-14 12:54:56 +08:00
Ting-Yu Lin
da5ef9e181 Bug 1110039 - Part 4 - Hook new classes into the system. r=roc
The necessary modifications are the same as SelectionCarets. For
convenience, Touch/SelectionCarets will be disabled whenever
AccessibleCaret preference is enabled.
2015-04-24 02:08:00 +02:00
Carsten "Tomcat" Book
1cc8234416 Backed out 10 changesets (bug 1056479) for bustage on a CLOSED TREE
Backed out changeset d5b1f2b78915 (bug 1056479)
Backed out changeset bcc65b714dd6 (bug 1056479)
Backed out changeset 0b35e8a463d2 (bug 1056479)
Backed out changeset 0933391809c9 (bug 1056479)
Backed out changeset 93bd67204fac (bug 1056479)
Backed out changeset 5260b93eb0b9 (bug 1056479)
Backed out changeset 130bea3f8623 (bug 1056479)
Backed out changeset 408e078cc18d (bug 1056479)
Backed out changeset a651c240979d (bug 1056479)
Backed out changeset d74ae8fcaac9 (bug 1056479)
2015-05-12 08:25:19 +02:00
Chris Peterson
ba9a9426e3 Bug 1163364 - Fix -Wnull-conversion warnings about conversion of NULL constant to 'CSSM_CSP_HANDLE'. r=spohl 2015-05-06 08:59:14 -07:00
John Daggett
f2d632a4ef Bug 1056479 p2 - implement platform fontlist based on fontconfig. r=karlt
This patch implements a derived class of gfxPlatformFontList and a set of associated objects that uses fontconfig. It's a replacement for the existing gfxPangoFontGroup and gfxFontconfigUtils code. The fontconfig API is used to lookup all fonts on the system, which are grouped by family name.

Changes due to this patch:
- font style matching, the mapping of style attributes to a specific font, is now handled by the same Gecko code that is used on other plaforms. fontconfig substitutions are handled but fontconfig style matching no longer used.
- downloadable fonts using unicode-range are now supported
- local fullname lookups are only done with the English name of the font, as per the CSS3 Fonts spec, and not only other localized fullnames
- size-specific bitmap fonts are no longer supported
- fonts lacking a Unicode character map are no longer supported
2015-05-12 14:51:17 +09:00
John Daggett
da0662d19f Bug 1056479 p2 - implement platform fontlist based on fontconfig. r=karlt
This patch implements a derived class of gfxPlatformFontList and a set of associated objects that uses fontconfig. It's a replacement for the existing gfxPangoFontGroup and gfxFontconfigUtils code. The fontconfig API is used to lookup all fonts on the system, which are grouped by family name.

Changes due to this patch:
- font style matching, the mapping of style attributes to a specific font, is now handled by the same Gecko code that is used on other plaforms. fontconfig substitutions are handled but fontconfig style matching no longer used.
- downloadable fonts using unicode-range are now supported
- local fullname lookups are only done with the English name of the font, as per the CSS3 Fonts spec, and not only other localized fullnames
- size-specific bitmap fonts are no longer supported
- fonts lacking a Unicode character map are no longer supported
2015-05-12 17:44:16 +09:00
Wes Kocher
7fd9a78d61 Merge m-c to inbound a=merge 2015-05-08 10:39:27 -07:00
Jed Davis
a77ba18be9 Bug 1154053 - Limit concurrency of e10s memory reporting. r=erahm
This changes the way nsMemoryReporterManger handles child processes;
instead of using an observer message and trying to keep a count of child
processes expected to answer, it directly iterates a copy of the list
of content processes and explicitly handles children which exit before
their reports start.

Note that GC/CC logs still run at full concurrency, and that no child
reports start until the parent is finished (see bug 1151597) regardless
of concurrency limit.
2015-05-06 20:51:00 +02:00
Phil Ringnalda
c1284c6108 Back out e05936099653 (bug 1154053) on suspicion of causing the hellish frequency of Android 2.3 robocop-2 crashes that resulted in this CLOSED TREE, a=bustage 2015-05-07 22:41:26 -07:00
Carsten "Tomcat" Book
60f46579a5 Merge mozilla-central to fx-team on a CLOSED TREEx 2015-05-07 16:11:08 +02:00
Carsten "Tomcat" Book
41416405bc merge mozilla-inbound to mozilla-central a=merge 2015-05-07 15:38:45 +02:00
Jed Davis
bc4db515c0 Bug 1154053 - Limit concurrency of e10s memory reporting. r=erahm
This changes the way nsMemoryReporterManger handles child processes;
instead of using an observer message and trying to keep a count of child
processes expected to answer, it directly iterates a copy of the list
of content processes and explicitly handles children which exit before
their reports start.

Note that GC/CC logs still run at full concurrency, and that no child
reports start until the parent is finished (see bug 1151597) regardless
of concurrency limit.
2015-05-06 20:51:00 +02:00
Carsten "Tomcat" Book
2646447b86 Merge mozilla-central to fx-team on a CLOSED TREE 2015-05-08 13:27:09 +02:00
Josios
d7907499a5 Bug 1161666 - |extract_signature| leaks memory if |sigIndex| > 0 (command line build utility). Free allocated memory while skipping signatures. r=rstrong 2015-05-07 10:34:51 -07:00
Josios
33c3c7354c Bug 1161640 - |mar_read_entire_file| can leak file descriptor (command line build utility). Close descriptor when fseeko fails. r=rstrong 2015-05-07 10:34:38 -07:00
J. Ryan Stinnett
c4c5d2e928 Bug 1160361 - Move GCLI prefs to all.js. r=bgrins 2015-05-06 12:34:27 -05:00
Valentin Gosu
0bc433b11c Bug 1134596 - Add network.offline-mirrors-connectivity pref to preserve previous behaviour r=honzab 2015-03-26 13:19:47 +02:00
Patrick McManus
3cbf261a57 Bug 1159971 re-enable altsvc r=hurley 2015-05-01 11:40:52 -04:00
Seth Fowler
f87898e570 Bug 1124084 - Flip on downscale-during-decode everywhere. r=tn 2015-03-17 13:56:50 -07:00
Ryan VanderMeulen
9440cb5e32 Merge m-c to inbound. a=merge
CLOSED TREE

--HG--
extra : amend_source : f158ed522808c8be66f918e7cd2d674a93e9e8b8
2015-05-01 10:50:07 -04:00
Tooru Fujisawa
e108ae29ec Bug 1158456 - Remove control characters from composition string, and add dom.compositionevent.allow_control_characters pref to control it. r=masayuki 2015-05-01 13:49:29 +09:00
Mike Hommey
924c9eb636 Bug 1134923 - Remove NS_Alloc/NS_Realloc/NS_Free. r=nfroyd
They are kept around for the sake of the standalone glue, which is used
for e.g. webapprt, which doesn't have direct access to jemalloc, and thus
still needs a wrapper to go through the xpcom function list and get to
jemalloc from there.
2015-05-01 09:40:30 +09:00
Nicholas Nethercote
c8ff2d51c8 Bug 1159972 - Remove the fallible version of PL_DHashTableInit(). r=froydnj.
It's no longer needed now that entry storage isn't allocated there. (The other
possible causes of failures in that function are less interesting and simply
crashing is a reasonable thing to do for them.)

This also makes PL_DNewHashTable() infallible, so I removed some
now-unnecessary checks of its result.

--HG--
extra : rebase_source : 4c6ab0c449bc18e8bace8bf036b5bd78d3a2f1c4
2015-04-29 16:38:29 -07:00
Carsten "Tomcat" Book
a880bc5796 Backed out changeset 850cfa6fb794 (bug 1158456) for m-other test failures on a CLOSED TREE 2015-04-30 12:54:06 +02:00
Frédéric Wang
6c069218c1 Bug 1156463 - Add a preference option to disable the scale transform applied to MathML operators. r=karl
--HG--
extra : rebase_source : 58f08a9ec0d3c8c9843d5fd0c3eccf81cc7e11d1
2015-04-25 00:48:00 +02:00
Tooru Fujisawa
d7d055f507 Bug 1158456 - Remove control characters from composition string, and add dom.compositionevent.allow_control_characters pref to control it. r=masayuki 2015-04-30 17:23:31 +09:00
Andrea Marchesini
c0654e982f Bug 1159794 - "fix the comment for dom.workers.websocket.enabled in all.js" . r=bz 2015-04-29 09:46:00 +02:00
Felipe Gomes
5f485af9d6 Bug 1156613 - Fix e10s ifdef NIGHTLY_BUILD blocks with E10S_TESTING_ONLY. r=billm 2015-04-30 18:52:08 -03:00
Dão Gottwald
ea5e332f77 Bug 1149702 - Display a note about add-ons that aren't properly signed in the add-ons manager. r=mossop 2015-04-30 21:17:39 +02:00
Ryan VanderMeulen
e7e6f40c2f Merge m-c to fx-team. a=merge 2015-04-30 14:05:10 -04:00
Georg Fritzsche
ba9633e3a9 Bug 1148500 - Part 1 (Fx 40): Introduce a toolkit.telemetry.unified pref. r=dexter 2015-04-30 14:00:58 +02:00
Mark Hammond
5aa42d7612 Bug 1098343 (part 2) - use sticky_pref to define devtools preferences that use different defaults on different channels. r=bgrins 2015-04-30 17:13:40 +10:00
Mark Hammond
bb1c4b905b Bug 1098343 (part 1) - support 'sticky' preferences, meaning a user value is retained even when it matches the default. r=bsmedberg 2015-04-30 17:13:40 +10:00
Blake Wu
8fc6958583 Bug 1157586 - prefs on to run clear-key on B2G. r=cpearce. 2015-03-24 10:31:39 +08:00
Bill McCloskey
b1cdaf3217 Bug 1157512 - [e10s] Change plugin timeout to 10s (r=jimm) 2015-04-29 17:21:46 -07:00
ziyunfei
e1db0f779e Bug 1102219 - Part 4: Replace String.prototype.contains with String.prototype.includes in chrome code. r=till 2015-04-30 00:32:05 +09:00
David Major
ebde6b9f4f Bug 1157835: Remove the MSVC_ENABLE_PGO flag from the build system. r=glandium
--HG--
extra : rebase_source : 0c47c99bb8b92f8361a51fd81b20a2cc8647a986
2015-04-27 19:59:27 -04:00
Dave Townsend
7b5d12ad46 Bug 1038068: Check add-on signatures and refuse to install unsigned or broken add-ons (preffed off for now). r=dveditz
--HG--
extra : source : 3b48e1a81a170634dce964cd462c752d09680805
2015-03-31 11:32:40 -07:00
Carsten "Tomcat" Book
cdf101ec43 merge mozilla-inbound to mozilla-central a=merge 2015-04-24 14:37:13 +02:00
Georg Fritzsche
ad74040128 Bug 1150134 - Part 7: Only enable Telemetry ping archiving for Firefox Desktop. r=vladan 2015-04-23 19:22:28 +02:00
Carsten "Tomcat" Book
30b01a14e8 Backed out changeset f99621542727 (bug 1038068) for test failures in test_corrupt.js etc on a CLOSED TREE 2015-04-23 09:09:30 +02:00
Wes Kocher
b43e5283da Merge m-c to fx-team a=merge 2015-04-22 17:27:15 -07:00
Dave Townsend
2fb50ac667 Bug 1038068: Check add-on signatures and refuse to install unsigned or broken add-ons (preffed off for now). r=dveditz
--HG--
extra : source : 3b48e1a81a170634dce964cd462c752d09680805
extra : amend_source : 4aa3ae86e2afc75529e880ab962c67163405248b
2015-03-31 11:32:40 -07:00
Doug Turner
c9630811b4 No Bug. Fix android / ffos test_interfaces.html bustage caused by enabling push on those platforms. rs=ryanvm. CLOSED TREE 2015-04-23 22:53:32 +02:00
Kartikaya Gupta
cd5b55f8d6 Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong 2015-04-23 15:10:30 -04:00
Doug Turner
c265eabb79 Bug 1153503 - Enable push notifications on Nightly / DevTools. r=nsm 2015-04-23 20:43:40 +02:00
Kartikaya Gupta
53dd599648 Back out cset 17aad8f83237 (bug 1154499) now that we have a nightly with APZ enabled. r=me a=me 2015-04-22 09:36:25 -04:00
David Anderson
9ae1c872f4 Enable APZ for E10S on Windows for one Nightly. This patch will be backed out after one nightly. (bug 1154459, r=kats, a=ryanvm) 2015-04-21 15:35:19 -04:00
Phil Ringnalda
d68dd54c30 Backed out changeset ffde08dc5ceb (bug 1154459) for bustage
CLOSED TREE
2015-04-19 08:19:14 -07:00
David Anderson
4f6a850738 Enable APZ for E10S on Windows for one nightly build. (bug 1154459, r=kats) 2015-04-17 11:49:55 -04:00
Ryan VanderMeulen
dd1120e715 Merge m-c to inbound. a=merge
CLOSED TREE
2015-04-17 16:11:58 -04:00
Ryan VanderMeulen
86aee22968 Merge inbound to m-c. a=merge
--HG--
rename : toolkit/modules/tests/browser/browser_AddonWatcher.js => toolkit/components/perfmonitoring/tests/browser/browser_AddonWatcher.js
2015-04-17 15:44:37 -04:00
Martin Thomson
f1ac8feb5d Bug 1152538 - Enable WebRTC identity, r=jesup
--HG--
extra : rebase_source : 38881ba24c13643fca39046143925607a1f3a88b
extra : histedit_source : 8d1b3e9ea3814a38acd4edbd84ddd054811843b5
2015-04-15 16:07:05 -07:00
Ryan VanderMeulen
0e9facc399 Merge m-c to fx-team. a=merge 2015-04-16 16:24:04 -04:00
Gijs Kruitbosch
c5783ea4a3 Bug 1152219 - make reader mode node limit a pref, turn off entirely for desktop because of isProbablyReaderable, r=margaret
--HG--
extra : rebase_source : 37dc49ce9fd0deaae03c06d44ce7d1864ab420af
2015-04-16 16:24:08 +01:00
Valentin Gosu
f2c9e3a737 Bug 1149913 - Disable bug 1093611. Set pref dom.url.encode_decode_hash to true r=honzab 2015-04-16 05:25:10 +03:00
Junior Hsu
35f5826c5e Bug 1153063 - turn on logging for debug in test_tcp_control_channel.js. r=fabrice
--HG--
extra : rebase_source : 59a826e0518e373680e2062cce45ffa1caa6bce7
2015-04-15 11:01:02 +08:00
Alessio Placitelli
748aeb48ed Bug 1137252 - Make Telemetry retain pings even if sending is disabled. r=vladan 2015-03-05 08:47:00 +01:00
L. David Baron
f6f9831d21 Bug 980770 - Enable off-main-thread animations on Linux (and other X11 based platforms), for nightly/aurora. r=birtles 2015-04-16 18:13:15 -07:00
Ryan VanderMeulen
4fa8326641 Backed out 3 changesets (bug 1137252) for suspicion of causing frequent B2G mochitest timeouts.
Backed out changeset bbb1b526cb56 (bug 1137252)
Backed out changeset 0c3d670f0c14 (bug 1137252)
Backed out changeset 1e0fa4ab7c6f (bug 1137252)

CLOSED TREE
2015-04-14 13:33:28 -04:00
Ryan VanderMeulen
612dc2a6ee Merge inbound to m-c. a=merge 2015-04-14 10:06:03 -04:00
Mark Capella
6f1202dd58 Bug 1153076 - Add NS_MOUSE_MOZLONGTAP support in Fennec, r=kats, tylin 2015-04-13 22:33:02 -04:00
Wes Kocher
7eb544ddbb Merge central to inbound a=merge 2015-04-13 17:27:59 -07:00
Nathan Froyd
21cc17196d Bug 1153259 - use NS_NewByteInputStream in zipwriter to reduce do_CreateInstance overhead; r=aklotz
Profiling startup shows that we have several thousand calls to:

  do_CreateInstance("@mozilla.org/io/string-input-stream;1")

and virtually all of them are located in the zipwriter code.  We can
create string input streams much more directly with
NS_NewByteInputStream, which avoids a lot of overhead associated with
do_CreateInstance.
2015-04-02 14:22:14 -04:00
Alessio Placitelli
77e10bc782 Bug 1137252 - Make Telemetry retain pings even if sending is disabled. r=vladan 2015-03-05 08:47:00 +01:00
Doug Turner
5a075267c9 Bug 1038811 - Push Notifications - Firefox front end changes for preferences, and permission notification. r=MattN+bmo@mozilla.com 2015-04-10 20:19:28 -07:00
Ryan VanderMeulen
67ac03b69c Merge m-c to inbound. a=merge 2015-04-10 15:27:38 -04:00
Alexandre Lissy
caf3e9b5e5 Bug 1148376 - Only force-enable layers acceleration on Gonk. r=jmuizelaar 2015-04-01 00:27:00 -04:00
Chris Lord
2b3b00dfd3 Bug 994541 - Enable BasicCompositor OMTC on linux. r=Bas 2015-03-12 14:01:23 +01:00
Ryan VanderMeulen
23b2440390 Merge inbound to m-c. a=merge 2015-04-09 22:43:57 -04:00
Botond Ballo
bad016c45a Bug 1150282 - Apply APZ prefs meant for desktop to all desktop platforms, not just OS X. r=kats
--HG--
extra : transplant_source : %87%22ln0vR%A4%EC%ED.t%86H%87%08%C2Q%E0S
2015-04-06 18:39:11 -04:00
Rex Hung
2143843975 Bug 1115619 - Use a preference to guarantee app permission loading to permissions.sqlite. r=fabrice 2015-04-02 14:21:52 +08:00
Carsten "Tomcat" Book
550bcb19ad Backed out changeset 82d6b5523a2b (bug 1134596) 2015-04-09 12:31:51 +02:00
Valentin Gosu
49e6a369d1 Bug 1134596 - Add network.offline-mirrors-connectivity pref to preserve previous behaviour r=honzab 2015-04-09 06:33:03 +03:00
Mark Banner
d4d7432759 Bug 1147940 - Remove the dom.webcrypto.enabled pref as it is no longer necessary. r=smaug,r=rbarnes 2015-04-08 19:23:05 +01:00
Masayuki Nakano
cf28f73bdd Bug 478029 Enable TSF in release builds r=jimm+emk+m_kato 2015-04-16 14:51:27 +09:00
Alfredo Yang
db11a06df3 Bug 1132832 - Remove media resource API from PlatformDecoderModule. r=jya 2015-04-10 02:16:00 -04:00
Patrick McManus
279ac8f075 Bug 1152897 - update Alt-Svc pref name and default r=hurley 2015-04-06 15:28:21 -04:00
Markus Stange
32393dc505 Bug 932958 - Use the Skia Software backend by default for canvas on OS X. r=jrmuizel
--HG--
extra : rebase_source : c52270e748c7f25821c1635d2c004536d1cfe947
extra : source : 1d3a58326caa70fe49374f5c236594a51ca11b44
2015-04-07 22:23:02 -04:00
Seth Fowler
bbb3ac44cd Bug 1149893 - Add a pref that makes us decode all images immediately. r=baku 2015-04-07 16:44:29 -07:00
Jeff Gilbert
2e871e9c53 Bug 1150767 - Add pref for requiring hardware-backed GL. - r=jrmuizel 2015-04-02 17:59:47 -07:00
Carsten "Tomcat" Book
7ef9b42c28 merge mozilla-central to mozilla-inbound IGNORE IDL
--HG--
extra : rebase_source : 294f0cad1bada4ebf38f24ff52ebbd7798de5912
extra : amend_source : d7b1044b736cf3e351efbef9610c83a14e6543ae
2015-04-22 16:09:56 +02:00
Francois Marier
17b87281f2 Bug 1147212 - Add support for goog-unwanted-shavar. r=gcp,r=matej,r=smaug
--HG--
rename : toolkit/components/url-classifier/tests/mochitest/evilWorker.js => toolkit/components/url-classifier/tests/mochitest/unwantedWorker.js
extra : rebase_source : efe09564160fb2fcb1adb5f6599183f053268c40
2015-04-22 21:01:37 +12:00
Andrea Marchesini
cb54385682 Bug 1156632 - Remove unused forward class declarations - patch 4 - netwerk image and dom, r=ehsan 2015-04-22 08:29:20 +02:00
Wes Kocher
10b0765a42 Merge m-c to inbound a=merge
--HG--
extra : rebase_source : 65e706214cf534170bf6cfe658eb394c0195cb81
2015-04-21 15:35:07 -07:00
Mike Kaply
472d457bcc Bug 916101 - Show entire pref name when wanring about size, r=mossop 2015-04-21 13:31:09 -05:00
Mason Chang
fb0c40e0c6 Bug 1071275. Consolidate silk preferences. r=kats 2015-04-21 11:04:27 -07:00
Phil Ringnalda
4401b580e1 Back out 1d3a58326caa (bug 932958) for reftest bustage
CLOSED TREE
2015-04-06 20:28:02 -07:00
Markus Stange
a5bacaa2f4 Bug 932958 - Use the Skia Software backend by default for canvas on OS X. r=jrmuizel
--HG--
extra : rebase_source : 503c3c2d430f7a0812b99b9950dd822c3b93d184
2015-04-06 16:16:38 -04:00
Ryan VanderMeulen
b79ce1078e Merge m-c to inbound. a=merge
CLOSED TREE
2015-04-06 18:48:20 -04:00
Brian R. Bondy
0aee90b831 Bug 973933 - Fix libmar warnings. r=rstrong. a=Callek
--HG--
extra : amend_source : 27417e9f4e775cded600fae95f17faad4bb73b47
2015-04-06 12:03:19 -04:00
L. David Baron
d305aa6657 Bug 980770 - Enable off-main-thread animations on all platforms other than Linux (and other X11 based platforms) with off-main-thread compositing, for nightly/aurora. r=birtles 2015-04-06 11:23:28 -07:00
Christoph Kerschbaumer
7c03443ac9 Bug 1086999 - CSP: Asterisk (*) wildcard should not allow blob:, data:, or filesystem: when matching source expressions (r=fabrice,pauljt) 2015-03-25 15:54:13 -07:00
Mason Chang
bfcffe01ff Bug 1150727 - Enable software vsync refresh driver on Linux. r=kats 2015-04-06 08:58:05 -07:00
Patrick McManus
d6e607d318 Bug 1148328 - Disable alt-svc. r=dveditz
CLOSED TREE

--HG--
extra : amend_source : 7c4b5166e882dea1b094cf2d96882757b01c64ac
2015-03-31 18:57:44 -04:00
L. David Baron
57fbf06499 Backed out changeset 9002c68ad577 (bug 980770, enabling off-main-thread animations) for 10% failure rate crash bug 1150619 on Linux ASAN mochitest-e10s-2, on a CLOSED TREE. 2015-04-02 12:58:55 -07:00
L. David Baron
80cc90223f Bug 980770 - Enable off-main-thread animations on all platforms other than Mac OS X with off-main-thread compositing, for nightly/aurora. r=birtles
CLOSED TREE with a=RyanVM
2015-04-02 09:08:40 -07:00
Nathan Froyd
4c7234747e Bug 1143651 - don't use CallQueryInterface when the compiler can do the cast for us; r=ehsan 2015-03-12 13:20:29 -04:00
L. David Baron
0e99a69e5c Back out changesets 6ea87def95b9 and 288ad0365a5e (bug 980770, enable OMT animations) for frequently-intermittent Mac talos glterrain crashes, on a CLOSED TREE. 2015-04-01 22:35:47 -07:00
Mason Chang
d89cf35a31 Bug 1144317 - Enable vsync refresh driver on Windows. r=kats 2015-04-01 21:34:35 -07:00
L. David Baron
b3ed399cec Bug 980770 - Enable off-main-thread animations on all platforms with off-main-thread compositing, for nightly/aurora. r=birtles 2015-04-01 20:30:18 -07:00
Ryan VanderMeulen
b5b6b47112 Backed out changeset 3d7f20119641 (bug 1148376) for suspicion of making Gip(f11) substantially flakier. 2015-04-01 11:45:23 -04:00
Mason Chang
9dbe700d00 Bug 1149391 - Enable software vsync compositor on Linux. r=kats 2015-04-01 08:26:37 -07:00
Dragana Damjanovic
b658f9d97e Bug 647010 - Limit when HTTP authentication dialog is shown. Block cross-origin http auth prompts with pref. r=mayhemer, r=tanvi 2015-04-01 06:56:00 -04:00
Alexandre Lissy
bbd35fc8b8 Bug 1148376 - Only force-enable layers acceleration on Gonk. r=jmuizelaar 2015-04-01 00:27:00 -04:00
Mike Hommey
b077d9624d Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory::Alloc/Realloc/Free. r=nfroyd 2015-04-01 13:51:45 +09:00
L. David Baron
a657ea212e Back out changeset a765547ac232 (bug 980770) due to recently-introduced test failures. 2015-03-31 21:43:36 -07:00
L. David Baron
324abbfe14 Bug 980770 - Enable off-main-thread animations on all platforms with off-main-thread compositing, for nightly/aurora. r=birtles 2015-03-31 20:46:03 -07:00
Matt Woodrow
b3d4a15c89 Bug 1149343 - Part 1: Unify prefs/blacklist for hardware acceleration video decoding. r=cpearce 2015-04-01 16:06:56 +13:00
Cameron McCormack
2e6cbf267c Bug 1088437 - Enable the CSS Font Loading API pref in non-release builds. r=dbaron 2015-03-31 14:05:33 +11:00
Andrew McCreight
2f48802ae0 Bug 1147572 - Remove implementation language field from DOM class info. r=jst 2015-03-30 10:45:39 -07:00
Andrew McCreight
46dfeaba0b Bug 1148070 - Change nsIClassInfo::getHelperForLanguage() to getScriptableHelper(). r=bholley 2015-03-29 07:52:54 -07:00
Mats Palmgren
c615325cb7 Bug 1148104 - Enable fragmentation of floats in column layout in RELEASE builds. r=roc 2015-03-28 20:50:35 +00:00
Stephen Pohl
884903af05 Bug 991993: Disable NSS for updater on OSX and enable native APIs. r=smichaud,rstrong 2014-10-22 21:52:54 -04:00
Brian R. Bondy
598238b91e Bug 903135 - Multi platform MAR verification build config. r=rstrong 2014-10-22 21:00:19 -04:00
Brian Smith
6a474042e5 Bug 903135 - Updates to libmar needed to support B2G MAR signature verification. r=bbondy 2014-10-22 21:00:15 -04:00
Andrea Marchesini
e6f385fb3d Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00
Wes Kocher
5b6f65bcdb Merge m-c to inbound a=merge CLOSED TREE 2015-03-26 17:46:35 -07:00
Francois Marier
25d768c5d8 Bug 1138979 - Pref to turn TP on when in Private Browsing mode. r=mmc, r=ehsan 2015-03-24 14:10:00 -04:00
Ryan VanderMeulen
be425949b5 Merge mozilla-inbound to m-c. a=merge
CLOSED TREE
2015-03-26 14:43:39 -04:00
Mason Chang
6e9eb1472b Backout 43e18ef66807 (bug 1144317) for breaking Windows 10. CLOSED TREE 2015-03-26 07:30:04 -07:00
Ryan VanderMeulen
86983a84a5 Merge m-c to fx-team. a=merge 2015-03-25 13:46:11 -04:00
J. Ryan Stinnett
6fb72259bb Bug 1027454 - Enable WiFi debugging by default. r=past,janx 2015-03-25 11:37:47 -05:00
Mason Chang
34dc70c15e Bug 1144317 - Enable vsync refresh driver on Windows. r=kats 2015-03-24 18:41:31 -07:00
Seth Fowler
5e1bf3762e Bug 1124088 - Rename decode-on-draw to decode-only-on-draw. r=tn 2015-03-24 15:39:00 -07:00
Jonathan Kew
a89ac73a71 Bug 1099032 - Enable CSS writing-mode support by default for nightly/aurora builds. r=smontagu 2015-03-24 22:34:24 +00:00
Trevor Saunders
d5851ef31c bug 1146027 - more final r=froydnj 2015-03-24 17:51:43 -04:00
Aaron Klotz
8901d78a1b Bug 1116806: Enable dom.ipc.plugins.asyncInit on non-nightly channels by default; r=vladan
--HG--
extra : rebase_source : 4f4bfc2ae9aa03eed47e0b49460b3c24bdb0e65f
2015-02-08 15:57:23 -07:00
Matt Spraggs
0dd284d9a6 Bug 1036454 - Failing assertion when calling resetUserPrefs because of mutating hashtable, r=bsmedberg
--HG--
extra : rebase_source : 4452ce09ef4cdb3d4f4c31d3b97fe86574c6df56
2015-03-18 08:34:09 +00:00
Kearwood (Kip) Gilbert
0d3c204e19 Bug 1138658 - Enable CSS Scroll Snapping by default on Desktop. r=roc
- The layout.css.scroll-snap.enabled preference is now enabled on all
  platforms, except for Android.
2015-03-25 13:38:00 -04:00
Jonathan Kew
0db44d46e8 Bug 1084026 - Enable WOFF2 support by default for all channels. r=jdaggett 2015-03-26 18:52:39 +00:00
Ryan VanderMeulen
6ed1b917e2 Merge m-c to inbound. a=merge
--HG--
rename : browser/devtools/webide/modules/remote-resources.js => browser/devtools/shared/getjson.js
rename : testing/marionette/marionette-common.js => testing/marionette/common.js
rename : testing/marionette/marionette-elements.js => testing/marionette/elements.js
rename : testing/marionette/marionette-frame-manager.js => testing/marionette/frame-manager.js
rename : testing/marionette/marionette-listener.js => testing/marionette/listener.js
rename : testing/marionette/marionette-sendkeys.js => testing/marionette/sendkeys.js
rename : testing/marionette/marionette-simpletest.js => testing/marionette/simpletest.js
extra : rebase_source : 0367967af3ef28a8bfa6bb03ffdb6d229f4d92be
2015-03-24 11:58:07 -04:00
Panos Astithas
f20984c81f Whitelist Valence and the devtools loader in the addon-watch check (bug 1146380). r=blassey 2015-03-24 11:27:27 +02:00
Jan Keromnes
318629d58d Bug 1135018 - Make devices.js use a CDN. r=ochameau 2015-03-21 04:02:00 -04:00
Margaret Leibovic
7b11753f7f backout 03fe90afa80b for syntax error 2015-03-23 11:39:39 -07:00
Panos Astithas
65694097ed Whitelist Valence and the devtools loader in the addon-watch check (bug 1146380). r=blassey 2015-03-23 19:43:33 +02:00
Ben Kelly
261f89d742 Bug 1146557 P2 Flip dom.caches.enabled to true on non-release builds. r=ehsan 2015-03-24 07:34:17 -07:00
Ehsan Akhgari
883849ee32 Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:

function convert() {
echo "Converting $1 to $2..."
find . \
       ! -wholename "*/.git*" \
       ! -wholename "obj-ff-dbg*" \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert MOZ_OVERRIDE override
convert MOZ_FINAL final
2015-03-21 12:28:04 -04:00
Wes Kocher
14f75f943c Merge m-c to inbound a=merge CLOSED TREE 2015-03-20 18:01:17 -07:00
Mason Chang
40dc38a06e Bug 1144321 - Enable the vsync refresh driver on OS X. r=kats 2015-03-20 11:54:40 -07:00
Ryan VanderMeulen
721fc1ab52 Backed out changeset c5af69669855 (bug 1124084) for various regressions.
CLOSED TREE
2015-03-20 13:01:35 -04:00
Stephen Pohl
9fca7ec964 Bug 1140263: Enable Adobe EME on Windows Vista+ and add a pref to force-enable it on other platforms. r=mossop 2015-03-19 22:59:38 -04:00
Ryan VanderMeulen
46d09574e9 Backed out changeset f2587fd12ef1 (bug 1144321) for OSX 10.10 print-no-animations.html reftest failures.
CLOSED TREE
2015-03-19 15:55:10 -04:00
Mason Chang
7d14dcf171 Bug 1144321 - Enable the vsync refresh driver on OS X. r=kats 2015-03-19 07:14:07 -07:00
Jonathan Kew
464b2094fa Bug 1142953 - Update Brotli decompressor to latest upstream revision from GitHub; now at ca29aa22c295daac15baf5d85427ecc7808b515c. r=jdaggett 2015-03-19 11:11:28 +00:00
Mason Chang
fc099e1dcd Bug 1140723 - Enable vsync compositor on Windows. r=kats 2015-03-17 20:46:29 -07:00
Masayuki Nakano
7b011863b7 Bug 1049488 Turn on TSF mode in non-release builds (i.e., enable on Aurora) r=emk+jimm+m_kato 2015-03-18 10:11:16 +09:00
Seth Fowler
78ab87250d Bug 1124084 - Flip on downscale-during-decode everywhere. r=tn 2015-03-17 13:56:50 -07:00
Ethan Hugg
e71864bf6c Bug 1144157 - Add ciscospark.com in place of collaborate.com to the screenshare default whitelist r=jesup
Cisco re-branded their productized version of squared
2015-03-17 08:40:55 -07:00
Ryan VanderMeulen
705badf085 Backed out changeset a970cb5c73f8 (bug 1116806) for frequent Linux e10s browser_tab_dragdrop.js.
CLOSED TREE
2015-03-16 15:47:22 -04:00
Aaron Klotz
fc061bad25 Bug 1116806: Enable dom.ipc.plugins.asyncInit by default; r=vladan
--HG--
extra : rebase_source : 7c03d8025e3f7c110d9bbbb39541aabd2d70c273
2015-02-08 15:57:23 -07:00
Daniel Holbert
e4e2cc4914 Bug 1143147: Turn on (whitelist-restricted) CSS Unprefixing Service, by default. r=dbaron 2015-03-13 23:00:30 -07:00
Ryan VanderMeulen
29c79b8b0b Merge fx-team to m-c. a=merge 2015-03-13 16:09:58 -04:00
Brian Grinstead
30b95aef8e Bug 1138781 - Set javascript.options.strict.debug pref to false by default;r=jorendorff 2015-03-13 10:09:29 -07:00
Ryan VanderMeulen
fd575569d5 Backed out changeset 672cea72c662 (bug 994541) for making various browser-chrome tests more timeout-prone.
CLOSED TREE
2015-03-12 15:54:12 -04:00
Masayuki Nakano
e272a7df88 Bug 1061604 part.2 nsTextStore::GetTextExt() should rReturn previous character rect of modified range instead of TS_E_NOLAYOUT when Google Japanese Input retrieves caret rect during composition r=emk 2015-03-13 21:51:00 +09:00
Masayuki Nakano
eda9afb91b Bug 1061604 part.1 nsTextStore::GetTextExt() should rReturn previous character rect instead of TS_E_NOLAYOUT when Google Japanese Input retrieves first character of selected clause at composing r=emk 2015-03-13 21:51:00 +09:00
Maire Reavy
37c579778f bug 1142140: Citrix GoToMeeting Free added to screensharing whitelist r=jesup 2015-03-12 13:58:50 -04:00
Jonathan Griffin
d1c61bc9b6 Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown 2015-02-06 16:30:37 -08:00
Chris Lord
7484b298e0 Bug 994541 - Enable OMTC on Linux via BasicCompositor. r=Bas 2015-03-12 14:01:23 +01:00
Mason Chang
37603700dc Bug 1137905. Enable the vsync compositor on OS X. r=kats 2015-03-11 11:41:14 -07:00
Valentin Gosu
bd4d2c42d2 Bug 1135354 - Crash/Hang when clicking URL with a huge length r=mcmanus 2015-03-11 06:08:27 +02:00
Jed Davis
cd38d75885 Bug 1043143: Step 3: Convert nsJARChannel from temporary files to temporary memory. r=honzab
This also requires changing XMLHttpRequest so that it doesn't crash if
memory-mapping would be applicable but the channel has no associated
nsIFile; a regression test for that case is added.

Bonus fix: nsJARChannel::AsyncOpen now checks whether the inner channel's
AsyncOpen failed.
2015-03-10 17:00:01 -07:00
Jed Davis
c6383f1944 Bug 1034143: Step 2b: Add the ability to read jar files from arbitrary memory. r=honzab r=jduell 2015-03-10 17:00:01 -07:00
Xidorn Quan
2e4cc674a2 Bug 1130891 part 2 - Add option in document encoder for including ruby annotation in plain text. r=roc
--HG--
extra : source : 236d9b1182fd33574db4d8901b4b0abeb6f3f150
2015-03-10 17:11:55 +11:00
Makoto Kato
0b4dfcc0dc Backed out changeset 626149a7ddcb (bug 1119627) due to android reftest failure 2015-03-09 15:28:53 +09:00
Makoto Kato
ac64bc8b88 Bug 1119627 - Add Arabic font preference to Android's prefs. r=jfkthame 2015-03-09 14:01:55 +09:00
Chris Pearce
e49356bdaf Bug 1131387 - Rename MSE whitelist pref. r=kentuckyfriedtakahe 2015-03-09 16:24:21 +13:00
Nikhil Marathe
af18a63f82 Bug 1133861 - Enable the Fetch API by default. r=jst
--HG--
extra : rebase_source : 97dc853238ad7ce4cec7277c4732bf3f4ec1b962
2015-02-22 01:52:10 -08:00
Kearwood (Kip) Gilbert
f799e85423 Bug 945584: Part 4 - Add scroll snapping preferences (v3 Patch), r=roc
- Added preferences to allow trackpad and mousewheel flinging between
snap points to be tuned:
- layout.css.scroll-snap.prediction-max-velocity
- layout.css.scroll-snap.prediction-sensitivity

--HG--
extra : rebase_source : 2b604767130d039c072df29ec9cd032329b58bb6
2015-02-19 15:43:14 -08:00
Kearwood Gilbert
c9e0efb870 Bug 945584: Part 1 - Style support for scroll snapping attributes, r=cam
- Implemented style support for new attributes:
  - scroll-snap-type
  - scroll-snap-type-x
  - scroll-snap-type-y
  - scroll-snap-points-x
  - scroll-snap-points-y
  - scroll-snap-destination
  - scroll-snap-coordinate

--HG--
extra : rebase_source : 0a9a79c7d139a3c752f55395c697f23004d6ef34
2014-02-04 14:54:22 +13:00
Dragana Damjanovic
d25d9faf01 Bug 1131557 - Serve multiple xpcom events in one poll iteration. r=mcmanus 2015-03-04 14:17:00 +01:00
Kartikaya Gupta
4d07356198 Bug 1139153 - Rip out the unneeded layout.async-containerless-scrolling.enabled pref. r=tn 2015-03-05 06:04:03 -05:00
Cameron McCormack
eff3f9d4c4 Bug 1139723 - Turn on expensive style struct assertions for 1136010-1.html, and fix pref name typo. r=dbaron 2015-03-05 14:46:18 +11:00
Cameron McCormack
d5e5e2b7ad Bug 1139272 - Allow expensive style context assertions to be enabled with a pref. r=dbaron 2015-03-05 12:48:45 +11:00
Carsten "Tomcat" Book
9ab0fbd983 Backed out changeset e41d35b40ba9 (bug 1124084) for crashtest-1 b2g test failures
--HG--
extra : rebase_source : d999ef2520debe37d6f761b3b84c5053ce0274ed
2015-03-04 09:06:10 +01:00
Maire Reavy
c398b559a3 bug 1137167: orange added to screensharing whitelist r=jesup 2015-03-03 15:06:16 -05:00
Seth Fowler
771caaafab Bug 1124084 - Flip on downscale-during-decode everywhere. r=tn 2015-03-03 18:19:21 -08:00
Ben Kelly
cd6213057e Bug 940273 - Part 2 - Add a pref to enable Service Worker Cache. r=ehsan 2015-03-02 14:12:00 +01:00
Steve Workman
980794862a Bug 1093983 - Disable type ANY request in DNS used to get TTL on Windows r=mcmanus 2015-03-02 13:54:48 -08:00
Anthony Jones
03ce020fb7 Bug 1135558 - Disable WebM support for MSE; r=rillian 2015-03-02 16:38:45 +13:00
Daniel Holbert
2e3b8890c2 Bug 1107378 - Part 2: Make the CSS Parser call out to the unprefixing service, when it detects a vendor-prefixed property name (if pref is enabled). r=dbaron 2015-02-26 12:07:06 -08:00
Wes Kocher
cc0d195b68 Backed out 4 changesets (bug 1107378) as a last grasped straw to figure out the m-dt bustage on a CLOSED TREE
Backed out changeset 44144b892414 (bug 1107378)
Backed out changeset 5a8d5e8ff524 (bug 1107378)
Backed out changeset 960037d0fc98 (bug 1107378)
Backed out changeset 23fb39cb0f97 (bug 1107378)
2015-02-26 23:35:25 -08:00
Daniel Holbert
6e8f218fc4 Bug 1107378 part 2: Make the CSS Parser call out to the unprefixing service, when it detects a vendor-prefixed property name (if pref is enabled). r=dbaron 2015-02-26 12:07:06 -08:00
Jon Coppeard
2b3e9874b8 Bug 1130439 - Trigger compacting GCs after the user becomes inactive r=smaug r=terrence 2015-02-24 09:40:02 +00:00
Wes Kocher
16e9ad9dc5 Merge m-c to fx-team a=merge 2015-02-25 17:54:05 -08:00
Margaret Leibovic
b1c8846285 Bug 1134441 - Replace font size controls with +/- buttons. r=bnicholson
--HG--
extra : rebase_source : 0251d53ec2ecef1506ce985414f814f9f582c974
2015-02-24 17:15:03 -08:00
Patrick McManus
7a1c7b71e8 Bug 967792 - Make localhost resolve offline. r=dragana 2015-02-25 14:02:38 -05:00
Ryan VanderMeulen
fcc3099d24 Backed out changeset 13d9a5e39eb3 (bug 967792) for Gaia unit test failures.
--HG--
extra : rebase_source : 965ab6a8427a5753309b0e62b97f8287ce3fcc11
2015-02-25 11:39:14 -05:00
Patrick McManus
a6c55eb584 bug 967792 - make localhost resolve offline r=dragana
--HG--
extra : rebase_source : b6080cdfc58a5c488b8dbe50741b44556e8f1c63
2015-02-15 13:50:48 -05:00
Daniel Stenberg
7421e0dc52 Bug 237623 - introduce "soft" checks for HTTP framing errors, r=mcmanus
--HG--
extra : rebase_source : a920948bc393de14a17d903c4604fd4c61356293
2015-02-25 01:16:00 +01:00
Brad Lassey
30d56eb7e8 bug 1071880 - Notify user of addons that are slowing their browser down significantly r=mossop 2015-02-23 11:39:05 -05:00