Bug 35731
| Summary: | [ES6] Implement Proxies | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Oliver Hunt <oliver> |
| Component: | JavaScriptCore | Assignee: | Saam Barati <saam> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | arv, barraclough, brendan, chrisjshull, dak, gianni, m.goleb+bugzilla, oliver, orzage, rob, saam, stefano.dipaola, timothy, webmaster |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | 154081, 154313, 154314, 154321 | ||
| Bug Blocks: | 80559 | ||
Oliver Hunt
http://wiki.ecmascript.org/doku.php?id=harmony:proxies
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Timothy Hatcher
*** Bug 151578 has been marked as a duplicate of this bug. ***
stefano.dipaola
By now Proxies have been implemented on all major browsers..
What is the current status of this bug?
Is there a public experimental branch?
Is there any commitment on seriously porting Proxy on WebKit?
Thanks
Saam Barati
(In reply to comment #2)
> By now Proxies have been implemented on all major browsers..
>
> What is the current status of this bug?
>
> Is there a public experimental branch?
>
> Is there any commitment on seriously porting Proxy on WebKit?
>
> Thanks
Proxy has been in WebKit for ~6 months now.
stefano.dipaola
(In reply to comment #3)
> (In reply to comment #2)
> > By now Proxies have been implemented on all major browsers..
> >
> > What is the current status of this bug?
> >
> > Is there a public experimental branch?
> >
> > Is there any commitment on seriously porting Proxy on WebKit?
> >
> > Thanks
>
> Proxy has been in WebKit for ~6 months now.
Ah awesome, I relied on the Status and I didn't actually check sorry :)
Thanks then!