vidur%netscape.com
|
bb1650ee77
|
Added CreateElementWithNameSpace to proprietary document interface. Fixed GetTagName for HTML to uppercase tag names. Hooked up style rule addition and deletion to reconstruct frames. Fixed DOM generation problem
|
1999-03-10 01:17:49 +00:00 |
jfrancis%netscape.com
|
05bff338bd
|
fixed refcounting bugs
|
1999-03-09 19:21:30 +00:00 |
jfrancis%netscape.com
|
9ccfd6ca94
|
fixed refcounting bugs plus a little cleanup
|
1999-03-09 19:21:04 +00:00 |
jfrancis%netscape.com
|
7ea09100f6
|
bug fixes + changing broken "dont_QueryInterface" additions to "do_QueryInterface"
|
1999-03-08 01:20:02 +00:00 |
scc%netscape.com
|
31ff626ae9
|
rename |IID()| --> |GetIID()|
|
1999-03-03 19:48:57 +00:00 |
brade%netscape.com
|
a08b6b708b
|
reduce compiler warnings on Macintosh by adding comparison in loop (around assignments)
|
1999-03-03 14:50:41 +00:00 |
joki%netscape.com
|
c401b7142e
|
Adding new tab handling and focus support.
|
1999-03-02 19:19:24 +00:00 |
vidur%netscape.com
|
5c71c0ce21
|
Fixed MAP elements to conform to HTML 4.0. Hooked up attribute changes for MAP, AREA and ANCHOR elements. Added RECONSTRUCT_ALL as a style hint for attribute changes. Modified nsCSSFrameConstructor's ReconstructFrame to only reconstruct the document element hierarchy.
|
1999-03-01 16:57:35 +00:00 |
rods%netscape.com
|
372194e11f
|
Change it to do a QueryInterface, is this right?
|
1999-03-01 15:27:55 +00:00 |
mcafee%netscape.com
|
20a05193e2
|
Backing out my last change, breaks Win32 & Mac.
|
1999-03-01 10:57:20 +00:00 |
mcafee%netscape.com
|
2d410263b9
|
Adding do_QueryInterface() wrapper for nsCOMPtr/Solaris.
|
1999-03-01 10:32:14 +00:00 |
jfrancis%netscape.com
|
9b46187134
|
made iterators bidirectional; lots of bug fixes; finished subtree iterator impl.
|
1999-03-01 08:17:18 +00:00 |
peterl%netscape.com
|
6cc2958942
|
added content state changed
|
1999-02-27 07:15:09 +00:00 |
peterl%netscape.com
|
7cd4cd92c4
|
added CalcStyleDifference
|
1999-02-27 07:11:42 +00:00 |
peterl%netscape.com
|
c0cf7cb253
|
added content state changed
removed ua sheet from dump style
|
1999-02-27 07:11:04 +00:00 |
hyatt%netscape.com
|
76b33e035d
|
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
|
4a28dcfe2b
|
fixed up operator new usage
|
1999-02-26 20:02:06 +00:00 |
kipp%netscape.com
|
cfa5bbce41
|
Fixed remaining issues with operator new/delete
|
1999-02-26 19:26:29 +00:00 |
kipp%netscape.com
|
ca244c5661
|
Removed dependency on static constructors
|
1999-02-26 17:12:16 +00:00 |
kipp%netscape.com
|
9adee56599
|
Implement operator delete properly; removed dependency on static constructor
|
1999-02-26 17:03:18 +00:00 |
troy%netscape.com
|
8dfabdf1a8
|
Changed GetNextInFlow() and GetPrevInFlow() to be pointer arguments and
not references
|
1999-02-24 04:48:08 +00:00 |
troy%netscape.com
|
55d2703151
|
Added CreateContinuingFrame() function to frame construction code
|
1999-02-24 04:03:50 +00:00 |
vidur%netscape.com
|
6cf6986695
|
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
|
3642da81a5
|
Cleaned up nsICollection and nsIEnumerator. Broke out nsIBidirectionalEnumerator. Added ISupportsArray enumerator. Cleaned nsISupportsArray.
|
1999-02-23 08:10:24 +00:00 |
ftang%netscape.com
|
fbebe3feca
|
add S/GetLineBreaker to nsIDocument.h. Reviewed by kipp and waterson
|
1999-02-23 03:31:26 +00:00 |
mjudge%netscape.com
|
b45a295339
|
Fixing nsCOMPtr misusage.
|
1999-02-22 19:06:48 +00:00 |
mcafee%netscape.com
|
390dea2f05
|
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
|
fd53f70412
|
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
|
babefe5414
|
Solaris: mIsDone is a PRBool, that means use PR_FALSE or PR_TRUE.
|
1999-02-19 01:41:03 +00:00 |
scc%netscape.com
|
ab59e4df7a
|
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 |
kipp%netscape.com
|
10ed4226e9
|
Removed usage of GetAutoMarginSize
|
1999-02-18 03:24:58 +00:00 |
danm%netscape.com
|
80dc7af313
|
changed nsCOMPtr comparison operators to explicitly use get(). part of nsCOMPtr carpool.
|
1999-02-17 04:39:22 +00:00 |
mcafee%netscape.com
|
3ece48d719
|
Adding do_QueryInterface() wrapper for nsCOMPtr carpool. r=scc a=sar
|
1999-02-17 02:08:00 +00:00 |
jfrancis%netscape.com
|
1f0604e40f
|
new content subtree iterator
|
1999-02-16 15:48:13 +00:00 |
jfrancis%netscape.com
|
f8e62db214
|
replaced IsNodeInsideRange() with CompareNodeToRange()
|
1999-02-16 15:46:37 +00:00 |
jfrancis%netscape.com
|
17ecef61e9
|
Replaced IsNodeInsideRange() with CompareNodeToRange() and also removed forward class declarations to make VC5 happy
|
1999-02-16 15:43:28 +00:00 |
buster%netscape.com
|
17a29c2230
|
changed some forward class declarations to #include of the class
declaration. These classes are used in nsCOMPtr's, and
VC 5.0 needs the full class declaration to compile.
|
1999-02-15 16:26:04 +00:00 |
jfrancis%netscape.com
|
142e6503b2
|
I wish VC++ would give me a @#$*&^#! break.
|
1999-02-14 12:51:29 +00:00 |
jfrancis%netscape.com
|
51b5ee7434
|
some (NULL != nsCOMPtr<Foo>'s) snuck thru - VC++ no like. I don't like 'em either.
|
1999-02-14 11:14:55 +00:00 |
jfrancis%netscape.com
|
6db0bb5c14
|
VC++ not hip to mixing goto's with automatics that have contructor/destructors.
|
1999-02-14 10:18:20 +00:00 |
jfrancis%netscape.com
|
bce33616de
|
ground work for new content subtree iterator
|
1999-02-14 09:15:13 +00:00 |
jfrancis%netscape.com
|
18894a69ca
|
nsCOMPtr conversion plus some new utility functions
|
1999-02-14 09:14:50 +00:00 |
troy%netscape.com
|
59520aa119
|
Fixed some compile errors using nsCOMPtr
|
1999-02-12 18:15:02 +00:00 |
kipp%netscape.com
|
5a554d526e
|
COMized nsIPresShell and nsIPresContext
|
1999-02-12 17:45:58 +00:00 |
jfrancis%netscape.com
|
4918559f5d
|
divorce from nsIEnumerator
|
1999-02-12 08:20:40 +00:00 |
peterl%netscape.com
|
8d65d14ec2
|
changed all html atoms to lower case
|
1999-02-12 06:19:07 +00:00 |
jfrancis%netscape.com
|
8ccb052a1b
|
XPCOMified the content iterator; fixed some bugs in DeleteRange()
|
1999-02-12 05:28:46 +00:00 |
jfrancis%netscape.com
|
1e5b102dee
|
XPCOMified nsContentIterator; added it to layout factory CreateInstance code
|
1999-02-12 05:28:12 +00:00 |
jfrancis%netscape.com
|
10ea728eb2
|
fixing iid collision with simon
|
1999-02-12 04:39:21 +00:00 |
jfrancis%netscape.com
|
d5d4efaef9
|
First Checked In.
|
1999-02-12 04:28:29 +00:00 |