Commit Graph

77319 Commits

Author SHA1 Message Date
darin%netscape.com
c5ad81d47d Adding myself in the contributor section. 2001-02-27 09:34:12 +00:00
darin%netscape.com
7c13c3763f Added a test file for exercising the mem cache transport. 2001-02-27 09:30:41 +00:00
darin%netscape.com
ae2d382ff8 [not part of the build] Added a debug-only CID for nsMemoryCacheTransport
to allow this class to be independently tested.
2001-02-27 09:06:11 +00:00
dveditz%netscape.com
17034612db fix for topcrash bug 65798, r=neeti, sr=rpotts 2001-02-27 07:41:55 +00:00
wtc%netscape.com
a647b1c101 Bugzilla bug #70295: do not hold _pr_flock_lock while calling the MD
lockfile function to avoid a deadlock.  The lockCount field of
PRFilePrivate may have the value of -1 to indicate that the MD lockfile
function is in progress.  Use _pr_flock_cv to wait for the completion
of the MD lockfile function.
Modified files: primpl.h, prfile.c, prio.c, ptio.c
2001-02-27 06:51:44 +00:00
pavlov%netscape.com
2b619759b3 fixing the stupid jpeg decoder to work right 2001-02-27 06:06:22 +00:00
beard%netscape.com
f450fa004c build XPCShell.mcp when testing the new cache. r=gordon 2001-02-27 06:03:47 +00:00
beard%netscape.com
57deaf036e [not part of build] added other new files. 2001-02-27 05:50:57 +00:00
beard%netscape.com
b38a2785a4 Gordon has much more to say about the last few checkins... But we forgot to wire up nsCacheEntryDescriptor::MarkValid() to nsCacheEntry::MarkValid(). Enjoy the ride. 2001-02-27 05:43:16 +00:00
gordon%netscape.com
da22074c6d Changed GetKey() to return key as return value, rather than out parameter. Added flag predicates for storage policy. 2001-02-27 05:35:53 +00:00
gordon%netscape.com
41f6ec1758 Add virtual methods for desctructor and Init(). Changed ActivateEntryIfFound() to FindEntry(). 2001-02-27 05:33:34 +00:00
gordon%netscape.com
db0eae7ff6 Add explicit close() method to decouple descriptor state from cache entry. Close() is an idempotent operation, and will be called by default from the descriptor's destructor. This allows Javascript to release the cache entry earlier than the descriptor may be garbage collected. 2001-02-27 05:29:25 +00:00
beard%netscape.com
1c05ec4343 tests new object cache. 2001-02-27 05:27:55 +00:00
bryner%uiuc.edu
b5b661c6d2 Bug 40611:
- add ctrl+tab/ctrl+shift+tab binding to tabcontrol to switch tabs
- check view visibility before shifting focus, this prevents us from
tabbing into inactive panes in a deck.
r=saari,blake.  sr=ben.
2001-02-27 04:43:04 +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
mkaply%us.ibm.com
8e2804f300 Removing unused files 2001-02-27 04:37:09 +00:00
darin%netscape.com
8d0d0b8f05 [not part of the build] Added AsyncRead support to nsMemoryCacheTransport. 2001-02-27 04:29:24 +00:00
dbaron%fas.harvard.edu
cbfbcb352b Fix viewer crash on some types of exit resulting from a mistake in my previous startup crash fix. b=70160 r=jst@netscape.com (Viewer changes only.) 2001-02-27 03:46:54 +00:00
pschwartau%netscape.com
32ca03bbbc Initial add. Regression test for bug 44009. 2001-02-27 03:41:13 +00:00
rginda%netscape.com
5cc2012fd6 -- NOT PART OF THE BUILD --
Don't break 0.8 users just yet.
2001-02-27 03:30:35 +00:00
dougt%netscape.com
4e26add3c6 conditionally compiling new cache. r=dougt/a=gagan 2001-02-27 03:16:59 +00:00
beard%netscape.com
139065f68c remove dependence on $main::CARBON, add $main::options{cache} to conditionally build new cache projects. r=sfraser 2001-02-27 02:44:26 +00:00
dougt%netscape.com
8518edb494 Conditionally compiling new cache. r=dougt/a=gagan 2001-02-27 02:27:21 +00:00
pavlov%netscape.com
db82897c01 make jpegs work. 2001-02-27 02:25:25 +00:00
ftang%netscape.com
09f7abdf07 check in for smontagu@il.ibm.com
fix bug 70028. r=ftang sr=erik
add bidi utility interface and implementation
Not building yet, should not affect the build
2001-02-27 02:06:55 +00:00
beard%netscape.com
c6dba7aacb Be able to build with GC leak detector. r=gordon 2001-02-27 02:05:02 +00:00
alecf%netscape.com
177ee80750 fix for bug 58631 r=jag, a=ben
fix warnings in history.js and initialize history panel
2001-02-27 01:40:07 +00:00
dave%intrec.com
660d27e651 fix for bug 67482: parens in user's real name was confusing bugzilla. Patch by jake@acutex.net 2001-02-27 01:32:27 +00:00
dave%intrec.com
bb9f05a793 Fix for bug 50279: a couple executable files were missing from the list of files that checksetup considers executable when it's resetting permissions. 2001-02-27 01:20:55 +00:00
beard%netscape.com
5ea204d79f [not part of build] "fixes" the stack during GC initialization, so later stack crawls won't crash. 2001-02-27 01:09:44 +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
radha%netscape.com
c78295cd82 Fix for bug # 46813. Assertion while trying to go back. r=jag, sr=alecf 2001-02-27 00:55:49 +00:00
pinkerton%netscape.com
7ff7c756a2 make ChromeListener's dtor virtual, since the class has virtual methods. r=jag/sr=scc. 2001-02-27 00:46:27 +00:00
dougt%netscape.com
9c636b1448 NOT PART OF BUILD. Updating new cache windows makefile to produce a dll. Removing the empty virtual destructor in nsCacheDevice.h 2001-02-26 23:51:03 +00:00
cyeh%bluemartini.com
7b0711915d fix for 47726: Doesn't display properly in IE5.5 because bug url & are not encoded
patch submitted by rufus@nonstuff.de (Rufus)
call QuoteXMLChars on bug_file_loc and attachment desc
2001-02-26 23:46:01 +00:00
mkaply%us.ibm.com
4e9aa4410a No bug
r=mkaply, a=blizzard
Code from jkobal - rewrite of nsRenderingContext to be more like Windows
2001-02-26 23:32:11 +00:00
cyeh%bluemartini.com
af3d687bab stupid lamo fix for 69621: Keyword cache not updated on keyword rename/delete.
now give warning to admin that keyword cache should be rebuilt after any keyword
edit or deletion.
2001-02-26 23:25:22 +00:00
cmanske%netscape.com
841f710b87 For recent changes r=brade, sr=sfraser 2001-02-26 23:24:38 +00:00
cmanske%netscape.com
c0d32e0beb Forgot interface headers! DOH! 2001-02-26 23:21:37 +00:00
mkaply%us.ibm.com
264b4a4391 No bug
r=mkaply, a=blizzard
Code from dainis - continuing fixes for printing transparent bitmaps
2001-02-26 22:57:44 +00:00
cyeh%bluemartini.com
c97581c0fe fix for bug 51670: Dependency loops are possible
we now search each list (dependson, blocks) to see if a bug number shows
up in each list. a bug can't be dependent upon and block the same bug.
also make it so you can't set a bug blocking or dependent on itself.
2001-02-26 22:50:58 +00:00
darin%netscape.com
c4d709039a Corrected copyright headers. 2001-02-26 22:29:40 +00:00
cmanske%netscape.com
caf5acacab Changed menu position for 'Send Page' because of added 'Export to Text' menuitem in Composer for bug 51798. r=brade, sr=sfraser 2001-02-26 22:06:05 +00:00
cmanske%netscape.com
5d262a924f Make setting doc title undoable (add SetDocumentTitle transaction) b=60129, add export to text file, b=51798, some interface param changes to table editing methods as part of embedding work (b=66300). r=brade, sr=sfraser 2001-02-26 22:02:58 +00:00
cmanske%netscape.com
745e66a5ab UI changes for export to text file (51798) and adding read-only DOCTYPE display in HTML Source (58650), and new command to update Recent Files menu (part of 60129). r=brade, sr=sfraser 2001-02-26 22:02:07 +00:00
cmanske%netscape.com
bc4345a9d9 Fixed table editing bug 63439. r=brade,jfrancis, sr=kin 2001-02-26 22:02:06 +00:00
cmanske%netscape.com
dd590e5fdc Make setting <title> and <meta> contents undoable transactions. Part of bug 60129, r=brade, sr=sfraser 2001-02-26 21:51:44 +00:00
mcgreer%netscape.com
fc9a858036 Add support for CA cert downloading, including UI. 2001-02-26 21:50:54 +00:00
beard%netscape.com
dbb6c335a3 Fix carbon redraw non-existence. r=pinkerton 2001-02-26 21:21:54 +00:00
nhotta%netscape.com
a125ae8be8 Changed to enable charset conversion error alert only for "send now" to avoid the data loss when called for window close, bug 57083, r=ducarroz, sr=bienvenu. 2001-02-26 20:41:49 +00:00