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

3173 Коммитов

Автор SHA1 Сообщение Дата
gagan 17437a3d71 Not is the build yet. 1998-06-25 05:44:21 +00:00
spider ff4477a14e once again runs under unix. 1998-06-25 05:39:02 +00:00
spider da6cb28eba once again runs under linux. 1998-06-25 05:37:54 +00:00
spider edc069a0e5 fixed build errors. 1998-06-25 04:59:17 +00:00
michaelp ec4811f612 added init() method to prescontext.
creator of prescontext is responsible for initializing pres context.
devicecontext is now init()ed with a nsNativeWidget.
removed hacky X Display stuff from device context and font metrics.
removed hacky code from windows font metrics.
changed nsNativeWindow to be nsNativeWidget.
added more code for compositor back-to-front pass.
improved text performance on X.
changed nsHTMLTagContent.cpp so that it will build with MSVC 4.1.
1998-06-25 04:24:45 +00:00
michaelp 6d041ea3be fixed build. 1998-06-25 03:25:22 +00:00
timm cae720aad9 change to use images instead of text 1998-06-25 03:16:42 +00:00
timm cd600c8c3e new images 1998-06-25 03:16:03 +00:00
mccabe 7553565194 Fix to 187537. The 'assign' hack was interacting with the 'shell
command' hack - the resolver defined by js.c would get called to look
up 'assign' - and on Irix systems, it would find the 'assign' command
in the current path, and decide to define a function called 'assign'
in the global object that would run the assign command.  Then when an
attempt was made to assign a property to the global object, the assign
command would get run, and unexpected behavior followed.
1998-06-25 02:07:13 +00:00
jevering d9e6c7d786 Added the new debug file. 1998-06-25 01:58:55 +00:00
jevering 7ce72412ad Removed parser's knowledge of the Parser Debugger.
The Parser debugger has been moved out and renamed to DTDDebugger since this actually what it is doing.
I cant totally remove the DTDDebugger parameter passed to the parser under the DTD creation is somehow moved from the parser.
1998-06-25 01:42:50 +00:00
timm d228637ad8 fix busted javascript 1998-06-25 00:05:44 +00:00
kmcclusk 1d95239354 Changed the name of the WEB_WIDGET DLL to match unix name 1998-06-25 00:03:56 +00:00
kmcclusk 043672cd23 Fixed PRInt16 cast 1998-06-24 23:58:59 +00:00
kmcclusk 1303ab9673 fix 16bit visuals 1998-06-24 22:51:16 +00:00
blythe 035ab89b90 aprvd don, bitmap changes from martin.nilsson@bigfoot.com - no more political arguments over bitmaps 1998-06-24 22:37:46 +00:00
troy 04e9ce1a5f Added some asserts to the incremental reflow code 1998-06-24 22:05:59 +00:00
timm fed9e11a74 123505 remove case dependency 1998-06-24 21:51:04 +00:00
kmcclusk 324dad3671 Added code to allow more than one top-level window. 1998-06-24 21:12:39 +00:00
buster ba02200c08 fixed some bugs related to rowspans. This gets us closer on pages like Mozilla.org that were getting wild table heights. 1998-06-24 19:13:19 +00:00
troy 48262a93f9 Changed to make sure we set the (x,y) for the frame before we reflow it 1998-06-24 18:09:47 +00:00
kipp cf88b306ce snapshot 1998-06-24 17:52:42 +00:00
scullin a477b6cb5b Memory fixes from my branch. 1998-06-24 17:38:21 +00:00
atotic 0541f1d04f Fixed the exports 1998-06-24 17:37:49 +00:00
troy d8ba6d4919 Changed to make sure we link the child frame into the list of frames before
we reflow it
1998-06-24 16:35:21 +00:00
clu 21ad7b2304 #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 fe326e715c #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 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