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

550 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%netscape.com cb8be4b9dc improper use of volatile 1998-09-29 17:31:52 +00:00
pinkerton%netscape.com 7c640d6f80 Updated projects for Pro4. Turned off mod-date caching for depend builds. Using InterfacesStubs wrapper where appropriate for Carbon. 1998-09-29 17:11:00 +00:00
cyeh%netscape.com 59cbdde428 removing old NSPR20 and MOCHA #ifdefs 1998-09-28 20:26:20 +00:00
cyeh%netscape.com d9b3e33a35 remove old NSPR20 #ifdefs 1998-09-28 20:22:36 +00:00
cyeh%netscape.com a2eec6b4b5 remove old #ifdefs 1998-09-28 20:20:42 +00:00
cyeh%netscape.com 68889d400f remove old NSPR20 #ifdef 1998-09-28 20:19:24 +00:00
cyeh%netscape.com e2b6088652 removing old NSPR20 #ifdefs 1998-09-28 20:17:44 +00:00
cyeh%netscape.com 993ce82706 removing old NSPR20 #ifdef 1998-09-28 20:13:36 +00:00
cyeh%netscape.com 0f4c4c40f4 remove old NSPR20 #ifdef 1998-09-28 20:08:32 +00:00
michaelp%netscape.com f9450d5c7c fixes for unix bustage. 1998-09-27 23:44:28 +00:00
michaelp%netscape.com 399c2bfd05 obsolete. 1998-09-27 22:25:13 +00:00
michaelp%netscape.com 7215b85bbf added support for plugintaginfo2 and jvmtaginfo. 1998-09-27 22:24:54 +00:00
michaelp%netscape.com 3d068804fb added support for pluginmanager2 methods. 1998-09-27 22:23:19 +00:00
michaelp%netscape.com 348f4d74dd cleanup. now supports stream "as file" and "as file only." added support
for pluginmanager2 methods (largely stubs). now correctly handles URLNotify().
we noew report our user agent as 5.0. can now load 5.0 style plugins from DLLs
and instantiate them properly.
1998-09-27 22:21:39 +00:00
michaelp%netscape.com c25921fcd8 removed attribute queries. added ShowStatus(). 1998-09-27 22:17:00 +00:00
michaelp%netscape.com 774736760d we no longer consider failures from GetAttributes() or even expect the
plugin host to implement it.
1998-09-27 22:16:00 +00:00
michaelp%netscape.com 2cff76a750 now properly handles queries for nsIFactory. 1998-09-27 22:14:15 +00:00
michaelp%netscape.com 6c4989fbca now reflect our dependency on OJI. 1998-09-27 22:12:59 +00:00
michaelp%netscape.com 53316363b6 changes to support using OJI with raptor. 1998-09-27 22:11:12 +00:00
raman%netscape.com 2bd5d4f664 exit gracefully if gNavCenter is NULL 1998-09-27 01:22:03 +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
saari%netscape.com 6fdfd094d8 This should fix the burning Mac tree... 1998-09-25 16:29:55 +00:00
cyeh%netscape.com fa2cd13350 remove crusty old NSPR20 #ifdef 1998-09-25 00:30:06 +00:00
cyeh%netscape.com 26a561928e removing old NSPR20 #ifdef 1998-09-24 20:36:57 +00:00
sman%netscape.com 5fe462c726 Layer updates 1998-09-24 18:41:30 +00:00
ramiro%netscape.com 37cfc481c1 Fix classic off-by-one strcat buffer error.
Thanks to Michael O'Reilly <michael@metal.iinet.net.au> for providing the fix.
1998-09-24 09:27:37 +00:00
beard%netscape.com 60f7e019a9 create_java_vm_impl was always failing. 1998-09-24 01:20:09 +00:00
hyatt%netscape.com 07a7a44e54 Tweaks to the HTML pane calls to make sure they use the template. 1998-09-24 00:07:17 +00:00
jsun%netscape.com ad4a27889c added the timestamp and start,end range of events to NSCalendar. 1998-09-23 00:04:34 +00:00
cls%seawood.org 3d201b1124 Sync'd Makefile.ins 1998-09-22 23:01:29 +00:00
beard%netscape.com 10ec2dfb72 Need a real plugin manager reference. 1998-09-22 22:23:35 +00:00
beard%netscape.com 95b930e4a2 Removed redundant (wrong) declaration of local variable err from GetLiveconnect(), which was shadowing another declaration of err in an outer scope. 1998-09-22 22:02:33 +00:00
wtc%netscape.com 3b8cb781fb NO_NSPR_PRIVATE_HEADER_BRANCH landing. Removed the inclusions of
private NSPR headers (prosdep.h and primpl.h) from the Mozilla source.
The part of prosdep.h that is actually needed by Mozilla was extracted
and put in the new file mozilla/include/xp_path.h.
1998-09-22 16:59:57 +00:00
raman%netscape.com b9b3fa972c Turn on the autoupdate preference by default. OK'ed by cathleen and jar. At this point, this is more for demo of Autoupdate feature on windows 1998-09-22 04:17:52 +00:00
raman%netscape.com 6c3dc09a6f On windows if smartupdate is not enabled, enable autoupdate manually. OK'ed by cathleen and jar. This is more for demo of Autoupdate feature 1998-09-22 04:16:31 +00:00
cls%seawood.org d0aa3e2bd1 Sync'd Makefile.ins with corresponding Makefiles. Fixed problems with autoconf build. Thanks to Christopher Blizzard <blizzard@appliedtheory.com> and Tom Rini <trini@kernel.crashing.org>. 1998-09-22 03:47:27 +00:00
blizzard%appliedtheory.com 13c173f5cf Only build liveconnect methods if OJI is defined 1998-09-22 02:26:12 +00:00
blizzard%appliedtheory.com 8e6f443d2a Include caps includes for prototypes 1998-09-22 02:25:43 +00:00
hyatt%netscape.com 65cab71175 More properties added and template support for SHACK added. 1998-09-22 00:23:53 +00:00
beard%netscape.com 423978edb9 Removed nsINetworkManager. 1998-09-21 22:18:43 +00:00
nisheeth%netscape.com 6be5f553af Adding files created by Ori Kravitz (orik@mercury.co.il) for exposing
interfaces for testing the layout engine.
1998-09-21 22:16:41 +00:00
nisheeth%netscape.com f18b714ba8 Adding build support for modules/libtest if MOZ_LIBTEST is defined. 1998-09-21 22:08:05 +00:00
sudu%netscape.com 744428a731 Added back a initializer which I missed in last merge 1998-09-21 21:01:16 +00:00
beard%netscape.com 24604b9239 Added JVM_SpendTime. 1998-09-21 20:47:21 +00:00
beard%netscape.com f1af088431 Added SpendTime to nsIJVMPlugin. Only turned on for XP_MAC, to avoid breaking other's plugins. 1998-09-21 20:41:19 +00:00
blizzard%appliedtheory.com 7c741a205d Add the include/private directory to the include path 1998-09-21 18:18:29 +00:00
spider%netscape.com 452a35eae0 Adding NPL's which were mistakenly forgotten upon initial checkin 1998-09-21 17:18:04 +00:00
spider%netscape.com bd49fcafa4 WIP: NLS stub implementation on NSPR 1998-09-21 16:13:08 +00:00
mcafee%netscape.com ef36717cc9 Merging SmartBrowsing prefs in from Nova. 1998-09-21 04:44:42 +00:00
blizzard%appliedtheory.com 74bdf9ccea Bring autoconf build into sync with non-autoconf build 1998-09-19 22:40:53 +00:00
mcafee%netscape.com b9d6a8c0da Adding support for non-X11 Unix systems 1998-09-19 06:21:01 +00:00
raman%netscape.com 027af889b3 Added support for unsigned JAR files. This feature is controlled by a preference 1998-09-19 01:27:20 +00:00
raman%netscape.com bd69f4db52 Added a preference to control unsigned JAR files for SmartUpdate 1998-09-19 01:26:21 +00:00
spider%netscape.com c6621748dd WIP: UnicodeString -> nsString 1998-09-18 22:18:44 +00:00
spider%netscape.com 2d3a7e401a Fix windows build bustage 1998-09-18 21:42:28 +00:00
spider%netscape.com 83f4b67b8d export header files for calendar 1998-09-18 18:59:50 +00:00
spider%netscape.com aa1ab1ed1c exporting classes to get julian to link with nlsstub 1998-09-18 18:45:50 +00:00
spider%netscape.com 027cdcab32 Unix fixes for free source julian code 1998-09-18 18:22:27 +00:00
spider%netscape.com 79f5da05d2 WIP: nlsstub implementation, NPL added to all of nlsstub 1998-09-18 18:06:30 +00:00
warren%netscape.com 0221524e7f Added a copy of nsMalloc to get the build going. 1998-09-18 11:30:54 +00:00
warren%netscape.com ede21f24b6 Fixes to eliminate nsINetworkManager 1998-09-18 10:48:12 +00:00
warren%netscape.com 784122122d Removed nsINetworkManager.h which is obsolete. 1998-09-18 10:28:45 +00:00
warren%netscape.com 0c0a18e7c1 Updated Mac MANIFEST files. 1998-09-18 08:39:16 +00:00
warren%netscape.com 54f1189dab Removed nsINetworkManager base class. 1998-09-18 08:35:11 +00:00
warren%netscape.com 16065bd99f Removed nsINetworkManager.h include. 1998-09-18 07:45:24 +00:00
warren%netscape.com 786e9900e7 Moved nsIMalloc and impl from xpcom. 1998-09-18 07:22:15 +00:00
warren%netscape.com 9e43584e9a Eliminated nsINetworkManager and moved it's methods to nsIPluginManager/nsIPluginManager2. 1998-09-18 07:21:21 +00:00
gagan%netscape.com 21fe424672 nucache based changes. 1998-09-18 05:52:24 +00:00
warren%netscape.com d668f0e06c Abstracted away need for JavaVM object and GetJavaVM plugin API call. 1998-09-18 01:29:08 +00:00
jgellman%netscape.com 430742a90f Remove java API from the build. 1998-09-18 00:10:15 +00:00
beard%netscape.com 5cbb19358f 09171998 LiveConnect Carpool: build bustage: false -> PR_FALSE. 1998-09-17 22:03:45 +00:00
jsun%netscape.com 9b8de339cf No change.
Just wanted to notify Mozilla, Gromit trees that my
checkins (in mozilla\modules\calendar) are not being build by Mozilla or Gromit.

