Jonathan Watt
34f76a78c2
Bug 947728 part 1 - Introduce a new 'number-input' value for -moz-appearance that behaves exactly as 'textfield' does. r=roc
2013-12-08 23:23:28 +00:00
Jonathan Watt
dd1fa39888
Bug 935508 - Implement native theming of <input type=number>. r=roc
2013-12-05 16:20:34 +00:00
Ryan VanderMeulen
0a90b1c018
Backed out changesets 1b268ec6b81e, b68f5c69dce2 (bug 935508) and changesets 29db440280c8, 64f359e4e054 (bug 945784) for mochitest failures.
...
CLOSED TREE
2013-12-05 13:00:23 -05:00
Jonathan Watt
8222abbd83
Bug 935508 - Implement native theming of <input type=number>. r=roc
2013-12-05 16:20:34 +00:00
Markus Stange
8e97922181
Bug 923840 - Mark -moz-appearance:toolbar as opaque on Mac. r=roc
...
--HG--
extra : rebase_source : 6f7ba3357c3d24c6c273270b25627dcab8298d47
2013-11-20 17:20:51 +01:00
Gijs Kruitbosch
6b78aaee83
Merge mozilla-central and ux
2013-11-06 18:34:47 +01:00
Markus Stange
79e409780f
Bug 933964 - Don't call unifiedToolbarHeight on NSWindows that are not ToolbarWindows, r=smichaud
2013-11-06 02:22:00 +01:00
Markus Stange
a7e6eb475f
Bug 851652 - Change position of the standardWindowButtons for Australis [r=smichaud r=mnoorenberghe+bmo r=jaws r=roc]
...
--HG--
extra : rebase_source : 4936bfc62a4712871caa5d767b1dd2e496e0826c
2013-06-12 23:42:00 +02:00
Gijs Kruitbosch
a6c5684a9d
Merge mozilla-central and ux
2013-10-25 10:23:03 +02:00
Gijs Kruitbosch
28d6f95f87
Merge mozilla-central and ux
2013-09-28 09:59:15 +02:00
Gijs Kruitbosch
68b05691e5
Merge mozilla-central and ux
2013-09-25 10:16:54 +02:00
Benoit Jacob
0f90257361
Bug 913872 - Take nested enums out of gfxASurface - 1/3 : automatic changes - r=jrmuizel
...
Generated by these regexes:
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/gfx[A-Za-z0-9_]*Surface\:\:[a-z]*\(\(ImageFormat\|SurfaceType\|ContentType\|MemoryLocation\)[0-9A-Za-z_]*\)/gfx\1/g'
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/gfx[A-Za-z0-9_]*Surface\:\:[a-z]*\(\(CONTENT_\|MEMORY_\)[0-9A-Za-z_]*\)/GFX_\1/g'
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)\(CONTENT_COLOR\|CONTENT_ALPHA\|CONTENT_COLOR_ALPHA\|CONTENT_SENTINEL\|MEMORY_IN_PROCESS_HEAP\|MEMORY_IN_PROCESS_NONHEAP\|MEMORY_OUT_OF_PROCESS\)\($\|[^A-Za-z0-9_]\)/\1GFX_\2\3/g'
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)\(ImageFormatARGB32\|ImageFormatRGB24\|ImageFormatA8\|ImageFormatA1\|ImageFormatRGB16_565\|ImageFormatUnknown\|SurfaceTypeImage\|SurfaceTypePDF\|SurfaceTypePS\|SurfaceTypeXlib\|SurfaceTypeXcb\|SurfaceTypeGlitz\|SurfaceTypeQuartz\|SurfaceTypeWin32\|SurfaceTypeBeOS\|SurfaceTypeDirectFB\|SurfaceTypeSVG\|SurfaceTypeOS2\|SurfaceTypeWin32Printing\|SurfaceTypeQuartzImage\|SurfaceTypeScript\|SurfaceTypeQPainter\|SurfaceTypeRecording\|SurfaceTypeVG\|SurfaceTypeGL\|SurfaceTypeDRM\|SurfaceTypeTee\|SurfaceTypeXML\|SurfaceTypeSkia\|SurfaceTypeSubsurface\|SurfaceTypeD2D\|SurfaceTypeMax\)\($\|[^A-Za-z0-9_]\)/\1gfx\2\3/g'
2013-09-24 16:45:13 -04:00
Markus Stange
018eb43241
Bug 532828 - Don't invalidate the whole window on window activation/deactivation. r=roc
2013-09-27 17:24:32 +02:00
Gijs Kruitbosch
17683e42dc
Merge m-c to UX
2013-08-22 19:55:04 +02:00
Stephen Pohl
4acd55bd55
Bug 904561: Followup for RTL support. r=smichaud
2013-08-21 16:33:55 -04:00
Stephen Pohl
6091137378
Bug 904561: Restrict the growing of overlay scrollbars on hover to OSX 10.8 and above. r=smichaud
2013-08-21 15:44:17 -04:00
Gijs Kruitbosch
46e2af573a
Merge m-c to UX
2013-08-03 21:51:18 +02:00
Gijs Kruitbosch
e5220a0c68
Merge m-c to ux
2013-08-02 17:21:19 +02:00
Matthew Noorenberghe
3999b2695d
Merge mozilla-central to UX
2013-07-31 17:48:12 -07:00
Matthew Noorenberghe
b14d8fd39b
Merge mozilla-central to UX
2013-07-30 19:16:50 -07:00
David Zbarsky
0d3882f4c1
Bug 893117: Remove nsIDOMHTMLMeterElement r=bz
2013-07-30 14:55:13 -07:00
Nicholas Cameron
a2cdf1ab09
Bug 895873 - backout bug 893117 for Win8 mc bustage
2013-07-30 23:32:35 -04:00
Chris Peterson
1006b28234
Bug 900839 - Remove unused variables in nsNativeThemeCocoa.mm. r=dzbarsky
2013-08-01 22:46:10 -07:00
David Zbarsky
f2ea7c733f
Bug 893117: Remove nsIDOMHTMLMeterElement r=bz
2013-08-01 15:24:24 -07:00
Stephen Pohl
4975c64924
Bug 874570: Make scrollbar frames smaller for small overlay scrollbars. r=smichaud
2013-08-01 17:01:22 -04:00
David Zbarsky
93caf8a63e
backout Bug 893117 for mochitest failure
2013-08-01 01:54:09 -07:00
David Zbarsky
c59f81b1cd
Bug 893117: Remove nsIDOMHTMLMeterElement r=bz
2013-07-31 23:12:40 -07:00
Gijs Kruitbosch
a53d5e2616
Merge mozilla-central and ux
2013-07-15 14:13:14 +02:00
Matt Woodrow
ba37340fd8
Bug 892966 - Don't rely on being able to retrieve the current surface from a gfxContext when drawing cocoa menus. r=jrmuizel
2013-07-12 17:19:28 -04:00
Phil Ringnalda
82da68ce77
Back out 7160624804ff:69062da26093 (bug 892966) on suspicion of mochitest-4 test_bug767779.html bustage
...
CLOSED TREE
2013-07-12 16:39:36 -07:00
Matt Woodrow
e0621cc0c7
Bug 892966 - Don't rely on being able to retrieve the current surface from a gfxContext when drawing cocoa menus. r=jrmuizel
2013-07-12 17:19:28 -04:00
Gijs Kruitbosch
fe3e9fce5e
Merge mozilla-central and ux
2013-06-27 14:24:43 -04:00
Stephen Pohl
7922e53d41
Bug 868416: Keep overlay scrollbars the same size irrespective of the current document zoom level. r=roc
2013-06-27 00:00:41 -04:00
Gijs Kruitbosch
272057239a
Merge mozilla-central and ux-central
2013-06-10 11:22:16 +02:00
Markus Stange
b73f8a2aef
Bug 880153 - Fix -moz-window-button-box fallback width on 10.6. r=smichaud
2013-06-07 11:55:30 +02:00
Markus Stange
577a5f74eb
Bug 880124 - Make -moz-mac-fullscreen-button 0px wide on 10.6, which doesn't have a fullscreen button. r=smichaud
2013-06-07 11:54:35 +02:00
Matthew Noorenberghe
87139eb2a8
Merge mozilla-central to UX
2013-06-01 02:45:51 -07:00
Mike Conley
77dd7811df
Mostly automated merge with https://hg.mozilla.org/mozilla-central
2013-05-29 17:41:40 -04:00
Phil Ringnalda
8e825b148c
Merge m-c to a CLOSED TREE ux
2013-05-27 11:48:20 -07:00
Markus Stange
79c2a9aeb5
Bug 676241 part 1: Don't draw rounded corners in -moz-appearance titlebar / toolbar rendering. r=josh
2013-05-23 16:49:16 +02:00
Markus Stange
304324b038
Bug 871590 - Make unified titlebar / toolbar handling more robust. r=roc
2013-05-22 11:50:57 +02:00
André Reinald
fbbd7c5262
Bug 873010 - Artifacts around small overlay scrollbars in select boxes, r=mstange
...
Bug 873010 - Artifacts around small overlay scrollbars in select boxes, r=mstange
--HG--
extra : rebase_source : 002fdce7f49d852e567438481609be58dd76bcc4
2013-05-21 12:58:00 -07:00
Mike Conley
7bd0d6c524
Automated merge with https://hg.mozilla.org/mozilla-central
2013-05-20 22:56:50 -04:00
Stephen Pohl
7546829bc2
Bug 869314: Fix missing dropmarkers in non-native styled combobox controls when overlay scrollbars are used. r=roc
2013-05-26 15:05:10 -07:00
Stephen Pohl
0e3edb584a
Back out bug 869314 for missing r='s.
2013-05-26 15:00:17 -07:00
Stephen Pohl
622d3dddfd
Bug 869314: Fix missing dropmarkers in non-native styled combobox controls when overlay scrollbars are used.
2013-05-26 14:40:16 -07:00
Markus Stange
fd431675f5
Bug 676241 part 1: Don't draw rounded corners in -moz-appearance titlebar / toolbar rendering. r=josh
2013-05-23 16:49:16 +02:00
Markus Stange
8ade205eb2
Bug 871590 - Make unified titlebar / toolbar handling more robust. r=roc
2013-05-22 11:50:57 +02:00
Markus Stange
eb3eb8c485
Bug 871590 / Bug 625989 - Add basic support for -moz-appearance: -moz-window-titlebar on OS X. Partly written by Mike Conley. r=josh
2013-05-22 11:48:47 +02:00
Ehsan Akhgari
58637fe4e1
Bug 865806 - Use the proper Lion style scrollbar on content with a dark background color; r=roc
2013-05-19 11:01:28 -04:00