summaryrefslogtreecommitdiffstats
path: root/chrome/browser/debugger
Commit message (Expand)AuthorAgeFilesLines
* DevTools: migrate devtools window to the InspectorFrontendAPI.pfeldman@chromium.org2012-04-051-5/+5
* Honor window size for chrome.windows.create when parent window is maximized.aa@chromium.org2012-04-041-1/+2
* DevTools: make Save As dialog optional for the paths that have already been s...pfeldman@chromium.org2012-04-046-169/+260
* DevTools: use proper URLRequestContextGetter in remote debugging proxy.pfeldman@chromium.org2012-03-293-9/+4
* DevTools: allow remote debugging any RenderViewHost.pfeldman@chromium.org2012-03-162-71/+1
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-161-1/+1
* Marking DevToolsSanityTest with FAILS on mac.marja@chromium.org2012-03-141-3/+14
* Synchronize page thumbnails before serving remote debugging landing page.mnaganov@chromium.org2012-03-131-0/+20
* DevTools: provide a way for browser process to log into the renderer's tools ...pfeldman@chromium.org2012-03-121-11/+27
* Allow remote debugging of all WebContents instances.flackr@chromium.org2012-03-122-5/+70
* Move LoadNotificationDetails to content/public/browser and put it in the cont...tfarina@chromium.org2012-03-111-1/+1
* Convert uses of int ms to TimeDelta in chrome/browser and net (second try).tedvessenes@gmail.com2012-03-081-2/+2
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-073-12/+18
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-062-2/+2
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-052-3/+4
* Revert 124890 - Convert uses of int ms to TimeDelta in chrome/browser and net.rsleevi@chromium.org2012-03-041-2/+2
* Convert uses of int ms to TimeDelta in chrome/browser and net.tedvessenes@gmail.com2012-03-041-2/+2
* DevTools: make inspect mode shortcut force opening devtools.pfeldman@chromium.org2012-02-291-1/+3
* Add a test for extension messaging within DevTools extensions.caseq@google.com2012-02-281-0/+8
* Add an API around SessionStorageNamespace. This is just an empty API, what ma...jam@chromium.org2012-02-241-1/+0
* Disable newly failing test on debug buildsscottbyer@chromium.org2012-02-211-0/+3
* Flakiness cleanup: disable flaky tests under chrome/browser/evan@chromium.org2012-02-151-1/+2
* Unskip DevTools testvsevik@chromium.org2012-02-151-2/+1
* Flakiness cleanup: disable flaky tests under chrome/browser/evan@chromium.org2012-02-141-6/+4
* Mark DevToolsExtensionTest.TestContentScriptIsPresent as flaky.rvargas@google.com2012-02-141-1/+1
* Revert 121787 - Mark DevToolsExtensionTest.TestContentScriptIsPresent as flaky.rvargas@google.com2012-02-141-4/+2
* Mark DevToolsExtensionTest.TestContentScriptIsPresent as flaky.rvargas@google.com2012-02-141-2/+4
* Hide WorkerProcessHost from chrome.jam@chromium.org2012-02-011-43/+23
* Enable tests again after V8 roll.mstarzinger@chromium.org2012-01-301-2/+1
* DevTools: refactor remote debugging server to enable content_shell debugging.pfeldman@chromium.org2012-01-264-8/+20
* This reverts r119230 that broke few builders.pfeldman@chromium.org2012-01-264-20/+8
* DevTools: refactor remote debugging server to enable content_shell debugging.pfeldman@chromium.org2012-01-264-8/+20
* Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leakyfischman@chromium.org2012-01-262-5/+3
* Disable a DevToolsSanityTest that times outrlarocque@chromium.org2012-01-251-2/+3
* Unskip test after fix.vsevik@chromium.org2012-01-251-7/+1
* DevTools: open resources in the front-end's browser, not the agent's browser.pfeldman@chromium.org2012-01-232-0/+21
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-12/+10
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-201-10/+12
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-12/+10
* Disable tests asserting in V8.alokp@chromium.org2012-01-181-1/+2
* Move RenderViewHostDelegate to content/public and content namespace.joi@chromium.org2012-01-181-2/+2
* Rename TabContentsView to WebContentsView and move to content/public.joi@chromium.org2012-01-181-1/+1
* Hide BrowsingInstance from all but SiteInstance, as intended by design.joi@chromium.org2012-01-181-1/+0
* Get rid of unnecessary accessors in BrowserProcessHost that were transitional...jam@chromium.org2012-01-131-4/+4
* Cleanup extension permissions module.jstritar@chromium.org2012-01-061-1/+2
* Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc...jam@chromium.org2012-01-061-21/+21
* Mark DevToolsSanityTest.TestShowScriptsTab flaky on Windows.asvitkine@chromium.org2012-01-051-2/+8
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-043-4/+4
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-042-6/+8
* Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.jam@chromium.org2012-01-041-4/+6