waterson%netscape.com
083b26da8d
Bugs 46134. Use caret ('^') character to concatenate text. Fix nsPromiseSubstring usage. r=rjc. Bug 46686. Update container attrs *before* we nuke the bestmatch. r=rjc
2000-09-12 23:12:40 +00:00
blizzard%redhat.com
2e743c0f75
fix for bug #51778 . Hand a provider to the directory service. This should get regchrome working again. r=dougt a=brendan
2000-09-11 19:13:27 +00:00
hyatt%netscape.com
87650f51b9
r=ben, same as prev checkin
2000-09-08 10:02:00 +00:00
dbaron%fas.harvard.edu
3ae3b5bf23
Make idlc run correctly in an objdir build. This taints the srcdir, but that's the way idlc is supposed to work.
...
Make idlc-generated files not be made executable.
r=jst,cls
Not part of the build (used only by people making DOM idl changes)
2000-09-08 01:59:22 +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
ccarlen%netscape.com
b77e163d2c
Use nsIDirectoryService instead of nsIFileLocations - bug #38626
r=hyatt
2000-09-07 13:06:28 +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
rjc%netscape.com
a8c526ae23
Fix bug # 45966 and bug # 51324: need to escape file URLs. r=me
2000-09-06 01:33:01 +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
rjc%netscape.com
85a442b4d8
Have FSDS tell nsIFile's to be less eager... shouldn't resolve aliases on Mac, for example. Preparation for additional work by ccarlsen. r=me
2000-09-05 00:15:22 +00:00
scc%mozilla.org
2217def002
fixing up comparison ambiguities for old gcc
2000-09-03 22:45:50 +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
scc%mozilla.org
256fb2fdda
fixing code that relied on implicit string construction
2000-09-02 05:30:35 +00:00
bryner%uiuc.edu
03e0588595
Checking in the idlc-generated version of this file to go along with vidur's nsIDOMWindow API change. r=vidur.
2000-09-02 01:12:37 +00:00
vidur%netscape.com
c7a24147fa
Part of fix for bug 46861. Modified idlc generated header file, but forgot to change the idl itself. Doh! r=pollmann
2000-09-01 22:01:33 +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
87a69226ec
Make the filesystem datasource understand file extensions. Bug 47795 (rdf
...
filepicker). r=rjc.
2000-09-01 01:08:23 +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
waterson%netscape.com
788fcedb92
Bug 50381. Avoid writing invalid RDF/XML if we can't get a service; avoid trying to write the file at all if we're in XPCOM shutdown. r=rjc
2000-08-30 00:57:59 +00:00
waterson%netscape.com
890dc87c1e
Bug 50548. Handle 4th form of [6.12]. r=rjc
2000-08-30 00:55:46 +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
1d77f5008c
Fix for 50668. r=dprice
2000-08-29 22:10:49 +00:00
hyatt%netscape.com
48f021d058
Adjust tooltip offset. r=ben
2000-08-29 09:56:34 +00:00
hyatt%netscape.com
ef6474d1ff
43220. r=ben
2000-08-29 08:07:22 +00:00
hyatt%netscape.com
165bb579a5
Checking 46330 fix back in. r=ben
2000-08-29 07:07:46 +00:00
mscott%netscape.com
ccae14bc01
back out chrome registry changes to fix smoketest machines that are crashing when launching viewer
2000-08-29 05:49:18 +00:00
hyatt%netscape.com
e8381a76bf
XBL fix for walling off style (46505). r=ben
2000-08-29 03:08:35 +00:00
hyatt%netscape.com
b70d7b5233
Fix for 46330. r=ben
2000-08-29 02:30:07 +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
waterson%netscape.com
0e97eca377
Bug 48486. Fuse allocation of LiteralImpl objects; get rid of nsAutoString member. r=scc
2000-08-26 06:43:09 +00:00
beard%netscape.com
81b015f6c9
GetElementAt(), QueryInterface() -> QueryElementAt(). r=waterson
2000-08-26 05:30:45 +00:00
ben%netscape.com
490234ee27
48205
2000-08-26 03:20:44 +00:00
warren%netscape.com
9abf1e4644
Fixed case where chrome selection was failing because the package wasn't yet installed.
2000-08-25 22:51:10 +00:00
hyatt%netscape.com
1be9efcce5
Fix for 50044, 47861, 47471, r=ben
2000-08-25 07:01:53 +00:00