| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of view_messages.h include from chrome since TabContentsDelegate used... | jam@chromium.org | 2011-11-22 | 1 | -1/+1 |
* | Get rid of a bunch of view_messages.h includes from chrome by making the TabC... | jam@chromium.org | 2011-11-21 | 1 | -2/+2 |
* | views: Delete bubble, events, focus, layout directories and its stubbed files. | tfarina@chromium.org | 2011-11-18 | 1 | -4/+4 |
* | Define the public interface for content browser RenderProcessHost. This inter... | ananta@chromium.org | 2011-11-18 | 1 | -3/+3 |
* | Rebase PageInfoBubble on the new views bubble. | msw@chromium.org | 2011-11-17 | 1 | -1/+0 |
* | browser: Delete ExternalTabPageInfoBubbleView class as it's now dead code. | tfarina@chromium.org | 2011-11-16 | 1 | -30/+0 |
* | browser: Add missing OVERRIDE annotation to ExternalTabContainer implementing... | tfarina@chromium.org | 2011-11-15 | 1 | -21/+1 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -1/+1 |
* | Move views::Accelerator to ui in order to use it from aura code. | mazda@chromium.org | 2011-11-14 | 1 | -3/+3 |
* | Remove needless include of the content/browser/render_process_host.h header f... | ananta@chromium.org | 2011-11-04 | 1 | -1/+0 |
* | Align avatar bubble with edge of anchor control | sail@chromium.org | 2011-11-03 | 1 | -0/+1 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+1 |
* | Support dispositon attribute. | gbillock@chromium.org | 2011-10-31 | 1 | -2/+4 |
* | Move PageZoom enum into content/public/common and into the content namespace.... | jam@chromium.org | 2011-10-28 | 1 | -4/+4 |
* | Relanding this as the earlier attempt broke chrome frame tests. | ananta@chromium.org | 2011-10-28 | 1 | -25/+34 |
* | Revert 107669 (Looks to have caused bot failures) - Register the RenderViewHo... | eroman@chromium.org | 2011-10-28 | 1 | -34/+25 |
* | Register the RenderViewHost instance created when a desktop notification bubb... | ananta@chromium.org | 2011-10-28 | 1 | -25/+34 |
* | Update automation messages to use the new way of declaring message structs, t... | jam@chromium.org | 2011-10-21 | 1 | -9/+9 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -3/+3 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -13/+13 |
* | Refactors NativeWebKeyboardEvent to be less ugly. | ben@chromium.org | 2011-10-18 | 1 | -2/+1 |
* | Move navigation_types.h from content/common to content/public/browser, and pu... | jam@chromium.org | 2011-10-18 | 1 | -2/+2 |
* | Revert 106029 | nkostylev@chromium.org | 2011-10-18 | 1 | -2/+2 |
* | Move navigation_types.h from content/common to content/public/browser, and pu... | jam@chromium.org | 2011-10-18 | 1 | -2/+2 |
* | Move NativeWebKeyboardEvent files into their intended final destinations prio... | ben@chromium.org | 2011-10-14 | 1 | -1/+1 |
* | Don't show URL for pending new navigations initiated by the renderer. | creis@chromium.org | 2011-10-13 | 1 | -2/+4 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 1 | -7/+9 |
* | Move BindingsPolicy enum to content\public\common and put it in the content n... | jam@chromium.org | 2011-10-11 | 1 | -2/+2 |
* | scoped_ptr and new[] don't mix. | thakis@chromium.org | 2011-10-07 | 1 | -1/+2 |
* | Converts usage of GetBrowserViewForNativeWindow to | sky@chromium.org | 2011-09-30 | 1 | -1/+0 |
* | Move infobar handling to a tab helper. | avi@chromium.org | 2011-09-30 | 1 | -1/+1 |
* | Rename WebIntentData for backend storage to WebIntentServiceData. | gbillock@chromium.org | 2011-09-21 | 1 | -6/+5 |
* | Removed the sending of the following content IPC messages out of chrome and r... | ananta@chromium.org | 2011-09-19 | 1 | -3/+3 |
* | [Web Intents] Change WebIntentPicker to Bubble from ConstrainedDialog. | binji@chromium.org | 2011-09-14 | 1 | -2/+2 |
* | Remove redundant LoadURLWithHeaders method. | rogerta@chromium.org | 2011-09-10 | 1 | -1/+2 |
* | Moved the following IPCs out of chrome into content where they are handled by | ananta@chromium.org | 2011-09-06 | 1 | -0/+7 |
* | Handle the ViewHostMsg_FindReply message which is sent by content(renderer) v... | ananta@chromium.org | 2011-09-02 | 1 | -3/+10 |
* | Move infobar handling to a tab helper, part 1. | avi@chromium.org | 2011-09-01 | 1 | -1/+2 |
* | Revert 99187 (speculative revert for ProfileSyncServiceSessionTest.FailModelA... | thakis@chromium.org | 2011-09-01 | 1 | -2/+1 |
* | Move infobar handling to a tab helper, part 1. | avi@chromium.org | 2011-09-01 | 1 | -1/+2 |
* | Dispatch the following IPC messages in TabContents and handle them via the Ta... | ananta@chromium.org | 2011-08-25 | 1 | -0/+29 |
* | Move bubble border under views/bubble. | saintlou@chromium.org | 2011-08-24 | 1 | -1/+2 |
* | Handle the ViewHostMsg_RunFileChooser and ViewHostMsg_EnumerateDirectory IPC ... | ananta@chromium.org | 2011-08-24 | 1 | -0/+10 |
* | Revert "This is a redo of http://codereview.chromium.org/7629009/" | saintlou@chromium.org | 2011-08-23 | 1 | -2/+1 |
* | This is a redo of http://codereview.chromium.org/7629009/ | saintlou@chromium.org | 2011-08-23 | 1 | -1/+2 |
* | Revert r97856 "move bubble border code and update references to it." | maruel@chromium.org | 2011-08-23 | 1 | -2/+1 |
* | move bubble border code and update references to it. | saintlou@chromium.org | 2011-08-23 | 1 | -1/+2 |
* | Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg... | ananta@chromium.org | 2011-08-19 | 1 | -1/+1 |
* | Profiles: Eliminate dead notifications. | erg@google.com | 2011-08-09 | 1 | -5/+0 |
* | This is only the first part of the refactoring. The old method was preserved | adriansc@google.com | 2011-08-02 | 1 | -24/+31 |