beard%netscape.com
1f859d742c
[not part of build] Implemented nsCacheEntryDescriptor::GetFile().
2001-03-08 21:22:18 +00:00
beard%netscape.com
22e5a9f6da
[not part of build] stub implementation of Visit().
Changed Cache directory creation logic in nsDiskCacheDevice.cpp.
2001-03-08 21:00:02 +00:00
beard%netscape.com
bf4e360443
[not part of build] implement VisitEntries.
2001-03-08 20:58:38 +00:00
beard%netscape.com
252e11c88e
[not part of build] Added new interfaces nsICacheDeviceInfo, nsICacheEntryInfo.
2001-03-08 20:58:11 +00:00
disttsc%bart.nl
ac8a0e2480
Fix Solaris bustage. r=scc
2001-03-08 19:57:20 +00:00
alecf%netscape.com
232001e4cf
workaround history blocker by switching back to non-hierarchical history
2001-03-08 19:22:38 +00:00
scc%mozilla.org
68b1a2e17f
fix solaris bustage
2001-03-08 18:32:28 +00:00
kestes%tradinglinx.com
f68cd0369b
got the subtraction wrong and I was sleeping for negative times.
2001-03-08 18:13:32 +00:00
dave%intrec.com
361f3585e4
Refix for bug 25693: more accurate regexp to find duplicates when generating initial duplicates table.
2001-03-08 17:29:09 +00:00
disttsc%bart.nl
e78859951e
Fix speedracer bustage, take #2 . Temporary fix, will find a better one with scc.
2001-03-08 16:35:52 +00:00
attinasi%netscape.com
1db0396ebc
Commented out assertion while I find out why HR's are triggering it in some cases...
2001-03-08 15:48:48 +00:00
disttsc%bart.nl
b0f59e3f1c
Fix speedracer bustage. It doesn't seem to like |Compare| :-)
...
r=shaver
2001-03-08 15:32:46 +00:00
alecf%netscape.com
c259ee68fe
update script to work on windows (not part of build)
2001-03-08 15:08:03 +00:00
cmanske%netscape.com
286885f612
Fixed problems in Advanced Edit dialog, b=67918, r=brade, sr=kin
2001-03-08 15:07:14 +00:00
cmanske%netscape.com
f96d7e2a61
Removed registering of commands not used in plain text editor, b=67993, r=brade, sr=sfraser
2001-03-08 15:03:51 +00:00
disttsc%bart.nl
ac546183d0
Fix speedracer bustage, r=dbaron, sr=scc, fall-out from bug 53057
2001-03-08 14:52:51 +00:00
dbaron%fas.harvard.edu
fc78650581
Fix CSS_REPORT_PARSE_ERRORS build bustage resulting from string changes.
2001-03-08 14:25:11 +00:00
disttsc%bart.nl
09677a326a
Fix potential dangling pointers of the form:
...
const char* foo = NS_ConvertUCS2toUTF8(bar).get();
sr=scc
2001-03-08 13:57:08 +00:00
disttsc%bart.nl
de797f152e
This could leave you with a dangling pointer:
...
nsCStringKey key(nsPromiseFlatCString(aRef).get());
because the nsPromiseFlatCString object will go out of scope,
so do this instead:
nsPromiseFlatCString flat(aRef);
nsCStringKey key(flat.get());
sr=scc
2001-03-08 13:13:42 +00:00
disttsc%bart.nl
25a248003c
Change implicit conversion from
...
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|nsLiteral[C]String|
|nsPromiseFlat[C]String|
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 12:33:57 +00:00
disttsc%bart.nl
e2fbec0f07
Change implicit conversion from
...
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|nsLiteral[C]String|
|nsPromiseFlat[C]String|
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 10:50:45 +00:00
disttsc%bart.nl
76f0cfa4c7
Change implicit conversion from
...
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|nsLiteral[C]String|
|nsPromiseFlat[C]String|
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 10:45:03 +00:00
disttsc%bart.nl
cb72115f01
Change implicit conversion from
...
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|nsLiteral[C]String|
|nsPromiseFlat[C]String|
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 09:45:01 +00:00
disttsc%bart.nl
a2e296f419
Forgot to remove this line in my last checkin. bug=53057
2001-03-08 09:28:32 +00:00
disttsc%bart.nl
9d105f7562
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 09:17:11 +00:00
disttsc%bart.nl
e434c1adab
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:53:58 +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
alecf%netscape.com
501b0ce99e
fix for bug 58122 - find the anchor in the selection if there already is one
...
sr=ben, r=jag
2001-03-08 07:59:17 +00:00
darin%netscape.com
01253d7390
Fixes bug 66516. Topperf regression from 1/23. r=dougt, sr=mscott
2001-03-08 07:53:40 +00:00
bryner%uiuc.edu
21eccc2931
Bug 65623 - Add a pref to disable the UI of PSM 1.x. code by dougt, r=javi, sr=mscott.
2001-03-08 07:39:11 +00:00
disttsc%bart.nl
f9b05c7ff2
Fix MOZ_TRACK_MODULE_DEPS builds (e.g. senna) bustage, add "intl locale timer" to REQUIRES line
2001-03-08 07:15:34 +00:00
alecf%netscape.com
d3b787642e
change GetLastVisitDate semantics back to the way they were before - avoids a runtime assertion in nsWebShell.cpp
2001-03-08 07:07:19 +00:00
rpotts%netscape.com
82f71853c7
bug #61339 . Added a missing const to an nsdIID (sr=waterson)
2001-03-08 06:54:47 +00:00
dave%intrec.com
20ba7ee850
Adding the queryhelp.cgi file that was missing. (There are links to it in query.cgi)
2001-03-08 06:47:50 +00:00
barnboy%trilobyte.net
79f7610351
Last transfer bombed on me. Added Bugzilla Guide as
...
single large HTML and TXT files, and updated README.docs
with compiling instructions for the Guide.
2001-03-08 06:35:33 +00:00
alecf%netscape.com
b8299fff2b
argh, forgot two more lines
...
curse PRInt64!
2001-03-08 06:34:55 +00:00
alecf%netscape.com
07ac306ff1
oops, better attempt
2001-03-08 06:16:02 +00:00
alecf%netscape.com
2406cc2ec0
attempt to fix mac bustage
2001-03-08 06:14:30 +00:00
alecf%netscape.com
95fe84f3bc
use nsCAutoString instead of nsLiteralCString to avoid stupid compiler ambiguity
...
lame! causes an extra copy.
fixes sun bustage
2001-03-08 06:02:34 +00:00
bryner%uiuc.edu
86cf469639
Fixing non-debug builds. Not part of build.
2001-03-08 06:01:29 +00:00
disttsc%bart.nl
4b7b1778d5
Fix build bustage in XMLTerm extension. We were depending on an indirect inclusion of nsReadableUtils.h, which apparantly has gone, so explicitly including it now, like we should have. r=mcafee.
2001-03-08 05:53:07 +00:00
barnboy%trilobyte.net
50da6f278d
Adding back jpg as binary.
2001-03-08 05:44:23 +00:00
barnboy%trilobyte.net
19c8aef605
Oops, forgot to put up dbschema.jpg as a binary file.
2001-03-08 05:42:31 +00:00
gordon%netscape.com
b273b672ac
[not part of build]
...
Removed return codes for nsCacheEntryHashtable::RemoveEntry() and nsCacheDevice::DoomEntry().
Added doomEntriesIfExpired flag to nsCacheSession and nsCacheRequest, and check the flag in nsCacheService::ActivateEntry()
Added lastModified attribute to nsCacheEntryDescriptor and mLastModified data member to nsCacheEntry. mLastModified is updated when data or meta data is changed.
Deque requests if descriptor allocation fails. Delete requests after calling proxy in async open cache entry path.
Cleaned up the logic of doom.
2001-03-08 05:37:00 +00:00
barnboy%trilobyte.net
7c9a06c296
Documentation update; added docs/sgml, docs/html, docs/txt.
...
No text version of The Bugzilla Guide availabe yet, however.
2001-03-08 05:36:50 +00:00
heikki%netscape.com
82b8f468d9
Fix gbdate.h bustage.
2001-03-08 05:34:14 +00:00
gordon%netscape.com
dd593b9f58
[not part of build]
...
Added readonly lastModified attribute to nsICacheEntryDescriptor. Added PRBool attribute doomEntriesIfExpired to nsICacheSession.
2001-03-08 05:31:52 +00:00
timeless%mac.com
aef4cfd76d
fix bug 69256 nsMsgNewsFolder::UpdateSummaryFromNNTPInfo leaks nsMsgKeySet
...
patch by hwaara@chello.se r=sspitzer, sr=bienvenu tabs=evil
2001-03-08 05:26:43 +00:00
alecf%netscape.com
780cd8507d
implement hierarchical history!
...
bug 65862
sr=waterson
2001-03-08 05:15:24 +00:00
timeless%mac.com
7e2d719cae
fix bug 70453 printf in nsClipboard.cpp
...
r=rods sr=blizzard
2001-03-08 05:12:30 +00:00