Commit Graph

117 Commits

Author SHA1 Message Date
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
sudu%netscape.com
81e368f2cc New caps manager related changes 1998-09-17 18:12:52 +00:00
mcafee%netscape.com
3df6b8f9b3 Uninitialized variable compiler warnings on Linux 1998-09-16 09:01:25 +00:00
ftang%netscape.com
d0dce1c383 check in comment about history code may need to change later. No code change. 1998-09-08 20:21:23 +00:00
beard%netscape.com
103b9ddec6 Lazy LiveConnect fixes. 1998-09-08 19:11:50 +00:00
shaver%netscape.com
2e458c4dd4 Remove DOMSetAttribute event guck (now tweak on mocha thread with layout
lock held, and signal reflow via event).  Check doc_id before trusting
LO_Element *s.  Make <TD>.bgcolor mutable.  Use DOM_NewElement instead
of inline hackery.  Defend against NULL returns from DOM_HTMLPopElementByType.
Make PR_ASSERTs XP_ASSERT for sake of brave users.
1998-09-05 04:34:13 +00:00
shaver%netscape.com
cf61abf5d5 Wired up DOM-node destruction after firing onUnload.
Added event guck for altering attributes (will be rewritten to do
poke-and-schedule).
Tentatively blocked out LM_ClearContextStream, which looks like dead code.
1998-09-04 00:05:53 +00:00
ftang%netscape.com
90dcd5cb6b merge one of 4.06 fix. bug 123957 and 311153. approved by mlm 1998-09-03 20:53:44 +00:00
cls%seawood.org
c764d0bf4e Sync'd Makefile.ins 1998-09-02 00:54:34 +00:00
shaver%netscape.com
370196858c don't call layout from the mocha thread, and other progress 1998-09-01 12:54:17 +00:00
warren%netscape.com
076e51d218 Removed secstubn.h for mac build. 1998-09-01 04:35:11 +00:00
warren%netscape.com
e5f553820a Added requires for xpcom. 1998-09-01 02:45:39 +00:00
warren%netscape.com
b0b9d1a656 Added requires for oji and ojiimpl 1998-09-01 01:59:14 +00:00
warren%netscape.com
f7fa9e232b Changes for lazy java initialization. 1998-09-01 00:23:43 +00:00
shaver%netscape.com
8707a48d49 update NodeOps APIs 1998-08-31 22:32:57 +00:00
cls%seawood.org
4f906a6192 Added ifdef JAVA_OR_OJI around jsjava.h include. 1998-08-29 05:50:45 +00:00
shaver%netscape.com
466dc2044f move top_node and current_node into top_state, where they're invulnerable to the evil tactics of table layout 1998-08-29 02:49:13 +00:00
shaver%netscape.com
eb948eb016 actually reflow altered text 1998-08-28 13:42:25 +00:00
shaver%netscape.com
88923c2b13 current_node is always the current_node now. also: set up for text mutation 1998-08-28 10:23:35 +00:00
shaver%netscape.com
b71d90a4f3 switch to void * in lo_DocState, not DOM_Node * because too many places #include "layout.h" 1998-08-28 07:52:07 +00:00
shaver%netscape.com
53de9b517d start to flesh out lm_CDataOp (you can set the title!) and remove attrs from HTMLElementPrivate 1998-08-27 09:13:00 +00:00
shaver%netscape.com
a9c17e796f DOM stub tweakage and fixed Text/CData init 1998-08-27 05:54:01 +00:00
shaver%netscape.com
47f7c96aba added code to drive the lib/libdom stuff 1998-08-27 00:09:43 +00:00
brendan%netscape.com
f295229852 Cope with uninitialized MWContext charset id (312759, mlm). 1998-08-25 07:37:52 +00:00
brendan%netscape.com
cba29eb0ba Fix indentation nit. 1998-08-25 07:32:25 +00:00
cls%seawood.org
84f1cedcbb AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
norris%netscape.com
89522da57b Allow setting document.domain to remove the port part of the URL for later origin checks. 1998-08-17 20:04:23 +00:00
mcafee%netscape.com
3129dfb03a Privacy is passing in nil arguments to ET_PostCheckConfirmBox(), we now check for this. a=joki 1998-08-14 00:57:55 +00:00
sdagley%netscape.com
bafb230a6a Add MacFE stubs for FE_CheckConfirm and FE_SelectDialog for morse's privacy code. danm acquired the appropriate permissions from the module owners for the XP spammage. 1998-08-13 22:11:56 +00:00
danm%netscape.com
f144820e06 XP_WIN versions of the privacy FE dialogs 1998-08-12 21:46:09 +00:00
beard%netscape.com
8630892040 Changed all uses of lo_NVList to not depend on OJI being defined. 1998-08-08 20:50:22 +00:00
ramiro%netscape.com
9cad043096 DONT USE C++ COMMENT IN C FILES. Fix bustage. 1998-08-06 20:32:12 +00:00
norris%netscape.com
93c522052e Get signed JavaScript working using the non-Java capabilities code.
Also, implement a preference to run only signed JavaScript.
1998-08-06 19:46:03 +00:00
raman%netscape.com
bb30d1cf9b Adde context as argument to all caps public methods that could be used by JS 1998-08-04 23:54:29 +00:00
mjudge%netscape.com
1d8534e91b Damn almost let that one by. 1998-08-01 06:16:47 +00:00
mjudge%netscape.com
6b0c41cf00 Ender checkins got Nisheeth's approval. 1998-08-01 06:14:59 +00:00
warren%netscape.com
c9bd5d8074 Landing changes in the OJI_19980727_BRANCH since the OJI_19980727_TIP_MERGE tag. 1998-07-31 20:19:50 +00:00
mlm%netscape.com
62850ceecd Fix for bug 122467 (P0 SF1 In): Merge from 4.06 fix for 123836.
If two layers come in with the same name, rename the first one
to avoid a layer getting prematurely garbage collected or GC'd
twice.  Originally reviewed by brendan, chouck, and nisheeth.
1998-07-16 05:20:45 +00:00
morse
21aa2adc5f fix bug 161346, reviewed by valeski 1998-07-15 00:29:04 +00:00
ricardob
10bf687d31 Use MOZ_SECURITY 1998-07-02 01:15:11 +00:00
spider
365c772ff9 Normandy Merge .... 1998-06-22 21:21:28 +00:00
cmanske
a6c4d7cf1a Part of fix for SF1 bug 123355, reviewed by fur. Approved by brade, don 1998-06-12 01:22:14 +00:00
gordon
75868dcb41 Renamed debug target output file to match target name: LibMochaDebug.o. 1998-06-08 17:19:18 +00:00
gordon
f5a123ea74 Add typecast in principalsCanAccessTarget(), necessary to satisfy the Mac's more stringent compilers. The parameter should be double checked by someone who's had more sleep. 1998-06-08 11:05:01 +00:00
gordon
3afb5f4280 Remove unnecessary include for XP_MAC. 1998-06-08 11:02:20 +00:00
dveditz
f8633f6bea merging from SMARTUPDATE_BRANCH 1998-06-07 09:23:42 +00:00
sfraser
3c9b704b7f Added a needed prototype for the Mac build 1998-06-04 07:34:52 +00:00
sfraser
2f1fa4ff18 First Checked In. 1998-06-04 07:08:46 +00:00
jgellman
9f800f1e0e merge from OJI branch 1998-06-03 00:37:20 +00:00
raman
90ba9f9a0c Code to display the Signed JS and Applets UI on Mozilla thread by posting an event. Coded by morse. Approved by norris. 1998-06-01 22:10:54 +00:00
mccabe
61d5cdd55e Removed the escape and unescape functions, as they are now part of the core engine. (They've become part of the ECMA spec.) Fix to (97681). 1998-05-20 03:23:07 +00:00
toshok
32050c3897 apparently digital unix's c compiler has a problem with the work 'readonly' (it appears to be a reserved word, as far as that compiler goes). So, I'm changing all occurences of the readonly form element attribute to read_only. Thanks to berkley@cs.wustl.edu (Berkley Shands) for the report and suggested fix. 1998-05-18 21:58:00 +00:00
montulli
6c01cbbf12 changes for the new mozilla/network directory. 1998-05-11 22:02:46 +00:00
chouck
52c4b3f3ae Fix for casts inside PR_FREEIF() inspired by <rkl@csc.liv.ac.uk> 1998-05-01 17:44:19 +00:00
chouck
80d1561824 Minor memory leak 1998-05-01 17:41:02 +00:00
nisheeth
db51069e15 Added lm_trans.c to Unix makefile... 1998-04-29 10:45:43 +00:00
nisheeth
98f5e71745 Touchdown of MARINER_DOM_BRANCH. 1998-04-29 10:13:27 +00:00
jsw
ff6e79adc9 opaque sec info 1998-04-28 05:16:06 +00:00
hshaw
7d397a2885 Add jar to REQUIRES and remove references to lm_crypt.c and lm_pk11.c for security build cleanup 1998-04-27 19:07:29 +00:00
fur
b38349b61a Temporarily disable charSet info so we can compile with JAVA defined 1998-04-24 07:21:01 +00:00
fur
b905c48b88 Temporarily disable charSet info so we can compile 1998-04-24 06:26:57 +00:00
fur
6c5d7e65c6 Initial checkin of JavaScript 1.3, migrated from JSFUN13_BRANCH in /m/src repository.
(Minor changes in libmocha required to accomodate JSAPI changes.)
1998-04-24 00:32:02 +00:00
mlm
054accdbe2 Oops - back out checkin from wrong tree 1998-04-17 21:42:16 +00:00
mlm
aaa2b8b131 Minor nit fixes that I intended to check in before, reviewed by Brendan 1998-04-17 21:37:22 +00:00
mlm
95b71081b5 - Fix for ECMA conformance - remove the "assign()" hack by adding a
per-property setter function which performs the same function.

- Fix code reviewed by brendan.
1998-04-08 01:47:23 +00:00
ltabb
3b56a9af51 Free the lizard 1998-03-28 02:44:41 +00:00