Commit Graph

987 Commits

Author SHA1 Message Date
hyatt%netscape.com
87650f51b9 r=ben, same as prev checkin 2000-09-08 10:02:00 +00:00
sfraser%netscape.com
7e6c98de52 Removed an nsIAtom* that was never initialized or used, but NS_RELEASED. Found in the build warnings. r=jag. 2000-09-08 01:25:10 +00:00
pinkerton%netscape.com
1f5bbf0ea1 use NS_LITERAL_STRING 2000-09-07 23:18:38 +00:00
pinkerton%netscape.com
5cbffb2b65 using NS_LITERAL_STRING 2000-09-07 23:12:41 +00:00
dveditz%netscape.com
2ff9437de0 Turning on JS strict option in debug builds, a/r=brendan, bug 50645 2000-09-07 10:51:59 +00:00
hyatt%netscape.com
4677305721 Ensuring that column header cells don't also persist accidentally (along with the columns themselves. r=ben 2000-09-07 08:42:49 +00:00
hyatt%netscape.com
abc29e3936 Fix for 51263. r=ben 2000-09-07 08:26:03 +00:00
hyatt%netscape.com
9d8e03414c C++ fixes for 51263, r=joki 2000-09-07 08:18:11 +00:00
bryner%uiuc.edu
e29926f20a Fixing 42109 (again) - I missed a case on my first attempt. r=disttsc@bart.nl. 2000-09-07 05:49:04 +00:00
disttsc%bart.nl
3c25610d65 Make nsXULElement inherit directly from nsXMLElement and remove dead internal code ((Get|Set)NameSpacePrefix from nsIXMLContent.h, nsIXULContent.h, nsXMLElement.h, nsGenericXMLElement.(h|cpp) and nsXULElement.(h|cpp). Hints & tips by jst (thanks!), r=jst, a=brendan. 2000-09-06 20:39:29 +00:00
dbaron%fas.harvard.edu
cfceba7dca Change uses of CSS properties not part of the CSS2 spec to use -moz- prefix. b=3935
Fix some CSS errors found with CSS parser error reporting, with Ben's approval.
2000-09-06 02:17:26 +00:00
jband%netscape.com
f9a5b20560 commenting out dead code that was giving us a useless warning 2000-09-05 20:20:34 +00:00
hyatt%netscape.com
1bb5fdc4fc loadBindingdoc, r=ben 2000-09-05 07:29:01 +00:00
bryner%uiuc.edu
30b37c9413 Making it so everyone doesn't get my debugging output spam. 2000-09-05 04:05:06 +00:00
bryner%uiuc.edu
25f69ad484 Fixing bug 50058 - too many onSelect firings. r=hyatt. 2000-09-02 18:59:39 +00:00
Peter.VanderBeken%pandora.be
d41d21ad60 Fix XSLT hooks (Preparation for bug #42228). r=jst@netscape.com, a=waterson@netscape.com. 2000-09-02 15:35:19 +00:00
vidur%netscape.com
e153192875 Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
bryner%uiuc.edu
16729fbbbb Protecting against setting an invalid current item on the tree. Prep work
for 47795.  r=hyatt.
2000-09-01 01:07:18 +00:00
bryner%uiuc.edu
e596018a21 Fixing 50554 - keep the tree in a consistent state while removing its content.
This is prep work for 47795.  Also fixes chatzilla crash.  r=waterson.
2000-08-31 02:39:48 +00:00
jst%netscape.com
ca738093f5 Fixing nsbeta3+ bug 48213 and most of bug 48161. Finally removing the temporary DOM Level 2 debugging code, cleaning out some unused code and making getAttribute and setAttribute on HTML elemensts case insensitive. r=vidur@netscape.com, waterson@netscape.com 2000-08-31 00:36:31 +00:00
waterson%netscape.com
c9db7beab8 Bug 50499. Fix FMM that was caused by DOM string changes. r=bruce 2000-08-30 04:21:06 +00:00
waterson%netscape.com
a5a55e573d Try to fix AIX build bustage... 2000-08-30 04:07:56 +00:00
waterson%netscape.com
4de3aaabdb Bug 46134. Support >1 value in attribute substitution. r=rjc 2000-08-30 01:00:02 +00:00
nisheeth%netscape.com
b65a3881e0 - Fix for nsbeta3+ bug 10292: ID attribute information is passed up from the parser to the content sink and into the node info objects associated with content objects. nsIXMLContent now inherits from nsIStyledContent which allows
authors to use ID selectors to target elements in an XML document.

- Checking in a P3P related patch to the pres shell, html document, and xml document from Tom Lendacky (toml@us.ibm.com)
2000-08-30 00:35:43 +00:00
hyatt%netscape.com
48f021d058 Adjust tooltip offset. r=ben 2000-08-29 09:56:34 +00:00
hyatt%netscape.com
e8381a76bf XBL fix for walling off style (46505). r=ben 2000-08-29 03:08:35 +00:00
vidur%netscape.com
a6fa8885ba Fix for bug 43902. The DOM glue now streamlines the Get/SetProperty methods for the window class. Window.location and title and document.title are now part of the idlc interfaces, rather than special-cased. r=jst@netscape.com 2000-08-29 00:14:23 +00:00
beard%netscape.com
81b015f6c9 GetElementAt(), QueryInterface() -> QueryElementAt(). r=waterson 2000-08-26 05:30:45 +00:00
hyatt%netscape.com
1be9efcce5 Fix for 50044, 47861, 47471, r=ben 2000-08-25 07:01:53 +00:00
bryner%uiuc.edu
520d624f7c Fixing bug 42109 - make sure to set the current item to something sane when it's deleted. r=hyatt. 2000-08-24 06:14:45 +00:00
saari%netscape.com
0494f09298 make sure to return a value in all code paths from FireFocusOnTargetContent... gave VC5 a headache 2000-08-24 04:00:12 +00:00
cltbld%netscape.com
5a988f63a5 Fixing solaris, AGAIN. jst,mcafee 2000-08-23 22:26:35 +00:00
jst%netscape.com
9abec73fbe DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc 2000-08-23 17:27:06 +00:00
hyatt%netscape.com
4069c7f384 Fix for 49150, r=ben 2000-08-23 07:18:58 +00:00
hyatt%netscape.com
34392727b5 fix for 49835, r=danm 2000-08-22 22:53:46 +00:00
warren%netscape.com
e05eef45e9 Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan 2000-08-22 07:03:33 +00:00
mstoltz%netscape.com
ea5d41851a Fixing 41876 r=hyatt, also 48724, 49768, and crasher in nsBasePrincipal.cpp, r=jtaylor 2000-08-22 02:06:52 +00:00
rjc%netscape.com
456f4c8a43 Fix bug # 35022: slow bookmark operations. r=waterson 2000-08-22 00:44:07 +00:00
hyatt%netscape.com
5de7262960 49012 fix, r=danm 2000-08-21 22:23:15 +00:00
warren%netscape.com
e12f238589 Bug 46864 - Embedding needs a name attribute on nsIRequest. 2000-08-21 08:23:54 +00:00
saari%netscape.com
48dcaa1bbd Fix for nsbeta3+ 48838; context menus now set focus before coming up. r=hyatt 2000-08-20 00:29:24 +00:00
scc%mozilla.org
cca6f9e011 fixing code that relied on implicit string construction 2000-08-19 22:46:00 +00:00
hyatt%netscape.com
f224002e62 Fix for 48187, r=danm 2000-08-17 22:44:01 +00:00
hyatt%netscape.com
24b71cc743 First-stage fix for dogfood bug 49012. r=ben 2000-08-17 08:11:11 +00:00
hyatt%netscape.com
62efdcb050 Fix for 45248, r=ben 2000-08-16 08:14:01 +00:00
alecf%netscape.com
1f1df4833b fix a bunch of UMRs r=syd
(no bug but I needed these to get my purify build going)
2000-08-16 07:39:38 +00:00
waterson%netscape.com
f7e7ca5d51 Bug 44480. Demote 'width' and 'height' attributes from NSDocument to NSHTMLDocument and XULDocument; make nsHTMLDocument's implementation use the <body> element's frame (instead of the <html> element's frame) to determine metrics. r=jst 2000-08-16 01:04:52 +00:00
hyatt%netscape.com
1ec75c7bd1 Fix that is needed for 46719, r=ducarroz,ben 2000-08-16 00:42:13 +00:00
waterson%netscape.com
2dd8f2d2a0 Bug 48086. Be sure to update XUL document's ID-to-element map when removing generated content. r=rjc 2000-08-14 21:46:04 +00:00
hyatt%netscape.com
d4a7097905 Linux linux linux... will we ever teach you how comptrs work? 2000-08-12 09:00:25 +00:00