mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
[Basilisk] Issue MoonchildProductions/GRE#3029 - Fix search after telemetry removal.
This commit is contained in:
parent
653cba3202
commit
0691dfb5ba
2 changed files with 0 additions and 3 deletions
|
|
@ -624,7 +624,6 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|||
}
|
||||
// Augment the search action details object.
|
||||
let details = searchActionDetails || {};
|
||||
details.isOneOff = isOneOff;
|
||||
details.type = eventType;
|
||||
|
||||
let submission = engine.getSubmission(query, null, "keyword");
|
||||
|
|
|
|||
|
|
@ -1940,8 +1940,6 @@
|
|||
aOpenUILinkParams &&
|
||||
aOpenUILinkParams.inBackground;
|
||||
let where = tabBackground ? "tab-background" : aOpenUILinkWhere;
|
||||
BrowserSearch.recordOneoffSearchInTelemetry(engine, source, type,
|
||||
where);
|
||||
return true;
|
||||
]]></body>
|
||||
</method>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue