Граф коммитов

526 Коммитов

Автор SHA1 Сообщение Дата
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
shaver%netscape.com 47f7c96aba added code to drive the lib/libdom stuff 1998-08-27 00:09:43 +00:00
shaver%netscape.com 7cdd89e406 added hooks to lib/libdom stuff, and exposed lo_IsEmptyTag for use by libmocha DOM hooks 1998-08-27 00:05:26 +00:00
shaver%netscape.com 4a8b348491 added first cut of Level-1 DOM (not layout or XML dependent) 1998-08-27 00:02:31 +00:00
slamm%netscape.com cceee7cbee Remove the old-style bookmarks. RDF is the way. 1998-08-26 18:35:54 +00:00
cls%seawood.org 9020b80c52 Updates to autoconf files. 1998-08-26 04:04:57 +00:00
cmanske%netscape.com ba073c0f69 Removed attempt to optimize editor layout by not relaying out entire line. Must find another solution 1998-08-25 22:48:27 +00:00
pinkerton%netscape.com de955f1d6c Allow tooltip to show up even when not on a valid cell. 1998-08-25 20:25:15 +00:00
cmanske%netscape.com ee01898559 Backed out change intended for testing only 1998-08-25 20:24:04 +00:00
pinkerton%netscape.com 7b1ce937b5 Better handling of UTF8. 1998-08-25 20:23:47 +00:00
cmanske%netscape.com 250e125823 Composer performance optimization work - FixupTableData optimizations. Added SingleSignon feature for Composer publishing. Fixed layout cell background bug - permission by nisheeth 1998-08-25 20:16:10 +00:00
ftang%netscape.com 7bc06be609 fix window UTF8 problem. But the UTF8 to UTF8 conversion before Vietnamese 1998-08-25 20:03:34 +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
pinkerton%netscape.com c8b942e490 new UTF8 drawing routines (yay!) 1998-08-25 00:04:34 +00:00
pinkerton%netscape.com 542edc1c64 Landing code from 4.5. Allows tooltips to stay around between areas that want them, instead of hiding each time. 1998-08-25 00:03:19 +00:00
pinkerton%netscape.com 28c55fe90b Landing of 4.5 changes to get new tooltips, bug fixes, and spring-loaded folders. Caused some APIs to change, I hope I got them all in derrived classes. 1998-08-25 00:02:34 +00:00
pinkerton%netscape.com eb3235d924 Changes from 4.5 to support new tooltips that don't go away when you move between two areas that desire a tooltip. 1998-08-25 00:01:56 +00:00
pinkerton%netscape.com 6657dfedfc Move EClickState to Netscape_Constants 1998-08-24 23:58:57 +00:00
pinkerton%netscape.com c97b8af359 First Checked In. 1998-08-24 23:54:19 +00:00
pinkerton%netscape.com 1ecbdd0166 Ability to set # of clicks to open row from API. 1998-08-24 19:52:47 +00:00
morse%netscape.com 05644a4520 pass current url rather than base url to single signon 1998-08-21 20:38:28 +00:00
brendan%netscape.com 3a7de85403 Insist on / after builtin at front of MIME type. 1998-08-21 08:12:14 +00:00
brendan%netscape.com cc7f77fca8 Use text/html, not HTMLAREA, as value of TEXTAREA TYPE field; debloat code. 1998-08-21 08:11:13 +00:00
pinkerton%netscape.com 6bd87d1b9f Broadcast message on mouse-up. 1998-08-20 21:49:11 +00:00
cyeh%netscape.com 526dda94c7 merging files from AUTOCONF_1_0 branch 1998-08-20 00:30:12 +00:00
cls%seawood.org 84f1cedcbb AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
cmanske%netscape.com 4ad857ace8 More table editing work: convert Excel spreadsheet to internal table format for more flexible paste options 1998-08-18 20:24:37 +00:00
pnunn%netscape.com 087f296c2c fix for #313251, migrating #312030 to mozilla. pnunn. ok'd by nisheeth. 1998-08-17 22:20:27 +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
ftang%netscape.com eef538da8f add vni support from the net for WinFE. Thansk Van Le <levan@hotmail.com> and folks 1998-08-14 20:40:27 +00:00
ftang%netscape.com 28608737d1 Check in new version of vietnam.c Thansk Van Le <levan@hotmail.com> and folks 1998-08-14 20:39:52 +00:00
ftang%netscape.com b3c4920b8d add additional interface. Thansk Van Le <levan@hotmail.com> and folks 1998-08-14 20:39:29 +00:00
ftang%netscape.com a35b117876 fix typo for last check in 1998-08-14 20:38:08 +00:00
cmanske%netscape.com d2e9510479 Fixed bug that prevented placing caret in empty table cell 1998-08-14 03:04:11 +00:00
cmanske%netscape.com 62af3ebd88 Fixed warnings thanks to UNIX compilers 1998-08-14 01:38:35 +00:00
sdagley%netscape.com b9829e39a5 Fix a functionality problem with my previous checkin - change the MacFE stubs for FE_CheckConfirm and FE_SelectDialog to the workaround versions until the actual versions are implemented. Yes the tree is in flames but these files aren't related and folks are all over the problem (akkana and jfrancis have checked in fixes for X and Mac). 1998-08-14 01:21:46 +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
mcafee%netscape.com 6af6d0afac Stubs to fix breakage from privacy backend change. 1998-08-14 00:29:13 +00:00
cmanske%netscape.com beae3c168f Fixed missing () for function call Unlink. Stupid Windows compiler. 1998-08-14 00:07:50 +00:00
cmanske%netscape.com d9272f51d1 Fixed lots of bugs. Implemented drag/drop/paste cells into existing table. 1998-08-13 23:14:33 +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
ftang%netscape.com 3a6c0ca9fa vietnamese Unicode conversion table. Thanks Van Le <levan@hotmail.com> from the net 1998-08-13 19:36:43 +00:00
ftang%netscape.com 9bfc2186aa add vietnamese support. Thanks Van Le <levan@hotmail.com> from the net 1998-08-13 19:33:52 +00:00
ftang%netscape.com b1c750b078 extend the unicode conversion from max 64 to max 128 1998-08-13 19:26:19 +00:00
toshok%netscape.com 602bdc8f86 add elements for SUPER and SUB, so that we don't lose the basline adjustment on resize (bug 313426). 1998-08-12 22:33:32 +00:00
danm%netscape.com f144820e06 XP_WIN versions of the privacy FE dialogs 1998-08-12 21:46:09 +00:00
ftang%netscape.com ed49410e8f add vps.u{f,t} . Thanks Van Le <levan@hotmail.com> from the net 1998-08-12 21:00:20 +00:00
ftang%netscape.com 1d93fbfb78 add credit lines 1998-08-12 20:58:12 +00:00
ftang%netscape.com 0fa6813c34 Add vps.txt for unicode conversion . Thaks Van Le <levan@hotmail.com> from the net 1998-08-12 19:18:59 +00:00
ftang%netscape.com a52145f74b fix problem with # 1998-08-12 19:16:01 +00:00
ftang%netscape.com 29f5d9865d fix # problem 1998-08-12 19:10:35 +00:00
akkana%netscape.com 699145defd Don't show caret on inactive Ender areas. Reviewed by cmanske. 1998-08-11 22:59:45 +00:00
ftang%netscape.com 5293dd1f32 fix bug 302137 by fallback to - on Mac. This is not really a fix . The real fix won't be here untill we have full Unicode support 1998-08-11 22:40:06 +00:00
ftang%netscape.com 5235075643 add koi8u to the cyrillic list, also fix bug 76586 by adding font list rearrange code 1998-08-11 22:22:42 +00:00
pinkerton%netscape.com 956db7dc06 Fix redraw problem on refresh with inline editing. 1998-08-11 19:15:28 +00:00
kin%netscape.com 4b4289be38 Modified lo_BeginTextareaTag() to call XP_STRCASECMP() when looking for
"HTMLAREA". Approved by nisheeth and toshok.
1998-08-11 19:10:47 +00:00
nisheeth%netscape.com 6da5d98aec Fixes bug 311240. We were crashing in layout when a new bookmark was added.
The real problem here is that RDF is overloading the HTML stream converter to 
get at the META tags.  I have a hacky fix to layout that checks for the special 
RDF slave context type and does not layout any tag other than META and HEAD.
This will get backed out as soon as we come up with a better solution...
1998-08-11 04:03:10 +00:00
ftang%netscape.com f17302162a Add cp1252 conversion tolower table and make winfe to use it.
Thanks for from the net  Antoine.Leca@renault.fr (Antoine Leca)
1998-08-10 23:29:27 +00:00
jwz%mozilla.org 31500d82ea I could tell you what this patch was for, but then I'd have to shoot you. 1998-08-10 03:50:04 +00:00