| Commit message (Expand) | Author | Age | Files | Lines |
* | Move navigation and frame tree classes to a new frame_host/ directory. | nasko@chromium.org | 2013-10-30 | 1 | -1/+1 |
* | Decouple NavigationControllerImpl and WebContentsImpl. | nasko@chromium.org | 2013-10-23 | 1 | -2/+4 |
* | Remove GetActiveEntry usage from content. | nasko@chromium.org | 2013-10-09 | 1 | -4/+7 |
* | Revert 223982 "Remove GetActiveEntry usage from content." | nasko@chromium.org | 2013-09-23 | 1 | -7/+4 |
* | Remove GetActiveEntry usage from content. | nasko@chromium.org | 2013-09-18 | 1 | -4/+7 |
* | Create WebContentsObserver callbacks for notifications, remove notifications ... | avi@chromium.org | 2013-09-05 | 1 | -54/+18 |
* | Use a direct include of utf_string_conversions.h in content/. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Update content/ to use WeakPtr<T>::get() instead of implicit "operator T*" | akalin@chromium.org | 2013-06-03 | 1 | -7/+5 |
* | content: convert SSL notifications to observer usage (take 2) | phajdan.jr@chromium.org | 2013-02-13 | 1 | -27/+54 |
* | Revert "content: convert SSL notifications to observer usage" | phajdan.jr@chromium.org | 2013-02-11 | 1 | -54/+27 |
* | content: convert SSL notifications to observer usage | phajdan.jr@chromium.org | 2013-02-08 | 1 | -27/+54 |
* | [autofill] Pass along frame URL and SSL status, only allow requests for credi... | dbeam@chromium.org | 2012-12-06 | 1 | -4/+4 |
* | Add content/browser/loader/ for resource loading related classes. | darin@chromium.org | 2012-12-05 | 1 | -2/+2 |
* | content/browser: Move ssl code into the content namespace. | tfarina@chromium.org | 2012-10-24 | 1 | -43/+34 |
* | Move a bunch more code into the content namespace. | jam@chromium.org | 2012-10-23 | 1 | -0/+1 |
* | Moving LoadFromMemoryCacheDetails to content/public/browser and making it a s... | shishir@chromium.org | 2012-06-20 | 1 | -8/+9 |
* | 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/+9 |
* | TabContents -> WebContentsImpl, part 12. | avi@chromium.org | 2012-04-13 | 1 | -3/+3 |
* | TabContents -> WebContentsImpl, part 7. | avi@chromium.org | 2012-04-11 | 1 | -1/+1 |
* | TabContents -> WebContentsImpl, part 3. | avi@chromium.org | 2012-04-10 | 1 | -1/+1 |
* | Move ResourceRequestDetails to content/public/browser and put in the content ... | tfarina@chromium.org | 2012-03-19 | 1 | -6/+8 |
* | Factor out ResourceDispatcherHost dependent code around SSLManager | toyoshim@chromium.org | 2012-03-13 | 1 | -8/+18 |
* | 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 | 1 | -6/+7 |
* | Add ResourceRequestInfo. | darin@chromium.org | 2012-03-07 | 1 | -4/+5 |
* | Remove ssl_manager.h dependency from chrome. | jam@chromium.org | 2012-02-13 | 1 | -10/+0 |
* | Move ContextMenuParams struct from webkit/glue to content/public/common. The ... | jam@chromium.org | 2012-02-12 | 1 | -45/+7 |
* | Revert 118001 - Revert 117968 - Rename is_hsts_host to fatal. | apatrick@chromium.org | 2012-01-18 | 1 | -2/+2 |
* | Revert 117968 - Rename is_hsts_host to fatal. | apatrick@chromium.org | 2012-01-18 | 1 | -2/+2 |
* | Rename is_hsts_host to fatal. | palmer@chromium.org | 2012-01-17 | 1 | -2/+2 |
* | 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 | 1 | -2/+2 |
* | Convert all the notifications which use NavigationController to content::Navi... | jam@chromium.org | 2012-01-03 | 1 | -3/+3 |
* | Convert unix_hacker functions on NavigationController that are used by Chrome... | jam@chromium.org | 2011-12-29 | 1 | -2/+3 |
* | Rename NavigationController to NavigationControllerImpl and put it into the c... | jam@chromium.org | 2011-12-28 | 1 | -7/+9 |
* | Convert a few methods in NavigationController to return a content::Navigation... | jam@chromium.org | 2011-12-28 | 1 | -5/+8 |
* | Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ... | jam@chromium.org | 2011-12-27 | 1 | -9/+11 |
* | Move most of the remaining users of WebContentsObserver::tab_contents() to us... | jam@chromium.org | 2011-12-26 | 1 | -2/+3 |
* | Move navigation_details.h to content/public/browser. | jam@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -1/+1 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -5/+5 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -20/+24 |
* | Use new callbacks for SSL UI. | mattm@chromium.org | 2011-09-30 | 1 | -6/+7 |
* | net: make HSTS hosts use the normal SSL interstitials | agl@chromium.org | 2011-09-27 | 1 | -6/+8 |
* | Revert "net: make HSTS hosts use the normal SSL interstitials" | agl@chromium.org | 2011-09-27 | 1 | -8/+6 |
* | net: make HSTS hosts use the normal SSL interstitials | agl@chromium.org | 2011-09-27 | 1 | -6/+8 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-23 | 1 | -6/+8 |