CINXE.COM

devtools/client/netmonitor/src - mozsearch

<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="utf-8"> <meta name="color-scheme" content="light dark"> <link href="/mozilla-central/static/icons/search.png" rel="shortcut icon"> <title>devtools/client/netmonitor/src - mozsearch</title> <link href="/mozilla-central/static/css/mozsearch.css" rel="stylesheet" media="screen"/> <link href="/mozilla-central/static/css/icons.css" rel="stylesheet" media="screen" /> <link href="/mozilla-central/static/css/font-icons.css" rel="stylesheet" media="screen" /> </head> <body> <div id="fixed-header"> <form method="get" action="/mozilla-central/search" class="search-box" id="search-box"> <fieldset> <div id="query-section"> <label for="query" class="query_label visually-hidden">Find</label> <input type="text" name="q" value="" maxlength="2048" id="query" accesskey="s" title="Search" placeholder="Search mozilla-central" autocomplete="off" /> <div class="zero-size-container"> <div class="bubble" id="query-bubble"> </div> </div> <section id="spinner"></section> </div> <div id="option-section" class="v-flex-container"> <label for="case"> <input type="checkbox" name="case" id="case" class="option-checkbox" value="true" accesskey="c" /><span class="access-key">C</span>ase-sensitive </label> <label for="regexp"> <input type="checkbox" name="regexp" id="regexp" class="option-checkbox" value="true" accesskey="r"/><span class="access-key">R</span>egexp search </label> </div> <div id="path-section"> <label for="path" class="query_label visually-hidden">Path</label> <input type="text" name="path" value="" maxlength="2048" id="path" accesskey="s" title="Search" placeholder="Path filter (supports globbing and ^, $)" autocomplete="off" /> <div class="zero-size-container"> <div class="bubble" id="path-bubble"> </div> </div> </div> </fieldset> <!-- We're marking this disabled in order to avoid the user pressing enter triggering the default submit behavior and conflicting with our dynamic logic. --> <input type="submit" value="Search" disabled class="visually-hidden" /> <span id="data" data-root="/" data-search="/mozilla-central/search" data-tree="mozilla-central"></span> </form> </div> <div id="scrolling"> <div id="content" class="content" data-no-results="No results for current query."> <div class="breadcrumbs"> <a href="/mozilla-central/source/">mozilla-central</a><button id="tree-switcher" title="Open tree switcher menu" aria-expanded="false" aria-haspopup="true" aria-controls="tree-switcher-menu"></button><div id="tree-switcher-menu" title="Tree switcher" role="menu" class="context-menu" style="display: none"></div><span class="path-separator">/</span><a href="/mozilla-central/source/devtools">devtools</a><span class="path-separator">/</span><a href="/mozilla-central/source/devtools/client">client</a><span class="path-separator">/</span><a href="/mozilla-central/source/devtools/client/netmonitor">netmonitor</a><span class="path-separator">/</span><a href="/mozilla-central/source/devtools/client/netmonitor/src">src</a> </div> <div class="panel" id="panel"> <button id="panel-toggle"> <span class="navpanel-icon icon-down-dir" aria-hidden="false"></span> Navigation <a id="show-settings" title="Go to settings page" href="/mozilla-central/pages/settings.html"><span class="navpanel-icon icon-cog expanded" aria-hidden="false"></span></a> </button> <section id="panel-content" aria-expanded="false" aria-hidden="true" style="display: none;"> <label class="panel-accel"><input type="checkbox" id="panel-accel-enable" checked="checked">Enable keyboard shortcuts</label> </section> </div> <table class="folder-content"> <thead> <tr> <th scope="col">Name</th> <th scope="col">Description</th> <th scope="col">Size</th> </tr> </thead> <tbody> <tr> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/actions" class="mimetype-fixed-container mimetype-icon-folder">actions</a></td> <td class="description"><a href="/mozilla-central/source/devtools/client/netmonitor/src/actions" title=""></td> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/actions"></a></td> </tr> <tr> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/api.js" class="mimetype-fixed-container mimetype-icon-js">api.js</a></td> <td class="description"><a href="/mozilla-central/source/devtools/client/netmonitor/src/api.js" title="API object for NetMonitor panel (like a facade). This object can be consumed by other panels, WebExtension API, etc. This object doesn&#39;t depend on the panel UI and can be created and used even if the Network panel UI doesn&#39;t exist. ">API object for NetMonitor panel (like a facade). This object can be consumed by other panels, WebExtension API, etc. This object doesn&#39;t depend on the panel UI and can be created and used even if the Network panel UI doesn&#39;t exist. </td> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/api.js">5830</a></td> </tr> <tr> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/app.js" class="mimetype-fixed-container mimetype-icon-js">app.js</a></td> <td class="description"><a href="/mozilla-central/source/devtools/client/netmonitor/src/app.js" title="Global App object for Network panel. This object depends on the UI and can&#39;t be created independently. This object can be consumed by other panels (e.g. Console is using inspectRequest), by the Launchpad (bootstrap), etc. @param {Object} api An existing API object to be reused. ">Global App object for Network panel. This object depends on the UI and can&#39;t be created independently. This object can be consumed by other panels (e.g. Console is using inspectRequest), by the Launchpad (bootstrap), etc. @param {Object} api An existing API object to be reused. </td> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/app.js">4147</a></td> </tr> <tr> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/assets" class="mimetype-fixed-container mimetype-icon-folder">assets</a></td> <td class="description"><a href="/mozilla-central/source/devtools/client/netmonitor/src/assets" title=""></td> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/assets"></a></td> </tr> <tr> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/components" class="mimetype-fixed-container mimetype-icon-folder">components</a></td> <td class="description"><a href="/mozilla-central/source/devtools/client/netmonitor/src/components" title=""></td> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/components"></a></td> </tr> <tr> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/connector" class="mimetype-fixed-container mimetype-icon-folder">connector</a></td> <td class="description"><a href="/mozilla-central/source/devtools/client/netmonitor/src/connector" title=""></td> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/connector"></a></td> </tr> <tr> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/constants.js" class="mimetype-fixed-container mimetype-icon-js">constants.js</a></td> <td class="description"><a href="/mozilla-central/source/devtools/client/netmonitor/src/constants.js" title=""></td> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/constants.js">14938</a></td> </tr> <tr> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/create-store.js" class="mimetype-fixed-container mimetype-icon-js">create-store.js</a></td> <td class="description"><a href="/mozilla-central/source/devtools/client/netmonitor/src/create-store.js" title="Configure state and middleware for the Network monitor tool. ">Configure state and middleware for the Network monitor tool. </td> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/create-store.js">4510</a></td> </tr> <tr> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/har" class="mimetype-fixed-container mimetype-icon-folder">har</a></td> <td class="description"><a href="/mozilla-central/source/devtools/client/netmonitor/src/har" title=""></td> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/har"></a></td> </tr> <tr> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/middleware" class="mimetype-fixed-container mimetype-icon-folder">middleware</a></td> <td class="description"><a href="/mozilla-central/source/devtools/client/netmonitor/src/middleware" title=""></td> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/middleware"></a></td> </tr> <tr> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/moz.build" class="mimetype-fixed-container mimetype-icon-build">moz.build</a></td> <td class="description"><a href="/mozilla-central/source/devtools/client/netmonitor/src/moz.build" title=""></td> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/moz.build">458</a></td> </tr> <tr> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/reducers" class="mimetype-fixed-container mimetype-icon-folder">reducers</a></td> <td class="description"><a href="/mozilla-central/source/devtools/client/netmonitor/src/reducers" title=""></td> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/reducers"></a></td> </tr> <tr> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/selectors" class="mimetype-fixed-container mimetype-icon-folder">selectors</a></td> <td class="description"><a href="/mozilla-central/source/devtools/client/netmonitor/src/selectors" title=""></td> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/selectors"></a></td> </tr> <tr> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/utils" class="mimetype-fixed-container mimetype-icon-folder">utils</a></td> <td class="description"><a href="/mozilla-central/source/devtools/client/netmonitor/src/utils" title=""></td> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/utils"></a></td> </tr> <tr> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/widgets" class="mimetype-fixed-container mimetype-icon-folder">widgets</a></td> <td class="description"><a href="/mozilla-central/source/devtools/client/netmonitor/src/widgets" title=""></td> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/widgets"></a></td> </tr> <tr> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/workers" class="mimetype-fixed-container mimetype-icon-folder">workers</a></td> <td class="description"><a href="/mozilla-central/source/devtools/client/netmonitor/src/workers" title=""></td> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/workers"></a></td> </tr> </tbody> </table> </div> <script src="/tree-list.js"></script> <script src="/mozilla-central/static/js/settings.js"></script> <script src="/mozilla-central/static/js/search.js"></script> <script src="/mozilla-central/static/js/context-menu.js"></script> <script src="/mozilla-central/static/js/panel.js"></script> <script src="/mozilla-central/static/js/code-highlighter.js"></script> <footer class="footer"> This page was generated by Searchfox: <a href="https://github.com/mozsearch/mozsearch">source code repository</a> | <a href="https://github.com/mozsearch/mozsearch-mozilla">configuration repository</a> | <a href="https://bugzilla.mozilla.org/buglist.cgi?product=Webtools&component=Searchfox&resolution=---">see open bugs</a> | <a href="https://bugzilla.mozilla.org/enter_bug.cgi?product=Webtools&component=Searchfox">file a new bug</a> </footer> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10