tague%netscape.com
|
353d857fed
|
Added clause and selection support for Input Methods. Fixes bug #8639, #8459, #6989, #7824
|
1999-06-29 20:31:22 +00:00 |
|
tague%netscape.com
|
ca31701108
|
Added clause range and selection support for Input Methods.
|
1999-06-29 20:30:42 +00:00 |
|
scc%netscape.com
|
4973918df6
|
Added |GetIID()|
|
1999-06-29 20:28:56 +00:00 |
|
valeski%netscape.com
|
02e4b13a9a
|
NECKO build fix. added proper args to nsIWebShell::Reload().
|
1999-06-28 12:31:56 +00:00 |
|
warren%netscape.com
|
fbc735f510
|
Last of the necko ifdefs. Now we link with necko.
|
1999-06-28 10:35:57 +00:00 |
|
mcafee%netscape.com
|
e140d3c2d3
|
BeOS changes
|
1999-06-27 09:34:52 +00:00 |
|
mcafee%netscape.com
|
9004f2c1df
|
BeOS changes
|
1999-06-27 09:28:16 +00:00 |
|
danm%netscape.com
|
b4fcbcd0b1
|
added 'content' property to JS window
|
1999-06-26 21:48:29 +00:00 |
|
warren%netscape.com
|
15272e93b7
|
More necko changes. Changed nsIPluginTagInfo2::GetDocumentBase to copy string.
|
1999-06-23 19:55:21 +00:00 |
|
warren%netscape.com
|
89b9ded2af
|
Necko changes.
|
1999-06-23 06:12:02 +00:00 |
|
warren%netscape.com
|
1f76168d21
|
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
|
1999-06-23 03:29:44 +00:00 |
|
davidm%netscape.com
|
1669f6172b
|
Bring window to the front before giving it focus
|
1999-06-22 03:11:15 +00:00 |
|
sfraser%netscape.com
|
0cfa2606ff
|
Preliminary fix for 8555; JS contexts not properly cleaned up on window close.
|
1999-06-19 22:18:52 +00:00 |
|
sfraser%netscape.com
|
358bd7c116
|
Lots of leak fixing.
|
1999-06-19 22:15:14 +00:00 |
|
valeski%netscape.com
|
e23b3c673c
|
NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061.
|
1999-06-18 17:34:08 +00:00 |
|
beard%netscape.com
|
6605e55ca3
|
bug #5352: navigator.javaEnabled() now returns false if the "security.enable_java" preference is undefined, which it is if the "Advanced" preferences dialog has never been run, or you're running under viewer.
a=chofmann, r=vidur
|
1999-06-16 23:40:41 +00:00 |
|
pollmann%netscape.com
|
77b957c693
|
Bug 2195: select[n] == select.options[n], new idlc-generated glue for nonstandard DOM interface
|
1999-06-16 05:20:00 +00:00 |
|
pollmann%netscape.com
|
ba5f073a74
|
Bug 2195: select[n] == select.options[n], new nonstandard DOM interface
|
1999-06-16 05:15:30 +00:00 |
|
pollmann%netscape.com
|
e2a75f1d5d
|
Bug 2195: select[n] == select.options[n], new header for nonstandard DOM interface
|
1999-06-16 05:02:21 +00:00 |
|
waterson%netscape.com
|
3309c5b828
|
Remove Window.Equals() hack.
|
1999-06-16 02:06:48 +00:00 |
|
danm%netscape.com
|
c8c8b90335
|
fix hidden virtual function bustage
|
1999-06-16 00:14:04 +00:00 |
|
pollmann%netscape.com
|
e335d3d54f
|
Bug 2195: Make select[n] == select.options[n] (idlc bugfix courtesy of Vidur)
|
1999-06-15 23:41:30 +00:00 |
|
vidur%netscape.com
|
4864fdaa6a
|
More graceful handling of the orphaned window case.
|
1999-06-15 03:25:41 +00:00 |
|
vidur%netscape.com
|
de45c1e44d
|
Changed reference counting rules for nsGlobalWindow - now its JSObject maintains a reference to it. The root for the global JSObject is now removed in SetWebShell when we're going away. Lots of null checks so that standalone global window doesn't crash.
|
1999-06-15 03:17:11 +00:00 |
|
beard%netscape.com
|
a9efb9dc76
|
bug #7018: conditionally initializing LiveConnect classes only if Java is truly enabled.
|
1999-06-14 06:41:09 +00:00 |
|
vidur%netscape.com
|
e43183b897
|
Added confirm and prompt to window object.
|
1999-06-11 23:57:25 +00:00 |
|
vidur%netscape.com
|
51f68b19fb
|
JS_GetPrivate calls now go through a nsJSUtils wrapper that checks up the prototype chain. This is useful for applets where the JSClass instance is set as the proto of the LiveConnect-generated object.
|
1999-06-11 22:38:35 +00:00 |
|
vidur%netscape.com
|
f51c4ade16
|
Fixes for bug 927. JS timer code can deal with the window closing in a timer callback. NamedItem gets called for unknown integer property values as well. Added nsCOMPtr generation option to idlc. Fixed warnings in generated code.
|
1999-06-11 21:49:41 +00:00 |
|
davidm%netscape.com
|
3aead0a8dd
|
Bug 1877 implimented some of the screen object functions
|
1999-06-11 21:19:24 +00:00 |
|
sfraser%netscape.com
|
8f1f1f50fe
|
Add stubs for range and selection interfaces
|
1999-06-11 18:57:54 +00:00 |
|
danm%netscape.com
|
ce860be60f
|
adding show/hide support for interior chrome and menubars
|
1999-06-10 01:27:47 +00:00 |
|
danm%netscape.com
|
d9c9adbd3d
|
add Bar properties to DOMWindow
|
1999-06-09 19:04:18 +00:00 |
|
danm%netscape.com
|
65be2563be
|
adding domwindow barproperty object
|
1999-06-09 18:59:04 +00:00 |
|
hyatt%netscape.com
|
3c9cbf513e
|
Altering the args for createPopup.
|
1999-06-09 08:36:06 +00:00 |
|
hyatt%netscape.com
|
81885da6d4
|
Altering the idl for createPopup.
|
1999-06-09 08:25:07 +00:00 |
|
joki%netscape.com
|
25aab9fee5
|
Fixing event coordinates to give screen based info. Also fixing direct reference to frames via their names.
|
1999-06-09 07:38:26 +00:00 |
|
hyatt%netscape.com
|
58cba873bf
|
More content model tweaks.
|
1999-06-09 05:45:15 +00:00 |
|
hyatt%netscape.com
|
2ae117dc39
|
Woo woo. Focus implementation.
|
1999-06-08 21:58:55 +00:00 |
|
joki%netscape.com
|
7e2352ba3a
|
Adding new method to nsIDOMNSUIEvent to give event pos as range offset.
|
1999-06-08 02:19:26 +00:00 |
|
waterson%netscape.com
|
b71ffc7f9d
|
Add Equals() method to Window class to support comparison of XPConnect-wrapped nsIDOMWindow and idlc Window.
|
1999-06-07 07:16:01 +00:00 |
|
danm%netscape.com
|
d4a7918972
|
removing nsIDOMSelection.h and nsIDOMSelectionListener.h: these have been moved to ../range
|
1999-06-04 03:50:48 +00:00 |
|
akkana%netscape.com
|
b0031e0a99
|
Vidur's initial implementation of Insert HTML Fragment
|
1999-06-03 22:38:38 +00:00 |
|
alecf%netscape.com
|
a221e30fdf
|
export DOM XPIDL stubs on windows
|
1999-06-03 22:16:57 +00:00 |
|
warren%netscape.com
|
c777f81791
|
Left over from mozilla/base/src.
|
1999-06-03 21:50:54 +00:00 |
|
ducarroz%netscape.com
|
31cd360b8c
|
First Checked In.
|
1999-06-03 20:57:17 +00:00 |
|
waterson%netscape.com
|
d6f990755a
|
Remove dependency from clobber rule.
|
1999-06-03 20:48:13 +00:00 |
|
waterson%netscape.com
|
4287b83347
|
Single public include directory on Win32.
|
1999-06-03 18:34:27 +00:00 |
|
alecf%netscape.com
|
ffdede6d64
|
add DOM XPIDL stubs so that we can pass these DOM objects through XPConnect
(the stubs are needed to associate interface names with IIDs)
|
1999-06-03 04:36:19 +00:00 |
|
jband%netscape.com
|
56cfb667a4
|
notify xpconnect before destroying a JSContext
|
1999-06-01 02:43:41 +00:00 |
|
hyatt%netscape.com
|
cfd6d1f384
|
Adding the focus tracker to the XUL document.
|
1999-05-28 20:24:58 +00:00 |
|