Skip to content

Instantly share code, notes, and snippets.

@dominiccooney
Created May 18, 2012 07:55
Show Gist options
  • Save dominiccooney/2723840 to your computer and use it in GitHub Desktop.
Save dominiccooney/2723840 to your computer and use it in GitHub Desktop.
WebKit Tips
Run DumpRenderTree the way new-run-webkit-tests Does It
See Tools/Scripts/webkitpy/layout_tests/port/driver.py, Driver._start <http://code.google.com/searchframe#OAMlx_jo-ck/src/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver.py&type=cs&l=273>
Debug GC Issues in Chrome
Run Chrome with:
--js-flags=--expose_gc
and use
gc()
to invoke the GC.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment