Skip to content

Instantly share code, notes, and snippets.

@ratbeard
Last active November 28, 2017 14:07
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ratbeard/a4b9125e9cfbe468d149 to your computer and use it in GitHub Desktop.
Save ratbeard/a4b9125e9cfbe468d149 to your computer and use it in GitHub Desktop.
Getting 'oh snap' on every tab, include about://flags :(
Console error:
2015-02-24 09:19:43.623 Google Chrome Helper[25925:127076] CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
Maybe this?
https://code.google.com/p/chromium/issues/detail?id=452894
Extract all --disable flags:
http://peter.sh/experiments/chromium-command-line-switches/
document.body.innerHTML.match(/(--disable-(?:[\w-]+))/g).join(' ')
'/Applications/Google Chrome.app/Contents/MacOS/Google Chrome' --disable-threaded-gpu-rasterization --disable-quic --disable-gpu --disable-display-list-2d-canvas --disable-new-avatar-menu --disable-3d-apis --disable-about-in-settings --disable-accelerated-2d-canvas --disable-accelerated-jpeg-decoding --disable-accelerated-video-decode --disable-account-consistency --disable-affiliation-based-matching --disable-answers-in-suggest --disable-app-list-dismiss-on-blur --disable-async-dns --disable-background-networking --disable-backing-store-limit --disable-blink-features --disable-blink-scheduler --disable-boot-animation --disable-breakpad --disable-bundled-ppapi-flash --disable-canvas-aa --disable-cast --disable-cast-streaming-hw-encoding --disable-click-delay --disable-client-side-phishing-detection --disable-cloud-import --disable-component-cloud-policy --disable-component-extensions-with-background-pages --disable-component-update --disable-composited-antialiasing --disable-confirmation --disable-contextual-search --disable-core-animation-plugins --disable-credit-card-scan --disable-d3d11 --disable-databases --disable-default-apps --disable-delegated-renderer --disable-demo-mode --disable-device-disabling --disable-device-discovery-notifications --disable-direct-npapi-requests --disable-direct-write --disable-directwrite-for-ui --disable-display-color-calibration --disable-display-list-2d-canvas --disable-distance-field-text --disable-domain-reliability --disable-drive-apps-in-app-list --disable-drop-sync-credential --disable-dwm-composition --disable-easy-unlock --disable-encrypted-media --disable-experimental-app-list --disable-experimental-hotwording --disable-extensions --disable-extensions-file-access-check --disable-extensions-http-throttling --disable-file-system --disable-fill-on-account-select --disable-flash-3d --disable-flash-stage3d --disable-gaia-services --disable-gesture-requirement-for-media-playback --disable-gl-drawing-for-tests --disable-gl-error-limit --disable-glsl-translator --disable-gpu --disable-gpu-compositing --disable-gpu-driver-bug-workarounds --disable-gpu-program-cache --disable-gpu-rasterization --disable-gpu-sandbox --disable-gpu-shader-disk-cache --disable-gpu-vsync --disable-gpu-watchdog --disable-hang-monitor --disable-hid-detection-on-oobe --disable-histogram-customizer --disable-hosted-app-shim-creation --disable-impl-side-painting --disable-infobar-for-protected-media-identifier --disable-infobars --disable-input-view --disable-ipv4 --disable-ipv6 --disable-java --disable-javascript-harmony-shipping --disable-kill-after-bad-ipc --disable-lcd-text --disable-legacy-window --disable-local-storage --disable-logging --disable-login-animations --disable-login-scroll-into-view --disable-low-end-device-mode --disable-low-res-tiling --disable-main-frame-before-activation --disable-manager-for-sync-signin --disable-media-source --disable-memory-pressure-chromeos --disable-method-check --disable-minimize-on-second-launcher-item-click --disable-mojo-channel --disable-namespace-sandbox --disable-network-portal-notification --disable-new-avatar-menu --disable-new-bookmark-apps --disable-new-channel-switcher-ui --disable-new-kiosk-ui --disable-new-offline-error-page --disable-new-profile-management --disable-new-zip-unpacker --disable-notifications --disable-ntp-other-sessions-menu --disable-office-editing-component-extension --disable-offline-auto-reload --disable-offline-auto-reload-visible-only --disable-offline-load-stale-cache --disable-one-copy --disable-out-of-process-pdf --disable-overlay-scrollbar --disable-overscroll-edge-effect --disable-panel-fitting --disable-password-generation --disable-password-link --disable-password-manager-reauthentication --disable-pdf-material-ui --disable-pepper-3d --disable-permissions-bubbles --disable-physical-keyboard-autocorrect --disable-pinch --disable-pinch-virtual-viewport --disable-plugins-discovery --disable-pnacl-crash-throttling --disable-policy-key-verification --disable-popup-blocking --disable-preconnect --disable-prefer-compositing-to-lcd-text --disable-prefixed-encrypted-media --disable-prerender-local-predictor --disable-print-preview --disable-prompt-on-repost --disable-pull-to-refresh-effect --disable-quic --disable-quic-pacing --disable-quic-port-selection --disable-reading-from-canvas --disable-remote-core-animation --disable-remote-fonts --disable-renderer-accessibility --disable-roboto-font-ui --disable-rollback-option --disable-save-password-bubble --disable-seccomp-filter-sandbox --disable-session-crashed-bubble --disable-settings-window --disable-setuid-sandbox --disable-shader-name-hashing --disable-shared-workers --disable-signin-scoped-device-id --disable-single-click-autofill --disable-single-thread-proxy-scheduler --disable-smart-virtual-keyboard --disable-smooth-scrolling --disable-software-rasterizer --disable-spdy-proxy-dev-auth-origin --disable-suggestions-service --disable-supervised-user-blacklist --disable-supervised-user-safesites --disable-surfaces --disable-svg1dom --disable-sync --disable-sync-app-list --disable-sync-backup --disable-sync-rollback --disable-sync-types --disable-synctypes --disable-system-fullscreen-for-testing --disable-text-blobs --disable-text-input-focus-manager --disable-threaded-animation --disable-threaded-compositing --disable-threaded-gpu-rasterization --disable-threaded-scrolling --disable-timezone-tracking-option --disable-touch-adjustment --disable-touch-drag-drop --disable-touch-editing --disable-touch-feedback --disable-translate --disable-v8-idle-tasks --disable-vaapi-accelerated-video-encode --disable-views-rect-based-targeting --disable-virtual-keyboard-overscroll --disable-voice-input --disable-volume-adjust-sound --disable-wake-on-wifi --disable-web-resources --disable-web-security --disable-webaudio --disable-webgl --disable-webrtc --disable-webrtc-encryption --disable-webrtc-hw-decoding --disable-webrtc-hw-encoding --disable-win32k-renderer-lockdown --disable-x-token --disable-zero-browsers-open-for-tests --disable-zero-suggest --disable-impl-side-painting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment