electron/brightray/browser
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
..
mac Add InspectableWebContents 2013-03-14 09:05:42 -04:00
browser_client.cc Initial commit 2013-03-13 15:31:24 -04:00
browser_client.h Use Google-style header guards everywhere 2013-03-13 15:42:16 -04:00
browser_context.cc Store the disk cache in an app-specific location 2013-03-13 16:45:00 -04:00
browser_context.h Use Google-style header guards everywhere 2013-03-13 15:42:16 -04:00
browser_main_parts.cc Add InspectableWebContents 2013-03-14 09:05:42 -04:00
browser_main_parts.h Add InspectableWebContents 2013-03-14 09:05:42 -04:00
browser_main_parts_mac.mm Initial commit 2013-03-13 15:31:24 -04:00
devtools_delegate.cc Add InspectableWebContents 2013-03-14 09:05:42 -04:00
devtools_delegate.h Add InspectableWebContents 2013-03-14 09:05:42 -04:00
devtools_frontend.cc Add InspectableWebContents 2013-03-14 09:05:42 -04:00
devtools_frontend.h Add InspectableWebContents 2013-03-14 09:05:42 -04:00
inspectable_web_contents.cc Add InspectableWebContents 2013-03-14 09:05:42 -04:00
inspectable_web_contents.h Add InspectableWebContents 2013-03-14 09:05:42 -04:00
inspectable_web_contents_impl.cc Add InspectableWebContents 2013-03-14 09:05:42 -04:00
inspectable_web_contents_impl.h Add InspectableWebContents 2013-03-14 09:05:42 -04:00
inspectable_web_contents_view.h Add InspectableWebContents 2013-03-14 09:05:42 -04:00
inspectable_web_contents_view_mac.h Add InspectableWebContents 2013-03-14 09:05:42 -04:00
inspectable_web_contents_view_mac.mm Add InspectableWebContents 2013-03-14 09:05:42 -04:00
network_delegate.cc Initial commit 2013-03-13 15:31:24 -04:00
network_delegate.h Use Google-style header guards everywhere 2013-03-13 15:42:16 -04:00
url_request_context_getter.cc Initial commit 2013-03-13 15:31:24 -04:00
url_request_context_getter.h Use Google-style header guards everywhere 2013-03-13 15:42:16 -04:00