Commit Graph

115 Commits

Author SHA1 Message Date
briano%netscape.com
232e3ba63b Fix to shut up the compilers on OSF/1. 1998-11-15 08:46:54 +00:00
sudu%netscape.com
8a54605f1b Changes to support liveconnect security using ProxyJNI 1998-11-02 23:11:38 +00:00
raman%netscape.com
06c445dbcc Added JavaScript object for background download 1998-10-28 20:17:56 +00:00
dougt%netscape.com
97b09fb24f Added lm_bkgrd.c to project 1998-10-28 20:15:41 +00:00
nhotta%netscape.com
2017acf95a Added lm_env.c. 1998-10-22 20:55:09 +00:00
nhotta%netscape.com
84d74cf317 Added lm_env.c. 1998-10-22 20:35:54 +00:00
nhotta%netscape.com
b1af59cdce Added environment object. 1998-10-22 20:33:31 +00:00
nhotta%netscape.com
5ca5633486 Added lm_DefineEnvironment. 1998-10-22 20:13:47 +00:00
nhotta%netscape.com
944d65db04 Implements environment object. 1998-10-22 20:09:16 +00:00
timm%netscape.com
77d5f6b3fd first cut at JS reflection of dialer stack 1998-10-21 04:48:51 +00:00
timm%netscape.com
890fad5742 added JSTARGET_UNIVERSAL_DIALER_ACCESS 1998-10-21 04:47:19 +00:00
cls%seawood.org
ed2a7f5f65 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
51896259f4 remove stale DOM span/transclusion code 1998-10-19 20:45:03 +00:00
cyeh%netscape.com
0cd0b384a6 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
582327af4c Fixed tree generation and added new STYLE_NODE flags for content-hiding. 1998-10-15 18:34:05 +00:00
mccabe%netscape.com
2ae425ed8c 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
4cd3ea1d09 include config.mk - fixes DOM problem (export lm_dom, etc.) 1998-10-11 01:10:11 +00:00
shaver%netscape.com
97d95775a6 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
7e5ac89ccc Fix for running with JS disabled; would core dump before. 1998-10-08 21:45:24 +00:00
mlm%netscape.com
bdb9c24cc4 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
66f4d8f58f Adding -reg_mode flag related changes 1998-10-06 21:12:46 +00:00
shaver%netscape.com
99951935a9 DOM: thread-correctness assertions 1998-10-02 20:21:31 +00:00
shaver%netscape.com
1f8f0c1e2e add LM_Set/ClearNodeFlags 1998-10-02 00:10:16 +00:00
brendan%netscape.com
8df3452f9a Don't hold layout lock on error return; other misc. cleanups; XXXX todos. 1998-10-01 03:24:06 +00:00
brendan%netscape.com
f619aebd95 Detabify, 80th column sacrilege fixups, etc. 1998-10-01 02:15:01 +00:00
beard%netscape.com
dc0a157af9 Fixed prototype for newJSPrincipalsFromArray(JSContext *cx, void *principalsArray, void *pNSISecurityContext). 1998-09-30 21:15:22 +00:00
sudu%netscape.com
53eb165611 Changes to support secure liveconnect 1998-09-30 20:41:35 +00:00
shaver%netscape.com
eacca1eabe we need RDF now 1998-09-30 06:11:58 +00:00
brendan%netscape.com
8b7f210e05 - 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
e0264977ba Add rdf dependancy -- fix Linux build 1998-09-30 02:05:19 +00:00
brendan%netscape.com
a06f59bc50 Use XP_ASSERT, not PR_ASSERT, for continuable assertbotches in mozilla.exe. 1998-09-30 01:41:04 +00:00
rjc%netscape.com
feb721781c Reflect Shack into JavaScript. Reviewed and approved by Brendan (libMocha) and Nisheeth (Layout). 1998-09-30 00:53:09 +00:00
rjc%netscape.com
93b0497297 First Checked In. 1998-09-30 00:51:18 +00:00
shaver%netscape.com
0e14804238 initialize toplevel <HTML> properly (duh) 1998-09-29 23:22:25 +00:00
slamm%netscape.com
0d42ec3a14 Fix build bustage. Put a newline at the end of the file. 1998-09-29 22:33:36 +00:00
pinkerton%netscape.com
cbdebf6f68 remove semicolon after #ifdef. 1998-09-29 22:05:27 +00:00
shaver%netscape.com
998a568bb4 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
fb98384818 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
1fff0d4271 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
7a22b7d626 Fix bug 325937.
Reviewed by brendan.
1998-09-29 00:31:47 +00:00
beard%netscape.com
f75844e8d8 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
570e77faa9 (Actually mlm)
- Fix return of NULL that should be (JSCFResult) 0
1998-09-25 23:48:51 +00:00
cyeh%netscape.com
fcb4be7c65 (Actually mlm)
- Remove double definition of LMWindowGroup to avoid lossage
1998-09-25 23:48:24 +00:00
leaf%mozilla.org
8df942e1bb (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
5e4dac6588 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
64e462e071 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
cd63fa33fb remove old NSPR20 #ifdef 1998-09-24 20:35:44 +00:00
nisheeth%netscape.com
2dca8fa991 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
74ff9e9d38 Fix bug 122041 "get illegal url when having foo.html?http://norris.html" 1998-09-21 17:49:36 +00:00
ftang%netscape.com
6ac4d83b71 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