Move window.external.AddSearchProvider / IsSearchProviderInstalled to JS Window Actors, unless we decide to just remove them
Categories
(Firefox :: Search, task, P5)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox75 | --- | fixed |
People
(Reporter: mconley, Assigned: enndeakin)
Details
Attachments
(1 file)
We seem to implement these two functions:
window.external.AddSearchProvider and window.external.IsSearchProviderInstalled here.
I believe this is a Microsoft API, and was introduced in IE7. Both methods were altered in IE10 so that they return hard-coded values.
From what I can tell, Chromium doesn't even return anything. For those.
We still support AddSearchProvider, and have a message listener for it here.
Interestingly, our own MDN page on window.external says that Firefox only implements these as dummy functions.
Can we do the same thing as IE10 or Chromium here, and just return some hard-coded values?
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Comment 2•6 years ago
|
||
(In reply to Mike Conley (:mconley) (:⚙️) (Wayyyy behind on needinfos) from comment #0)
Interestingly, our own MDN page on
window.externalsays that Firefox only implements these as dummy functions.
I fixed that for the time being.
| Assignee | ||
Comment 3•5 years ago
|
||
Updated•5 years ago
|
Comment 5•5 years ago
|
||
| bugherder | ||
Description
•