ab24a1e36d
* Introduce `net.{start|stop}Logging()`
- Slight regression right now as Electron won't automatically start logging net-logs at launch, will soon be fixed
- To implement callback for async controls
* Add `net.isLogging` & optional callback param for `net.stopLogging()`
* Fix small regression on --log-net-log
--log-net-log should work again
* Error on empty file path
* Only start with valid file path
* Remove unused var
* Allow setting log file path before URLRequestContextGetter starts logging
* Add net log tests
* Remove redundant checks
* Use brightray::NetLog
* Clean up code
* Should automatically stop listening
* 🎨 Attempt to fix styles
* Only run non-null callback
* Dump file to tmpdir
* Simplify net log spec
Spawned Electron process on Linux CI can fail to launch
* Separate netLog module
* Remove net logging test from net spec
* Add tests for netLog
* Fix header guard
* Clean up code
* Add netLog.currentlyLoggingPath
* Callback with filepath
* Add test for case when only .stopLogging() is called
* Add docs
* Reintroduce error on invalid arg
* Update copyright
* Update error message
* Juggle file path string types
|
||
---|---|---|
.. | ||
electron-module-app | ||
exit-closes-all-windows-app | ||
locale-check | ||
mixed-sandbox-app | ||
net-log | ||
quit-app | ||
relaunch | ||
singleton | ||
singleton-old | ||
allocate-memory.html | ||
beforeunload-false-prevent3.html | ||
beforeunload-false.html | ||
blank.html | ||
close-beforeunload-empty-string.html | ||
close-beforeunload-false.html | ||
close-beforeunload-undefined.html | ||
close.html | ||
crash-restart.html | ||
crash.html | ||
did-fail-load-iframe.html | ||
frame-subscriber.html | ||
isolated-preload.js | ||
isolated.html | ||
loaded-from-dataurl.js | ||
localstorage.html | ||
native-window-open-blank.html | ||
native-window-open-child.html | ||
native-window-open-cross-origin.html | ||
native-window-open-file.html | ||
native-window-open-iframe.html | ||
native-window-open-isolated-preload.js | ||
native-window-open-isolated.html | ||
native-window-open-native-addon.html | ||
native-window-open-no-allowpopups.html | ||
new-window-preload.js | ||
new-window.html | ||
offscreen-rendering.html | ||
preload.html | ||
preloads.html | ||
remote-event-handler.html | ||
render-view-deleted.html | ||
sandbox.html | ||
send-sync-message.html | ||
unload.html | ||
window-open-location-change.html | ||
window-open-location-final.html | ||
window-open-location-open.html | ||
window-open-preload.js |