| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove old (pre-webkit) compositor | piman@chromium.org | 2012-01-27 | 2 | -13/+4 |
* | Rename WebUIFactory to WebUIControllerFactory since that's what it creates now. | jam@chromium.org | 2012-01-27 | 1 | -1/+1 |
* | Define the public interface for content browser SiteInstance. This interface ... | ananta@chromium.org | 2012-01-25 | 2 | -3/+7 |
* | Rename PanelStrip to DockedPanelStrip and PanelOverflowStrip to OverflowPanel... | jianli@chromium.org | 2012-01-25 | 1 | -5/+6 |
* | Profiles: Add a --dump-profile-graph option when !NDEBUG. | erg@chromium.org | 2012-01-24 | 1 | -2/+3 |
* | Fix links from HTML notifications not opening new tabs. This mirrors the fix ... | jam@chromium.org | 2012-01-23 | 2 | -0/+18 |
* | Removing unnecessary includes of content\browser\site_instance.h from chrome,... | ananta@chromium.org | 2012-01-21 | 3 | -3/+0 |
* | Add a Content API around BrowserChildProcessHost, similar to what was done wi... | jam@chromium.org | 2012-01-20 | 1 | -1/+0 |
* | Remove ExtensionFunctionDispatcher::Delegate::GetNativeViewOfHost. | mihaip@chromium.org | 2012-01-20 | 2 | -7/+1 |
* | Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ... | jam@chromium.org | 2012-01-20 | 1 | -0/+1 |
* | Add a Content API around BrowserChildProcessHost, similar to what was done wi... | jam@chromium.org | 2012-01-20 | 1 | -1/+0 |
* | Move RenderViewHostDelegate to content/public and content namespace. | joi@chromium.org | 2012-01-18 | 1 | -2/+2 |
* | Implement chromeos SystemNotification on Aura by introducing BalloonCollectio... | stevenjb@chromium.org | 2012-01-18 | 6 | -17/+43 |
* | Revert 117984 - Implement chromeos SystemNotification on Aura by introducing ... | apatrick@chromium.org | 2012-01-17 | 6 | -43/+17 |
* | Implement chromeos SystemNotification on Aura by introducing BalloonCollectio... | stevenjb@chromium.org | 2012-01-17 | 6 | -17/+43 |
* | clang: Fix a few things -Wunused-variable complains about in a recent clang v... | thakis@chromium.org | 2012-01-14 | 1 | -3/+3 |
* | Revert 117325 - Convert use of int ms to TimeDelta in files owned by johnnyg. | lambroslambrou@google.com | 2012-01-12 | 1 | -3/+2 |
* | Convert use of int ms to TimeDelta in files owned by johnnyg. | tedvessenes@gmail.com | 2012-01-11 | 1 | -2/+3 |
* | Get rid of a bunch of tab_contents.h includes from chrome. These are all triv... | jam@chromium.org | 2012-01-04 | 1 | -1/+1 |
* | Convert WebContents to return a content::NavigationController instead of the ... | jam@chromium.org | 2012-01-04 | 1 | -1/+1 |
* | Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW... | jam@chromium.org | 2012-01-03 | 2 | -3/+5 |
* | Create a Content API interface around NavigationController, and move all the ... | jam@chromium.org | 2011-12-29 | 1 | -0/+1 |
* | Convert all of the WebContentsDelegate to use WebContents instead of TabConte... | jam@chromium.org | 2011-12-28 | 2 | -2/+2 |
* | Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo... | jam@chromium.org | 2011-12-27 | 2 | -15/+17 |
* | Convert a bunch of WebContentsObservers to use web_contents() instead of tab_... | jam@chromium.org | 2011-12-25 | 2 | -2/+2 |
* | Change most of the methods of WebContentsObserver to take a content::WebConte... | jam@chromium.org | 2011-12-23 | 1 | -0/+1 |
* | Move TabContentsObserver to content/public, rename it to WebContentsObserver,... | jam@chromium.org | 2011-12-22 | 1 | -7/+3 |
* | Revert 115346. The change didn't break anything, the test was faulty. Will di... | jam@chromium.org | 2011-12-21 | 1 | -2/+2 |
* | Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests | thakis@chromium.org | 2011-12-21 | 1 | -2/+2 |
* | Rename TabContents::controller() to GetController and put it into the WebCont... | jam@chromium.org | 2011-12-21 | 1 | -2/+2 |
* | Move TabContentsDelegate to content/public/browser and put it in the content ... | tfarina@chromium.org | 2011-12-20 | 2 | -4/+4 |
* | Rename TabContents::render_view_host() to GetRenderViewHost and put it into t... | jam@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | Start creating the content::WebPage interface around TabContents. This is jus... | jam@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | Add test cases for panel overflow handling. | jianli@chromium.org | 2011-12-15 | 1 | -3/+5 |
* | Move/replace/rename URL-based extension getters from ExtensionService to/in E... | yoz@chromium.org | 2011-12-13 | 2 | -13/+26 |
* | Extract MonitorInfoProvider from WindowSizer. | tfarina@chromium.org | 2011-12-08 | 1 | -5/+3 |
* | aura/cc: Fix DesktopNotificationsTest | piman@chromium.org | 2011-12-07 | 2 | -0/+21 |
* | Rename Desktop->RootWindow. | ben@chromium.org | 2011-12-07 | 1 | -2/+2 |
* | Change NavigationController::LoadURL to take a Referrer class instead of a GU... | jochen@chromium.org | 2011-12-05 | 1 | -1/+1 |
* | Change the icon on the desktop notifications infobar. | gideonwald@chromium.org | 2011-12-01 | 1 | -2/+2 |
* | Move view_types.h to view_type.h, since that's the standard name for enums. | jam@chromium.org | 2011-12-01 | 1 | -1/+1 |
* | Remove more totally obvious usage of: defined(TOUCH_UI) | saintlou@chromium.org | 2011-11-23 | 1 | -1/+1 |
* | Redo of Issue http://codereview.chromium.org/8621006/ | saintlou@chromium.org | 2011-11-22 | 1 | -11/+0 |
* | Add OVERRIDE to chrome/browser/. | avi@chromium.org | 2011-11-21 | 8 | -53/+55 |
* | Defer construction of NotificationUIManager to fix notification initialization. | stevenjb@chromium.org | 2011-11-20 | 2 | -16/+15 |
* | Revert 110710 - Add ChromeBrowserMainExtraParts for non main parts. | stevenjb@google.com | 2011-11-18 | 1 | -3/+2 |
* | Add ChromeBrowserMainExtraParts for non main parts. | stevenjb@google.com | 2011-11-18 | 1 | -2/+3 |
* | Define the public interface for content browser RenderProcessHost. This inter... | ananta@chromium.org | 2011-11-18 | 1 | -1/+1 |
* | Remove the flags to RenderViewHost::EnablePreferredSizeMode since it's not us... | jam@chromium.org | 2011-11-17 | 1 | -3/+1 |
* | Cleanup: Remove more forward declarations in various chrome/browser directories. | thestig@chromium.org | 2011-11-16 | 1 | -1/+0 |