Skip to content

Instantly share code, notes, and snippets.

Understanding how DevTools multiprocess architecture works.

 ________________________________________________________________________________________
|                                   Parent process                                       |
|----------------------------------------------------------------------------------------|
|  DebuggerServer (devtools/server/main.js)                                              |
|  \                                                                                     |
|    - Globally Scope Actors                                                             |
|      - PreferenceActor                                                                 |
# HG changeset patch
# User Gabriel Luong <gabriel.luong@gmail.com>
# Parent be2f3a1cf765ccdc098f7b770d68cd68e689ca6a
diff --git a/devtools/client/inspector/inspector.xhtml b/devtools/client/inspector/inspector.xhtml
--- a/devtools/client/inspector/inspector.xhtml
+++ b/devtools/client/inspector/inspector.xhtml
@@ -7,16 +7,17 @@
<?xml-stylesheet href="chrome://devtools/skin/widgets.css" type="text/css"?>
<?xml-stylesheet href="chrome://devtools/skin/inspector.css" type="text/css"?>
@gabrielluong
gabrielluong / hack.sh
Created April 10, 2012 04:36 — forked from erikh/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#