Commit graph

47 commits

Author SHA1 Message Date
Mark Banner
800c6a4602 Bug 1344027 - Change the import-global-from option for eslint to allow circular references and resolve most of the no-undef issues in browser/components/preferences. r=mossop
MozReview-Commit-ID: BERAbtYkxsF

--HG--
extra : rebase_source : e319699651a8d33db026d7697ccaddd2d1e4e2d3
2017-02-22 10:19:11 +00:00
Florian Quèze
bb2e204d5d Bug 1327953 - Fix enabling the 'Restore Default Search Engines' button when removing a default engine, r=Standard8. 2017-01-30 08:10:00 +01:00
Jared Wein
43bac26d30 Bug 1331661 - Enable the 'quotes' rule for eslint and fix most of the errors with --fix. r=Gijs
MozReview-Commit-ID: 6tv0Z06CO4a

--HG--
extra : rebase_source : 014c0b04d8538dc5f15bc6dd4ed6bd220c55c5d4
2017-01-17 09:48:17 -06:00
Florian Quèze
85611a7b6d Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws.
--HG--
extra : rebase_source : a22344ee1569f58f1f0a01017bfe0d46a6a14602
2017-01-17 11:50:25 +01:00
Florian Quèze
a03918c148 Bug 1330147 - automatic removal of the third boolean parameter in removeObserver calls, r=jaws. 2017-01-11 22:27:42 +01:00
Jared Wein
9141469edf Bug 1326511 - Enable brace-style and no-multi-spaces eslint rules for toolkit. r=MattN
MozReview-Commit-ID: FuVu8skcqOe

--HG--
extra : rebase_source : 8ab34c4e46a7c3075b459bf44786ec184d10d203
2016-12-30 21:47:25 -05:00
Jared Wein
69215fad47 Bug 1325464 - Use ES6 method syntax for preferences. r=MattN
MozReview-Commit-ID: k3Bkm39TtT

--HG--
extra : rebase_source : a3e78734613429ec157e56cf9ef5a087f3f4da61
2016-12-22 15:57:40 -05:00
Wes Kocher
0dfb7c2b5c 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
ac17ce81ae Bug 1325464 - Use ES6 method syntax for preferences. r=MattN
MozReview-Commit-ID: k3Bkm39TtT

--HG--
extra : rebase_source : a3e78734613429ec157e56cf9ef5a087f3f4da61
2016-12-22 15:57:40 -05:00
Claas Augner
fd70fbf828 Bug 1292629 - Persist the keyword input field of the one-click search settings when the filed loses focus unless Escape is pressed. Previously the field would only persist if Enter was used. r=jaws 2016-12-14 09:14:03 +01:00
Dave Townsend
8de07a19a0 Bug 1316882: Turn on space-before-function-paren eslint rule (browser). r=jaws
MozReview-Commit-ID: 2ZvTiZDHchz

--HG--
extra : rebase_source : db6482481b7338df491afd6f6fd376eccec84d7e
2016-11-11 08:10:51 -08:00
Dave Townsend
0a2c8f9b78 Bug 1316882: Turn on space-infix-ops eslint rule. r=jaws
MozReview-Commit-ID: HBpjT2uHJaZ

--HG--
extra : rebase_source : 78fe71a1d673a1c698520a9c82c6f35959614f8f
2016-11-10 14:48:04 -08:00
Filipe
225d8af6d8 Bug 1287622 - Remove Cortana-related code from Firefox as it no longer works after Microsoft hard-coded search results to Edge. r=jaws 2016-09-15 20:56:58 +02:00
Joseph Yeh
181ca20b6f Bug 1184989 - Prevent flipping preference will scroll the page as well. r=jaws
MozReview-Commit-ID: 5j5FN8aFDlX

--HG--
extra : rebase_source : 8eb433a802ab05b35621cc66d8808ce36a9eaac2
2016-08-25 10:51:43 +08:00
Fischer.json
7190eefb7f Bug 1120967 - Broken middle/right click on links via about:preferences pages. r=jaws
MozReview-Commit-ID: FejMTP3invj

--HG--
extra : transplant_source : xN3%8A%28%5D%B4%82U%FC%DF%CE%CD%22%D0%236%1A%83o
2016-08-19 17:32:31 +08:00
Claas Augner
5fd7c05de8 Bug 1291835 - Prevent last search engine from being removed. r=florian 2016-08-18 20:42:03 +02:00
Jared Wein
d181ed5303 Bug 1294531 - Use a className instead of an ID to alter the state of the search engine list to allow add-ons to add their own buttons to the page and choose the behavior that they want. r=Gijs
MozReview-Commit-ID: 78VufTvjYVC

--HG--
extra : rebase_source : 5e5e2aa646a9c010ac2ad6683734173b3508ea31
2016-08-13 22:15:58 -04:00
Jared Wein
8d45b8762e Bug 1294989 - Enable eslint for browser/components/preferences. r=Gijs
MozReview-Commit-ID: 62ymdZhluHx

--HG--
extra : rebase_source : 330d512f91d840a47e48f39c21d70d13b2953d2d
2016-08-13 21:58:42 -04:00
Fischer.json
82923f20db Bug 1169704 - In-content preferences - Search tab - "One-click search engines" table remains highlighted after clicking elsewhere on the page, r=jaws
MozReview-Commit-ID: 2Tbzr0wSpv1
2016-07-26 18:12:42 +08:00
Claas Augner
bb8214349a Bug 1264475 - Allow removal of search engines using keyboard shortcuts. r=florian 2016-06-15 00:10:42 +02:00
Florian Quèze
225ca7a439 Bug 1260820 - Search engine drop down closes when I change search engines by pressing Up/Down, r=Gijs. 2016-06-10 09:55:30 +02:00
Marco Bonardo
06932c74d1 Bug 1223728 - Remove the unifiedcomplete pref, the urlinline component and stop bundling the old autocomplete component in Firefox. r=adw
MozReview-Commit-ID: Ee08mDGxBjJ

