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

748 Коммитов

Автор SHA1 Сообщение Дата
dbaron%dbaron.org 62b427535b Add testcase for 215857. Not part of build. 2003-12-18 21:56:40 +00:00
jshin%mailaps.org 88492d9c99 bug 225695 : follow-up to the fix for bug 44272. the first part of three ; tree-wide sweep to replace escape/unescape with en|decodeURI(Component). r=bz, sr=rbs, a=asa 2003-12-03 21:41:37 +00:00
dbaron%dbaron.org cd2157f744 URL updates 2003-11-11 22:59:51 +00:00
bzbarsky%mit.edu 4dd764ce70 Adding style/bugs to regression tests 2003-11-05 05:01:00 +00:00
bzbarsky%mit.edu 7b576455c4 Adding css parsing regression tests. 2003-11-05 05:00:14 +00:00
dbaron%dbaron.org 9ef7c9f0ee Remove some additional tests with form submission and with delays. Not part of build. 2003-10-26 22:27:02 +00:00
dbaron%dbaron.org 2b17cad6ee Remove a few extras. Not part of build. 2003-10-26 19:17:33 +00:00
bmlk%gmx.de c806e35c7b dont wrap urls at 80 chars limit not part of any build 2003-10-26 12:34:25 +00:00
dbaron%dbaron.org 4a9762e9c2 URL updates. Not part of build, or even of regression tests. 2003-10-26 07:48:01 +00:00
bzbarsky%mit.edu eb422d6812 Adding regression tests. 2003-10-24 07:36:06 +00:00
bzbarsky%mit.edu b5afbc1dd9 Adding regression test 2003-10-21 16:24:53 +00:00
bzbarsky%mit.edu 5c7d54ad3b Adding regression test 2003-10-21 04:34:30 +00:00
bzbarsky%mit.edu cbf5e51696 Adding regression tests. 2003-10-18 08:07:01 +00:00
bzbarsky%mit.edu fd0fe0073a Adding regression tests 2003-10-18 00:28:44 +00:00
bmlk%gmx.de cb190dd9e1 layout regression test pain relief, bug 221598 r=bzbarsky 2003-10-15 19:08:35 +00:00
bmlk%gmx.de 1b5d100655 document.write(some object) writes the object type and the object address in debug builds. This creates false positives in layout regression tests. 2003-10-10 16:30:38 +00:00
bzbarsky%mit.edu e16e542085 Adding regression tests 2003-10-06 05:08:24 +00:00
bzbarsky%mit.edu 67033e41fd Use mozconfig-find to make this work with mozconfig locations other than ~. 2003-10-06 00:57:36 +00:00
bzbarsky%mit.edu a9023f31ab Make this sorta limp on Unix (where there is no cygpath stuff) 2003-10-06 00:56:49 +00:00
bsmedberg%covad.net 3c7f6e517d Bug 179834. Separate application resources and GRE resources. r=darin sr=dougt 2003-09-13 17:55:56 +00:00
caillon%returnzero.com 422dde1351 Bug 38370.
Allow color of an HR element to be changed.
Make HR be a block element in quirks mode instead of the hacky inline we were previously using (standards mode already had it as a block).
Patch by Ian Hickson <ian@hixie.ch> with minor modifications by me.
r+sr=bzbarsky@mit.edu
2003-07-30 08:13:07 +00:00
bzbarsky%mit.edu fd6654ba6d Move to the double-'::' notation for various pseudo-elements.
Bug 211657, r+sr=dbaron
2003-07-07 21:57:01 +00:00
caillon%returnzero.com ba75de772b Bug 209087
Content interface out-parameters should use ptr-to-ptrs instead of ref-to-ptrs and some small deCOMtamination.
r+sr=jst@netscape.com
2003-06-13 20:10:01 +00:00
dbaron%dbaron.org f3a00bc53b Put more information on the CSS properties in nsCSSPropList.h.
Use the property list in the tables for nsRuleNode::CheckSpecifiedProperties.
To reduce heap usage, redesign the storage of properties and values in nsCSSDeclaration to allocate all property-value pairs in a declaration block in a single allocation, and use temporary structures (like the old permanent structures) during parsing and modification.  Replace per-property switch statements in nsCSSDeclaration with table-based code to reduce code size.
b=125246  r+sr=bzbarsky
2003-06-07 22:14:42 +00:00
bmlk%gmx.de d325dff0e8 table layout regression tests NPOB 2003-05-31 14:22:56 +00:00
bmlk%gmx.de 26699cf50e layout regression test for table overflow handling NPOB 2003-05-31 10:18:57 +00:00
bmlk%gmx.de ddeae4554f adding testcase to the layout regression tests NPOB 2003-05-31 09:26:28 +00:00
bryner%netscape.com 4e18cb33f7 Remove now-unused nsScrollingView and nsIScrollbar implementations. Removed unused widget/public/nsWidgetSupport.h. Bug 201624, r+sr=roc. 2003-04-21 23:01:36 +00:00
seawood%netscape.com 6b34851d99 Use 'mount -' to get cygdrive mountpoint rather than assuming /cygdrive.
Bug #158920 r=bryner
2003-04-02 06:22:59 +00:00
jst%netscape.com 14882c9d0c Fixing bug 124412. Making nsXULDocument inherit nsXMLDocument to avoid the need to duplicate a large amount of code in nsXULDocument. Also removing nsMarkupDocument and nsIDOMEventCapturer that are no longer needed. Changing the inheritance of nsIDOMXULDocument to avoid ~60 or so forwarding methods, and doing a *lot* of code cleanup. r=bugmail@sicking.cc, sr=peterv@netscape.com 2003-03-26 07:41:30 +00:00
sicking%bigfoot.com f6096335bf fix build bustage due to gkconxsldoc_s no longer existing after landing of bug 185797 2003-03-26 02:21:17 +00:00
bzbarsky%mit.edu 5a829e126a Fix some spelling errors in comments. Bug 106386, patch by Nicholas Bebout
<nb@ipnode.info>, r=doron, sr=dmose
2003-03-19 04:35:08 +00:00
bzbarsky%mit.edu 1bfea66b89 Landing bug 83774 -- move image loading for <img>, <object>, <embed>, <input
type="image"> into the content nodes and out of nsImageFrame.  r=pavlov, sr=jst
2003-03-19 03:47:09 +00:00
dbaron%dbaron.org e245b67875 Add testcase for bug 177331. 2003-03-12 00:07:40 +00:00
dbaron%dbaron.org 55aaf50587 Add testcase for bug 196919. 2003-03-11 23:22:47 +00:00
sfraser%netscape.com 39783d451a Turn TestCSSPropertyLookup.cpp back on, now that the symbols it needs have been declared 'extern'. 2003-02-26 03:35:05 +00:00
sfraser%netscape.com 8e6c4f9c5f Turn off TestCSSProperty until its bogus linkage dependencies can be resolved. 2003-02-26 03:12:45 +00:00
sfraser%netscape.com 4681630354 Hopefuly fix linux tests bustage. 2003-02-26 01:53:03 +00:00
bryner%netscape.com cc390fbe51 Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron. 2003-02-22 00:32:13 +00:00
karnaze%netscape.com a8596de177 bug 179683 - implement printing of fixed positioned elemements, clean up ViewportFrame. sr=roc, r=bzbarsky. 2003-01-20 18:04:34 +00:00
karnaze%netscape.com 5226fe74b7 bug 176423 - Consider overflowing children when calculating max element width. sr=kin, r=alexsavulov. 2003-01-19 20:25:29 +00:00
karnaze%netscape.com 1b95a6b4b5 bug 175455 - Added mTableDerivedComputedWidth to the reflow state to detect computed widths which exist only because of table cells. Limit percent width of descendants whose percentage base has such a computed width. sr=roc, r=bernd 2003-01-19 20:07:39 +00:00
karnaze%netscape.com d23c74a74f Added AdjustAbsoluteContainingBlock to get the first-in-flow of a positioned inline frame in galley mode as the absolute containing block. sr=bzbarsky, r=dbaron. 2003-01-19 18:58:59 +00:00
dbaron%dbaron.org eb2b4de4f8 Add testcase for bug 48237. 2003-01-19 16:32:57 +00:00
bryner%netscape.com 26d5c6ff25 Phase 1 of style context deCOMtamination (bug 114713). Remove all dependencies on nsIStyleContext from outside of content and layout. Make nsIFrame::GetStyleData be a non-inline virtual function when called from outside of layout, since the nsStyleContext implementation won't be available to those callers. r=dbaron, sr=bzbarsky. 2003-01-09 06:49:07 +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
dbaron%fas.harvard.edu 5cc9c88cd2 Add testcases for 134580 and 155333. 2002-12-15 01:47:10 +00:00
karnaze%netscape.com da0827b8db new regression tests, not affecting the build. 2002-12-05 01:15:55 +00:00
karnaze%netscape.com d422648613 new regression tests, not affecting the build. 2002-12-04 01:58:59 +00:00
karnaze%netscape.com 279c55ddd4 new regression tests, not affecting the build. 2002-12-03 16:35:23 +00:00