dp%netscape.com
1d657fcd71
Converting to generic module.
...
git-svn-id: svn://10.0.0.236/trunk@66265 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-18 06:51:21 +00:00
tbogard%aol.net
95751ea16b
Removed the URLShouldBeInHistory function to resolve bug 29604. DocShell now properly calls only when it should to add a page to history.
...
git-svn-id: svn://10.0.0.236/trunk@66179 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-17 05:38:22 +00:00
waterson%netscape.com
76b91f9af2
Bug 12493. Change nsILinkHandler interface to take an nsIURI object instead of a string. This allows necko to canonify URIs before passing them back to global history. r=travis,pierre
...
git-svn-id: svn://10.0.0.236/trunk@65837 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-13 19:55:47 +00:00
cls%seawood.org
a26020ddae
Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287
...
git-svn-id: svn://10.0.0.236/trunk@65143 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-04 04:46:38 +00:00
sspitzer%netscape.com
617861f885
better, simpler fix for #27984 , r=mscott. a=phil
...
may also fix #29666 , since we aren't calling SetCharPref on exit.
git-svn-id: svn://10.0.0.236/trunk@61910 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 22:11:29 +00:00
sspitzer%netscape.com
618fef702e
fix for #27984 , r=alecf, a=rickg. implement GetLastPageVisited.
...
also, for now, don't stuff the url in the history db (or use it for GetLastPageVisited)
if it is not http: or https:. There is a bug here, we call AddPage() too often and with
url that should not be in the history db. this makes history usuable for beta, and
prevents mailnews, about:blank, javascript:, file: and chrome: urls from getting in the history db.
git-svn-id: svn://10.0.0.236/trunk@61817 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 00:26:51 +00:00
dp%netscape.com
3672095f40
bug# 13732 Removing brprof from the build. r=akkanna
...
git-svn-id: svn://10.0.0.236/trunk@60605 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-12 18:50:36 +00:00
rjc%netscape.com
41db2fcb68
Fix bug # 20542: make global history flush-able, and try and flush in on Shutdown()
...
git-svn-id: svn://10.0.0.236/trunk@60344 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 00:51:33 +00:00
pp%ludusdesign.com
8473bdff29
Converting ::GetIID() to NS_GET_IID(). Bug #20232 . r=scc@netscape.com
...
git-svn-id: svn://10.0.0.236/trunk@59410 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-01 22:27:48 +00:00
scc%netscape.com
21c1012e1b
removed errant |QueryInterface()|s in favor of appropriate macros, as part of bug#23737. Changed |NS_DEFINE_IID| to |NS_DEFINE_CID| where appropriate; or else removed it, and fixed up clients to use |NS_GET_IID| in the appropriate spots. Built and ran pre-checkin tests. r=pinkerton
...
git-svn-id: svn://10.0.0.236/trunk@59313 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-31 23:45:42 +00:00
dougt%netscape.com
714da09a59
Landing nsIFile.
...
git-svn-id: svn://10.0.0.236/trunk@58490 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-24 21:28:28 +00:00
bienvenu%netscape.com
0bd46b7058
fix mork cell leaks in history, r=waterson
...
git-svn-id: svn://10.0.0.236/trunk@57726 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-13 23:35:00 +00:00
pp%ludusdesign.com
b5787cf895
Converting usage of ::GetIID() to NS_GET_IID().
...
Bug #20232 , r=scc@netscape.com
git-svn-id: svn://10.0.0.236/trunk@57423 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 20:49:15 +00:00
waterson%netscape.com
a32a76ea60
Nitpicky cleanup.
...
git-svn-id: svn://10.0.0.236/trunk@57355 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 05:12:36 +00:00
waterson%netscape.com
2e9557fcaa
Make sure we can handle queries for -negative- assertions. (Failure to do so was causing history title's not to show up.)
...
git-svn-id: svn://10.0.0.236/trunk@57354 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 05:08:30 +00:00
waterson%netscape.com
08560c7af8
Replace raw QueryInterface() calls with CallQueryInterface(). Other misc cleanup.
...
git-svn-id: svn://10.0.0.236/trunk@57351 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 04:58:05 +00:00
waterson%netscape.com
cb89ba24bb
Use '0' instead of '-1' to mean 'a real column'. Fixes Unix warnings.
...
git-svn-id: svn://10.0.0.236/trunk@57322 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 01:20:19 +00:00
waterson%netscape.com
976b6bbd1b
Bug 22294. Reject empty URLs; support ArcLabelsIn() and GetSource[s](). r=rjc
...
git-svn-id: svn://10.0.0.236/trunk@57316 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 01:12:12 +00:00
radha%netscape.com
2129c8acf1
remove from repository. obsolete files
...
git-svn-id: svn://10.0.0.236/trunk@57045 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 00:25:21 +00:00
radha%netscape.com
f63819bccf
Remove Session History from the build list r=law a=don
...
git-svn-id: svn://10.0.0.236/trunk@56439 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-22 22:41:30 +00:00
radha%netscape.com
033ba1acc3
Remove session hsitory files from the build list
...
git-svn-id: svn://10.0.0.236/trunk@56437 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-22 22:41:00 +00:00
mcafee%netscape.com
988eaa952c
These files got checked in with win32 EOL characters, re-checking these in. r=radha,akkana
...
git-svn-id: svn://10.0.0.236/trunk@54229 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-23 01:07:29 +00:00
radha%netscape.com
5c61905f0e
Initial checkin for new SessionHistory component
...
git-svn-id: svn://10.0.0.236/trunk@54192 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-22 22:49:01 +00:00
dmose%mozilla.org
0efb7c174c
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
...
git-svn-id: svn://10.0.0.236/trunk@52910 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 03:43:54 +00:00
tbogard%aol.net
ae3cd9e2ce
Changed NS_ENSURE_NOT to NS_ENSURE_FALSE to reflect API change. r=hyatt
...
git-svn-id: svn://10.0.0.236/trunk@52417 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 21:43:56 +00:00
waterson%netscape.com
34e280d8c3
Fix up commentary to reflect reality; remove some confusing stylistic changes. r=bienvenu
...
git-svn-id: svn://10.0.0.236/trunk@50530 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 00:45:57 +00:00
bienvenu%netscape.com
391cdf28f4
fix mork factory r=waterson 12326
...
git-svn-id: svn://10.0.0.236/trunk@50103 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 14:27:50 +00:00
sspitzer%netscape.com
41337e7380
a bunch of changes, all reviewed by mscott.
...
fix some bugs with next, back, and cancel in the profile manager.
(#15223 , #15271 )
re-write all callers of nsProfile::GetCurrentProfileDir() to use the file locator.
(#15063 )
more profile code clean up. (#15042 )
rename the old 4.x history.dat file. it's called history.dat in 5.0, but the file
formats are different. (binary in 4.x, vs mork in 5.0)
git-svn-id: svn://10.0.0.236/trunk@49797 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 04:12:58 +00:00
dp%netscape.com
055feb1f4f
Converter to nsIModule to prepare for memory leaks fixing.
...
Bug# 14034 r=waterson
git-svn-id: svn://10.0.0.236/trunk@49587 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 20:04:34 +00:00
briano%netscape.com
1f53a4dd3f
General cleanup.
...
git-svn-id: svn://10.0.0.236/trunk@48168 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 03:45:06 +00:00
rjc%netscape.com
6c6aff2696
Don't return URLs from history that begin with "NC:". In truth, the history datasource should not return answers about anything that isn't in its "space"... but til that day, this hack works.
...
git-svn-id: svn://10.0.0.236/trunk@46474 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:59:20 +00:00
davidmc%netscape.com
a8b4848a79
file API changes
...
git-svn-id: svn://10.0.0.236/trunk@45948 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:27:25 +00:00
rickg%netscape.com
0a22952c2a
try to make mac build happy
...
git-svn-id: svn://10.0.0.236/trunk@45135 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 08:15:47 +00:00
rickg%netscape.com
c6cb179436
changed usage from deprecated nsString API
...
git-svn-id: svn://10.0.0.236/trunk@45130 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 06:56:31 +00:00
waterson%netscape.com
637ade40c5
Fix VC5.0 bustage.
...
git-svn-id: svn://10.0.0.236/trunk@44120 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-23 05:33:20 +00:00
ramiro%netscape.com
6355d15e51
Fix for gcc 2.7.
...
git-svn-id: svn://10.0.0.236/trunk@44111 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-23 03:54:04 +00:00
mccabe%netscape.com
21c708fc47
Move uses xpfe/components interfaces to using NS_DECL_NSIFOO macro. Several interfaces in xpfe/components declared their own NS_DECL_IFOO macros; I moved those to generated NS_DECL_NSIFOO and will remove the definitions in a subsequent checkin to prevent any risk of mid-checkin skew.
...
git-svn-id: svn://10.0.0.236/trunk@44102 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-23 01:07:33 +00:00
waterson%netscape.com
4442df0ce8
Bug 11484. Be defensive if a null pointer is passed as the doc title in SetPageTitle().
...
git-svn-id: svn://10.0.0.236/trunk@43232 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-12 08:46:35 +00:00
rjc%netscape.com
19838a4017
Small fix for bug #11449 .
...
git-svn-id: svn://10.0.0.236/trunk@42831 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-09 22:33:02 +00:00
kin%netscape.com
7b6feac7e7
Add return statement to operator=(). Fixes Win32 VC++ 5 build bustage.
...
git-svn-id: svn://10.0.0.236/trunk@42333 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-05 20:20:14 +00:00
waterson%netscape.com
a27e5fe991
Let's try it again. Replacing history implementation with MDB.
...
git-svn-id: svn://10.0.0.236/trunk@42284 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-05 06:43:17 +00:00
waterson%netscape.com
0d55d3b688
Back out -- not sure what's wrong.
...
git-svn-id: svn://10.0.0.236/trunk@42282 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-05 05:33:31 +00:00
waterson%netscape.com
6f4710d2c2
Replace history implementation with MDB.
...
git-svn-id: svn://10.0.0.236/trunk@42274 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-05 05:10:38 +00:00
pinkerton%netscape.com
d8eccd58e6
change ResolveAlias() to ResolveSymlink() to avoid two asserts at startup. Why this code is ifdef'd XP_MAC is worrysome to me.
...
git-svn-id: svn://10.0.0.236/trunk@41918 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-03 01:23:38 +00:00
dougt%netscape.com
d219f1385e
Fix for bug 10177 and 10041.
...
git-svn-id: svn://10.0.0.236/trunk@41167 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-26 22:09:42 +00:00
dveditz%netscape.com
4a69d1d866
nakefile cleanups
...
git-svn-id: svn://10.0.0.236/trunk@38066 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 13:42:17 +00:00
briano%netscape.com
104fea7d94
Fix for OpenBSD.
...
git-svn-id: svn://10.0.0.236/trunk@37215 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-28 20:12:32 +00:00
rjc%netscape.com
e44817cb97
Added new method GetAllCmds() which uses a nsISimpleEnumerator instead of GetAllCommands() which uses a nsIEnumerator. Migration to GetAllCmds() can be done in the future.
...
git-svn-id: svn://10.0.0.236/trunk@36971 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-26 01:09:02 +00:00
waterson%netscape.com
e1cc8fdc5b
Land RDF_19990617_BRANCH. Add Change() and Move() methods to nsIRDFDataSource; add OnChange() and OnMove() methods to nsIRDFObserver. Factor nsIRDFDatasource::Init() and ::Flush() into nsIRDFRemoteDataSource. Change ownership model s.t. a datasource reference counts its observers. Miscellaneous XPCOM fixage.
...
git-svn-id: svn://10.0.0.236/trunk@36639 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-24 00:23:52 +00:00
sspitzer%netscape.com
4f21da9822
change the hard coded last page visted to be waterson's home page, not radha's.
...
git-svn-id: svn://10.0.0.236/trunk@36065 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-21 20:19:24 +00:00