Commit Graph

1661 Commits

Author SHA1 Message Date
peterl%netscape.com
9a7d3f32e2 tweaks to css loader handling 1999-05-26 23:59:00 +00:00
peterl%netscape.com
e1efc3ec2f use css loader to load css sheets
better css handling
1999-05-26 23:58:06 +00:00
peterl%netscape.com
4672a0483f fixed ref counting of global atoms 1999-05-26 23:56:57 +00:00
peterl%netscape.com
6c150bc6c8 sync to nsIStyledContent API change 1999-05-26 23:55:49 +00:00
peterl%netscape.com
f548cec11d changed cascading code to include rules from children
added rule cascade per media
1999-05-26 23:55:12 +00:00
peterl%netscape.com
9267dbe981 better handling of CR/LF after escapes 1999-05-26 23:53:39 +00:00
peterl%netscape.com
19b2396eb8 better handling of bad @imports 1999-05-26 23:53:16 +00:00
peterl%netscape.com
87f3c44c23 added load agent sheet
added support for non-blocking inline sheets
1999-05-26 23:52:37 +00:00
peterl%netscape.com
2554ffcd57 added Clearmedia 1999-05-26 23:51:42 +00:00
peterl%netscape.com
116f0fa814 added drop doc reference
added load agent sheet
added usage notes
1999-05-26 23:51:25 +00:00
peterl%netscape.com
3cf97be519 drop doc reference on CSS loader 1999-05-26 23:50:26 +00:00
peterl%netscape.com
08474e20a1 made inline style sheet non-blocking
fixed processing of link type ("rel")
fixed handling of mime type
1999-05-26 23:49:33 +00:00
peterl%netscape.com
ebca23e89f prepped MapAttributeInto for use with table cells too 1999-05-26 23:48:19 +00:00
peterl%netscape.com
4608d13850 sync to nsIStyledContent API change
add table style rule to table cell
1999-05-26 23:47:19 +00:00
peterl%netscape.com
dc4edd9b35 sync to nsIStyledContent API change 1999-05-26 23:46:45 +00:00
peterl%netscape.com
dee7ea6722 added assertion to resolve style 1999-05-26 23:44:56 +00:00
peterl%netscape.com
f645149863 changed style rule API to use array 1999-05-26 23:44:32 +00:00
peterl%netscape.com
7d7fd6b8dd tweaks to CSS loader usage 1999-05-26 23:42:29 +00:00
bruce%cybersight.com
a1fec4bd14 Fix a free memory mismatch. 1999-05-26 22:53:12 +00:00
jfrancis%netscape.com
54c1e78d86 fixed dom range gravity error 1999-05-26 22:28:04 +00:00
ftang%netscape.com
00bbff0921 fix bug 6740. approved by christ hofmann 1999-05-25 02:30:03 +00:00
hyatt%netscape.com
cec22bc0a9 Better fix for 6746. 1999-05-25 00:29:55 +00:00
waterson%netscape.com
6f5bf2a2cb More bug 6823. Add comments to keep this problem from happening again. 1999-05-21 21:23:04 +00:00
waterson%netscape.com
f9c59fc979 More bug 6823. Need to have a GetIID() on nsIEventListenerManager. 1999-05-21 21:22:02 +00:00
hyatt%netscape.com
602abf226d Fix for the regression described in bug 6823. 1999-05-21 19:27:02 +00:00
vidur%netscape.com
559f090ed0 Fix for bug 4050 - problem with HTMLSelectElement::Add(). Fix reviewed by Eric Pollmann and approved by CYeh. 1999-05-20 21:50:14 +00:00
hyatt%netscape.com
c271fcc389 No manifest file was included for this directory. ^%&#^%&#@$ 1999-05-20 09:13:00 +00:00
hyatt%netscape.com
5cca8d81b3 Fixes for bugs 6746 and 6747. Approved by chofmann@netscape.com. 1999-05-20 06:39:37 +00:00
mscott%netscape.com
a6bc6e1c60 Back out ftang's changes to fix show stopper on mailnews: Bug #6740. Right now mailnews is helpless without backing this out. 1999-05-20 03:23:44 +00:00
rjc%netscape.com
5f33c29784 Fix Unix bustage on previous checking for bug # 6778. 1999-05-20 01:55:37 +00:00
rjc%netscape.com
c03e43cdb3 Fix bug # 6778. Reviewed by sdagley, approved by chofmann. The fix consists of checking the proper default namespace on attributes (instead of using the XUL namespace), and adding a XUL template in for the bookmarks panel in the sidebar. 1999-05-20 01:21:20 +00:00
joki%netscape.com
6d01924c3c Partial fix for 3289, reduce number of repaints/reflow when mousing over toolbar buttons. A:chofmann 1999-05-19 23:28:18 +00:00
harishd%netscape.com
267334286a Fix for bug#6716. For handling multiple <BODY> tags in a document.
(R) rickg, (A) chofmann
1999-05-19 22:10:30 +00:00
hyatt%netscape.com
95a6b34717 Fix for bug 5911. 1999-05-19 08:26:21 +00:00
rjc%netscape.com
457caa5821 Apply Scott Putterman's fix for XUL sorting. 1999-05-19 05:30:25 +00:00
waterson%netscape.com
80334ce89a Implement nsIDOMNSDocument properly. Factor logic for createElement & createElementWithNamespace. 1999-05-19 04:28:40 +00:00
pollmann%netscape.com
86300d4555 Bug 3187: Add frame notification on option creation and destruction. 1999-05-19 03:46:25 +00:00
pollmann%netscape.com
51d7059098 Bug 3187: Adding an IndexOf method to nsOptionList. We'll use this in the option constructor and destructor (1 of 3) 1999-05-19 01:11:48 +00:00
pollmann%netscape.com
649f177e75 Enabling SIZE attribute change for selects. 1999-05-19 01:03:02 +00:00
pollmann%netscape.com
d5254251fc Enabling MULTIPLE attribute change for selects. 1999-05-19 00:59:06 +00:00
pollmann%netscape.com
b59d699ad1 Enabling cols and rows attribute change for framesets. (1 of 3) 1999-05-19 00:34:56 +00:00
ftang%netscape.com
f5709e3ef9 get charset information from nsIWebShell to implement META charset reload 1999-05-19 00:24:41 +00:00
peterl%netscape.com
84323aa520 fix mac, better whitespace after escape handling 1999-05-19 00:18:30 +00:00
peterl%netscape.com
9bc56b4862 fixed ambiguous cast for nsCOMPtr on linux 1999-05-19 00:05:40 +00:00
joki%netscape.com
71e96012a3 Breaking nsIDOMEvent out into nsIDOMEvent and nsIDOMUIEvent. 1999-05-18 23:51:04 +00:00
vidur%netscape.com
03fcf403b3 Fix for bug 3387. document.opened pages now get the URL of their source document. 1999-05-18 23:44:55 +00:00
peterl%netscape.com
ef63b400f9 added css loader support 1999-05-18 23:16:26 +00:00
peterl%netscape.com
0b7d088e69 added css loader 1999-05-18 23:15:10 +00:00
peterl%netscape.com
16dd98d7c6 added clone & insert child support
added drag-n-drop pseudo support
1999-05-18 23:14:29 +00:00
peterl%netscape.com
509b511681 fixed escape parsing 1999-05-18 23:13:27 +00:00