CINXE.COM

devtools/client/netmonitor/src/middleware - 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/middleware - 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><span class="path-separator">/</span><a href="/mozilla-central/source/devtools/client/netmonitor/src/middleware">middleware</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/middleware/batching.js" class="mimetype-fixed-container mimetype-icon-js">batching.js</a></td> <td class="description"><a href="/mozilla-central/source/devtools/client/netmonitor/src/middleware/batching.js" title="Middleware that watches for actions with a &quot;batch = true&quot; value in their meta field. These actions are queued and dispatched as one batch after a timeout. Special actions that are handled by this middleware: - BATCH_ENABLE can be used to enable and disable the batching. - BATCH_RESET discards the actions that are currently in the queue. ">Middleware that watches for actions with a &quot;batch = true&quot; value in their meta field. These actions are queued and dispatched as one batch after a timeout. Special actions that are handled by this middleware: - BATCH_ENABLE can be used to enable and disable the batching. - BATCH_RESET discards the actions that are currently in the queue. </td> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/middleware/batching.js">3223</a></td> </tr> <tr> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/middleware/event-telemetry.js" class="mimetype-fixed-container mimetype-icon-js">event-telemetry.js</a></td> <td class="description"><a href="/mozilla-central/source/devtools/client/netmonitor/src/middleware/event-telemetry.js" title="Event telemetry middleware is responsible for logging various events to telemetry. This helps to track Network panel usage. ">Event telemetry middleware is responsible for logging various events to telemetry. This helps to track Network panel usage. </td> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/middleware/event-telemetry.js">4963</a></td> </tr> <tr> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/middleware/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/middleware/moz.build" title=""></td> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/middleware/moz.build">328</a></td> </tr> <tr> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/middleware/prefs.js" class="mimetype-fixed-container mimetype-icon-js">prefs.js</a></td> <td class="description"><a href="/mozilla-central/source/devtools/client/netmonitor/src/middleware/prefs.js" title="Update the relevant prefs when: - a column has been toggled - a filter type has been set ">Update the relevant prefs when: - a column has been toggled - a filter type has been set </td> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/middleware/prefs.js">3094</a></td> </tr> <tr> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/middleware/request-blocking.js" class="mimetype-fixed-container mimetype-icon-js">request-blocking.js</a></td> <td class="description"><a href="/mozilla-central/source/devtools/client/netmonitor/src/middleware/request-blocking.js" title="This middleware is responsible for syncing the list of blocking patterns/urls with the backed. It utilizes the NetworkCommand and `setBlockedUrls` function to sent the current list to the server every time it&#39;s been modified. ">This middleware is responsible for syncing the list of blocking patterns/urls with the backed. It utilizes the NetworkCommand and `setBlockedUrls` function to sent the current list to the server every time it&#39;s been modified. </td> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/middleware/request-blocking.js">1716</a></td> </tr> <tr> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/middleware/throttling.js" class="mimetype-fixed-container mimetype-icon-js">throttling.js</a></td> <td class="description"><a href="/mozilla-central/source/devtools/client/netmonitor/src/middleware/throttling.js" title="Network throttling middleware is responsible for updating/syncing currently connected backend according to user actions. ">Network throttling middleware is responsible for updating/syncing currently connected backend according to user actions. </td> <td><a href="/mozilla-central/source/devtools/client/netmonitor/src/middleware/throttling.js">783</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