Commit Graph

6075 Commits

Author SHA1 Message Date
Jonathan Kew
357a88afa2 Bug 1252407 - Update woff2 library to upstream commit 643c7b45891cbeb5dc1f7599a4c9b53fbe82a08f. r=fredw 2016-03-02 06:59:16 +00:00
Ehsan Akhgari
56f0ed986f Bug 1251875 - Part 2: Remove the dom.serviceWorkers.interception.opaque.enabled pref; r=bkelly 2016-03-01 09:17:59 -05:00
Ehsan Akhgari
11311612c7 Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
Ting-Yu Lin
00c7ab4eb8 Bug 1097398 Part 2 - Add preferences to make carets always tilt. r=roc
This is to support Firefox Android L style carets assets that the two
carets always look like tilt.

This patch is derived from a WIP patch by Mark Capella
<markcapella@twcny.rr.com>

MozReview-Commit-ID: H3nKLz6HcpM
2016-02-16 16:55:28 +08:00
Mike Taylor
1e21b1cfed Bug 1249474. Part 1 - Change default Accept header value for images to */*. r=mcmanus
This matches the behavior of Safari.
2016-02-29 14:52:06 -06:00
Kit Cambridge
7b87747344 Bug 1250288 - Add a pref for showing favicons in web notifications. r=MattN
MozReview-Commit-ID: 9hxv7Ts8L8u
2016-02-22 13:16:27 -08:00
James Willcox
5ed2977a1a Bug 1251065 - Add prefs for logging the current and peak texture usage r=nical 2016-02-26 11:01:28 -06:00
Milan Sreckovic
a1f31a3185 Bug 1251393: Remove a duplicated line. r=me 2016-02-25 13:08:00 +01:00
Maire Reavy
bcac19f8b3 Bug 1251301 - Roll up of new entires to screen sharing whitelist r=jesup
MozReview-Commit-ID: IDCrLZd0RVd
2016-02-25 23:54:32 -05:00
Masayuki Nakano
362c527ca5 Bug 1250050 Add a pref to disable supporting mouse wheel of windowless plugins on Windows r=smaug 2016-02-26 09:41:59 +09:00
Frédéric Wang
22e90c092c Bug 1247301 - Fix false positive warning in Brotli. r=mcmanus 2016-02-25 20:08:49 +01:00
James Willcox
3300b5d6b5 Revert bug 1251065 due to stupidity 2016-02-25 10:51:34 -06:00
James Willcox
fe882fe5cc Bug 1251065 - Add prefs for logging the current and peak texture usage r=nical 2016-02-25 10:25:45 -06:00
Kartikaya Gupta
5679b750b4 Bug 1240133 - Reduce width of displayport on desktop. r=botond
MozReview-Commit-ID: 3t0he6jc8ep
2016-02-24 17:12:51 -05:00
James Willcox
b0348f2b5f Bug 1230645 - Enable MSE/WebM on Android r=ajones 2016-02-24 14:58:33 -06:00
Nathan Froyd
f5f321deef Bug 1249389 - part 4 - make StartupCache::GetBuffer take a UniquePtr outparam; r=erahm
This change eliminates a number of nsAutoArrayPtr usages, as well as
making the pattern GetBuffer() -> NewObjectInputStreamFromBuffer more
pleasant.
2016-02-18 12:26:28 -05:00
Nathan Froyd
a1f7f5cb4f Bug 1249389 - part 3 - assert the size of nsZipItemPtr's storage type; r=erahm
The only uses of this class use a template argument with a size of
|char| (uint8_t and char), and the class isn't designed to accomodate
template arguments of larger size (e.g. the implementation of Forget()
neglects to divide by sizeof(T) for allocating a return buffer).  Let's
enforce this with a static_assert.  This change makes the class safer to
use and also makes future changes simpler to reason about.
2016-02-18 12:07:03 -05:00
L. David Baron
b418720777 Bug 1250342 patch 3: Rename preference layout.css.text-align-true-value.enabled to layout.css.text-align-unsafe-value.enabled . r=mats
MozReview-Commit-ID: 6IKnuvxZQcI
2016-02-24 10:40:30 -08:00
Wes Kocher
04fb858b7b Backed out 3 changesets (bug 1250342) for reftest failures in text-align-true.html CLOSED TREE
Backed out changeset 0eae0890ee11 (bug 1250342)
Backed out changeset e82e430d0eda (bug 1250342)
Backed out changeset 866f8a7337df (bug 1250342)
2016-02-23 13:10:40 -08:00
L. David Baron
917776809f Bug 1250342 patch 3: Rename preference layout.css.text-align-true-value.enabled to layout.css.text-align-unsafe-value.enabled . r=mats
MozReview-Commit-ID: 6IKnuvxZQcI
2016-02-23 09:41:48 -08:00
Milan Sreckovic
477b48eb89 Bug 1249157 - prefapi enums into class enums, explicit conversion, cleanup. r=bsmedberg 2016-02-22 09:15:00 +01:00
Steve Singer
74bc6f24ed Bug 1247505 - Fix woff2 compile error on big endian. r=fredw 2016-02-13 13:19:30 -05:00
Kearwood (Kip) Gilbert
e42d3cb667 Bug 1237691 - Implement Oculus Head Pose Prediction
MozReview-Commit-ID: 4hbKmZycEcn
2016-02-16 12:53:33 -08:00
Wes Kocher
5c476def44 Backed out changeset dd911452e3f7 (bug 1249157) for build bustage CLOSED TREE 2016-02-22 09:05:21 -08:00
Milan Sreckovic
0e50435796 Bug 1249157: prefapi enums into class enums, explicit conversion, cleanup. r=bsmedberg
MozReview-Commit-ID: nvvOD8ajV4
2016-02-18 13:27:06 -05:00
Shu-yu Guo
8c316fde21 Bug 912337 - Make a pref to toggle whether DebuggeeWouldRun is a warning or an error. (r=jimb) 2016-02-19 13:46:07 -08:00
Matt Woodrow
3308157365 Bug 1248496 - Enable D3D11 DXVA. r=ajones 2016-02-18 14:32:59 +13:00
Nicholas Nethercote
a982531200 Bug 1248521 - Pack PrefHashEntry better. r=froydnj.
This reduces sizeof(PrefHashEntry) from 40 bytes to 32 bytes on 64-bit
platforms, which reduces the entry storage of |gHashTable| from 160 KiB to 128
KiB in every process.
2016-02-16 15:36:55 +11:00
Kartikaya Gupta
d2416f6473 Back out cset 156e0990abc8 (bug 1246676) since it's not needed any more. r=backout 2016-02-16 09:39:25 -05:00
Louis Christie
2ab805fef1 Bug 1231793: Part 6 - Enabled the new Wave Data Decoder in DecoderTraits. r=jya
MozReview-Commit-ID: EdW4JJM3nO6
2016-02-17 00:28:50 +11:00
Louis Christie
9de26f92e2 Bug 1231793: Part 5 - Added Wave Data Demuxer and Decoder. r=jya 2016-02-17 00:28:49 +11:00
ISHIKAWA, Chiaki
3716397205 Bug 1248252 - Improper outdated octal constant syntax in M-C tree. Use '0o' prefix. r=dao
Be warned. Do not attemp to change the .js "test" source code in ./js
They are meant to check

 - the outdated 0666 octal constant is still parsed correctly,
 - the outdated 0666 octal constant raises syntax error flag
   in strict mode, etc.

So leave them alone.
2016-02-15 08:57:00 +01:00
Bas Schouten
206deeea3f Bug 1247775 - Part 2: Remove Direct2D 1.0 code from Thebes. r=dvander
MozReview-Commit-ID: EC8yhkvvood
2016-02-13 14:33:27 +01:00
Kartikaya Gupta
25ee4eb1d3 Bug 1246854 - Remove unnecessary warning. r=botond
MozReview-Commit-ID: 21j8L9yhiIt
2016-02-12 12:32:59 -05:00
Kartikaya Gupta
c56aaf55e1 Bug 1243589 - Use SingleTiledContentClient even for scrollable layers if the layer is smaller than a single tile. r=mattwoodrow
MozReview-Commit-ID: 6eYFmoOVL6b
2016-02-12 08:29:25 -05:00
Carsten "Tomcat" Book
3eb54ae1fa Backed out changeset 4adb7586410a (bug 1247775) 2016-02-12 08:49:29 +01:00
Bas Schouten
782d2b90b1 Bug 1247775 - Part 2: Remove Direct2D 1.0 code from Thebes. r=dvander
MozReview-Commit-ID: EC8yhkvvood
2016-02-12 02:05:35 +01:00
Wes Kocher
e3a907757c Backed out changeset 19c631cc41c8 (bug 1243589) for test_transformed_scrolling_repaints.html failures on OS X 2016-02-11 16:34:28 -08:00
Kartikaya Gupta
e26ed3613b Bug 1243589 - Use SingleTiledContentClient even for scrollable layers if the layer is smaller than a single tile. r=mattwoodrow
MozReview-Commit-ID: LHIrrtFfRgm
2016-02-11 16:49:04 -05:00
Aidin Gharibnavaz
6b26e7ff2b Bug 1164581 - Adding an overload for NS_ProxyRelease that accepts already_AddRefed, and removing all the others. r=bobbyholley 2016-02-10 08:23:00 +01:00
Lee Salzman
49d79c32e8 Bug 1241832 - change gfx.xrender.enabled pref so that xrender compositing is no longer used by default. r=jrmuizel 2016-02-10 10:59:35 -05:00
Boris Chiou
a3a5a1c841 Bug 1174575 - Part 1: Define CSSPseudoElement interface. r=birtles, r=smaug
Create CSSPseudoElement.webidl, CSSPseudoElement.h, and CSSPseudoElement.cpp.
2016-02-01 23:49:00 +01:00
Carsten "Tomcat" Book
8c842845b5 merge mozilla-inbound to mozilla-central a=merge 2016-02-09 12:02:38 +01:00
Kartikaya Gupta
b9b6c4d33f Bug 1246676 - Adjust the displayport expiry timeout on different platforms to observe the effect on checkerboarding. r=botond 2016-02-08 12:29:11 -05:00
Ting-Yu Lin
8909749c2d Bug 1246064 - Support long press to show AccessibleCaret on empty input for Fennec. r=roc 2016-02-08 16:08:46 +08:00
J. Ryan Stinnett
14b0a1f7a5 Bug 1204127 - Enable DevTools migration warnings. r=ochameau 2016-02-08 17:32:07 -06:00
Bill McCloskey
c4b4750a34 Bug 1246311 - Disable async drawing on beta/release (r=dvander) 2016-02-05 21:25:24 -08:00
Felipe Gomes
1ec402929d Bug 1230196 - Allow release channel to run e10s. r=billm 2016-02-05 13:27:12 -02:00
Randall Barker
c38498ce7c Bug 1245285 - part 3, Remove unused repaint_interval prefs r=botond 2016-02-04 07:18:20 -08:00
Ting-Yu Lin
6f377eae5e Bug 591737 - Add pref for details and summary elements. r=bz 2016-01-20 23:20:43 +08:00