leon.sha@sun.com
|
767c62ace7
|
Bug 428903 There are debug information printed in release build. (nsThebesDeviceContext.cpp). vladimir: review+ vladimir: superreview+ beltzner: approval1.9+
|
2008-04-15 20:27:03 -07:00 |
|
karlt+@karlt.net
|
f1354bea5a
|
Use ceil instead of round in GetAveCharWidth and GetSpaceWidth for consistency with GetMaxAdvance. b=428458 r=pavlov sr=roc a1.9=damons
|
2008-04-15 16:34:06 -07:00 |
|
pavlov@pavlov.net
|
7c477e8860
|
bug 424386. return the correct depth rather than a hardcoded 24. r/a=vlad
|
2008-04-15 07:16:29 -07:00 |
|
dholbert@cs.stanford.edu
|
d4e585ef8e
|
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
|
28beb983ed
|
Bug 394103 - "All elements are HUGE (when doing dpi autodetect?)" (scale for 192+ dpi) [p=asac@jwsdot.com (Alexander Sack) r+sr=roc a1.9=schrep]
|
2008-04-01 01:41:21 -07:00 |
|
roc+@cs.cmu.edu
|
14c8d05caf
|
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 |
|
mozilla@weilbacher.org
|
3ba4441f13
|
Bug 418104: Remove non-cairo Windows gfx code from the tree, removal of all obsolete files, r=alfredkayser, sr=pavlov, a=beltzner
|
2008-03-30 03:12:50 -07:00 |
|
masayuki@d-toybox.com
|
3ea5191188
|
Bug 421353 Moving the mouse over text hyperlinks which become underlined spikes cpu usage r=roc+stuart, sr=roc, a1.9=beltzner
|
2008-03-29 14:25:15 -07:00 |
|
reed@reedloden.com
|
601e529c06
|
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
|
7ffca204c7
|
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 |
|
vladimir@pobox.com
|
c3bf671567
|
b=409953; deref of null pointer on cancel of print-to-file (ignoring errors during printing is bad, mmmkay?); r=stuart
|
2008-03-26 18:21:46 -07:00 |
|
pavlov@pavlov.net
|
13cfb3e1b1
|
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
|
ec43cada45
|
backing out previous patch.
|
2008-03-26 13:24:37 -07:00 |
|
mozilla@weilbacher.org
|
8b253bd1c4
|
Bug 418105: Remove non-cairo Mac gfx code from the tree, r=joshmoz, sr=vladimir, a1.9=beltzner
|
2008-03-14 12:59:41 -07:00 |
|
reed@reedloden.com
|
dbeca7882f
|
Bug 415854 - "make single-pixel optimization release surface memory" (remove ThebesPattern) [p=joe@drew.ca (Joe Drew [JOEDREW!]) r=vlad a=blocking1.9+]
|
2008-03-14 09:37:05 -07:00 |
|
reed@reedloden.com
|
af7413b17e
|
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 |
|
masayuki@d-toybox.com
|
75cfe2466f
|
Bug 390901 CJK - font-name is not recognised correctly in preferences p=me+jdagett(mac part)+kerlt(fontconfig part) r=jdagett+me+stuart+mconnor b1.9=stuart
|
2008-03-13 03:32:50 -07:00 |
|
reed@reedloden.com
|
30f5471b69
|
Bug 385516 - "Console is spewed with WARNING: empty langgroup" (Add default constructor to gfxFontStyle and use it) [p=wasti.redl@gmx.net (Sebastian Redl) r=stuart a1.9=damons]
|
2008-03-12 03:52:58 -07:00 |
|
roc+@cs.cmu.edu
|
10c363c287
|
Bug 418428. Don't force devpixels to be an integer multiple of CSS pixels when printing on Windows. r=stuart
|
2008-03-11 17:35:00 -07:00 |
|
blassey@mozilla.com
|
3c99833e3e
|
backing out: switching narrow char system calls to wide char in windows b=418703
|
2008-03-11 15:46:26 -07:00 |
|
blassey@mozilla.com
|
eeea24bde6
|
switching narrow char system calls to wide char in windows b=418703 r=bsmedberg r=dougt also looked at by stuart and roc a=beltzner and a=damon
|
2008-03-11 14:49:53 -07:00 |
|
mozilla@weilbacher.org
|
8aea370edc
|
[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
|
11aa232422
|
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 |
|
roc+@cs.cmu.edu
|
72bddc7c36
|
Backing out Bug 403181. JPEG encoding test failure :-(
|
2008-03-07 01:28:34 -08:00 |
|
roc+@cs.cmu.edu
|
18b5f6db55
|
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
|
104f6a38a1
|
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 |
|
blassey@mozilla.com
|
92c51991b0
|
backing out b=418703, caused test 40118 to fail on WINNT 5.2 qm-win2k3-01 dep unit test tinderbox
|
2008-03-05 14:56:43 -08:00 |
|
blassey@mozilla.com
|
9bc9e44b40
|
switching windows narrow char system calls to wide char b=418703 r=bsmedberg a=beltzner
|
2008-03-05 13:39:29 -08:00 |
|
roc+@cs.cmu.edu
|
4815c48c47
|
Backing out 403181 again
|
2008-03-04 01:36:07 -08:00 |
|
roc+@cs.cmu.edu
|
d8ef70bf14
|
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 |
|
mozilla@weilbacher.org
|
37db1b4824
|
[OS/2] Bug 420438: Enable better image scaling on OS/2, r=wuno@lsvw, a1.9b4=beltzner
|
2008-03-03 01:26:08 -08:00 |
|
roc+@cs.cmu.edu
|
d5a6cd23c7
|
Bug 403181 backout
|
2008-03-02 18:38:19 -08:00 |
|
roc+@cs.cmu.edu
|
528b547d86
|
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 |
|
reed@reedloden.com
|
7e8e2d9c45
|
Bug 419927 - "Re-enable smooth downscaling under Linux" [p=bill@wg9s.com (Bill Gianopoulos) r=vlad a1.9b4=beltzner]
|
2008-02-28 02:26:40 -08:00 |
|
roc+@cs.cmu.edu
|
705c2058b7
|
Bug 416168. Ensure that the overflow rect for a frame always includes (0,0) even if the frame rect is empty. Also ensures that if the frame rect is empty but has non-zero dimension on one axis, the overflow rect includes that size. A scrolled view for such a frame also includes that size to ensure width:0,height:Npx and width:Npx,height:0 frames are scrollable by that amount. r+sr=dbaron
|
2008-02-27 01:46:22 -08:00 |
|
reed@reedloden.com
|
70e372f1fb
|
Bug 410114 - "Simplify nsTransform2D" [p=alfredkayser@gmail.com (Alfred Kayser) r+sr=roc a1.9=damons]
|
2008-02-26 01:42:36 -08:00 |
|
vladimir@pobox.com
|
92c57aaac6
|
b=418494; use SOURCE instead of OVER when source has no transparency; r=stuart
|
2008-02-23 16:59:49 -08:00 |
|
vladimir@pobox.com
|
43b70c1702
|
b=381661, reenable bilinear image filtering [mq]: 381661-enable-bilinear.patch ; r=stuart
|
2008-02-23 14:30:57 -08:00 |
|
mozilla@weilbacher.org
|
ef664eb10c
|
Bug 413632: Remove the remaining MOZ_CAIRO_GFX (and related variables). Full patch except configure.in change. r/sr=dbaron, r=vlad, a=beltzner
|
2008-02-21 00:37:27 -08:00 |
|
mozilla@weilbacher.org
|
056b00f919
|
Bug 415686: remove FONT_LEADING_APIS_V2 ifdefs which are no longer useful for cairo builds. Also remove related functions and tests. r/sr=dbaron, r=pavlov, a=beltzner
|
2008-02-19 11:41:56 -08:00 |
|
jag@tty.nl
|
057bc17743
|
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
|
2008-02-18 00:50:04 -08:00 |
|
roc+@cs.cmu.edu
|
7ab960de5c
|
Bug 374141. When printing on Windows, use an effective DPI of 144 instead of whatever the printer is. This makes native theme pixels be a reasonable size. r=stuart
|
2008-02-17 13:23:37 -08:00 |
|
vladimir@pobox.com
|
6f5a262267
|
b=416181, animated image used as repeated background broken ; r=stuart
|
2008-02-13 22:51:58 -08:00 |
|
jruderman@hmc.edu
|
ea7868db1c
|
Move test out of a directory that is doomed for removal
|
2008-02-08 01:00:21 -08:00 |
|
vladimir@pobox.com
|
3019d2734e
|
b=371867, severe performance regression on FAA flight status page, r=stuart (relanding)
|
2008-02-07 11:44:09 -08:00 |
|
mozilla.mano@sent.com
|
7981a1fada
|
Backing out bug 371867 again
|
2008-02-06 17:43:37 -08:00 |
|
mozilla.mano@sent.com
|
260b79c683
|
Relanding bug 406686
|
2008-02-06 16:55:55 -08:00 |
|
mozilla.mano@sent.com
|
190b7cbf4f
|
Backing out bug 414802
|
2008-02-06 16:19:13 -08:00 |
|
vladimir@pobox.com
|
cbecdfac54
|
b=371867, optimize same-color images, r=stuart
|
2008-02-06 13:22:54 -08:00 |
|
vladimir@pobox.com
|
95e9d58680
|
b=414685, optimize mac image decoding and rendering ; r=stuart
|
2008-02-05 22:48:47 -08:00 |
|