Robert O'Callahan
|
a581cd6197
|
Bug 584282. Add nsDisplayItem::mToReferenceFrame and initialize it in the constructor. r=tnikkel,a=dbaron
--HG--
extra : rebase_source : 496cbde7c495eb8872c3d0ffc0ca4c57c2a6a777
|
2010-08-13 22:01:13 +12:00 |
|
Michael Ventnor
|
8139bee929
|
Bug 564991. Part 3: Create unique nsDisplayItem types for every single display item. r=tnikkel
|
2010-07-16 09:07:49 +12:00 |
|
Jonathan Kew
|
e9d0f828e0
|
Bug 524107 - part 1 - pass original value of 'lang' to gfx text code rather than only a 'langGroup' value, to allow language-specific font rendering. r=roc sr=mats
|
2010-02-24 09:57:44 -08:00 |
|
Daniel Holbert
|
39bdbedac9
|
Bug 526055: Make nsPageFrame::DrawHeaderFooter respect inherited clipping rect, so that it doesn't draw on top of print-preview scrollbars. r=roc
|
2009-11-03 14:37:21 -08:00 |
|
Bobby Holley
|
0b02012ed8
|
Bug 435296 - Sync decode handling for decode-on-draw. r=roc
|
2009-09-12 16:44:18 -06:00 |
|
Bobby Holley
|
2d5ec55945
|
Bug 435296 - Decode-On-Draw. r=joe,roc,bz,dolske,peterw sr=vlad
|
2009-09-12 16:44:18 -06:00 |
|
Zack Weinberg
|
17eb5a6efc
|
Bug 497495 part 3: Add methods to every nsFrame subclass that expose the as-allocated identity of every frame object. Also some cleanups to the QueryFrame implementation. r=dbaron sr=roc
|
2009-09-12 17:49:24 +01:00 |
|
Robert O'Callahan
|
8c7da0cfb7
|
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 |
|
Daniel Holbert
|
7207931cc5
|
whitespace-only: fix indentation of 'aPresContext' arguments in function headers within nsPageFrame.cpp
|
2009-02-26 15:47:03 -08:00 |
|
L. David Baron
|
d52dad5b98
|
Give nsPageBreakFrame a frame name for DEBUGging code. (Bug 468645) r+sr=bzbarsky
|
2008-12-29 10:07:36 -05:00 |
|
L. David Baron
|
c95d61afc0
|
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 |
|
Zack Weinberg
|
7687ccc76b
|
Bug 456152 - slight API cleanup for nsCSSRendering::PaintBackground; r+sr=roc
|
2008-09-24 06:07:22 +02:00 |
|
Daniel Holbert
|
9e9a26e25a
|
bug 433373 - Fix clipping region when printing selections that start later in document (taking page-scaling into account). r+sr=roc
|
2008-06-30 13:46:23 -07:00 |
|
Daniel Holbert
|
86d8862d32
|
Backed out changeset 5bffc31ff797 (bug 433373) -- first attempt didn't handle page scaling correctly.
|
2008-06-24 11:53:27 -07:00 |
|
Daniel Holbert
|
c8f369deb3
|
bug 433373 - Fix clipping region when printing selections that start later in document. r+sr=roc
|
2008-06-24 09:29:52 -07:00 |
|
Simon Montagu
|
dfcf9f51e9
|
Remove unnecessary argument from SetBidiEnabled. Bug 435856, r+sr=roc
|
2008-06-16 02:28:17 -07:00 |
|
Simon Montagu
|
9697529693
|
Bug 435856: Bidi processing disabled after printing. r+sr=roc
|
2008-06-14 23:56:04 -07:00 |
|
Simon Montagu
|
e1e8fe0077
|
imported patch 435856
|
2008-06-14 23:51:00 -07:00 |
|
dholbert@cs.stanford.edu
|
20b60d64ac
|
Bug 430389: Use correct clip-rect to prevent multipage print-selection output from streaming off of page boundaries. r+sr=roc a=damons
|
2008-04-30 23:32:25 -07:00 |
|
dholbert@cs.stanford.edu
|
8a24231d01
|
Bug 427017: Disable page-break-before/after for fixed- & absolutely-positioned elements. Also, fix assertion during an iterator-comparison by handling case where lineBox is in overflow-lines. r=fantasai sr=roc a1.9=beltzner
|
2008-04-11 22:32:49 -07:00 |
|
dholbert@cs.stanford.edu
|
595fdb4786
|
Bug 402264: When we're scaling printed content, don't scale unconstrained heights. r+sr=roc a=damons
|
2008-04-10 15:34:38 -07:00 |
|
roc+@cs.cmu.edu
|
2e1111534b
|
Bug 411585. Traverse all pages after the current page when painting a page, to locate placeholders that we need to traverse in order to paint out-of-flows on the current page. r+sr=dbaron
|
2008-04-08 06:06:12 -07:00 |
|
smontagu@smontagu.org
|
479ae9823b
|
Enable bidi processing if there are right-to-left characters in print headers or footers. Bug 421690, r+sr=roc, blocking1.9=damon
|
2008-03-12 00:56:38 -07:00 |
|
dholbert@cs.stanford.edu
|
1dd69820d0
|
Bug 398453 - Add unconstrained size check for pagebreakframe reflow. r+sr=roc, a=blocking1.9+
|
2007-11-07 11:49:44 -08:00 |
|
roc+@cs.cmu.edu
|
61373b8418
|
Bug 379349. Add support for 'overflow containers' --- special frame continuations that do not map any content of their own, but serve only as containers for laying out children that overflowed their parents' content height. patch by fantasai, r+sr=eli,roc
|
2007-07-25 21:03:29 -07:00 |
|
jwalden@mit.edu
|
e3c4baccae
|
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
|
2fd17c94d8
|
Rename nsIFrame::GetPresContext to nsIFrame::PresContext. Bug 376042, patch byTaras Glek <tglek@mozilla.com>, rs=roc.
|
2007-03-30 14:11:41 -07:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|