gecko-dev/devtools/shared/webconsole
Nicolas Chevobbe 2884ad3d7c Bug 1527238 - Speed up webconsole server's autocomplete function; r=Honza.
There are 2 changes in this patch.

In js-property-provider, we iterate over a Set
and delete item we don't want into instead of
turning the Set into an array, filter on it, and
convert it back to a new Set.

In the autocomplete function, we don't use regexp
anymore in the sort callback as we already have
a way to tell if we're performing an element access.

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

--HG--
extra : moz-landing-system : lando
2019-02-15 15:02:51 +00:00
..
test Bug 1520774 - Remove TargetFactory.forRemoteTab. r=yulia 2019-02-06 16:17:15 +00:00
client.js Bug 1485664 - remove unused inspectObjectProperties; r=ochameau 2019-02-11 15:48:41 +00:00
GenerateReservedWordsJS.py Bug 1508180 - Use uppercase names for high-order macros in js/ r=jandem 2018-11-19 13:05:09 +00:00
js-property-provider.js Bug 1527238 - Speed up webconsole server's autocomplete function; r=Honza. 2019-02-15 15:02:51 +00:00
moz.build Bug 1520782 - Convert console tests using chrome documents and using server references directly to browser mochitests. r=nchevobbe 2019-01-23 08:53:06 +00:00
network-helper.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
throttle.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00