David Teller, @ImYoric or dteller@mozilla.com
1 | resource://gre/modules/Browser.jsm | tabbrowser.prototype.openTab() |
2 | http://innocent.looking.blog.com/index.html | letsPutAFacebookButton() |
3 | http://scripts.facebook.com/spam.js | weShouldTrackThisUser() |
4 | http://scripts.facebook.com/spam.js | letsLoadMegaresources() |
5 | chrome://adblockplus/resources/blocker.js | isThisSpam() |
6 | chrome://adblockplus/resources/blocker.js | wellWhatDoYouThink() |
7 | C++ code | whoKnowsWhatHappensHere(Lchar[];1) |
8 | chrome://ghostery/resources/metoo.js | heyGuysIKnowIKnow() |
... | ||
15 | chrome://adblockplus/resources/blocker.js | ahRightNowIKnowWhatToDoWithIt() |
... |
1 | resource://gre/modules/Browser.jsm |
2 | http://innocent.looking.blog.com/index.html |
3 | http://scripts.facebook.com/spam.js |
4 | http://scripts.facebook.com/spam.js |
5 | chrome://adblockplus/resources/blocker.js |
6 | chrome://adblockplus/resources/blocker.js |
7 | C++ code |
8 | chrome://ghostery/resources/metoo.js |
... | |
15 | chrome://adblockplus/resources/blocker.js |
... |
1 | Firefox built-in code |
2 | http://innocent.looking.blog.com/index.html |
3 | http://scripts.facebook.com/spam.js |
4 | http://scripts.facebook.com/spam.js |
5 | AdBlock Plus |
6 | AdBlock Plus |
... | |
8 | Ghostery |
... | |
15 | AdBlock Plus |
... |
1 | Firefox built-in code | |
2 | http://innocent.looking.blog.com/index.html | |
3 | http://scripts.facebook.com/spam.js | |
4 | http://scripts.facebook.com/spam.js | |
5 | AdBlock Plus | |
6 | AdBlock Plus | |
7 | ... | |
8 | Ghostery | |
... | ||
15 | AdBlock Plus | |
... | ... |
setInterval(() => {
while (true) {
for (let frame of getStack()) {
stats[frame.id] += 1 /* ms */;
}
}
}, 1 /* ms */);
1 | Firefox built-in code | |
2 | http://innocent.looking.blog.com/index.html | |
3 | http://scripts.facebook.com/spam.js | |
4 | http://scripts.facebook.com/spam.js | |
5 | AdBlock Plus | |
6 | AdBlock Plus | |
7 | ... | |
8 | Ghostery | |
... | ||
15 | AdBlock Plus | |
... | ... |
Bug 1210770 | "addon might slow down browser" is inaccurate and annoying |
Bug 1191342 | Slow add-on warning, even if my add-ons do nothing |
Bug 1188507 | Nightly should not warn about Lightbeam making it run slowly |
Bug 1152950 | AddonWatcher should not inform the user at the first infraction |
Bug 1200169 | We should make the AddonWatcher more tolerant |
Bug 1200172 | Don't report slow add-ons if the system is hibernating |
Bug 1219144 | Only raise jank notifications if there is user-visible jank |
... | ... |
Bug 1210770 | "addon might slow down browser" is inaccurate and annoying |
Bug 1191342 | Slow add-on warning, even if my add-ons do nothing |
Bug 1188507 | Nightly should not warn about Lightbeam making it run slowly |
Bug 1152950 | AddonWatcher should not inform the user at the first infraction |
Bug 1200169 | We should make the AddonWatcher more tolerant |
Bug 1200172 | Don't report slow add-ons if the system is hibernating |
Bug 1219144 | Only raise jank notifications if there is user-visible jank |
... | ... |