| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove GlobalRequestId parameter from SSLErrorHandler::Delegate. | davidben | 2014-10-01 | 1 | -2/+1 |
* | content: ResourceType cleanup. | tfarina@chromium.org | 2014-07-31 | 1 | -1/+1 |
* | Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res... | jam@chromium.org | 2013-12-31 | 1 | -1/+1 |
* | Revert "Replace the GetAssociatedRenderView call with GetAssociatedRenderFram... | loislo@chromium.org | 2013-12-30 | 1 | -1/+1 |
* | Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res... | jam@chromium.org | 2013-12-28 | 1 | -1/+1 |
* | Create WebContentsObserver callbacks for notifications, remove notifications ... | avi@chromium.org | 2013-09-05 | 1 | -26/+6 |
* | content: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-07-09 | 1 | -3/+3 |
* | net: extract net/cert out of net/base | phajdan.jr@chromium.org | 2013-03-29 | 1 | -1/+1 |
* | content: convert SSL notifications to observer usage (take 2) | phajdan.jr@chromium.org | 2013-02-13 | 1 | -5/+4 |
* | Revert "content: convert SSL notifications to observer usage" | phajdan.jr@chromium.org | 2013-02-11 | 1 | -4/+5 |
* | content: convert SSL notifications to observer usage | phajdan.jr@chromium.org | 2013-02-08 | 1 | -5/+4 |
* | content/browser: Move ssl code into the content namespace. | tfarina@chromium.org | 2012-10-24 | 1 | -20/+20 |
* | Move a bunch more code into the content namespace. | jam@chromium.org | 2012-10-23 | 1 | -5/+5 |
* | Remove #pragma once from content | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Moving LoadFromMemoryCacheDetails to content/public/browser and making it a s... | shishir@chromium.org | 2012-06-20 | 1 | -2/+2 |
* | Inherits SupportsWeakPtr<T> instead of having WeakPtrFactory<T> | toyoshim@chromium.org | 2012-05-31 | 1 | -1/+1 |
* | Use WeakPtr for passing SSLErrorHandler::Delegate to SSLManager. | toyoshim@chromium.org | 2012-05-17 | 1 | -8/+10 |
* | TabContents -> WebContentsImpl, part 14. | avi@chromium.org | 2012-04-16 | 1 | -1/+1 |
* | Move ResourceRequestDetails to content/public/browser and put in the content ... | tfarina@chromium.org | 2012-03-19 | 1 | -5/+5 |
* | Factor out ResourceDispatcherHost dependent code around SSLManager | toyoshim@chromium.org | 2012-03-13 | 1 | -4/+10 |
* | Add content/public/browser/resource_dispatcher_host.h | darin@chromium.org | 2012-03-12 | 1 | -4/+2 |
* | Remove ssl_manager.h dependency from chrome. | jam@chromium.org | 2012-02-13 | 1 | -3/+0 |
* | Move ContextMenuParams struct from webkit/glue to content/public/common. The ... | jam@chromium.org | 2012-02-12 | 1 | -12/+0 |
* | Revert 118001 - Revert 117968 - Rename is_hsts_host to fatal. | apatrick@chromium.org | 2012-01-18 | 1 | -1/+1 |
* | Revert 117968 - Rename is_hsts_host to fatal. | apatrick@chromium.org | 2012-01-18 | 1 | -1/+1 |
* | Rename is_hsts_host to fatal. | palmer@chromium.org | 2012-01-17 | 1 | -1/+1 |
* | Rename NavigationController to NavigationControllerImpl. I'll get rid of cont... | jam@chromium.org | 2012-01-04 | 1 | -5/+6 |
* | Rename NavigationController to NavigationControllerImpl and put it into the c... | jam@chromium.org | 2011-12-28 | 1 | -2/+5 |
* | Add OVERRIDE to content/. | avi@chromium.org | 2011-11-17 | 1 | -1/+1 |
* | Cleanup: Remove unneeded forward declarations in content/browser. | thestig@chromium.org | 2011-11-10 | 1 | -1/+0 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -7/+7 |
* | net: make HSTS hosts use the normal SSL interstitials | agl@chromium.org | 2011-09-27 | 1 | -2/+3 |
* | Revert "net: make HSTS hosts use the normal SSL interstitials" | agl@chromium.org | 2011-09-27 | 1 | -3/+2 |
* | net: make HSTS hosts use the normal SSL interstitials | agl@chromium.org | 2011-09-27 | 1 | -2/+3 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-23 | 1 | -6/+8 |
* | Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi... | pkasting@chromium.org | 2011-09-22 | 1 | -8/+6 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-22 | 1 | -6/+8 |
* | Annotate all of the functions in content that need to be exported, in prepara... | dpranke@chromium.org | 2011-09-13 | 1 | -6/+7 |
* | Revert 95552 - Revert 95541 - Profiles: SSLManger broadcasts SSL_INTERNAL_STA... | yzshen@chromium.org | 2011-08-05 | 1 | -1/+1 |
* | Revert 95541 - Profiles: SSLManger broadcasts SSL_INTERNAL_STATE_CHANGED with... | apatrick@chromium.org | 2011-08-05 | 1 | -1/+1 |
* | Profiles: SSLManger broadcasts SSL_INTERNAL_STATE_CHANGED with a Source<Brows... | erg@google.com | 2011-08-05 | 1 | -1/+1 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -1/+1 |
* | Move most of the core SSL code from chrome to content. The UI code that's sp... | jam@chromium.org | 2011-06-03 | 1 | -0/+128 |