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

679 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org a936506e81 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 071391e3e8 (DOM) end style-forced layers 1998-10-02 02:12:47 +00:00
toshok%netscape.com d0975ba5ae remove asserts and replace them with helpful comments. 1998-10-02 01:56:37 +00:00
shaver%netscape.com cd7c6bfbc0 (#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 1f8f0c1e2e add LM_Set/ClearNodeFlags 1998-10-02 00:10:16 +00:00
shaver%netscape.com e044775eba 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 259f2c800c break out MOZILLA_CLIENT db creation for thread purity reasons 1998-10-02 00:03:54 +00:00
cyeh%netscape.com 17b04e1697 remove old MOCHA define, in preparation for removing DMOCHA from build. 1998-10-01 22:04:27 +00:00
cyeh%netscape.com be4a067244 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 d0eac5090e Set NavigationLib to weak linked 1998-10-01 19:08:39 +00:00
ftang%netscape.com 029b1a57c2 remove unused code 1998-10-01 13:31:48 +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
sdagley%netscape.com 25b2080e5a 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 f619aebd95 Detabify, 80th column sacrilege fixups, etc. 1998-10-01 02:15:01 +00:00
norris%netscape.com 8647812478 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 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
cmanske%netscape.com d143054f6f Added more support to change list to blockquote 1998-09-30 20:30:51 +00:00
cls%seawood.org 10f6c80c52 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 b533e1db9b Making the world safe for MacOS 8.1 1998-09-30 18:31:22 +00:00
kin%netscape.com 973c7b27a2 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 da6f3d6be5 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 8accb817d0 check in vietnamese cp1258 XP patch from Van Le 1998-09-30 10:31:32 +00:00
brendan%netscape.com 02f7050108 LO_GetBuiltinByIndex should not be ifdef JAVA or OJI. 1998-09-30 07:06:56 +00:00
shaver%netscape.com eacca1eabe we need RDF now 1998-09-30 06:11:58 +00:00
valeski%netscape.com f25cea79dc fixing build bustage 1998-09-30 05:32:13 +00:00
shaver%netscape.com 0b399084d5 start on DOM version of lo_SetStyleSheetLayerProperties 1998-09-30 05:03:27 +00:00
shaver%netscape.com 3f67e1c47f remove bogus (vestigial?) builtin_count reference 1998-09-30 03:48:49 +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
cmanske%netscape.com 5318afdbca Added check for USEMAP when deciding default border width in image tag 1998-09-30 01:20:14 +00:00
cls%seawood.org b68d27d653 Changed check for EDITOR to MOZ_EDITOR. 1998-09-30 00:53:10 +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
cls%seawood.org 1d2a2f6f97 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 65a3224235 Fixed more Composer bugs 1998-09-30 00:01:40 +00:00
toshok%netscape.com 60b4f20229 include prsystem.h to fix build 1998-09-29 23:58:54 +00:00
shaver%netscape.com e66a45f8eb fix sloppy errors in DOM_GetStyleDatabaseFromContext 1998-09-29 23:32:58 +00:00
shaver%netscape.com 0e14804238 initialize toplevel <HTML> properly (duh) 1998-09-29 23:22:25 +00:00
shaver%netscape.com c294428ec2 lock layout when setting up style_db 1998-09-29 23:11:05 +00:00
valeski%netscape.com c560f2f317 removed NET_HostName() call as this routine is no longer implemented. 1998-09-29 22:51:30 +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
cyeh%netscape.com 82d153f4ec Remove old NSPR20 #ifdef 1998-09-29 21:29:23 +00:00
cyeh%netscape.com b5369e7fe9 Remove old NSPR20 #ifdefs 1998-09-29 21:28:25 +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
cyeh%netscape.com 79abd7d8a7 Remove old MOCHA #ifdefs 1998-09-29 20:55:21 +00:00
pinkerton%netscape.com 732973c520 remove explicit LListener inheritance. 1998-09-29 17:35:23 +00:00