kipp
9e2f3ecca6
Fixed unix makefile
1998-06-25 16:58:59 +00:00
kipp
6018d0c6f9
Support menu on print-preview window
1998-06-25 16:33:11 +00:00
kipp
4b8864ebbc
New and improved (?) line layout
1998-06-25 16:33:10 +00:00
spider
ed58bc70f0
Attempt to fix Solaris bustage
1998-06-25 16:25:15 +00:00
norris
464cc2edf4
(Not part of Communicator build.)
...
Fix GC bug involving load().
1998-06-25 15:56:19 +00:00
dcone
9d836d461b
added the offset for blending, and a routine to save off bits
1998-06-25 15:07:31 +00:00
kipp
04388f92cf
Revised page size computation
1998-06-25 15:05:35 +00:00
kipp
cc626cdb79
Removed include of stdio.h
1998-06-25 15:03:49 +00:00
kipp
aa980ae438
Assign values to reflow reason so that when printing them numerically it's easier to map the integer back to the enum
1998-06-25 15:03:37 +00:00
kipp
856263ab91
Added missing include line; minor tidy up as well
1998-06-25 15:01:13 +00:00
kipp
d26465a2b3
Init mSink
1998-06-25 14:58:46 +00:00
kipp
0f45fd1b7c
Made unknown image size be 1,1 twips instead of 0,0 so that other code doesn't eliminate images; added left and right margins around floating images ala ebina
1998-06-25 14:56:46 +00:00
kipp
bfeb08a1fe
Added CreateFrame method
1998-06-25 14:55:15 +00:00
kipp
cc04a28262
Added the same skip-over-non-body-content code that's in the root content frame code
1998-06-25 14:53:45 +00:00
kipp
51abae9138
Init refcnt so that it behaves properly
1998-06-25 14:51:48 +00:00
spider
b1fbda75ed
Fix build bustage for routine not available in modular world
1998-06-25 08:52:31 +00:00
spider
9e218cd2ba
mkabook needed for Mail/News only
1998-06-25 08:47:25 +00:00
spider
e471b6c3bb
a little cleanup for unix.
1998-06-25 05:54:12 +00:00
spider
7b08c23fa4
NORMANDY_DDAY merge...
1998-06-25 05:50:45 +00:00
gagan
22cdcd082d
Not is the build yet.
1998-06-25 05:44:21 +00:00
spider
fc9f974394
once again runs under unix.
1998-06-25 05:39:02 +00:00
spider
36f9a56297
once again runs under linux.
1998-06-25 05:37:54 +00:00
spider
467c71a218
fixed build errors.
1998-06-25 04:59:17 +00:00
michaelp
e183f05efb
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
fc2cd8208d
fixed build.
1998-06-25 03:25:22 +00:00
timm
2f6f2aad9f
change to use images instead of text
1998-06-25 03:16:41 +00:00
timm
bd42079efe
new images
1998-06-25 03:16:03 +00:00
mccabe
c4d65a486e
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
0079b817df
Added the new debug file.
1998-06-25 01:58:55 +00:00
jevering
dc8bab4351
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
c0bba18480
fix busted javascript
1998-06-25 00:05:44 +00:00
kmcclusk
d29477bf28
Changed the name of the WEB_WIDGET DLL to match unix name
1998-06-25 00:03:56 +00:00
kmcclusk
d72b329738
Fixed PRInt16 cast
1998-06-24 23:58:59 +00:00
kmcclusk
fdb915d14e
fix 16bit visuals
1998-06-24 22:51:16 +00:00
blythe
d8361bfb39
aprvd don, bitmap changes from martin.nilsson@bigfoot.com - no more political arguments over bitmaps
1998-06-24 22:37:46 +00:00
troy
2b34ccf86a
Added some asserts to the incremental reflow code
1998-06-24 22:05:59 +00:00
timm
581e25adfb
123505 remove case dependency
1998-06-24 21:51:04 +00:00
kmcclusk
92fb047d8d
Added code to allow more than one top-level window.
1998-06-24 21:12:39 +00:00
buster
670bf41c19
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
d8d860fb0b
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
c3c647c6e3
snapshot
1998-06-24 17:52:42 +00:00
scullin
b0aa661860
Memory fixes from my branch.
1998-06-24 17:38:21 +00:00
atotic
917ccbeac1
Fixed the exports
1998-06-24 17:37:49 +00:00
troy
a5129668b4
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
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