| Commit message (Expand) | Author | Age | Files | Lines |
* | Change NavigationController::LoadURL to take a Referrer class instead of a GU... | jochen@chromium.org | 2011-12-05 | 1 | -1/+2 |
* | Fix regression with extension popup bubbles on Mac. | mpcomplete@chromium.org | 2011-12-02 | 1 | -3/+16 |
* | 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 |
* | views: Move widget/ directory to ui/views. | tfarina@chromium.org | 2011-11-22 | 1 | -4/+4 |
* | Revert 110949 - views: Move widget/ directory to ui/views. | wez@chromium.org | 2011-11-21 | 1 | -4/+4 |
* | views: Move widget/ directory to ui/views. | tfarina@chromium.org | 2011-11-21 | 1 | -4/+4 |
* | Define the public interface for content browser RenderProcessHost. This inter... | ananta@chromium.org | 2011-11-18 | 1 | -3/+2 |
* | Remove the flags to RenderViewHost::EnablePreferredSizeMode since it's not us... | jam@chromium.org | 2011-11-17 | 1 | -3/+1 |
* | Have ExtensionHost use TabContents instead of RenderViewHost. Try #3. | mpcomplete@chromium.org | 2011-11-17 | 1 | -362/+69 |
* | Revert 110262 - Have ExtensionHost use TabContents instead of RenderViewHost.... | dpolukhin@chromium.org | 2011-11-16 | 1 | -69/+362 |
* | Have ExtensionHost use TabContents instead of RenderViewHost. Try #2. | mpcomplete@chromium.org | 2011-11-16 | 1 | -362/+69 |
* | Change EXTENSION_PROCESS_CREATED observers to use EXTENSION_HOST_CREATED. | yoz@chromium.org | 2011-11-09 | 1 | -10/+7 |
* | Revert "Have ExtensionHost use TabContents instead of RenderViewHost. This is... | mpcomplete@chromium.org | 2011-11-08 | 1 | -83/+363 |
* | Have ExtensionHost use TabContents instead of RenderViewHost. This is part | mpcomplete@chromium.org | 2011-11-08 | 1 | -363/+83 |
* | Move RendererPreferences to content/public/common and also put in the content... | jam@chromium.org | 2011-10-31 | 1 | -2/+2 |
* | Set extension-related webkit preferences in a common location. | aa@chromium.org | 2011-10-29 | 1 | -17/+1 |
* | Enable privileged WebGL extensions for Chrome extensions. | zmo@google.com | 2011-10-22 | 1 | -0/+3 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -8/+8 |
* | 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 | -20/+22 |
* | Move content_client.h into content/public. | joi@chromium.org | 2011-10-18 | 1 | -1/+0 |
* | Reland r105832: NewRunnable* -> base::Bind for most of chrome/browser/extensi... | adamk@chromium.org | 2011-10-18 | 1 | -4/+6 |
* | Revert 105832 - NewRunnable* -> base::Bind for most of chrome/browser/extensi... | adamk@chromium.org | 2011-10-17 | 1 | -6/+4 |
* | NewRunnable* -> base::Bind for most of chrome/browser/extensions/. | adamk@chromium.org | 2011-10-17 | 1 | -4/+6 |
* | Revert 105661 - Revert 105659 - Delay network requests on startup if any webR... | pam@chromium.org | 2011-10-15 | 1 | -1/+19 |
* | Revert 105659 - Delay network requests on startup if any webRequest or webNav... | pam@chromium.org | 2011-10-15 | 1 | -19/+1 |
* | Delay network requests on startup if any webRequest or webNavigation extensio... | pam@chromium.org | 2011-10-15 | 1 | -1/+19 |
* | Move NativeWebKeyboardEvent files into their intended final destinations prio... | ben@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 | -1/+1 |
* | Move view_types to content\public\common. Also update the enum values to matc... | jam@chromium.org | 2011-10-12 | 1 | -27/+27 |
* | Move BindingsPolicy enum to content\public\common and put it in the content n... | jam@chromium.org | 2011-10-11 | 1 | -2/+2 |
* | Move popup helper to content, fix method signature. | avi@chromium.org | 2011-10-06 | 1 | -1/+1 |
* | Split ViewType between chrome and content | jochen@chromium.org | 2011-10-06 | 1 | -27/+28 |
* | Fix crash when running the file chooser dialog from PPAPI.BUG=97637TEST=manual | bbudge@chromium.org | 2011-09-29 | 1 | -3/+5 |
* | Refactor ExtensionTabUtil-namespaced functions into their own file. | miket@chromium.org | 2011-09-27 | 1 | -1/+1 |
* | Removed the sending of the following content IPC messages out of chrome and r... | ananta@chromium.org | 2011-09-19 | 1 | -7/+4 |
* | Allow window.close() in background pages. | tessamac@chromium.org | 2011-09-07 | 1 | -0/+2 |
* | Handle the ViewHostMsg_RunFileChooser IPC message which is sent by content(re... | ananta@chromium.org | 2011-08-24 | 1 | -9/+11 |
* | content: change the CSSInsertRequest message to string16 | evan@chromium.org | 2011-08-08 | 1 | -1/+1 |
* | Switch from WebDocument::insertStyleText to ::insertUserStyleSheet for progra... | mihaip@chromium.org | 2011-07-28 | 1 | -2/+1 |
* | Removal of Profile from content part 1. | avi@chromium.org | 2011-07-27 | 1 | -12/+17 |
* | Get rid of the remaining implementation in TabContentsView and make all the m... | jam@chromium.org | 2011-07-12 | 1 | -9/+0 |
* | Remove TabContentsView methods that just call to the delegate, and have them ... | jam@chromium.org | 2011-07-11 | 1 | -57/+48 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -15/+16 |
* | For JavaScript dialogs, remove As[Type] members, expand delegates to handle t... | avi@chromium.org | 2011-06-30 | 1 | -8/+0 |
* | Remove Profiles from JavaScript dialogs. | avi@chromium.org | 2011-06-28 | 1 | -3/+12 |
* | GPU compositing surface handle is no longer sent to renderer process. | apatrick@chromium.org | 2011-06-27 | 1 | -1/+1 |
* | Removes RenderViewHostDelegate::GetBrowserWindowID. Instead the places | sky@chromium.org | 2011-06-08 | 1 | -19/+13 |
* | Remove JS dialog dependency from content. | avi@chromium.org | 2011-06-03 | 1 | -39/+25 |
* | Cleaning up of data types, naming for JavaScript dialogs. | avi@chromium.org | 2011-05-27 | 1 | -6/+14 |