Ehsan Akhgari
|
1deb9f1504
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
Michael Wu
|
ac54b41b01
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
Robert O'Callahan
|
1ed92bdb3e
|
Bug 641426. Part 6: Rename Empty to SetEmpty. r=cjones
|
2011-04-19 15:07:23 +12:00 |
Robert O'Callahan
|
b4ac03bbc3
|
Bug 641426. Part 4.2: Rename BaseMargin::side to BaseMargin::Side. r=cjones
|
2011-04-19 15:07:22 +12:00 |
Jan Küchler
|
23271beb1d
|
Bug 266236 part 3: Mechanical rename of nsIRenderingContext and nsThebesRenderingContext to nsRenderingContext. Mechanical substitution of nsRefPtr<nsRenderingContext> for nsCOMPtr<nsRenderingContext>.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
extra : rebase_source : 34884bfcafd885feaf73300bc7246cd192062a48
|
2011-04-07 18:04:40 -07:00 |
L. David Baron
|
8e85b9bd76
|
Make PaintBackgroundWithSC and related methods operate on nsStyleContext* rather than const nsStyleBackground*. (Bug 147777) r=zweinberg
|
2010-04-02 18:58:26 -07:00 |
Bernd
|
03ea41074e
|
bug 28800 remove support for scrollable rowgroups moa=roc r=bzbarsky
|
2010-01-16 17:05:46 +01:00 |
Bobby Holley
|
0af5a8f40d
|
Bug 435296 - Sync decode handling for decode-on-draw. r=roc
|
2009-09-12 16:44:18 -06:00 |
Ryo Kawaguchi
|
3ec02d1d9c
|
Implement background-image: -moz-image-rect(), which allows a region of an image to be used as a background image. (Bug 113577) r=roc, dbaron
|
2009-08-21 13:39:25 -07:00 |
Michael Ventnor
|
4e2c25d11b
|
Bug 479220: Implement support for CSS gradients: -moz-linear-gradient() and -moz-radial-gradient(). r=roc, dbaron
|
2009-08-01 08:53:40 -07:00 |
Dão Gottwald
|
067fd95b76
|
Backed out changeset c086fca6fc55
|
2009-07-31 14:35:48 +02:00 |
Michael Ventnor
|
e8972fd5ad
|
Bug 479220 - Implement the CSS gradients proposal. r=roc,dbaron sr=roc
|
2009-07-31 13:32:32 +02:00 |
Robert O'Callahan
|
2e8876cf7b
|
Bug 505184. When 'deflation' of the background area is not required, paint table backgrounds using a dedicated nsDisplayBackground instead of the multipurpose nsDisplayTableBorderBackground. r=fantasai
|
2009-07-22 12:44:52 +12:00 |
L. David Baron
|
6730c2f7fd
|
Remove support for fallback background colors. (Bug 496721) r+sr=bzbarsky
|
2009-06-16 08:00:20 -07:00 |
Robert O'Callahan
|
d4bcb6458c
|
Bug 494667. Don't apply optimization to shrink drawn background area to exclude solid borders, if we're not going to draw those borders (e.g. in tables with collapsing borders). r+sr=dbaron,a=beltzner
|
2009-05-28 17:01:42 +12:00 |
L. David Baron
|
94595f2f88
|
Implement multiple background layers, implement fallback background color, and make -moz-background-inline-policy no longer be part of the background shorthand. (Bug 322475) r+sr=roc,bzbarsky
|
2009-02-19 21:29:21 -08:00 |
L. David Baron
|
c674a753b4
|
Backed out changeset fde0b361f25e (bug 322475, main patch) due to Mac talos startup failures and hitting the NS_ABORT_IF_FALSE in SetupBackgroundClip, which may be related.
|
2009-02-19 13:51:46 -08:00 |
L. David Baron
|
caf423a97a
|
Implement multiple background layers, implement fallback background color, and make -moz-background-inline-policy no longer be part of the background shorthand. (Bug 322475) r+sr=roc,bzbarsky
|
2009-02-19 12:33:09 -08:00 |
L. David Baron
|
77c163c9a9
|
Back out all 8 changesets that I just landed (bugs 477959, 477961, 322475, 478899, 475215, 478156) again, because Talos Try server builds lie about which changesets they're testing.
|
2009-02-19 09:06:18 -08:00 |
L. David Baron
|
038026b7b5
|
Implement multiple background layers, implement fallback background color, and make -moz-background-inline-policy no longer be part of the background shorthand. (Bug 322475) r+sr=roc,bzbarsky
|
2009-02-19 07:29:28 -08:00 |
L. David Baron
|
0e185f2bc0
|
Revert (back out) the previous 11 changesets (bugs 477959, 477961, 477963, 477962, 322475, 478899, 475215, 478156), due to Mac talos orange with (as usual) no useful diagnostic.
|
2009-02-18 18:59:47 -08:00 |
L. David Baron
|
3c4144d0e6
|
Implement multiple background layers, implement fallback background color, and make -moz-background-inline-policy no longer be part of the background shorthand. (Bug 322475) r+sr=roc,bzbarsky
|
2009-02-18 17:13:25 -08:00 |
Arpad Borsos
|
7262b8baba
|
Bug 474369 - get rid of nsVoidArray, layout/tables part. r+sr=roc
|
2009-02-05 10:09:50 +01:00 |
Zack Weinberg
|
5ac3a51901
|
Bug 456792 - Two more API cleanups for nsCSSRendering; patch 1; r+sr=roc
|
2008-09-25 17:53:27 +02:00 |
Bernd
|
95b2e8f5bd
|
CSS 2.1 compliance empty-cells does not apply in border-collapsed tables, initial patch by William Wedin, bug 392047, r/sr=roc
|
2008-08-26 09:59:34 +02:00 |
Robert O'Callahan
|
b716372e3b
|
Bug 423823. Clip overflowing background when tbody is scrollable. r=fantasai,sr=dbaron
|
2008-08-16 21:10:29 +12:00 |
mats.palmgren@bredband.net
|
fddff71993
|
Wallpaper a crash. b=430814 r=bernd sr=roc a1.9=mconnor
|
2008-04-27 14:10:23 -07:00 |
dbaron@dbaron.org
|
c68a561a0d
|
Additional fix on top of roc's patch for bug 421069 to fix the regression it caused. r=dholbert approval1.9b5=damon
|
2008-03-20 18:19:13 -07:00 |
dbaron@dbaron.org
|
803ceb6824
|
Don't do translation during table border painting. b=421069 Patch by Robert O'Callahan <roc@ocallahan.org>. r+sr=dbaron approval1.9b5=damon
|
2008-03-20 18:18:30 -07:00 |
dbaron@dbaron.org
|
99673eb2ee
|
Backing out bug 421069 (which I landed earlier today for roc) because it caused bug 424016.
|
2008-03-19 22:58:00 -07:00 |
dbaron@dbaron.org
|
29c95c0229
|
Don't do translation during table border painting. b=421069 Patch by Robert O'Callahan <roc@ocallahan.org>. r+sr=dbaron
|
2008-03-19 16:02:38 -07:00 |
jwalden@mit.edu
|
12e960c504
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
bzbarsky@mit.edu
|
0c3c85060e
|
Make OrderRowGroups type-safe. Bug 367706, r=bernd, sr=roc
|
2007-06-05 11:55:26 -07:00 |
roc+@cs.cmu.edu
|
0054412272
|
Bug 374866. Reftests for text-transform. r=dbaron
|
2007-03-22 16:01:14 -07:00 |
mats.palmgren%bredband.net
|
95b5ddd0f4
|
Wallpaper a crash. b=430814 r=bernd sr=roc a1.9=mconnor
|
2008-04-27 21:10:23 +00:00 |
dbaron%dbaron.org
|
381e0ff8ce
|
Additional fix on top of roc's patch for bug 421069 to fix the regression it caused. r=dholbert approval1.9b5=damon
|
2008-03-21 01:19:13 +00:00 |
dbaron%dbaron.org
|
6b5df8254e
|
Don't do translation during table border painting. b=421069 Patch by Robert O'Callahan <roc@ocallahan.org>. r+sr=dbaron approval1.9b5=damon
|
2008-03-21 01:18:30 +00:00 |
dbaron%dbaron.org
|
67a327fbf7
|
Backing out bug 421069 (which I landed earlier today for roc) because it caused bug 424016.
|
2008-03-20 05:58:00 +00:00 |
dbaron%dbaron.org
|
0bff0c42c3
|
Don't do translation during table border painting. b=421069 Patch by Robert O'Callahan <roc@ocallahan.org>. r+sr=dbaron
|
2008-03-19 23:02:38 +00:00 |
jwalden%mit.edu
|
ef68fcf595
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
bzbarsky%mit.edu
|
66a5e08e09
|
Make OrderRowGroups type-safe. Bug 367706, r=bernd, sr=roc
|
2007-06-05 18:55:27 +00:00 |
sharparrow1%yahoo.com
|
c78720aa24
|
Bug 177805: Fix the use of units in Gecko. r+sr=roc
|
2007-02-07 07:46:44 +00:00 |
timeless%mozdev.org
|
abc256e3da
|
Bug 355300 There should be only one nsGkAtoms creature
r=dbaron
|
2006-12-26 17:47:52 +00:00 |
bzbarsky%mit.edu
|
29a9251e0b
|
When painting backgrounds, don't loop over all rows. Just do the ones that
might intersect the dirty rect. Use the row cursor to optimize this. Bug
353455, r+sr=roc
|
2006-09-20 16:42:13 +00:00 |
bmlk%gmx.de
|
04ef8a4cf4
|
Make visibility:collapse work again after the display list change. Implement overflow handling and view synchronization for collapsed frames. bug 326551 r/sr=roc
|
2006-03-04 05:26:57 +00:00 |
roc+%cs.cmu.edu
|
5451e97878
|
Bug 317375. Reorganize frame painting and mouse event targeting around frame display lists. Some review from dbaron, lots of testing help from Martijn, Julien and others
|
2006-01-26 02:29:17 +00:00 |
timeless%mozdev.org
|
b20620f6ab
|
Bug 106386 Correct misspellings in source code
patch by mats.palmgren@bredband.net r=dbaron sr=dbaron
|
2005-11-20 22:05:24 +00:00 |
bzbarsky%mit.edu
|
9bc3b329c2
|
Fix leak in table background painting. Bug 295236, r=bernd, sr=dveditz, a=asa
|
2005-05-24 04:15:05 +00:00 |
bzbarsky%mit.edu
|
0597971698
|
Fix border width inheritance by keeping track of both the border width we'd
have if our style were not none/hidden and the actual computed border width.
Bug 290377, r+sr=dbaron, a=asa
|
2005-04-29 15:44:38 +00:00 |
bzbarsky%mit.edu
|
4f0f52ec29
|
Fix painting of backgrounds on scrollable rowgroups (which aren't kids of the
table, so require slightly more complicated computation of the coordinate
transformations). Bug 267592, r=fantasai, sr=roc
|
2004-12-01 03:51:35 +00:00 |