gecko-dev/devtools/server
wartmanm 5407707949 Bug 1513095 - Improve performance when loading breakpoints on pages with many scripts r=loganfsmyth
Only attempt to add breakpoints for the current source in Thread._addSource(),
reducing the number of costly Debugger::findScripts() calls made when loading a
page.

In addition, speed up findScripts() itself by moving the cheaper URL/source
checks in commonFilter() ahead of the line number checks.

Differential Revision: https://phabricator.services.mozilla.com/D15534

--HG--
extra : moz-landing-system : lando
2019-01-10 17:50:52 +00:00
..
actors Bug 1513095 - Improve performance when loading breakpoints on pages with many scripts r=loganfsmyth 2019-01-10 17:50:52 +00:00
performance Bug 1489745 - Convert the preference sample-frequency-khz to hz r=ochameau,mstange 2018-10-24 12:09:37 +00:00
socket Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
startup Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
tests Bug 1515046 - Add receiverId parameter in objectClient.getPropertyValue. r=nchevobbe 2019-01-09 06:42:58 +00:00
main.js Bug 1497264 - Remove references to AddonTargetActor setAddonOptions;r=ochameau,yulia 2019-01-08 18:42:44 +00:00
moz.build Bug 1473513 - move ActorRegistry module to server/actors/utils; r=ochameau 2018-09-26 10:09:15 +02:00