| Commit message (Expand) | Author | Age | Files | Lines |
* | DevTools: AppendFile implementation. | loislo@chromium.org | 2012-05-02 | 2 | -7/+11 |
* | Allow customization of remote debugger URL targets. Add a new DevToolsHttpHan... | marshall@chromium.org | 2012-04-25 | 2 | -40/+58 |
* | TabContents -> WebContentsImpl, part 8. | avi@chromium.org | 2012-04-13 | 7 | -35/+34 |
* | TabContents -> WebContentsImpl, part 7. | avi@chromium.org | 2012-04-11 | 4 | -4/+4 |
* | TabContents -> WebContentsImpl, part 4. | avi@chromium.org | 2012-04-11 | 1 | -1/+1 |
* | TabContents -> WebContentsImpl, part 1. | avi@chromium.org | 2012-04-10 | 3 | -8/+5 |
* | DevTools: make Save As dialog optional for the paths that have already been s... | pfeldman@chromium.org | 2012-04-04 | 2 | -8/+10 |
* | DevTools: migrate to the generic ?ws= target schema in the remote debugging. | pfeldman@chromium.org | 2012-04-04 | 1 | -1/+1 |
* | Pick up and adjust to version of grit where default is no resource_ids file. | joi@chromium.org | 2012-04-02 | 1 | -0/+1 |
* | Revert 129818 - Pick up and adjust to version of grit where default is no res... | joi@chromium.org | 2012-03-30 | 1 | -1/+0 |
* | Pick up and adjust to version of grit where default is no resource_ids file. | joi@chromium.org | 2012-03-30 | 1 | -0/+1 |
* | DevTools: use proper URLRequestContextGetter in remote debugging proxy. | pfeldman@chromium.org | 2012-03-29 | 2 | -4/+15 |
* | Revert 129619 - Pick up and adjust to version of grit where default is no res... | joi@chromium.org | 2012-03-29 | 1 | -1/+0 |
* | Pick up and adjust to version of grit where default is no resource_ids file. | joi@chromium.org | 2012-03-29 | 1 | -0/+1 |
* | Rename and move TestTabContents to content::TestWebContents. | joi@chromium.org | 2012-03-23 | 1 | -2/+1 |
* | Add abstractions that let embedders drive tests of WebContents, without expos... | joi@chromium.org | 2012-03-22 | 1 | -2/+3 |
* | DevTools: convert about:workers into about:inspect | pfeldman@chromium.org | 2012-03-21 | 1 | -1/+0 |
* | DevTools: allow remote debugging any RenderViewHost. | pfeldman@chromium.org | 2012-03-16 | 2 | -87/+92 |
* | JSONWriter cleanup: integrate pretty print into write options. | ericdingle@chromium.org | 2012-03-16 | 1 | -1/+3 |
* | Introduce abstractions to allow embedders to test RenderViewHost | joi@chromium.org | 2012-03-12 | 1 | -3/+4 |
* | DevTools: provide a way for browser process to log into the renderer's tools ... | pfeldman@chromium.org | 2012-03-12 | 4 | -16/+26 |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 3 | -3/+4 |
* | Move Render(Widget|View)HostImpl to files with _impl in filename. | joi@chromium.org | 2012-03-06 | 3 | -3/+3 |
* | Convert uses of int ms to TimeDelta in content/browser/debugger. | tedvessenes@gmail.com | 2012-03-05 | 1 | -5/+5 |
* | Extract minimal RenderViewHost interface for embedders, leaving | joi@chromium.org | 2012-03-05 | 3 | -18/+24 |
* | Remove the ChromeNetLog observer classes, using NetLog::ThreadSafeObserver | mmenke@chromium.org | 2012-02-29 | 2 | -11/+11 |
* | Enable devtools via context menu in platform apps and popup extensions. | benwells@chromium.org | 2012-02-09 | 1 | -0/+9 |
* | Create a content public browser API around the ChildProcessSecurityPolicy cla... | ananta@chromium.org | 2012-02-09 | 1 | -3/+5 |
* | Hide WorkerProcessHost from chrome. | jam@chromium.org | 2012-02-01 | 2 | -18/+9 |
* | DevTools: add remote debugging capabilities to content_shell. | pfeldman@chromium.org | 2012-01-27 | 1 | -27/+28 |
* | DevTools: refactor remote debugging server to enable content_shell debugging. | pfeldman@chromium.org | 2012-01-26 | 5 | -51/+149 |
* | This reverts r119230 that broke few builders. | pfeldman@chromium.org | 2012-01-26 | 5 | -144/+51 |
* | DevTools: refactor remote debugging server to enable content_shell debugging. | pfeldman@chromium.org | 2012-01-26 | 5 | -51/+144 |
* | Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leaky | fischman@chromium.org | 2012-01-26 | 2 | -17/+8 |
* | Define the public interface for content browser SiteInstance. This interface ... | ananta@chromium.org | 2012-01-25 | 1 | -1/+1 |
* | DevTools: open resources in the front-end's browser, not the agent's browser. | pfeldman@chromium.org | 2012-01-23 | 2 | -0/+7 |
* | Add a Content API around BrowserChildProcessHost, similar to what was done wi... | jam@chromium.org | 2012-01-20 | 2 | -10/+10 |
* | DevTools: look up client hosts for the given tab contents while navigating. | pfeldman@chromium.org | 2012-01-20 | 3 | -17/+25 |
* | Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ... | jam@chromium.org | 2012-01-20 | 2 | -10/+10 |
* | Add a Content API around BrowserChildProcessHost, similar to what was done wi... | jam@chromium.org | 2012-01-20 | 2 | -10/+10 |
* | Hide BrowsingInstance from all but SiteInstance, as intended by design. | joi@chromium.org | 2012-01-18 | 1 | -2/+1 |
* | Sort tabs by the last selected time on thr remote debugging landing page. | mnaganov@chromium.org | 2012-01-17 | 1 | -1/+8 |
* | Get rid of unnecessary accessors in BrowserProcessHost that were transitional... | jam@chromium.org | 2012-01-13 | 1 | -6/+7 |
* | Get rid of a bunch of tab_contents.h includes from chrome. These are all triv... | jam@chromium.org | 2012-01-04 | 6 | -13/+15 |
* | Create an API around WorkerService that chrome consumes. Rename the existing ... | jam@chromium.org | 2011-12-29 | 3 | -5/+4 |
* | TBR=jam | pfeldman@chromium.org | 2011-12-29 | 2 | -0/+7 |
* | Convert all of the WebContentsDelegate to use WebContents instead of TabConte... | jam@chromium.org | 2011-12-28 | 1 | -1/+2 |
* | Convert a few methods in NavigationController to return a content::Navigation... | jam@chromium.org | 2011-12-28 | 1 | -2/+3 |
* | Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ... | jam@chromium.org | 2011-12-27 | 1 | -1/+2 |
* | Added command line flag for enabling DevTools experiments. | vsevik@chromium.org | 2011-12-27 | 1 | -5/+7 |