Граф коммитов

3148 Коммитов

Автор SHA1 Сообщение Дата
clu 0c76f80bdd #145304 and #145305; reviewed by saari; approved by scc. added two fields in CEDTableContain to prefill rows and cols. 1998-06-24 15:46:15 +00:00
clu 59d46e1df8 #145304 and #145305; reviewed by sarri; approved by scc. fixed table format dialog so that it pre-fills rows and cols. Also fixed the crashing bug caused by hitting enter, return, or escape. 1998-06-24 15:42:47 +00:00
fur 988bea1d98 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 35236c8aeb Allow closures when the JS version is JSVERSION_DEFAULT. 1998-06-24 05:37:44 +00:00
fur b68f47ddfe 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 69e26c8efd Some incremental reflow changes 1998-06-24 04:38:52 +00:00
troy a45125c78c 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 735aabc1a1 Ignore generated files 1998-06-24 03:18:48 +00:00
fur 86f7a56ad9 Files moved to liveconnect/macbuild subdir 1998-06-24 03:09:57 +00:00
beard 78c1f66d2d Updated Mac build instructions. 1998-06-24 02:44:30 +00:00
beard 15366060ea Turned off LIVECONNECT for default case. 1998-06-24 02:25:36 +00:00
beard 1c6783c5ef Made JavaSession stuff conditional on LIVECONNECT. 1998-06-24 02:24:58 +00:00
beard 7aac32d9fa First Checked In. 1998-06-24 02:20:45 +00:00
beard da6fe2cab8 builds standalone JS shell, without LiveConnect. 1998-06-24 02:15:02 +00:00
atotic f273ea873b More compile fixes 1998-06-24 01:45:16 +00:00
atotic ce1f83230f More defines for Raptor 1998-06-24 01:45:00 +00:00
atotic 777858f597 More project fixes 1998-06-24 01:44:20 +00:00
atotic d94e3bda6c Making it compile on the Mac 1998-06-24 01:43:10 +00:00
atotic 1fe21f0dd7 First Checked In. 1998-06-24 01:41:16 +00:00
atotic 3911cad53a Making it compile & run.... 1998-06-24 01:37:58 +00:00
atotic e9bb3fe74f 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 ff9c9a022a now tables with precent width nested within tables with auto width work 1998-06-24 00:40:33 +00:00
brade 0e72d67899 first pass at #122807 1998-06-24 00:34:50 +00:00
joki f6afd51fa4 Focus method modification for editor. 1998-06-24 00:30:41 +00:00
joki 495c3dea7d Adding editor mode to the viewer 1998-06-24 00:29:00 +00:00
brade 6e360ddc26 [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 e4f547e0bf added empty file on tip before adding to branch 1998-06-23 23:41:03 +00:00
norris d7e232a7cd (Not part of Communicator build)
Fix warning for unspecified prototype.
1998-06-23 23:28:36 +00:00
buster 722a46b983 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 acc6822d4b Removed old files nsIScriptObject.h nsIDOMIterators.h and nsDOM.h 1998-06-23 22:51:07 +00:00
troy c51219818e Initialized mColLayoutData to nsnull 1998-06-23 22:45:26 +00:00
fur 9c6c9f3755 Allow NULL name argument for JS_NewFunction() 1998-06-23 22:40:24 +00:00
karnaze ea5cd1554d named <iframe>s, scrolling attribute, more complete test9.html 1998-06-23 22:25:28 +00:00
jgellman 78b59b5c6e adding empty files on the tip before adding them on the branch 1998-06-23 22:03:06 +00:00
jgellman 1a3485ed94 adding empty files on the tip before adding real ones on the branch 1998-06-23 21:57:32 +00:00
joki 37c4fa095e Slight change to nsGUIEvent struct internals 1998-06-23 21:54:43 +00:00
jgellman 8cd886dcaa adding empty files on tip before adding the real ones on the branch 1998-06-23 21:54:06 +00:00
joki ad7c15864e Event handling additions for DOM suport. Adding additional event pathway through HandleDOMEvent 1998-06-23 21:53:02 +00:00
joki 9374c4bd49 Modifications to event listener interfaces. 1998-06-23 21:51:30 +00:00
joki 280ccd82b0 Change order of event handling to go children then view, not view then children. 1998-06-23 21:50:30 +00:00
kmcclusk b3711ca216 Added code to fix reference counting and destroy widgets when their refcount goes to 0 1998-06-23 21:48:41 +00:00
rods d838634cd2 Initial checkin 1998-06-23 21:19:12 +00:00
rods 30d13c53e0 Last few changes to make everything work. 1998-06-23 21:18:43 +00:00
fur f79184c1a5 Print java error messages even when netscape.javascript classes
are not accessible.
1998-06-23 21:11:37 +00:00
norris 5e3ef1a221 (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 ca8463d4f8 Added js dependency 1998-06-23 19:11:22 +00:00
vidur f3e2e64df2 Changed over to asynchronous image loading 1998-06-23 18:49:06 +00:00
rpotts 106f7e3330 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 142d2feb86 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 f2cccbb1e0 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