Kathy Brade
|
d3a1d9ec91
|
Bug 418986 - Resist fingerprinting by preventing exposure of screen and system info. r=mrbkap, r=heycam
|
2015-06-07 09:02:00 -04:00 |
|
Tim Nguyen
|
fcd1fc55b1
|
Bug 1166867 - Support -moz-os-version: windows-win10. r=jimm
|
2015-05-21 12:16:00 +02:00 |
|
Nicholas Nethercote
|
0247de46d8
|
Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
|
2015-02-09 14:34:50 -08:00 |
|
Andrew McCreight
|
e048a7df33
|
Back out Bug 1127201 (part 2) for various problems.
|
2015-02-06 15:04:32 -08:00 |
|
Nicholas Nethercote
|
40ab0270d5
|
Bug 1127201 (part 2) - Convert all NS_ABORT_IF_FALSE calls to MOZ_ASSERT. r=Waldo.
|
2015-02-04 20:05:36 -08:00 |
|
Josiah Bruner
|
783cbb1f13
|
Bug 1021309 - Add "mac-yosemite-theme" CSS system metric. r=mstange
|
2014-06-05 18:02:46 -04:00 |
|
Robert O'Callahan
|
5016a05a35
|
Bug 968118. Make nsCSSProps keyword tables be int16_t instead of int32_t for a small space win. r=heycam
|
2014-02-06 00:10:44 +13:00 |
|
Daniel Holbert
|
227c20388b
|
Bug 936628: Add media query to check for whether we have a color picker backend available. r=jimm
|
2013-11-10 19:07:59 -08:00 |
|
Paul Rouget
|
6fec9c7b62
|
Bug 890195 - device-width media queries should use the page width, not the actual device width. r=bz
|
2013-11-07 14:40:23 +01:00 |
|
Ehsan Akhgari
|
fe4005d016
|
Bug 923151 - Part 2: Don't #include nsIDocument.h in mozilla/dom/Element.h; r=jst
|
2013-10-02 16:09:18 -04:00 |
|
Ehsan Akhgari
|
30faed685a
|
Bug 919355 - Part 2: Don't #include nsDeviceContext.h in Units.h; r=roc
|
2013-09-23 07:55:35 -04:00 |
|
Paul Rouget
|
37189849e5
|
Backed out changeset 184a0076278b (bug 890195). Almost-perma orange
|
2013-09-18 17:53:15 +02:00 |
|
Paul Rouget
|
c60e3873e6
|
Bug 890195 - device-width media queries should use the page width, not the actual device width. r=bz
|
2013-07-17 05:08:00 +02:00 |
|
Ehsan Akhgari
|
1089e71462
|
Bug 916610 - Minimize the #includes in layout/style; r=roc
|
2013-09-15 21:06:52 -04:00 |
|
Doug Turner
|
7767c0773f
|
Bug 906072 - Remove Maemo port. r=romaxa, r=ted, r=johns
|
2013-08-25 16:56:53 -07:00 |
|
Kartikaya Gupta
|
89c397da39
|
Bug 840916 - Back out e7d3b0866dd9 from bug 779527 as it is no longer needed. r=mbrubeck
|
2013-07-15 17:21:16 -04:00 |
|
Jim Mathies
|
3de81e87eb
|
Bug 810399 - Add new css selectors and media queries for windows os versions. r=bz
|
2013-07-01 11:02:29 -05:00 |
|
Ehsan Akhgari
|
5e1c270167
|
Bug 882948 follow-up: Also implement the -moz-windows-theme: aero-lite media query
|
2013-06-13 20:47:19 -04:00 |
|
Michael Wu
|
63cde6a090
|
Bug 771551 - Add CSS Media Query for physical home buttons, r=heycam
|
2013-06-05 22:42:02 -04:00 |
|
Stephen Pohl
|
1be15adc9e
|
Bug 636564 - Implement lion style scrollbars on Mac OSX 10.7+; r=roc
|
2013-05-02 10:58:00 -04:00 |
|
Stephen Pohl
|
fb5e086e62
|
Bug 678392 - Add support for swipe animation as in Safari. r=smichaud,jaws,felipc
|
2013-04-09 14:44:01 -05:00 |
|
David Zbarsky
|
47d0f865ea
|
[Bug 847110] bustage fix
|
2013-03-02 20:20:07 -05:00 |
|
David Zbarsky
|
1c27c4d045
|
[Bug 847110] Fix up includes in layout/style r=dbaron
|
2013-03-02 19:31:48 -05:00 |
|
Robert Strong
|
70d4cf7361
|
Back out Bug 678392
|
2013-02-08 16:52:12 -08:00 |
|
Stephen Pohl
|
69610af859
|
Swipe availability check - Bug 678392 - [10.7] Add support for swipe animation as in Safari. r=smichaud
|
2013-02-08 13:57:28 -08:00 |
|
Matthew Noorenberghe
|
bc23cfab48
|
Bug 816803 - Add system metric and media query keyword to detect whether the current Windows desktop theme supports Aero Glass. r=jimm,sr=roc
|
2013-01-16 19:27:16 -08:00 |
|
Edwin Flores
|
b3c80728bc
|
Bug 719286 - Add -moz-is-glyph media feature for setting default values for SVG glyphs in the browser SVG style sheet r=dbaron
|
2012-09-06 16:58:44 +12:00 |
|
Matt Brubeck
|
64e096cd46
|
Bug 779527 - Use the physical device resolution for media queries on mobile [r=dbaron]
|
2012-08-31 13:29:47 -07:00 |
|
Ehsan Akhgari
|
243c878d26
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-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 PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
L. David Baron
|
d725cb3b44
|
Change our interpretation of resolution units in CSS to match updates to the spec: i.e., device pixels per CSS inch (instead of device pixels per physical inch). (Bug 771390) r=bzbarsky
Given that this makes GetResolution work like GetDevicePixelRatio, I
believe this should also fix bug 662061 (on resolution's behavior when
zooming)?
|
2012-07-07 21:41:27 -07:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Jeff Walden
|
7d613942b0
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
|
2011-10-10 22:50:08 -07:00 |
|
Jeff Walden
|
c5e5f873d1
|
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
|
2011-10-12 12:21:53 -07:00 |
|
Jeff Walden
|
946f2ae0e3
|
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
|
2011-10-10 22:50:08 -07:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Mats Palmgren
|
e037ca6727
|
Bug 686581 - Implement -moz-is-resource-document media query. r=roc
|
2011-09-24 10:28:54 +02:00 |
|
Masayuki Nakano
|
e9a6794dc8
|
Bug 669028 part.11 layout/style should use mozilla;LookAndFeel rather than nsILookAndFeel r=dbaron
|
2011-09-09 11:27:12 +09:00 |
|
Markus Stange
|
dce990c1f8
|
Bug 679717 - Add "mac-lion-theme" system metric in order to allow for Lion-specific CSS rules without the need for per-file manifest overrides. r=dbaron
|
2011-08-18 10:40:27 +02:00 |
|
Zack Weinberg
|
0797b06d99
|
Bug 651017, part 5: mechanical changes.
|
2011-04-16 18:22:44 -07:00 |
|
Zack Weinberg
|
145a79dd39
|
Bug 651017, part 1: minimize inclusion of ns*DeviceContext.h; move the printing error codes to nsIDeviceContextSpec.h; os2 small widget cleanup.
|
2011-04-16 18:22:41 -07:00 |
|
Mark Finkle
|
d35229816d
|
Bug 618016 - Make a new media query for device orientation [r=dbaron a=blassey]
|
2010-12-10 13:35:36 -05:00 |
|
Jim Mathies
|
03b8f6e808
|
Bug 543910 - Layout support for -moz-windows-theme. r=dbaron, a=final.
|
2010-10-09 15:53:45 -05:00 |
|
L. David Baron
|
ec7b0d9c75
|
Remove null-checks for infallible array allocations. (Bug 520234) r=bzbarsky a=blocking2.0:beta7
|
2010-09-15 08:11:27 -07:00 |
|
Josh Matthews
|
15ae19349e
|
Bug 474356 - Add -moz-device-pixel-ratio media query. r=dbaron a=approval2.0
|
2010-09-10 16:27:52 -04:00 |
|
Josh Matthews
|
5f7cdce7af
|
Backed out changeset ec2ffd935bd9 a=test-bustage
|
2010-09-11 21:04:09 -04:00 |
|
Josh Matthews
|
210b588a11
|
Bug 474356 - Add -moz-device-pixel-ratio media query. r=dbaron a=approval2.0
|
2010-09-11 19:21:48 -04:00 |
|
Robert O'Callahan
|
0b7f75a585
|
Bug 537890. Part 10: Fix nsPresContext and nsIDeviceContext unit-conversion methods to be explicit about using CSS logical units instead of physical units. r=dbaron
|
2010-08-13 21:58:04 +12:00 |
|
Michael Ventnor
|
c6af33314c
|
Bug 566480 - Make dragging the menubar drag the window on GTK themes where that should work (and also fix GTK resize drags to initialize drag better). r=karlt,dbaron,enn,dao
|
2010-07-17 10:11:54 +02:00 |
|
L. David Baron
|
f0734b5732
|
Add media queries for all of our system metrics exposed in :-moz-system-metric(). (Bug 522149) r=bzbarsky
|
2009-10-15 17:23:19 -07:00 |
|