Tim Nguyen
|
fcd1fc55b1
|
Bug 1166867 - Support -moz-os-version: windows-win10. r=jimm
|
2015-05-21 12:16:00 +02:00 |
|
Mike Conley
|
09aaa1d051
|
Bug 1096093 - Add infrastructure for LookAndFeel metric caching, and allowing the parent process to send down cache to content process. r=jimm.
|
2015-04-22 10:58:15 -04:00 |
|
Carsten "Tomcat" Book
|
fefd2366a4
|
Backed out changeset 5f9c7cd773a5 (bug 1096093) for bustage on a CLOSED TREE
|
2015-04-23 17:18:52 +02:00 |
|
Mike Conley
|
3523743cfe
|
Bug 1096093 - Add infrastructure for LookAndFeel metric caching, and allowing the parent process to send down cache to content process. r=jimm.
|
2015-04-22 10:58:15 -04:00 |
|
Gijs Kruitbosch
|
a4c50ff30f
|
Bug 1044595 - fix default/active button text on OS X 10.10, r=mstange,jaws
|
2014-09-12 00:31:15 +01:00 |
|
Morris Tseng
|
0cb3894f29
|
Bug 1024930 - Change text highlighting color. r=roc
|
2014-07-28 02:13:00 +02:00 |
|
Ed Morley
|
09d1e6b0ba
|
Backed out changeset 3ee28802c28c (bug 1024930) for causing B2G mochitest-debug-14 failures
|
2014-07-24 16:23:40 +01:00 |
|
Morris Tseng
|
850582816c
|
Bug 1024930 - Change text highlighting color. r=roc
|
2014-07-23 23:58:00 +02:00 |
|
Josiah Bruner
|
783cbb1f13
|
Bug 1021309 - Add "mac-yosemite-theme" CSS system metric. r=mstange
|
2014-06-05 18:02:46 -04:00 |
|
Ehsan Akhgari
|
68bfe70f09
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
|
2014-01-04 10:02:17 -05: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 |
|
|
|
94b4ee0dc0
|
Bug 916491 - Remove -moz-mac-alternateprimaryhighlight. r=mstange.
|
2013-09-15 00:44:50 +02:00 |
|
Doug Turner
|
7767c0773f
|
Bug 906072 - Remove Maemo port. r=romaxa, r=ted, r=johns
|
2013-08-25 16:56:53 -07:00 |
|
Jim Mathies
|
28879859ae
|
Bug 879565 - Add metrofx support for overlay scrollbars. Patch also replaces various static overlay metrics with LookAndFeel values. r=mstange
|
2013-07-02 05:02:21 -05:00 |
|
Phil Ringnalda
|
687e36df9a
|
Backed out changeset 77bd60758c53 (bug 879565) for still asserting, just not quite as much
|
2013-07-01 21:43:49 -07:00 |
|
Jim Mathies
|
fb49fee170
|
Bug 879565 - Add metrofx support for overlay scrollbars. Patch also replaces various static overlay metrics with LookAndFeel values. (Debug osx assertions fixed.) r=mstange
|
2013-07-01 21:42:00 -05:00 |
|
Jim Mathies
|
0aa4fea50c
|
Backed out changeset c2299dce9dbd (bug 879565) due to debug assertions.
|
2013-07-01 19:28:44 -05:00 |
|
Jim Mathies
|
49f0ac08ad
|
Bug 879565 - Add metrofx support for overlay scrollbars. Patch also replaces various static overlay metrics with LookAndFeel values. r=mstange
|
2013-07-01 16:53:17 -05:00 |
|
Ryan VanderMeulen
|
4ae12b0e69
|
Backed out changeset 1f6132caf111 (bug 879565) for warnings-as-errors bustage.
CLOSED TREE
|
2013-07-01 14:50:25 -04:00 |
|
Jim Mathies
|
05f70227b8
|
Bug 879565 - Add metrofx support for overlay scrollbars. Patch also replaces various static overlay metrics with LookAndFeel values. r=mstange
|
2013-07-01 13:29:24 -05:00 |
|
Jim Mathies
|
8ca1ad2d33
|
Bug 810399 - Widget bits. r=roc
|
2013-07-01 11:02:29 -05:00 |
|
Ehsan Akhgari
|
ea0ae041d7
|
Bug 882948 - Add widget level support for AeroLite for Winodws Server 2012/2013; r=roc
|
2013-06-13 18:41:26 -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 |
|
André Reinald
|
8142d2b450
|
Bug 873012 - In case we use overlay scrollbars, and we run on system 10.8 or later, make them overlap in the bottom right corner, r=smichaud
|
2013-05-23 14:14:00 -07: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 |
|
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 |
|
Ehsan Akhgari
|
6aa893f5b6
|
Backed out changeset 5af4c6bd5104 (bug 827075) because it is no longer necessary
|
2013-01-14 16:21:54 -05:00 |
|
Ehsan Akhgari
|
de91af2c10
|
Bug 827075 - Implement the -moz-menubar color and make it return the correct background color on gtk; r=roc
|
2013-01-05 23:07:27 -05:00 |
|
Jonathan Kew
|
99c3ea68d6
|
bug 674373 pt 4 - pass device-to-CSS pixel ratio to LookAndFeel code when requesting a font style. r=roc
|
2012-09-29 12:35:08 +01: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 |
|
Vivien Nicolas
|
545a7e45ca
|
Bug 778810 - Show/Hide scrollbars depending on activity. r=roc
|
2012-08-03 12:35:14 +02:00 |
|
Makoto Kato
|
f554a64ea0
|
Bug 772327 - Password mask timer is too short on Android. r=blassy
|
2012-07-13 11:26:20 +09:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Zack Weinberg
|
5b32bf6ea2
|
Bug 96971: Move GetSystemFont from nsDeviceContext to mozilla::LookAndFeel. r=roc
|
2012-02-20 15:19:48 -08:00 |
|
Brian R. Bondy
|
d0a93b0ace
|
Bug 679226 - Fold widget/src into widget. r=roc
|
2012-01-03 22:09:29 -05:00 |
|