Closed Bug 1129668 Opened 10 years ago Closed 7 years ago

places search doesn't return javascript scheme urls when searching by url

Categories

(Add-on SDK Graveyard :: General, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: dietrich, Unassigned)

References

Details

Example code: var query = { url: 'javascript:' } bookmarks.search(query).on('end', function (results) { console.log('results', results.length) }) Zero results. Execute the same code with this query: var query = { query: 'javascript:' } Returns all bookmarks with 'javascript:' in the url (or title or whatever else the 'query' property covers).
OS: Mac OS X → All
Priority: -- → P2
Hardware: x86 → All
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.