| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the Mac's WebDragSource to content. | avi@chromium.org | 2011-10-26 | 2 | -0/+539 |
* | Adds browser-side component of Java Bridge for a TabContents | steveblock@chromium.org | 2011-10-25 | 4 | -0/+16 |
* | Move SecurityStyle enum into content/public/common and put it into the conten... | jam@chromium.org | 2011-10-21 | 3 | -11/+15 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 4 | -35/+35 |
* | content: Rename the class in web_drag_source_gtk.h to content::WebDragSourceGtk. | erg@chromium.org | 2011-10-19 | 2 | -47/+57 |
* | Move content_browser_client.h to public, and while at it, move | joi@chromium.org | 2011-10-19 | 5 | -5/+5 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 10 | -89/+92 |
* | content: Move the file chrome/.../tab_contents_drag_source.* to content/.../w... | erg@google.com | 2011-10-19 | 2 | -0/+488 |
* | Move content_client.h into content/public. | joi@chromium.org | 2011-10-18 | 2 | -2/+0 |
* | Move the PageType enum to content/public/common, put it into the content name... | jam@chromium.org | 2011-10-18 | 6 | -16/+18 |
* | Move navigation_types.h from content/common to content/public/browser, and pu... | jam@chromium.org | 2011-10-18 | 8 | -31/+30 |
* | Revert 106029 | nkostylev@chromium.org | 2011-10-18 | 8 | -30/+31 |
* | Move navigation_types.h from content/common to content/public/browser, and pu... | jam@chromium.org | 2011-10-18 | 8 | -31/+30 |
* | Move content_notification_types.h from content\common to content\public\brows... | jam@chromium.org | 2011-10-18 | 5 | -1/+5 |
* | content: Move WebDragDest and files to content/. | erg@google.com | 2011-10-17 | 3 | -0/+418 |
* | Add async interface for RenderWidgetHost to ask for user's permission to lock... | yzshen@chromium.org | 2011-10-17 | 4 | -0/+40 |
* | Move url_constansts.h to content/public/common. | jam@chromium.org | 2011-10-14 | 4 | -4/+4 |
* | Use rewritten url of a tab to find the zoom level from zoom map. Zoom map is | wrm364@motorola.com | 2011-10-14 | 1 | -1/+6 |
* | Move content_switches to content\public\common. | jam@chromium.org | 2011-10-13 | 1 | -1/+1 |
* | Don't show URL for pending new navigations initiated by the renderer. | creis@chromium.org | 2011-10-13 | 11 | -25/+141 |
* | Fix a bug in ShouldDisplayURL. | creis@chromium.org | 2011-10-13 | 1 | -0/+3 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 21 | -171/+223 |
* | content: Split web_drag_dest_gtk.cc into chrome/ and content/ parts. | erg@chromium.org | 2011-10-13 | 2 | -0/+63 |
* | Move view_types to content\public\common. Also update the enum values to matc... | jam@chromium.org | 2011-10-12 | 4 | -8/+8 |
* | Remove deprecated calls. | avi@chromium.org | 2011-10-12 | 1 | -2/+1 |
* | Move BindingsPolicy enum to content\public\common and put it in the content n... | jam@chromium.org | 2011-10-11 | 2 | -4/+4 |
* | Add error description to the DidFailProvisionalLoad callback. | mkosiba@chromium.org | 2011-10-11 | 5 | -47/+63 |
* | Fix UI quirks when doing a history navigation to a slow page. | creis@chromium.org | 2011-10-07 | 2 | -0/+41 |
* | Changes for cross domain prerenders to not cancel when there is a window.open... | shishir@chromium.org | 2011-10-07 | 5 | -9/+9 |
* | Move TabContents::ShouldDisplayURL() to ToolbarModel. This doesn't really bel... | aa@chromium.org | 2011-10-06 | 3 | -50/+0 |
* | Hook into another code path that lets the renderer request a new tab to be cr... | jochen@chromium.org | 2011-10-06 | 4 | -6/+38 |
* | Move popup helper to content, fix method signature. | avi@chromium.org | 2011-10-06 | 4 | -2/+134 |
* | Split ViewType between chrome and content | jochen@chromium.org | 2011-10-06 | 4 | -6/+8 |
* | Delegate the decision whether to swap processes for navigations to/from exten... | jochen@chromium.org | 2011-10-05 | 1 | -15/+5 |
* | Add a second line of defense for receiving a bad message in the renderer. | creis@chromium.org | 2011-10-04 | 1 | -4/+4 |
* | Fix crash on trying to kill an unresponsive tab. | rkc@chromium.org | 2011-10-03 | 1 | -1/+4 |
* | Add a check to NavigateToEntry to make sure the browser never attempts to nav... | creis@chromium.org | 2011-10-03 | 1 | -0/+6 |
* | Remove unused RenderViewHostManager::SwapInRenderViewHost() and TabContents::... | steveblock@chromium.org | 2011-10-03 | 4 | -92/+1 |
* | Make content_shell handle renderers going away. I've made TabContents call Ta... | jam@chromium.org | 2011-10-01 | 2 | -0/+2 |
* | Only allow to lock the mouse when the tab is in fullscreen mode. | yzshen@chromium.org | 2011-10-01 | 4 | -0/+10 |
* | more content exports needed for unit_tests and browser_tests. | dpranke@chromium.org | 2011-09-30 | 3 | -7/+5 |
* | content: Move the final headers and residual traces of contrained windows | erg@chromium.org | 2011-09-30 | 2 | -38/+0 |
* | content: Move constrained window code from TabContents to TabContentsWrapper | erg@chromium.org | 2011-09-30 | 7 | -129/+6 |
* | Here are more exports needed for content_unittests to link in the component b... | dpranke@chromium.org | 2011-09-30 | 3 | -10/+12 |
* | ImageTransportSurface for OS X | backer@chromium.org | 2011-09-29 | 1 | -7/+0 |
* | A few improvements to content_shell: | jam@chromium.org | 2011-09-26 | 3 | -5/+65 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-23 | 4 | -9/+15 |
* | Removed sending of the following IPC messages from chrome and added API's on ... | ananta@chromium.org | 2011-09-23 | 1 | -0/+8 |
* | Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi... | pkasting@chromium.org | 2011-09-22 | 4 | -14/+8 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-22 | 4 | -8/+14 |