Commit Graph

820 Commits

Author SHA1 Message Date
bzbarsky%mit.edu
e84856a159 Remove unused aDeep args from AppendChildTo and InsertChildAt. Bug 289316,
r=sicking, sr=peterv, a=brendan
2005-04-18 22:58:35 +00:00
bzbarsky%mit.edu
95f80b1d0c Fixing the testcase to actually be a testcase, not a diff.... Not part of build 2005-04-16 03:02:07 +00:00
bzbarsky%mit.edu
48ba5ce32b Eliminate nsIContent::SetDocument/SetParent/SetBindingParent in favor of
BindToTree and UnbindFromTree methods.  Bug 286000, r=sicking, sr=jst
2005-04-05 23:54:35 +00:00
bsmedberg%covad.net
573eebab2a Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-05 12:36:03 +00:00
roc+%cs.cmu.edu
7a7722a829 Adding some parts of Hixie tests to the list explicitly, to make it easier to download all needed files. 2005-03-29 05:18:24 +00:00
roc+%cs.cmu.edu
40921ab641 Bug 285036. Clean up testcase list. r+sr=dbaron 2005-03-28 21:30:58 +00:00
roc+%cs.cmu.edu
c9059dca05 Checking in testcases for bug 282754. 2005-03-23 03:25:43 +00:00
bzbarsky%mit.edu
6fe71fbf01 Adding regression test 2005-03-07 22:44:08 +00:00
bzbarsky%mit.edu
3134107828 Adding regression test 2005-03-07 17:51:48 +00:00
roc+%cs.cmu.edu
58d6575f85 Checking in testcases for bugs 282754 and 277420. Not part of the build 2005-02-21 05:19:18 +00:00
roc+%cs.cmu.edu
f432d5a46f Checking in testcases for bugs 282754 and 277420. Not part of the build 2005-02-21 04:45:23 +00:00
bzbarsky%mit.edu
c0a59befc5 Convert internal users of -moz-opacity to just use opacity. Bug 281907, patch
by Anne van Kesteren <bug@annevankesteren.nl>, r+sr=bzbarsky
2005-02-18 16:33:02 +00:00
dbaron%dbaron.org
a517f0c08b Add testcases for 153429. 2005-02-02 20:29:28 +00:00
smontagu%smontagu.org
5f075aebf5 Remove UTF-8 BOMs from source files. Bug 280656, r=jshin, sr=brendan 2005-02-02 13:25:44 +00:00
bmlk%gmx.de
f952b5d6b2 adding regression tests NPOB 2005-02-02 05:32:28 +00:00
bzbarsky%mit.edu
76cd64b942 Adding some regression tests 2005-01-25 04:35:17 +00:00
cvshook%sicking.cc
e2081a89e6 Bug 236476: Change GetHTMLAttribute to GetParsedAttr. Also fixes bug 232706 by removing final uses of nsHTMLValue.
r=bz sr=jst
2005-01-25 00:02:58 +00:00
bzbarsky%mit.edu
44b523ef12 Adding for real... 2005-01-16 20:30:52 +00:00
bzbarsky%mit.edu
9c1f0e3919 Adding regression test 2005-01-16 20:30:06 +00:00
bzbarsky%mit.edu
5ccdd10262 Adding regression test. 2005-01-16 20:29:21 +00:00
bryner%brianryner.com
a8073f18a3 Remove nsIHTMLContent interface (bug 276959). r+sr=jst. 2005-01-12 19:45:38 +00:00
bzbarsky%mit.edu
6e03c5f591 Adding regression test. 2005-01-12 08:36:17 +00:00
dbaron%dbaron.org
9db368a6af Bug 272151: reorganize files within layout, r+sr=roc 2004-12-08 19:41:48 +00:00
neil%parkwaycc.co.uk
2ab7153f7e Bug 267302 Views should be created by the view manager r+sr=roc 2004-11-04 15:06:50 +00:00
darin%meer.net
189ba5e5c4 eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg 2004-11-01 18:50:36 +00:00
bzbarsky%mit.edu
6d088112bb Adding regression tests from bug 264914 2004-10-31 01:31:46 +00:00
bzbarsky%mit.edu
ed338d8e70 Adding testcases from bug 263406 to regression tests. 2004-10-27 05:41:59 +00:00
bzbarsky%mit.edu
35ff7aa297 Remove tests that use popup windows. Not part of build. 2004-10-21 06:02:06 +00:00
bzbarsky%mit.edu
55245a2fb1 Remove test that uses a MIME type we don't support. Not part of build. 2004-10-21 05:55:01 +00:00
bzbarsky%mit.edu
21f479e581 Fix incorrect filename. Not part of build. 2004-10-21 04:40:59 +00:00
bmlk%gmx.de
92a261b558 formcontrol testcases that exhibit various maxElementWidth scenarios, not part of any build 2004-08-19 15:32:40 +00:00
peterv%propagandism.org
8d23023aab Backout part of the fix for bug 27382 to try to undo Tp regression. 2004-08-10 16:16:58 +00:00
peterv%propagandism.org
45682cc199 Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). r/sr=jst. 2004-08-10 10:22:36 +00:00
bryner%brianryner.com
5c02a6978c Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc 2004-07-31 23:15:21 +00:00
cbiesinger%web.de
3506522cc6 Bug 252468 Remove outdated autostretch attribute from the tree
patch by Simon Paquet <bugzilla@babylonsounds.com> r=neil rs=bz
2004-07-29 18:25:42 +00:00
gerv%gerv.net
6b54b1cbc5 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-07-16 19:30:11 +00:00
peterv%propagandism.org
a7908e751a Fix for bug 236408 (deCOMtaminate nsINodeInfoManager). r=caillon, sr=jst. 2004-06-25 12:26:02 +00:00
timeless%mozdev.org
766d404cfe Bug 240947 use content instead of _content
r=neil sr=dveditz
2004-06-24 23:44:05 +00:00
roc+%cs.cmu.edu
0f4150a4e5 Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2004-06-17 00:13:25 +00:00
roc+%cs.cmu.edu
cab775b57b Backing out 233441. 2004-05-17 16:29:13 +00:00
roc+%cs.cmu.edu
e0fe2b43bd Bug 233441. Make nsViewManager always have a root view, you can't change it. r+sr=dbaron 2004-05-06 03:17:14 +00:00
roc+%cs.cmu.edu
d1170ac0a9 Bug 226439. Convert layout to EqualsLiteral and EqualsASCII. r+sr=dbaron 2004-04-30 13:23:43 +00:00
gerv%gerv.net
708b56cff4 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 14:30:37 +00:00
bmlk%gmx.de
ae2b4deb7d layout regression tests for table background not part of any build 2004-03-23 19:16:24 +00:00
dbaron%dbaron.org
0abbef8fe3 Add tests for bug 199673. 2004-03-10 00:31:23 +00:00
sicking%bigfoot.com
fc084e0c73 Bug 236620: kill nsIContent::CanContainChildren
r/sr=jst
2004-03-06 00:22:03 +00:00
sicking%bigfoot.com
17ca2df349 Bug 232016: Kill SetHTMLAttribute and do minor cleanups in .foo -> set/getAttribute("foo") mapping code.
r=peterv sr=jst
2004-02-24 23:55:18 +00:00
jshin%mailaps.org
e36a7933da bug 224595 : use de/encodeURI(Component) instead of escape/unescape (extra patch) : r=neil, sr=bryner 2004-02-19 11:13:29 +00:00
timeless%mozdev.org
7d9a0a9d38 Bug 231789 Make ParseCSS more tinderbox friendly
r=bz sr=dbaron
2004-02-19 09:49:47 +00:00
sicking%bigfoot.com
d5a23a72e6 Bug 232706: Remove unneccesary datatypes from nsHTMLValue and cleanup AttributeToString.
r=caillon sr=jst
2004-02-11 00:38:12 +00:00