neil%parkwaycc.co.uk
f0100172af
Bug 245725 Make downloads display an approximation to the current transfer rate rather than the overall average speed p=son.le0@gmail.com r=biesi sr=me
2006-02-06 00:34:30 +00:00
ajschult%verizon.net
99c0225a46
Bug 252802: Stop manual searches from popping open the sidebar. r=jag, sr=neil
2006-02-05 16:30:47 +00:00
ajschult%verizon.net
f7cfdbc0ea
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
a898e666b8
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
...
r+sr=darin
2006-02-03 14:18:39 +00:00
scott%scott-macgregor.org
21a7d296ce
Bug #239136 --> Thunderbird needs to integrate with the new download manager in toolkit
...
Stop building the old one for thunderbird in xpfe\components.
sr=bsmedberg
2006-01-31 22:03:15 +00:00
bugzilla%standard8.demon.co.uk
ab4e518514
Follow-up to moving ldap autocomplete code to mailnews/addrbook - remove some ifdefs and defines that are no longer required. Bug 263042. r=bsmedberg.
2006-01-31 18:05:12 +00:00
ajschult%verizon.net
15d0147b6a
Perform autocomplete search even if cursor is not at the end rather than leave stale entries. bug 208871, r=jag, sr=Neil.
2006-01-28 01:20:34 +00:00
kairo%kairo.at
21086071ec
bug 65480 - prefs advanced description wording, p=<giacomo.magnini@portalis.it> r=IanN
2006-01-26 17:29:27 +00:00
gavin%gavinsharp.com
7f372901a4
Bug 267034: Improve nsIAlertsService documentation, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=mscott, sr=neil
2006-01-26 01:04:01 +00:00
ajschult%verizon.net
656f5b74cf
Synchronize xpfe autocomplete handlers with toolkit. bug 255731, r=Neil, sr=mscott
2006-01-25 03:46:53 +00:00
mnyromyr%tprac.de
6029713b83
Bug 318889: broken multisearch; r=bsmedberg, sr=jag
2006-01-21 11:54:03 +00:00
bzbarsky%mit.edu
463b567a18
Fix leaks due to nsISupportsArray misuse. Bug 323377, patch by Martijn Wargers
...
<martijn.martijn@gmail.com>, r=pike, sr=bzbarsky
2006-01-15 18:49:09 +00:00
bsmedberg%covad.net
6335a34f62
Bug 243214 - Cleanup of nsInternetSearchService, r=pike sr=alecf
2006-01-09 21:11:04 +00:00
gavin%gavinsharp.com
4eada80428
Oops, wrong line endings (bug 315346)
2006-01-08 23:51:50 +00:00
gavin%gavinsharp.com
dcf2d7712d
Tbird bustage fix (bug 315346)
2006-01-08 23:46:30 +00:00
gavin%gavinsharp.com
2efa8551fb
Bug 315346 followup: remove old nsISidebars, r=bsmedberg, sr=roc
2006-01-08 23:03:45 +00:00
bugzilla%standard8.demon.co.uk
91826d00aa
Bug 237592 Bookmarks should always show tooltip when hovering with mouse (xpfe version - Bv6a-SM). Patch by Serge GAUTHERIE <gautheri@noos.fr>, r/sr=neil.parkwaycc.co.uk
2006-01-08 19:45:04 +00:00
bugzilla%arlen.demon.co.uk
bab627825a
Bug 319659 XPFE code assumes document.firstChild is the root element
...
p=me r=neil.parkwaycc.co.uk sr=jag
2006-01-06 20:38:21 +00:00
ajschult%verizon.net
af96806526
Bustage fix (assertion failure) for bug 319004, handle empty title
2006-01-06 03:25:11 +00:00
ajschult%verizon.net
f34bd629b6
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
4f35327af2
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
4ce1fa3f8a
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
ajschult%verizon.net
289d5b1cb1
Use default of 1 for minResultsForPopup so popup closes when there are no results, r/sr=Neil, bug 320907
2006-01-03 01:35:52 +00:00
cbiesinger%web.de
e8b1b44c71
310409 fix quicklaunch
...
patch by Frank Wein <bugzilla@mcsmurf.de> r=neil sr=bz
2005-12-27 18:11:33 +00:00
cbiesinger%web.de
8d81b8a6b6
Bug 321504 Remove unneeded uses of nsIDocumentLoader
...
r+sr=bz
2005-12-26 16:45:59 +00:00
neil%parkwaycc.co.uk
d0a1dc25c3
Bug 244900 autocomplete requires mousemove before click r=IanN sr=jag
2005-12-23 11:08:36 +00:00
timeless%mozdev.org
7913e48208
Bug 318866 Selecting "Sort Folder..." from context menu in Bookmark Manager results in XML Parsing Error: undefined entity (sortFolder.xul)
...
patch by supernova_00@yahoo.com r=neil sr=jag
2005-12-22 17:40:33 +00:00
cbiesinger%web.de
5a8d5f8a3b
bug 273971 patch by Son Le <son.le0@gmail.com> r=biesi sr=neil
...
- make nsIDownload::currBytes and maxBytes use bytes rather than kilobytes
- make transfers of unknown size use the right size
- send mProgress rather than mContentLength as the current progress in OnStateChange
2005-12-19 15:25:22 +00:00
ajschult%verizon.net
261e502f07
Never show the autocomplete popup unless there are results or search is enabled. bug 124674, r=jag, sr=neil
2005-12-18 21:04:05 +00:00
ajschult%verizon.net
3b20f1d8eb
fix maxRows comment, patch by dean_tessman@hotmail.com, r/sr=neil
2005-12-14 05:36:20 +00:00
bugzilla%standard8.demon.co.uk
afc0f80ee7
Bug 316584 Improve wording in tab key navigation prefs/help. Patch by Giacomo Magnini <giacomo.magnini@portalis.it>. r=iann_bugzilla,sr=neil.parkwaycc.co.uk
2005-12-13 19:22:35 +00:00
cst%andrew.cmu.edu
4cec83de27
Bustage fix - one too many ")"
2005-12-11 19:06:06 +00:00
cst%andrew.cmu.edu
512d4e9dfe
Bug 233229 Location Bar uses http when auto-completing https URLs
...
Patch by ajschult, r+sr=neil
2005-12-11 18:22:01 +00:00
timeless%mozdev.org
b208ddfa06
Bug 172785 [BeOS] Allow Launch/Reveal and ShowLocation in Tracker
...
patch by sergei_d@fi.tartu.ee r=tqh sr=neil
2005-12-11 05:37:42 +00:00
roc+%cs.cmu.edu
83f4b43f32
Bug 315346. nsISidebar should be in dom/ since it's a platform thing that we expose as part of the Web API, it's not app-specific. r+sr=jst
2005-12-06 01:29:42 +00:00
bzbarsky%mit.edu
67218c7dc6
Fix more build bustage (bug 316794).
2005-11-29 05:25:48 +00:00
bzbarsky%mit.edu
b8bd10a704
Fix build bustage (bug 316794) -- need to be able to include nsIChromeEventHandler, by way of nsPIDOMWindow.
2005-11-29 03:42:34 +00:00
timeless%mozdev.org
c917cba0c3
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
jst%mozilla.jstenback.com
7a5af690c6
Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org
2005-11-28 23:56:44 +00:00
timeless%mozdev.org
8076cc5dad
Bug 130462 "null" or "" is displayed in drop-down search text in URL bar
...
patch by ajschult@verizon.net r=jag sr=neil
2005-11-27 07:08:57 +00:00
timeless%mozdev.org
3db428f6ac
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 21:57:13 +00:00
timeless%mozdev.org
532329ac75
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 19:48:04 +00:00
timeless%mozdev.org
8e0a0fb22e
Bug 106386 Correct misspellings in source code
...
patch by supernova_00@yahoo.com r=timeless
2005-11-21 06:25:15 +00:00
bsmedberg%covad.net
4f84f499e3
Bug 263042 part 2 - move the LDAP parts of XPFE autocomplete to mailnews/addrbook, which is the only consumer, r=dmose
2005-11-16 15:23:53 +00:00
darin%meer.net
56de173b8c
Initial patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky
2005-11-12 18:17:19 +00:00
bsmedberg%covad.net
51c450a1d7
Build bustage, bug 313309
2005-11-11 16:20:27 +00:00
bsmedberg%covad.net
248306f210
Build bustage, bug 313309
2005-11-11 15:55:43 +00:00
bugzilla%arlen.demon.co.uk
0f0c55b29c
Bug 111842 tabbed browser prefs text "load links in the background" misleading
...
p=tmeader@gmail.com r=db48x sr=jag
2005-11-06 22:21:20 +00:00
bsmedberg%covad.net
b14acce06b
Bustage fix from bug 263042 - MOZ_LDAP_XPCOM is not defined by configure, it must be defined explicitly by makefiles that need it, pointed out by Neil
2005-11-04 13:41:24 +00:00
bsmedberg%covad.net
49df2055ed
Bug 263042 - Build both autocomplete impls as separate components to make it easier to ship both of them with toolkit/xpfe r=Neil
2005-10-31 13:21:31 +00:00