electron/brightray/common
Adam Roben b2a79856ef Add InspectableWebContents
This class can be used to create a content::WebContents that can be inspected
by the Chrome Dev Tools. This requires embedding applications to copy
content_shell.pak into their resource bundle.

Right now the dev tools are always docked to the bottom of the view; we don't
yet support undocking or changing the docked side.

Fixes #1.
2013-03-14 09:05:42 -04:00
..
application_name.h Store the disk cache in an app-specific location 2013-03-13 16:45:00 -04:00
application_name_mac.mm Store the disk cache in an app-specific location 2013-03-13 16:45:00 -04:00
content_client.cc Add InspectableWebContents 2013-03-14 09:05:42 -04:00
content_client.h Add InspectableWebContents 2013-03-14 09:05:42 -04:00
main_delegate.cc Add InspectableWebContents 2013-03-14 09:05:42 -04:00
main_delegate.h Add InspectableWebContents 2013-03-14 09:05:42 -04:00
main_delegate_mac.mm Add InspectableWebContents 2013-03-14 09:05:42 -04:00