Vikram Jadhav
2970c2f4c7
Bug 1120957 - fix the source of searches made with paste & search, r=gijs,bwinton
2015-03-09 12:07:00 +01:00
Sebastian Hengst
ef109b3851
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
ded2deea45
Bug 1121417: Change hiddenOneOffs search pref to use unichar type. r=gavin
2015-03-02 14:00:45 -08:00
Neil Deakin
c0d331a396
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
82588c8d7f
Bug 1107695 - make one-off buttons accessible, r=florian,f=MarcoZ
2015-02-16 14:23:47 +00:00
Phil Ringnalda
149e77cf20
Back out a7923665bfa0 (bug 1121417) for e10s bc1 bustage
...
CLOSED TREE
2015-02-23 21:18:22 -08:00
Chris
3f07356b0e
Bug 1121417: Change hiddenOneOffs pref to use unichar type. r=florian
2015-02-23 10:45:15 -08:00
Wes Kocher
1f6eee1398
Backed out changeset 42269ccaf982 (bug 1107695) for bc1 orange
2015-02-23 15:20:45 -08:00
Gijs Kruitbosch
48b73c85e8
Bug 1107695 - make one-off buttons accessible, r=florian,f=MarcoZ
2015-02-16 14:23:47 +00:00
Florian Quèze
4db163dba0
Bug 1126250 - Show one-off buttons when clicking the magnifying glass, r=Mossop.
2015-02-20 12:41:11 +01:00
Dave Townsend
abc919f9dd
Bug 1132030: Check messages against the actual locale provided strings to avoid failing tests when the brandname changes. r=florian
2015-02-13 13:50:49 -08:00
Chris
b2ac6133f1
Bug 1132028 - Remove unavailable method from array call in hiddenOneOffs_cleanup.js. r=florian
2015-02-12 09:27:46 -08:00
Dave Townsend
bb7ee9f2fb
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
2015-02-02 12:15:26 -08:00
Mike Connor
c8d4e1aefd
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
5e72bc86db
Bug 958874 - Use HTTPS for Bing search, r=gavin
2015-02-03 01:07:06 -05:00
Florian Quèze
a2a75b9b90
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
99dfee4f86
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
c0799497a7
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
64a421d5b1
Bug 1124900 - add tests for keyboard navigation in the search panel, r=Mossop.
2015-02-05 00:08:19 +01:00
Florian Quèze
3307a69a9d
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
0a6fe542b7
Merge mozilla-central to fx-team
2015-02-03 15:34:51 +01:00
Carsten "Tomcat" Book
d162d85b1e
Backed out changeset a882d834faee (bug 1111947) for causing merge conflicts down from m-c
2015-02-03 15:34:07 +01:00
Abdelrhman Ahmed
8e4ff15037
Bug 1115002 - Pressing context menu should close the search panel. r=Florian
2015-02-03 13:57:04 +01:00
Florian Quèze
996b133c48
Bug 1111947 - Dropping text on the searchbar shouldn't search it immediately, r=Mossop.
2015-02-03 13:06:01 +01:00
Chris
945e1de50a
Bug 1106926 - Insuring that removing a hidden one click search provider also removes it from the browser.search.hiddenOneOffs pref. r=florian
2015-02-02 16:50:52 -08:00
Neil Deakin
224e9e2862
Bug 1114707, don't close search suggestions when the caret is moved when norolluponanchor is set, r=mak
2015-02-02 15:53:55 -05:00
Neil Deakin
fe3db7cbde
Bug 1116865, add an attribute to popups to allow them to not rollup when clicking on the anchor, this is used for the new search field, r=neil, felipe
2015-02-02 15:53:53 -05:00
Florian Quèze
2374111d87
Bug 1120389 - 'search.xml, line 500: TypeError: aEvent is undefined' when using the 'Paste & Search' context menu item, r=felipe.
2015-01-16 22:20:24 +01:00
Dave Townsend
103e7ce5b3
Bug 1118135: Clicking the magnifying glass while the suggestions are open should close the popup and not re-open it. r=felipe
...
The popup gets closed when native events trigger rollup. This is before the any
mousedown event reaches the DOM so it is difficult to detect the case where it
was a click on the magnifying glass icon that closed the popup. Here a field
is added to the popup that is set to true when rollup is triggered and false
on the next tick of the event loop which will be after the mousedown event
reaches the DOM. This allows us to detect the case and ignore the click on the
magnifying glass.
2015-01-06 11:05:32 -08:00
Carsten "Tomcat" Book
96daa8d17f
merge fx-team to mozilla-central a=merge
2015-01-12 13:01:26 +01:00
Dave Townsend
eca6b0180b
Bug 1119450: Clicks on the search go button shouldn't open the search popup. r=felipe
2015-01-09 11:05:50 -08:00
Neil Deakin
532cf1125b
Bug 1089005, add a third consume option that never consumes even over the anchor. This allows clicks on the location field to adjust the caret position, r=dao
2015-01-09 21:12:10 -05:00
Chris
fa924fdc6a
Bug 1117153 - Added 'keyword' param for location bar searches triggered by search engine keyword. r=gavin
2015-01-04 17:14:26 -08:00
Blake Winton
9a41c69c32
Bug 1102937 - Add UITelemetry for the improved search bar UI. r=florian, r=felipe
2015-01-06 13:09:43 -05:00
Dave Townsend
c90b7eefb4
Bug 1102050: Set consumeoutsideclicks="false" whenever the popup is opened. r=felipe
...
showHistoryPopup in autocomplete.xml always sets consumeoutsideclicks to true
so we have to override that when the popup is actually opened.
The test here isn't a very good one. For some reason the events generated by
EventUtils aren't consumed regardless of consumeoutsideclicks, I'm not sure
there is a great way to test this automatically.
2014-12-31 13:36:28 -08:00
Florian Quèze
75d8adf278
Bug 1110678 - Re-implement Ctrl+up/down and Alt+up/down in the search field, r=felipe.
2014-12-23 02:12:36 +01:00
Dave Townsend
a27b48b067
Bug 1103455: Change the events used to popup the search suggestions to avoid showing them when opening context menus. r=florian
2014-12-22 11:54:15 -08:00
Florian Quèze
b497a57571
Bug 1106432 - Search bar icon should indicate when a page offers open search - fix leak caused by XBL in toolbarless popups, r=Gijs.
2014-12-21 01:10:46 +01:00
Blake Winton
c9b84546b7
Bug 1106432 - Allow search bar icon to indicate when a page offers OpenSearch. ui-r=shorlander, r=florian.
2014-12-18 15:25:21 -05:00
Phil Ringnalda
103e3fba55
Backed out 2 changesets (bug 1106432) for mochitest-a11y failures
...
CLOSED TREE
Backed out changeset 513130bd59ed (bug 1106432)
Backed out changeset 4dbb2ddd0093 (bug 1106432)
2014-12-20 17:58:08 -08:00
Florian Quèze
7fad4fe254
Bug 1106432 - Search bar icon should indicate when a page offers open search - fix leak caused by XBL in toolbarless popups, r=Gijs.
2014-12-21 01:10:46 +01:00
Blake Winton
a6722bcf32
Bug 1106432 - Allow search bar icon to indicate when a page offers OpenSearch. ui-r=shorlander, r=florian.
2014-12-18 15:25:21 -05:00
Florian Quèze
1db955f59c
Bug 1104142 - Shift-tab doesn't go back to location bar if there is text in the search field, r=Gijs, ui-r=shorlander.
2014-12-18 23:54:26 +01:00
Blake Winton
88280ee8f9
Bug 1106101 - Let people open searches in new tabs with ctrl/cmd+click or middle mouse button. ui-r=phlsa, r=florian
2014-12-17 15:23:44 -05:00
Thejdeep
243a646828
Bug 1111275 - Replace gBrowser.mCurrentBrowser with gBrowser.selectedBrowser. r=dao
2014-12-15 22:07:18 +01:00
Ankit Goyal
17bed67637
Bug 1110069 - Replace getBrowser() with gBrowser in /browser. r=dao
2014-12-11 21:48:00 -05:00
Carsten "Tomcat" Book
c830270801
Backed out changeset 85a89a0a4c1c (bug 1110069)
2014-12-12 13:14:57 +01:00
Ankit Goyal
4531cc1be5
Bug 1110069 - Replace getBrowser() with gBrowser. r=dao
2014-12-12 10:40:23 +01:00
Kev Needham
6155f3ba34
Bug 1104925: update Yahoo search plugin for en-US, r=gavin/mconnor
2014-11-27 15:32:17 -08:00
Kev Needham
8f769e3398
Bug 1103216: update Google parameters, r=gavin, f=mfinkle, test changes r=felipe
2014-11-24 11:11:44 -08:00