Only Calendar should build these files.
1998-09-17 21:40:43 +00:00
jsun%netscape.com 6cc1018ba9 added the changeEventsOwnership method for moving events between calendars. 1998-09-17 21:24:52 +00:00
beard%netscape.com 31f120b868 09171998 LiveConnect Carpool: XP_MAC, added #define of JSJDLL, and preregistering the nsILiveconnect factory. 1998-09-17 19:39:46 +00:00
sudu%netscape.com 624ee74854 New xpcom liveconnect apis 1998-09-17 18:13:55 +00:00
spider%netscape.com f67086d0ea WIP: nlsstub implementation 1998-09-17 02:39:51 +00:00
spider%netscape.com b74f00e23b Initial nlsstub implementation to remove libnls dependency
for free source execution
1998-09-17 02:07:28 +00:00
amusil%netscape.com c755cdacda Ported Java to C++ src files 1998-09-16 20:47:46 +00:00
amusil%netscape.com 688bc2c445 Ported Java to C++ header files 1998-09-16 20:47:01 +00:00
mcafee%netscape.com 59a93b925f Uninitialized variable compiler warnings on Linux 1998-09-16 07:14:42 +00:00
mcafee%netscape.com 748b3a9587 Unhandled cases in switch statement 1998-09-16 06:57:28 +00:00
mcafee%netscape.com 7d2763b637 Uninitialized variable compiler warnings on Linux 1998-09-16 06:54:49 +00:00
rjc%netscape.com 74afc18029 When sending VPROP_CHANGED events, also pass along information on which property changed. 1998-09-15 22:15:46 +00:00
rjc%netscape.com 5d2380f23f Need to reference libparse header file. 1998-09-15 22:14:59 +00:00
rjc%netscape.com 6de9cc5f52 Additional changes for supporting HT_LayoutComplete(). 1998-09-15 22:07:34 +00:00
rjc%netscape.com 2077049744 Fix build bustage. Need to include "structs.h" for new layout completion support. 1998-09-15 19:35:38 +00:00
nisheeth%netscape.com 546c1e738c Changed HT_LayoutComplete() to accept different parameters. 1998-09-15 18:36:03 +00:00
nisheeth%netscape.com 68b7d77c72 Changed parameters of HT_LayoutComplete(). 1998-09-15 18:35:16 +00:00
warren%netscape.com c0cb7ed17a API changes for GetValue/SetValue and GetURL/PostURL from michaelp. 1998-09-15 04:54:46 +00:00
michaelp%netscape.com 497ec3d9ad new file for mac build. 1998-09-15 04:15:53 +00:00
michaelp%netscape.com 6026a52d60 new plugin world. 1998-09-15 03:48:58 +00:00
warren%netscape.com 929bf854f9 Accepting michaelp's API changes for GetValue/SetValue. 1998-09-15 03:45:38 +00:00
spider%netscape.com c267f3e070 Getting FS Calendar Core to compile... 1998-09-15 03:21:18 +00:00
spider%netscape.com c57f2c2054 Whomping latest Nova Calendar Core implementation into FS
NOTE:  Mozilla & Gromit should not be building this stuff.
1998-09-15 02:20:22 +00:00
raman%netscape.com cf457f4d24 Added some more preferences for AutoUpdate 1998-09-13 02:02:51 +00:00
raman%netscape.com bd1bc27f92 Commenting out the call for AutoUpdate because Mac was not building 1998-09-12 04:52:17 +00:00
raman%netscape.com d23c6662b9 Commenting out the call for AutoUpdate because Mac was not building 1998-09-12 04:50:45 +00:00
rjc%netscape.com 88fcb3ee2b Control the autoupdate via rdf. Changes from raman. Reviewed by rjc 1998-09-12 02:37:57 +00:00
rjc%netscape.com ce1dbc6f08 Control the autoupdate via prefereneces. Changes from raman. Reviewed by rjc 1998-09-12 02:37:24 +00:00
pinkerton%netscape.com 1d09550b47 turn on html area code for mac (now ifdef'd mac/win). 1998-09-11 19:01:48 +00:00
rjc%netscape.com ed08097a21 More polling mechanism testing. 1998-09-11 11:05:50 +00:00
rjc%netscape.com 966399bd41 Polling mechanism test. 1998-09-11 07:45:49 +00:00
kipp%netscape.com aa29139e37 Checked in some bug fixes from michaelp to make fullscreen plugins work better/more often 1998-09-09 23:52:16 +00:00
hyatt%netscape.com a9cb906ca7 Added notion of window type (standalone, docked, embedded, popup) to RDF. 1998-09-09 20:26:16 +00:00
pnunn%netscape.com c398352d62 fix for #309770. Porting RefreshURLTimer fix from 4.06 to Moz. 1998-09-09 19:08:32 +00:00
rjc%netscape.com 84c202e2c1 Fix some more drag&drop issues (regarding re-ordering of existing local/remote items). Also, on PowerPPC, force compiler to use no byte padding regarding structure alignment. 1998-09-09 19:06:23 +00:00
cls%seawood.org af731eee4a Sync'd. 1998-09-09 08:15:05 +00:00
briano%netscape.com 7253d2558f Minor cleanup, and changed EDITOR to MOZ_EDITOR. 1998-09-08 21:24:12 +00:00
rjc%netscape.com 06ecadce5b Allow mixing/repositioning of local/remote items in the same container. 1998-09-08 20:55:41 +00:00
beard%netscape.com 9bf1588597 Lazy LiveConnect fixes. 1998-09-08 19:11:50 +00:00
cls%seawood.org 97fe5038d8 Changed EDITOR env to MOZ_EDITOR. Submitted by Tim Rowley <tor@cs.brown.edu> 1998-09-08 04:52:26 +00:00
raman%netscape.com 78f11963f9 Checking bug fixes for SmartUpdate. It is not part of the build system 1998-09-07 21:49:56 +00:00
ftang%netscape.com 2f1e5377da Change to the new selector so Japanese bookmark in UNIX (EUC) could be import correctly. This is a special case where bookmark file is different from the locale csid. 1998-09-04 23:25:00 +00:00
ftang%netscape.com 1e488f26ef Add bookmark import UTF8 conversion code to convert the bookmark entry into UTF8. reviewed by rjc 1998-09-04 23:11:05 +00:00
amusil%netscape.com 4a0973d258 MacFE code for Anthrax along with minor XP tweaks 1998-09-03 21:08:25 +00:00
raman%netscape.com a3cd0e4330 Merging 4.5 softupdate changes and converting Java code into C++ code and making smartupdate build when MOZ_SMARTUPDATE is defined 1998-09-02 19:09:53 +00:00
raman%netscape.com a8ceafe1c2 Merging 4.5 Libreg changes 1998-09-02 19:09:30 +00:00
raman%netscape.com 2ccd89843b removing smartupdate related code, because it is not dependent on Java 1998-09-02 19:09:03 +00:00
raman%netscape.com 8ab946d6d2 Build SmartUpdate when MOZ_SMARTUPDATE is defined 1998-09-02 19:05:13 +00:00
ramiro%netscape.com b16a2d8da2 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
cls%seawood.org 4f61ab80eb Tweaks to remove XFE dependencies from other parts of the tree. Approved by {gagan,malmer,ramiro}%netscape.com. 1998-09-02 07:02:04 +00:00
beard%netscape.com f123016574 Added call to np_UnloadPluginClass in NPL_Shutdown. 1998-09-01 23:57:50 +00:00
sdagley%netscape.com 7c2056bb0b Fix #316690. Reviewed/approved aoki (in veditz's absence). Fix hard coded reference to "Netscape Registry" so that Mozilla uses its own "Navigator Regsitry". 1998-09-01 23:44:31 +00:00
guha%netscape.com 1d6608f908 Fix extra comma problem --- (jgellman) 1998-09-01 22:43:32 +00:00
guha%netscape.com 0ef5f40abe Bunch of bug fixes, etc. Reviewd by jgellman 1998-09-01 22:18:34 +00:00
danm%netscape.com e04ec54afe add new toolbar properties, fix early freemem in HT_SetNodeData, bmkNotifFunc notifies for all unassertions regardless of property type. r:rjc 1998-09-01 20:51:45 +00:00
cls%seawood.org 3a1b5d9680 Added ifdef OJI around JVMPlugin define 1998-09-01 19:45:35 +00:00
warren%netscape.com f387bc9ff9 Changed c++ comments for inclusion in c files. 1998-09-01 04:15:07 +00:00
jgellman%netscape.com bcf44aaad7 remove bogus assertions 1998-09-01 03:26:16 +00:00
warren%netscape.com 320811506e Changes for lazy java initialization. 1998-09-01 00:23:43 +00:00
warren%netscape.com b9721395e2 Added FindProxyForURL. 1998-09-01 00:17:25 +00:00
warren%netscape.com f20b358e37 Fixed signature of Write method. 1998-09-01 00:17:01 +00:00
beard%netscape.com 31ebc87cdd Changes from SpiderMonkey131_BRANCH of ns/ref/liveconnect. 1998-08-31 20:15:32 +00:00
sdagley%netscape.com 1882e475d4 When you add a call to an external function, include the F**KING header!! 1998-08-29 03:45:23 +00:00
mcafee%netscape.com fb9d338a79 Fixing bustage on Solaris, Linux. 1998-08-29 02:23:08 +00:00
ftang%netscape.com b5a7f6c2ec add XP_ASSERT IsUTF8String for more data source. reviewed by rjc 1998-08-29 00:42:07 +00:00
ftang%netscape.com 3055ac58c7 add XP_ASSERT for IsUTF8String, reviewed by rjc 1998-08-29 00:37:15 +00:00
ftang%netscape.com c118298d0e make HT Find/property dialogbox work with UTF8. reviewed by rjc 1998-08-29 00:35:53 +00:00
cyeh%netscape.com 77a75c0900 change default homepage 1998-08-28 07:03:39 +00:00
jgellman%netscape.com cf9bd97291 little patch trouble. whups. 1998-08-28 02:10:16 +00:00
jgellman%netscape.com 5d8eaaaad5 Remove data source entries from cache table when the data source is destroyed 1998-08-28 01:33:36 +00:00
danm%netscape.com 2ea78d8561 new toolbar property, new function which fetches templates, fix hashtable bug, bmkNotifFunc notifies regardless of property type. r:rjc 1998-08-28 01:19:41 +00:00
rjc%netscape.com 75e1ae2828 Expose HT_LayoutComplete() API for layout notification. 1998-08-27 00:27:59 +00:00
rjc%netscape.com 09d08ea251 Disable personal toolbar relations (important for Mac). Also, when removing columns
during pane deletion, adjust internal list.
1998-08-27 00:27:18 +00:00
slamm%netscape.com 2c77fc67d7 Have cvs ingnore the generated '.c' files. 1998-08-26 21:29:46 +00:00
av%netscape.com ba32e95e0a Anthrax changes 1998-08-26 19:30:58 +00:00
cls%seawood.org 9c74df02ff Updates to autoconf files. 1998-08-26 04:04:57 +00:00