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

8738 Коммитов

Автор SHA1 Сообщение Дата
cyeh%netscape.com 1a89503957 (Actually mlm)
- Remove double definition of LMWindowGroup to avoid lossage
1998-09-25 23:48:24 +00:00
kipp%netscape.com b549d341b5 Added support for percentage base margins to the root, root-content and block frames 1998-09-25 23:47:59 +00:00
kipp%netscape.com 696f3744c6 Added in support for border/padding/background-* properties for the HTML frame; added support for margin properties on the child of the HTML frame 1998-09-25 23:39:06 +00:00
kipp%netscape.com 828065ecaf Removed scrollbar sizing from body frame 1998-09-25 23:38:30 +00:00
kipp%netscape.com 6e274e26b0 Added rules to properly setup HTML and BODY and FRAMESET 1998-09-25 23:38:10 +00:00
kipp%netscape.com 69a575c5c0 Fixed the value of the background-image property when it's not set in the composite background property 1998-09-25 23:35:55 +00:00
cls%seawood.org 8b0728a826 Moved EDITOR ifdefs as moc does not seem to be able to handle ifdef'ing out entire functions. 1998-09-25 23:30:38 +00:00
cls%seawood.org f9936e95fe Removed libmsgc21 from link line. Removed old history files. Removed msg from REQUIRES. 1998-09-25 23:29:27 +00:00
cls%seawood.org d7386ef465 Removed libmsgc21 from link line. 1998-09-25 23:25:54 +00:00
vidur%netscape.com e0a756cfc5 Added FieldSetElement interface 1998-09-25 23:23:53 +00:00
spider%netscape.com e9147ec518 Have View look at their Model for deciding how to render
content
1998-09-25 23:13:11 +00:00
rpotts%netscape.com 6270225eaf Fix build bustage of MODULAR_NETLIB... 1998-09-25 23:08:21 +00:00
kipp%netscape.com f33983a700 Backed out last change since it was too aggressive 1998-09-25 22:53:48 +00:00
troy%netscape.com d5336ff9ad Moved ContentReplaced() handler code to style system 1998-09-25 22:47:00 +00:00
jsun%netscape.com 711ea6293a Remove msgc from link list since not used 1998-09-25 22:33:49 +00:00
rpotts%netscape.com 3f5b0e41ec Initialized the returned rect in GetBounds() even if the HWND is null. This fixed a reference to uninitialized memory... 1998-09-25 22:26:28 +00:00
rpotts%netscape.com 0f907e346e Reworked the way that refresh URLs are handled... 1998-09-25 22:25:21 +00:00
rpotts%netscape.com 94db3871fe Added reference counting to modular netlib Contexts... 1998-09-25 22:24:32 +00:00
rpotts%netscape.com 77a8f2e17a Added a proxy routine for net_CallexitRoutine(...) so it would be called on the correct thread at the proper time... 1998-09-25 22:24:09 +00:00
dcone%netscape.com ceab676b16 fixed offset problems and parent heiarchy problems 1998-09-25 22:23:58 +00:00
dcone%netscape.com 6698766954 Added NS_NATIVE_OFFSETX and Y for getnativedata. Mac needed for the renderingcontext 1998-09-25 22:22:57 +00:00
leaf%mozilla.org 442449475f (Actually mlm) Branch landing: Multithreading libmocha in mozilla. - Add new file lm_wngrp.c 1998-09-25 22:22:36 +00:00
rpotts%netscape.com 0ffc658c65 moved the define of NETLIB_THREAD out into config/config.mak 1998-09-25 22:22:32 +00:00
rpotts%netscape.com dcf1e5fda2 changed the call to net_CallExitRoutine to net_CallExitRoutineProxy() so that if netlib is running in its own thread, the call can be dispatched to the correct thread... IF netlib is running in the mozilla thread, net_CallExitRoutine(...) is called directly. 1998-09-25 22:21:50 +00:00
leaf%mozilla.org c3b91a956b (Actually mlm) Branch landing: Multithreading libmocha in mozilla. - Remove lm_crippled_context from export list. 1998-09-25 22:21:40 +00:00
dcone%netscape.com 39e02c3de4 Added setorigin to init and destructor 1998-09-25 22:19:54 +00:00
rpotts%netscape.com 78c5683302 Added a reference count field to MWContext when MODULAR_NETLIB is defined. This is necessary because MWContexts are now shared by multiple threads... 1998-09-25 22:19:50 +00:00
rpotts%netscape.com 2510319d2f Added a define for NETLIB_THREAD when the MODULAR_NETLIB environment variable is defined 1998-09-25 22:18:43 +00:00
mlm%netscape.com 72900d7998 Branch landing: Multithreading libmocha in mozilla.
- Add context parameter to LM_LockJS and friends.
1998-09-25 22:12:33 +00:00
mlm%netscape.com 71c0ede983 Branch landing: Multithreading libmocha in mozilla.
- Move jscookie.h to include directory.
- Add JS_BeginRequest and JS_EndRequest for thread safety.
1998-09-25 22:11:47 +00:00
mlm%netscape.com 31c6026df6 Branch landing: Multithreading in mozilla.
- Move JSCF_Execute to the mocha thread.
- Add JS_BeginRequest and JS_EndRequest for thread safety.
1998-09-25 22:10:49 +00:00
mlm%netscape.com c8848836e7 Branch landing: Multithreading libmocha in mozilla.
- Remove reference to lm_crippled_context; add an accessor function instead.
1998-09-25 22:09:58 +00:00
mlm%netscape.com 5d331a9642 Branch landing: Multithreading libmocha in mozilla.
- Add cx parameter to LM_LockJS and friends.
1998-09-25 22:09:03 +00:00
mlm%netscape.com 015570f67c Branch landing: Multithreading libmocha in mozilla.
- Add JS_BeginRequest and JS_EndRequest calls
- Add context parameters to some functions
1998-09-25 22:08:28 +00:00
mlm%netscape.com 20df2ffd57 Branch landing: Multithreading libmocha in mozilla.
- Add JS_BeginRequest() and JS_EndRequest() to make sure contexts don't
   stomp on each other.
