michaelp
33997423e6
minor tweaks to UpdateView() in view manager. if you want to invalidate a whole
...
view, pass in nsnull for the nsRegion param.
viewmanager InsertChild() above/below now does the right thing.
fixed cujo's table thingie.
1998-04-30 02:41:14 +00:00
sar
8bed4a9289
Taking out the stuff not relevant to the public tree...
...
All references to MOZ_JAVAVER deleted (java is included in the MozillaProductWin module)
The other branch tag references have been deleted (dbm is pulled as part of the module, security
and coreconf have no relevance in the public tree)
pull_all is only defined as pull_client_source_product (ifdef for MOZ_MEDIUM was removed)
pull_security and pull_client were removed
build_ldap was removed
1998-04-30 02:16:43 +00:00
gagan
2f04f147b3
Fixed the authentication bug #114532 which resulted in an incorrect entry
...
in the authentication list.
1998-04-30 01:55:10 +00:00
ramiro
a0a877255e
Add an extra sanity check on the children argument.
1998-04-30 01:48:30 +00:00
gagan
70bf8c2dd9
Corrected a misspelled #include. Thanks Sanjay Gupta (gupta@informix.com)
1998-04-30 01:47:21 +00:00
ramiro
90db4943dc
Fix crash on startup in mozilla Personal Toolbar. Make the recursive
...
children killing function more robust.
1998-04-30 01:39:28 +00:00
buster
dcc6e9e245
lots of pre-conditions and asserts added
...
fixed a bug in layout having to do with sizing cells in columns that are spanned into
1998-04-30 00:27:59 +00:00
mccabe
6398680e7f
Fixes for getting the timezone string fot toString, and for asking for
...
a localized string from the os for toLocaleString. The time struct
used to interface to the os time-formatting functions only takes a
16-bit year, so we map to an equivalent year (for getting the timezone
string) or clamp for years outside that range.
1998-04-30 00:27:43 +00:00
mccabe
b7ca0cd7fd
Removed some unused constants.
1998-04-30 00:14:07 +00:00
mccabe
4a52d1d18e
Removed some unused lines related to jsdate.c.
1998-04-30 00:11:31 +00:00
ftang
24a1785344
Fix uTable change suggestion from qupta@informix.com (forwarded by
...
Wan-Teh Chang)
1998-04-30 00:02:20 +00:00
michaelp
9ed0e2f7e3
Arghh ....
1998-04-29 23:57:32 +00:00
mccabe
b768c3ff35
ECMA-conformance fix to (95045) - added 'enum' and 'debugger' as
...
reserved words, and changed the versioning check that previously
applied to 'export' to accept any 'ecma' version... which means that
export becomes a keyword for the default version. Does this mean
we'll need to unreserve all the java keywords? Not sure we want to do
that...
1998-04-29 23:57:20 +00:00
mccabe
1fa5a6ab37
Fixed error message associated with trying to use a keyword as an
...
identifier; it was only printing the first character of the
identifier, because it expected 8-bit chars, and was being called with
a 16-bit representation of the offending keyword.
1998-04-29 23:52:40 +00:00
spider
a10d8fc983
Fix yet another build bustage by maio ... windows.h was removed somewhere....
1998-04-29 23:49:38 +00:00
spider
65489c41b9
Fix build bustage of non-existent header file
1998-04-29 23:23:40 +00:00
spider
58a14eee94
Modifications to support new nsIApplicationShell interface
1998-04-29 22:43:33 +00:00
peterl
6df9c2fbe6
removed unneeded destructors
...
cleaned up some initial values
1998-04-29 21:06:15 +00:00
peterl
078fdb51a3
added normal value
1998-04-29 21:05:28 +00:00
peterl
bc77280fd7
removed unneeded destructors
1998-04-29 21:04:57 +00:00
rpotts
c3abd064a0
added windows.h since NSPR no longer includes it...
1998-04-29 20:47:18 +00:00
dcone
23c777f686
Updated nsImageWin and gfx bit test for composite functionality
1998-04-29 20:28:16 +00:00
rpotts
25162d7141
removed eval(PRBool,...) function since it clashes with the eval(PRInt32,...) version
1998-04-29 20:10:16 +00:00
rpotts
a024299393
added include of string.h since NSPR no longer includes windows.h which pulled it in...
1998-04-29 20:04:28 +00:00
rpotts
965494a232
Added windows.h since NSPR no longer includes it...
1998-04-29 20:01:24 +00:00
kmcclusk
765700b032
Added events for left and right mouse button double clicks
1998-04-29 19:59:06 +00:00
rpotts
a14bcb0269
added windows.h since it is no longer provided by NSPR
1998-04-29 19:57:57 +00:00
rpotts
68c4a8813d
PRBool is now a PRIntn which caused conflicts between member functions mangled on PRInt32 vs PRBool. To fix the build I removed the PRBool versions...
1998-04-29 19:52:45 +00:00
rpotts
6f56a8da6d
added include of windows.h since NSPR no longer pulls it in...
1998-04-29 19:37:33 +00:00
rpotts
2d01e531e0
added #include windows.h since NSPR no longer includes it...
1998-04-29 19:25:27 +00:00
kostello
bdf389f0c9
Fixed Unix Build Error -- nsCoord.h must be case sensitive
1998-04-29 18:39:30 +00:00
guha
7a3b2ad305
Remove some files from CVS
...
(the old xml parser was confusing a lot of people
even though it wasn't being used.)
1998-04-29 18:00:31 +00:00
karnaze
02ffa1d129
ifdefed MapAttributesInto
1998-04-29 17:27:44 +00:00
karnaze
e8eb15e667
ifdefed style sizing code
1998-04-29 17:14:24 +00:00
rods
90bc62a72a
initial check in
1998-04-29 17:08:57 +00:00
karnaze
0c464e061d
minor cleanup, reinstate css sizing.
1998-04-29 16:30:55 +00:00
ramiro
4078c9b767
The reallyUpdateRoot() call seems to be crashing the browser for some people.
...
I cannot reproduce the problem yet. Im working on finding a real solution,
but I dont want the browser to crash on startup on the next mozilla release,
so im commenting it out.
1998-04-29 14:45:52 +00:00
ramiro
1882a496df
Dont update the menu accent if the widget is dead. Fixes core dump in
...
Mozilla that occurs on filing of bookmarks.
1998-04-29 11:14:05 +00:00
nisheeth
36e45f71bb
- Added #ifdef DOM to layout.h
...
- Backing out some changes in layout.c that should not have gotten checked in...
1998-04-29 10:47:20 +00:00
nisheeth
db51069e15
Added lm_trans.c to Unix makefile...
1998-04-29 10:45:43 +00:00
nisheeth
df211e2566
Added layspan.c in mozilla/lib/layout, lm_span.c and lm_trans.c in mozilla/lib/libmocha.
1998-04-29 10:20:16 +00:00
nisheeth
98f5e71745
Touchdown of MARINER_DOM_BRANCH.
1998-04-29 10:13:27 +00:00
nisheeth
1e62a0b728
Touchdown of MARINER_DOM_BRANCH...
1998-04-29 10:08:50 +00:00
nisheeth
7b2593be95
Warning fixes. Thanks to Rick Osborne (rick@spacey.net).
1998-04-29 08:41:05 +00:00
nisheeth
bae32c65fd
Warning fix. Thanks to tenthumbs@cybernex.net.
1998-04-29 08:39:56 +00:00
jsw
9b3ffd32e8
get the damn function name right
1998-04-29 08:38:27 +00:00
nisheeth
113dadcdae
Added access path for jscompat.h
1998-04-29 08:05:20 +00:00
nisheeth
682b95742d
Added export of CL_CompositeNow, CL_GetCompositorOffscreenDrawing, CL_SetCompositorOffscreenDrawing and CL_UpdateDocumentRect for XML changes.
1998-04-29 07:50:37 +00:00
toshok
3b8614480e
REQUIRE js
1998-04-29 07:09:33 +00:00
ftang
87ef2648d5
fix CP1251 viewing problem by using 8859_5 font. We may need to
...
add better support (decide which font to use in the init time instead of
compile time) in the future.
1998-04-29 06:09:25 +00:00