Wes Kocher
51fad76ff2
Merge fx-team to m-c a=merge
2015-05-14 15:34:39 -07:00
Eric Rahm
682623740c
Bug 1164620 - Part 1: Remove instances of #ifdef PR_LOGGING in various places. r=froydnj
...
PR_LOGGING is now always defined, we can remove #ifdefs checking for it.
2015-05-14 10:13:24 -07:00
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
Ryan VanderMeulen
b8ac223995
Backed out changeset cd6461410a7a (bug 1130439) for frequent SM test timeouts/failures.
...
CLOSED TREE
2015-02-24 15:11:08 -05:00
Jon Coppeard
d6e694292c
Bug 1130439 - Trigger compacting GCs after the user becomes inactive r=smaug r=terrence
2015-02-24 09:40:02 +00:00
John Daggett
31457df5b4
Bug 1135308 - add pref for disabling font cache. r=m_kato
2015-02-23 09:32:04 +09:00
Aaron Klotz
781672fbb6
Backed out changeset aec4384126ef (bug 1116806)
2015-02-22 02:53:41 -07:00
Aaron Klotz
387411b38a
Bug 1116806: Enable dom.ipc.plugins.asyncInit by default; r=vladan
...
--HG--
extra : rebase_source : 1043167e9e10d912ca2caf39a36ca80a1affa147
2015-02-08 15:57:23 -07:00
Margaret Leibovic
94cb523c5c
Bug 1135234 - Use "serif" and "sans-serif" in reader mode controls to match desktop. r=bnicholson
...
--HG--
extra : rebase_source : 2133c4d475ea326f5fe8115e1b8a08723f5af092
extra : amend_source : 0504d868a9554d9aa07d913d52210ca020d49d4b
2015-02-20 13:27:09 -08:00
Christoph Kerschbaumer
f3e352240e
Bug 1119005 - No need to branch on NewChannelinternal callsites anymore - callsite updated (r=sicking)
2015-02-19 11:47:59 -08:00
Ralph Giles
e0218ed211
Bug 1134398 - Enable MSE for youtube on MacOS X release builds. a=ajones
...
We believe we can support both MacOS X and Windows now.
2015-02-18 15:37:00 -08:00
Masayuki Nakano
98a0635a7e
Bug 1119609 part.15 Fix new orange of test_menulist_keynav.xul because it's caused by timeout of incremental search in menu r=smaug+enn
2015-02-19 15:50:20 +09:00
Masayuki Nakano
9de8ad1bb5
Bug 1119609 part.2 Don't dispatch keyboard events from TextEventDispatcher if there is a composition r=smaug
2015-02-19 15:50:18 +09:00
Ryan VanderMeulen
804f23b3e0
Backed out changeset 4ef497dc6f9b (bug 1131557) for frequent Linux xpcshell failures.
...
CLOSED TREE
2015-02-18 12:38:19 -05:00
Andrew McCreight
27e451c1bd
Back out bug 1071880 for causing bug 1083952.
2015-02-18 07:19:29 -08:00
Dragana Damjanovic
c39aefe5a8
Bug 1131557 - Serve multiple xpcom events in one poll iteration. r=mcmanus
2015-02-18 06:35:00 -05:00
Xidorn Quan
4d3611e544
Bug 1039006 - Enable the preference for CSS Ruby by default. r=dbaron
...
--HG--
extra : source : 5888894940b4cd7751d90cc0f2f9f844b7268cc0
2015-02-19 00:03:25 +13:00
Stephen Pohl
4d92017f98
Bug 1089867: Disable and hide Adobe EME by default and add ability to hide hidden GMPs in addon manager. r=gfritzsche
2015-02-17 12:50:27 -05:00
Stephen Pohl
debdcc634d
Bug 1089867: Enable download and install of EME plugins. r=gfritzsche
2015-02-17 12:50:10 -05:00
John Schoenick
2878a9983c
Bug 1017875 - Pref on <picture> element and update test
2014-12-10 18:54:00 -05:00
John Schoenick
76e5d9ac92
Bug 1018389 - Pref on <img srcset> and update test
2014-12-10 18:54:00 -05:00
Carsten "Tomcat" Book
d65809ce11
Backed out changeset d168a14d3f71 (bug 967792) for suspicion of causing OS X xpcshell test failures on a CLOSED TREE
2015-02-17 09:48:33 +01:00
Patrick McManus
d7be74843c
bug 967792 - make localhost resolve offline r=dragana
2015-02-15 13:50:48 -05:00
Mason Chang
5869da0ce1
Bug 1128165 - Expose Silk Preferences in about:config. r=kats
2015-02-16 08:13:56 -08:00
Carsten "Tomcat" Book
08fafcb3e2
merge mozilla-inbound to mozilla-central a=merge
2015-02-16 15:59:56 +01:00
Brad Lassey
334118dc00
bug 1071880 - Notify user of addons that are slowing their browser down significantly r=mossop
2015-02-12 19:22:53 -05:00
Ryan VanderMeulen
7f45ab0034
Merge b2g-inbound to m-c. a=merge
...
CLOSED TREE
2015-02-13 12:24:27 -05:00
Ryan VanderMeulen
3e2d8e9ec4
Merge fx-team to m-c. a=merge
...
CLOSED TREE
2015-02-13 12:13:22 -05:00
Patrick McManus
fe6f2cfa3b
bug 1133156
backout 7abb1cb9739e (bug 237623) for regression r=backout
2015-02-13 22:57:03 -05:00
Birunthan Mohanathas
409e4e98fe
Bug 1070709 - Collapse test-only moz.build files under modules/ into ancestor moz.build files. r=mshal
2015-02-10 18:47:27 +02:00
Krzysztof Mioduszewski
4d471a3a86
Bug 879861 - Part 6: Adding dom.secureelement.enabled pref. r=smaug
2015-02-11 04:04:00 -05:00
Ian Moody
3c7f8f7826
Bug 1096800 - Default sans-serif font for zh-CN on windows is mapped to SimSun, which is actually a serif font. r=jmaher
...
--HG--
extra : rebase_source : 345a905dd3ffe9a03ba2f88d5d9d538dc24cd81d
2015-02-10 10:38:00 +01:00
Margaret Leibovic
f63aff6e67
Bug 1120735 - Implement desktop reader mode controls. r=jaws,bnicholson
...
--HG--
extra : rebase_source : 931f6bd5497ca84fa54eb0f8365acf940a7cd86f
2015-01-21 17:21:11 -08:00
Margaret Leibovic
309777ae48
Bug 1128724 - Rename "Print" reader mode theme to "Sepia". r=jaws
...
--HG--
extra : rebase_source : c811857bcd9f77a3bb3be45f5d6d72abd51c7004
2015-02-05 14:38:55 -08:00
Wes Kocher
9ac8784ba5
Backed out changeset fe5c25b8b675 (bug 1071880) for various test failures on a really CLOSED TREE
2015-02-11 19:09:00 -08:00
Nicholas Nethercote
3a7b0a9f57
Bug 1131901 (part 1) - Make PL_DHashTableAdd() infallible by default, and add a fallible alternative. r=froydnj.
...
I kept all the existing PL_DHashTableAdd() calls fallible, in order to be
conservative, except for the ones in nsAtomTable.cpp which already were
followed immediately by an abort on failure.
--HG--
extra : rebase_source : 526d96ab65e4d7d71197b90d086d19fbdd79b7b5
2015-02-02 14:48:58 -08:00
Brad Lassey
d9f6139998
bug 1071880 - Notify user of addons that are slowing their browser down significantly r=mossop
2015-01-30 18:36:33 -05:00
Daniel Stenberg
2d47b873af
Bug 237623 - Introduce "soft" checks for HTTP framing errors. r=mcmanus
2015-02-11 05:17:00 -05:00
Nicholas Nethercote
63e3218e4c
Back out changesets 2fcef6b54be7, 2be07829fefc, 66dfe37b8532, df3fcd2be8fd, 0a436bce77a6 (bug 1050035) for causing intermittent crashes and assertion failures.
...
--HG--
extra : rebase_source : eb30be83c3143c6c203585a80a18f180025efaba
2015-02-10 14:39:49 -08:00
Carsten "Tomcat" Book
74c4527f3a
Backed out changeset 96de29a78170 (bug 1096800) for xperf perma failures
2015-02-10 12:32:06 +01:00
Robert Longson
95ae9206c0
Bug 1108887 - Backout part 3 and part 4 of bug 949435 (SVG iframe). r=birtles sr=bzbarsky
2015-02-10 09:14:19 +00:00
Ian Moody
d2013b2c50
Bug 1096800 - Default sans-serif font for zh-CN on windows is mapped to SimSun, which is actually a serif font. r=jdaggett
2015-02-10 17:18:32 +09:00
Nicholas Nethercote
242708cf72
Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
...
--HG--
extra : rebase_source : 488e401ff87e31a2074c4108c4df0572d9536667
2015-02-09 14:34:50 -08:00
Kyle Machulis
886508ba5d
Bug 1115130 - Add logging for User Timing API; r=baku
2015-02-06 16:00:51 -08:00
Andrew McCreight
d3826daa16
Back out Bug 1127201 (part 2) for various problems.
2015-02-06 15:04:32 -08:00
Maire Reavy
be481c0f82
bug 1126952: tokbox.com added to screensharing whitelist r=jesup
2015-02-04 11:42:25 -05:00
Jeff Gilbert
f6570a6b84
Bug 1130192 - Make WebGL2 toggle pref a default pref. - r=kamidphish
2015-02-05 15:07:25 -08:00
Nicholas Nethercote
d34f0301b8
Bug 1127201 (part 2) - Convert all NS_ABORT_IF_FALSE calls to MOZ_ASSERT. r=Waldo.
...
--HG--
extra : rebase_source : 99182e70335d2b5ff95f8c528ae992d37294be3a
2015-02-04 20:05:36 -08:00
Ryan VanderMeulen
1369b8b342
Backed out changeset 39f991c2bd71 (bug 1115130) for Werror bustage.
...
CLOSED TREE
2015-02-05 14:36:25 -05:00
Kyle Machulis
1f68deb5e7
Bug 1115130 - Add logging for User Timing API; r=baku
2015-02-05 11:02:53 -08:00
Masayuki Nakano
09ef68bf15
Bug 1126673 Enable KeyboardEvent.code in release build r=smaug
2015-02-05 10:54:04 +09:00