Commit Graph

2902 Commits

Author SHA1 Message Date
spider
08403cb2d4 Compute TWIPS during Init() of DeviceContext rather than waiting
until the RenderingContext is created.
1998-06-11 00:32:29 +00:00
buster
2d31c54583 some tentative steps towards content/frame separation in tables 1998-06-11 00:13:18 +00:00
rods
6bddcaeebe add stdlib.h to pick exit() on irix 1998-06-10 23:33:15 +00:00
gordon
03e58a5dca Fixing Mac bustage by adding typecast. Approved by sar. 1998-06-10 23:04:18 +00:00
law
9b5e8e48d3 Fixed Bug #124155; minor change to enable telnet: URLs on some Win systems 1998-06-10 22:42:51 +00:00
rods
67d326a651 changed signature of OnResize 1998-06-10 22:42:34 +00:00
rods
e09efc1dca added motif menus to the viewer 1998-06-10 22:41:43 +00:00
waldemar
d101f134c6 Fixed bugs 123565, 123874, 122877, 122882, 123560, and 77391, all having to do with various errors in reading integers and floating-point numbers and interpreting whitespace around them. Whitespace was being treated inconsistently in parseInt, parseFloat, and ToNumber; made all of these accept any Unicode whitespace in anticipation of the future ECMA v2. 1998-06-10 21:18:05 +00:00
waldemar
aba6fd1d39 Changed js_strtod and js_strtointeger APIs to fix bugs 123565, 123874, 122877, 122882, 123560, and 77391. Added comments. 1998-06-10 21:14:41 +00:00
waldemar
ca71c238b1 Updated for changed js_strtod and js_strtointeger APIs needed to fix bugs 123565, 123874, 122877, 122882, 123560, and 77391. 1998-06-10 21:13:52 +00:00
waldemar
dc2efa678e Added js_SkipWhiteSpace. 1998-06-10 21:11:00 +00:00
rods
797790e8bd initial 1998-06-10 20:42:04 +00:00
rods
a7ffce9f67 added PRUint32 cast to unbreak the build 1998-06-10 20:34:38 +00:00
scullin
1923664935 Fix mac build. 1998-06-10 20:28:49 +00:00
toshok
0a6e8a22c3 fix relayout of preformatted text (and hopefully help out in the
relayout of normal text as well.)  Make sure we start at the element
immediately following the LO_TextBlock (if possible, otherwise start
at the startTextElement.)  Also, loop up to and including the
endElement.  Lastly, insert new soft line breaks after recycling the
old ones.
1998-06-10 19:12:01 +00:00
toshok
19e8cf0392 Make line breaks at the start and end of a PRE section hard, so they persist across resizes (part of the fix for 123300. 1998-06-10 18:58:14 +00:00
scullin
f03067c65c Fix serious date parsing bug. Approved ltabb. 1998-06-10 18:57:41 +00:00
rods
370cc0de49 24 bit color fix 1998-06-10 18:18:35 +00:00
spider
55887d3cbb Attempt to do the right thing on 24 bit displays ... good luck 1998-06-10 17:29:11 +00:00
toshok
99c3cd4bcc Add one liners about the PRE_*, QUOTE_* and SUBDOC_* #defines. 1998-06-10 16:54:35 +00:00
pinkerton
bd70e1ff35 Fix bug #12413 in single signon (appr don, rev morse). 1998-06-10 15:20:06 +00:00
spider
54e3d32c97 file Makefile was initially added on branch NORMANDY_BRANCH. 1998-06-10 14:08:16 +00:00
warren
c512ca6334 Added softupdt dependency for OJI 1998-06-10 07:06:09 +00:00
nisheeth
484db7cd55 Fix for bug 123208. Fixes the problem of nested tables with 100% height
getting heights of 10000 pixels.  Thanks to Tim Rowley (tor@cs.brown.edu)
for providing a patch that was very close to the real fix.  You saved me
a lot of work!
1998-06-10 06:56:10 +00:00
troy
f8b11bcac8 Changed block to do the initial reflow of a floater. Also fixed a problem
with floated tables crashing
1998-06-10 05:33:38 +00:00
raman
43a267a4c6 Fixed to make OJI to build with MOZ_SECURITY. Reviewed by warren. Approved by don. Bug# 124222. This change is under MOZ_OJI and it doesn't affect the regular builds. Deleted call to VR_initialize a non exiting function 1998-06-10 04:18:00 +00:00
raman
b4516a1d25 Fixed to make OJI to build with MOZ_SECURITY. Reviewed by warren. Approved by don. Bug# 124222. This change is under MOZ_OJI and it doesn't affect the regular builds 1998-06-10 04:16:45 +00:00
danm
b9f2000cc6 allow early password dialog access to the mouse. probably bug 93715, certainly bug 110098. a:don 1998-06-10 03:00:05 +00:00
spider
88ec8b622b Removing no longer needed test files 1998-06-10 02:15:15 +00:00
spider
5f7b6bef1f WIP: XLib Image stuff 1998-06-10 01:59:11 +00:00
spider
36641250db More Region fixes 1998-06-10 00:44:43 +00:00
donm
e9583a8d1a libprgrss needs to come after libsoftupdate for commercial build. 1998-06-10 00:34:04 +00:00
spider
c1fc037c89 Region fixes - need to create region before they can be used 1998-06-10 00:06:38 +00:00
spider
3fbae746ce Update Unix Shell Factory 1998-06-09 23:51:23 +00:00
akkana
def4fddc08 124129: Editor prefs should be under EDITOR, not MOZ_MAIL_NEWS 1998-06-09 23:36:50 +00:00
fur
b8940b6cb4 Propagation of numerous bug fixes from 4.06 (which have been reviewed
and tested in that release):

#114564: Fix JS_Enumerate to return an empty id array instead of null
#115395: Fix JS garbage collection
#115200: Security dialog no longer blows assertion
#123211: Make sure output of sort array function is -1, 0, or 1.
#116195: Fix ImportProperty(), cope with an existing local variable
         of the same name as the imported property
         Unbusticate JS_invoke() so that closures work again
#115384,#115395: Handle bugs in toSource that strike when
         getProperty is non-idempotent.  Fix crash during JavaScript
         garbage collection after enumerating object properties.

#??????: mjudge - Win16 files to make ptrdiff_t be 32 bits on Win16
1998-06-09 23:04:48 +00:00
blythe
465661fe88 Printing page with a missing image icon no longer crashes 1998-06-09 22:43:09 +00:00
hardts
75ddbf4d77 accidentally undeleted during the layout integration branch landing 1998-06-09 22:41:49 +00:00
akkana
722cf81534 Make auto-save pref work: needed for testing 122182 1998-06-09 22:38:28 +00:00
akkana
3f37cf9e49 122182: fix periodic crashes from no-longer extant editor frames 1998-06-09 22:23:24 +00:00
hyatt
c2b640de36 Fix for status bar not appearing in a navigator window when
Aurora is initially collapsed.  (An SF1 In bug.)
1998-06-09 21:46:19 +00:00
shaver
7c6a64dcbf added JS_YieldRequest to API (me), and removed assertion in InitClass (mlm) 1998-06-09 21:39:58 +00:00
shaver
29f04506ff added JS_YieldRequest to API 1998-06-09 21:24:14 +00:00
rods
87b7153911 added text support 1998-06-09 21:12:35 +00:00
shaver
5b0b04e0e0 first arg to Script.prototype.exec is scopeobj, not second-with-ignored-first 1998-06-09 21:10:45 +00:00
spider
ba8c004c84 Bad load fix 1998-06-09 21:07:43 +00:00
fur
c1fc5ee0e8 Replacement for stddef.h in the JS interpreter which defines ptrdiff_t to be 32 bits rather than 16 bits on Win16 only 1998-06-09 21:05:54 +00:00
kmcclusk
d3f4d0ce51 Added mBounds field 1998-06-09 21:02:19 +00:00
kmcclusk
b9d2a3979f GetBounds now returns the rect given in the Create if the Widget has not
been realized yet.
1998-06-09 20:20:14 +00:00
kmcclusk
541f7939ab Copy samples to the correct location 1998-06-09 18:01:15 +00:00