Closed
Bug 1301127
Opened 9 years ago
Closed 9 years ago
Some mozIStorageStatementCallback instances passed to ErrorNotifier or CallbackResultNotifier do not QueryInterface to mozIStorageStatementCallback
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla51
People
(Reporter: nika, Assigned: nika)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
3.17 KB,
patch
|
smaug
:
review+
ritu
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
See bug 1301124, in which this issue is temporarily fixed.
The implementers of this interface should make sure that their QueryInterface implementation is correct.
| Assignee | ||
Comment 1•9 years ago
|
||
MozReview-Commit-ID: 5CPNIz3w4Iy
Attachment #8788973 -
Flags: review?(bugs)
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → michael
Comment 2•9 years ago
|
||
I guess we don't have any nice macros to deal this kind of multi-inheritance.
Updated•9 years ago
|
Attachment #8788973 -
Flags: review?(bugs) → review+
Pushed by michael@thelayzells.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/15dfa78b6aab
Make nsNavHistoryFolderResultNode QueryInterface to mozIStorageStatementCallback, r=smaug
Comment 4•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
| Assignee | ||
Comment 5•9 years ago
|
||
Comment on attachment 8788973 [details] [diff] [review]
Make nsNavHistoryFolderResultNode QueryInterface to mozIStorageStatementCallback
Approval Request Comment
[Feature/regressing bug #]:Bug 1018486 being uplifted caused this failure again on beta because I forgot about applying this patch and bug 1301124 too.
[User impact if declined]:Test failures on beta
[Describe test coverage new/current, TreeHerder]:This is a small fix to correct a test failure.
[Risks and why]: Very low risks. Changes nothing which could break anything.
[String/UUID change made/needed]:None
Attachment #8788973 -
Flags: approval-mozilla-beta?
Comment on attachment 8788973 [details] [diff] [review]
Make nsNavHistoryFolderResultNode QueryInterface to mozIStorageStatementCallback
Fix has been in Nightly for ~2 weeks, it fixes a test failure, Beta50+
Attachment #8788973 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
status-firefox50:
--- → affected
Comment 7•9 years ago
|
||
| bugherder uplift | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•