1. b80f6843 Remove safe_browsing code from BrowserRenderProcessHost. Also remove crash reporting glue in content. by [email protected] · 14 years ago
  2. 763ec4ca Pick off the lowest hanging fruits in removing the chrome includes from content\browser. I moved clipboard_dispatcher.* and content_restriction.h which should have moved originally. by [email protected] · 14 years ago
  3. 05fcf98 by [email protected] · 14 years ago
  4. f364d139 Relanding http://src.chromium.org/viewvc/chrome?view=rev&revision=80938. by [email protected] · 14 years ago
  5. ff1e913 Revert 80938 - Add a new RenderViewHostObserver interface for filtering IPCs send to RenderViewHost. This is needed because with TabContentsObserver, an observer might not know which RenderViewHost a message came from duing a pending navigation. A side-benefit is that we only have to add these observers once, instead of remembering/knowing all the delegates that might want to filter these messages.BUG=78629Review URL: http://codereview.chromium.org/6812030 by [email protected] · 14 years ago
  6. 3ab7072 Add a new RenderViewHostObserver interface for filtering IPCs send to RenderViewHost. This is needed because with TabContentsObserver, an observer might not know which RenderViewHost a message came from duing a pending navigation. A side-benefit is that we only have to add these observers once, instead of remembering/knowing all the delegates that might want to filter these messages.BUG=78629 by [email protected] · 14 years ago
  7. 36fb2c7c Get rid of extensions dependency from content\browser. by [email protected] · 14 years ago
  8. 1fd1a50 Move WebUIFactory to chrome/, try 2. by [email protected] · 14 years ago
  9. ee2ceca Revert 79691 - Move WebUIFactory to chrome/browser. by [email protected] · 14 years ago
  10. e12b3026 Move WebUIFactory to chrome/browser. by [email protected] · 14 years ago
  11. 490f79c1 Add separate ContentClient interfaces for gpu/plugin/renderer processes. Since we don't have a need for a chrome/gpu or chrome/plugin directory, their chrome implementations are in chrome/common. Use the renderer one for getting the sad plugin image. by [email protected] · 14 years ago
  12. d977f9c Add a ContentBrowserClient interface to let content code delegate to embedder. by [email protected] · 14 years ago