Commit Graph

330 Commits

Author SHA1 Message Date
Gijs Kruitbosch
6034c1e9b6 Bug 1211456 - remove usage of getImageURLForResolution from search component, r=florian 2015-10-05 15:39:16 +01:00
Ehsan Akhgari
c610432c98 Bug 1202621 - Correctly wait for both focus and the delayed startup to finish when opening a new window in private browsing tests; r=mconley 2015-10-03 11:27:07 -04:00
Florian Quèze
b0120c5a42 Bug 1209920 - Drop support for <MozParam condition="defaultEngine", r=adw. 2015-10-01 15:05:59 +02:00
Seth Fowler
3ec62c3b82 Bug 1118926 (Part 2) - Remove remnants of -moz-resolution in JavaScript code. r=dolske 2015-09-30 17:00:56 -07:00
Tooru Fujisawa
e588f9dc90 Bug 1207491 - Part 15: Remove use of expression closure from browser/components/search/. r=Gijs 2015-09-23 18:36:22 +09:00
Florian Quèze
b5c9f64d3b Bug 862148 - remove the DATA_* and TYPE_* constants from nsISearchEngine, r=adw. 2015-09-23 12:05:37 +02:00
Florian Quèze
d61bf5206c Bug 862148 - stop supporting installation of Sherlock plugins through Services.search.addEngine, r=adw. 2015-09-23 12:05:36 +02:00
Florian Quèze
8fdad1333d Bug 862148 - drop support for Sherlock plugins in window.sidebar.addSearchEngine, r=adw. 2015-09-23 12:05:36 +02:00
Nihanth Subramanya
2333d28711 Bug 1110771 - One-click search buttons should have a right-click menu. r=florian 2015-09-18 16:51:23 -07:00
Florian Quèze
7f9c264630 Bug 1192769 - Clicking 'Change Search Settings' should close the search panel even if the search preferences are already the selected tab, r=Gijs. 2015-09-18 10:43:01 +02:00
Wes Kocher
67502a1686 Merge m-c to inbound, a=merge 2015-09-15 17:20:16 -07:00
Florian Quèze
d933cfc8ee Bug 1184220 - typing in the searchbar should de-select the settings or opensearch buttons at the bottom of the search panel, r=Gijs. 2015-09-11 14:18:15 +02:00
Florian Quèze
ca912b8eea Bug 1139655 - pressing enter in the searchbar should ignore button selections from mouseover, r=Gijs. 2015-09-11 14:18:15 +02:00
Florian Quèze
aba5768e58 Bug 1203524 - search.xml should use Services.jsm, r=Mossop. 2015-09-11 14:18:15 +02:00
Ehsan Akhgari
9d776c8011 Bug 1202171 - Wait for focus after opening the window 2015-09-12 23:22:40 -04:00
Shu-yu Guo
d8faa01cea Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
Florian Quèze
a133f393c3 Bug 1119250 - remove old searchbar UI - part 6 - move the searchbar panel binding to search.xml, r=Mossop. 2015-09-04 22:54:28 +02:00
Florian Quèze
2d4af37e43 Bug 1119250 - remove old searchbar UI - part 5 - remove the old engine manager, r=Mossop. 2015-09-04 22:54:28 +02:00
Florian Quèze
943b9eada6 Bug 1119250 - remove old searchbar UI - part 4 - remove the oneoffui attribute, r=Mossop. 2015-09-04 22:54:28 +02:00
Florian Quèze
cf0c502b52 Bug 1119250 - remove old searchbar UI - part 3 - remove the old search drop down, r=Mossop. 2015-09-04 22:54:27 +02:00
Florian Quèze
849c5cc8ec Bug 1119250 - remove old searchbar UI - part 2 - merge the searchbar-flare binding into the searchbar binding, r=Mossop. 2015-09-04 22:54:27 +02:00
Florian Quèze
4e34bb57d0 Bug 1119250 - remove old searchbar UI - part 1 - remove the browser.search.showOneOffButtons pref, r=Mossop. 2015-09-04 22:54:27 +02:00
Sebastian Hengst
79154e1aac Bug 1197763 - Remove preprocessing from browser/components/search/. r=Gijs 2015-08-25 17:40:03 +02:00
Florian Quèze
aee5ffccbf Bug 1177443 - Add 'system' purpose for searches coming from outside Firefox, r=MattN. 2015-08-12 16:57:43 +02:00
Richard Barnes
52bdaec3fb Bug 958886 - Use HTTPS for amazon.com searches from the search box 2015-07-27 11:43:12 -04:00
Nihanth Subramanya
b69ce24e6c Bug 1181781 - Fix ReferenceError: target is not defined when performing a paste-and-search. r=adw 2015-07-09 01:13:35 -04:00
Gijs Kruitbosch
b9e79681db Bug 1136139 - Fix collapsing of search suggestions when there are none. r=florian 2015-04-29 15:35:00 +01:00
Marco Bonardo
b2ac788793 Bug 1094844 - Use new keywords API in search service. r=jaws 2015-04-16 10:56:34 +02:00
Chris
5a16efec24 Bug 1110767 - Instantly show the search engine when it is selected in the search bar header text. r=florian 2015-04-13 14:52:42 -07:00
Vikram Jadhav
d1bddf61a3 Bug 1120957 - fix the source of searches made with paste & search, r=gijs,bwinton 2015-03-09 12:07:00 +01:00
Sebastian Hengst
cc274fa656 Bug 1139427 - Define file-based metadata in /browser/components. r=gavin
Add bugzilla components as metadata to moz.build files for easier bugfiling into the correct component. More information:

