| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Removal of Profile from content part 5. | avi@chromium.org | 2011-08-01 | 1 | -2/+3 |
* | Removal of Profile from content part 1. | avi@chromium.org | 2011-07-27 | 1 | -1/+1 |
* | Make PageNavigator::OpenURL and TabContentsDelegate::OpenURLFromTab return a ... | jochen@chromium.org | 2011-07-20 | 1 | -10/+17 |
* | DevTools: move devtools_window to chrome/, remove most chrome/ dependencies f... | pfeldman@chromium.org | 2011-07-20 | 1 | -2/+2 |
* | Move save stuff from download helper back to TabContents. This is a revert of... | jam@chromium.org | 2011-07-18 | 1 | -1/+0 |
* | Move download stuff from download helper back to TabContents. This is basical... | jam@chromium.org | 2011-07-15 | 1 | -30/+20 |
* | Convert RenderViewContextMenu to MenuItemView. | rhashimoto@chromium.org | 2011-07-12 | 1 | -1/+35 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -14/+15 |
* | DevTools: devtools manager should know nothing about DevToolsWindow | yurys@chromium.org | 2011-07-07 | 1 | -4/+4 |