Dão Gottwald
|
de19ee8a7e
|
Bug 471923 - kill tab-left-edge and tab-right-edge -moz-appearance values. r+sr=roc
|
2009-01-04 15:01:48 +01:00 |
timeless
|
c70abe3c24
|
Bug 469019 - gfxRect shouldn't be forward declared as a class; fixing forward declaration to match impl; r=(bzbarsky + longsonr) sr=roc
|
2008-12-30 06:34:56 +01:00 |
Markus Stange
|
b7499a79eb
|
Bug 391984 - [10.5] Add roundness to context menus, r=josh sr=roc
|
2008-12-11 15:37:38 +01:00 |
Markus Stange
|
a715224d9b
|
Bug 450800 - Add -moz-appearance: searchfield on Mac OS X; general NSCell drawing cleanup. r=smichaud sr=roc
|
2008-12-06 12:40:58 +01:00 |
L. David Baron
|
5ecdb26ff8
|
Pass the user font set through more reliably and make it a required parameter. (Bug 467084) r+sr=roc a=blocking1.9.1+
|
2008-12-04 08:09:53 -08:00 |
Robert O'Callahan
|
c14b08eaf0
|
Bug 459968. Fix some integer overflows in the style system and in min/pref width computation for text. r+sr=dbaron
|
2008-11-26 11:53:58 +13:00 |
Brad Lassey
|
098c837567
|
backing out changesets 026147c91538, fb2326fcfc36, ebf0c7cf17be, 57e6a1e9041e, 1f5d2c249f86 and d7a7824d6990 due to crash on linux talos machines durring tp.
|
2008-11-26 12:20:26 -05:00 |
Robert O'Callahan
|
60173d2152
|
Bug 459968. Fix some integer overflows in the style system and in min/pref width computation for text. r+sr=dbaron
|
2008-11-26 11:53:58 +13:00 |
Robert O'Callahan
|
bdeeace995
|
Bug 458487 - 'Rework image snapping logic'. r=vlad+joedrew, sr=dbaron
|
2008-11-04 14:01:21 -08:00 |
Markus Stange
|
1c443cb9a9
|
Bug 459708 - Remove -moz-appearance values "radio-small" and "checkbox-small", r=roc
|
2008-11-03 14:12:59 +01:00 |
Alfred Kayser
|
76db886cde
|
Bug 422637 - "Merge nsColorNames into nsColor to have less public functions and less code" [r=vlad sr=roc]
|
2008-10-24 01:28:29 -05:00 |
John Daggett
|
d3e7ca5b3c
|
Bug 441473. Implement user font set object. r+sr=roc
|
2008-10-01 12:01:53 +09:00 |
Robert O'Callahan
|
9617ccbc59
|
Backing out bug 448830
|
2008-09-28 23:13:58 +13:00 |
Jeremy Lea
|
b971d67ca6
|
Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint their own types so that we can catch errors by distinguishing pixels from appunits. r+sr=roc
|
2008-09-28 20:38:34 +13:00 |
Robert O'Callahan
|
933a4085b6
|
Backing out bug 448830
|
2008-09-26 13:10:26 +12:00 |
Jeremy Lea
|
9848d4cb07
|
Bug 448830. Make nsIntRect/nsIntSize/nsIntPoint/nsIntMargin separate types so we get appunit vs pixel typechecking. r+sr=roc
|
2008-09-26 10:42:19 +12:00 |
Markus Stange
|
5a3b67e6d9
|
Bug 439354 - OS X toolbar background doesn't have a good gradient, part 1 / 3, r=hwaara sr=roc
|
2008-09-16 10:21:06 +02:00 |
Keith Schwarz
|
728bf55458
|
Bug 435293. Implement CSS transforms. r=dbaron,r+sr=roc
|
2008-09-13 21:42:11 +12:00 |
Zack Weinberg
|
10b58f92ef
|
Bug 453916: treat transparency strictly as a special case of color alpha. r+sr=dbaron
|
2008-09-12 08:35:53 -07:00 |
Doug Turner
|
6d465c061c
|
Bug 453836 - handle OOM while images decoding. r=jim
|
2008-09-10 13:23:29 -07:00 |
Zack Weinberg
|
adb81a4d8b
|
Bug 441367 - reduce repetitive code in nsRuleNode.cpp with SetDiscrete() and SetFactor() helper functions. r+sr=dbaron
|
2008-09-06 06:56:23 -07:00 |
Kai Liu
|
65d76e1954
|
Bug 448704 – Eliminate <gripper> as an independent element. r=vlad/dbaron/enndeakin
|
2008-08-13 08:15:27 +02:00 |
Rob Arnold
|
134dad3910
|
Implement Aero Glass effect support - bug 418454 r=vlad r=roc
|
2008-08-12 17:44:14 -07:00 |
Simon Montagu
|
3be7f26849
|
Bug 449577. Remove GetHints(), r+sr=roc
|
2008-08-11 18:19:01 +03:00 |
Karl Tomlinson
|
78d8510bbe
|
rounding changes in nsNativeThemeGTK::DrawWidgetBackground,
rename aClipRect to aDirtyRect in nsITheme::DrawWidgetBackground. b=444837 r=roc
|
2008-07-25 11:01:59 +12:00 |
reed@reedloden.com
|
69bdce2996
|
Bug 431309 - "Vista toolbar styles should have a -moz-win- prefix" (using the -moz-win- prefix) [p=kliu@mozilla.kailiu.com (Kai Liu) r+sr=roc a1.9=beltzner]
|
2008-05-08 02:29:38 -07:00 |
reed@reedloden.com
|
66ac75da5e
|
Bug 223442 - "consider moving mac-specific files in gfx/public to a mac directory" (Remove nsWatchTask.h) [p=reg@openpave.org (Jeremy Lea) r+sr=biesi a1.9=beltzner]
|
2008-05-07 03:16:27 -07:00 |
dholbert@cs.stanford.edu
|
79956d9834
|
Bug 389949, first patch: Use POINTS_PER_INCH_FLOAT in place of magic number '72.0f'. Basically cosmetic -- shouldn't change our behavior at all. r+sr=vlad, a=blocking1.9+
|
2008-04-07 17:27:10 -07:00 |
reed@reedloden.com
|
0a4e1e922e
|
Bustage fix for bug 413787.
|
2008-04-01 22:21:01 -07:00 |
reed@reedloden.com
|
c054f1fe88
|
Bustage fix for bug 413787.
|
2008-04-01 21:09:08 -07:00 |
reed@reedloden.com
|
83fae0ab2b
|
Bug 413787 - "NSToIntRound, NSToCoordRound code generation" [p=mmoy@yahoo.com (Michael Moy) r+sr=roc a1.9=schrep]
|
2008-04-01 20:47:07 -07:00 |
roc+@cs.cmu.edu
|
68dad535ef
|
Bug 424873. Make GetWidgetOverflow take the new frame size as input instead of using the possibly-stale old frame size. r+sr=dbaron
|
2008-04-01 16:34:20 -07:00 |
roc+@cs.cmu.edu
|
f472753852
|
Bug 421885. Make tiled image drawing sample only the correct subimage by manually padding if necessary. r=vlad
|
2008-03-31 02:40:53 -07:00 |
reed@reedloden.com
|
3cbc3f6cee
|
Back out Robert O'Callahan's patch from bug 421885 due to reftest failure.
|
2008-03-28 02:32:03 -07:00 |
reed@reedloden.com
|
e060787d5d
|
Bug 421885 - "Google reader search results have strange red line and broken border around them" [p=roc@ocallahan.org (Robert O'Callahan [roc]) r=vlad a=blocking1.9+]
|
2008-03-28 01:40:02 -07:00 |
pavlov@pavlov.net
|
ae717b37bf
|
backing out changes that weren't supposed to be part of my previous backout...
|
2008-03-26 14:13:32 -07:00 |
pavlov@pavlov.net
|
0498053d35
|
backing out previous patch.
|
2008-03-26 13:24:37 -07:00 |
reed@reedloden.com
|
f47915e86c
|
Bug 422620 - "Remove NS_BrightenColor and NS_DarkenColor" [p=alfredkayser@gmail.com (Alfred Kayser) r=vlad a1.9=damons]
|
2008-03-14 09:27:14 -07:00 |
stefanh@inbox.com
|
c5325293f4
|
Bug 421814 - Use HITheme to draw backgrounds for groupboxes. r=josh+Mano, sr=roc, a1.9=dsicore.
|
2008-03-13 13:24:29 -07:00 |
mozilla@weilbacher.org
|
24f637ccdd
|
[OS/2] Bug 369791: adapt plugin code to compile with cairo-os2, this in principle allows plugin content to be printed and windowless plugins to display, r=mkaply, a1.9+=damons
|
2008-03-10 17:10:55 -07:00 |
roc+@cs.cmu.edu
|
47e24e917b
|
Bug 403181. Pass the desired source rectangle for background images down into nsThebesImage and ensure we don't sample outside it. Back out a bad pixman patch that caused regressions, and adjust image encoding tests so they don't depend on the regression. Also switchs some reftests to quirks mode so that the 1-appunit width of <br>s doesn't bite us. r=vlad,sr=dbaron
|
2008-03-09 14:55:05 -07:00 |
bmlk@gmx.de
|
4f2a2dfa66
|
There is no height greater than unconstrained height, bug 402872, r/sr=roc a=beltzner
|
2008-03-08 01:12:30 -08:00 |
roc+@cs.cmu.edu
|
da00f3f11d
|
Backing out Bug 403181. JPEG encoding test failure :-(
|
2008-03-07 01:28:34 -08:00 |
roc+@cs.cmu.edu
|
bde725a7d2
|
Bug 403181. Various fixes to image rendering. Most importantly, we track the desired subimage of a CSS background image and ensure we don't sample outside it. r=vlad,sr=dbaron
|
2008-03-07 00:34:12 -08:00 |
vladimir@pobox.com
|
a1b770422c
|
b=415854, make single-pixel optimized images release memory; patch from joe@drew.ca; r+sr=vlad
|
2008-03-05 22:51:13 -08:00 |
roc+@cs.cmu.edu
|
ae6ea310fd
|
Backing out 403181 again
|
2008-03-04 01:36:07 -08:00 |
roc+@cs.cmu.edu
|
552c780f59
|
Bug 403181. Track which subimage of an image we want to draw and copy it to a temporary surface if necessary to prevent sampling of pixels outside the subimage when zooming. Also, enable EXTEND_PAD or SetFilter(0) if the context has a transformation that's not a simple translation, since that might induce cairo to sample pixels outside the source (sub)image. r=vlad,sr=dbaron
|
2008-03-04 00:21:34 -08:00 |
roc+@cs.cmu.edu
|
a960ecfeb9
|
Bug 403181 backout
|
2008-03-02 18:38:19 -08:00 |
roc+@cs.cmu.edu
|
cc5f19c639
|
Bug 403181. Use a temporary surface to prevent sampling of pixels outside the intended source rectangle when zooming the image in some cases. r=vlad,sr=dbaron,a=beltzner
|
2008-03-02 17:01:14 -08:00 |
vladimir@pobox.com
|
52a12eeaa2
|
b=419383, extract native vista toolbar styles and expose to themes ; r+sr=roc; a=beltzner
|
2008-02-28 21:10:38 -08:00 |