slamm%netscape.com
cdac8550e0
Pull netscape-specific hack.
1998-09-09 20:00:33 +00:00
slamm%netscape.com
2b76b16678
Get the 'Change Log' link right. Set 'LANGUAGE=JavaScript' for the SCRIPT tag
1998-09-09 19:29:00 +00:00
brendan%netscape.com
c3830fe4eb
Remove javaData, left over from original LiveConnect.
1998-09-09 19:20:07 +00:00
brendan%netscape.com
9b12b81ef6
Now that SRC_COMMA has been renamed to reflect its generality (SRC_PCDELTA),
...
and more important, to save a byte of useless note offset, use SRC_CONTINUE
instead of SRC_PCDELTA to annotate JSOP_ENDINIT when there's an extra comma
at the end of an array literal (e.g. [1,2,,]).
1998-09-09 19:18:01 +00:00
pnunn%netscape.com
cf7a9de30f
fix for #309770 . Porting "RefreshURLTimer" fix from 4.06 to 5.0.
1998-09-09 19:13:11 +00:00
pnunn%netscape.com
3309ad7f30
fix for #309770 . Porting "RefreshURLTimer" fix from 4.06 to Moz
1998-09-09 19:12:31 +00:00
pnunn%netscape.com
23327d8cb9
fix for #309770 . Porting "RefreshURLTimer" fix from 4.06 to Moz.
1998-09-09 19:11:22 +00:00
pnunn%netscape.com
28e94d9f5e
fix for #309770 . Porting RefreshURLTimer fix from 4.06 to Moz.
1998-09-09 19:08:32 +00:00
pnunn%netscape.com
2f5cc40728
fix for bug#309770. Porting "RefreshURLTimer" fix from 4.06 to Moz.
1998-09-09 19:06:55 +00:00
rjc%netscape.com
ebcebdf4e9
Fix some more drag&drop issues (regarding re-ordering of existing local/remote items). Also, on PowerPPC, force compiler to use no byte padding regarding structure alignment.
1998-09-09 19:06:23 +00:00
spider%netscape.com
1f413acf83
Checkin for sman. Support for remote CAPI and User def's
1998-09-09 19:00:40 +00:00
pinkerton%netscape.com
7e79bdf2bb
use CAdSpaceView class for embedded html area.
1998-09-09 18:19:19 +00:00
pinkerton%netscape.com
007bb44823
Turned off (ifdef'd) the property to not use selection in the tree view so we get d&d even in single-click modes.
1998-09-09 18:19:08 +00:00
pinkerton%netscape.com
239847abd9
don't bother trying to close the adSpace shelf here, RestorePlace() usurps it.
1998-09-09 18:19:02 +00:00
pinkerton%netscape.com
e6bacfffb6
close adspace shelf by default. Needs to be done after RestorePlace() so it cannot be done in the coordinator.
1998-09-09 18:17:54 +00:00
pinkerton%netscape.com
cb95171a8b
register CAdSpaceView
1998-09-09 18:17:13 +00:00
pinkerton%netscape.com
677dff9ed8
added CAdSpaceView to special case things for the embedded html pane.
1998-09-09 18:17:00 +00:00
mcafee%netscape.com
85eca6e2bf
debug stuff for add_row()
1998-09-09 18:10:27 +00:00
mcafee%netscape.com
4f05895704
HT_PaneFromURL() needs a context passed in from XFE_DisplayBuiltin(), so we now pass the context along.
1998-09-09 18:07:10 +00:00
rods%netscape.com
e8ae61a40e
Removed TraverseBlockContent static function
1998-09-09 17:42:21 +00:00
slamm%netscape.com
d52f64091e
Fix the 'Change Log' like to pass along the branch and the root. Trim the email addresses of netscape folks (i.e. slamm%netscape.com becomes slamm).
1998-09-09 17:37:12 +00:00
spider%netscape.com
7097db4807
Remove pull_trex_ns target, no longer needed
1998-09-09 16:41:42 +00:00
kipp%netscape.com
9761c43652
Support direct loading of image documents by using the GetImageFromStream method on the image group.
1998-09-09 16:19:30 +00:00
kipp%netscape.com
d1380d78b9
Removed some cruft
1998-09-09 16:18:40 +00:00
kipp%netscape.com
d91cabd909
Support reconnect callback
1998-09-09 16:17:55 +00:00
kipp%netscape.com
9faa9b5100
Added GetImageFromStream
1998-09-09 16:15:40 +00:00
kipp%netscape.com
b24ecad217
Added Reconnect call-back to NS_NewImageNetContext
1998-09-09 16:14:49 +00:00
kipp%netscape.com
67d0797006
whitespace fixup
1998-09-09 16:14:16 +00:00
kipp%netscape.com
63f55821d6
Turned off image load skid marks
1998-09-09 16:13:52 +00:00
spider%netscape.com
763628bb00
WIP: API change on OnResize for ViewManager support.
1998-09-09 16:12:03 +00:00
rods%netscape.com
4a4b4a34b2
XPCOM'ed the Selection and Search methods
1998-09-09 16:11:59 +00:00
ramiro%netscape.com
934caea51d
Move html pane to XFE_RDFChromeTreeView.
1998-09-09 14:43:13 +00:00
ramiro%netscape.com
247298ce70
Unbreak MOZ_SELECTOR_BAR for the hell of it.
1998-09-09 10:56:48 +00:00
brendan%netscape.com
cacf641709
- Might as well use tempPool to arena-allocate collected_args as well as the
...
tokenstream in Function, to avoid calling malloc at all.
- But do check for malloc failure under PR_ARENA_ALLOCATE (the old call to
JS_malloc was unchecked).
1998-09-09 10:02:12 +00:00
brendan%netscape.com
0b351f4c23
Fix tempPool bloat bugs in Function by mark/release around NewTokenStream.
1998-09-09 09:50:40 +00:00
brendan%netscape.com
1cf65e15ec
- Don't cast malloc's return value, it's void *.
...
- Don't double-report a scanner error such as illegal character in
Function("a@b", "return a*b")
- Do report a "malformed formal parameter" error in
Function("a,b,", "return a*b")
- Fiddle comments to more precisely rule out the above bugs.
1998-09-09 09:27:56 +00:00
ramiro%netscape.com
772e4db56c
Many cpp's do not like "#ifdef 0" (it's illegal in strict ANSI C I suspect),
...
including HP-UX's ANSI C. Line 1633 of cmd/xfe/XfeWidgets/Xfe/Pane.c uses
"#ifdef 0" - it should be "#if 0" of course. HP's ANSI C refuses to compile
this file without it being fixed.
Thanks to rkl@connect.org.uk for pointing this out.
1998-09-09 09:09:00 +00:00
brendan%netscape.com
89c7bdee13
JSMSG_NO_FORMAL duplicated DUPLICATE_FORMAL, now is reborn as BAD_FORMAL.
1998-09-09 09:04:35 +00:00
ramiro%netscape.com
3f5d1db91b
Fix infinite loop on scrollbar resize from waterson@netscape.com
...
(Chris Waterson).
The problem with resizing on XFE has to do with the fact that the widget
resize callback is directly calling LO_RelayoutOnResize(), which causes the
scrollbars to get remapped, which causes the resize callback to be called,
which causes LO_RelayoutOnResize() to be called, which causes the scrollbars
to get remapped...you get the idea.
1998-09-09 09:03:30 +00:00
ramiro%netscape.com
8983760953
Fix the hanging problem when invoked with -xpm (and possibly other flags) and
...
no include/Xm.h is found anywhere.
1998-09-09 08:34:48 +00:00
ramiro%netscape.com
09fd23574e
This script should only do 1 thing: print a reasonable guess for a unique
...
host identifier. Overriding should happen in the Makfile or wherever else
this script is invoked.
1998-09-09 08:33:49 +00:00
cls%seawood.org
75aa20f4c8
Sync'd.
1998-09-09 08:15:05 +00:00
ramiro%netscape.com
e6757c9096
Allow the 'unique host identity' to be overriden by MOZILLA_CONFIG_HOST_IDENT.
...
Also make the clean target in config/mkdetect actually work.
1998-09-09 08:00:10 +00:00
brendan%netscape.com
a95987dd0b
Improve TABLESWITCH comment precision and add XXX about JSVERSION_IS_ECMAv2.
1998-09-09 06:35:30 +00:00
ramiro%netscape.com
b80096d040
Add /usr/X to DEFAULT_MOTIF_SEARCH_PATH.
...
Thanks to tim@trr.metro.NET (Tim Rice).
1998-09-09 06:17:46 +00:00
jwz%mozilla.org
3753556442
paragraph break after README (from dawn)
1998-09-09 05:14:57 +00:00
gagan%netscape.com
df25863287
Cache_object for nu_cache.
1998-09-09 02:23:27 +00:00
gagan%netscape.com
1358f7ee83
Resetting cache_objects.
1998-09-09 02:19:30 +00:00
brendan%netscape.com
0ef0c706ae
Renamed SRC_COMMA to SRC_PCDELTA and fixed related comments.
1998-09-09 02:16:19 +00:00
brendan%netscape.com
6327319e0d
Fix busted version check in JSOP_TABLESWITCH.
1998-09-09 02:01:52 +00:00