Commit Graph

481 Commits

Author SHA1 Message Date
jag@tty.nl
7f19c1bca6 Bug 401434: Global History ::RowMatches creates UTF16 strings with the wrong length. r=ajschult, sr=neil 2007-12-02 20:25:14 -08:00
reed@reedloden.com
c5fae70c3e Bug 376976 - "Crash [@ nsGlobalHistory::IsURLInHistory] null pointer dereference" [p=mook.moz+mozbz@gmail.com (Mook) r=Neil sr=biesi (SeaMonkey only)] 2007-11-26 23:41:07 -08:00
philringnalda@gmail.com
fcc97e5267 Bug 403592 - remove incredibly long-dead nsMdbPtr.h, r=bsmedberg, a=schrep 2007-11-18 18:37:24 -08:00
scott@scott-macgregor.org
3124089291 Bug #388532 --> nsMoarkFactoryFactory leaks the global mork mdb factory. Change it to a service, and use a com ptr to keep track of the mdb factory.
sr=bienvenu
r=standard8
r=sspitzer for toolkit changes
2007-07-25 15:20:55 -07:00
sspitzer@mozilla.org
7e03c6fe2c fix for bug #373353: add favicons to the results in the location bar
r=mano
2007-07-20 14:55:18 -07:00
jwalden@mit.edu
6d7584839a Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 00:08:04 -07:00
hg@mozilla.com
05e5d33a57 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
timeless%mozdev.org
05804e5bfe Bug 363390 IS_LOW_SURROGATE conflicts with winnls.h
r=darin
2006-12-21 07:03:23 +00:00
neil%parkwaycc.co.uk
69e087ac29 Clear autocomplete cache before closing history db b=354025 r+sr=jag 2006-09-24 15:52:53 +00:00
neil%parkwaycc.co.uk
298042b3a1 Bug 341504 global history toolkit autocomplete interface r=IanN,biesi sr=jag 2006-09-18 13:52:11 +00:00
timeless%mozdev.org
6d112f0859 Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-08-28 20:17:01 +00:00
kairo%kairo.at
43a919393e cvs remove files that are unused now, due to the checkin for bug 334877, this had r+sr=Neil 2006-07-29 15:28:30 +00:00
timeless%mozdev.org
4af059b87e Bug 337917 Make consumers stop using cids from other modules
r=bienvenu sr=neil
2006-06-03 23:40:27 +00:00
timeless%mozdev.org
a768026fc9 Bug 337917 Make consumers stop using cids from other modules
r=smontagu sr=darin
2006-06-03 23:35:59 +00:00
mnyromyr%tprac.de
314fa97a97 Bug 57510: `Del' key does not delete on Mac; r=db48x, sr=jag 2006-05-11 19:55:44 +00:00
bzbarsky%mit.edu
24944d8a8c Revert nsIGlobalHistory2 to what it was on the 1.8 branch. Move the new stuff
to nsIGlobalHistory3.  Bug 328928, r=brettw and smfr, sr=darin
2006-03-03 03:34:48 +00:00
ajschult%verizon.net
9a41e832ee Bug 322106: Subframe and redirected URLs stay "hidden" permanently in history. r=cbiesinger, sr=neil 2006-02-05 16:13:49 +00:00
cbiesinger%web.de
c2d981f764 bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-03 14:18:39 +00:00
ajschult%verizon.net
eec0e5a3b5 Bustage fix (assertion failure) for bug 319004, handle empty title 2006-01-06 03:25:11 +00:00
ajschult%verizon.net
bcad4cd6ab Title chopping from bug 319004 might split a BMP character in the middle. r=smontagu, sr=darin. bug 322167 2006-01-05 04:00:13 +00:00
jag%tty.nl
73f6674801 Bug 313715: "Open in New Tab" from Bookmark Manager doesn't respect background pref
Stop caching the result of shouldLoadTabInBackground(), there's no point since we need to look at the state of the shift key every time, and we didn't update it in all code paths to begin with.
Pass in |event| from more places in history and bookmarks so we'll actually look at te shift key.
Replace use of "tab_background" with looking at shouldLoadTabInBackground().
r=IanN, sr=Neil
2006-01-04 17:29:38 +00:00
ajschult%verizon.net
d6607afa94 Clamp length of document title and exclude long URIs from history to avoid DOS attacks, r=vlad, sr=darin. bug 319004 2006-01-03 02:00:44 +00:00
timeless%mozdev.org
4dee973a0e Bug 301562 A > Z Sort Order is confusing, should be Ascending/Descending
patch by supernova_00@yahoo.com r=mconnor
2005-11-29 00:54:34 +00:00
cbiesinger%web.de
6f19c8cc76 bug 313214 don't try to create resources from empty strings
r+sr=neil
2005-10-26 16:50:47 +00:00
neil%parkwaycc.co.uk
60bb39eafd Bug 68961 restore nsTreeSorting.js accesskey support p=vhaarr@gmail.com r+sr=me 2005-09-26 22:55:33 +00:00
roc+%cs.cmu.edu
329c6cc865 Bug 293714. Be smart about guessing whether a vertical scrollbar is needed when we do the first real reflow of a scrollframe; remember in global history whether the page needed a scrollbar or not. r+sr=bzbarsky 2005-08-25 00:10:37 +00:00
roc+%cs.cmu.edu
4adb1fc693 Fixing bustage 2005-08-10 20:58:19 +00:00
roc+%cs.cmu.edu
c3ea09b7b0 Bug 78510. Maintain a per-document hashmap from URI-spec-hash to set of pointers to content elements that are links to those URIs whose state has been queried by the style system. Use this map to efficiently mark visited any links to URIs which get visited. r+sr=dbaron, with input from bryner and bzbarsky, a=jesup with support from dbaron. May impact Tp and other metrics, be careful out there. 2005-08-10 20:21:44 +00:00
neil%parkwaycc.co.uk
3f155caad1 Bug 254542 Support middle-clicks in history p=trev@gtchat.de r=me sr=dmose a=asa 2005-06-17 20:17:18 +00:00
bryner%brianryner.com
8ecd4478fd Don't force mork to create an XPCOM wrapper when querying link-visited state (bug 297144). r=mconnor, sr=bzbarsky, a=chofmann 2005-06-09 20:51:18 +00:00
bsmedberg%covad.net
844ef87b25 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-05 14:50:16 +00:00
Stefan.Borggraefe%gmx.de
0e8a2edad8 Bug 261544: Menu items "Delete host" and "Delete domain" aren't visible when history tree is empty
r+sr=Neil
2005-04-01 00:13:06 +00:00
bsmedberg%covad.net
3219ac4125 Bug 282057 - brand.dtd/properties live in the wrong chrome package... xulrunner apps cannot provide these files, which means they can't use various toolkit features r=darin moa=Neil (seamonkey) 2005-03-10 04:38:35 +00:00
bsmedberg%covad.net
361daac936 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
01561be16c 276679 removing unused files, npob. found by Crispin Flowerday
<crispin@flowerday.cx> r=bsmedberg
2005-01-01 17:33:05 +00:00
Stefan.Borggraefe%gmx.de
a66751da1b Removing a string that creeped in from another patch. 2004-12-02 21:47:24 +00:00
Stefan.Borggraefe%gmx.de
eddbb28d7e Fix for Bug 155928: "Delete Entire Domain xxx" could be better worded
r=aaronl, sr=neil
2004-12-02 21:35:42 +00:00
Stefan.Borggraefe%gmx.de
d2ff91327c Bug 252698: Use buttonlabel attributes in <dialog>s
r+sr=neil
2004-11-27 21:56:52 +00:00
cbiesinger%web.de
65b0911565 bug 234695 make nsGlobalHistory use PRTime instead of PRInt64 where appropriate
r=biesi sr=neil patch by Son Le <lesx99@lycos.com>
2004-11-12 22:03:11 +00:00
darin%meer.net
950a78482d fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg 2004-11-07 23:59:35 +00:00
darin%meer.net
189ba5e5c4 eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg 2004-11-01 18:50:36 +00:00
bsmedberg%covad.net
e08012b8b7 Bug 237745 (app-startup) - split off the pieces of appshellservice that have to do with the startup sequence into a new (forked, temporarily) app-startup service r+sr=darin+biesi+Neil 2004-10-29 19:28:38 +00:00
neil%parkwaycc.co.uk
5601db241c Switch load handlers to setting document.title (as per bug 126903 setting the title attribute no longer works) b=261267 r=jst sr=shaver 2004-10-09 13:01:45 +00:00
cbiesinger%web.de
067450e6ec 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
peterv%propagandism.org
c2fde29a6e Fix for 209699 (bug convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst. 2004-09-17 11:12:14 +00:00
Stefan.Borggraefe%gmx.de
ba20ce208a Fix for bug 257338: "Delete Host" and "Delete Domain" features of the History Window do not work
r=bsmedberg, sr=neil
2004-08-30 06:43:11 +00:00
Stefan.Borggraefe%gmx.de
48ac16156e Fix for bug 131480: "Can't do two successive history searches"
r+sr=neil
2004-08-24 17:38:10 +00:00
darin%meer.net
065fb7242c 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
d0dca7f69b bustage fix, blame caillon 2004-08-02 17:30:27 +00:00
mconnor%myrealbox.com
453c10ee86 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