--HG--
extra : rebase_source : 4473da657f85e443e5095b43b3e774e85292ecd1
extra : amend_source : c9c322ebae255a24c28e6367b9fe93474db21d6d
2016-05-05 00:14:51 +02:00
gasolin
51fda07150 Bug 1228258 - Search aliases should be trimmed. r=mak
MozReview-Commit-ID: CzTU7aBnIRd

MozReview-Commit-ID: 2OzxRTtr39b

--HG--
extra : transplant_source : y%3DQ%03%D7%BA%F7%8B%92/%FB%26%E1jP%E9%ECI%DD%EB
2016-04-25 15:19:36 +08:00
Florian Quèze
b6df54ec46 Bug 1266779 - Show placeholder icons in the search preferences for engines without icon, r=Gijs. 2016-04-25 12:36:33 +02:00
Jeremy Francispillai
fed136e71d Bug 1122618 - Added change to rebuild the defaultEngineDropDown whenever the default engine is changed. Separated the code performing the changes and displaying the changes when removing/adding engines. r=florian. 2016-01-06 12:52:52 +01:00
Jeremy Francispillai
7ab71ac771 Bug 1119872 - Changed "Restore default engines" button action to also reset the selected engine to the default engine, r=florian. 2015-11-17 11:59:16 +01:00
Tooru Fujisawa
8ed7719ea4 Bug 1216775 - Remove for-each from browser/. r=Gijs
--HG--
extra : commitid : 5KlVHJwTU1Q
extra : rebase_source : 6526234004427109c826cb63f42c9def8ca31281
2015-10-19 01:27:39 +09:00
Seth Fowler
9933832135 Bug 1118926 (Part 2) - Remove remnants of -moz-resolution in JavaScript code. r=dolske 2015-09-30 17:00:56 -07:00
Tooru Fujisawa
235d99efee Bug 1207491 - Part 13: Remove use of expression closure from browser/components/preferences/. r=Gijs
--HG--
extra : commitid : DeDjWQxJsZb
extra : rebase_source : 22e70d4e08155fd5d7dbc0acff2c2f66fcc9e808
2015-09-23 18:36:22 +09:00
Drew Willcoxon
996aa36201 Bug 1198688 - Disable option to show search suggestions in location bar in permanent private browsing mode. r=Mossop 2015-09-16 15:59:16 -07:00
Florian Quèze
4bd509440b Bug 1119250 - remove old searchbar UI - part 1 - remove the browser.search.showOneOffButtons pref, r=Mossop. 2015-09-04 22:54:27 +02:00
Dave Townsend
1b07ed22b3 Bug 1181173: Move the URL bar search suggestions preference to the search section. r=mak
--HG--
extra : commitid : Ge1pitmvceK
extra : rebase_source : a9efa1415143f95bc155fe4b71ea555196611464
2015-08-13 15:44:44 -07:00
Justin Dolske
a434b7a0a4 Bug 1177237 - Implement OS query parsing and user search choice. r=jaws 2015-07-06 18:11:05 -07:00
Florian Quèze
d7a0af2f06 Bug 1160076 - Hide the in-content preferences Search pane when browser.search.showOneOffButtons is false, r=Gijs. 2015-05-05 15:58:58 +02:00
Marco Bonardo
c45dc2da62 Bug 1094844 - Use new keywords API in search service. r=jaws 2015-04-16 10:56:34 +02:00
Gijs Kruitbosch
41c512e3ec Bug 1129597 - hide search engine keyword editor on blur, r=florian 2015-02-23 12:22:15 +00:00
Abdelrhman Ahmed
8be160ee49 Bug 1122493 - reset alias to prevent reappear keywords when restoring default search engines. r=Florian 2015-02-10 12:46:15 +01:00
Abdelrhman Ahmed
ae31705321 Bug 1113681 - Prevent dragging search engines from the checkboxes. r=Florian 2015-01-28 22:39:00 +01:00
Carsten "Tomcat" Book
859b4ccb47 Backed out changeset 65ca9f64dd0a (bug 1113681) 2015-02-03 15:33:43 +01:00
Abdelrhman Ahmed
37faa5572a Bug 1113681 - Prevent dragging search engines from the checkboxes. r=Florian 2015-02-03 13:56:09 +01:00
Sebastian Hengst
b9981d92ef Bug 1119233 - Part 1 - Move inline event handlers and styles from search.xul into other files: js. r=Gijs 2015-01-10 19:36:32 +01:00
abdelrhman
3f06242a48 Bug 1113096 - Low quality favicons in new search preferences, r=florian. 2014-12-21 01:11:58 +01:00
Florian Quèze
dc7b617e63 Bug 1113530 - Space key included in a keyword disables search engine, r=Gijs. 2014-12-19 12:37:56 +01:00
Florian Quèze
fff9b23d46 Bug 1106559 - Improve the in-content search preference UI, r=felipe. 2014-12-17 16:20:04 +01:00
Florian Quèze
1b475fe052 Bug 1088660 - Improve the search bar UI to support one-off searches - polish CSS for Windows/Linux, rs=dolske. 2014-11-20 22:59:58 +01:00
Florian Quèze
13f2d62f6d 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
94833decfe Bug 1088660 - Improve the search bar UI to support one-off searches, r=felipe. 2014-11-18 00:59:11 +01:00