HomeSort by relevance Sort by last modified time
    Searched full:devtools (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/chromium/chrome/browser/debugger/
devtools_client_host.h 20 // Describes interface for managing devtools clients from browser process. There
21 // are currently two types of clients: devtools windows and TCP socket
36 // This method is called when tab inspected by this devtools client is
40 // This method is called when tab inspected by this devtools client is
44 // Sends the message to the devtools client hosted by this object.
60 // Should be called when the devtools client is going to die and this
devtools_sanity_unittest.cc 51 const char kDebuggerTestPage[] = "files/devtools/debugger_test_page.html";
52 const char kHeapProfilerPage[] = "files/devtools/heap_profiler.html";
54 "files/devtools/pause_when_loading_devtools.html";
56 "files/devtools/pause_when_script_is_running.html";
58 "files/devtools/page_with_content_script.html";
94 FAIL() << "DevTools front-end is broken.";
127 // Wait only when DevToolsWindow has a browser. For docked DevTools, this
164 // Base class for DevTools tests that test devtools functionality for
171 test_extensions_dir_ = test_extensions_dir_.AppendASCII("devtools");
    [all...]
devtools_manager.h 75 // Starts element inspection in the devtools client.
117 // Returns RenderViewHost for the tab that is inspected by devtools
142 // their DevToolsClientHosts. They are useful for routing devtools messages
143 // and allow us to have at most one devtools client host per tab.
devtools_manager_unittest.cc 86 // Test that just registered devtools host is returned.
91 // Test that the same devtools host is returned.
devtools_http_protocol_handler.cc 147 size_t pos = info.path.find("/devtools/");
153 // Proxy static files from chrome-devtools://devtools/*.
159 // Make sure DevTools data source is registered.
163 GURL("chrome-devtools:/" + info.path), this);
312 StringPrintf("ws://%s/devtools/page/%d",
317 StringPrintf("http://%s/devtools/devtools.html?page=%d",
331 std::string prefix = "/devtools/page/";
463 overriden_frontend_url_ = "/devtools/devtools.html"
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
dev_tools_controller.h 20 // A class that handles updates of the devTools view within a browser window.
21 // It swaps in the relevant devTools contents for a given TabContents or removes
22 // the view, if there's no devTools contents to show.
25 // A view hosting docked devTools contents.
28 // Manages currently displayed devTools contents.
47 // Call when the devTools view is properly sized and the render widget host view
dev_tools_controller.mm 71 // Get current devtools content.
110 // If devtools are already visible, keep the current size.
125 // Store split offset when hiding devtools window only.
142 // but I can't figure out how to use it. Manually resize web and devtools.
162 // Return NO for the devTools view to indicate that it should not be resized
  /external/chromium/chrome/browser/debugger/manual_tests/
debugger-exception-on-load.html 5 <p>To test, open the DevTools (Ctrl+Shift+I) and reload the page. You should see this file and execution line in the Scripts panel.</p>
highlight-source-line.html 1 <p>To test, open the DevTools and reload this page. Then open the Console and click the link for the markup error. You should see the line containing the error briefly highlighted in the source view.</p>
profiler-test-re-opening.html 3 <title>Profiler: test profiles population on DevTools re-opening</title>
20 <li>open DevTools with console (Ctrl+Shift+I on Win/Linux, Command+Option+I on Mac);
28 <li>close DevTools window;
29 <li>re-open DevTools window;
debugger-pause-on-else-statements.html 13 <p>To test, open the DevTools (Ctrl+Shift+I) and reload the page. When the debugger breaks, select the (anonymous function) node
debugger-pause-on-for-in-statements.html 13 <p>To test, open the DevTools (Ctrl+Shift+I) and reload the page. When the debugger breaks, select
debugger-pause-on-for-statements.html 11 <p>To test, open the DevTools (Ctrl+Shift+I) and reload the page. When the debugger breaks, select the
debugger-execution-while-paused.html 13 <p>To test, open the DevTools (Ctrl+Shift+I) and reload the page. Set a break point inside the stepOne() function.
console-call-line-numbers.html 13 <p>To test, open the DevTools's Console (Ctrl+Shift+J) and verify that all console messages have correct
profiler-test-console-control.html 20 <li>open DevTools with console (Ctrl+Shift+I on Win/Linux, Command+Option+I on Mac);
debugger-fake-workers.html 85 <li id="s1">Open DevTools, Scripts Panel; Tick Debug on Workers sidebar.</li>
92 <li id="s8">Try causing an error in worker, observe it's logged in DevTools console and in test console below.
  /external/chromium/chrome/browser/extensions/
extension_devtools_browsertest.h 13 // Subclass of ExtensionBrowserTest that enables the devtools
extension_devtools_events.cc 16 static const char kDevToolsEventPrefix[] = "devtools.";
23 // We only care about events of the form "devtools.34.*", where 34 is
extension_devtools_events.h 13 // Static utility functions for dealing with extension devtools event names.
19 // Checks if an event name is a magic devtools event name. If so,
  /external/webkit/Source/WebKit/chromium/
WebKit.gypi 33 # List of DevTools source files, ordered by dependencies. It is used both
34 # for copying them to resource dir, and for generating 'devtools.html' file.
36 'src/js/DevTools.js',
40 'src/js/devTools.css',
  /external/webkit/Source/WebKit/chromium/src/js/
DevTools.js 34 * DevTools frontend together. It is also responsible for overriding existing
55 var devtools = devtools || {};
57 devtools.domContentLoaded = function()
63 document.addEventListener("DOMContentLoaded", devtools.domContentLoaded, false);
173 chrome.devTools = chrome.devTools || {};
175 chrome.devTools[property] = webInspector[property];
  /external/chromium/chrome/browser/ui/webui/
devtools_ui.cc 22 return GURL(std::string("chrome-devtools://devtools/") + path)
62 " with --debug-devtools.";
  /external/chromium/chrome/common/extensions/docs/static/
tut_debugging.html 84 <img src="images/devtools-1.gif" alt=""
120 <img src="images/devtools-2.gif" alt=""
156 <img src="images/devtools-localvars.gif" alt=""
176 <img src="images/devtools-3.gif"
249 Follow the <a href="http://www.chromium.org/devtools/google-chrome-developer-tools-tutorial">Developer Tools tutorial</a>,
251 <a href="http://www.chromium.org/devtools">Developer Tools site</a>,
experimental.webInspector.panels.html 45 <img src="images/devtools-panels.png"
48 alt="Extension icon panel on DevTools toolbar" />

Completed in 739 milliseconds

1 2 3 4 5