Paul Irish
Paul Irish
We ran into an issue on Lighthouse which took a long time to debug. We were seeing "404: Not found" when bundlesize ran on travis. Turns out Github sometimes returns...
Captured these notes recently.. Dumping them here until we find a better place. ### devtools modules overview - **common** - common utils - **ui** - common ui you can build...
I wrote this patch a year ago. It's not very good quality, but I think it worked. Fiddler was missing the page entry. I would not merge this PR directly,...
trying this out today and was seeing some problems: ```sh ❯ yarn generate-crdp yarn generate-crdp v1.0.1 $ tsc -p src/tsconfig.json && node out/protocolToCrdp.js src/protocolToCrdp.ts(1,22): error TS6053: File '~/code/temp/chrome-remote-debug-protocol/typings/index.d.ts' not found....
scripts available here http://www.modernizr.com/
I believe this project may not be necessary any longer: https://developers.google.com/web/updates/2017/10/devtools-release-notes#multi-client Give it a whirl and file bugs if there are any inconsistencies.
it's faster and doesn't throw JS VM's into unoptimized states.
https://source.chromium.org/chromium/chromium/src/+/master:components/network_session_configurator/common/network_switch_list.h defines a few switches but they're not listed in https://peter.sh/experiments/chromium-command-line-switches/ I see the the .cc is listed in the blocklist: https://github.com/beverloo/peter.sh/blob/master/services/services/command-line-flags/blacklist.txt but ideally the switches defined in the header...
It fails on Chrome on Android at least. Got a blinking cursor but no new text is added as the cursor moves. no effects.