Closed
Bug 700449
Opened 14 years ago
Closed 14 years ago
Link to XPCNativeWrapper has "mozilla.oreg" instead of "mozilla.org" in URL
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect)
addons.mozilla.org Graveyard
Developer Pages
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Terry.F1Com, Assigned: wbamberg)
References
()
Details
Attachments
(1 file)
|
767 bytes,
patch
|
myk
:
review+
|
Details | Diff | Splinter Review |
https://addons.mozilla.org/en-US/developers/docs/sdk/1.2/dev-guide/addon-development/content-scripts/access.html
The proxy is based on XRayWrapper, (also known as XPCNativeWrapper). These wrappers give the user access to the native values of DOM functions and properties, even if they have been redefined by a script."
The link to XPCNativeWrapper has "mozilla.oreg" instead of "mozilla.org" in its URL.
Updated•14 years ago
|
Assignee: nobody → wbamberg
| Assignee | ||
Comment 1•14 years ago
|
||
If it's possible, this would be nice to have in 1.4.
Attachment #585439 -
Flags: review?(myk)
Comment 2•14 years ago
|
||
Commit pushed to https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/450f4b625f7dd9e62f423c81c283df3a42c8042a
fix bug 700449 - Link to XPCNativeWrapper has mozilla.oreg instead of mozilla.org in URL; r=@mykmelez
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 3•14 years ago
|
||
Commit pushed to https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/d6b9ad759487f1d3da863ffe707b55cfa64f77d3
fix bug 700449 - Link to XPCNativeWrapper has mozilla.oreg instead of mozilla.org in URL; r=@mykmelez
(cherry picked from commit 450f4b625f7dd9e62f423c81c283df3a42c8042a)
Updated•14 years ago
|
Attachment #585439 -
Flags: review?(myk) → review+
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•