| Commit message (Expand) | Author | Age | Files | Lines |
* | RefCounted types should not have public destructors, delegate cleanup | rsleevi@chromium.org | 2012-06-26 | 1 | -0/+3 |
* | Remove message_loop_helpers.h and update the includes to point to the new loc... | tfarina@chromium.org | 2012-06-20 | 1 | -1/+1 |
* | Moving LoadFromMemoryCacheDetails to content/public/browser and making it a s... | shishir@chromium.org | 2012-06-20 | 2 | -10/+11 |
* | Refactor the guts of ResourceDispatcherHostImpl into a new class named | darin@chromium.org | 2012-06-14 | 1 | -5/+4 |
* | Inherits SupportsWeakPtr<T> instead of having WeakPtrFactory<T> | toyoshim@chromium.org | 2012-05-31 | 6 | -6/+6 |
* | Use WeakPtr for passing SSLErrorHandler::Delegate to SSLManager. | toyoshim@chromium.org | 2012-05-17 | 6 | -23/+30 |
* | Show the "cannot proceed" text only when appropriate. | palmer@chromium.org | 2012-05-16 | 2 | -8/+14 |
* | TabContents -> WebContentsImpl, part 13. | avi@chromium.org | 2012-04-16 | 1 | -2/+2 |
* | TabContents -> WebContentsImpl, part 14. | avi@chromium.org | 2012-04-16 | 3 | -6/+5 |
* | TabContents -> WebContentsImpl, part 12. | avi@chromium.org | 2012-04-13 | 1 | -3/+3 |
* | TabContents -> WebContentsImpl, part 7. | avi@chromium.org | 2012-04-11 | 3 | -3/+3 |
* | TabContents -> WebContentsImpl, part 3. | avi@chromium.org | 2012-04-10 | 4 | -5/+5 |
* | TabContents -> WebContentsImpl, part 1. | avi@chromium.org | 2012-04-10 | 1 | -3/+3 |
* | Move ResourceRequestDetails to content/public/browser and put in the content ... | tfarina@chromium.org | 2012-03-19 | 2 | -11/+13 |
* | Factor out ResourceDispatcherHost dependent code around SSLManager | toyoshim@chromium.org | 2012-03-13 | 6 | -62/+90 |
* | Remove ProvisionalLoadDetails struct and notification, since WebContentsObser... | jam@chromium.org | 2012-03-12 | 1 | -6/+0 |
* | Add content/public/browser/resource_dispatcher_host.h | darin@chromium.org | 2012-03-12 | 7 | -33/+38 |
* | Add ResourceRequestInfo. | darin@chromium.org | 2012-03-07 | 3 | -14/+15 |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 1 | -0/+1 |
* | Move Render(Widget|View)HostImpl to files with _impl in filename. | joi@chromium.org | 2012-03-06 | 2 | -3/+3 |
* | Extract minimal RenderViewHost interface for embedders, leaving | joi@chromium.org | 2012-03-05 | 1 | -3/+3 |
* | Fix ExpiredCertAndGoBackTests. | vandebo@chromium.org | 2012-02-28 | 1 | -2/+2 |
* | Display an interstitial for weak key errors. | agl@chromium.org | 2012-02-15 | 1 | -0/+1 |
* | Add extra data to BrowserContext so that content layer and other embedders ca... | jam@chromium.org | 2012-02-15 | 3 | -33/+15 |
* | Remove knowledge about SSLClientAuthHandler from chrome. Instead a callback i... | jam@chromium.org | 2012-02-13 | 6 | -227/+4 |
* | Remove ssl_host_state.h dependency from chrome. | jam@chromium.org | 2012-02-13 | 4 | -7/+46 |
* | Remove ssl_manager.h dependency from chrome. | jam@chromium.org | 2012-02-13 | 3 | -14/+3 |
* | Get rid of ssl_cert_error_handler.h dependency from Chrome. | jam@chromium.org | 2012-02-13 | 4 | -11/+23 |
* | Move ContextMenuParams struct from webkit/glue to content/public/common. The ... | jam@chromium.org | 2012-02-12 | 3 | -59/+8 |
* | Define the public interface for content browser SiteInstance. This interface ... | ananta@chromium.org | 2012-01-25 | 1 | -1/+2 |
* | Get rid of RenderViewHostDelegate::GetAsTabContents. | jam@chromium.org | 2012-01-24 | 1 | -4/+5 |
* | Add tests for the webui implementation of the SSL client certificate selector. | kevers@chromium.org | 2012-01-24 | 2 | -8/+23 |
* | Revert 118001 - Revert 117968 - Rename is_hsts_host to fatal. | apatrick@chromium.org | 2012-01-18 | 5 | -9/+10 |
* | Revert 117968 - Rename is_hsts_host to fatal. | apatrick@chromium.org | 2012-01-18 | 5 | -10/+9 |
* | Rename is_hsts_host to fatal. | palmer@chromium.org | 2012-01-17 | 5 | -9/+10 |
* | Fix merge error | jam@chromium.org | 2012-01-04 | 1 | -1/+1 |
* | Get rid of content::NavigationController in cc file and use "using" instead. | jam@chromium.org | 2012-01-04 | 1 | -3/+4 |
* | Rename NavigationController to NavigationControllerImpl. I'll get rid of cont... | jam@chromium.org | 2012-01-04 | 5 | -13/+14 |
* | Convert all the notifications which use NavigationController to content::Navi... | jam@chromium.org | 2012-01-03 | 1 | -3/+3 |
* | Remove DeleteTask and convert remaining users. | dcheng@chromium.org | 2012-01-02 | 1 | -1/+2 |
* | Create a Content API interface around NavigationController, and move all the ... | jam@chromium.org | 2011-12-29 | 1 | -1/+1 |
* | Convert unix_hacker functions on NavigationController that are used by Chrome... | jam@chromium.org | 2011-12-29 | 2 | -3/+4 |
* | Rename NavigationController to NavigationControllerImpl and put it into the c... | jam@chromium.org | 2011-12-28 | 4 | -17/+28 |
* | Convert a few methods in NavigationController to return a content::Navigation... | jam@chromium.org | 2011-12-28 | 1 | -5/+8 |
* | Move the PageNavigator interface and GlobalRequestID struct to content\public... | jam@chromium.org | 2011-12-28 | 1 | -2/+2 |
* | Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ... | jam@chromium.org | 2011-12-27 | 2 | -25/+29 |
* | Move most of the remaining users of WebContentsObserver::tab_contents() to us... | jam@chromium.org | 2011-12-26 | 1 | -2/+3 |
* | Create a Content API around NavigationEntry that's in content/public/browser.... | jam@chromium.org | 2011-12-25 | 1 | -4/+4 |
* | Move navigation_details.h to content/public/browser. | jam@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | Move a bunch of methods from TabContents into the WebContents interface. This... | jam@chromium.org | 2011-12-22 | 1 | -1/+1 |