gecko-dev/mobile/android/modules/geckoview
Julian Descottes af2e5d5dd1 Bug 1416711 - Add registerAllActors API;r=ochameau
Most of the codebase that needs to create a debugger server
can use a server with all actors registered.

Define an additional method registerAllActors to do that.

By previous implementations, all the call sites that were
using browser: true were indirectly using tab & root: true
as well. So all the call sites using browser: true have been
migrated to registerAllActors and the specific behavior of
the browser: true case has been removed. Passing browser:true
to registerActors now only registers browser specific actors.

MozReview-Commit-ID: F3sx71eGrdG

--HG--
extra : rebase_source : 7704264e84d96e03a0c789103ff466980913d4d2
2017-11-13 21:22:15 +01:00
..
AndroidLog.jsm
GeckoViewContent.jsm Bug 1416310 - 2. Use per-GeckoView event to handle scroll-to-focused-input; r=rbarker 2017-11-20 17:17:01 -05:00
GeckoViewContentModule.jsm Bug 1394580 - 3. Lazy-load AndroidLog.jsm; r=droeh 2017-09-05 21:26:31 -04:00
GeckoViewModule.jsm Bug 1401354 - [3.0] Track registration state in GeckoView modules. r=snorp 2017-09-21 14:44:50 +02:00
GeckoViewNavigation.jsm Bug 1394520 - [3.0] Translate null-URI to "about:blank" for URI loading requests. r=snorp 2017-09-28 22:45:59 +02:00
GeckoViewProgress.jsm Bug 1400059 - Replace strings in ProgressListener.SecurityInformation with ints. r=snorp 2017-09-15 09:00:26 -05:00
GeckoViewRemoteDebugger.jsm Bug 1416711 - Add registerAllActors API;r=ochameau 2017-11-13 21:22:15 +01:00
GeckoViewScroll.jsm Bug 1394580 - 3. Lazy-load AndroidLog.jsm; r=droeh 2017-09-05 21:26:31 -04:00
GeckoViewSettings.jsm Bug 1394580 - 3. Lazy-load AndroidLog.jsm; r=droeh 2017-09-05 21:26:31 -04:00
GeckoViewTab.jsm Bug 1401002 - [2.2] Enable GeckoView remote debugging. r=snorp,jchen 2017-09-26 23:08:25 +02:00
GeckoViewUtils.jsm Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8 2017-10-15 20:50:39 +01:00
Messaging.jsm Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8 2017-10-15 20:50:39 +01:00
moz.build Bug 1401002 - [2.2] Enable GeckoView remote debugging. r=snorp,jchen 2017-09-26 23:08:25 +02:00