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

206 Коммитов

Автор SHA1 Сообщение Дата
alecf%netscape.com 5355236f68 fix for bug 70929 - refactor history into public/private interfaces
sr=waterson
2001-03-09 14:49:28 +00:00
alecf%netscape.com f23a6ad8b2 clean up history after hewitt's changes (no reviewer, just a file he missed) 2001-03-09 14:25:12 +00:00
alecf%netscape.com c58d0464b8 add nsIBrowserHistory to unix build (not used yet) 2001-03-09 00:44:34 +00:00
alecf%netscape.com c4b6a4374d add nsIBrowserHistory.idl to build (not used yet) 2001-03-09 00:44:11 +00:00
pinkerton%netscape.com 8b063df807 adding nsIBrowserHistory.idl for alecf. 2001-03-09 00:43:32 +00:00
alecf%netscape.com 4d7a47fa5b add refactored browser history - not part of build
these are all the functions that won't be in the slushy nsIGlobalHistory
2001-03-08 22:37:49 +00:00
alecf%netscape.com a9e521b87c augh - back out my change to disable hierachical history, and undo the typo that got added right before I checked in yesterday - this was the intended version of this file! 2001-03-08 22:07:51 +00:00
alecf%netscape.com 232001e4cf workaround history blocker by switching back to non-hierarchical history 2001-03-08 19:22:38 +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
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 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
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
alecf%netscape.com 780cd8507d implement hierarchical history!
bug 65862
sr=waterson
2001-03-08 05:15:24 +00:00
alecf%netscape.com e3241c1d90 fix for #66908 r=timeless, a=ben
make history history sidebar urls open in the current window, if possible
2001-03-06 00:41:41 +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
blakeross%telocity.com 38794d139f UIEvent button property is incorrect according to the DOM2 spec. Changing values to 0, 1, 2 (left, middle, right mouse buttons respectively) from 1, 2, 3. |event.which| continues to use the old values for backwards compatibility. This affects future xbl, js, and c++ event button checks so please see the newsgroups for more info (60703). r=timeless sr=jst 2001-03-02 03:07:53 +00:00
timeless%mac.com bef2b2afaa fix bug 68959 Wording Mismatch between History and Bookmarks
r=lordpixel, sr=alecf
2001-02-28 23:47:19 +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
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
mcafee%netscape.com 28bdf1fa0e Renaming Find menu item to Search (44733) r=matt, sr=ben 2001-02-06 23:56:38 +00:00
disttsc%bart.nl 490b0fb21f Update REQUIRES (add necko) to fix senna bustage. r=bryner 2001-01-31 23:15:42 +00:00
alecf%netscape.com 369607b9ae fix for #64060 - bulk delete history entries by hostname & domainname
also add a new history controller for future history coolness
a=ben, r=jag, and a bit of r=timeless
2001-01-31 20:21:37 +00:00
alecf%netscape.com 831cbf5a07 fix for 55791 a=ben 2001-01-18 08:24:42 +00:00
blakeross%telocity.com d4c8771cfe Fix 64479, 57191, an unreported bug: lots of search bookmarks/history cleanup/fixes. r=timeless sr=alecf 2001-01-17 20:39:59 +00:00
alecf%netscape.com e839941b69 fix for 64218 - implement history sidebar panel
a=ben@netscape.com
2001-01-17 06:06:50 +00:00
blakeross%telocity.com b3a0e8ab88 Fix 58631: JS strict warnings in history.js, and more dump() removal (65127). r=jag sr=alecf 2001-01-17 00:11:00 +00:00
danm%netscape.com c30ab11584 fix position and zoom state persistence for bm-find.xul and history.xul. bug 65262 (32148) r=ben,mscott,pchen 2001-01-13 01:25:42 +00:00
ccarlen%netscape.com 339b836f64 Part of bug 35559 - dynamic profile switching r=valeski@netscape.com, sr=waterson@netscape.com 2001-01-12 15:04:58 +00:00
bryner%uiuc.edu f579bca00b Removing unused Makefile.in's (files in these directories are now exported via jar.mn). Bug 55778. r=ben, cls. Not part of build. 2001-01-05 23:51:45 +00:00
bryner%uiuc.edu 69e9b90bc6 Removing dead .toc files. Not part of build. a=sfraser. 2001-01-03 01:32:06 +00:00
alecf%netscape.com 52d7407235 add null pointer checks to avoid crashing during history commit - avoid crash described in bug 62968
r=blake
(no sr= cuz it's so freakin simple)
2001-01-02 05:27:13 +00:00
alecf%netscape.com ae13f19e7b fix for blocker #63603 - forgot to implement OpenURL r=timeless
a=blocker-baby
2000-12-22 17:35:39 +00:00
alecf%netscape.com 4e1dababf6 - move bookmarks over to the generic nsTreeUtils.js for stuff like sorting/menus
- convert history to use the new nsTreeController
- update history to support removing of individual items (bug #11412)
a=ben
2000-12-21 21:59:39 +00:00
alecf%netscape.com 3a0f56bfce allow removal of history items via RDF
sr=waterson, bug #11412
2000-12-21 07:39:43 +00:00
danm%netscape.com 59ed8b95b7 fix mac bustage, and probably a logic error 2000-12-16 02:41:26 +00:00
alecf%netscape.com 9d1b9b674f attempt to fix bustage by explicitly using a PRBool 2000-12-16 01:41:43 +00:00
alecf%netscape.com 5f1a1465ce backend side of fix for 11412 r=radha, sr=waterson
Also:
- refactor deleting of rows to have a "matching" callback which tells us if we should delete a row
- refactor FindRow into FindUrl to share more code & error handling
- fix handling of PRInt64's to pass them by reference, not value for faster param passing on certain processors
- implement GetRowValue so we can refactor future AliasCellYarns into it, and eventually switch to UTF8 instead of unicode to make history faster
- random little cleanups
2000-12-16 00:48:31 +00:00
danm%netscape.com c7fb008754 check for empty db in Commit. bug 62968 r=alecf 2000-12-16 00:17:17 +00:00
bryner%uiuc.edu cc136ead8f Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls. 2000-12-15 07:32:25 +00:00
alecf%netscape.com fb9d22bcf6 re-checkin all my changes from yesterday, plus some fix-ups so that history doesn't get
corrupted and we don't get lots of assertions at startup
sr=bienvenu
2000-12-12 21:07:30 +00:00
alecf%netscape.com 2a6014490c back out my other changes to history, I don't know what's going on. 2000-12-12 09:15:25 +00:00
cls%seawood.org 333772c04b Backing out alecf's changes that were causing a crash on startup on unix builds. 2000-12-12 04:39:23 +00:00
alecf%netscape.com a7b08e468a initial fix for 55293 - expire pages in history on shutdown
mostly stuff submitted by bienvenu, r=alecf, the rest by me, r=bienvenu
sr=waterson
2000-12-12 00:41:42 +00:00
alecf%netscape.com 933fd1dfc0 fixes for:
#61140 - delete history.dat if it gets corrupted
 #56867 - implement "First Visited"
 #19370 - implement "Visit Count"
 #33697 - clean up nsGlobalHistory::OpenDB a bit more (doesn't fix the leak yet)
sr=waterson
2000-12-11 21:39:05 +00:00
mscott%netscape.com 5609cb30af Bug # --> 59956 --> add a null ptr check for mTable.
sr=alecf
2000-12-07 08:03:33 +00:00
alecf%netscape.com 4b4d577ef0 fix for strict warnings #58631
r=blake
sr=alecf
submitted by=jarrod.k.gray@rose-hulman.edu
2000-12-05 22:12:19 +00:00