Commit graph

594 commits

Author SHA1 Message Date
Michael Kaply
5a59692088 Bug 1294201. Update search plugins. r=florian
--HG--
extra : amend_source : 58a1878c5b124eeb4d47f82b4eed180e67df701a
2016-08-31 17:17:41 -05:00
Aryeh Gregor
f3e54042f1 Bug 1271115 - Merge ChromeUtils.js into EventUtils.js; r=jmaher
This allows plain mochitests to use the functions as well, which is
necessary to get them to work with e10s.

MozReview-Commit-ID: J4um2mliJcZ
2016-08-25 16:57:09 +03:00
Wes Kocher
03b3c20a6e Merge fx-team to central, a=merge 2016-08-15 14:49:11 -07:00
Drew Willcoxon
4c6d9664f7 Bug 1292321 - Pressing tab key in address bar selects one-off search buttons instead of the entries in the history dropdown list. r=florian
MozReview-Commit-ID: AnUZolRLBcl
2016-08-12 22:25:11 -07:00
Florian Quèze
d99b80b960 Bug 1294680 - instrument the 'Settings page' button, r=past. 2016-08-12 16:16:41 +02:00
Florian Quèze
dcc99335f3 Bug 1294680 - remove the engine drop down, r=past. 2016-08-12 16:16:39 +02:00
Drew Willcoxon
560391bae0 Bug 1294733 - Awesomebar search buttons show auto completed text not user input. r=florian
MozReview-Commit-ID: BmxFd7fgdA6

--HG--
extra : rebase_source : 92a6a2259761f16e078c2b765ff3e747af79c477
2016-08-13 12:20:42 -07:00
Wes Kocher
fb10711286 Backed out changeset a31f07fbdc2e (bug 1292321) for browser_urlbarOneOffs.js failures a=backout 2016-08-12 19:07:47 -07:00
Wes Kocher
4aec37ca6e Merge m-c to autoland, a=merge 2016-08-12 16:30:03 -07:00
Drew Willcoxon
f9d35c97ba Bug 1292321 - Pressing tab key in address bar selects one-off search buttons instead of the entries in the history dropdown list. r=florian
MozReview-Commit-ID: 6hbW7n5jiLS

--HG--
extra : rebase_source : da16f6925a5dac03df7c4fa12dfdb9c97b0dd362
2016-08-11 14:46:02 -07:00
Drew Willcoxon
a79a933b9a Bug 1293300 - Accidental one-off search if mouse pointer hovers over a search engine when typing in location bar and pressing enter. r=florian
MozReview-Commit-ID: 53MGnGs6CxF

--HG--
extra : rebase_source : b10ba570bf62750266e62863674d275c76cd7904
2016-08-11 13:56:25 -07:00
Drew Willcoxon
761ba0082f Bug 1292519 - Can't Ctrl+Tab away after typing something in the location bar. r=florian
MozReview-Commit-ID: Gz8odgQl9oM
2016-08-08 13:14:31 -07:00
Drew Willcoxon
b7a7671958 Bug 1292174 - Add Search Tile for Default Search Engine in urlbar. r=florian
MozReview-Commit-ID: 59FN5TjK0yE
2016-08-05 09:19:44 -07:00
Sebastian Hengst
fd2da2e37e Bug 1180944 - Implement one-off searches from Awesomebar: Fix eslint warning about inconsistent return usage. r=eslint-fix a=eslint-fix
MozReview-Commit-ID: 9Mh7gVyvJ3a
2016-08-03 17:45:29 +02:00
Drew Willcoxon
55ab8f47c3 Bug 1180944 - Implement one-off searches from Awesomebar. r=mak,florian
MozReview-Commit-ID: A9YXB32L7MN
2016-08-02 18:00:26 -07:00
Tom Tromey
5538d692d3 Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
This removes the unnecessary setting of c-basic-offset from all
python-mode files.

This was automatically generated using

    perl -pi -e 's/; *c-basic-offset: *[0-9]+//'

... on the affected files.

The bulk of these files are moz.build files but there a few others as
well.

MozReview-Commit-ID: 2pPf3DEiZqx

