gecko-dev/browser/components/search
Masayuki Nakano 45dae73d4c Bug 1916087 - Make test_multiple_listeners move cursor before synthesizing a click r=jteow,search-reviewers
They try to synthesize `mouseover` which is mapped to `eMouseEnterIntoWidget`
internal event (which is not same as DOM `mouseover`) after `click`.  However,
with any pointing devices, `mousemove` should occur before `mousedown`.
Therefore, in the real world, `mouseover` should be fired before `mousedown`,
`mouseup` and `click` in the test.  Therefore, this swaps the event order.

Note that after fixing bug 1914546, `mouseover` will be fired immediately after
`mouseup` and `click`. This makes the test waits `mouseover` after it's fired.
So, it'd permanently timeout after the fix.

Differential Revision: https://phabricator.services.mozilla.com/D220839
2024-09-04 00:20:40 +00:00
..
content Bug 1907034 - Allow using shift-enter/shift-click to open the search engine page without a search from the search bar. r=Standard8 2024-09-02 12:37:01 +00:00
docs Bug 1863530 - Remove browser.search.widget.inNavBar pref. r=dao,settings-reviewers,search-reviewers,omc-reviewers,urlbar-reviewers,Gijs,aminomancer 2024-07-23 17:29:00 +00:00
extensions Bug 1895873 - Remove icons and search_form from the application provided search WebExtensions. r=Standard8 2024-06-26 16:03:21 +00:00
schema
test Bug 1916087 - Make test_multiple_listeners move cursor before synthesizing a click r=jteow,search-reviewers 2024-09-04 00:20:40 +00:00
.eslintrc.js
BrowserSearchTelemetry.sys.mjs
jar.mn
metrics.yaml Bug 1909979 - Add ad_popover to components found on SERPs and add the ability to ignore sponsored links - r=scunnane 2024-08-07 18:30:19 +00:00
moz.build
pings.yaml
SearchOneOffs.sys.mjs Bug 1907034 - Allow using shift-enter/shift-click to open the search engine page without a search from the search bar. r=Standard8 2024-09-02 12:37:01 +00:00
SearchSERPTelemetry.sys.mjs Bug 1870226 - Upgrade eslint-plugin-jsdoc to version 43.2.0. r=frontend-codestyle-reviewers,credential-management-reviewers,issammani 2024-08-23 16:43:57 +00:00
SearchUIUtils.sys.mjs Bug 1870226 - Fix missing jsdoc @returns for search code. r=search-reviewers,jteow 2024-08-23 16:43:54 +00:00