briano%netscape.com
463ee5eb09
Fix to shut up the compilers on OSF/1.
1998-11-15 08:46:54 +00:00
sudu%netscape.com
a4f7620f28
Changes to support liveconnect security using ProxyJNI
1998-11-02 23:11:38 +00:00
raman%netscape.com
ce91d5bc08
Added JavaScript object for background download
1998-10-28 20:17:56 +00:00
dougt%netscape.com
38c8324e67
Added lm_bkgrd.c to project
1998-10-28 20:15:41 +00:00
nhotta%netscape.com
9ce6f0cc57
Added lm_env.c.
1998-10-22 20:55:09 +00:00
nhotta%netscape.com
634758788d
Added lm_env.c.
1998-10-22 20:35:54 +00:00
nhotta%netscape.com
74b33df2be
Added environment object.
1998-10-22 20:33:31 +00:00
nhotta%netscape.com
74f681942d
Added lm_DefineEnvironment.
1998-10-22 20:13:47 +00:00
nhotta%netscape.com
0af6384419
Implements environment object.
1998-10-22 20:09:16 +00:00
timm%netscape.com
876cfdb71b
first cut at JS reflection of dialer stack
1998-10-21 04:48:51 +00:00
timm%netscape.com
d02fc116b5
added JSTARGET_UNIVERSAL_DIALER_ACCESS
1998-10-21 04:47:19 +00:00
cls%seawood.org
001ed2ffd4
Sync'd various Makefile.ins to their Makefile counterparts.
...
Removed nspr & nspr20 from REQUIRES. Removed NSPR_LDFLAGS.
Changed LIBNSPR refs to NSPR_LIBS.
Removed leftover NSPR20 ifdefs.
1998-10-21 02:13:56 +00:00
shaver%netscape.com
df4a7696b4
remove stale DOM span/transclusion code
1998-10-19 20:45:03 +00:00
cyeh%netscape.com
49df0a1ecc
remove lm_span.c and lm_trans.c. these files were wrapped around an #ifdef DOM and were never built. if you must protest, please write the office of Mike Shaver, shaver@netscape.com
1998-10-16 20:42:37 +00:00
shaver%netscape.com
dd61da00c3
Fixed tree generation and added new STYLE_NODE flags for content-hiding.
1998-10-15 18:34:05 +00:00
mccabe%netscape.com
2cc7fbf241
Change "%c" date specifier for document.lastModified to "%#c" on
...
windows to get a 4-digit date in the string produced.
Were that it were just a Date object instead of a string. Oh, woe.
1998-10-15 02:49:44 +00:00
toshok%netscape.com
b48ef5f5e5
include config.mk - fixes DOM problem (export lm_dom, etc.)
1998-10-11 01:10:11 +00:00
shaver%netscape.com
e45bcb7f60
Initialize variables and generally behave better.
...
All-singing, all-dancing HTML tag handling for better coping in the face
of malformed (slashdot.org) HTML and simplified logic.
LOCAL_ASSERTs are fatal for me, just annoying for everyone else.
Use ACTIVE_NODE instead of CURRENT_NODE where appropriate.
Moved DOMMOZ_NewStyleDatabase and DOM_StyleDatabaseFromContext here to
enhance libdom's purity of essence.
1998-10-09 00:48:51 +00:00
mlm%netscape.com
b53c92e68c
Fix for running with JS disabled; would core dump before.
1998-10-08 21:45:24 +00:00
mlm%netscape.com
624380415c
Fix broken merge madness: Only start a window group after it is safe to do
...
so, and do not exit a monitor twice. (Also do not call Notify when not
inside the monitor.)
1998-10-07 04:35:55 +00:00
racham%netscape.com
8f9ff8b034
Adding -reg_mode flag related changes
1998-10-06 21:12:46 +00:00
shaver%netscape.com
3565e520fd
DOM: thread-correctness assertions
1998-10-02 20:21:31 +00:00
shaver%netscape.com
217a13ac87
add LM_Set/ClearNodeFlags
1998-10-02 00:10:16 +00:00
brendan%netscape.com
52957a4a4c
Don't hold layout lock on error return; other misc. cleanups; XXXX todos.
1998-10-01 03:24:06 +00:00
brendan%netscape.com
b42f722f00
Detabify, 80th column sacrilege fixups, etc.
1998-10-01 02:15:01 +00:00
beard%netscape.com
6291f09ece
Fixed prototype for newJSPrincipalsFromArray(JSContext *cx, void *principalsArray, void *pNSISecurityContext).
1998-09-30 21:15:22 +00:00
sudu%netscape.com
ede108603b
Changes to support secure liveconnect
1998-09-30 20:41:35 +00:00
shaver%netscape.com
9457de7e30
we need RDF now
1998-09-30 06:11:58 +00:00
brendan%netscape.com
7f2ef26145
- Need JS_THREADSAFE in mozilla.mak and config.mak (and because of the latter,
...
don't need it in js/src/makefile.win).
- Added DOM support.
- Break up really long lines in mozilla.mak using backslashes.
- Added /I../../lib/libdom to several places (ugh).
- factor some mime.lib stuff better, but still not consistent in how SMART_MAIL
and MOZ_MAIL_NEWS select it.
- Include spans and transclusion stuff, shaver and toshok to clean up later.
- Use ?: instead of if/else in layout.c to minimize source and generated code.
- Use strong typing for struct DOM_foo * types without including domstyle.h,
by using mighty struct tags.
- Fix doc_id signedness in lm_dom.h (also eliminate tabs, but use 8 for
tab-width).
1998-09-30 02:07:26 +00:00
akkana%netscape.com
f07b0314db
Add rdf dependancy -- fix Linux build
1998-09-30 02:05:19 +00:00
brendan%netscape.com
76fa9ee232
Use XP_ASSERT, not PR_ASSERT, for continuable assertbotches in mozilla.exe.
1998-09-30 01:41:04 +00:00
rjc%netscape.com
4ccdb1381c
Reflect Shack into JavaScript. Reviewed and approved by Brendan (libMocha) and Nisheeth (Layout).
1998-09-30 00:53:09 +00:00
rjc%netscape.com
e60da0e026
First Checked In.
1998-09-30 00:51:18 +00:00
shaver%netscape.com
18b85a8f41
initialize toplevel <HTML> properly (duh)
1998-09-29 23:22:25 +00:00
slamm%netscape.com
4613e22c4b
Fix build bustage. Put a newline at the end of the file.
1998-09-29 22:33:36 +00:00
pinkerton%netscape.com
3789b2b28a
remove semicolon after #ifdef.
1998-09-29 22:05:27 +00:00
shaver%netscape.com
6841da51a5
update DOM stuff for new style data, and make DOM_HTMLPushNode do more implicit-pop stuff
1998-09-29 21:23:15 +00:00
nisheeth%netscape.com
76ca8b961d
Ifdef out support for the window.hardware JS object. If you want support to
...
get compiled, define NAV_HARDWARE.
1998-09-29 20:57:59 +00:00
pinkerton%netscape.com
7c640d6f80
Updated projects for Pro4. Turned off mod-date caching for depend builds. Using InterfacesStubs wrapper where appropriate for Carbon.
1998-09-29 17:11:00 +00:00
norris%netscape.com
c840ad52eb
Fix bug 325937.
...
Reviewed by brendan.
1998-09-29 00:31:47 +00:00
beard%netscape.com
4766a67727
Moved LiveConnect initialization calls to end of lm_ReallyInitMocha, so that the rest of libmocha will be initialized properly.
1998-09-28 22:59:08 +00:00
cyeh%netscape.com
f626f548c2
(Actually mlm)
...
- Fix return of NULL that should be (JSCFResult) 0
1998-09-25 23:48:51 +00:00
cyeh%netscape.com
1a89503957
(Actually mlm)
...
- Remove double definition of LMWindowGroup to avoid lossage
1998-09-25 23:48:24 +00:00
leaf%mozilla.org
442449475f
(Actually mlm)
Branch landing: Multithreading libmocha in mozilla.
- Add new file lm_wngrp.c
1998-09-25 22:22:36 +00:00
mlm%netscape.com
a400056596
Branch landing: Multithreading libmocha in mozilla.
...
- New file to toss contexts into thread group lists and otherwise deal
with multithreading data.
1998-09-25 22:05:22 +00:00
mlm%netscape.com
044e008d91
Branch landing: Multithreading libmocha in mozilla.
...
- Add multiple window groups to allow windows to execute JS on
different threads.
- Add new context parameters to JS and libmocha functions for thread
safety.
1998-09-25 22:04:34 +00:00
cyeh%netscape.com
1572c7238d
remove old NSPR20 #ifdef
1998-09-24 20:35:44 +00:00
nisheeth%netscape.com
2c96225c3d
Adding code submitted by Ori Kravitz (orik@mercury.co.il) that informs listeners
...
of keyboard/mouse events before passing the events to JS. This is part of the
layout probe project that is trying to add test automation interfaces to the
layout engine.
1998-09-22 00:01:23 +00:00
norris%netscape.com
5ab9ae41fe
Fix bug 122041 "get illegal url when having foo.html? http://norris.html "
1998-09-21 17:49:36 +00:00
ftang%netscape.com
9d213b59bc
Make the history entry to store UTF8 text. We will graduately change FE code also to deal with UTF8 in history database. We need this to make the RDF history access correctly handle Multilingual text
1998-09-19 00:33:04 +00:00