gecko-dev/toolkit/modules
Andreas Tolfsen ebd9209054 bug 1594351: toolkit: include remote protocol section in about:support; r=remote-protocol-reviewers,fluent-reviewers,Gijs,flod,maja_zf
This adds a new section at the bottom of about:support to show the
current status of the CDP-based remote agent service.  This section will
display useful troubleshooting information regarding the remote agent.

The remote agent is a forthcoming low-level RPC protocol providing
debugging interfaces for Gecko internals.  Because it exposes
browser-internals to the surrounding system we need a clear way
for the user to find if it is listening for browser-external connections.

The table, entitled "Remote Debugging (Chromium Protocol)", contains
the following new information:

	Accepting connections	whether the HTTPD is listening for incoming connections
	URL			connection endpoint for clients

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

--HG--
extra : moz-landing-system : lando
2019-11-14 13:32:41 +00:00
..
docs Bug 1576507 - document FirstStartup module r=mythmon 2019-08-31 16:15:17 +00:00
secondscreen Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
sessionstore Bug 1588491 - Associate session history entries with a session history object from creation. r=smaug 2019-10-17 20:03:49 +02:00
subprocess Bug 1576733 - Part 1 - Launch native messaging helper applications with the "disclaim" posix_spawn attribute r=kmag 2019-11-06 04:44:54 +00:00
tests bug 1594351: toolkit: include remote protocol section in about:support; r=remote-protocol-reviewers,fluent-reviewers,Gijs,flod,maja_zf 2019-11-14 13:32:41 +00:00
third_party/jsesc
AboutPagesUtils.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
ActorChild.jsm Bug 1489780 - Avoid unnecessary clean-up on ActorChild. r=mconley 2019-02-21 20:40:38 +00:00
ActorManagerChild.jsm Bug 1578683 Turn on ESLint rule prefer-boolean-length-check for toolkit and browser r=Standard8 2019-09-14 09:39:26 +00:00
ActorManagerParent.jsm Bug 1533943, modify WebNavigation to inherit from JSWindowActor, r=mconley 2019-11-14 00:53:29 +00:00
AppConstants.jsm bug 1594351: toolkit: add AppConstants.REMOTE_AGENT; r=remote-protocol-reviewers,maja_zf,mconley 2019-11-14 13:32:01 +00:00
AppMenuNotifications.jsm Bug 1578683 Turn on ESLint rule prefer-boolean-length-check for toolkit and browser r=Standard8 2019-09-14 09:39:26 +00:00
AsyncPrefs.jsm Bug 1563355 - Remove AboutNetErrorSetAutomatic and use RPM in aboutNetError.js to communicate with AboutNetErrorHandler.jsm. r=johannh 2019-10-28 20:38:45 +00:00
AutoScrollController.jsm Bug 1582585 - Make AutoScrollController not scroll non-scrollable windows. r=botond 2019-09-23 16:05:11 +00:00
BinarySearch.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
BrowserUtils.jsm Bug 1525175 - Part 1: Convert about:addons header to HTML r=rpl,fluent-reviewers,flod 2019-11-01 16:26:32 +00:00
CanonicalJSON.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
CertUtils.jsm bug 1550686 - remove nsIBadCertListener2 r=dragana,smaug 2019-11-06 00:19:14 +00:00
CharsetMenu.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
Color.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
Console.jsm Bug 1578683 Turn on ESLint rule prefer-boolean-length-check for toolkit and browser r=Standard8 2019-09-14 09:39:26 +00:00
ContentDOMReference.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
CreditCard.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
DateTimePickerPanel.jsm Bug 1418061 - Use the generic pt locale in place of pt-PT when constructing date picker, to avoid over-long day names. r=flod 2019-07-09 10:48:30 +00:00
DeferredTask.jsm Bug 1590114 - Move idle dispatch from task to timer in DeferredTask.jsm r=florian 2019-10-24 14:27:28 +00:00
Deprecated.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
E10SUtils.jsm Bug 1580212, part 1 - Drop the equal sign from FISSION_WEB_REMOTE_TYPE_PREFIX and add it to ContentParent.h. r=kmag 2019-11-06 23:14:00 +00:00
EventEmitter.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
FileUtils.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
FindBarContent.jsm Bug 1554761 - Small refactor, made possible because the findbar is now a custom element, implemented as a JS module. r=Gijs 2019-11-05 12:48:16 +00:00
Finder.jsm Bug 1553384, remove old find/findAgain methods in typeaheadfind in favour of a single find method, r=mikedeboer 2019-09-18 09:31:43 +00:00
FinderHighlighter.jsm Bug 1553384, find should iterate over each frame within a document in the parent process to allow out-of-process frames to be searched through, r=mikedeboer 2019-09-17 23:28:41 +00:00
FinderIterator.jsm Bug 1553384, find should iterate over each frame within a document in the parent process to allow out-of-process frames to be searched through, r=mikedeboer 2019-09-17 23:28:41 +00:00
FinderParent.jsm Bug 1553384, update letterboxing to be fission compatible now that findbar isn't using the message manager. Add a findbar open/close test for letterboxing, r=mconley 2019-09-18 09:33:52 +00:00
FirstStartup.jsm Bug 1582608 - add elapsed time to FirstStartup telemetry and bump timeout to 30s r=mythmon 2019-09-20 17:35:44 +00:00
FormLikeFactory.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
GMPExtractorWorker.js Bug 1566523 - Remove com.apple.quarantine from gmp downloads. r=dminor 2019-07-25 18:38:57 +00:00
GMPInstallManager.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
GMPUtils.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
Geometry.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
HiddenFrame.jsm Bug 1570147 - Use a Set for HiddenFrame.jsm, so that GC can't clean up frames that we're sitll waiting on. r=kmag 2019-08-16 03:23:28 +00:00
Http.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
IgnoreLists.jsm Bug 1585972 - If remote settings returns an invalid signature error, ignore lists should handle it correctly. r=mikedeboer 2019-10-03 20:43:05 +00:00
IndexedDB.jsm Bug 1573828 - Ensure IndexedDB.jsm transaction.promiseComplete is rejected with an error object. r=asuth 2019-08-16 10:46:41 +00:00
InlineSpellChecker.jsm Bug 1578683 Turn on ESLint rule prefer-boolean-length-check for toolkit and browser r=Standard8 2019-09-14 09:39:26 +00:00
InlineSpellCheckerContent.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
Integration.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
JSONFile.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
LightweightThemeConsumer.jsm Bug 1586054 - Ensure at least 70% opacity for toolbar_field_focus. r=mikedeboer 2019-10-23 10:02:53 +00:00
Log.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
NLP.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
NewTabUtils.jsm Bug 1579420 - Fix remaining ESLint no-async-promise-executor issues in browser/ and toolkit/. r=mossop 2019-09-16 17:26:58 +00:00
ObjectUtils.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
PageMenu.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
PermissionsUtils.jsm Bug 1560455 - rename CodebasePrincipal to ContentPrincipal. r=ckerschb 2019-07-08 16:37:45 +00:00
PopupNotifications.jsm Bug 1590479 - Reset notification UI state for PopupNotifications doorhangers without checkbox. r=nhnt11 2019-10-25 16:27:05 +00:00
Preferences.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
PrivateBrowsingUtils.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
ProfileAge.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
Promise-backend.js Bug 1578683 Turn on ESLint rule prefer-boolean-length-check for toolkit and browser r=Standard8 2019-09-14 09:39:26 +00:00
Promise.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
PromiseMessage.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
PromiseUtils.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
PropertyListUtils.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
RemoteController.js Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
RemoteSecurityUI.jsm Bug 1567826 - Don't mark any secureContext pages as insecure. r=nhnt11,keeler,Ehsan 2019-07-30 12:31:22 +00:00
RemoteWebProgress.jsm Bug 1510569 - Port onSecurityChange from WebProgressChild.jsm to C++; remove WebProgressChild r=Ehsan,ochameau 2019-08-28 18:55:45 +00:00
ResetProfile.jsm Bug 1583886: Fix yet more untested content windows which open chrome windows. r=nika 2019-10-07 19:47:36 +00:00
ResponsivenessMonitor.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
ServiceRequest.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
Services.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
ShortcutUtils.jsm Bug 1578683 Turn on ESLint rule prefer-boolean-length-check for toolkit and browser r=Standard8 2019-09-14 09:39:26 +00:00
Sqlite.jsm Bug 1588329 - Introduce `mozIStorageAsyncConnection::variableLimit`. r=mak 2019-10-15 21:22:57 +00:00
Timer.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
Troubleshoot.jsm bug 1594351: toolkit: include remote protocol section in about:support; r=remote-protocol-reviewers,fluent-reviewers,Gijs,flod,maja_zf 2019-11-14 13:32:41 +00:00
UpdateUtils.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
WebChannel.jsm Bug 1591212 - make webchannel work with fission, r=vladikoff,mconley 2019-11-02 00:39:35 +00:00
WindowsRegistry.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
jar.mn
moz.build Bug 1594981 - update Core::DOM* and Core::Storage* bugzilla product and component meta data in moz.build files after reorganization in bug 1594717. r=annevk 2019-11-08 12:17:57 +00:00
offlineAppCache.jsm Bug 1561435 - Format toolkit/modules/, a=automatic-formatting 2019-07-05 11:15:43 +02:00
win.xul Bug 1562642 - Part 3 - Add missing MPL2 headers in browser & toolkit r=Gijs 2019-07-10 12:03:37 +00:00