https://gecko.readthedocs.org/en/latest/build/buildsystem/mozbuild-symbols.html#bug-component
2015-03-08 20:43:22 +01:00
Chris
ce75107724 Bug 1121417: Change hiddenOneOffs search pref to use unichar type. r=gavin 2015-03-02 14:00:45 -08:00
Neil Deakin
5d1eaacdd5 Bug 1131685, don't have the selection in the list interfere with caret movement in the search field, r=mak 2015-02-26 09:14:19 -05:00
Gijs Kruitbosch
4c76e62447 Bug 1107695 - make one-off buttons accessible, r=florian,f=MarcoZ 2015-02-16 14:23:47 +00:00
Phil Ringnalda
8be28f38f1 Back out a7923665bfa0 (bug 1121417) for e10s bc1 bustage
CLOSED TREE
2015-02-23 21:18:22 -08:00
Chris
775961529a Bug 1121417: Change hiddenOneOffs pref to use unichar type. r=florian 2015-02-23 10:45:15 -08:00
Wes Kocher
da9cbeca9c Backed out changeset 42269ccaf982 (bug 1107695) for bc1 orange 2015-02-23 15:20:45 -08:00
Gijs Kruitbosch
d9a551016f Bug 1107695 - make one-off buttons accessible, r=florian,f=MarcoZ 2015-02-16 14:23:47 +00:00
Florian Quèze
ad0ab6c27e Bug 1126250 - Show one-off buttons when clicking the magnifying glass, r=Mossop.
--HG--
rename : browser/components/search/test/browser_searchbar_keyboard_navigation.js => browser/components/search/test/browser_searchbar_smallpanel_keyboard_navigation.js
2015-02-20 12:41:11 +01:00
Dave Townsend
b8e26b6a3f Bug 1132030: Check messages against the actual locale provided strings to avoid failing tests when the brandname changes. r=florian
--HG--
extra : rebase_source : b92b781210743a3f989cf8366f3ecaf503b52664
2015-02-13 13:50:49 -08:00
Chris
f4044b0556 Bug 1132028 - Remove unavailable method from array call in hiddenOneOffs_cleanup.js. r=florian 2015-02-12 09:27:46 -08:00
Dave Townsend
6e2a38d03c Bug 1068186: Update window.sidebar and window.external APIs to support e10s. r=felipe
Moves nsSidebar.js to toolkit and makes it just pass messages to chrome for each
API call. MainProcessSingleton listens for those messages and passes the call
along to the search service.
Combines the validation code into the same function and takes the opportunity to
support relative URLs too.
Adds a bunch of tests for these web APIs.

Also fixes:
Bug 518929: Implement window.external APIs in core code
Bug 530847: Remove Fennec's nsISidebar implementation once that code is moved into the core
Bug 517720: Adding a search engine using relative URIs is not supported

--HG--
rename : browser/components/sidebar/nsSidebar.js => toolkit/components/search/nsSidebar.js
extra : rebase_source : 3e9caa49383e78e73e5f111ff09fb063f2cfa7c0
2015-02-02 12:15:26 -08:00
Mike Connor
9cec39ddde bug 1126511 - update Yahoo search plugins to use per-access point tags for better reporting/analysis, Fennec portion, r=margaret/mfinkle 2015-02-05 11:24:54 -05:00
Mike Connor
4d8228cbca Bug 958874 - Use HTTPS for Bing search, r=gavin 2015-02-03 01:07:06 -05:00
Florian Quèze
4e6de52441 Bug 1102038 - the 'Change Search Settings' button and the open search items cannot be used via the keyboard, r=Mossop. 2015-02-05 00:08:19 +01:00
Florian Quèze
a99001cab9 Bug 1124904 - cleanup keyboard navigation in the new search panel - separate the logic moving the selection from the logic examining at the keyboard events, r=Mossop. 2015-02-05 00:08:19 +01:00
Florian Quèze
733f615541 Bug 1124904 - cleanup keyboard navigation in the new search panel - simplify the 'selected' attribute handling, r=Mossop. 2015-02-05 00:08:19 +01:00
Florian Quèze
bee5e371c7 Bug 1124900 - add tests for keyboard navigation in the search panel, r=Mossop. 2015-02-05 00:08:19 +01:00
Florian Quèze
527fa74db7 Bug 1111947 - Dropping text on the searchbar shouldn't search it immediately. r=mossop 2015-01-26 15:41:05 +01:00
Carsten "Tomcat" Book
b308b6c8ab Merge mozilla-central to fx-team 2015-02-03 15:34:51 +01:00