Robert O'Callahan
|
5843f756df
|
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
|
f9f7b6c49b
|
whitespace-only: fix indentation of 'aPresContext' arguments in function headers within nsPageFrame.cpp
|
2009-02-26 15:47:03 -08:00 |
L. David Baron
|
94a677809a
|
Give nsPageBreakFrame a frame name for DEBUGging code. (Bug 468645) r+sr=bzbarsky
|
2008-12-29 10:07:36 -05:00 |
L. David Baron
|
2dccf4784c
|
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
|
97bef90839
|
Bug 456152 - slight API cleanup for nsCSSRendering::PaintBackground; r+sr=roc
|
2008-09-24 06:07:22 +02:00 |
Daniel Holbert
|
38e0248c78
|
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
|
6310c10f4d
|
Backed out changeset 5bffc31ff797 (bug 433373) -- first attempt didn't handle page scaling correctly.
|
2008-06-24 11:53:27 -07:00 |
Daniel Holbert
|
a55565f501
|
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
|
9faa7d6380
|
Remove unnecessary argument from SetBidiEnabled. Bug 435856, r+sr=roc
|
2008-06-16 02:28:17 -07:00 |
Simon Montagu
|
61f5947d2c
|
Bug 435856: Bidi processing disabled after printing. r+sr=roc
|
2008-06-14 23:56:04 -07:00 |
Simon Montagu
|
01661c620a
|
imported patch 435856
|
2008-06-14 23:51:00 -07:00 |
dholbert@cs.stanford.edu
|
aaf257b65a
|
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
|
b7a5c89466
|
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
|
14370ae359
|
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
|
d5a1dc86da
|
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
|
d1d47d9bdb
|
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
|
a0238499f9
|
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
|
a28eeaaafd
|
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
|
6d7584839a
|
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
|
eeaa1a101b
|
Rename nsIFrame::GetPresContext to nsIFrame::PresContext. Bug 376042, patch byTaras Glek <tglek@mozilla.com>, rs=roc.
|
2007-03-30 14:11:41 -07:00 |
sharparrow1%yahoo.com
|
884351335b
|
Bug 371528: Stop creating views for pages. r+sr=roc.
|
2007-02-25 22:26:47 +00:00 |
joshmoz%gmail.com
|
19b60dfc6a
|
remove unused variables, other warning fixes. no bug. r/sr=bz
|
2007-02-16 08:04:44 +00:00 |
sharparrow1%yahoo.com
|
76a64e5c22
|
Bug 177805: Fix the use of units in Gecko. r+sr=roc
|
2007-02-07 07:46:44 +00:00 |
cvshook%sicking.cc
|
a39ff30284
|
Kill remainders of ns(XBL|HTML|XUL|Layout)Atoms. r/sr=jst b=368128
|
2007-01-30 00:06:41 +00:00 |
dbaron%dbaron.org
|
f6245f0ed9
|
Change the bulk of ascent (baseline) computation to happen on a virtual method on nsIFrame, and remove the redundant descent member from nsHTMLReflowMetrics, primarily to support having both first-line and last-line baselines. b=367332 r+sr=roc
|
2007-01-23 04:06:56 +00:00 |
roc+%cs.cmu.edu
|
fa1e88771c
|
Bug 333659. Land layout changes to pass only single-direction textruns to nsIRenderingContext string methods. r=dbaron
|
2007-01-23 02:58:55 +00:00 |
bmlk%gmx.de
|
97b5794242
|
Stronger band-aid to prevent table splitting inside columns bug 362275 r/sr=roc
|
2007-01-21 17:51:33 +00:00 |
timeless%mozdev.org
|
4e651390ef
|
Bug 355300 There should be only one nsGkAtoms creature
r=dbaron
|
2006-12-26 17:47:52 +00:00 |
mats.palmgren%bredband.net
|
b9eb48fee4
|
Fix crash in Print Preview when doc has more than two pages. Patch by Eli Friedman<sharparrow1@yahoo.com>. b=362210 r=me sr=roc
|
2006-12-12 09:54:48 +00:00 |
dbaron%dbaron.org
|
31f1898810
|
Bug 300030: Move intrinsic width computation out of nsIFrame::Reflow and into its own methods on nsIFrame. Replace reflow reasons, types, and commands with dirty bits/notifications. Thanks to bzbarsky for almost all of the HTML form controls (mozilla/layout/forms) changes, and many others for help testing and patching. For detailed commit logs, see REFLOW_YYYYMMDD_BRANCH, where YYYYMMDD is one of 20061031, 20060830, 20060603, 20060302, 20060119, 20051011, 20050804, 20050429, 20050315, 20050111, and 20041213.
|
2006-12-08 05:38:33 +00:00 |
mats.palmgren%bredband.net
|
02eaae11b6
|
Improve error handling in nsCSSFrameConstructor::CreateContinuingFrame() and its callers. b=337419 r+sr=roc
|
2006-08-22 01:33:46 +00:00 |
sharparrow1%yahoo.com
|
2dbafa80ee
|
Bug 344583: misc cleanup. r+sr=roc
|
2006-07-14 03:02:37 +00:00 |
roc+%cs.cmu.edu
|
1621ac24bd
|
Bug 237085. Move string subdivision code to gfx so we can efficiently make it metrics-dependent. r=smontagu,sr=rbs
|
2006-06-26 22:18:23 +00:00 |
roc+%cs.cmu.edu
|
dffcabfea0
|
Bug 338251. Create safe wrappers for gfx text functions and use them. r=smontagu,sr=rbs
|
2006-06-09 03:29:32 +00:00 |
sharparrow1%yahoo.com
|
3b62c93943
|
Bug 332927: Cleanup iframe/frame printing code (and a couple other misc. cleanups)
|
2006-04-11 01:48:48 +00:00 |
roc+%cs.cmu.edu
|
a7f03736a9
|
Bug 328926. Remove aPresContext parameter from nsIFrame::Destroy, nsIFrame::SetInitialChildList and nsIFrame::RemovedAsPrimaryFrame. patch by Marc Liddell, r+sr=roc
|
2006-04-10 00:16:29 +00:00 |
sharparrow1%yahoo.com
|
dc0d45c95e
|
Bug 244055: Page layout for editor. There is no UI yet, and caret display is buggy at the moment, but otherwise it works. Patch by Alexandre Tr�mon, r+sr=roc.
|
2006-04-01 01:19:28 +00:00 |
sharparrow1%yahoo.com
|
1e650e3784
|
Bug 331415: some printing code cleanup. r+sr=roc.
|
2006-03-30 00:27:42 +00:00 |
roc+%cs.cmu.edu
|
0a10a79f62
|
Bug 330934. Set a nsIFrame's stylecontext in its constructor, to ensure that there's always one available for GetPresContext() to use even if Init hasn't been called. Patch by Marc Liddell, r+sr=roc
|
2006-03-26 21:30:36 +00:00 |
pavlov%pavlov.net
|
131e8794e2
|
backing out roc's patch for bug 328926 due to crash running tests on vc8 machines.
|
2006-03-15 06:43:36 +00:00 |
roc+%cs.cmu.edu
|
557b089a47
|
Bug 328926. Remove aPresContext parameter from Destroy and SetInitialChildList. patch by Marc Liddell, r+sr=roc
|
2006-03-15 03:14:02 +00:00 |
uriber%gmail.com
|
c7032d59bb
|
Bug 299065: Bidi resolution needs to split inlines in addition to text frames. r+sr=dbaron
|
2006-02-21 21:33:47 +00:00 |
sharparrow1%yahoo.com
|
8debca1822
|
Bug 326157: Get rid of unnecessary clipping code. r+sr=roc.
|
2006-02-07 02:22:06 +00:00 |
roc+%cs.cmu.edu
|
4930422ce0
|
Bug 325093. Fix clip rect interpretation so print/print preview page clipping works. r+sr=dbaron
|
2006-02-06 21:08:34 +00:00 |
cbiesinger%web.de
|
c2d981f764
|
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
|
2006-02-03 14:18:39 +00:00 |
roc+%cs.cmu.edu
|
77bca74243
|
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 |
roc+%cs.cmu.edu
|
a20b3fc911
|
Bug 319115. Move nsTextFrame interfaces around so nsTextFrame.h can go away. Preparation for forking nsTextFrame. patch by Stephen Blackheath, r+sr=roc
|
2005-12-06 00:32:52 +00:00 |
roc+%cs.cmu.edu
|
520b30a7f7
|
Bug 313817. DeCOMtaminate more NS_New*Frame functions. r+sr=roc, patch by Marc Liddell
|
2005-11-04 02:38:33 +00:00 |
smontagu%smontagu.org
|
ee3f239136
|
Remove unused code. Bug 292300, r+sr=roc, a=shaver
|
2005-06-02 10:45:39 +00:00 |
smontagu%smontagu.org
|
000b41b9f2
|
Bug 272386: Allow multiple special codes in print headers and footers. Patch by Alexandre Tremon <atremon@elansoftware.com>, r=smontagu, sr=roc, a=asa
|
2005-04-29 04:57:51 +00:00 |