sfraser%netscape.com
89e7b47748
Add null check, to save crash when closing a window.
2000-05-01 21:51:11 +00:00
nisheeth%netscape.com
fa1d77063b
1) Added support for loading an XML document "out of band" from script and manipulating it via dom interfaces.
...
2) Fixed compile errors in XSL glue code that happened after the recent nsString landing by scc.
3) Added a check for a null URI before de-referencing it in nsCodeBasePrincipal.cpp.
2000-05-01 06:58:53 +00:00
jst%netscape.com
956a193562
Hooking up window.getSelection() to return a selection object.
2000-04-28 14:02:29 +00:00
hyatt%netscape.com
774fb00011
Fix crash on dynamic skin switch.
2000-04-28 06:17:47 +00:00
scc%netscape.com
259a746cfb
making string conversions explicit
2000-04-27 20:29:56 +00:00
brendan%mozilla.org
f2203f5ca6
Add TraceMalloc* native methods; allow multiple log files per site file.
2000-04-27 04:02:22 +00:00
jst%netscape.com
3d960393a0
Trying to fix build bustage.
2000-04-26 14:43:10 +00:00
jst%netscape.com
468a70d967
Removing files that must be in another directory.
2000-04-26 14:11:07 +00:00
jst%netscape.com
ee1f821853
Landing DOM Level 2 CSS and Views interfaces and implementation.
2000-04-26 14:05:36 +00:00
jst%netscape.com
3625709458
Landing DOM Level 2 CSS and Views interfaces and implementation.
2000-04-26 13:58:56 +00:00
brade%netscape.com
3a4f05ea65
add/remove files for jst (+dom/src/base/nsJSAbstractView.cpp, +dom/src/coreDOM/nsJSDocumentStyle.cpp, +dom/src/coreDOM/nsJSDocumentView.cpp, +dom/src/coreDOM/nsJSMediaList.cpp, +dom/src/coreDOM/nsJSStyleSheetList.cpp, +dom/src/css/nsJSCSSRuleList.cpp, -dom/src/coreDOM/nsJSStyleSheetCollection.cpp, -dom/src/css/nsJSCSSStyleRuleCollection.cpp)
2000-04-26 13:57:45 +00:00
jst%netscape.com
922ccbe1ad
Adding headers for new DOM Level 2 interfaces to the build, not used yet.
2000-04-26 12:30:42 +00:00
jst%netscape.com
994b21c647
Adding new files to the makefiles, not part of the normal build.
2000-04-26 12:17:05 +00:00
jst%netscape.com
52e7c296f0
Checking in DOM JS glue code for new DOM Level 2 interfaces, not part of the build yet.
2000-04-26 01:00:40 +00:00
jst%netscape.com
0b240f10f7
Checking in DOM JS glue code for new DOM Level 2 interfaces, not part of the build yet.
2000-04-26 00:55:05 +00:00
jst%netscape.com
c98751cf14
Adding new DOM Level 2 interfaces, not part of the build yet.
2000-04-26 00:43:24 +00:00
jst%netscape.com
f6c98ef45f
Adding new DOM Level 2 interfaces, not part of the build yet.
2000-04-26 00:38:08 +00:00
jst%netscape.com
15f654e7ea
Adding new DOM Level 2 CSS interfaces CSSRuleList and CSSCharsetRule, not part of the build yet.
2000-04-26 00:32:52 +00:00
jst%netscape.com
262a6ef3fe
Adding new DOM Level 2 CSS interfaces MediaList and StyleSheetList, not part of the build yet.
2000-04-26 00:27:59 +00:00
scc%netscape.com
99535de185
making string conversions explicit
2000-04-25 08:10:43 +00:00
tbogard%aol.net
35a28493d6
Instead of getting the interface off the treeowner, do a GetInterface off the docShell to get a prompter.
2000-04-24 05:00:34 +00:00
joki%netscape.com
3851e31b9f
fixes for 5995, 7304, 10573, 22832, and 9668.
...
Changes to event handling to deal with reentrant events, cursor fixes, and return value fixes.
2000-04-24 04:41:27 +00:00
cls%seawood.org
33edc21c9c
General cleanup of the shared library rules.
...
Quick fix for bug #36844 .
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk. Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
ftang%netscape.com
9bbe9a03ae
change the dump code to dump in UTF8 so we can reduce unnecessary assertion when we turn on nsString
...
data corruption code
2000-04-21 21:46:36 +00:00
jst%netscape.com
62495e6102
Regenerating the DOM JS glue now that idlc knows about the new nsString API's, also updated nsGlobalWindow.cpp to use the new API.
2000-04-21 21:36:26 +00:00
jst%netscape.com
ac84f92a46
Teaching idlc about the new nsString API.
2000-04-21 21:29:19 +00:00
danm%netscape.com
0fa27c4638
allowed windows with position specified to also specify size. deuglified some braces. couldn't help myself. bug 36219
2000-04-21 21:28:25 +00:00
pinkerton%netscape.com
2b1e668eb5
Moving Screen API away from individual attributes for performance reasons (stage 1). Fixes bugs on win32 with xul popups where taskbar is not at bottom of screen.
2000-04-21 06:55:13 +00:00
warren%netscape.com
8929701aaa
Bug 34217. Making js protocol not clear window when it returns no result.
2000-04-21 05:18:15 +00:00
scc%netscape.com
e246b96586
making string conversions explicit
2000-04-21 02:35:42 +00:00
jst%netscape.com
9967398bf2
Updating the DOM interface CSSStyleDeclaration to DOM Level 2.
2000-04-20 13:50:56 +00:00
brade%netscape.com
9369bcd1db
add nsJSCSSValue.cpp for jst
2000-04-20 13:48:39 +00:00
jst%netscape.com
b059fa0e79
Adding CSSValue interface, not part of the build yet.
2000-04-20 11:07:16 +00:00
pinkerton%netscape.com
e85106dba6
Adding top and left to screen object because they're not always at 0,0 and
...
availTop and availLeft aren't good enough for all cases.
2000-04-20 02:00:55 +00:00
pinkerton%netscape.com
f6035639b0
Adding top and left to screen object.
2000-04-20 01:59:24 +00:00
pinkerton%netscape.com
8e5c88d19c
Adding top and left because they are not always at 0,0.
2000-04-20 01:58:36 +00:00
pinkerton%netscape.com
2718e4f048
Adding screen.top and screen.left
2000-04-20 01:57:16 +00:00
jst%netscape.com
1fdafb43e4
Updating the DOM interfaces HTMLFormElement and HTMLOptionElement to DOM Level 2.
2000-04-18 23:00:58 +00:00
jst%netscape.com
304122a1dc
Updating the HTMLObjectElement interface to DOM Level 2.
2000-04-18 22:57:42 +00:00
jst%netscape.com
eb15553b5b
Fixing bug #25359 , accessing mimetypes by name wasn't implemented, now it is. r=av@netscape.com
2000-04-18 22:08:05 +00:00
jst%netscape.com
c899913a24
Adding DOM Level 2 interface definitions for AbstractView and DocumentView, not part of the build.
2000-04-18 17:07:52 +00:00
scc%netscape.com
7e868737a5
making string conversions explicit
2000-04-17 14:30:23 +00:00
scc%netscape.com
767ae4861e
making string conversions explicit
2000-04-15 19:03:12 +00:00
mccabe%netscape.com
b5188c5d2d
Fix logic to fall through to stderr-printing code.
2000-04-15 03:40:48 +00:00
jband%netscape.com
8867cad436
fixing bustage
2000-04-15 02:50:22 +00:00
mccabe%netscape.com
4537a69b81
Modify nsIScriptGlobalObjectOwner::ReportScriptError to take an nsIScriptError interface, rather than separate message, file, line arguments.
...
Fix implementations and their callers, and restore error printing to stderr even when the error is successfully logged to the console service, to make life easier for people who go to the trouble to invoke Mozilla with -console.
2000-04-15 01:56:47 +00:00
mjudge%netscape.com
5c6387af01
new reason for notification
2000-04-14 23:03:57 +00:00
mjudge%netscape.com
f932d997b6
adding reason to notification
2000-04-14 23:03:16 +00:00
mjudge%netscape.com
6a50a5a300
new spi addition for reason for notification
2000-04-14 23:02:51 +00:00
mjudge%netscape.com
df3d3cc91d
added new parameters to notification
2000-04-14 11:28:55 +00:00