fur
2dc7ca8700
Conversion to a primitive now results in a string value, even with a
...
hint of JSTYPE_NUMBER. This is a case that nobody cares about, but it's
used in a LiveConnect test case.
Added more registered Java packages for reduced server-roundtrips. Also,
loosened restrictions on accessing unregistered packages under "java" and
some of the other packages, in case Sun or somebody adds a "java.fooBar"
package.
1998-06-24 05:47:46 +00:00
fur
7299ccee3d
Allow closures when the JS version is JSVERSION_DEFAULT.
1998-06-24 05:37:44 +00:00
fur
107042b6e2
Fix bug in which leaving the JS version as JSVERSION_DEFAULT would return
...
all enumerated property names as strings, as was the case in JS1.1, instead
of the modern (>=JS1.2) behavior of allowing either string or integer property
names.
1998-06-24 05:36:46 +00:00
troy
9419e27a89
Some incremental reflow changes
1998-06-24 04:38:52 +00:00
troy
fb859a6264
Work around for the case where a content change notification has
...
no corresponding frame in the frame hierarchy
1998-06-24 04:37:11 +00:00
fur
fe558e38b1
Ignore generated files
1998-06-24 03:18:48 +00:00
fur
4b16c6c9b3
Files moved to liveconnect/macbuild subdir
1998-06-24 03:09:57 +00:00
beard
7980119fd9
Updated Mac build instructions.
1998-06-24 02:44:30 +00:00
beard
d9cfd25007
Turned off LIVECONNECT for default case.
1998-06-24 02:25:36 +00:00
beard
34a5003453
Made JavaSession stuff conditional on LIVECONNECT.
1998-06-24 02:24:58 +00:00
beard
2ea1c49ef3
First Checked In.
1998-06-24 02:20:45 +00:00
beard
9fb7d1cfd6
builds standalone JS shell, without LiveConnect.
1998-06-24 02:15:02 +00:00
atotic
0e217c8401
More compile fixes
1998-06-24 01:45:16 +00:00
atotic
b7130723d3
More defines for Raptor
1998-06-24 01:45:00 +00:00
atotic
8fd260481b
More project fixes
1998-06-24 01:44:20 +00:00
atotic
839a796540
Making it compile on the Mac
1998-06-24 01:43:10 +00:00
atotic
f125653c3e
First Checked In.
1998-06-24 01:41:16 +00:00
atotic
5eb78b56ad
Making it compile & run....
1998-06-24 01:37:58 +00:00
atotic
475b627351
Fixed the following Mac compile error:
Error : inconsistent linkage: 'extern' object redeclared as 'static'
nsNetService.cpp line 292 {
1998-06-24 01:17:51 +00:00
buster
9605fb0d2f
now tables with precent width nested within tables with auto width work
1998-06-24 00:40:33 +00:00
brade
fd871c0903
first pass at #122807
1998-06-24 00:34:50 +00:00
joki
099a11128b
Focus method modification for editor.
1998-06-24 00:30:41 +00:00
joki
3ce17a3724
Adding editor mode to the viewer
1998-06-24 00:29:00 +00:00
brade
435b8d9ff2
[clu] #72864 ; reviewed brade; approved don.
changed the icon resource number in Selection Contains Link dialog.
1998-06-24 00:06:36 +00:00
jgellman
44df31dc35
added empty file on tip before adding to branch
1998-06-23 23:41:03 +00:00
norris
45b1f46a82
(Not part of Communicator build)
...
Fix warning for unspecified prototype.
1998-06-23 23:28:36 +00:00
buster
aca4c96fbe
lots of nested tables look much better
...
misc. nav4 compatibility enhancements
added the ability to QueryInterface for some specific table frame types
1998-06-23 23:23:21 +00:00
vidur
06bea111ad
Removed old files nsIScriptObject.h nsIDOMIterators.h and nsDOM.h
1998-06-23 22:51:07 +00:00
troy
0ba0825eb4
Initialized mColLayoutData to nsnull
1998-06-23 22:45:26 +00:00
fur
594df93250
Allow NULL name argument for JS_NewFunction()
1998-06-23 22:40:24 +00:00
karnaze
3074df2576
named <iframe>s, scrolling attribute, more complete test9.html
1998-06-23 22:25:28 +00:00
jgellman
12f927e293
adding empty files on the tip before adding them on the branch
1998-06-23 22:03:06 +00:00
jgellman
f2cbc9767b
adding empty files on the tip before adding real ones on the branch
1998-06-23 21:57:32 +00:00
joki
8b17a8489f
Slight change to nsGUIEvent struct internals
1998-06-23 21:54:43 +00:00
jgellman
a0f1cd9499
adding empty files on tip before adding the real ones on the branch
1998-06-23 21:54:06 +00:00
joki
e820a618d7
Event handling additions for DOM suport. Adding additional event pathway through HandleDOMEvent
1998-06-23 21:53:02 +00:00
joki
32e4f28196
Modifications to event listener interfaces.
1998-06-23 21:51:30 +00:00
joki
5ca1fc75a7
Change order of event handling to go children then view, not view then children.
1998-06-23 21:50:30 +00:00
kmcclusk
aff0aba569
Added code to fix reference counting and destroy widgets when their refcount goes to 0
1998-06-23 21:48:41 +00:00
rods
f4b63536f5
Initial checkin
1998-06-23 21:19:12 +00:00
rods
435573468e
Last few changes to make everything work.
1998-06-23 21:18:43 +00:00
fur
974947c4ce
Print java error messages even when netscape.javascript classes
...
are not accessible.
1998-06-23 21:11:37 +00:00
norris
b0e98631f4
(Not part of Communicator build)
...
Fix 111202 ECMA: division and modulo operator special cases (/ %)
Another instance of the MSVC NaN == 0 bug.
1998-06-23 20:53:12 +00:00
vidur
e25cc5bd2b
Added js dependency
1998-06-23 19:11:22 +00:00
vidur
c0313715e4
Changed over to asynchronous image loading
1998-06-23 18:49:06 +00:00
rpotts
1d2f55011f
Made the destructors on some XPCOM objects virtual (and protected) to make sure everything gets cleaned up...
1998-06-23 18:44:06 +00:00
vidur
c0e592da07
Separated scripting global object responsibilities from the WebWidget. Added better masking of JS-specific structures in generic interfaces. Creation of a scripting global object interface.
1998-06-23 18:43:49 +00:00
vidur
b5f413930d
Added autogeneration of XPCOM headers and JavaScript stub classes. Added better masking of JS-specific structures in generic interfaces. Creation of a scripting global object interface.
1998-06-23 18:43:06 +00:00
rpotts
58123235cc
Some reference counting to make things go away...
1998-06-23 18:40:18 +00:00
rpotts
ee995a6cc6
Keep a global reference to the Image Manager to prevent it from being deleted.
1998-06-23 18:38:33 +00:00