--HG--
extra : rebase_source : 0a7dcac80b924174a2c429b093791148ea6ac204
2016-07-14 10:16:42 -06:00
Pushpankar
c6670d980f Bug 1286854 - Replace ownerDocument.defaultView with ownerGlobal in browser/. r=dao
--HG--
extra : rebase_source : 72d50e73baf595840a2aade57ae782e4c40d4c27
2016-07-16 10:20:04 +02:00
Michael Kaply
5ae31550a2 Bug 1272692 - New Bing icon (Update test). r=florian 2016-07-11 13:44:15 -05:00
Florian Quèze
4117139fd8 Bug 1203168 - follow-up to improve internationalization of the about:searchreset page, rs=flod. 2016-05-30 13:08:27 +02:00
Florian Quèze
e9ee2349cc Bug 1203168 - ask the user for confirmation when searching with a default search engine of unknown origin, data-review=bsmedberg, r=adw. 2016-05-27 13:41:29 +02:00
Carsten "Tomcat" Book
b08e506896 Backed out changeset 08053d1e2cc1 (bug 1203168) for ESlint failure in browser_aboutSearchReset.js 2016-05-27 14:35:31 +02:00
Florian Quèze
148acbd4be Bug 1203168 - ask the user for confirmation when searching with a default search engine of unknown origin, data-review=bsmedberg, r=adw. 2016-05-27 13:41:29 +02:00
Gijs Kruitbosch
c305f65b81 Bug 1272294 - only collect non-default search engine names if the user opted into telemetry, r=florian
MozReview-Commit-ID: 2mHHKBJyI6P

--HG--
extra : rebase_source : cbcb441527282891a2b3b6dcaa8f2da5e8543ccc
2016-05-12 17:26:46 +01:00
Michael Kaply
990c400cd3 Bug 1266783 - Add unit tests for Google engine with codes, r=florian.
--HG--
extra : rebase_source : f6e7cb3db0e0dc31c799ec90f6d2f777f1784e66
2016-04-22 11:52:41 -05:00
Michael Kaply
9813c51030 Bug 1181645 - Default invalid or empty purpose in getSubmission to searchbar, r=florian.
--HG--
extra : rebase_source : 45a9be2fc882b6158213b151c8e156f8d8bbeb4e
2016-04-29 17:08:55 +02:00
Michael Kaply
68ef955d48 Bug 1264491 - Backout accidental checkins that had nothing to do with bug; DONTBUILD 2016-04-27 15:05:03 -05:00
Michael Kaply
8d35d79519 Bug 1264491 - Update core ping docs for distributionId; r=gfritzsche DONTBUILD
--HG--
extra : amend_source : 34cafd99e0cf78638399abf8b7bacbbe3f5c1460
2016-04-27 14:59:46 -05:00
Florian Quèze
826840fc31 Bug 1238286 - Searchbar placed in Australis Menu doesn't detect search plugins if Menu wasn't opened in the window, r=adw. 2016-04-11 15:07:27 +02:00
Wes Kocher
e7e4a7abbf Backed out changeset 1d5b01d01df6 (bug 1238286) for m(oth) failures in test_focus_autocomplete.xul
MozReview-Commit-ID: HVzqjvciYqB
2016-04-11 09:46:26 -07:00
Florian Quèze
e5a08515d2 Bug 1238286 - Searchbar placed in Australis Menu doesn't detect search plugins if Menu wasn't opened in the window, r=adw. 2016-04-11 15:07:27 +02:00
Michael Kaply
69b23954e1 Bug 1222107 - Display error message when installing a duplicate search engine; r=Gijs
--HG--
extra : rebase_source : 809fe40709b1912ba8cc26ab322378aac2884771
2016-04-06 16:19:11 -05:00
Jared Wein
8955f79d9b Backout the backout because follow-up fix got pushed. Bug 1259859 - Add a test that looks for misused characters in user-facing strings. r=dolske,jryans
MozReview-Commit-ID: IBHYB76bvsk
2016-04-02 10:50:50 +02:00
Sebastian Hengst
370ca8535c Backed out changeset a877338b4740 (bug 1259859) for failures in devtools mochitest browser_cmd_highlight_03.js. r=backout 2016-04-02 10:45:08 +02:00
Jared Wein
4dbcfae693 Bug 1259859 - Add a test that looks for misused characters in user-facing strings. r=dolske,jryans
MozReview-Commit-ID: IBHYB76bvsk
2016-04-02 02:27:36 -04:00
Nihanth Subramanya
c65f29b4de Bug 1211485 - Disable set-as-default context menu item when the target engine is already the default. r=florian
MozReview-Commit-ID: BhYao9GOKak

