Jared Wein
371ae6518a
Bug 947574 - Switch browser_426329.js to use tasks to avoid intermittent failure. r=Gijs
2014-08-20 13:22:14 -04:00
Bernardo P. Rittmeyer
52ff11105b
Bug 1054712 - Remove duplicate logic from tabbrowser and search bar by using the getImageURLForResolution helper function in PlacesUtils. r=MattN
2014-08-18 14:33:00 -07:00
Ryan VanderMeulen
0f05271473
Backed out changeset 70b77e14d448 (bug 947574) for making browser_426329.js perma-fail on OSX.
2014-08-15 21:23:22 -04:00
Jared Wein
a8841976f7
Bug 947574 - Switch browser_426329.js to use tasks to avoid intermittent failure. r=Gijs
2014-08-15 15:06:26 -04:00
Georg Fritzsche
3ec162d8ae
Bug 862563 - Remove implicit acceptance for data reporting notification and notify on first run. r=gps
...
The data reporting notification was over-complicated. It wasn't
displayed for +24hr after first run and it had a weird, non-required
policy around what constituted acceptance of the policy.
The notification is now shown shortly after first startup.
The logic around "notification accepted" has been greatly simplified by
rolling it into "notification shown." Where we once were checking
whether the notification has been "accepted," we now check whether it
has been displayed. The overly complicated logic around the implicit
acceptance of the policy has also been removed.
The end result is the code for managing the state of the notification is
greatly simplified.
2014-07-09 14:32:29 -07:00
Paolo Amadini
b8ffc1ef8e
Bug 1040721 - The search service should provide details for parsing search result URLs. r=gavin
2014-07-31 15:57:02 +01:00
Marco Bonardo
c39310eaeb
Bug 997970 - add search suggest to Amazon for en-US. r=ttaubert
2014-07-25 14:46:56 +02:00
Alexandre Poirot
5a3800bc64
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal
2014-07-02 15:40:56 -07:00
Wes Kocher
7f46b4f0a4
Backed out changeset 8673477f5fc2 (bug 862563) for Windows mochitest-5 failures
2014-07-11 17:00:08 -07:00
Georg Fritzsche
b6e03c51f8
Bug 862563 - Remove implicit acceptance for data reporting notification and notify on first run; r=gps
...
The data reporting notification was over-complicated. It wasn't
displayed for +24hr after first run and it had a weird, non-required
policy around what constituted acceptance of the policy.
The notification is now shown shortly after first startup.
The logic around "notification accepted" has been greatly simplified by
rolling it into "notification shown." Where we once were checking
whether the notification has been "accepted," we now check whether it
has been displayed. The overly complicated logic around the implicit
acceptance of the policy has also been removed.
The end result is the code for managing the state of the notification is
greatly simplified.
--HG--
extra : rebase_source : 808efdf1edd103552f6aa10b5c4309b64e514773
extra : amend_source : e4252e6a850a348d1b5aca733121dd07cbc6a70a
extra : histedit_source : 10ec20a07677674a8c9a705a3ffb4dc46a22b890%2Ca9442934d5964f16e9ad1101b786b4d094ac228d
2014-07-09 14:32:29 -07:00
Mike Connor
b9215907b9
Bug 1008182 - remove the delay for searchbar autocomplete, r=gavin
2014-05-09 13:02:56 -04:00
Mike Connor
16d273e48d
Bug 1006103 - add speculativeConnect() method to search engines, API + browser change, r=gavin
...
* * *
bug 1006103 - use speculativeConnect() method on nsISearchEngine in Fennec, r=margaret
--HG--
extra : rebase_source : 63739b6a876b373945ccf8b326a42150a5bb3cef
2014-05-06 12:47:22 -04:00
Gavin Sharp
131f5bd223
Bug 947574: Add some better debugging info to browser/components/search/test/browser_426329.js to help diagnose intermittent timeouts
2014-05-27 18:04:15 -07:00
Drew Willcoxon
6ce7e114ec
Bug 1009318 - Add Google search purpose for about:newtab. r=MattN
2014-05-13 12:37:19 -07:00
Gavin Sharp
c607f79fa9
Bug 896711: remove BrowserChromeTests.runWhenReady because it's being abused, r=dao/ttaubert/vporof
2013-07-27 17:32:40 -07:00
Mike Connor
ba29b1396a
Bug 998073 - implement test coverage for Amazon search plugin, r=adw
...
--HG--
extra : rebase_source : d238b146692d6e7e6bd3c201471b545b04faa5ee
2014-04-25 14:23:41 -04:00
Mike Connor
24eb796c17
Bug 998072 - implement test coverage for eBay search plugin, r=adw
...
--HG--
extra : rebase_source : f58a7320e1c5507a6bb42f2d94f3992e17cd574d
2014-04-24 16:25:22 -04:00
Mike Connor
d9331c7ccc
Bug 998071 - implement test coverage for Yahoo search plugin, r=adw
...
--HG--
extra : rebase_source : cdec24b11e5c6383a14e9e7ab2dc8d59c3e0d2b2
2014-04-24 16:21:40 -04:00
Mike Connor
ae64c2dd80
bug 995390 - make bing/yahoo codes consistent across channels, r=gavin
...
--HG--
extra : rebase_source : 0b8711d655edf1ecf45776fdff1edfa421da1403
2014-04-14 15:49:39 -04:00
Drew Willcoxon
1a3140b9d5
Bug 962490 - Add a search field to the new tab page (Bing test follow-up). r=me
2014-04-28 17:43:43 -07:00
Drew Willcoxon
a09cd88b54
Bug 962490 - Add a search field to the new tab page (new Bing search parameter). r=gavin
2014-04-25 10:25:11 -07:00
Drew Willcoxon
d39abf57fd
Bug 962490 - Add a search field to the new tab page (part 3: search component tests). r=gavin
2014-04-24 19:09:25 -07:00
Matthew Noorenberghe
d4f09f5169
Bug 992270 - ignoreAllUncaughtExceptions in the about:home test of browser_google_behavior.js/browser_bing_behavior.js. r=gavin
...
CLOSED TREE
2014-04-10 21:54:30 -04:00
Mike Connor
52f5995690
bug 991359, build bustage fix, a=CLOSED TREE
...
--HG--
extra : amend_source : 4181a7a8d6406365996c8668a24510523ba6a974
2014-04-07 14:09:41 -04:00
Mark Hammond
cd2c8e6c5b
Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
2014-04-02 10:53:55 +11:00
Drew Willcoxon
9805c2254e
Bug 557665 - Allow specifying SearchForm as a normal <Url> in engine description files (part 2, tests). r=gavin
2014-03-24 20:41:15 -07:00
Drew Willcoxon
8ff494069b
Bug 975528 - Add search component tests for Bing searches. r=MattN,gavin
2014-03-12 16:56:00 -07:00
Ted Mielczarek
699d90bdae
bug 968403 - Switch some tests to not use preprocessing. r=jmaher
2014-02-19 09:20:49 -05:00
Dão Gottwald
6126f6644f
Bug 960864 - Implement the _initialized flag instead of _addedObserver and the half-broken _destroyed. r=gavin
...
--HG--
extra : rebase_source : 396b859dc30dc91bce27c6b576a1814f5d65d7e5
2014-01-24 00:44:12 +01:00
Gavin Sharp
d328ec611d
Bug 903274: have the search bar binding's initialization callback bail out if the binding is destroyed, r=MattN
...
--HG--
extra : rebase_source : ed745738ebaf085b96d83ba5c6ae270d5dde3b9a
2014-01-08 18:34:16 -08:00
Steven MacLeod
7f4bea3af5
Bug 945667 - Disable failing portion of browser_aboutHome.js and enable the dependent tests. r=gavin
2014-01-08 15:58:47 -05:00
Gavin Sharp
6036b12d18
Bug 601409: Add a comment to some confusing search.xml code
2014-01-04 16:45:29 -05:00
Ryan VanderMeulen
ca47708d7f
Bug 945667 - Disable browser_google_behavior.js on Linux due to relying on browser_aboutHome.js.
2013-12-17 20:01:58 -05:00
Gregory Szorc
158ed8b3ec
Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium
...
Every directory with a jar.mn now has JAR_MANIFESTS defined in its
moz.build file.
We also removed the may_skip special consideration of jar.mn files
because this information is now available during tier traversal by the
reader courtesy of the variables being present in moz.build files.
--HG--
extra : rebase_source : 21049b15e6bd9cf65b0805ccaccc4ba5aae93c98
extra : amend_source : 0b1ea866d725beef92d37c6f6d475369ac002e19
2013-12-10 16:18:11 +09:00
Richard Newman
1e8232fd69
Bug 925521 - Part 3: follow-up to fix browser tests. r=trivial
2013-10-18 17:43:42 -07:00
Richard Newman
72e1ff6dbd
Bug 925521 - Part 2: correctly record identifiers for non-pre-installed engines. r=gps
...
* * *
Bug 925521 - Review comments.
2013-10-18 12:31:39 -07:00
Gijs Kruitbosch
737fa0f1f0
Bug 924463 - clean up browser/components moz.build/test manifest, r=gps
2013-10-18 14:55:19 +02:00
Gavin Sharp
dd33c2bf63
Bug 925898: properly pass the "homepage" reason to getSubmission calls for about:home, r=MattN
...
--HG--
extra : transplant_source : %10i%ADC%D2W%C0%C0%99LM%9AR%D3%09%B29%10%F1%25
2013-10-11 15:00:11 -07:00
Gavin Sharp
668770b49b
Bug 925892: add "channel=searchbar" parameter to Google plugin to distinguish search bar searches, r=MattN
...
--HG--
extra : transplant_source : %CD%D4%0BqxCt%82%BA%80%CE%E6%C3%E1%F3V%96xo%81
2013-10-11 14:30:31 -07:00
Gregory Szorc
b03f79a7e6
Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:06 +02:00
Ed Morley
eccf636a23
Backed out changeset 8b02873ee07e (bug 920223)
2013-09-30 12:50:05 +01:00
Gregory Szorc
e4af98efbf
Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:06 +02:00
Willian Gustavo Veiga
159175a108
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
Stefan Mirea
d47d00b062
Bug 904954 - Request longer timeout on intermittent test browser_healthreport.js. r=gps
2013-09-03 10:17:51 -07:00
Mike Hommey
f1cf3b4238
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Gavin Sharp
3d28429c6a
Back out bug 896711 for potentially causing metro test timeouts, CLOSED TREE
2013-08-02 13:02:22 -07:00
Gavin Sharp
2d4fe32d4d
Bug 896711: remove BrowserChromeTests.runWhenReady because it's being abused, r=dao/ttaubert
...
--HG--
extra : transplant_source : %9D%F5%0D/%105%29%20%BCW%EC%BEs%BB%22vgO%9B%87
2013-07-27 17:32:40 -07:00
Olli Pettay
2bf2214fbe
bug 789919, (snow-white) make addref/release of CCable objects faster by removing indirect refcnt increase/decrease, r=mccr8, test changes r=ehsan
...
--HG--
extra : rebase_source : 2a3b22425c14d6daedc91d62a652c34431acd2fb
2013-07-09 13:30:58 -04:00
Gavin Sharp
8410ee0def
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
...
--HG--
extra : rebase_source : 1e67f4fbed4324e2d5b8d132cf07be60b3010cf9
2013-06-18 09:39:02 -04:00
Stefan Mirea
fa0e1df968
Bug 852411 - Migrating from promise.js to Promise.jsm; r=gps
2013-06-13 18:36:21 -07:00