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

64 Коммитов

Автор SHA1 Сообщение Дата
bzbarsky%mit.edu cad8673b0c Fix memory leak. Bug 296019, r=mconnor, a=shaver 2005-06-01 15:17:26 +00:00
bsmedberg%covad.net e068ecc3da Bug 290180 - coverity errors in toolkit/* r=darin a=asa 2005-04-15 14:55:56 +00:00
bsmedberg%covad.net d3d9589cf0 libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin 2005-03-18 21:24:05 +00:00
bsmedberg%covad.net 4b68fa447a Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector) 2005-02-25 20:46:35 +00:00
cbiesinger%web.de fd4413fded Bug 234695 nsGlobalHistory::GetNow should use PRTime instead of PRInt64
patch by Son Le <son.le0@gmail.com> r=biesi,mconnor
2005-02-05 20:17:23 +00:00
gerv%gerv.net 646bb0c2b8 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-01 17:07:35 +00:00
cbiesinger%web.de 1d12501ae6 276679 removing unused files, npob. found by Crispin Flowerday
<crispin@flowerday.cx> r=bsmedberg
2005-01-01 17:33:05 +00:00
bugzilla%arlen.demon.co.uk 60cf76fb46 Bug 273466 Can't drag favicon from url bar into bookmark sidebar to create bookmark
p=jag/me r=bsmedberg
2004-12-24 23:49:26 +00:00
mconnor%myrealbox.com d502b5948b bug 256885 - fix MinGW gcc builds, port cls' fix from bug 217009 2004-12-14 17:59:35 +00:00
mconnor%myrealbox.com 276f0ce8b7 bug 256885 - firefox history database is endian, corrupts the display of files, r=shaver 2004-12-13 04:39:55 +00:00
dbaron%dbaron.org 12f74c80f3 Merge cvs removes from aviary branch (in browser and toolkit directories) to the trunk. 2004-12-02 02:46:06 +00:00
darin%meer.net f94aa8151e fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg 2004-11-07 23:59:35 +00:00
darin%meer.net 96c79cea45 eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg 2004-11-01 18:50:36 +00:00
bryner%brianryner.com 73f63bca1d Pass correct string length to NS_ConvertUTF16toUTF8 (bug 265829). r=vlad. 2004-10-25 08:34:14 +00:00
cbiesinger%web.de a2447a60f5 Bug 128398 store referrer in history patch by James Andrewartha
<trs80@tartarus.uwa.edu.au> r=biesi sr=neil
2004-09-19 20:50:32 +00:00
dbaron%dbaron.org eb72c3068a Fix leaks of mork rows. b=257218 r+sr=bryner 2004-09-02 00:41:36 +00:00
darin%meer.net 9531babedd fixes bug 250900 "nsIBrowserHistory corrupts URI strings [was: crash when a long malformed URL is entered in the Location Bar [@js_CloneFunctionObject]]" r=biesi sr=neil 2004-08-09 21:17:12 +00:00
mconnor%myrealbox.com cf396b7b07 fix for 234700 - removing a page from history does not remove it from history.dat, patch by caillon@redhat.com, r=timeless, sr=jst 2004-08-02 17:03:19 +00:00
bryner%brianryner.com f02df734cf Make password manager signons actually be removed from the database when you press shift+delete (bug 242250). r=blake. 2004-07-29 05:55:30 +00:00
timeless%mozdev.org 7c768f7f76 Bug 235168 Remove MOZ_PHOENIX ifdefs from strictly firefox or strictly seamonkey code
patch by sdwalker@myrealbox.com r=ben sr=roc
2004-07-01 23:53:19 +00:00
cbiesinger%web.de 74b9d4c637 ...fixing firefox bustage... 2004-06-11 18:25:05 +00:00
ben%bengoodger.com 969f3f486a 245584 - crash in nsGlobalHistory::AddPageToDatabase, check for successful creation of uri in MarkPageAsTyped before continuing. 2004-06-07 20:55:59 +00:00
ben%bengoodger.com f05156948f 244763 - visible history fe is not updated as pages are visited. also contains fix for 234700 - removing a page from history does not remove it from history.dat 2004-05-31 03:39:43 +00:00
mconnor%myrealbox.com ae45804066 Bug 233479 - use nsCOMArray.Sort() in AutoComplete results, patch by Patrick McCormick (patrick@meer.net), r+sr=firefox@blakeross.com 2004-05-28 18:08:26 +00:00
roc+%cs.cmu.edu b8ecbc84da Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin 2004-05-22 22:15:22 +00:00
mconnor%myrealbox.com c500bb0bae Bug 235915, RemovePage method is no longer part of nsIBrowserHistory interface, patch by bsmedsberg, r=mconnor 2004-05-05 23:43:23 +00:00
darin%meer.net a3645b33e5 fixes bug 239405 "strchr, strrchr, etc. implicit const_cast can cause problems for shared string buffers" r=bienvenu sr=dbaron a=chofmann 2004-04-03 17:16:17 +00:00
jst%mozilla.jstenback.com 067a1fb904 Fixing bug 171605. Implementing deletion of individual autocomplete results by pressing Shift+Delete on a selected autocomplete item. r=ben@bengoodger.com 2004-03-18 01:52:51 +00:00
mconnor%myrealbox.com 3dfb9d6fe5 bug 226365 autocompletion problem with www. in URL bar, patch by Patrick McCormick (patrick@meer.net), r=ben, also remove some tabs that should have been spaces 2004-03-16 04:45:09 +00:00
bryner%brianryner.com 13874f69d7 fixing firefox bustage 2004-03-05 02:27:07 +00:00
neil%parkwaycc.co.uk 8a2fa7ea41 Bug 236208 lastPageVisited isn't idn-safe r=alecf sr=bryner 2004-03-04 23:34:46 +00:00
blakeross%telocity.com 3a0aa7b85c Fix 177360: URL Bar history drop down displays entries in reverse chronological order. Implement ability to iterate backwards in mork. 2004-02-21 02:46:11 +00:00
blakeross%telocity.com 2356a72345 Fix 206981: SetDirty() uses uninitialized rv. 2004-02-19 08:30:11 +00:00
darin%meer.net 8c818ed6c3 landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt 2004-02-19 02:44:03 +00:00
ben%bengoodger.com 52bdbaf0e0 Migration Branch landing, currently turned off! 2004-02-15 01:49:37 +00:00
ben%bengoodger.com 611be2e24b fix bsmedberg bustage - removepage is no longer an imethod 2004-02-11 05:17:17 +00:00
bsmedberg%covad.net 7a922f66fd Bug 224829 - docshell should not require non-gecko interface nsIBrowserHistory. This was fixed by introducing a new interface nsIGlobalHistory2 to replace the current nsIGlobalHistory. There are two-way adapters so that the frozen interface still works. r=biesi sr=bz a=mscott for toolkit/ changes. 2004-02-11 02:10:04 +00:00
blakeross%telocity.com 62d765f8d3 Fix whitespace issue. 2004-02-09 05:57:22 +00:00
blakeross%telocity.com 8fbf0270fd Fix 233473: History doesn't sort properly. 2004-02-09 05:04:33 +00:00
jst%mozilla.jstenback.com 3a4b7613e8 Fixing build bustage. 2004-01-10 03:21:35 +00:00
ben%bengoodger.com e97cb7e815 patch autocomplete to return typed values ahead of non-typed values, now that history actually stores this information. 2003-12-31 03:29:06 +00:00
chanial%noos.fr 316945145b bug 221599: remove comm.jar dependencies in nsGlobalHistory.cpp by adding history.properties for now. Putting the history in the toolkit seems highly bogus. 2003-11-03 08:14:10 +00:00
bryner%brianryner.com 20386efec4 Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-08 00:18:24 +00:00
bryner%brianryner.com ef31f0a059 Fix sorting of history when Group by Date is selected (bug 215384). Get rid of the hidden columns in the history tree and instead dynamically change the sort attribute on the visible column. Implement a DayFolderIndex property for the date folders which gives an index (0-7) to sort on, rather than sorting them alphabetically. r=ben. 2003-08-10 04:42:17 +00:00
dbaron%dbaron.org d23eafdfe2 Fix firebird and thunderbird bustage by unforking contents of nsIGlobalHistory (which was frozen) and by tweaking the root Makefile.in. b=212509 r=mscott 2003-07-19 21:19:12 +00:00
blakeross%telocity.com 550664f038 Fix 205161 - remove "www" from history entries. 2003-07-06 02:18:27 +00:00
ben%netscape.com c28778ff65 Fixing Firebird build bustage after timeless' fishy checkin to bug 58613. 2003-06-23 00:56:38 +00:00
bryner%netscape.com ffe2e6c38d Port fix for bug 206775 (can't search NLS characters in history) to firebird. Patch by gelsoft@mx4.tiki.ne.jp. 2003-06-17 18:23:53 +00:00
varga%netscape.com 1734eec58f Landing bookmarks changes.
Bug 205378 - Meta bug for changes in bookmarks sorting code
r=jag, sr=sspitzer, a=sspitzer,asa

The CloneResource() has been back ported from Firebird, originally
implemented by Pierre Chanial.
2003-05-23 12:03:40 +00:00
bryner%netscape.com c0a07227a7 fixing more bustage 2003-03-15 06:05:15 +00:00