Commit Graph

485 Commits

Author SHA1 Message Date
cmanske%netscape.com
ed4be6ae13 Fixed build bustage for Mac 1998-09-02 16:08:46 +00:00
ramiro%netscape.com
cb251ba871 Add support for -config-dir command line flag. That means mozilla can now
use a configdir other that ~/.netscape without having to do HOME environment
hacks.
Thanks to Aleksey Nogin (ayn2@cornell.edu) for doing all the work and being
patient for me to actually check the stuff in.
1998-09-02 14:29:42 +00:00
cmanske%netscape.com
962c1716b5 Composer work: Check for valid charset in metatag, paste character style, split table cell, optimization for table cell layout (not turned on), remove P_MENU, P_DIRECTORY support for UIs 1998-09-02 14:21:41 +00:00
mcafee%netscape.com
028d2f0c99 Moving getBuiltInAttribute() from winfe to layout, it's now LO_GetBuiltInAttribute(). a+r=nisheeth 1998-09-02 09:13:50 +00:00
morse%netscape.com
efc4421e7b enable trust labels for unix 1998-09-02 05:06:15 +00:00
cls%seawood.org
c764d0bf4e Sync'd Makefile.ins 1998-09-02 00:54:34 +00:00
akkana%netscape.com
98dcf5d056 Call new FE_EncodingDialog 1998-09-01 22:19:12 +00:00
pinkerton%netscape.com
e47a248d86 turn on trust labels for mac and fix mac problem. 1998-09-01 20:22:11 +00:00
pinkerton%netscape.com
daf1ee2a34 turn on trust labels on mac. 1998-09-01 20:21:19 +00:00
pinkerton%netscape.com
3fc74a90ab making RefreshRowRange const. 1998-09-01 20:19:34 +00:00
pinkerton%netscape.com
4178d83fab updated for new CProgressCaption 1998-09-01 20:16:43 +00:00
mjudge%netscape.com
465c5b414a Ender reload and new toolbar code 1998-09-01 18:53:36 +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
shaver%netscape.com
ef49fc27e9 fix dumb typo (how embarrassing) 1998-09-01 12:52:30 +00:00
nisheeth%netscape.com
48b8f0c27a Fix for bug# 313278. Random links on the page were unclickable.
The problem was that the width and height of the dummy floating element that gets appended to the line list were not being initialized to 0 in lo_AppendFloatToLineList() and was
fooling the selection code into thinking that the floating element is insanely large.
So, the link wasn't being returned to the FE when you moused over it.
1998-09-01 05:40:50 +00:00
warren%netscape.com
076e51d218 Removed secstubn.h for mac build. 1998-09-01 04:35:11 +00:00
warren%netscape.com
f24283740c Added xpcom dependency. 1998-09-01 03:30:59 +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
c05a45b75a Added ojiimpl requirement for jvmmgr.h 1998-09-01 01:19:59 +00:00
warren%netscape.com
f7fa9e232b Changes for lazy java initialization. 1998-09-01 00:23:43 +00:00
shaver%netscape.com
67aaece432 JS_InternString is volatile, so I'll avoid its use 1998-08-31 22:46:06 +00:00
shaver%netscape.com
8707a48d49 update NodeOps APIs 1998-08-31 22:32:57 +00:00
shaver%netscape.com
cb97057b16 avoid dangerous JS_InternString call, and update NodeOps APIs 1998-08-31 22:31:44 +00:00
morse%netscape.com
f44e9d0abf disable trust labels for mac 1998-08-30 13:55:38 +00:00
morse%netscape.com
9762f635fc I give up, backing out trust labels 1998-08-30 08:49:56 +00:00
morse%netscape.com
744e8b349d another attempt to fix linux bustage 1998-08-30 06:46:25 +00:00
morse%netscape.com
b9fe3bde6f attempt to fix build bustage on Sun in gromit tinderbox 1998-08-30 06:10:12 +00:00
morse%netscape.com
1f1e9d9114 second attempt to fix linux bustage on gromit 1998-08-30 05:47:25 +00:00
morse%netscape.com
3584e17426 attempt to fix linux bustage on gromit 1998-08-30 04:49:13 +00:00
morse%netscape.com
2b6d38fe3c added trust labels 1998-08-30 03:40:51 +00:00
shaver%netscape.com
5a94b3051c don't use JS_InternString for now -- weird crash in JS_AtomizeString 1998-08-29 23:46:47 +00:00
cls%seawood.org
a1771a6556 Needed for --enable-dom. 1998-08-29 22:28:46 +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
27f566b792 Move current_node and top_node to top_state, to protect them from tables.
Handle table and row and cell data.
(We do nested-table text now.)
1998-08-29 02:52:27 +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
pinkerton%netscape.com
60fb2b6a1c New RowIsContainer method which can replace CellHasDropFlag to determine if the row is a container and if it is currently expanded or collapsed. Fixed auto-expand d&d to use this instead of CellHasDropFlag so it will still autoexpand when drop flags are not used. 1998-08-28 20:32:00 +00:00
shaver%netscape.com
eb948eb016 actually reflow altered text 1998-08-28 13:42:25 +00:00
shaver%netscape.com
afbbab923a wire up DOM_Nodes and LO_Elements; maybe fix <LI> CSS bug? (all #if DOM) 1998-08-28 10:29:42 +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
e4fba63645 break universal dep on lm_dom.h; start wiring DOM_Node<->LO_Element 1998-08-28 07:53:18 +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
morse%netscape.com
d2eb44cfd2 single-signon fix 1998-08-27 21:05:58 +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
459b96907c implemented cdata_setter 1998-08-27 09:11:45 +00:00
shaver%netscape.com
aab1690d97 protect against multiple inclusion (possibe now with DOM/layout/libmocha) 1998-08-27 05:54:56 +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
5998e7b720 Added CData operations (append, insert, delete, replace, substring).
Added Element {[sg]et,remove}Attribute
Check for illegal child in Node ops appendChild, insertBefore and replaceChild.
1998-08-27 05:25:40 +00:00
shaver%netscape.com
cc4e42f76a fix typo and kill warning 1998-08-27 00:17:40 +00:00
shaver%netscape.com
ee752ab916 build libdom (if DOM) 1998-08-27 00:14:53 +00:00