1998-09-25 22:07:48 +00:00
michaelp%netscape.com a65bbd88c2 New style test 1998-09-25 22:07:41 +00:00
mlm%netscape.com 78de77333c Branch landing: Multithreading libmocha in mozilla.
- Add context parameter to LM_LockJS and friends.
1998-09-25 22:06:47 +00:00
mlm%netscape.com cd9a2958bb Branch landing: Multithreading in libmocha.
- Add parameters to LM_LockJS and friends.
1998-09-25 22:06:09 +00:00
mlm%netscape.com a400056596 Branch landing: Multithreading libmocha in mozilla.
- New file to toss contexts into thread group lists and otherwise deal
   with multithreading data.
1998-09-25 22:05:22 +00:00
mlm%netscape.com 044e008d91 Branch landing: Multithreading libmocha in mozilla.
- Add multiple window groups to allow windows to execute JS on
   different threads.
- Add new context parameters to JS and libmocha functions for thread
   safety.
1998-09-25 22:04:34 +00:00
mlm%netscape.com 16b663637d Branch landing: Multithreading libmocha in mozilla.
- Change semantics of LM_LockJS to add context parameter.
1998-09-25 22:03:37 +00:00
mlm%netscape.com 436a20c45b Branch landing: Multithreading libmocha in mozilla.
- Add casts to make -DJS_THREADSAFE work.
1998-09-25 22:02:47 +00:00
mlm%netscape.com 8a7f9bed7f Branch landing: Multithreading libmocha in mozilla.
- Add -DJS_THREADSAFE
1998-09-25 22:02:19 +00:00
mlm%netscape.com 5a8d620476 Branch landing: Multithreading libmocha in mozilla.
- Add jscookie.h
- Move JSCF_ function to mocha thread for thread safety.
- Add functions to libevent.h to deal with multiple window groups.
- Add functions to libmocha.h to deal with multiple window groups.
1998-09-25 22:01:25 +00:00
mlm%netscape.com 7c0b3bf591 Branch landing: Multithreading in mozilla.
- Add -DJS_THREADSAFE to builds.
1998-09-25 22:00:13 +00:00
mlm%netscape.com 061c840379 Branch landing: Multithreading in mozilla.
- Add -DJS_THREADSAFE and new file lm_wngrp.c.
1998-09-25 21:59:47 +00:00
toshok%netscape.com dc22e22364 package is addresscard, not AddressCard 1998-09-25 21:25:57 +00:00
cyeh%netscape.com fd6918e6fe removing obsolete project files 1998-09-25 21:18:14 +00:00
toshok%netscape.com b8355b9366 package is addresscard, not AddressCard 1998-09-25 21:14:20 +00:00
spider%netscape.com 5af597daab Shutdown Inet 1998-09-25 21:07:57 +00:00