peterl%netscape.com
|
0864f69c78
|
added CSS3 pseudo classes
|
1999-02-27 07:14:33 +00:00 |
|
peterl%netscape.com
|
65be83c9dd
|
added CSS3 UI pseudo classes
|
1999-02-27 07:14:13 +00:00 |
|
peterl%netscape.com
|
6ded9b5abe
|
set document before adding attributes
|
1999-02-27 07:13:48 +00:00 |
|
peterl%netscape.com
|
3f8df31e5d
|
switched state change notifications to use ContentStateChanged
|
1999-02-27 07:12:38 +00:00 |
|
peterl%netscape.com
|
716fdea6b7
|
added CalcStyleDifference
|
1999-02-27 07:11:42 +00:00 |
|
peterl%netscape.com
|
ba5f08e24c
|
added content state changed
removed ua sheet from dump style
|
1999-02-27 07:11:04 +00:00 |
|
peterl%netscape.com
|
46c784a7db
|
added == operator for style sides
|
1999-02-27 07:09:40 +00:00 |
|
hyatt%netscape.com
|
70a4c0ce9d
|
Modified HTML content's QueryInterface macro to supported nsIStyledContent.
|
1999-02-27 01:36:41 +00:00 |
|
hyatt%netscape.com
|
375ee1d8f5
|
Changed GetID, HasClass, and GetClasses so that they are invoked on styledContent
instead of htmlContent.
|
1999-02-27 01:35:51 +00:00 |
|
hyatt%netscape.com
|
e29262df04
|
Changed GetInlineStyleRule so that it is invoked on styledContent instead
of htmlContent.
|
1999-02-27 01:35:25 +00:00 |
|
hyatt%netscape.com
|
06368ef067
|
Changed GetContentStyleRule so that it is invoked on styledContent instead
of htmlContent.
|
1999-02-27 01:34:55 +00:00 |
|
hyatt%netscape.com
|
927493e52a
|
Removing the CLASS, ID, and STYLE-specific methods. They are now in
nsIStyledContent (from which nsIHTMLContent now derives).
|
1999-02-27 01:32:49 +00:00 |
|
hyatt%netscape.com
|
271401155d
|
The nsIStyledContent interface. Removes CLASS, ID, and STYLE support (as well
as the ability to supply style hints) from nsIHTMLContent.
|
1999-02-27 01:31:01 +00:00 |
|
kipp%netscape.com
|
960bc34221
|
fixed up operator new usage
|
1999-02-26 20:02:06 +00:00 |
|
kipp%netscape.com
|
760dc4af42
|
Fixed remaining issues with operator new/delete
|
1999-02-26 19:26:29 +00:00 |
|
kipp%netscape.com
|
2eee855f3b
|
Support entities (bug #3112)
|
1999-02-26 17:13:51 +00:00 |
|
kipp%netscape.com
|
a757e2efbe
|
Cleaned up operator new and delete
|
1999-02-26 17:13:10 +00:00 |
|
kipp%netscape.com
|
cc779556f7
|
Removed dependency on static constructors
|
1999-02-26 17:12:16 +00:00 |
|
kipp%netscape.com
|
8e83b73c68
|
Fixed up operator new and delete
|
1999-02-26 17:09:35 +00:00 |
|
kipp%netscape.com
|
63f4abfd18
|
Implement operator delete properly; removed dependency on static constructor
|
1999-02-26 17:03:18 +00:00 |
|
waterson%netscape.com
|
c1fa9721d0
|
Bug 3302. Fixed DOM calls to effect (more or less) the right change on the content model, modulo Bug 3275. This was causing asserts to fire whenever you called SetAttribute().
|
1999-02-26 03:02:19 +00:00 |
|
waterson%netscape.com
|
7dc1429c56
|
Improved SplitAttribute() to return kNameSpaceID_None if it finds a tag but can't determine the namespace.
|
1999-02-26 02:09:48 +00:00 |
|
vidur%netscape.com
|
b15aacfeb3
|
Made style reresolution propogate down to the bullet frames for list items. Added list related attribute tests.
|
1999-02-25 19:14:35 +00:00 |
|
waterson%netscape.com
|
ab8c628386
|
Improved tag matching so that it doesn't assume XUL namespace. Added nsIXMLContent methods in anticipation of someday getting real namespace scoping right. See http://bugzilla.mozilla.org/show_bug.cgi?id=3275 for more info.
|
1999-02-25 17:15:57 +00:00 |
|
hyatt%netscape.com
|
15eef1e48f
|
Fixes to getElementsByTagName to avoid returning nodes that aren't elements.
|
1999-02-25 02:58:11 +00:00 |
|
vidur%netscape.com
|
6803ad7f1b
|
XML books test case (not part of the build so don't shoot me).
|
1999-02-25 02:26:53 +00:00 |
|
troy%netscape.com
|
47cbdb1e9d
|
Added frame type atoms for several table frame classes
|
1999-02-24 05:54:31 +00:00 |
|
troy%netscape.com
|
eb48a80e30
|
Added nsLayoutAtoms::textFrame
|
1999-02-24 05:33:40 +00:00 |
|
troy%netscape.com
|
03c5c1f520
|
Changed GetNextInFlow() and GetPrevInFlow() to be pointer arguments and
not references
|
1999-02-24 04:48:08 +00:00 |
|
waterson%netscape.com
|
bc0bd2e68a
|
Fixed some refcounting bugs with atoms.
|
1999-02-24 04:46:47 +00:00 |
|
kipp%netscape.com
|
08258b786c
|
Fixed crash bug where unitialized index would sometimes crash; also increment index in loop so that it terminates
|
1999-02-24 04:34:54 +00:00 |
|
troy%netscape.com
|
da0991df28
|
Added CreateContinuingFrame() function to frame construction code
|
1999-02-24 04:03:50 +00:00 |
|
hyatt%netscape.com
|
790a8f48ef
|
Fixing the case of the ID atom (it should have been lower case).
|
1999-02-24 02:58:47 +00:00 |
|
hyatt%netscape.com
|
9f0be779bd
|
Fixing the multiple observer crash.
|
1999-02-24 02:18:35 +00:00 |
|
waterson%netscape.com
|
c60c67adc4
|
Made sure to add a named reference to the event handlers. a=sar%netscape.com for checkin during closed tree.
|
1999-02-24 00:01:26 +00:00 |
|
kipp%netscape.com
|
bb34e891d8
|
Latest snapshot using linux version of the tools
|
1999-02-23 19:38:50 +00:00 |
|
vidur%netscape.com
|
93609d0604
|
Added nsIStyleSheetLinkingElement interface and implemented it for LINK and STYLE elements. Got attribute modifications for lists and list items working (including correct renumbering of lists when attribute values change).
|
1999-02-23 19:18:12 +00:00 |
|
warren%netscape.com
|
01dd4f0ed6
|
Cleaned up nsICollection and nsIEnumerator. Broke out nsIBidirectionalEnumerator. Added ISupportsArray enumerator. Cleaned nsISupportsArray.
|
1999-02-23 08:10:24 +00:00 |
|
ftang%netscape.com
|
02b8de88ba
|
add S/GetLineBreaker to nsIDocument.h. Reviewed by kipp and waterson
|
1999-02-23 03:31:26 +00:00 |
|
hyatt%netscape.com
|
3ec6d9980a
|
Touched the files auto-generatedb y the IDL. Also implemented getElementByAttribute
for documents and for elements.
|
1999-02-23 02:40:51 +00:00 |
|
mjudge%netscape.com
|
642c6f7d87
|
Fixing nsCOMPtr misusage.
|
1999-02-22 19:06:48 +00:00 |
|
hyatt%netscape.com
|
a1739b9b8a
|
Implementing event handlers on XUL nodes.
|
1999-02-20 01:59:45 +00:00 |
|
evaughan%netscape.com
|
91eb54570b
|
Added a new XUL TitledButtonFrame
|
1999-02-19 18:23:02 +00:00 |
|
scc%netscape.com
|
b8df1ed8b0
|
updated for nsCOMPtr; owners should check my changes to see if they agree with my choices for |do_QueryInterface| vs |dont_QueryInterface|
|
1999-02-19 02:56:00 +00:00 |
|
mcafee%netscape.com
|
65b910addc
|
Solaris needs newline at end of file.
|
1999-02-19 02:43:26 +00:00 |
|
mcafee%netscape.com
|
024d71b7d8
|
Fixing return types and swtich to proper PR_TRUE/PR_FALSE types. r=akkana@netscape.com
|
1999-02-19 02:32:58 +00:00 |
|
mcafee%netscape.com
|
8f769f292e
|
Fixing return types and swtich to proper PR_TRUE/PR_FALSE types. r=akkana@netscape.com
|
1999-02-19 02:03:23 +00:00 |
|
mcafee%netscape.com
|
42b7604d15
|
Solaris: mIsDone is a PRBool, that means use PR_FALSE or PR_TRUE.
|
1999-02-19 01:41:03 +00:00 |
|
troy%netscape.com
|
b236facd7f
|
Added pseudo style for 'page' element
|
1999-02-19 00:53:09 +00:00 |
|
scc%netscape.com
|
5f8d7aa381
|
updated for nsCOMPtr (no implicit construction from raw pointers) owners should check that they agree with my choices for |dont_QueryInterface|, |do_QueryInterface| and |dont_AddRef|
|
1999-02-18 23:55:10 +00:00 |
|