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

77483 Коммитов

Автор SHA1 Сообщение Дата
beard%netscape.com b71448a628 [not part of build] Tests disk cache using XPConnnect. 2001-02-28 05:06:25 +00:00
beard%netscape.com 569af8d92e [not part of build] successfully creates writeable nsITransport for cache files! 2001-02-28 05:05:29 +00:00
darin%netscape.com 62d0ff2ef2 Minor tweak [not part of the build] 2001-02-28 04:37:46 +00:00
darin%netscape.com ce2aa6ba6f Made nsMemoryCacheDevice::BindEntry return NS_OK 2001-02-28 04:36:51 +00:00
darin%netscape.com b31cd3c2ac Completed nsCacheService::BindEntry 2001-02-28 04:34:41 +00:00
darin%netscape.com 2c069b9c3e Removed an extraneous QI from nsCacheEntry::Open() 2001-02-28 04:28:15 +00:00
blakeross%telocity.com cf72a8be9d The rest of an earlier fix of mine, forgot to check it in (caused 70405). was already reviewed. 2001-02-28 04:25:00 +00:00
beard%netscape.com e58db096e1 [not part of build] must call init on hashtable in nsDiskCacheDevice::Init(). 2001-02-28 04:17:56 +00:00
beard%netscape.com 324eaee24b [not part of build] really delegate GetTransport() to the cache service. 2001-02-28 04:17:24 +00:00
gordon%netscape.com 469a57114d Added GetTransportForEntry(), DoomEntry() to public methods, and BindEntry() and DoomEntry_Internal() to private methods. 2001-02-28 04:10:43 +00:00
darin%netscape.com d300e5f79d Added MOZ_NEW_CACHE ifdef to Makefile.in to prevent building of cache tests
by default.
2001-02-28 04:06:06 +00:00
beard%netscape.com da6be08e8f [not part of build] using nsIPref to find cache directory, first cut at creating nsITransport for cache entries. 2001-02-28 04:00:08 +00:00
beard%netscape.com 4d543e736a [not part of build] removed redundant NULL check in MarkValid(). 2001-02-28 03:59:02 +00:00
gordon%netscape.com 11a84e6653 Added MarkDoomed(), MarkStreamData(), and set StreamData in constructor. 2001-02-28 03:54:16 +00:00
gordon%netscape.com bba1728ef8 Added DoomEntry() to nsCacheDevice. 2001-02-28 03:42:33 +00:00
blakeross%telocity.com 937d210d6d Context doesn't persist in find/replace dialog and other cleanup (66456). r=timeless sr=kin 2001-02-28 03:40:16 +00:00
blakeross%telocity.com ea02998848 The content area, not the urlbar, should be focused when you open links in new windows (53549). r=saari,timeless sr=alecf 2001-02-28 03:22:46 +00:00
blakeross%telocity.com 64022fdf20 UI cleanup in Customize Character Coding dialog (patch by Mark Olson, maolson@earthlink.net, for 65973). r=jag sr=erik 2001-02-28 03:12:42 +00:00
darin%netscape.com e13b0d309b [not part of the build] Added code to the descriptor to call GetTransportForEntry() 2001-02-28 02:19:14 +00:00
relyea%netscape.com b480c3ca9d On NT, it looks like isatty doesn't always work. Since we always use stdin for this use
that test instead.
2001-02-28 01:58:02 +00:00
relyea%netscape.com 692435d36e Finish WinNT changes. 2001-02-28 01:57:08 +00:00
jst%netscape.com e425716676 Fixing bug 70014. Making td.chOff use the correct atom when looking up the attribute 'charoff'. r=heikki@netscape.com, sr=vidur@netscape.com 2001-02-28 01:54:40 +00:00
darin%netscape.com 74b246f5a4 [not part of the build] Added hooks to enable streaming to the mem cache! 2001-02-28 01:41:02 +00:00
jj%netscape.com e36c87f062 bugzilla 68643. fixed scope of my($target). r=cls@seawood.org 2001-02-28 01:37:06 +00:00
jj%netscape.com 121496614d Updated verison to '0.8+' + cleaned up 'vers' resources. bugzilla 68231 r=endico 2001-02-28 01:31:28 +00:00
relyea%netscape.com 940c7a0a59 Add '-p' to specify a dbprefix.
Move the Tempfile created on input to /tmp so the code works in directories
that aren't writeable.
Fix the code to remove the Tempfile when done.
Use SECU_ConfigureDir so that we get the same defaultdb as other tools.
2001-02-28 01:21:11 +00:00
wtc%netscape.com 17b1689138 Bugzilla bug #70381: zero the ipv6.ip field after we fail to parse a
string as an IPv6 address.  Thanks to Chris Elving for the bug report.
2001-02-28 01:02:45 +00:00
danm%netscape.com 09cff0bc41 adding nsIDOMWindow to GetInterface. More hookup of WindowWatcher from last revision. bug 65229 r=brendan and by extension hyatt 2001-02-28 00:43:01 +00:00
beard%netscape.com e68b83c86f [not part of build] allocate the nsDiskCacheDevice. 2001-02-28 00:36:07 +00:00
danm%netscape.com 9bf577ea3c hook up WindowWatcher. bug 65229 r=brendan,chak 2001-02-28 00:34:41 +00:00
beard%netscape.com d0c1622e72 [not part of build] changed fragment name to CACHE_DLL instead of NECKO_DLL (oops). 2001-02-28 00:33:24 +00:00
brendan%mozilla.org 6a77880509 Fix JS_ARENA_GROW_CAST so it doesn't round up both size and incr, which overestimates and wastes space (44009, r=shaver, sr=jband). 2001-02-28 00:27:10 +00:00
brendan%mozilla.org 155f302af3 Fix 'import *;' (70308, r=shaver, sr=jband). 2001-02-28 00:17:19 +00:00
gordon%netscape.com 3be042db59 Changed 'getters' on nsCacheEntry to simply return values, rather than require out parameters.
Added a PRCList member and accessors for linking entries on eviction and doom lists.

