1. d8c66043 Move TabContentsObserver to content/public, rename it to WebContentsObserver, and put it into the content namespace. by [email protected] · 13 years ago
  2. 627e051 Rename TabContents::browser_context() to GetBrowserContext and put it into the WebContents interface. by [email protected] · 13 years ago
  3. f5fa20e Revert 115346. The change didn't break anything, the test was faulty. Will disable in a followup. - Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests by [email protected] · 13 years ago
  4. 10b833e Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests by [email protected] · 13 years ago
  5. 69cda65 Rename TabContents::controller() to GetController and put it into the WebContents namespace. by [email protected] · 13 years ago
  6. 838b943 Allow all URLPatterns to have ports. by [email protected] · 13 years ago
  7. eb319f3 Convert the easy cases of URLPattern::ERROR_ON_PORT to USE_PORT by [email protected] · 13 years ago
  8. 3dd18d0 Convert calls to the utility process in extension code to use the zygote on Linux. by [email protected] · 13 years ago
  9. cf57d5f Move URLPattern::ParseOption into a field. by [email protected] · 13 years ago
  10. bce1f1c Replace the GURL referrer field of OpenURLParams with a content::Referrer by [email protected] · 14 years ago
  11. b4574c0 Set referrer for webstore inline install requests, so we can see what the top pages that use it are by [email protected] · 14 years ago
  12. 631bb74 Move BrowserThread to content namespace. by [email protected] · 14 years ago
  13. 7b419b8 Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetcher interface. by [email protected] · 14 years ago
  14. 36aea270 Convert chrome callers of UrlFetcher to use the interface. I'll switch tests to use composition instead of inheritence in a future change. by [email protected] · 14 years ago
  15. 7cc6e563 Create a content::UrlFetcher interface that lives in content/public/common and convert users to it. I have added a static create function, but will switch instantiations to use it in another change since this has grown a lot. Basically this change converts function names away from unix_hacker style, which they shouldn't have been using anyways since some are virtual, and made all of the other functions virtual. by [email protected] · 14 years ago
  16. 98e4e52 Update WebstoreInstaller to be ref counted. by [email protected] · 14 years ago
  17. c530c85 Convert URLFetcher::Delegates to use an interface in content/public/common. Also remove the old URLFetcher delegate callback while I'm touching all of them.BUG=98716,83592 by [email protected] · 14 years ago
  18. cb08ba2 Make inline installation callbacks fire when the item is downloaded and installed. by [email protected] · 14 years ago
  19. e0874695 Revert 106140 - Make inline installation callbacks fire when the item is downloaded and installed. by [email protected] · 14 years ago
  20. 7c9c277 Make inline installation callbacks fire when the item is downloaded and installed. by [email protected] · 14 years ago
  21. 99dfecd Add an install source for inline installs. by [email protected] · 14 years ago
  22. 8e6ac4b More NewRunnable* -> base::Bind for chrome/browser/extensions/. by [email protected] · 14 years ago
  23. e47ae947 Don't show URL for pending new navigations initiated by the renderer. by [email protected] · 14 years ago
  24. 655b2b1a Add a helper class for downloading and installing extensions from the gallery. by [email protected] · 14 years ago
  25. 2905f74 Move PageTransition into content namespace. While I'm touching all these files, I've also updated it to use the enum naming convention in the Content API. by [email protected] · 14 years ago
  26. 5da311ea Require that inline installs can only be done for CWS items with verified sites. by [email protected] · 14 years ago
  27. dd5161a Make inline install handle inline_install_not_supported CWS responses. by [email protected] · 14 years ago
  28. 41e9a0de Disable cookies and caching for inline install webstore requests. by [email protected] · 14 years ago
  29. c7bf745 Coverity: Initialize member variables. by [email protected] · 14 years ago
  30. d0243b05 Fix use-after-free in ExtensionWebstorePrivateApiTest.* by [email protected] · 14 years ago
  31. 79046fd Remove redundant LoadURLWithHeaders method. by [email protected] · 14 years ago
  32. 4693243e Missed a tab_contents() check in r100295. by [email protected] · 14 years ago
  33. 2fd920fb Fix browser crash when tabs that call chrome.webstore.install get closed before the call completes by [email protected] · 14 years ago
  34. a221ef09 Add link URL and success/failure callback parameters to chrome.webstore.install() by [email protected] · 14 years ago
  35. 122e8df Implement inline install UI for views. by [email protected] · 14 years ago
  36. 5fdbd6f Parse and show CWS data (reviews, number of users) in the inline install dialog. by [email protected] · 14 years ago
  37. 8915f34 Add WebstoreInlineInstaller (downloads store data, shows the install UI, and starts the install). by [email protected] · 14 years ago