summaryrefslogtreecommitdiffstats
path: root/chrome/browser/debugger
Commit message (Expand)AuthorAgeFilesLines
* Moves methods for finding browsers to browser_finder.sky@chromium.org2012-05-161-0/+1
* Fix new -Wnull-conversion violations detected by a newer clang.thakis@chromium.org2012-05-161-1/+1
* Run the devtools sanity tests as a browser_test instead of interactive_ui_tes...jam@chromium.org2012-05-151-0/+0
* browser: Rename Browser::tabstrip_model to Browser::tab_strip_model.tfarina@chromium.org2012-05-121-6/+6
* browser: Move the tabs directory into ui.tfarina@chromium.org2012-05-111-1/+1
* Reenable passing DevToolsSanityTest testvsevik@chromium.org2012-05-111-1/+1
* browser: Remove tab handler concept.tfarina@chromium.org2012-05-061-1/+1
* Revert 135175 - Revert 135164 - Cleanup of browser_test harness.jam@chromium.org2012-05-031-2/+0
* Revert 135164 - Cleanup of browser_test harness.mmenke@chromium.org2012-05-031-0/+2
* Cleanup of browser_test harness.jam@chromium.org2012-05-031-2/+0
* DevTools: AppendFile implementation.loislo@chromium.org2012-05-024-7/+51
* RefCounted types should not have public destructors, chrome/browser/ part 6rsleevi@chromium.org2012-04-271-1/+6
* Remove EPM:all_hosts_ and use all_extension_views_ instead.benwells@chromium.org2012-04-261-8/+9
* WebKit roll 114621:114660dimich@chromium.org2012-04-191-2/+4
* TabContents -> WebContentsImpl, part 18.avi@chromium.org2012-04-171-1/+1
* Move notifications used only in chrome/ out of content/.avi@chromium.org2012-04-161-2/+2
* TabContents -> WebContentsImpl, part 8.avi@chromium.org2012-04-132-7/+7
* 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