Cameron McCormack
|
0e8c735bc6
|
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
|
78ef3a55a4
|
Bug 1147572 - Remove implementation language field from DOM class info. r=jst
|
2015-03-30 10:45:39 -07:00 |
|
Andrew McCreight
|
4b767927e9
|
Bug 1148070 - Change nsIClassInfo::getHelperForLanguage() to getScriptableHelper(). r=bholley
|
2015-03-29 07:52:54 -07:00 |
|
Mats Palmgren
|
d4fbb714d4
|
Bug 1148104 - Enable fragmentation of floats in column layout in RELEASE builds. r=roc
|
2015-03-28 20:50:35 +00:00 |
|
Andrea Marchesini
|
b212600c95
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
|
Wes Kocher
|
dd8a8fcae7
|
Merge m-c to inbound a=merge CLOSED TREE
|
2015-03-26 17:46:35 -07:00 |
|
Francois Marier
|
d86c398568
|
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
|
65b8c960ef
|
Merge mozilla-inbound to m-c. a=merge
CLOSED TREE
|
2015-03-26 14:43:39 -04:00 |
|
Mason Chang
|
053e16e6dd
|
Backout 43e18ef66807 (bug 1144317) for breaking Windows 10. CLOSED TREE
|
2015-03-26 07:30:04 -07:00 |
|
Ryan VanderMeulen
|
2e4f067e37
|
Merge m-c to fx-team. a=merge
|
2015-03-25 13:46:11 -04:00 |
|
J. Ryan Stinnett
|
25f9622d37
|
Bug 1027454 - Enable WiFi debugging by default. r=past,janx
|
2015-03-25 11:37:47 -05:00 |
|
Mason Chang
|
32c3cd727d
|
Bug 1144317 - Enable vsync refresh driver on Windows. r=kats
|
2015-03-24 18:41:31 -07:00 |
|
Seth Fowler
|
5464037382
|
Bug 1124088 - Rename decode-on-draw to decode-only-on-draw. r=tn
|
2015-03-24 15:39:00 -07:00 |
|
Jonathan Kew
|
5b13271eff
|
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
|
98873cda27
|
bug 1146027 - more final r=froydnj
|
2015-03-24 17:51:43 -04:00 |
|
Aaron Klotz
|
33701f912e
|
Bug 1116806: Enable dom.ipc.plugins.asyncInit on non-nightly channels by default; r=vladan
|
2015-02-08 15:57:23 -07:00 |
|
Matt Spraggs
|
5bfbe48501
|
Bug 1036454 - Failing assertion when calling resetUserPrefs because of mutating hashtable, r=bsmedberg
|
2015-03-18 08:34:09 +00:00 |
|
Kearwood (Kip) Gilbert
|
5f87d8a230
|
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
|
31152bb0d4
|
Bug 1084026 - Enable WOFF2 support by default for all channels. r=jdaggett
|
2015-03-26 18:52:39 +00:00 |
|
Ryan VanderMeulen
|
476fec862b
|
Merge m-c to inbound. a=merge
|
2015-03-24 11:58:07 -04:00 |
|
Panos Astithas
|
ec7fa2a2c2
|
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
|
786abdaf10
|
Bug 1135018 - Make devices.js use a CDN. r=ochameau
|
2015-03-21 04:02:00 -04:00 |
|
Margaret Leibovic
|
cc9f2c19d2
|
backout 03fe90afa80b for syntax error
|
2015-03-23 11:39:39 -07:00 |
|
Panos Astithas
|
518256d110
|
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
|
36aad4a7d4
|
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
|
33bb32f549
|
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
|
a694cc39ce
|
Merge m-c to inbound a=merge CLOSED TREE
|
2015-03-20 18:01:17 -07:00 |
|
Mason Chang
|
bafc4cebe8
|
Bug 1144321 - Enable the vsync refresh driver on OS X. r=kats
|
2015-03-20 11:54:40 -07:00 |
|
Ryan VanderMeulen
|
c771723bbf
|
Backed out changeset c5af69669855 (bug 1124084) for various regressions.
CLOSED TREE
|
2015-03-20 13:01:35 -04:00 |
|
Stephen Pohl
|
a3d354c6dc
|
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
|
b3c6f2bb6a
|
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
|
bc2c742a16
|
Bug 1144321 - Enable the vsync refresh driver on OS X. r=kats
|
2015-03-19 07:14:07 -07:00 |
|
Jonathan Kew
|
c29ea23b44
|
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
|
a2557d4164
|
Bug 1140723 - Enable vsync compositor on Windows. r=kats
|
2015-03-17 20:46:29 -07:00 |
|
Masayuki Nakano
|
8a5b98ec07
|
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
|
a2f3a8faa0
|
Bug 1124084 - Flip on downscale-during-decode everywhere. r=tn
|
2015-03-17 13:56:50 -07:00 |
|
Ethan Hugg
|
5c1392201b
|
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
|
2cdbe577fa
|
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
|
3dfda22427
|
Bug 1116806: Enable dom.ipc.plugins.asyncInit by default; r=vladan
|
2015-02-08 15:57:23 -07:00 |
|
Daniel Holbert
|
18b8adad48
|
Bug 1143147 : Turn on (whitelist-restricted) CSS Unprefixing Service, by default. r=dbaron
|
2015-03-13 23:00:30 -07:00 |
|
Ryan VanderMeulen
|
54abe997e7
|
Merge fx-team to m-c. a=merge
|
2015-03-13 16:09:58 -04:00 |
|
Brian Grinstead
|
ed2d395c9c
|
Bug 1138781 - Set javascript.options.strict.debug pref to false by default;r=jorendorff
|
2015-03-13 10:09:29 -07:00 |
|
Ryan VanderMeulen
|
fa1aa88d22
|
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
|
0b133db163
|
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
|
78c3b4c4ea
|
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
|
d9a1d79c0f
|
bug 1142140: Citrix GoToMeeting Free added to screensharing whitelist r=jesup
|
2015-03-12 13:58:50 -04:00 |
|
Jonathan Griffin
|
84011a87cc
|
Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown
|
2015-02-06 16:30:37 -08:00 |
|
Chris Lord
|
1045018149
|
Bug 994541 - Enable OMTC on Linux via BasicCompositor. r=Bas
|
2015-03-12 14:01:23 +01:00 |
|
Mason Chang
|
7965da81be
|
Bug 1137905. Enable the vsync compositor on OS X. r=kats
|
2015-03-11 11:41:14 -07:00 |
|
Valentin Gosu
|
2ace8b0a05
|
Bug 1135354 - Crash/Hang when clicking URL with a huge length r=mcmanus
|
2015-03-11 06:08:27 +02:00 |
|