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

3373 Коммитов

Автор SHA1 Сообщение Дата
ricardob d437caf12e Dont build ns_mime with no sec 1998-06-30 22:06:09 +00:00
troy a841c05205 Changed a XXX comment that was now out of date 1998-06-30 21:37:30 +00:00
jevering 27687d3099 Changed the context stack and style stacks to be nsVoidArray to avoid
stack overflow.
1998-06-30 21:36:10 +00:00
troy 87a620acb0 Changed anchor frames to forward content notifications to the real frame 1998-06-30 21:35:07 +00:00
kipp 541fe9b490 Use new PropagateContentOffsets API 1998-06-30 20:22:44 +00:00
kipp 3f7d5435a3 Avoid crashing when no link handler is involved 1998-06-30 20:22:27 +00:00
kipp 90d3d36058 update to new nsIInlineReflow API 1998-06-30 20:22:04 +00:00
kipp 7dd41cfa7a Implement new PropagateContentOffsets to avoid looking at floaters 1998-06-30 20:21:57 +00:00
kipp 0022cca732 Pretend to map STYLE attributes back to strings to avoid crashing 1998-06-30 20:20:51 +00:00
kipp f6483b60bd disabled calls to PropagateContentOffsets for now 1998-06-30 20:20:29 +00:00
kipp 483aff9cd6 Pass attribute-to-string calls to superclass when it's an unkown attribute/type 1998-06-30 20:15:37 +00:00
kipp ea122ca87d Improved listing output 1998-06-30 20:14:33 +00:00
kipp d51c620f1b Updated APIs 1998-06-30 20:14:16 +00:00
kipp a4bf798d9b Various pagination related bug fixes; pass in reflow command to FindTextRuns 1998-06-30 20:14:04 +00:00
kipp f6fcd6698d Added aReflowCommand argument so that inline frames can properly determine what is triggering the TextRun discovery and properly avoid (or not avoid) creating new frames 1998-06-30 20:13:07 +00:00
buster 70c232ebd4 fixed-width cells no longer improperly impact the available size
of subsequent cells in reflow pass 1

we correctly distribute extra space in a table proportionately.
We try to give the extra space to auto-width columns first,
and if there are none we distribute it to all columns.
The percentage is based on the cell content's desired size.
1998-06-30 20:12:45 +00:00
kipp 93a84a0358 Reworked PropagateContentOffsets so that the update to the offsets is done by the frame itself instead of the child whacking the parent directly; this allows subclasses to override the whackage. 1998-06-30 20:12:23 +00:00
kipp ef6865e7f9 Documented a bug 1998-06-30 20:11:34 +00:00
troy 04f55afb1b Added ContentDeleted() member function 1998-06-30 20:11:10 +00:00
jevering d9ddcc5651 Temporarily crank up the context stack size.. we are overrunning it.
I will put a growable stack in later.
This could be a security hole.
1998-06-30 18:23:21 +00:00
fur e9e7749b27 = Replicate the JS engine machinery that gives the appearance of converting
all element access expressions to strings, e.g. so that obj["3"] and
  obj[3] refer to the same property for a JavaArray object.

= Return false when using 'delete' operator on JavaArray objects.
1998-06-30 18:18:03 +00:00
joki 04c36259c9 Allow hex values in numbers 1998-06-30 18:12:40 +00:00
fur bca1b5126d Return false when using the 'delete' operator on JavaClass or JavaObject objects. 1998-06-30 18:10:14 +00:00
terry 72b25879c7 Oops; left out one sentence. 1998-06-30 17:46:26 +00:00
terry 25c6393b5f Add some explaination of what "the hook" is. 1998-06-30 17:39:57 +00:00
terry edeb68a743 Patch by Dawn Endico <dawn@cannibal.mi.org> -- cleaned up some
comments, added a README file.
1998-06-30 14:06:34 +00:00
fur 4feb603992 Eliminated the last uses of the JNIEnv global variable. Unfortunately, this
means that we had to switch from using NSPR hash tables to a private version.
The new jsj_hash.c file is derived from plhash.c, but it provides for an additional
argument to be passed to the hash key comparison function.  This capability
is used to pass in the JNIEnv pointer.

On shutdown, LiveConnect now removes all references to Java objects and classes,
so that the JVM might be able to GC them.
1998-06-30 10:04:32 +00:00
atotic 7d57b8390e Added nsMacFile to the project 1998-06-30 09:04:26 +00:00
atotic eaf3d1507c Moved file implementation stuff into nsMacFile.cp 1998-06-30 09:03:51 +00:00
atotic 5edb250183 First Checked In. 1998-06-30 09:03:30 +00:00
atotic 50b46f6e62 Code browser was inactive 1998-06-30 09:03:04 +00:00
atotic b45753dc43 Real timer implementation 1998-06-30 09:01:11 +00:00
vidur 5d5ac9e0d3 Deal with hex values in numerical values 1998-06-30 02:23:59 +00:00
vidur d84249ba53 Deal with hex values in numerical values 1998-06-30 02:18:05 +00:00
troy add97af1d2 Moved shrink wrap code from table frame to table row group frame 1998-06-30 02:11:07 +00:00
gagan 5dddac8d3a Fix for bug #226203. Setup Prefs was not being called. 1998-06-30 01:11:22 +00:00
atotic 4f1b3ce8be Upped the app memory partition to 5 megs 1998-06-30 00:52:43 +00:00
atotic c7902603c8 Added making of aliases to .SYM files in the viewer_debug directory. 1998-06-30 00:52:06 +00:00
buster 5a4c2d4364 columns that are fixed-width due to an attribute on the corresponding cell in the first row
now work correctly.
extra space is now properly apportioned in the "table fits" case when the table contains auto-width cells.
1998-06-30 00:37:03 +00:00
ricardob 36b9a3d0be updated rules 1998-06-30 00:04:44 +00:00
cmanske e3d8e4eb96 New artwork checkin for Composer toolbar and other images. Requested by brade 1998-06-29 23:53:40 +00:00
valeski dfbaf61c5a 152993 approved by don, rev'd by Lou. fixes (debug builds only) a random crasher when posting data. 1998-06-29 22:29:52 +00:00
norris 7290174189 (Not part of Communicator build.)
fur's fix for repeating properties in enumeration bug.
1998-06-29 22:01:22 +00:00
norris 98f610114f (Not part of Communicator build.)
Handle NaNs better for non-PC platforms as well.
1998-06-29 22:00:11 +00:00
joki db1bf85ee6 Small change to editor keyCode translation 1998-06-29 21:35:27 +00:00
joki 421b4dfbe5 Validity check for focus event during nsWindow destruction 1998-06-29 21:18:19 +00:00
buster 1f0d9a91f1 cells no longer monkey with their available width based on attribute constraints.
The row does this work now. This makes table layout more properly top-down.
1998-06-29 20:38:22 +00:00
atotic 948b6926c4 Forgot to check out libpwcac 1998-06-29 18:38:11 +00:00
terry f1d43b689f Oops; backed out last change. (I need to learn how to use CVS. :-) 1998-06-29 17:37:06 +00:00
terry 953de4703b Patches by Matthew Wilson <msw@gimp.org> -- added much of the missing configuration ability. 1998-06-29 16:21:41 +00:00