Closed
Bug 1418853
Opened 8 years ago
Closed 8 years ago
Exception... "Invalid livemark" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)"
Categories
(Toolkit :: Places, defect)
Tracking
()
RESOLVED
FIXED
mozilla59
| Tracking | Status | |
|---|---|---|
| firefox59 | --- | fixed |
People
(Reporter: euthanasia_waltz, Assigned: lina)
References
Details
Attachments
(1 file)
Error message
[Exception... "Invalid livemark" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: jar:file: ~ /omni.ja!/components/nsLivemarkService.js :: getLivemark/< :: line 293" data: no]
appears on Browser Console when firefox started or menu>Bookmarks opened or Bookmarks sidebar operated or firefox exited.
mozregression tells
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=ad1d0e907341683853dcbf49498bac682967f2ec&tochange=4f92cfb21a2e8c3a3c2cb31fa065cb318a786df7
| Assignee | ||
Comment 2•8 years ago
|
||
This turned out to be a simple logging fix: we shouldn't log errors for handled rejections.
Assignee: nobody → kit
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Flags: needinfo?(kit)
| Comment hidden (mozreview-request) |
Comment 4•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8930003 [details]
Bug 1418853 - Don't report handled rejections in `nsLivemarksService`.
https://reviewboard.mozilla.org/r/201196/#review206962
Attachment #8930003 -
Flags: review?(mak77) → review+
Pushed by kcambridge@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2d815cb45cee
Don't report handled rejections in `nsLivemarksService`. r=mak
Comment 6•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•