| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Another round of unused forward declaration cleanup. | thestig@chromium.org | 2012-03-03 | 1 | -1/+0 |
* | Refine the dialog box to show a extension name when the dialog box is created... | yumiOS.art@gmail.com | 2012-02-29 | 1 | -0/+5 |
* | Change the way lazy background pages shutdown. | mpcomplete@chromium.org | 2012-02-27 | 1 | -2/+23 |
* | Fix extensions compile issues for Android on sync_unit_tests. | dtrainor@chromium.org | 2012-02-23 | 1 | -1/+3 |
* | Revert change to delay network requests on startup for webRequest extensions. | mpcomplete@chromium.org | 2012-02-23 | 1 | -3/+0 |
* | Move RenderWidgetHostView into content namespace. Fix include paths. | joi@chromium.org | 2012-02-20 | 1 | -1/+1 |
* | Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include... | joi@chromium.org | 2012-02-20 | 1 | -1/+1 |
* | Move RenderWidgetHostView into content namespace. Fix include paths. | joi@chromium.org | 2012-02-20 | 1 | -1/+1 |
* | Add stubbed-out view() implementation for Android. | yfriedman@chromium.org | 2012-02-14 | 1 | -16/+28 |
* | Enable devtools via context menu in platform apps and popup extensions. | benwells@chromium.org | 2012-02-09 | 1 | -1/+0 |
* | Move js_modal_dialogs.h to content\public\browser. | jam@chromium.org | 2012-01-30 | 1 | -1/+1 |
* | Disable ExtensionPopup link, media, and page context menus. | msw@chromium.org | 2012-01-26 | 1 | -0/+1 |
* | Define the public interface for content browser SiteInstance. This interface ... | ananta@chromium.org | 2012-01-25 | 1 | -2/+3 |
* | Disable modal JavaScript dialogs for platform apps. | jstritar@chromium.org | 2012-01-24 | 1 | -0/+1 |
* | Remove ExtensionFunctionDispatcher::Delegate::GetNativeViewOfHost. | mihaip@chromium.org | 2012-01-20 | 1 | -1/+0 |
* | Don't use browser windows for platform app shell windows. | mihaip@chromium.org | 2012-01-09 | 1 | -1/+4 |
* | Revert 116834 - Don't use browser windows for platform app shell windows. | aa@chromium.org | 2012-01-08 | 1 | -4/+1 |
* | Don't use browser windows for platform app shell windows. | mihaip@chromium.org | 2012-01-07 | 1 | -1/+4 |
* | Revert 116803 - Don't use browser windows for platform app shell windows. | sky@chromium.org | 2012-01-07 | 1 | -4/+1 |
* | Don't use browser windows for platform app shell windows. | mihaip@chromium.org | 2012-01-07 | 1 | -1/+4 |
* | Make ExtensionHost::host_contents() return a WebContents and update calling c... | jam@chromium.org | 2012-01-05 | 1 | -2/+2 |
* | Create a Content API interface around NavigationController, and move all the ... | jam@chromium.org | 2011-12-29 | 1 | -0/+1 |
* | Convert all of the WebContentsDelegate to use WebContents instead of TabConte... | jam@chromium.org | 2011-12-28 | 1 | -4/+5 |
* | Move the PageNavigator interface and GlobalRequestID struct to content\public... | jam@chromium.org | 2011-12-28 | 1 | -2/+3 |
* | Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo... | jam@chromium.org | 2011-12-27 | 1 | -1/+1 |
* | Convert a bunch of WebContentsObservers to use web_contents() instead of tab_... | jam@chromium.org | 2011-12-25 | 1 | -5/+5 |
* | Move TabContentsObserver to content/public, rename it to WebContentsObserver,... | jam@chromium.org | 2011-12-22 | 1 | -4/+3 |
* | Refactor a couple tab helpers so they aren't dependent on TabContentsWrapper, | mpcomplete@chromium.org | 2011-12-21 | 1 | -0/+4 |
* | Move TabContentsDelegate to content/public/browser and put it in the content ... | tfarina@chromium.org | 2011-12-20 | 1 | -3/+3 |
* | Small tweaks to ExtensionHost: | mpcomplete@chromium.org | 2011-12-20 | 1 | -0/+2 |
* | Add a notification for EXTENSION_HOST_DOM_CONTENT_LOADED and use it to end st... | pam@chromium.org | 2011-12-16 | 1 | -0/+1 |
* | Implement RunFileChooser for ExtensionHost, so that file input elements work in | mpcomplete@chromium.org | 2011-12-15 | 1 | -0/+2 |
* | Fix regression with extension popup bubbles on Mac. | mpcomplete@chromium.org | 2011-12-02 | 1 | -0/+6 |
* | 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 |
* | Get rid of view_messages.h include from chrome since TabContentsDelegate used... | jam@chromium.org | 2011-11-22 | 1 | -1/+0 |
* | Define the public interface for content browser RenderProcessHost. This inter... | ananta@chromium.org | 2011-11-18 | 1 | -2/+5 |
* | Have ExtensionHost use TabContents instead of RenderViewHost. Try #3. | mpcomplete@chromium.org | 2011-11-17 | 1 | -112/+33 |
* | Revert 110262 - Have ExtensionHost use TabContents instead of RenderViewHost.... | dpolukhin@chromium.org | 2011-11-16 | 1 | -33/+112 |
* | Have ExtensionHost use TabContents instead of RenderViewHost. Try #2. | mpcomplete@chromium.org | 2011-11-16 | 1 | -112/+33 |
* | Cleanup: Remove unneeded forward declarations from chrome/browser/extensions. | thestig@chromium.org | 2011-11-11 | 1 | -1/+0 |
* | Change EXTENSION_PROCESS_CREATED observers to use EXTENSION_HOST_CREATED. | yoz@chromium.org | 2011-11-09 | 1 | -0/+1 |
* | Revert "Have ExtensionHost use TabContents instead of RenderViewHost. This is... | mpcomplete@chromium.org | 2011-11-08 | 1 | -33/+111 |
* | Have ExtensionHost use TabContents instead of RenderViewHost. This is part | mpcomplete@chromium.org | 2011-11-08 | 1 | -111/+33 |
* | Move RendererPreferences to content/public/common and also put in the content... | jam@chromium.org | 2011-10-31 | 1 | -1/+1 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -7/+7 |
* | Revert 105661 - Revert 105659 - Delay network requests on startup if any webR... | pam@chromium.org | 2011-10-15 | 1 | -0/+3 |
* | Revert 105659 - Delay network requests on startup if any webRequest or webNav... | pam@chromium.org | 2011-10-15 | 1 | -3/+0 |
* | Delay network requests on startup if any webRequest or webNavigation extensio... | pam@chromium.org | 2011-10-15 | 1 | -0/+3 |
* | Move view_types to content\public\common. Also update the enum values to matc... | jam@chromium.org | 2011-10-12 | 1 | -4/+4 |
* | Split ViewType between chrome and content | jochen@chromium.org | 2011-10-06 | 1 | -4/+6 |