mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-13 06:38:48 +02:00
Summary: create LazyActorClass based off ObservedActorFactory and RegisterdFactory classes for use in RootActor and BrowsingContextActor; Depends on D6468 Reviewers: ochameau Reviewed By: ochameau Bug #: 1473513 Differential Revision: https://phabricator.services.mozilla.com/D6470 --HG-- rename : devtools/server/actors/common.js => devtools/shared/protocol/lazy-pool.js extra : rebase_source : 09a1c8eac3cbb5856a5e3e61a1c0540efe32e5bd
9 lines
328 B
Python
9 lines
328 B
Python
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
# vim: set filetype=python:
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
DevToolsModules(
|
|
'lazy-pool.js',
|
|
)
|