Граф коммитов

46 Коммитов

Автор SHA1 Сообщение Дата
technutz%netscape.net e64c2ac5b8 Bug 229814. CSS error in layout/doc/obsolete/layout.css. Patch by Bob Clary <bc@bclary.com>. r/sr=dbaron 2004-01-01 17:15:18 +00:00
timeless%mozdev.org 05f9b9bc7b whitespace change. This should make lxr hits for spacemanager reasonable.
It also makes the html and diffs tolerable.
2003-11-11 19:23:37 +00:00
dbaron%dbaron.org fb5dcec631 Use the correct term "float" instead of "floater". b=218654 r+sr=bzbarsky 2003-10-13 21:51:02 +00:00
bmlk%gmx.de ee7564128b description of overflow debug facility 2003-04-06 13:01:20 +00:00
bmlk%gmx.de 275ed9d7d6 some more reflow options - for boris 2003-04-03 15:35:06 +00:00
timeless%mozdev.org 965ba28bb1 Bug 106386 rid source of misspellings
patch by nb@ipnode.info r=biesi sr=dmose
2003-03-24 04:15:34 +00:00
dbaron%fas.harvard.edu 0a31e6afb5 Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only. 2003-01-01 23:53:20 +00:00
bernd.mielke%snafu.de dcf2974bcc fix spelling errors, bug 180287 patch by Martin Wulffeld 2002-11-16 10:46:53 +00:00
caillon%returnzero.com 6ad5938eec Update "how to add a style property" to reflect reality: fix the CSS_PROP macro description, add info on nsIDOMCSS2Properties.idl, linkify the bullets in "Implementation" to jump to
anchors within the page.
This is a doc only change and not part of any build.
2002-11-09 19:08:23 +00:00
roc+%cs.cmu.edu 3681ee88af Bug 113083. Concentrate view setup code into a few shared functions in nsContainerFrame. Only change style-dependent view properties after style change, not during reflow, in response to nsChangeHint_SyncFrameView. Change 'clip' to only do SyncFrameView, not reflow. r=dbaron,sr=kin 2002-09-30 11:56:37 +00:00
bzbarsky%mit.edu 85a70f2817 Fixing link to raptor image. Doc change only, not part of build. 2002-08-08 06:12:35 +00:00
karnaze%netscape.com c4f86ffcdf doc changes, not affecting the build. 2002-08-05 17:37:49 +00:00
karnaze%netscape.com cad9f3fd99 doc changes, not affecting the build. 2002-08-05 00:26:59 +00:00
karnaze%netscape.com 459e115994 doc changes, not affecting the build. 2002-08-04 06:05:25 +00:00
karnaze%netscape.com 063d353a68 new doc file, not affecting the build. 2002-08-04 01:37:25 +00:00
dbaron%fas.harvard.edu 17c4f83e5f Oops. 2002-06-19 04:31:43 +00:00
dbaron%fas.harvard.edu 71a0cdd191 Correct documentation of initial/inherit values and of last boolean in CheckPropertyData. Note that document misses modifications to nsDOMCSSDeclaration and relevant interfaces. Massive formatting cleanup (especially <br> overuse), but not enough. 2002-06-19 04:29:07 +00:00
bernd.mielke%snafu.de 8dc55349e2 running the layout regression tests - a description not part of any build 2002-06-16 10:38:06 +00:00
bernd.mielke%snafu.de cfe1197148 layout debug url correction not part of any build 2002-06-07 05:02:15 +00:00
bernd.mielke%snafu.de 6ba05483fa layout docs - url correction not part of any build 2002-06-07 04:58:06 +00:00
bernd.mielke%snafu.de 882dd18183 debug docs not part of the build 2002-06-06 19:19:16 +00:00
attinasi%netscape.com 763f5d76c3 Very High Level (tm) Layout Documentation. Work In Progress, not part of any build or product. Cheers, mates! 2002-05-22 21:07:29 +00:00
attinasi%netscape.com d4b877f2fc Added How-To doc on debugging table reflow (provided by Bernd - Thanks!) 2002-05-21 23:12:06 +00:00
attinasi%netscape.com f68a1502e3 Some Table Debugging guidelines. Documentation only, not part of any build, product or gooseberry pie. 2002-05-21 23:06:15 +00:00
attinasi%netscape.com bc487dbbc7 DOCUMENTATION CHECKIN: updated index to include Reflow document on mozilla.org, and Waterson's block and line cheat sheet 2002-05-13 22:44:42 +00:00
attinasi%netscape.com f0b1660972 Documentation Update:
Making Index page for Layout more complete now
2002-05-08 00:05:07 +00:00
attinasi%netscape.com 70fd12ab1c Documentation Update: Removed 'template' from title 2002-05-07 23:08:49 +00:00
attinasi%netscape.com 2d3ad1c7ef Documentation only: not part of any build.
Tech Note for how to add a new style property.
2002-05-07 22:46:14 +00:00
waterson%netscape.com b5f3ef5a39 Bug 138057. Vestigial cleanup. 2002-05-01 23:02:02 +00:00
waterson%netscape.com 46a33a8840 Bug 138057. Eliminate nsBlockFrame::RememberFloaterDamage, instead
recording the damage when we reflow the floater. This allows us to
catch several cases that we weren't catching before, so we no longer
need to dirty all the line boxes when an incremental reflow targeted
at a float arrives. r=dbaron, sr=attinasi.
2002-04-26 19:28:27 +00:00
alexsavulov%netscape.com b35cbf959c DOCUMENTATION CHANGE - not affecting the build 2002-02-04 23:28:29 +00:00
attinasi%netscape.com 8301dc9cc2 Moved these files to new subfolder 'obsolete' 2002-01-16 01:20:39 +00:00
attinasi%netscape.com 681ee62f23 New layout documents: templates and space manager documentation. See bug 115310 and join in the fun 2002-01-16 01:06:26 +00:00
attinasi%netscape.com 136edb4084 Moving obsolete layout documents to new subfolder. 2002-01-16 00:55:54 +00:00
waterson%netscape.com cf319e2bda Bug 115113. Eliminate nsIReflowCommand, and just use nsHTMLReflowCommand directly. r=karnaze, sr=attinasi. 2001-12-17 22:39:59 +00:00
rbs%maths.uq.edu.au 29f1b6960b Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2000-06-15 09:54:41 +00:00
nisheeth%netscape.com fa1d77063b 1) Added support for loading an XML document "out of band" from script and manipulating it via dom interfaces.
2) Fixed compile errors in XSL glue code that happened after the recent nsString landing by scc.
3) Added a check for a null URI before de-referencing it in nsCodeBasePrincipal.cpp.
2000-05-01 06:58:53 +00:00
nisheeth%netscape.com db554bcdd5 Fix for bug 15086. These changes bring us up to date with the Feb 2000 XLink Working Draft. Thanks a lot to Heikki (heikki@citec.fi) for providing these patches. 2000-04-01 00:39:15 +00:00
kipp%netscape.com c2d9013dcc updated document regardling block and line-layout operation; this is html documents that are not part of the build nor part of any install process, etc. 1999-11-03 21:11:37 +00:00
troy%netscape.com d937ba6572 Fixed the case of the stylesheet PI 1999-08-24 04:44:38 +00:00
troy%netscape.com 2a655ce368 Changed to table incremental reflow 1999-08-19 03:51:25 +00:00
troy%netscape.com 51110929fc Initial check-in 1999-08-10 00:01:54 +00:00
kipp%netscape.com afe92292b0 new 1999-05-13 17:47:41 +00:00
kipp%netscape.com 297b0fc3aa new 1999-05-10 18:45:38 +00:00
nisheeth%netscape.com 45a5a71889 Adding initial draft of documentation for the block and inline classes. 1999-04-05 21:54:08 +00:00
kipp%netscape.com d900a26fcd new 1999-03-31 17:42:54 +00:00