Intent to implement and ship: Iterable declarations on NodeList and DOMTokenList

2016-07-29 Thread Boris Zbarsky
Summary: The idea is to have keys/entries/values/forEach methods on these two interfaces, so you can do things like: document.querySelectorAll("whatever").forEach(someFunc) and document.body.classList.forEach(someFunc) Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1290636 Standard: h

Intent to implement: Dynamic blocklist to disallow plugins triggered from specified 3rd-party domains

2016-07-29 Thread Felipe G
Summary: This intent covers adding a dynamic blocklist (to be stored/updated through Shavar) to disallow plugins running on specific domains when they are in a 3rd-party context (e.g. a 3rd party iframe). Motivation: Flash and other plugins are still a primary target for malware authors and dist

Re: Increased number of e10s related crashes for firefox-ui-tests on mozilla-central and integration branches

2016-07-29 Thread Ting-Yu Chou
Never mind, I just found the command on MDN. However I can't reproduce, will update to bug 1290186 if I find anything. Ting On Fri, Jul 29, 2016 at 3:17 PM, Ting-Yu Chou wrote: > It seems that they're crashed with the test case > firefox-ui/tests/puppeteer/test_windows.py:test_open_close, how c

Re: Increased number of e10s related crashes for firefox-ui-tests on mozilla-central and integration branches

2016-07-29 Thread Ting-Yu Chou
It seems that they're crashed with the test case firefox-ui/tests/puppeteer/test_windows.py:test_open_close, how can I run it locally? Ting On Fri, Jul 29, 2016 at 1:50 PM, Henrik Skupin wrote: > Hi, > > Over the last couple of days I noticed a spike of crashes specifically > for our firefox-ui