Commit Graph

65 Commits

Author SHA1 Message Date
gavin%gavinsharp.com
10d4135e79 Bug 335472: search service won't load engines (context menu broken in certain cases), r=mconnor 2006-04-26 05:13:07 +00:00
gavin%gavinsharp.com
7576df250c Bug 332022: use debug.js/NS_ASSERT in nsSearchService, r=mconnor 2006-04-25 16:26:58 +00:00
gavin%gavinsharp.com
131cf66b69 Bug 330887: revert previous change since it had no effect on Ts 2006-04-22 22:38:02 +00:00
gavin%gavinsharp.com
afe5a3cbef Bug 330887: try moving init from the constructor to browser.js's delayedStartup, a=mano for a cycle, to see if this affects Ts 2006-04-22 19:27:26 +00:00
gavin%gavinsharp.com
8349600002 Bug 333067: sherlock conversion fixes: ensure that _convertSherlockFile throws on failure, ensure that the icon is saved before it is deleted, and use a global function instead of a regexp for finding useless lines, r=mconnor 2006-04-19 21:16:45 +00:00
gavin%gavinsharp.com
b0d36473d6 Bug 334399: icons for sherlock plugins loaded from non-profile locations aren't loaded, r=mconnor 2006-04-19 21:10:49 +00:00
gavin%gavinsharp.com
3a28783f16 Bug 333067: fix addEngineWithDetails, simplify _loadEngines 2006-04-13 23:28:21 +00:00
gavin%gavinsharp.com
b6e1dd172d Bug 333067: fix search service leaks, r=mconnor 2006-04-12 18:25:42 +00:00
gavin%gavinsharp.com
5f87ed855d Bug 330842: "ASSERT: Can't serialize: file doesn't exist!" at startup, r=mconnor 2006-04-06 23:16:44 +00:00
gavin%gavinsharp.com
2016becb4a revert accidental commit 2006-04-06 23:15:47 +00:00
gavin%gavinsharp.com
3b1d5e3eec Bug 330842: "ASSERT: Can't serialize: file doesn't exist!" at startup, r+a=mconnor 2006-04-06 23:11:36 +00:00
benjamin%smedbergs.us
a4c515c10e Bug 325257 - Rename nsIFormHistory to avoid changing interfaces on the 1.8 branch, r=bryner 2006-04-06 18:06:05 +00:00
roc+%cs.cmu.edu
aa92a80b72 Bug 331522. By default, do not allow keyword searches when navigating to URLs; modify browser UI code to enable keyword searches only on selected URL input mechanisms (e.g., typed into the URL bar). r+sr=darin,r=mconnor 2006-04-03 23:17:51 +00:00
gavin%gavinsharp.com
81ed1b9860 Bug 332448: POST search plugins don't work on the 1.8 branch, patch by Michael <toadking@lueshi.com>, r+a=mconnor 2006-04-03 20:13:33 +00:00
gerv%gerv.net
03eee62b5f Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-03-31 06:55:29 +00:00
gavin%gavinsharp.com
e6e265e6b7 Bug 330887: Ts fix attempt #3, re-add timeout for search bar init, r+a=mconnor 2006-03-20 19:01:01 +00:00
gavin%gavinsharp.com
198a9bebce Revert previous change to re-enable the search service (bug 330887) 2006-03-19 06:54:29 +00:00
gavin%gavinsharp.com
cf4bb6b5d6 Bug 330887: second try at disabling the search service to see impact on Ts 2006-03-19 04:46:26 +00:00
gavin%gavinsharp.com
d6514337e3 Back out previous change to re-enable search service (bug 330887) 2006-03-19 03:48:48 +00:00
gavin%gavinsharp.com
9aa85eaf02 Temporarily disable the search service to see what effect it has on Ts 2006-03-19 02:38:05 +00:00
gavin%gavinsharp.com
75b95b7e99 Bug 330887: try to fix Ts regression from bug 317107, r=mano 2006-03-18 22:23:02 +00:00
gavin%gavinsharp.com
be1f83827b Bug 317107: followup fix for icon conversion, r+a181=mconnor 2006-03-17 10:39:11 +00:00
gavin%gavinsharp.com
3bc4c2ea93 Bug 317107: Fix icon setting bug, r=mconnor over IRC 2006-03-17 08:41:17 +00:00
gavin%gavinsharp.com
56ee1324c9 Bug 317107: new search service, r=mconnor, sr=ben 2006-03-17 07:16:00 +00:00
gerv%gerv.net
8f84dac652 Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-02-18 00:14:03 +00:00
gavin%gavinsharp.com
4a7caed5b4 Bug 235204 followup, add localizable dialog width, r=mconnor 2006-02-18 00:14:02 +00:00
gavin%gavinsharp.com
0b5478451f Bug 324354: Ctrl-Z (undo) reveals visited URLs AFTER clearing history, patch by Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor 2006-02-18 00:14:01 +00:00
gavin%gavinsharp.com
bc9eec26a8 Bug 317369: make use of textbox's clickSelectsAll property for the location bar and help, r=mano/mconnor 2006-02-18 00:14:00 +00:00
gavin%gavinsharp.com
04a2ddcb43 Bug 315034: If search is set to open in a new tab, Alt+Enter should open the search result in the current tab, patch by Adam Guthrie <ispiked@gmail.com>, r=robstrong 2006-02-18 00:13:59 +00:00
allan%beaufour.dk
6ca57c1e4b Icon in Search Bar has incorrect (stale) tooltip. Bug 311653, r=mconnor, patch by Torisugari 2006-02-18 00:13:58 +00:00
gavin%gavinsharp.com
4fbfc64685 Bug 310393: Hitting Enter in an empty searchbar shouldn't add an empty entry to its form history, r=mano 2006-02-18 00:13:57 +00:00
gavin%gavinsharp.com
a632bd50aa Bug 219532: Add pref to make search bar results always open in a new tab, patch by Chris Butcher <cbutcher@gmail.com>, r=mconnor 2006-02-18 00:13:56 +00:00
gavin%gavinsharp.com
8c405266d2 Bug 308854: ctrl-up too many times in search box breaks search box, r=mconnor 2006-02-18 00:13:55 +00:00
gavin%gavinsharp.com
547a4ef1ee Bug 235204, remove pref observer to avoid a crash (bug 306135), r=mano 2006-02-18 00:13:54 +00:00
gavin%gavinsharp.com
89c9103a34 Bug 306358, fix drag and drop onto the search bar, r=mano 2006-02-18 00:13:53 +00:00
gavin%gavinsharp.com
2ff7d6b191 Bug 235204: New search dialog, used when the searchbar is either removed from the toolbar, of if the toolbar is hidden. r=mconnor 2006-02-18 00:13:52 +00:00
gavin%gavinsharp.com
b4977ab135 Bug 301283: Toolbar customize gives js error after removing searchbar, r=mconnor 2006-02-18 00:13:51 +00:00
aaronleventhal%moonset.net
b87af69c35 Bug 283273. Make search bar drop down of search engine choices keyboard and screen reader accessible. r=mconnor, a=mkaply 2006-02-18 00:13:50 +00:00
mozilla.mano%sent.com
829d1dc79b Bug 296474 - Unconditionally remove the search bar controller on binding destruction to prevent a leak. patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor, a=asa. 2006-02-18 00:13:49 +00:00
mozilla.mano%sent.com
106103c819 Bug 278772 - Various Firefox code incorrectly constructs URIs. patch by Gavin Sharp <gavin.sharp@gmail.com> r=mconnor sr=darin 2006-02-18 00:13:48 +00:00
mozilla.mano%sent.com
07b06bcad0 Bug 269994 - Submitting a blank search string to the Dictionary.com search plugin doesn't navigate to the main page. patch by Gavin Sharp <gavin.sharp@gmail.com> r=mconnor 2006-02-18 00:13:47 +00:00
dveditz%cruzio.com
88097b2f33 bug 270697 make autocomplete behave more like IE r=caillon,r=mconnor 2006-02-18 00:13:46 +00:00
gerv%gerv.net
38b5c87a24 Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-02-18 00:13:45 +00:00
steffen.wilberg%web.de
b9fc5d340f Bug 263146: use the Cmd key instead of the Ctrl key on Mac ('accel' instead of 'control'). p=bugs.mano@mail-central.com, r=mconnor 2006-02-18 00:13:44 +00:00
ben%bengoodger.com
280c3bae49 Landing the Aviary Branch (browser section only). 2006-02-18 00:13:43 +00:00
ben%bengoodger.com
6b0c6a2a14 255394 - default search query parameter generation, r+sr=brendan@mozilla.org 2006-02-18 00:13:23 +00:00
chanial%noos.fr
da8ef67cf8 Bug 228103: Toolbar Google search for empty string results in garbage characters.
Loads the host of the search engine when querying for the null string.
2006-02-18 00:13:22 +00:00
ben%bengoodger.com
aab1f96c20 fix whitespace 2006-02-18 00:13:21 +00:00
ben%bengoodger.com
86a7b807b5 temporary fix for 205708 - search bar often forgets the selected search engine 2006-02-18 00:13:20 +00:00
jshin%mailaps.org
c431785cf0 bug 225695 : follow-up to the fix for bug 44272. the first part of three ; tree-wide sweep to replace escape/unescape with en|decodeURI(Component). r=bz, sr=rbs, a=asa 2006-02-18 00:13:19 +00:00