Closed
Bug 1110105
Opened 11 years ago
Closed 11 years ago
Get rid of "-Promise" from wantGlobalProperties
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
mozilla37
People
(Reporter: gkrizsanits, Assigned: gkrizsanits)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
|
4.39 KB,
patch
|
bholley
:
review+
|
Details | Diff | Splinter Review |
We talked about this with Bobby and this should go for various reasons, like the side effect it comes with and also since we have no good reason to keep it. I will fix this once I have a few minutes for it. Flagging myself on it so I won't forget it.
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → gkrizsanits
Status: NEW → ASSIGNED
Flags: needinfo?(gkrizsanits)
| Assignee | ||
Updated•11 years ago
|
Flags: needinfo?(gkrizsanits)
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8535586 -
Flags: review?(bobbyholley)
Comment 3•11 years ago
|
||
https://developer.mozilla.org/en-US/docs/Components.utils.Sandbox will need an update.
Keywords: dev-doc-needed
Comment 4•11 years ago
|
||
Comment on attachment 8535586 [details] [diff] [review]
Remove "-Promise" from wantGlobalProperties. v1
Review of attachment 8535586 [details] [diff] [review]:
-----------------------------------------------------------------
Looks great. r=bholley
::: js/xpconnect/src/xpcprivate.h
@@ -3353,5 @@
> GlobalProperties() {
> mozilla::PodZero(this);
>
> - // Promise is supposed to be part of ES, and therefore should appear on
> - // every global.
Please move this comment to the code in Sandbox.cpp where we install the promise constructor for sandboxes.
Attachment #8535586 -
Flags: review?(bobbyholley) → review+
| Assignee | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
Comment 7•11 years ago
|
||
(In reply to Masatoshi Kimura [:emk] from comment #3)
> https://developer.mozilla.org/en-US/docs/Components.utils.Sandbox will need
> an update.
Done, and thanks for flagging.
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•