Florian Queze
6cc0b6e992
Bug 1355056 - replace (function(args) { /* do stuff using this */ }).bind(this) with arrow functions, r=jaws.
2017-04-27 00:25:45 +02:00
Jared Wein
e3149c378f
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 7E7LPorrEje
2016-12-29 18:34:54 -05:00
Wes Kocher
2d7553dcfd
Backed out 3 changesets (bug 1325464) for xpcshell failures a=backout
...
Backed out changeset 562ddc32cc21 (bug 1325464)
Backed out changeset cd10db6087dd (bug 1325464)
Backed out changeset 4079437c4648 (bug 1325464)
2016-12-29 14:05:44 -08:00
Jared Wein
34e228f767
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 8WoGr8i6oCR
2016-12-29 15:20:47 -05:00
Gijs Kruitbosch
a383e844af
Bug 1136139 - Fix collapsing of search suggestions when there are none. r=florian
2015-04-29 15:35:00 +01:00
Sai Prathik
c91c615c34
Bug 1119682 - TypeError: setting a property that has only a getter fix, r=felipe
2015-01-15 11:58:00 +00:00
Florian Quèze
6d0d229c10
Bug 1088660 - Improve the search bar UI to support one-off searches - improve discoverability of the search settings, r=felipe.
2014-11-20 20:55:41 +01:00
Florian Quèze
b78f982653
Bug 1088660 - Improve the search bar UI to support one-off searches, r=felipe.
2014-11-18 00:59:11 +01:00
Gavin Sharp
18ae921363
Bug 1083990: fix bug that caused deletion of history autocomplete items to temporarily mess up the suggestions dropdown display, r=MattN
2014-10-30 09:00:53 -07:00
Gavin Sharp
5b6191d523
Bug 1060675: only cap local form history results for the search bar if there are remote suggestions, r=MattN
2014-10-17 09:29:40 -07:00
Jared Wein
b818c9fc21
Bug 1048198 - Searchbar Search Suggestions is no longer able to disable. r=mattn
2014-08-12 11:30:16 -04:00
Matthew Noorenberghe
634e1c7158
Bug 1007979 - Refactor nsSearchSuggestions into a reusable JSM. r=adw
...
Original JSM by mconnor.
2014-07-29 11:28:35 -07:00
Carsten "Tomcat" Book
2b11e53084
Backed out changeset bc27aaabefa8 (bug 1007979) for XPCshell Test failures
2014-07-29 14:44:31 +02:00
Matthew Noorenberghe
f8b08b995a
Bug 1007979 - Refactor nsSearchSuggestions into a reusable JSM. r=adw
...
Original JSM by mconnor.
2014-07-28 16:59:00 +02:00
Anup
4b1b6f5df0
Bug 468267 - Catch and report errors in search suggestions JSON response. r=gavin
2013-11-06 09:01:54 -05:00
Willian Gustavo Veiga
25d575b0f4
Bug 344536 - Limit the number of history items displayed the search bar history dropdown, so that some suggestions are always visible. r=gavin
2013-09-19 08:50:21 -04:00
Gavin Sharp
97d567a2f2
Bug 369180: override nsIAuthPromptProvider implementation on search suggestion callbacks to avoid proxy authentication dialog popping up while entering text in the search bar, r=mayhemer
2013-03-29 13:07:14 -04:00
Ms2ger
1c73278683
Revert to changeset 4c45dbd81a32 to fix mochitest-chrome orange.
2013-04-05 09:40:13 +02:00
Gavin Sharp
1c646e848b
Bug 369180: override nsIAuthPromptProvider implementation on search suggestion callbacks to avoid proxy authentication dialog popping up while entering text in the search bar, r=mayhemer
2013-03-29 13:07:14 -04:00
Brian Smith
fd135e4ea3
bug 750421 - remove unnecessary nsIBadCertListener2 and nsISSLErrorListener implementations r=mayhemer r=mounir r=dolske
2013-03-06 11:25:03 -08:00
Kyle Huey
76a2832eea
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-31 09:13:28 -07:00
Vicamo Yang
ea784216bd
Backout 67cb43bb8865: Breaks B2G Marionette
2012-10-31 16:35:11 +08:00
Kyle Huey
c82a2d6fea
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 12:28:11 -07:00
Ed Morley
c34b7d9377
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
2012-10-30 17:02:31 +00:00
Kyle Huey
8078ab712e
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 08:26:12 -07:00
Ehsan Akhgari
cead65c73f
Bug 801049 - Communicate the privacy bit of the active window to the search suggestion service so that it knows whether to put the channel it creates in private browsing mode or not; r=gavin
...
I'm using the autocompletesearchparam as a vehicle for delivering the
privacy information into the guts of nsSearchSuggestions. The
alternative solution will involve modifying the autocomplete interfaces,
which is even more horrible than what the code here does. It's not that
bad if you think of autocompletesearchparam attribute as an opaque value
which is used to transfer information to the nsIAutoCompleteSearch
implementations, which is what it is!
2012-10-15 18:59:33 -04:00
David Rajchenbach-Teller
6c1c9d9be6
Bug 722332 - Adapt main clients to asynchronous nsIBrowserSearchService API. r=gavin
2012-04-19 16:08:09 +02:00
Ekanan Ketunuti
e4de914a92
Bug 764270 - Generalize use of Services.jsm in nsSearchSuggestions. r=gavin, yoric
2012-06-16 10:07:40 +07:00
Gervase Markham
cb6a072c2a
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Geoff Lankow
ea30cec949
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part C, remove uses of nsIPrefBranch2 in toolkit/ ; r=bsmedberg
2012-01-17 14:18:29 +13:00
David Zbarsky
760888f99c
Bug 556007 (2/3) - Use values from datalist in autocomplete popups. r=dolske ui-r=limi a2.0=sicking
2010-09-10 07:19:20 +02:00
Benjamin Smedberg
4eb44d9d34
Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes.
2010-06-22 12:59:15 -04:00
Dão Gottwald
f056b01bfa
fix indention
2009-06-22 14:22:40 +02:00
Justin Dolske
c20f49bf37
Bug 495584 - search suggestions passes wrong previous result to form history. r=gavin
2009-06-19 13:19:21 -07:00
Robert Sayre
5b396e1dbd
Bug 458959. this.JSON is enumerable. r+sr=mrbkap
2008-10-08 19:33:26 -04:00
Neil Deakin
085fdb74be
Bug 444735, move search service to toolkit, r=gavin
2008-09-13 17:01:14 -04:00