Closed
Bug 1075000
Opened 10 years ago
Closed 10 years ago
"WARNING: content window passed to PrivateBrowsingUtils.isWindowPrivate. Use isContentWindowPrivate instead (but only for frame scripts)" from MozSocialAPI.jsm:49:20
Categories
(Firefox Graveyard :: SocialAPI, defect)
Firefox Graveyard
SocialAPI
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 36
People
(Reporter: dholbert, Assigned: mixedpuppy)
References
Details
Attachments
(1 file)
1016 bytes,
patch
|
markh
:
review+
|
Details | Diff | Splinter Review |
Seen in my terminal, after starting current nightly with a mostly-fresh profile, doing a search, and clicking on a link. Not sure of exact STR, but that probably doesn't matter.
{
WARNING: content window passed to PrivateBrowsingUtils.isWindowPrivate. Use isContentWindowPrivate instead (but only for frame scripts).
pbu_isWindowPrivate@resource://gre/modules/PrivateBrowsingUtils.jsm:25:14
injectController@resource://gre/modules/MozSocialAPI.jsm:49:20
WARNING: content window passed to PrivateBrowsingUtils.isWindowPrivate. Use isContentWindowPrivate instead (but only for frame scripts).
pbu_isWindowPrivate@resource://gre/modules/PrivateBrowsingUtils.jsm:25:14
injectController@resource://gre/modules/MozSocialAPI.jsm:49:20
WARNING: content window passed to PrivateBrowsingUtils.isWindowPrivate. Use isContentWindowPrivate instead (but only for frame scripts).
pbu_isWindowPrivate@resource://gre/modules/PrivateBrowsingUtils.jsm:25:14
injectController@resource://gre/modules/MozSocialAPI.jsm:49:20
WARNING: content window passed to PrivateBrowsingUtils.isWindowPrivate. Use isContentWindowPrivate instead (but only for frame scripts).
pbu_isWindowPrivate@resource://gre/modules/PrivateBrowsingUtils.jsm:25:14
injectController@resource://gre/modules/MozSocialAPI.jsm:49:20
WARNING: content window passed to PrivateBrowsingUtils.isWindowPrivate. Use isContentWindowPrivate instead (but only for frame scripts).
pbu_isWindowPrivate@resource://gre/modules/PrivateBrowsingUtils.jsm:25:14
injectController@resource://gre/modules/MozSocialAPI.jsm:49:20
}
This warning was just recently added in bug 1069059 (and indicates that this SocialAPI code needs tweaking)
Updated•10 years ago
|
OS: Linux → All
Hardware: x86_64 → All
Assignee | ||
Comment 1•10 years ago
|
||
Assignee: nobody → mixedpuppy
Attachment #8516920 -
Flags: review?(mhammond)
Updated•10 years ago
|
Attachment #8516920 -
Flags: review?(mhammond) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 36
Updated•6 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•