Commit Graph

5253 Commits

Author SHA1 Message Date
Junior Hsu
cbd9b3d321 Bug 1153063 - turn on logging for debug in test_tcp_control_channel.js. r=fabrice 2015-04-15 11:01:02 +08:00
Ryan VanderMeulen
5bd3e5875a 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
d06790bb92 Merge inbound to m-c. a=merge 2015-04-14 10:06:03 -04:00
Mark Capella
bf0313666e Bug 1153076 - Add NS_MOUSE_MOZLONGTAP support in Fennec, r=kats, tylin 2015-04-13 22:33:02 -04:00
Wes Kocher
3dcf4b585d Merge central to inbound a=merge 2015-04-13 17:27:59 -07:00
Nathan Froyd
aeb40aceab 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
fe2311e8eb Bug 1137252 - Make Telemetry retain pings even if sending is disabled. r=vladan 2015-03-05 08:47:00 +01:00
Doug Turner
20695ce1ff 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
c2391c84ee Merge m-c to inbound. a=merge 2015-04-10 15:27:38 -04:00
Alexandre Lissy
7cf0d95bfc Bug 1148376 - Only force-enable layers acceleration on Gonk. r=jmuizelaar 2015-04-01 00:27:00 -04:00
Ryan VanderMeulen
9feefd9d6d Merge inbound to m-c. a=merge 2015-04-09 22:43:57 -04:00
Botond Ballo
09cf824af6 Bug 1150282 - Apply APZ prefs meant for desktop to all desktop platforms, not just OS X. r=kats 2015-04-06 18:39:11 -04:00
Rex Hung
3fd7c8d3d9 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
4323e2c753 Backed out changeset 82d6b5523a2b (bug 1134596) 2015-04-09 12:31:51 +02:00
Valentin Gosu
371da4bde3 Bug 1134596 - Add network.offline-mirrors-connectivity pref to preserve previous behaviour r=honzab 2015-04-09 06:33:03 +03:00
Mark Banner
5e806d2c2e 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
Alfredo Yang
c156487302 Bug 1132832 - Remove media resource API from PlatformDecoderModule. r=jya 2015-04-10 02:16:00 -04:00
Patrick McManus
9af5631297 Bug 1152897 - update Alt-Svc pref name and default r=hurley 2015-04-06 15:28:21 -04:00
Markus Stange
90053cae2c Bug 932958 - Use the Skia Software backend by default for canvas on OS X. r=jrmuizel 2015-04-07 22:23:02 -04:00
Seth Fowler
e326aefd61 Bug 1149893 - Add a pref that makes us decode all images immediately. r=baku 2015-04-07 16:44:29 -07:00
Jeff Gilbert
9153f0e85b Bug 1150767 - Add pref for requiring hardware-backed GL. - r=jrmuizel 2015-04-02 17:59:47 -07:00
Phil Ringnalda
d86cd17cb5 Back out 1d3a58326caa (bug 932958) for reftest bustage
CLOSED TREE
2015-04-06 20:28:02 -07:00
Markus Stange
3ffe108a95 Bug 932958 - Use the Skia Software backend by default for canvas on OS X. r=jrmuizel 2015-04-06 16:16:38 -04:00
Ryan VanderMeulen
d586fe4981 Merge m-c to inbound. a=merge
CLOSED TREE
2015-04-06 18:48:20 -04:00
Brian R. Bondy
58822691e2 Bug 973933 - Fix libmar warnings. r=rstrong. a=Callek 2015-04-06 12:03:19 -04:00
L. David Baron
47f5302217 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
e4a73f690c 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
bf2ef33656 Bug 1150727 - Enable software vsync refresh driver on Linux. r=kats 2015-04-06 08:58:05 -07:00
Patrick McManus
6f86d0bb9b Bug 1148328 - Disable alt-svc. r=dveditz
CLOSED TREE
2015-03-31 18:57:44 -04:00
L. David Baron
914956eb59 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
a00614a197 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
4181765caf 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
bc3f47d5d5 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
671b906cff Bug 1144317 - Enable vsync refresh driver on Windows. r=kats 2015-04-01 21:34:35 -07:00
L. David Baron
d62dee1658 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
0637f62e8b Backed out changeset 3d7f20119641 (bug 1148376) for suspicion of making Gip(f11) substantially flakier. 2015-04-01 11:45:23 -04:00
Mason Chang
1e9ccdfcb4 Bug 1149391 - Enable software vsync compositor on Linux. r=kats 2015-04-01 08:26:37 -07:00
Dragana Damjanovic
67c95f19ed 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
71ee2c6aee Bug 1148376 - Only force-enable layers acceleration on Gonk. r=jmuizelaar 2015-04-01 00:27:00 -04:00
Mike Hommey
ee117642af 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
a7a0dd7d1a Back out changeset a765547ac232 (bug 980770) due to recently-introduced test failures. 2015-03-31 21:43:36 -07:00
L. David Baron
10c6664d2e 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
0427f54e6b Bug 1149343 - Part 1: Unify prefs/blacklist for hardware acceleration video decoding. r=cpearce 2015-04-01 16:06:56 +13:00
Cameron McCormack
b05a2ce963 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
db3e30ab59 Bug 1147572 - Remove implementation language field from DOM class info. r=jst 2015-03-30 10:45:39 -07:00
Andrew McCreight
210c51b7d3 Bug 1148070 - Change nsIClassInfo::getHelperForLanguage() to getScriptableHelper(). r=bholley 2015-03-29 07:52:54 -07:00
Mats Palmgren
349b47d756 Bug 1148104 - Enable fragmentation of floats in column layout in RELEASE builds. r=roc 2015-03-28 20:50:35 +00:00
Stephen Pohl
42b12cf6ef 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
3713db34af Bug 903135 - Multi platform MAR verification build config. r=rstrong 2014-10-22 21:00:19 -04:00
Brian Smith
08931193eb Bug 903135 - Updates to libmar needed to support B2G MAR signature verification. r=bbondy 2014-10-22 21:00:15 -04:00