jst%netscape.com
9886f61c7b
Add DOM Range error codes.
2000-05-06 13:50:39 +00:00
jst%netscape.com
7673c27ca3
DOM Level 2 exception updates.
2000-05-06 13:35:53 +00:00
waterson%netscape.com
3a3b744651
Bug 34623. Add 'rebuild()' API to XUL elements.
2000-05-05 23:39:59 +00:00
jst%netscape.com
f2c84f284b
Checking in DOM JS glue and stub implemetation for getComputedStyle().
2000-05-03 13:03:17 +00:00
jst%netscape.com
04667519c6
Adding header for the DOM Level 2 interface ViewCSS, not used yet.
2000-05-03 12:30:05 +00:00
nisheeth%netscape.com
7e37fb4356
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
2e5aeec95e
Hooking up window.getSelection() to return a selection object.
2000-04-28 14:02:29 +00:00
jst%netscape.com
c0e9a8a365
Removing files that must be in another directory.
2000-04-26 14:11:07 +00:00
jst%netscape.com
af8646bbb5
Landing DOM Level 2 CSS and Views interfaces and implementation.
2000-04-26 13:58:56 +00:00
jst%netscape.com
63bf1a14ea
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
995a110196
Adding new files to the makefiles, not part of the normal build.
2000-04-26 12:17:05 +00:00
jst%netscape.com
9789279b47
Adding new DOM Level 2 interfaces, not part of the build yet.
2000-04-26 00:43:24 +00:00
jst%netscape.com
df1742f34d
Adding new DOM Level 2 interfaces, not part of the build yet.
2000-04-26 00:38:08 +00:00
jst%netscape.com
b99a57af4b
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
16543967f8
Adding new DOM Level 2 CSS interfaces MediaList and StyleSheetList, not part of the build yet.
2000-04-26 00:27:59 +00:00
joki%netscape.com
bbb0086bfe
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
jst%netscape.com
9fc5b3a994
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
65686de7fb
Updating the DOM interface CSSStyleDeclaration to DOM Level 2.
2000-04-20 13:50:56 +00:00
jst%netscape.com
65013f77f6
Adding CSSValue interface, not part of the build yet.
2000-04-20 11:07:16 +00:00
pinkerton%netscape.com
4a35c96f6d
Adding top and left to screen object.
2000-04-20 01:59:24 +00:00
pinkerton%netscape.com
c794e77872
Adding top and left because they are not always at 0,0.
2000-04-20 01:58:36 +00:00
pinkerton%netscape.com
412c7b250a
Adding screen.top and screen.left
2000-04-20 01:57:16 +00:00
jst%netscape.com
b28d0d6298
Updating the DOM interfaces HTMLFormElement and HTMLOptionElement to DOM Level 2.
2000-04-18 23:00:58 +00:00
jst%netscape.com
a4ce9e598d
Updating the HTMLObjectElement interface to DOM Level 2.
2000-04-18 22:57:42 +00:00
jst%netscape.com
d563ed28aa
Adding DOM Level 2 interface definitions for AbstractView and DocumentView, not part of the build.
2000-04-18 17:07:52 +00:00
mccabe%netscape.com
71eac1e422
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
6dd854c7e8
adding reason to notification
2000-04-14 23:03:16 +00:00
mjudge%netscape.com
aab121da58
new spi addition for reason for notification
2000-04-14 23:02:51 +00:00
mjudge%netscape.com
9aad98b95a
added new parameters to NotifySelectionlisteners
2000-04-14 11:27:59 +00:00
mjudge%netscape.com
d72a90e1cb
new api more details on notification
2000-04-14 11:27:22 +00:00
jst%netscape.com
5cd69c3154
Update the DOM interface to DOM Level 2, only stubs so far.
2000-04-13 21:21:02 +00:00
sfraser%netscape.com
46d55f87a5
Adding methods to NSHTMLInputElement to allow control of the selection from JS.
2000-04-13 05:02:35 +00:00
sfraser%netscape.com
932121c8e2
Adding methods to nsHTMLNSInputElement to support getting/setting the selection from JS. Also added a textLength attribute.
2000-04-13 04:50:59 +00:00
ducarroz%netscape.com
245059c4ee
Remove the old autocomplete widget which is now replaced by the XBL one (xpfe/components/autocomplete). R=alecf.
2000-04-13 04:50:39 +00:00
hyatt%netscape.com
878a4d9d58
Fixing an XBL event handling bug and a menu shortcut bug. r=brendan, a=leaf
2000-04-06 22:32:36 +00:00
jst%netscape.com
059979d5e5
Eliminating the last traces of NS_COMFALSE from the DOM code, fixes M15 bug #11594 .
2000-04-05 02:40:08 +00:00
jst%netscape.com
44d3c72ca2
Updating the DOM Attr interface to match the DOM Level 2 spec. r=waterson@netscape.com
2000-04-03 13:40:04 +00:00
jst%netscape.com
94e684ba9d
Updating the interfaces Document and HTMLDocument to comply with DOM Level 2, only stubs for new methods for now.
2000-04-02 17:46:30 +00:00
jst%netscape.com
ae22dfeb8b
Updating HTMLFrameElement and HTMLIFrameElement to comply with the Level 2 DOM, this adds a 'contentDocument' attribute to those two interfaces that can be used to access the document contained in the frame.
2000-04-02 14:04:19 +00:00
jst%netscape.com
9f4e5b9940
Updating the DOM Node interface to match the DOM Level 2 interface, only stub implemetations so far.
2000-04-01 13:31:23 +00:00
tbogard%aol.net
a154678139
Changed nsPIDOMWindow::GetXPConnectObject to GetObjectProperty and the same change to Set.
2000-03-31 09:26:02 +00:00
tbogard%aol.net
092d752c7a
Removed the nsIDOMWindow::GetXPConnectObject, AddXPConnectObject, and RemoveXPConnectObject methods. This feature can be done through properties or through nsPIDOMWindow::GetXPConnectObject.
2000-03-31 06:59:30 +00:00
tbogard%aol.net
f382be7ec2
Removed GetDocShell from nsPIDOMWindow as it can be retrieved using nsIScriptGlobalObject. Added SetXPConnectObject and GetXPConnectObject which hooks up or retrieves an xpconnect object to a property on the dom window. Removed some old XXXEMBEDDING comments as they were wrong. The old methods on nsIDOMWindow for adding and getting an object now call through to the property code. Those methods will soon be removed.
2000-03-31 03:33:49 +00:00
hyatt%netscape.com
ca3c35c57d
Enhancements to nsIScriptcontext. r=brendan@mozilla.org
2000-03-29 01:18:21 +00:00
akkana%netscape.com
1b96eaa6ca
9266: Disable JS in the editor (and allow for disabling it anywhere). r=brendan,jband,norris,sfraser
2000-03-28 00:15:56 +00:00
norris%netscape.com
4eb52aa84b
Fix
...
32088 Circumventing Same Origin security policy using javascript: URLs
32040 about: can't be link
Also remove deprecated method
r=mstoltz
2000-03-24 22:15:37 +00:00
tbogard%aol.net
572cbf3733
Provided implementation for GetXPConnectObject, AddXPConnectObject and RemoveXPConnectObject. Changed RemoveXPConnectObject to only take the id since taking the pointer as well was useless. Also fixed an error in nsGlobalWindow.cpp with signed against unsigned of string lengths.
2000-03-24 00:11:48 +00:00
norris%netscape.com
593a12b912
Fix bug 32904 Asserts at startup in nsScriptSecurityManager.cpp
...
r=mstoltz
2000-03-23 23:42:46 +00:00
hyatt%netscape.com
eed6f05955
Adding a couple of props.
2000-03-23 22:20:34 +00:00
hyatt%netscape.com
88438460a7
XUL <textfield> lives!
2000-03-23 22:17:37 +00:00