Commit Graph

57 Commits

Author SHA1 Message Date
David Rajchenbach-Teller
1b06c5fcdb Bug 744698 - Force logging. r=gavin, a=test-only 2012-04-23 20:09:06 +02:00
David Rajchenbach-Teller
b43033d04e Bug 736918 - Intermittent "test_nodb_pluschanges.js | false == true". r=gavin 2012-03-20 09:16:42 +01:00
David Rajchenbach-Teller
52a9d14070 Bug 699856 - Refactor nsSearchService.js to not use a database engine. r=gavin 2012-03-13 23:32:53 +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
Panagiotis Koutsourakis
835036b234 Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression

DIRS += <foo>
or
DIRS = <foo>

inside the conditional expression

ifdef ENABLE_TESTS
...
endif

are changed to

TEST_DIRS += tests

outside any conditional expression.

The files

./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in

contain the string

ifdef ENABLE_TESTS

but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
2012-02-04 17:32:24 +00:00
Rafael Ávila de Espíndola
4055b9d7aa Bug 716105 - Send quit-application in toolkit/components/search/tests/xpcshell/test_645970.js. r=mak. 2012-01-09 10:03:14 -05:00
Rafael Ávila de Espíndola
4e7b815a74 Bug 711554 - finalize statements and close connection. r=mak. 2011-12-28 08:38:42 -05:00
Gavin Sharp
82f98e8ffc Bug 696179: properly cache null results for "alias" from the engineMetadataService so that we avoid hitting SQLite multiple times when entering text in the location bar, r=rflint 2011-10-20 15:44:53 -04:00
Joel Maher
39ca77fbd2 Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only 2011-05-20 11:54:01 -04:00
Dão Gottwald
d42faf8cd9 Bug 487059 - clearUserPref shouldn't throw if a pref doesn't have a default or user value. r+sr=bsedberg 2011-04-17 21:53:25 +02:00
Vivien Nicolas
1b9367fd37 Bug 645970 - search service doesn't unpack jar🫙 [r=gavin] 2011-04-15 12:40:43 +02:00
Simon Montagu
7d680452d3 Change x-gbk to gbk in charset titles. Bug 369403, r=emk 2011-03-30 08:35:36 +02:00
Alon Zakai
3175a4db43 Bug 634666 - DEFER_OPEN option for file streams. r=bz,sdwilsh sr=bz a=blocking-fennec 2011-03-04 16:36:56 -08:00
Mark Finkle
c20c4c336e Bug 535538 - searchplugins cannot be found if chrome:// search engine loading is used with flat chrome [r=gavin a=blocking-fennec] 2010-11-04 22:04:19 -04:00
Gavin Sharp
2df8fb1438 Bug 606859: sherlock plugin loading code was broken by bug 599751, r+a=bustage 2010-10-24 21:11:15 -04:00
Serge Gautherie
02b6ab262b Bug 599751 - Javascript strict warnings in nsSearchService.js; (Av1a) Add 2 missing 'let'.
r+a-2.0=gavin.sharp.
2010-10-18 08:43:35 +02: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
Gavin Sharp
608a37201f Bug 587691: need a way to access the original default engine (the normal "defaultEngine" can change if the original is hidden by the user), r=Ryan, a=blocker 2010-08-20 17:40:16 -04:00
Gavin Sharp
ea59c6d1f8 Bug 586821 - Add affiliate URL queries to location bar search r,a=jst 2010-08-14 18:15:21 +02:00
Bjarne
dd2e00ab6b Bug 546606 - Make redirect API async - part 2; r=honzab.moz,cbiesinger,bjarne,jst sr=jst 2010-08-04 22:15:55 -04: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
Marco Bonardo
23b950f0ae Bug 572425 - nsISearchEngine.getSubmission reponseType should be an [optional] param. r=gavin 2010-06-16 18:54:29 +02:00
Mike Hommey
68b71267b4 Bug 554265 - Download search engine icons even when searchplugin is readonly [r=rflint] 2010-04-19 10:26:48 +02:00
Marco Bonardo
074f2bb2e4 Bug 552659 - improve searchService sanitizeName function. r=rflint 2010-03-26 22:57:31 +01:00
Ryan Flint
0a84517316 Bug 522842 - Don't notify during startup until all engines are loaded. r=gavin 2010-02-25 01:11:45 -05:00
Ryan Flint
4ffcfe1f7a Backout bug 522842 (2858cd90d03) 2010-02-25 00:35:37 -05:00
Ryan Flint
69577bd78f Bug 522842 - Don't notify during startup until all engines are loaded. r=gavin 2010-02-24 23:10:55 -05:00
Gavin Sharp
e0f077322a Bug 532178: moz:official parameter should depend on MOZ_OFFICIAL_BRANDING rather than MOZILLA_OFFICIAL, r=rflint 2009-12-01 18:15:27 -05:00
Ryan Flint
f6d8670ea1 Bug 520284 - Use the update-timer category. r=robstrong 2010-01-07 23:25:44 -05:00
Gavin Sharp
1a0180fe71 Bug 530533: Add pref to control whether addEngine prompts to "use immediately", r=rflint 2009-11-23 11:05:33 -05:00
Dão Gottwald
3534847e23 Bug 526989 - getEngines, getVisibleEngines and getDefaultEngines engineCount out params should be optional. r=gavin 2009-11-06 22:56:26 +01:00
Gijs Kruitbosch
481a49d458 Back out bug 487059, fix tests and EM to cope, r=gavin,beltzner, bug 524995 2009-10-29 14:44:10 +01:00
Dão Gottwald
9ed8c58506 Bug 524270 - Make the second getChildList parameter optional. r=bsmedberg 2009-10-26 21:02:06 +01:00
Gavin Sharp
66fe42c93d Bug 519685: optionally allow loading search engines from chrome:// JARs, r=rflint 2009-10-16 23:13:14 -04:00
Ryan Flint
f0be3d6b49 Bug 514415 - Expose NetUtil's reference to nsIIOService. r=sdwilsh, sr=bzbarsky 2009-10-03 01:11:20 -04:00
Ryan Flint
7e58d0a24a Bug 475289 - Lazily initialize engineMetadataService. r=gavin 2009-10-02 23:47:16 -04:00
Ryan Flint
713ca3b389 Bug 514377 - Pass SearchForm through ParamSubstitution(). r=gavin 2009-09-28 02:28:36 -04:00
Paul O’Shannessy
0df4bf3096 Bug 518447 - Search Storage usage changes: Don't create statement wrapper & don't use step(). r=rflint 2009-09-25 15:34:53 -07:00
Ryan Flint
4b0dbd25b5 Back out NetUtil.newURI changes from bug 514407 (b5b3d45c1885). 2009-09-04 00:24:56 -04:00
Ryan Flint
d9dc162798 Bug 514407 - Make cache file writes asynchronous. r=sdwilsh 2009-09-03 23:19:05 -04:00
Phil Ringnalda
90430420f6 Bug 435923 - Remove BUILD_OFFICIAL in favor of MOZILLA_OFFICIAL, r=ted 2009-07-07 20:24:45 -07: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
Ryan Flint
b6c423f142 Bug 491125 - Invalidate all plugin caches when one of them changes. r=gavin 2009-05-21 03:18:45 -04:00
Dão Gottwald
2d53b25d70 Bug 487059 - clearUserPref shouldn't throw if a pref doesn't have a default or user value. r+sr=bsedberg 2009-04-10 10:24:24 +02:00
Ryan Flint
ba5be2d3c4 Bug 483086. r=gavin, a=beltzner 2009-03-18 03:52:43 -04:00
Ryan Flint
0b6e15f23b Bug 480737 - lastModifiedTime cache invalidation is broken. r=gavin 2009-03-02 23:14:46 -05:00
Ryan Flint
2b4ccaf46c Bug 467890 - Support automatic updates for app-shipped search plugins. r=gavin 2009-01-29 00:32:10 -05:00
Ryan Flint
1b1bc1667f Bug 475471 - Engine._updateInterval isn't cached properly. r=gavin, a=typo 2009-01-26 23:24:51 -05:00
Phil Ringnalda
c604c627b4 Fix spelling of sucessful to trigger builds in a CLOSED TREE 2009-01-10 23:38:49 -08:00