Closed
Bug 1479730
Opened 7 years ago
Closed 7 years ago
test_device_search_engine.html uses unknown property Ci.nsISearchEngine.DATA_XML
Categories
(Firefox for Android Graveyard :: Testing, defect)
Firefox for Android Graveyard
Testing
Tracking
(firefox63 fixed)
RESOLVED
FIXED
Firefox 63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
In finding uses of properties/constants of idl interfaces that aren't valid I discovered this:
mobile/android/tests/browser/chrome/test_device_search_engine.html
57:115 error Use of unknown property Ci.nsISearchEngine.DATA_XML
Assignee | ||
Comment 1•7 years ago
|
||
The 'dataType' parameter to nsISearchEngine.addEngine is now obsolete.
MozReview-Commit-ID: CTe26M0j4xa
Assignee | ||
Comment 2•7 years ago
|
||
Note: filed bug 1481199 as a follow-up to remove this completely, but I'd like to get this landed first to help clear up my current test results.
Assignee: nobody → standard8
Status: NEW → ASSIGNED
Comment on attachment 8997869 [details]
Bug 1479730 - Fix instances of unknown nsISearchEngine.DATA_XML property in test_device_search_engine.html.
James Willcox (:snorp) (jwillcox@mozilla.com) has approved the revision.
Attachment #8997869 -
Flags: review+
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1a264632cf3f
Fix instances of unknown nsISearchEngine.DATA_XML property in test_device_search_engine.html. r=snorp
Comment 5•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•