| Commit message (Expand) | Author | Age | Files | Lines |
* | Move PageZoom enum into content/public/common and into the content namespace.... | jam@chromium.org | 2011-10-28 | 1 | -4/+4 |
* | Move resource_codes to content/public/common. | jam@chromium.org | 2011-10-25 | 1 | -1/+1 |
* | Applescript: return value from execute javascript command | keishi@chromium.org | 2011-10-25 | 1 | -0/+36 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -12/+12 |
* | Prevent power saving while playing media. | avi@chromium.org | 2011-10-19 | 1 | -0/+34 |
* | Move content_browser_client.h to public, and while at it, move | joi@chromium.org | 2011-10-19 | 1 | -1/+1 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -8/+8 |
* | Move content_notification_types.h from content\common to content\public\brows... | jam@chromium.org | 2011-10-18 | 1 | -1/+1 |
* | Show mouse lock request and status in fullscreen bubble infobar. | yzshen@chromium.org | 2011-10-18 | 1 | -2/+1 |
* | Add async interface for RenderWidgetHost to ask for user's permission to lock... | yzshen@chromium.org | 2011-10-17 | 1 | -3/+8 |
* | Refactor SelectionChanged and ImeUpdateTextInputType IPCs for surrounding tex... | penghuang@chromium.org | 2011-10-16 | 1 | -5/+13 |
* | Move NativeWebKeyboardEvent files into their intended final destinations prio... | ben@chromium.org | 2011-10-14 | 1 | -1/+1 |
* | Add an is_fullscreen to ViewMsg_Resize, and make it available as a property of | darin@chromium.org | 2011-10-14 | 1 | -0/+4 |
* | Move url_constansts.h to content/public/common. | jam@chromium.org | 2011-10-14 | 1 | -1/+1 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 1 | -2/+2 |
* | Implement 'SAVEAS' mode for PPB_FileChooser_Impl. Also, fix the Save File dia... | bbudge@chromium.org | 2011-10-13 | 1 | -3/+4 |
* | Move BindingsPolicy enum to content\public\common and put it in the content n... | jam@chromium.org | 2011-10-11 | 1 | -4/+4 |
* | Hook into another code path that lets the renderer request a new tab to be cr... | jochen@chromium.org | 2011-10-06 | 1 | -2/+4 |
* | Move check whether desktop notifications can be shown to browser | jochen@chromium.org | 2011-10-06 | 1 | -6/+4 |
* | Only allow to lock the mouse when the tab is in fullscreen mode. | yzshen@chromium.org | 2011-10-01 | 1 | -0/+7 |
* | Rewrites renderer accessibility to not use WebAccessibilityCache. | dmazzoni@chromium.org | 2011-09-29 | 1 | -2/+1 |
* | Removed sending of the following IPC messages from chrome and added API's on ... | ananta@chromium.org | 2011-09-23 | 1 | -0/+31 |
* | Removed sending of the content IPC messages from chrome and replaced them wit... | ananta@chromium.org | 2011-09-21 | 1 | -43/+46 |
* | Summary of changes | yosin@chromium.org | 2011-09-13 | 1 | -2/+2 |
* | Move handling of the ViewHostMsg_WebUISend out of Chrome. This message is han... | ananta@chromium.org | 2011-09-12 | 1 | -0/+8 |
* | Make panel adjust bounds per preferred size change notification on Windows. | jianli@chromium.org | 2011-09-07 | 1 | -4/+1 |
* | Adds a global keyboard shortcut to trigger speech input in the currently | dmazzoni@chromium.org | 2011-09-02 | 1 | -1/+5 |
* | Add a big grab bag of missing web accessibility | dmazzoni@chromium.org | 2011-09-01 | 1 | -5/+3 |
* | Fullscreen JS API implementation. | koz@chromium.org | 2011-08-25 | 1 | -0/+7 |
* | Handle the ViewHostMsg_RunFileChooser IPC message which is sent by content(re... | ananta@chromium.org | 2011-08-24 | 1 | -2/+7 |
* | Ensure normal pages don't get grouped with extension processes at startup. | creis@chromium.org | 2011-08-22 | 1 | -5/+0 |
* | mac: Only let two-finger-scrolling trigger history if web doesn't swallow ges... | thakis@chromium.org | 2011-08-16 | 1 | -3/+4 |
* | Pipe "is pinned to left/right", "has horizontal/vertical scrollbar", | thakis@chromium.org | 2011-08-13 | 1 | -0/+20 |
* | Add a status message "Waiting for extension Foo..." when there's a request | mpcomplete@chromium.org | 2011-08-10 | 1 | -1/+1 |
* | Removal of Profile from content part 7. | avi@chromium.org | 2011-08-09 | 1 | -2/+2 |
* | This is the exact same CL as in http://codereview.chromium.org/7570001 . | varunjain@chromium.org | 2011-08-09 | 1 | -2/+4 |
* | content: use string16 in ViewHostMsg_AddMessageToConsole | evan@chromium.org | 2011-08-08 | 1 | -2/+2 |
* | Revert 95698 - Implement touch selection for RWHVV. | yzshen@chromium.org | 2011-08-06 | 1 | -4/+2 |
* | Implement touch selection for RWHVV. | varunjain@chromium.org | 2011-08-06 | 1 | -2/+4 |
* | rtl titles: minor issues spotted by Jeremy in r95007. | evan@chromium.org | 2011-08-03 | 1 | -1/+1 |
* | Plumb the title direction up to the renderer host | evan@chromium.org | 2011-08-01 | 1 | -4/+22 |
* | Removal of Profile from content part 2. | avi@chromium.org | 2011-07-27 | 1 | -7/+8 |
* | Revert 94332 - Removal of Profile from content part 2. | sergeyu@chromium.org | 2011-07-27 | 1 | -8/+7 |
* | Removal of Profile from content part 2. | avi@chromium.org | 2011-07-27 | 1 | -7/+8 |
* | Change the UpdateTitle message to use a string16 for the page title. | evan@chromium.org | 2011-07-26 | 1 | -1/+1 |
* | Prevent a navigation race by resetting is_swapped_out on new navigations. | creis@chromium.org | 2011-07-25 | 1 | -0/+4 |
* | Removes some dead accessibility code. | dtseng@chromium.org | 2011-07-25 | 1 | -4/+0 |
* | Get rid of the remaining implementation in TabContentsView and make all the m... | jam@chromium.org | 2011-07-12 | 1 | -1/+2 |
* | Remove TabContentsView methods that just call to the delegate, and have them ... | jam@chromium.org | 2011-07-11 | 1 | -40/+25 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -7/+7 |