cmanske%netscape.com
348140631a
Fixed infinite loop when dropping table cells, added FE_Alert when not all cells are pasted
1998-10-03 20:21:06 +00:00
cmanske%netscape.com
fe616b3c68
Fixed complete bustage of dragging table cells in Composer
1998-10-03 18:38:36 +00:00
cmanske%netscape.com
b3e4eb4dae
More Composer publishing improvements
1998-10-03 02:25:13 +00:00
cmanske%netscape.com
f9e70e729f
Implemented callback to get username after entered in NetLib's dialog during publishing. Finished removing old password saving in editor.
1998-10-02 22:18:24 +00:00
shaver%netscape.com
3565e520fd
DOM: thread-correctness assertions
1998-10-02 20:21:31 +00:00
shaver%netscape.com
fe4e2944a2
DOM: move POP_LAYER handling into back end and start element->node wiring
1998-10-02 20:20:31 +00:00
cls%seawood.org
69f97f2f54
Moved NSPR libraries into $(NSPR_LIBS). Changed link commands to use $(NSPR_LDFLAGS) $(NSPR_LIBS).
1998-10-02 08:58:54 +00:00
shaver%netscape.com
e422ed1039
(DOM) end style-forced layers
1998-10-02 02:12:47 +00:00
toshok%netscape.com
83d178ac20
remove asserts and replace them with helpful comments.
1998-10-02 01:56:37 +00:00
shaver%netscape.com
765624d139
(#if DOM) initialize variables, check for NULL, call the right functions -- basically, don't be a total moron
1998-10-02 00:46:27 +00:00
shaver%netscape.com
217a13ac87
add LM_Set/ClearNodeFlags
1998-10-02 00:10:16 +00:00
shaver%netscape.com
1675302421
more DOM style stuff, fix some warnings, conditionally prune looks-dead-to-me code, support font-weight:bold/normal
1998-10-02 00:09:52 +00:00
shaver%netscape.com
83d970858d
break out MOZILLA_CLIENT db creation for thread purity reasons
1998-10-02 00:03:54 +00:00
cyeh%netscape.com
d02afae045
remove old MOCHA define, in preparation for removing DMOCHA from build.
1998-10-01 22:04:27 +00:00
cyeh%netscape.com
ce545a5978
this is a redundent define, since rules.mk includes config.mk, where MOCHA
...
is already defined. preparation to remove -DMOCHA from build
1998-10-01 22:01:24 +00:00
cltbld%netscape.com
37a48db0d5
Set NavigationLib to weak linked
1998-10-01 19:08:39 +00:00
ftang%netscape.com
a116300286
remove unused code
1998-10-01 13:31:48 +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
sdagley%netscape.com
b443828d42
Fix build bustage - if you're going to call an external function INCLUDE THE F**KING HEADER that defines the prototype (i.e. prmem.h for PR_Free()).
1998-10-01 02:47:26 +00:00
brendan%netscape.com
b42f722f00
Detabify, 80th column sacrilege fixups, etc.
1998-10-01 02:15:01 +00:00
norris%netscape.com
c4ff5817c7
Fix bug 326297: various security holes caused by lack of quoting around
...
displayed URLs.
1998-10-01 00:23:05 +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
cmanske%netscape.com
d7963a0b2d
Added more support to change list to blockquote
1998-09-30 20:30:51 +00:00
cls%seawood.org
40da7df1e3
Moved files out of MOZ_EDITOR ifdef to fix breakage under MOZ_LITE. Thanks to Tim Rowley <tor@cs.brown.edu> for the fix.
1998-09-30 18:40:05 +00:00
jfrancis%netscape.com
4b3eecd551
Making the world safe for MacOS 8.1
1998-09-30 18:31:22 +00:00
kin%netscape.com
0f25d20670
Fix for bug #325661 : ENDER: Reseting a form with an HTMLArea displays a dialog.
...
mozilla/cmd/xfe/forms.c
mozilla/lib/layout/editor.cpp
- Modified EDT_SetDefaultHTML() to call ReadFromBuffer instead
of EDT_PasteHTML. It can also handle the case where pHTML is null.
mozilla/lib/layout/edtbuf.cpp
- Modified ReadFromBuffer to handle case where pBuffer is null.
1998-09-30 18:26:53 +00:00
ftang%netscape.com
618b7b4afb
check in latest koiu patch. Thanks Dmitry Kohmany dk+mozilla@farm.org from the net
1998-09-30 12:16:01 +00:00
ftang%netscape.com
6c43ad1272
check in vietnamese cp1258 XP patch from Van Le
1998-09-30 10:31:32 +00:00
brendan%netscape.com
e442722337
LO_GetBuiltinByIndex should not be ifdef JAVA or OJI.
1998-09-30 07:06:56 +00:00
shaver%netscape.com
9457de7e30
we need RDF now
1998-09-30 06:11:58 +00:00
valeski%netscape.com
9351a78e13
fixing build bustage
1998-09-30 05:32:13 +00:00
shaver%netscape.com
800eb77a5f
start on DOM version of lo_SetStyleSheetLayerProperties
1998-09-30 05:03:27 +00:00
shaver%netscape.com
f05a6f76b6
remove bogus (vestigial?) builtin_count reference
1998-09-30 03:48:49 +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
cmanske%netscape.com
39f35dde38
Added check for USEMAP when deciding default border width in image tag
1998-09-30 01:20:14 +00:00
cls%seawood.org
74ea382ef2
Changed check for EDITOR to MOZ_EDITOR.
1998-09-30 00:53:10 +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
cls%seawood.org
07b1e47884
Finished off MOZ_USER_DIR patch. This allows developers to change config-dir at compile time. Defaults to .netscape for classic build and .mozilla for autoconf build.
1998-09-30 00:23:45 +00:00
cmanske%netscape.com
d2058ee519
Fixed more Composer bugs
1998-09-30 00:01:40 +00:00
toshok%netscape.com
b83171d4c7
include prsystem.h to fix build
1998-09-29 23:58:54 +00:00
shaver%netscape.com
c9f6712c37
fix sloppy errors in DOM_GetStyleDatabaseFromContext
1998-09-29 23:32:58 +00:00
shaver%netscape.com
18b85a8f41
initialize toplevel <HTML> properly (duh)
1998-09-29 23:22:25 +00:00
shaver%netscape.com
ebd6bef33c
lock layout when setting up style_db
1998-09-29 23:11:05 +00:00
valeski%netscape.com
a7268ea7a6
removed NET_HostName() call as this routine is no longer implemented.
1998-09-29 22:51:30 +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