--HG--
extra : rebase_source : aa037f8918b7688c643a45e859bbe34da465b71f
2015-12-16 19:44:07 +05:30
Marco Bonardo
41b0a29fd2 Bug 976940 - FormHistory.update() should call handleError if form history is disabled and the operation is not a removal. r=markh
MozReview-Commit-ID: 94FRqGofGsP

--HG--
extra : rebase_source : 331405028ece42f48a8d160edbbe308e4353bc98
2016-02-22 18:17:43 +01:00
Felipe Gomes
6b01aef029 Bug 1094761 - Fix browser_contextSearchTabPosition.js to not hit the network. r=Florian
MozReview-Commit-ID: 9VrFlhmWaXv

--HG--
rename : browser/base/content/test/general/browser_contextSearchTabPosition.js => browser/components/search/test/browser_contextSearchTabPosition.js
2016-02-16 13:28:40 -02:00
Dave Townsend
e496a11771 Bug 1245649: Turn on no-extra-semi. r=markh
--HG--
extra : commitid : HReQFPDOA6x
extra : rebase_source : 303a92f511c3c9dd2d26135975d4dc7c85e823b3
2016-02-03 17:27:36 -08:00
Dave Townsend
0a6414b898 Bug 1245649: Turn on no-trailing-spaces. r=Gijs
--HG--
extra : commitid : F2OWKTvXUO4
extra : rebase_source : ec68631342e0edc59d77b6bab1cdc975ad175327
2016-02-03 14:22:33 -08:00
Neil Deakin
84e05df0dd Bug 1241703, set selection events enabled before running test, r=me 2016-01-25 09:32:47 -05:00
Gijs Kruitbosch
329f3d039e Bug 1200726 - followup: fix failing test for google search provider icon change, rs=bustage
--HG--
extra : commitid : AenwpB3wo6H
2016-01-21 19:03:44 +00:00
Neil Deakin
c1a2c63146 Bug 1235372, remove Promise.jsm usage from search tests, r=florian 2016-01-20 08:42:15 -05:00
Neil Deakin
26859aebb1 Bug 1235372, re-enable search engine behavior tests in e10s, r=florian 2016-01-20 08:42:15 -05:00
Neil Deakin
29c0814a0f Bug 1235372, re-enable browser_contextmenu.js in e10s, r=florian 2016-01-20 08:42:15 -05:00
Neil Deakin
4e40f85263 Bug 1235372, re-enable browser_searchbar_openpopup.js in e10s, r=florian 2016-01-20 08:42:15 -05:00
Neil Deakin
faaf66e72a Bug 1235372, re-enable browser_private_search_perwindowpb.js in e10s, r=florian 2016-01-20 08:42:15 -05:00
Neil Deakin
21022fc197 Bug 1235372, re-enable browser_426329.js in e10s, r=florian 2016-01-20 08:42:14 -05:00
Gijs Kruitbosch
5c10c664ce Bug 1239319 - use input types properly for search and url bar to get better OSK support on Windows, r=jaws
--HG--
extra : commitid : D42DRQ00X0V
extra : rebase_source : 45a992c8155e0766832c56eca529b70a0ed2fe71
2016-01-14 23:41:26 +00:00
Alessio Placitelli
d2b9daba28 Bug 1234522 - Fix or remove the tests relying on the data reporting service. r=gfritzsche 2016-01-05 06:29:00 +01:00
Alessio Placitelli
0ca9853f5c Bug 1234522 - Remove references to the data reporting service. r=gfritzsche,smaug 2016-01-05 06:29:00 +01:00