Birunthan Mohanathas
041262f9b8
Bug 1049979 - Fix 'functions may be declared only at top level or immediately within another function' warnings. r=gavin
2014-08-10 11:16:32 -07:00
Florian Quèze
4430e56891
Bug 1029148 - store current search engine configuration outside of prefs - add a disclaimer in the salt, r=gavin.
2014-08-05 01:02:20 +02:00
Florian Quèze
6ecc298ed1
Bug 1029148 - store current search engine configuration outside of prefs, r=MattN.
2014-08-05 01:02:19 +02:00
Paolo Amadini
bdc09e3814
Bug 1040721 - The search service should provide details for parsing search result URLs. r=gavin
2014-07-31 15:57:02 +01:00
Richard Newman
8f92d50230
Bug 1043627 - Only re-initialize nsSearchService on locale change in Fennec. r=adw
2014-07-25 11:34:23 -07:00
Richard Newman
130809b780
Bug 1018240 - Part 1: reinitialize nsSearchService when the browser locale changes. r=adw
...
This patch makes nsSearchService watch for changes in the
general.useragent.locale pref, asynchronously reiniting itself when the pref
changes.
reinit-complete and reinit-failed events are broadcast on the usual search
service topic.
2014-07-21 10:54:55 -07:00
Mike Connor
0e949888a7
Bug 1006103 - add speculativeConnect() method to search engines, API + browser change, r=gavin
...
* * *
bug 1006103 - use speculativeConnect() method on nsISearchEngine in Fennec, r=margaret
2014-05-06 12:47:22 -04:00
David Rajchenbach-Teller
a71f242a73
Bug 1034975 - Search Service depends on OS.File, not on profileBeforeChange. r=mossop
2014-07-06 12:09:00 +02:00
Roberto A. Vitillo
2c4814a243
Bug 988023 - Telemetry on how often we hit search service synchronous fallback. r=gavin
2014-05-14 05:36:00 -04:00
Birunthan Mohanathas
b40a2f269d
Bug 1003109 - Replace TaskUtils.spawn with Task.spawn. r=Yoric
2014-04-30 08:17:00 -04:00
Roberto A. Vitillo
c56c5023af
Bug 785487 - Have AboutHomeUtils use the asynchronous search service initialization API and adjust browser_aboutHome.js accordingly. r=felipe, r=gavin
2014-04-30 11:33:58 +01:00
Mike Connor
a865d8dc37
Bug 999851 - remove topN support from search service, r=gavin
2014-04-24 16:24:36 -04:00
Mike Connor
7137b311b3
Bug 997432 - log failures when MozParams don't include a condition attribute, r=gavin
2014-04-16 19:35:28 -04:00
Paolo Amadini
839a121511
Bug 991750 - Convert remaining legacy uses of promise.js to Promise.jsm. rs=Yoric
2014-04-07 16:18:43 +02:00
Gavin Sharp
02e76ed7cb
Bug 557665 - Allow specifying SearchForm as a normal <Url> in engine description files (part 1, main patch). r=adw
2010-04-01 22:51:26 -04:00
Marco Bonardo
0f4892aee3
Bug 959576 - Create a component to get the list of priority domains. r=gavin
2014-03-22 14:24:36 +01:00
Paolo Amadini
4dea93d14a
Bug 940408 - Rework DeferredTask to allow asynchronous tasks and support AsyncShutdown. r=Mossop
2013-12-03 13:21:08 +01:00
Carsten "Tomcat" Book
2bf6897b4f
Backed out changeset 295b75fac0c8 (bug 940408) for test failures in B2g Desktop Linux & B2G ICS Emulator Opt
2013-12-03 12:53:27 +01:00
Paolo Amadini
710801e1b0
Bug 940408 - Rework DeferredTask to allow asynchronous tasks and support AsyncShutdown. r=Mossop
2013-12-03 10:15:22 +01:00
L. David Baron
111f261556
Bug 940446: Log a variable that's guaranteed to exist, so we don't throw an exception from the exception handler and break the URL bar and search bar. r=smacleod
2013-11-26 15:28:17 -08:00
Chenxia Liu
727668ddd2
Bug 937870 - nsSearchService displays duplicate engine prompt regardless of confirmation set by caller. r=gavin
2013-11-18 10:27:46 -08:00
Raymond Lee
bb62e34bf5
Bug 725943 - Refactor nsSearchService to generalize use of Lazy. r=MattN
2013-11-07 05:48:12 +08:00
Rodrigo Silveira
3465867d86
Bug 900137 - add support for multple icon sizes to the search service r=yoric sr=gavin
2013-09-22 20:01:01 -07:00
Raymond Lee
c31ac18443
Bug 862179 - Implement asynchronous loading of search engines. r=gavin
2013-11-06 14:18:27 +08:00
Steven MacLeod
c2022a9f11
Bug 887868 - Remove search.sqlite migration code. r=gavin
2013-11-05 14:23:58 -05:00
Henri Sivonen
8452e562d7
Bug 910192 non-UI part - Get rid of intl.charset.default as a localizable pref and deduce the fallback from the locale. r=bzbarsky.
2013-11-04 13:24:33 +02:00
Carsten "Tomcat" Book
e1a5108ab1
Backed out changeset 88e0c01e2d81 (bug 910192) bustage on a CLOSED TREE
2013-11-04 13:04:02 +01:00
Henri Sivonen
61510815c4
Bug 910192 non-UI part - Get rid of intl.charset.default as a localizable pref and deduce the fallback from the locale. r=bzbarsky.
2013-11-04 13:24:33 +02:00
Brad Lassey
7894bb242b
bug 923795 - Add condition to MozParam to detect top 2 (or N) position r=gavin
2013-10-11 13:26:15 -04:00
Mike de Boer
09051ea83c
Bug 900865: Make about:home call nsISearchEngine.getSubmission for all searches. r=gavin
2013-08-30 18:20:22 +02:00
Ryan VanderMeulen
9f29ae1e4e
Backed out changeset 41729438f597 (bug 900865) for Windows mochitest-bc crashes.
2013-08-29 15:48:29 -04:00
Mike de Boer
e90f762b5a
Bug 900865: Make about:home call nsISearchEngine.getSubmission for all searches. r=gavin
2013-08-28 13:36:48 +02:00
Dão Gottwald
8e6de3dd0a
Backed out fe1213d6035d (bug 887868) because it seems to have caused bug 898713. CLOSED TREE
2013-07-27 15:47:36 +02:00
Mike de Boer
6dd1fdef96
Bug 890690 - Add postDataString property to nsISearchSubmission. r=gavin
2013-07-19 19:56:38 +02:00
Steven MacLeod
f6da4ff6b7
Bug 887868 - Remove migration from old Search Service DB. r=gavin
2013-07-24 17:48:30 -04:00
Gavin Sharp
126f1146bd
Bug 890085: don't throw in the currentEngine/defaultEngine setters if the defaultenginename pref is invalid, r=mikedeboer
2013-07-10 14:35:30 -07:00
Gavin Sharp
87c946ca89
Bug 885351: make sure defaultEngine and currentEngine are always in sync, including when the prefs have invalid values or after an upgrade from <FF23, r=MattN
2013-07-01 16:46:07 -07:00
Gavin Sharp
290c5e6e32
Bug 493051: avoid having addEngine select the engine by default, by adding an optional callback to let callers observe the successful addition of the engine, r=MattN
2013-06-18 09:39:02 -04:00
Gavin Sharp
ef41a00d1c
Back out 423d565f5637 (bug 493051) for xpcshell bustage
2013-06-17 16:54:06 -04:00
Gavin Sharp
1b12d387cb
Bug 867108: hiding and then restoring the default search engine leads to the wrong engine being returned from searchService.defaultEngine until a restart, r=mikedeboer
2013-06-17 14:00:11 -04:00
Gavin Sharp
8532db5b57
Bug 493051: avoid having addEngine select the engine by default, by adding an optional callback to let callers observe the successful addition of the engine, r=MattN
2013-04-17 17:51:25 -07:00
Mike de Boer
e544eec345
Bug 860560: make sure that defaultEngine and currentEngine stay in sync, r=gavin
2013-05-27 17:21:47 +02:00
Caitlin Potter
aad88e2b42
Bug 356821 - Update add-search-engine-as-current checkbox label. r=mak
2013-03-22 14:09:40 -04:00
Gavin Sharp
9ad0d5e0b1
Backout 498f79c24e70 (bug 860560) for browser-chrome bustage
2013-06-07 11:43:26 -07:00
Gavin Sharp
284beccfae
Bug 862143: remove support for loading sherlock files from disk, r=MattN
2013-06-07 10:19:32 -07:00
Gavin Sharp
e9b57cb990
Bug 854478: remove support for automatically converting Sherlock-format search engines that were dropped into the profile directory, r=MattN
2013-06-07 10:18:55 -07:00
Mike de Boer
14beb3358e
Bug 860560: make sure that defaultEngine and currentEngine stay in sync, r=gavin
2013-05-27 17:21:47 +02:00
Mark Finkle
ed856edc6f
Bug 861164 - use different search URLs for tablet vs. non-tablet r=gavin
2013-06-05 22:29:40 -04:00
Ekanan Ketunuti
2f0d5ca09d
Bug 828116 - Move modules in toolkit/content and toolkit/mozapps/shared to toolkit/modules. r=Mossop
2013-05-14 14:37:18 -07:00
Mike de Boer
e990aa2989
Bug 866104 - Wait for both engines to load. r=gavin
2013-05-10 12:24:51 +02:00