disttsc%bart.nl
4546a077c2
Fix senna bustage, add "timer" to REQUIRES line
2001-04-04 02:09:28 +00:00
pinkerton%netscape.com
22dc3cf4d2
fix build bustage.
2001-04-04 01:38:57 +00:00
pinkerton%netscape.com
39acec6c62
fix build bustage.
2001-04-04 00:57:40 +00:00
rickg%netscape.com
169a621d42
preloader update. r=peterl, sr=attinasi
2001-04-03 22:58:59 +00:00
av%netscape.com
4343179a46
For 73856, adding simple scriptability to the old style plugins, sr=vidur, ra=av
2001-04-03 22:49:38 +00:00
av%netscape.com
2e0baa7a85
For 73856, zeroing plugin function table in ns4xPlugin destructor, sr=vidur, ra=av
2001-04-03 22:39:19 +00:00
peterlubczynski%netscape.com
2ffb820b43
Implement full-page plugins on Mac bug 35682 a=av sr=attinasi
2001-04-03 22:18:59 +00:00
edburns%acm.org
5ff8275a2c
ra=edburns
...
r=av
sr=waterson
author = Nikolay Igotti <inn@sparc.spb.su>
Changes are:
- adding IID accessors to nsIJVMPlugin and nsIJVMConsole interface - I think
better patch would add accessors to the end of interface definition -
to save binary compatibility with Java Plugin
- together with old way of obtaining of JVM service (GetFactory) use new way
GetService - it's good anyway and shouldn't break Java Plugin
M modules/oji/public/nsIJVMPlugin.h
M modules/oji/public/nsIJVMConsole.h
M sun-java/stubs/include/jri_md.h
M modules/oji/src/nsJVMManager.cpp
2001-04-03 22:05:03 +00:00
edburns%acm.org
409ba544f7
http://bugzilla.mozilla.org/show_bug.cgi?id=69466
...
r=av
sr=waterson
Make it so incomplete hostnames, such as .eng.sun.com, are valid entries for
the noProxyFor list.
2001-04-03 21:56:59 +00:00
av%netscape.com
91f763bfcb
For 73856, adding new header file to the list of files to be exported, sr=vidur, ra=av
2001-04-03 21:41:19 +00:00
av%netscape.com
706a3ae53e
For 73856, new private interface for the plugin host, first time in, sr=vidur, ra=av
2001-04-03 21:35:57 +00:00
av%netscape.com
ca020cd7f7
For 73856, adding new values to nsPluginInstanceVariable enum type, sr=vidur, ra=av
2001-04-03 21:33:17 +00:00
av%netscape.com
bdb7f37077
For 73856 -- adding new values to NPPVariable enumeration type, sr=vidur, ar=av
2001-04-03 21:29:48 +00:00
bnesse%netscape.com
1037f46c0d
Updates to the future preferences API based on the latest round of feedback.
[Not Part of the Build]
2001-04-03 20:11:54 +00:00
joe.chou%eng.sun.com
7d1437f546
After converting nsIPluginManager.h to nsIPluginManager.idl (64297, already checked in), the original nsIPluginManager.h is no longer neede.
2001-04-03 19:09:39 +00:00
joe.chou%eng.sun.com
c7d25aa8d8
After converting nsIJVMPluginInstance.h to nsIJVMPluginInstance.idl (64296, already checked in), theoriginal nsIJVMPluginInstance.h is no longer needed.
2001-04-03 19:04:22 +00:00
dveditz%netscape.com
cd090a285e
one more try, force depend to be clobber in this directory
2001-04-03 08:59:34 +00:00
dveditz%netscape.com
6145ea6cc5
fixing win32 clobber bustage too
2001-04-03 08:15:18 +00:00
dveditz%netscape.com
4e99bb3a42
fixing win32 depend bustage -- hack alert
2001-04-03 08:12:02 +00:00
sdagley%netscape.com
5279233213
Fix linkage probs preventing lib loading under Carbon. No bug #. r/a/doh!=saari
2001-04-03 07:19:51 +00:00
mscott%netscape.com
58f07d7ea8
(NOT PART OF THE BUILD)
...
get icon support working on win2k by supporting 16 bit per pixel RGB data from the OS.
Turn this 5:5:5 data into 24 bit per pixel data.
still doesn't look quite right color wise (the blues are off) but it's closer.
2001-04-03 07:09:20 +00:00
dveditz%netscape.com
6eb62d68de
Fix 72551 speed up zip archive opening. r=ssu,sr=waterson
2001-04-03 06:35:13 +00:00
erik%netscape.com
89c67d1df4
checkin for bstell@netscape.com:
...
bug 55021; r=ftang@netscape.com , sr=erik@netscape.com
remove default japanese postscript font names
these have been moved into nsPostScriptObj.cpp so user can override them
2001-04-03 06:27:40 +00:00
mkaply%us.ibm.com
0b6af1610d
I give up.
...
Hack fix to fix OS/2 TB break.
Real fix is in #74224
2001-04-02 23:16:19 +00:00
mscott%netscape.com
23101321c2
NOT PART OF THE BUILD YET
...
Windows specific icon channel implemenation for reading out icon bitmaps from the OS.
Landing files for icon urls. For windows only currently, this code will read out
icon bitmaps based on info from the windows registry and turns that into a 24 bit RGB image
which we can render. Icon urls have the form of:
icon://test.html/large
icon://test.doc/small
icon://test.doc (defaults to small).
Currently doesn't work on win2k yet.
2001-04-02 04:57:23 +00:00
mscott%netscape.com
fe97cce85f
NOT PART OF THE BUILD YET
...
Landing files for icon urls. For windows only currently, this code will read out
icon bitmaps based on info from the windows registry and turns that into a 24 bit RGB image
which we can render. Icon urls have the form of:
icon://test.html/large
icon://test.doc/small
icon://test.doc (defaults to small).
Currently doesn't work on win2k yet.
2001-04-02 04:56:18 +00:00
av%netscape.com
df9d5a7459
Fixing bug 73071, adding nsIPlugin::Shutdown in the plugin host destruction, r=beard, a=av, sr=waterson
2001-04-01 02:29:51 +00:00
sean%beatnik.com
9890f716f9
backing out part of my last patch to fix Sun build bustage.
2001-03-31 03:01:52 +00:00
sean%beatnik.com
4f7da8ebef
fix for bug 73289. Make plugin host an xpcom-shutdown observer so that it can release plugins even if it itself is leaked. ar=av sr=attinasi
2001-03-31 02:26:51 +00:00
av%netscape.com
d4ee071ed6
Fixing 71884, making native Windows Get Plugin dialog modeless, r=serge, sr=waterson
2001-03-30 23:56:38 +00:00
disttsc%bart.nl
dacbb4faa9
Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna)
2001-03-30 10:39:06 +00:00
joe.chou%eng.sun.com
47d5143773
Re-checkin fix of bug 64296 after updating the Mac file, build/mac/build_scripts
...
/MozillaBuildList.pm.
bug=64296
r=edburns
sr=waterson
This checkin idlifies some files in the plugin hierarchy.
The following files are in this checkin.
build/mac/build_scripts/MozillaBuildList.pm
modules/oji/public/MANIFEST
modules/oji/public/MANIFEST_IDL
modules/oji/macbuild/ojiIDL.mcp
modules/plugin/public/MANIFEST
modules/plugin/public/MANIFEST_IDL
modules/plugin/macbuild/pluginIDL.mcp
modules/oji/public/Makefile.in
modules/oji/public/makefile.win
modules/oji/public/nsIJVMPluginInstance.idl
modules/plugin/public/Makefile.in
modules/plugin/public/makefile.win
modules/plugin/public/nsIPluginManager.idl
2001-03-30 05:00:56 +00:00
pavlov%netscape.com
a9b2c20ed0
removing the extern "C" { ... } that blake accidentally added the other day. fixes runtime errors on solaris
2001-03-30 02:07:00 +00:00
pavlov%netscape.com
ed26fe3e6d
fix for crash when loading images with a null URL. bug 72447. r=dr sr=hyatt
2001-03-30 01:59:03 +00:00
dougt%netscape.com
2c6cbb31de
Implementing ReadSegments. r/sr=darin@netscape.com
2001-03-29 07:21:43 +00:00
morse%netscape.com
d8762db686
bug 46783, reorg cookies module for embedding, r=valeski, sr=alecf
2001-03-29 02:11:48 +00:00
bnesse%netscape.com
9564dfc0a3
Updates and bug fixes based on feedback of initial prefservice and prefbranch feedback.
[Not Part of the Build]
2001-03-29 00:48:30 +00:00
bnesse%netscape.com
b70c603830
Initial versions based on feedback of initial prefservice and prefbranch feedback.
[Not Part of the Build]
2001-03-29 00:46:49 +00:00
peterlubczynski%netscape.com
bed1db53f7
NPP_SetWindow should be called after instantiating the stream bug 70686 a=av sr=waterson
2001-03-28 01:00:47 +00:00
bryner%uiuc.edu
a57c876f7b
Backing out joe.chou@eng.sun.com's changes, they broke the Mac. r=sdagley.
2001-03-27 03:49:31 +00:00
pavlov%netscape.com
22823e1dc1
fix for timer crash with animated images when changing pages bug 73477 r=pinkerton sr=brendan
2001-03-27 02:42:51 +00:00
joe.chou%eng.sun.com
d65d8b3774
bug=64296
...
r=edburns
sr=waterson
This checkin idlifies some files in the plugin hierarchy.
The following files are in this checkin.
build/mac/build_scripts/MozillaBuildList.pm
modules/oji/public/MANIFEST
modules/oji/public/MANIFEST_IDL
modules/oji/macbuild/ojiIDL.mcp
modules/plugin/public/MANIFEST
modules/plugin/public/MANIFEST_IDL
modules/plugin/macbuild/pluginIDL.mcp
modules/oji/public/Makefile.in
modules/oji/public/makefile.win
modules/oji/public/nsIJVMPluginInstance.idl
modules/plugin/public/Makefile.in
modules/plugin/public/makefile.win
modules/plugin/public/nsIPluginManager.idl
2001-03-27 00:37:58 +00:00
shanjian%netscape.com
8cd35854d6
#72125 default font for simplified chinese system does not work
...
r = ftang, sr=erik
Add fallback font list for default font.
2001-03-26 23:43:52 +00:00
cls%seawood.org
979c006ff6
Change netwerk/mime to use MODULE=mimetype to remove avoid confusion with mailnews/mime . Update necessary REQUIRES.
...
Bug #68381 r=jag
2001-03-26 23:40:28 +00:00
dougt%netscape.com
c65415aa0f
Renaming xpcom file streams. b=73169, r=sfraser@netscape.com, sr=darin@netscape.com
2001-03-26 23:35:06 +00:00
blakeross%telocity.com
e9fcf507e5
pav sucks. Fixing his startup crash (he didn't checkin the patch that fixed the double mem free). How did mozbot miss this?!?
2001-03-26 05:06:11 +00:00
pavlov%netscape.com
d290d58079
fix for the remaining gif leaks. bug 73394. r=saari sr=mozbot
2001-03-26 02:22:40 +00:00
pavlov%netscape.com
06f113e4dc
fixing leaks in the new gif decoder bug 73394 r=pinkerton sr=shaver
2001-03-26 00:11:53 +00:00
av%netscape.com
a9060afe6f
First check in. The Spy Plugin. Not part of the build.
2001-03-25 23:48:19 +00:00
av%netscape.com
b6954881fd
First time in. The Spy Plugin. Not part of the build.
2001-03-25 23:38:33 +00:00
disttsc%bart.nl
f595ed19f3
Clean up REQUIRES lines. r=cls
2001-03-25 22:59:27 +00:00
bienvenu%netscape.com
847a0288ea
add new pref for limiting size of messages downloaded for offline 15865 sr=sspitzer
2001-03-25 18:48:27 +00:00
pavlov%netscape.com
8350e90e65
fix for hugeass memory leak. bug 73351. r=jag sr=mozbot
2001-03-25 11:57:25 +00:00
cls%seawood.org
0bcdbebb9b
Whitespace change for tinderbox test
2001-03-25 07:04:14 +00:00
av%netscape.com
9170f07029
To fix bug 58128. For old style plugins: added nsIPlugin::Shutdown as well as dll unload upon destroying the last plugin instance. r=peterl, sr=waterson
2001-03-25 00:28:53 +00:00
shaver%mozilla.org
99a8b21cb9
72495 redux: last references to xp_regexp.h, r=bryner, sr=blizzard
2001-03-24 18:54:13 +00:00
bryner%uiuc.edu
9155c05033
If we get the URI from the channel, return the result of that call, not NS_ERROR_FAILURE. r=saari, sr=tor.
2001-03-24 07:12:41 +00:00
saari%netscape.com
da2d099a22
fix opt build
2001-03-24 04:55:47 +00:00
saari%netscape.com
81aecfde33
libpr0n 4 mac
r=pinkerton,pavlov, sr=smfr
2001-03-24 02:44:26 +00:00
saari%netscape.com
b97dfa73f4
like MIR, libpr0n is landing for mac
r=pinkerton, pavlov, sr=smfr
2001-03-24 02:44:07 +00:00
saari%netscape.com
a0298951c0
jpeg decoder for mac libpr0n
2001-03-24 02:30:15 +00:00
bnesse%netscape.com
74c8c898e6
Added some missing calls to add the requested preference to the branch root value. [Not part of the build]
2001-03-24 00:25:47 +00:00
valeski%netscape.com
169a5140b5
r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces.
2001-03-24 00:22:18 +00:00
sean%beatnik.com
c0d312ea03
bug 72017 dual xpcom/npapi plugins are not initialized properly. Add code to get plugin factory for xpcom modules that export NSGetModule instead of NSGetFactory. r=av a=av sr=attinasi
2001-03-23 23:53:09 +00:00
pavlov%netscape.com
d804ee01ed
adding extern "C" around the #include <jpeglib.h> to fix bug 73164 r=tor@cs.brown.edu
2001-03-23 07:45:00 +00:00
tor%cs.brown.edu
f79e3c3fa7
Fix alpha depth check to return the right value for rgba images.
...
Not part of build. r=pavlov
2001-03-23 07:12:52 +00:00
nisheeth%netscape.com
4440290f84
r=heikki. sr=jst. Use PR_smprintf. Get rid of nsTimer.cpp. Fixes bug 57592.
2001-03-23 05:44:03 +00:00
bnesse%netscape.com
4d6681fafd
Potential final candidates for the basis of the nsPref re-write. [Not part of the build]
2001-03-22 23:34:41 +00:00
pavlov%netscape.com
0ac6b74695
adding a way to get the imgIDecoderObserver back from the request
2001-03-22 23:16:52 +00:00
pavlov%netscape.com
6251623a21
removing printfs. adding asserts... fixing warnings
2001-03-22 10:26:36 +00:00
disttsc%bart.nl
b3c21e4572
Fix leak of nsAtom, r=gagan, sr=jst. Clean up some string stuff (more .get()). sr=jst
2001-03-22 10:23:24 +00:00
pavlov%netscape.com
f24ba3784c
make it build without the new cache
2001-03-22 09:31:00 +00:00
bryner%uiuc.edu
736d75d3bb
Patch from sfraser to remove dependence on net.h (for bug 38061). r=bryner, sr=shaver.
2001-03-22 06:59:52 +00:00
tao%netscape.com
52c8c643d6
71341: mailnews.view_default_charset pref item should not be stored,
...
(r=naoki,sr=erik)
2001-03-22 02:20:48 +00:00
peterlubczynski%netscape.com
00c7d3e635
Fix for regression bug 72676 a=av sr=attinasi
2001-03-22 01:37:36 +00:00
bryner%uiuc.edu
630d1d61cc
Removing references to obsolete headers (bug 38061). r=timeless, sr=shaver.
2001-03-21 05:35:27 +00:00
timeless%mac.com
e76ccfd647
fix Bug 70989 Clean up lots of "shadows" and other common warnings
...
r=peterv, jst, ducarroz, edburns. sr=jst, shaver
2001-03-21 05:32:22 +00:00
shaver%mozilla.org
e5f58a96cf
72495: libjar/"regexp" cleanup (r=dveditz,sr=brendan)
2001-03-21 04:08:12 +00:00
pavlov%netscape.com
121f25d180
fix the crash on shutdown in the new cache due to us holding on to cache descriptors too long. destroy our cache session when we get unregistered. more assertions
2001-03-21 02:37:47 +00:00
peterlubczynski%netscape.com
521c9d6d71
Null plugin registered twice. bug 67933 a=av r=attinasi
2001-03-21 01:47:37 +00:00
pavlov%netscape.com
fc77739bc6
fixing jpegs on windows, adding some more assertions.
2001-03-20 23:06:29 +00:00
saari%netscape.com
bf7005514f
updating mac build
2001-03-20 21:44:22 +00:00
saari%netscape.com
fb6236dc4f
Updates for imglib2 mac build
2001-03-20 21:43:23 +00:00
saari%netscape.com
ae70571b9f
update for mac build
2001-03-20 21:42:19 +00:00
shaver%mozilla.org
f8fd717aad
39373 and 71237: make prefs use JS_*Request to defend against off-thread calls
...
and ensure that we don't destroy a context after the runtime has gone away.
(r=alecf, sr=brendan, assist=dbaron)
2001-03-20 14:34:56 +00:00
bryner%uiuc.edu
f285027413
Removing dependence on obsolete headers. Bug 38061 (ongoing work). r=shaver, sr=brendan.
2001-03-20 08:01:28 +00:00
cls%seawood.org
be4770a8a4
Land the rest of the --enable-static-components build changes.
...
Bug #46775 r=bryner
2001-03-20 05:42:58 +00:00
cls%seawood.org
d2b6ac7c9f
Create uniquely named debug variables for each libimg component.
...
Bug #50782 r=pavlov sr=tor
2001-03-20 05:30:59 +00:00
pavlov%netscape.com
eaa80070c5
fix the image cache problem with nsImageDocuments and add some more assertions
2001-03-20 02:23:42 +00:00
peterlubczynski%netscape.com
96eeb7b828
Fix wording in Windows Default Plugin bug 56653 a=av sr=attinasi
2001-03-19 22:16:32 +00:00
pavlov%netscape.com
396047b67a
send the onstopframe message
2001-03-19 21:58:07 +00:00
pavlov%netscape.com
f02f79a7bb
new caching stuff
2001-03-19 21:57:39 +00:00
av%netscape.com
d9a6f95687
Fixing #72019 , missing frees added to match allocs, patch by beard, r=bnesse, sr=waterson, a=av
2001-03-17 00:38:23 +00:00
pavlov%netscape.com
bd7a5b1038
changes wrt where we cache images. now setting the size and expiration date information on the cache entry descriptor
2001-03-16 02:40:04 +00:00
pavlov%netscape.com
9962e95c3f
making function prototype static so it doesn't default to extern
2001-03-15 23:33:52 +00:00
beard%netscape.com
c664d25cc1
fix for bug #71879 , r=dveditz, sr=alecf
2001-03-14 05:55:13 +00:00
dveditz%netscape.com
67c6c0b8c6
Bug 47258, better descrimination for unpacking errors. r=sgehani,sr=mscott
2001-03-14 05:15:55 +00:00
cls%seawood.org
2120654870
1) "Not in the build" is the biggest cop-out of checkin rules imaginable.
...
2) If the file is compiled without setting a special flag, it's PART OF THE BUILD!
3) WTF IS UP WITH THESE EXTRA ^Ms?!?!?!
2001-03-14 02:05:21 +00:00
pavlov%netscape.com
bd4d38b6b3
change for new getrect method
2001-03-14 01:14:33 +00:00
pavlov%netscape.com
3c1e39ec62
more changes
2001-03-14 00:39:48 +00:00
saari%netscape.com
3b4452f069
imglib2 updates
2001-03-13 23:42:16 +00:00
saari%netscape.com
25faf7b23c
updating mac build
2001-03-13 23:38:33 +00:00
saari%netscape.com
5b24f0e7bd
updating mac build of libimg2
2001-03-13 23:37:51 +00:00
saari%netscape.com
86d9f98006
update for mac build
2001-03-13 23:37:11 +00:00
saari%netscape.com
03d24813af
removing for update
2001-03-13 23:36:05 +00:00
saari%netscape.com
9e4d3548ff
Updates for imglib2
2001-03-13 23:33:11 +00:00
dougt%netscape.com
8ecdeb7510
NOT PART OF BUILD. This will make plugins work with the new cache.
2001-03-13 21:58:38 +00:00
dprice%netscape.com
edb387e49c
71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD
2001-03-13 10:47:37 +00:00
pavlov%netscape.com
5c72cf143c
adding imgContainer to the unix build
2001-03-13 02:10:09 +00:00
valeski%netscape.com
aec997a897
sr=rpotts, r=gagan. 70743. switching over to new extensible URI::SchemeIs() api. and changing existing implementations over to new api. also modified nsHTTP and nsHTTPS handlers a bit to make things cleaner.
2001-03-13 02:01:07 +00:00
valeski%netscape.com
27feb04903
sr=rpotts, r=gagan. 70743. switching over to new extensible URI::SchemeIs() api. and changing existing implementations over to new api
2001-03-13 01:59:19 +00:00
pavlov%netscape.com
25976fc65f
fix an error case with jpegs
2001-03-13 01:18:04 +00:00
shaver%mozilla.org
fcf7cd0d9f
67699: all your nsIClassInfo is belong to us
...
- teach nsGenericFactory about nsIClassInfo, and nsIClassInfo.idl to the
builds
- add a heaping serving of macro love for classes that want to support it
- convert many modules to use nsGenericModule the new way
- handful of warning and modeline fixes
- nsSample and some XPConnect test classes now have nsIClassInfo support for
testing
2001-03-12 20:43:02 +00:00
disttsc%bart.nl
8869ca94a8
Adding a .get() to a NS_LITERAL_STRING to fix bustage. r=peterv
2001-03-12 02:50:45 +00:00
av%netscape.com
3a885be81c
Fixing #45009 -- nsIPlugin::Shutdown mechanism implemented, sr=waterson
2001-03-12 02:07:15 +00:00
ccarlen%netscape.com
c819a81536
Along with bug 65212 - removing unnescesary dependencies on profile. r=valeski@netscape.com, sr=alecf@netscape.com
2001-03-11 22:15:22 +00:00
ccarlen%netscape.com
4b14f2ddc4
Bug 65212 - profile support for kiosk mode. Also, removing profile change observer strings from header to cut dependencies. r=valeski@netscape.com, sr=alecf@netscape.com
2001-03-11 22:12:21 +00:00
pavlov%netscape.com
f4094ea20e
fixing alpha problem on windoze
2001-03-10 22:12:40 +00:00
cls%seawood.org
68927b63b1
Bleh. More dependencies
2001-03-10 14:36:17 +00:00
cls%seawood.org
25d088cac1
Forgot that OS/2 linkers resolve all symbols at link time
2001-03-10 14:22:34 +00:00
cls%seawood.org
64818ce17b
Do not force static lib only for mozmng for OS/2. This behavior matches the other imglibs and should fix tinderbox bustage.
2001-03-10 12:44:24 +00:00
tor%cs.brown.edu
cd3e1f850a
Fix bustage with system installed mng. r=cls
2001-03-10 08:31:47 +00:00
blakeross%telocity.com
5a9e458b7b
Option click to save links on mac (55686). r=timeless sr=alecf
2001-03-10 01:29:46 +00:00
pavlov%netscape.com
99105ce326
moving the container stuff here.
2001-03-10 01:11:54 +00:00
cls%seawood.org
dcacae1ebf
Rename img libraries that have have common external equivalents as our internal versions may be slightly incompatible.
...
Bug #57247 sr=tor
2001-03-09 23:53:17 +00:00
pavlov%netscape.com
6ac1a35b7b
use NS_LITERAL_STRING instead of NS_LITERAL_CSTRING when creating an atom, and put dont_AddRef() around NS_NewAtom so we don't add an extra addref
2001-03-09 07:42:04 +00:00
pavlov%netscape.com
02944309fe
don't #define MOZ_NEW_CACHE here
2001-03-09 03:00:02 +00:00
dbragg%netscape.com
7d452e163b
dbaron fix for ports bustage of libreg/standalone
2001-03-09 02:25:22 +00:00
dbragg%netscape.com
ff08dfc654
Fix for non-Linux and Solaris build bustage. r=sgehani
2001-03-09 01:58:10 +00:00
dbragg%netscape.com
45e8200a6c
Adding a standalone build necessary to fix bug 65682. r,a=dveditz, sr=mscott
2001-03-08 22:02:39 +00:00
disttsc%bart.nl
8b43034cef
Change implicit conversion from
...
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|
to explicit |get()|.
Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).
Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
disttsc%bart.nl
8b05e701fa
Fixing MOZ_TRACK_MODULE_DEPS builds (e.g. senna), adding "nkcache" to REQUIRES line, r=dbaron
2001-03-08 03:37:28 +00:00
dougt%netscape.com
460288a5fe
fixing build bustage and renameing variable name.
2001-03-08 01:24:57 +00:00
dougt%netscape.com
c5c0de3897
Fix for 70346. Fixing breakage plugin bustage. sr=mscott@netscape.com
2001-03-08 00:55:11 +00:00
pavlov%netscape.com
202faf92e0
adding a printf to error
2001-03-07 23:41:54 +00:00
pavlov%netscape.com
f05ed89d96
adding some setjmp stff here that should hopefully avoid lameass crashes
2001-03-07 23:36:45 +00:00
racham%netscape.com
ed566c5794
Fixing bug 67634. Clearing the default url value so that beep takes the default place for biff sound. r=racham, sr=sspitzer
2001-03-07 01:16:44 +00:00
pavlov%netscape.com
48a3a0a372
make imgIRequest an nsIRequest again. do RGB->BGR conversion for jpegs. add an error code for no decoder. add place to add expiration date to the cache entries once darin fixes http channel to give me an expiration date..
2001-03-07 00:59:49 +00:00
pavlov%netscape.com
3c8c4c36b3
add the loadgroup back in.. send the proxy a onstoprequest message when addobserver is called if it has already been stopped... this makes sure the image request always gets removed from the loadgroup.. this could be further optimized to avoid adding it to the loadgroup at all if the image is complete when the proxy gets created.
2001-03-06 21:54:33 +00:00
pavlov%netscape.com
afad20bfea
don't add requests to the loadgroup yet... it causes the browser not to start up...
2001-03-06 05:15:04 +00:00
pavlov%netscape.com
5e6ec3bd92
adding a dummy channel class that i can add to load groups for each request instead of giving the real channel a single load group. cache fixes, cleanups, etc.
2001-03-06 04:46:20 +00:00
blakeross%telocity.com
d5953ea17a
Updating ua string to 0.8.1
2001-03-06 03:41:05 +00:00
disttsc%bart.nl
277181c660
Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc
2001-03-02 09:26:57 +00:00
av%netscape.com
9c86c6c83e
Fixing 69736, adding npp->pdata check before calling NPP_* functions, sr=jst
2001-03-02 00:29:33 +00:00
markh%activestate.com
f78d0fb311
Sample plugin: Not part of the build
...
Fix up the resizing on Linux (rearranging the code for more reuse across platforms), and add a note to the readme re focus problems on Linux. Change windows to use a multi-line edit control so it is easier to visually confirm the child window is resizing correctly.
2001-02-28 12:26:17 +00:00
mcafee%netscape.com
2479767ed0
Backing out my attempt to fix (68208). sr=alecf
2001-02-28 00:00:27 +00:00
nhotta%netscape.com
87c672b401
Moved collation setting from pref to property for localizability, bug 62015, r=tao, sr=erik.
2001-02-27 23:33:47 +00:00
pavlov%netscape.com
5290eb244b
removing ImageLogging.h from this makefile
2001-02-27 22:35:07 +00:00
pavlov%netscape.com
2b619759b3
fixing the stupid jpeg decoder to work right
2001-02-27 06:06:22 +00:00
dprice%netscape.com
199c935b04
# 65845 sr=waterson, new order files will greatly reduce the number of link warnings.
2001-02-27 04:38:19 +00:00
pavlov%netscape.com
db82897c01
make jpegs work.
2001-02-27 02:25:25 +00:00
mcafee%netscape.com
3879aed5d0
Switching pref type from string to int (68208). r=pchen, sr=alecf. New bug filed for string/radio problem.
2001-02-27 01:08:17 +00:00
varada%netscape.com
3018e815ee
fix for bug#37928;adding preferences to the mailnews.js file;r=ducarroz;sr=mscott
2001-02-26 19:48:03 +00:00
pavlov%netscape.com
cc3b86f36b
adding a warning if we call close on the jpeg decoder without us having made it to the end of decoding
2001-02-26 04:59:40 +00:00
pavlov%netscape.com
c455edff68
moving the logging code around a bit
...
fixing a crash in the jpeg code and a few other minor things
2001-02-26 04:22:47 +00:00
pavlov%netscape.com
be1d7289fa
do the offsetting based on the bytes per row of the dest frame
2001-02-26 00:26:37 +00:00
saari%netscape.com
663288f745
JPEGs limping enough for preliminary performance numbers
2001-02-26 00:17:36 +00:00
pavlov%netscape.com
8254147b29
removing stupid code
2001-02-25 09:02:25 +00:00
pavlov%netscape.com
aac699b151
blah blah blah
2001-02-25 08:37:26 +00:00
pavlov%netscape.com
4a91682280
fixing the cancel nonsense to avoid longass page loads
2001-02-25 08:28:36 +00:00
pavlov%netscape.com
a1603566b9
remove the channel cancelation stuff... don't do this here...
2001-02-25 02:23:55 +00:00
pavlov%netscape.com
98a0eae111
adding a loadgroup param
2001-02-24 23:45:30 +00:00
cls%seawood.org
3580b1cac0
Adding and updating necessary .cvsignore files. Bug #61550
2001-02-24 06:22:49 +00:00
pavlov%netscape.com
e29da0f07c
add define incase of non-debug
2001-02-24 04:21:18 +00:00
pavlov%netscape.com
7ecc928aa6
check to see if numframes > 1
2001-02-24 00:31:08 +00:00
pavlov%netscape.com
43e705186c
adding animation restart capibilities
2001-02-23 23:48:08 +00:00
pavlov%netscape.com
1f4d5cb549
using NS_STATIC_CAST(void*, this)
2001-02-23 18:40:29 +00:00
pavlov%netscape.com
fe86f1b6b1
append __LINE__ to the local var name when using LOG_SCOPE()
2001-02-23 18:32:09 +00:00
pavlov%netscape.com
ad99779364
more prlog fun.. added class to do scope based logging (enter/exit messages)
2001-02-23 10:57:00 +00:00
pavlov%netscape.com
ffd268c7b0
more prlog stuff. some useful info should be generatable from this stuff now
2001-02-23 08:36:51 +00:00
tao%netscape.com
90bfcacfe5
62171: "Separate content from UI". Split langenus.xpi into regus.xpi.
...
browser: (r=pchen,sr=alecf), mailnews: (r=yamamoto,sr=sspitzer),
editor: (r=cmonske,sr=sfraser), xpinstall (r=ssu,sr=dveditz).
2001-02-23 08:34:10 +00:00
blakeross%telocity.com
26aff3aa5d
Forced reload, stop button, ability to use bookmark keywords in Open Web Location dialog, persist window choice, .8 -> .9, moving things to more appropriate places (60498, 62078, 49773, others). r=timeless/jag sr=alecf
2001-02-23 03:31:46 +00:00
racham%netscape.com
e69b39cd3c
Fixing bug 66460. Adding pref needed to implement Check new mail at startup feature. r=bienvenu, sr=sspitzer
2001-02-23 02:48:35 +00:00
mstoltz%netscape.com
fe3cecbfa0
bug 63451. Adding nsIJAR.idl to mac project file
2001-02-23 02:31:14 +00:00
sspitzer%netscape.com
ea05793dea
control the default url for sound to play on new mail with a pref,
...
instead of hard coding it. (really, this is a back door for mac users,
until we have a UI for this.) #64462
sr=bienvenu
2001-02-23 02:27:53 +00:00
mstoltz%netscape.com
6ddb173736
bug 63451 - moved signature verification functions from nsIZipReader to nsIJAR. r=sgehani, sr=shaver
2001-02-23 00:15:04 +00:00
markh%activestate.com
d03748b55b
New plugin sample. Shows how to use native widgets and events in a plugin.
...
Not part of the build.
2001-02-22 11:03:16 +00:00
disttsc%bart.nl
a6f2f5861a
Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
2001-02-22 09:35:51 +00:00
pavlov%netscape.com
75776864a0
use the new necko interfaces/apis
2001-02-22 08:41:20 +00:00
pavlov%netscape.com
5fa4de6466
remove lots of useless ifdef PR_LOGGING lines
2001-02-22 02:12:21 +00:00
pavlov%netscape.com
066cc71265
add pr logging of stuff, fixing places where we try to remove an observer multiple times. use GetOriginalURI isntead of GetURI on the channel when an error occurs and we have to remove ourselves from the cache
2001-02-22 02:06:24 +00:00
dougt%netscape.com
128f95aa9b
Relanding Necko Changes.
...
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
pavlov%netscape.com
f8ebd7ee8d
aw yeah
2001-02-20 23:49:46 +00:00
pavlov%netscape.com
6dce52cf0e
fixing decl stuff
2001-02-20 23:49:13 +00:00
pavlov%netscape.com
9bbc50ba30
changing libpr0n filenames to img*
2001-02-20 23:45:51 +00:00
pavlov%netscape.com
59bed3ba5f
build baby build
2001-02-20 23:35:22 +00:00
pavlov%netscape.com
0311d39a5f
renaming
2001-02-20 23:29:43 +00:00
pavlov%netscape.com
9d21c05189
lets do imgIRequest instead of lpIImageRequest
2001-02-20 23:27:48 +00:00
pavlov%netscape.com
e494b10ad8
fix build issues
2001-02-20 23:13:54 +00:00
pavlov%netscape.com
b526894c5e
changing to new interface names
2001-02-20 23:09:09 +00:00
pavlov%netscape.com
9fc60b39a9
adding file...
2001-02-20 23:03:47 +00:00
pavlov%netscape.com
21092358de
renaming nsIImageRequest2
2001-02-20 23:02:50 +00:00
pavlov%netscape.com
570d5a0a59
changing nsIImageRequest[2] to lpImageRequest
2001-02-20 22:55:53 +00:00
pavlov%netscape.com
5822a94835
changing nsIImageRequest2.idl to lpIImageRequest.idl
2001-02-20 22:55:15 +00:00
pavlov%netscape.com
95cab5df49
adding gif decoder.. oops
2001-02-20 22:45:10 +00:00
pavlov%netscape.com
e3fbe3ae72
merge from IMGLIB_20010126_BRANCH
2001-02-20 22:43:56 +00:00
tor%cs.brown.edu
abe9a8ac50
Bug 68970 - tune libimg throttling constants for better performance.
...
r=saari, sr=brendan
2001-02-18 01:05:45 +00:00
blakeross%telocity.com
ff19e71595
Removing old prefs code (68964). r=mcafee sr=ben
2001-02-17 01:55:32 +00:00
timeless%mac.com
72a1f5c4f6
fix for bug 52653 regxpcom creates .mozilla in Real User's home
...
fix by shaver, r=dveditz, sr=scc
2001-02-16 21:35:34 +00:00
mcafee%netscape.com
d7ec3a2e36
Removing unuxed MOZ_OLD_LI_STUFF ifdef & code (68964). r=blake, sr=alecf
2001-02-16 00:23:56 +00:00