cls%seawood.org
001ed2ffd4
Sync'd various Makefile.ins to their Makefile counterparts.
...
Removed nspr & nspr20 from REQUIRES. Removed NSPR_LDFLAGS.
Changed LIBNSPR refs to NSPR_LIBS.
Removed leftover NSPR20 ifdefs.
1998-10-21 02:13:56 +00:00
dougt%netscape.com
df20a81729
fix build bustage.
1998-10-20 23:35:34 +00:00
dougt%netscape.com
f92fae4156
final merge from nova 4.5 to 5.0.
1998-10-20 20:55:30 +00:00
dougt%netscape.com
c443ab936a
final merge from nova 4.5 to 5.0
1998-10-20 20:53:56 +00:00
gagan%netscape.com
e25c93c213
Backing out my changes of NUCACHE. Gromit/Raptor were broken.
1998-10-20 13:49:16 +00:00
gagan%netscape.com
20045d90dd
Fix temp build breakage.
1998-10-20 03:25:17 +00:00
gagan%netscape.com
4f9ffcabd5
Temp fix for NUCache defines. Not reaching here...
1998-10-20 02:58:24 +00:00
warren%netscape.com
ff26b4ea21
Fix from toshok.
1998-10-19 22:01:53 +00:00
cyeh%netscape.com
0fd48ae014
Remove obsolete #defines _NSPR and NSPR20
1998-10-19 21:32:19 +00:00
cyeh%netscape.com
297ec628e5
flip NO_SECURITY to MOZ_SECURITY, remove NSPR20 hackery in makefile
1998-10-19 21:29:18 +00:00
cyeh%netscape.com
4d4c6fc6a9
Remove NSPR20 #ifdef's
1998-10-19 21:05:29 +00:00
cyeh%netscape.com
14a7388228
flip #ifdef logic to allow for NSPR1.0 compatibility
1998-10-19 20:17:22 +00:00
cyeh%netscape.com
05fe06f31e
remove NSPR20 and flip logic for NSPR 1.0 compatibility
1998-10-19 20:16:31 +00:00
cyeh%netscape.com
977a87e745
remove NSPR20 #ifdefs
1998-10-19 20:14:21 +00:00
cls%seawood.org
af63439600
Removed the unused PREF_AlterSplashIcon(). This removes the xfe dependency from libpref. Approved by ramiro@netscape.com.
1998-10-19 08:31:54 +00:00
cyeh%netscape.com
ec96db13e1
explicitly define -DNSPR20 for libpref. prep for turning off -DNSPR20
...
globally
1998-10-17 02:10:10 +00:00
pnunn%netscape.com
e32da2eed6
migrate memleak fix(mlm) from 4.5 bug#324398. rv'd by pnunn.
1998-10-16 21:09:41 +00:00
toshok%hungry.com
ede6b0a83d
include config.mk
1998-10-16 09:38:29 +00:00
toshok%hungry.com
72ed387ea9
include config.mk so we can define MOZ_SMOOTH_PROGRESS in myconfig.mk
1998-10-16 06:38:58 +00:00
briano%netscape.com
95d83cbfa2
Removed the trailing spaces that were causing problems on platforms with older versions of gmake.
1998-10-16 02:59:36 +00:00
alecf%netscape.com
fc5f30ff2a
bring autoconf up to speed with PREF_ hacks
1998-10-15 23:17:13 +00:00
alecf%netscape.com
78373b3f73
use VPATH instead of listing 3 seperate rules
...
also add some comments
1998-10-15 21:57:03 +00:00
raman%netscape.com
08ae23051b
Make smartupdate compile on unix. This fix is not part of the build system
1998-10-14 02:54:20 +00:00
warren%netscape.com
0837a42bcb
Added
1998-10-14 01:35:59 +00:00
warren%netscape.com
b42f7ee90d
Adding for OJI (adapted from the raptor interface).
1998-10-14 01:08:31 +00:00
alecf%netscape.com
e59bcd110f
autogenerate preference-name headers for unix
...
autoconf makefile on the way.
1998-10-13 23:38:27 +00:00
beard%netscape.com
4e2bce6665
Added GetSecureJNI
1998-10-13 21:39:15 +00:00
beard%netscape.com
0cd1926508
Removed ; after }
1998-10-13 21:15:47 +00:00
valeski%netscape.com
8e5fb33861
call me with questions
1998-10-13 21:15:04 +00:00
beard%netscape.com
ba38421a49
First Checked In.
1998-10-13 21:14:53 +00:00
waterson%netscape.com
2c9e73b44f
Fixed some cruft I missed for the progress bar landing in autoconf.
1998-10-13 20:25:32 +00:00
waterson%netscape.com
2b0ab92e11
Landed progress bar changes from PROGRESS_19981006_BRANCH.
1998-10-13 06:47:43 +00:00
waterson%netscape.com
61f48a574f
Updated Makefile.in for progress bar changes.
1998-10-13 02:43:56 +00:00
waterson%netscape.com
130058ecc2
Added code to parse ampersand escape sequences in *all* properties.
1998-10-13 02:06:56 +00:00
gagan%netscape.com
91f5f629d2
Makefile changes for NuCache.
1998-10-13 00:38:28 +00:00
gagan%netscape.com
7dc8dc62db
Makefile changes for NU_Cache.
1998-10-13 00:33:27 +00:00
gagan%netscape.com
c0fb189d5b
Renamed cachelib to cache for NuCache.
1998-10-12 23:25:24 +00:00
cyeh%netscape.com
079a6646e9
NSPR20 will always be defined, so simplify makefile
1998-10-12 20:17:45 +00:00
ftang%netscape.com
2c0e548402
Change IsUTF8String more restrict. Do not allow surrogate char encode as UTF8
1998-10-12 13:21:31 +00:00
waterson%netscape.com
a82c5c6b9d
Touch down progress bar changes from PROGRESS_19981006_BRANCH.
1998-10-09 04:34:47 +00:00
rjc%netscape.com
9c09647728
Get toolbar collapsed/hidden state on createion, and save toolbar collapsed/hidden state on destruction. (Note: no event notification.)
1998-10-09 02:05:16 +00:00
rjc%netscape.com
1a7d85a27d
Expose new toolbar APIs needed by FEs.
1998-10-09 01:32:10 +00:00
rjc%netscape.com
dc5ceb0870
Fix DB opening code so that, if O_CREATE is set, so is O_TRUNC.
1998-10-09 01:31:31 +00:00
rjc%netscape.com
4052677c01
Fix HTML bookmark parsing code to look for actual tokens instead of just guessing.
1998-10-09 01:31:01 +00:00
akkana%netscape.com
2600b1c22f
106844: fix spellchecker hang
1998-10-08 21:29:24 +00:00
cyeh%netscape.com
675b4e3b4f
remove old MOCHA define, on by default in mozilla build
1998-10-06 20:47:49 +00:00
waterson%netscape.com
6f292b0d95
Merge from PROGRESS_19980920_BRANCH.
1998-10-06 20:25:42 +00:00
waterson%netscape.com
052ac29423
Initial revision on the trunk, merged from PROGRESS_19980920_BRANCH.
1998-10-06 20:09:50 +00:00
warren%netscape.com
99d36224dc
Adding new files, breaking things out of nsplugin.cpp (not online yet).
1998-10-06 06:03:11 +00:00
warren%netscape.com
4b2bac0bba
Adding new files, breaking things out of jvmmgr.cpp (not online yet).
1998-10-06 05:59:16 +00:00
pierre%netscape.com
e10f7a92e3
fix 1000s of link warnings in Mac Raptor / some XP stubs were hiding actual functions
1998-10-06 03:00:28 +00:00
hyatt%netscape.com
8dd947cb21
Changes to support toolbar icons (the four different states).
1998-10-06 02:30:25 +00:00
dp%netscape.com
15d61935db
Adding NU_CACHE specific defitions for compilation error with VC 5.0
1998-10-06 00:36:10 +00:00
tomw%netscape.com
b3dc58866e
Remove bad typedef.
1998-10-06 00:05:06 +00:00
raman%netscape.com
a16e74c373
Minor fixes to make smartupdate to build
1998-10-05 23:39:28 +00:00
tomw%netscape.com
e45a9ee331
Pull changes forward from Nova.
...
New generalized hashing API.
1998-10-05 22:47:44 +00:00
tomw%netscape.com
fbec39d173
Pull changes forward from Nova.
...
Missing typedef.
1998-10-05 22:47:13 +00:00
gagan%netscape.com
7173bac0e6
NuCache changes.
1998-10-05 21:45:37 +00:00
cyeh%netscape.com
3e0f84521a
Remove #define MOCHA 1 from Mac builds.
1998-10-05 20:00:01 +00:00
cyeh%netscape.com
3c34f3063b
removing obsolete files. use MANIFEST instead.
1998-10-05 18:42:02 +00:00
rjc%netscape.com
a2ad3fa4ae
New animation support for containers which are loading. Also, if a load fails for a container, close it and report error to user.
1998-10-03 22:39:25 +00:00
rjc%netscape.com
1bc0cca2c7
Initialize tv to true.
1998-10-03 06:59:01 +00:00
rjc%netscape.com
53758eb804
Get "tv" from attribute list before handling assertion.
1998-10-03 06:00:40 +00:00
rjc%netscape.com
561c46bd45
Icon handling rewritten.
1998-10-03 06:00:13 +00:00
beard%netscape.com
0c00001070
Added ::public: to access paths, added nsJNI.cpp, proxy JNI.
1998-10-03 03:40:42 +00:00
beard%netscape.com
777f7008d4
Finished proxy JNIEnv. Added security context parameters.
1998-10-03 03:18:00 +00:00
beard%netscape.com
840ef43ff2
Added NewObjectArray, changed NewArray.
1998-10-03 03:16:30 +00:00
rjc%netscape.com
32f0965c0e
Revert to only #include "allxpstr.h" for Mac.
1998-10-03 00:37:49 +00:00
rjc%netscape.com
30a183977d
When HT wants to send an event to the FE, if its not running on the mozilla_thread, post an event instead of sending the event directly.
1998-10-03 00:36:23 +00:00
rjc%netscape.com
e3439e7503
When RDF wants to call NET_GetURL(), if its not running on the mozilla_thread, post an event instead of calling NET_GetURL() directly.
1998-10-03 00:02:25 +00:00
rjc%netscape.com
c94a262dcc
Pass RDFT into gRDFMWContext().
1998-10-02 23:07:27 +00:00
warren%netscape.com
cf85da8692
Fixed nsIPluginInputStream::Close method to not crash.
1998-10-02 22:28:51 +00:00
rjc%netscape.com
993826f513
Pass RDFT into gRDFMWContext().
1998-10-02 22:11:27 +00:00
beard%netscape.com
0067dacf16
First Checked In.
1998-10-02 21:23:49 +00:00
beard%netscape.com
3ac6f9e6ee
Added nsISecureJNI2.h
1998-10-02 21:22:41 +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
cls%seawood.org
b8f3b344ff
Changed LCFLAGS to CFLAGS. LCFLAGS doesn't work under autoconf.
1998-10-02 02:16:28 +00:00
scc%netscape.com
b25a01e6ef
No relative paths for Mac, please. Wrapped #include in #ifdef XP_MAC.
1998-10-02 01:16:14 +00:00
brendan%netscape.com
bf4e07c26e
nsIEventHandler is not a struct, has not been for a while, and anyway is known by its typedef name here.
1998-10-02 00:20:18 +00:00
cls%seawood.org
605367ae1d
The first commit apparently didn't take. Restored inclusion of private nspr header in OJI ifdef.
1998-10-02 00:01:08 +00:00
cls%seawood.org
76d0e0b60d
Removed use of private NSPR headers. Approved by warren@netscape.com.
1998-10-01 21:48:18 +00:00
cyeh%netscape.com
77e82cb96a
Remove old MOCHA #ifdefs
1998-10-01 21:24:22 +00:00
warren%netscape.com
8d44857049
Cleaned up messages.
1998-10-01 19:07:36 +00:00
warren%netscape.com
b85e245bfb
Fixed up input stream buffering. Fixed some refcounting problems.
1998-10-01 08:08:09 +00:00
warren%netscape.com
1ee0f53363
Removed unnecessary field for new networking stuff.
1998-10-01 03:01:39 +00:00
warren%netscape.com
6734b79748
Added networking changes under ifdef NEW_PLUGIN_STREAM_API
1998-10-01 02:59:16 +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
pnunn%netscape.com
306204526a
Patch from Adam Moss. Fixes problem with transparency mask on interlaced images.
...
Much thanks...pn
1998-09-30 22:03:58 +00:00
warren%netscape.com
7e5b13e910
Broke out LiveConnect callbacks into separate file.
1998-09-30 20:54:09 +00:00
sudu%netscape.com
ede108603b
Changes to support secure liveconnect
1998-09-30 20:41:35 +00:00
beard%netscape.com
6f43233e5b
Made SpendTime method XP.
1998-09-30 20:07:45 +00:00
michaelp%netscape.com
1a14ac545f
added support for deferred plugin enumeration.
1998-09-30 18:57:27 +00:00
ftang%netscape.com
8925b31b03
check in fix for Bugzilla bug 832. Reviewed by rjc
1998-09-30 10:28:34 +00:00
warren%netscape.com
8370a6d841
Renamed to shorter name for Mac.
1998-09-30 05:45:49 +00:00
warren%netscape.com
eb85c88d22
New OJI networking APIs.
1998-09-30 05:29:48 +00:00
cls%seawood.org
74ea382ef2
Changed check for EDITOR to MOZ_EDITOR.
1998-09-30 00:53:10 +00:00
rjc%netscape.com
c38ee8fa04
Expose support for Shack.
1998-09-29 23:11:32 +00:00
michaelp%netscape.com
f3393c3fdb
we only notify the plugin instance via the plugin host and only if the notify
...
data is non-null.
1998-09-29 22:47:42 +00:00
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