Moved check for IsStreamBased() from nsCacheEntry::GetData() to nsCacheEntryDescriptor::GetData(), to allow cache devices to set the mData member.

Added checks to nsCacheEntryDescriptor methods to return NS_ERROR_NOT_AVAILABLE if the descriptor is already closed.
2001-02-28 00:06:13 +00:00
mcafee%netscape.com fb180bf413 Backing out my attempt to fix (68208). sr=alecf 2001-02-28 00:00:27 +00:00
erik%netscape.com 9fd1380b79 bug 70385; author=simon@softel.co.il; r=kmcclusk; sr=erik; register the
bidi keyboard class that was recently added to mozilla/widget
2001-02-27 23:56:19 +00:00
mkaply%us.ibm.com 0d58704621 No bug
r=mkaply, a=blizzard
Backing out nsRenderingContextOS2 - causing weird painting
2001-02-27 23:52:49 +00:00
pinkerton%netscape.com c539f1af15 fix for menus being unresponsive in classic build when no windows are available. commented out a bit added for fizzilla where the two platforms are at odds. sr=sfraser. bug# 68766 2001-02-27 23:35:46 +00:00
nhotta%netscape.com 5c700ba3f2 Moved collation setting from pref to property for localizability, bug 62015, r=tao, sr=erik. 2001-02-27 23:33:47 +00:00
nhotta%netscape.com 4d43f3c511 For menu item sorting, changed to store collation keys instead of creating them for each comparison, bug 64146, r=ftang, sr=erik. 2001-02-27 23:31:20 +00:00
andreww%netscape.com 133a588843 bugzilla 63616 r=jelwell, sr=hewitt. Implementing comboxes in mac classic. (editable menulists) 2001-02-27 23:29:06 +00:00
andreww%netscape.com 3658b2ebcc bugzilla 69520 r=jelwell, sr=hewitt. Fixing default disabled state of buttons in mac classic. 2001-02-27 23:25:46 +00:00
andreww%netscape.com bd00481d1d First Checked In. 2001-02-27 23:24:42 +00:00
jgmyers%netscape.com 2d56a9ee09 fix mime_decode_filename() and callers, make override_charset a PRBool: bug 65277 r=nhotta r=ducarroz sr=sspitzer 2001-02-27 23:23:17 +00:00
darin%netscape.com b2625edc98 updating the .cvsignore file 2001-02-27 23:17:58 +00:00
darin%netscape.com 6b47b5f8db [not part of the build] Forgot to update the WIN32 makefile after adding the
CID for the memory cache transport.
2001-02-27 23:15:57 +00:00
locka%iol.ie e8478419c9 Changed installation macro to copy installed-chrome.txt rather than link to it to solve nightly tarball issue. b=62762, sr=cls@seawood.org 2001-02-27 23:15:34 +00:00
javi%netscape.com 2955cf1872 Adding white space so that Makefile.in appears newer than static
Makefile to autoconf guaranteeing dynamic Makefile's are created.
2001-02-27 23:00:59 +00:00
mcafee%netscape.com 5fe01b7a80 Brief file descriptions 2001-02-27 22:41:45 +00:00
javi%netscape.com 59981f3f7f Make a diff so the Makefile.in is newer than static Makefile forcing
autoconf to always generate a new Makefile.
2001-02-27 22:37:42 +00:00