| Commit message (Expand) | Author | Age | Files | Lines |
* | Shift passage of FileStream in downloads system to be by scoped_ptr<>. | rdsmith@chromium.org | 2012-10-17 | 1 | -6/+8 |
* | Allow settings dialog to be opened via the app launcher, as a packaged app. | tapted@chromium.org | 2012-10-15 | 1 | -1/+5 |
* | Add a separator between app's context menu commands and developer mode commands. | mek@chromium.org | 2012-10-10 | 1 | -1/+7 |
* | Move WebContentsUserData to content/public/browser. | joi@chromium.org | 2012-10-09 | 1 | -3/+3 |
* | Split ThumbnailGenerator in two. | avi@chromium.org | 2012-10-08 | 3 | -1072/+0 |
* | Add command-line flag to enable dev tools inspection for packed platform apps | cem.kocagil@gmail.com | 2012-10-04 | 1 | -1/+3 |
* | Add back Reload Page command to app development mode context menu. | benwells@chromium.org | 2012-10-04 | 1 | -0/+2 |
* | Give platform apps control over launcher right-click context menu. | mek@chromium.org | 2012-09-28 | 2 | -223/+22 |
* | Revert "Revert 159158 - Make using WebContentsUserData simpler." | avi@chromium.org | 2012-09-28 | 3 | -11/+2 |
* | Revert 159158 - Make using WebContentsUserData simpler. | dharani@google.com | 2012-09-28 | 3 | -2/+11 |
* | Switch TranslateTabHelper to use WebContentsUserData. | avi@chromium.org | 2012-09-28 | 1 | -15/+13 |
* | Revert 156678 - Native messaging now uses the MessageService back-end. | mpcomplete@chromium.org | 2012-09-28 | 1 | -0/+1 |
* | Make using WebContentsUserData simpler. | avi@chromium.org | 2012-09-27 | 3 | -11/+2 |
* | DevTools [remote debugging]: serve devtools front-end files from the bundle, ... | pfeldman@chromium.org | 2012-09-27 | 1 | -4/+0 |
* | Add Reload App command to the right click menu of unpacked packaged apps | benwells@chromium.org | 2012-09-27 | 1 | -1/+13 |
* | Switch NavigationMetricsRecorder to use WebContentsUserData. | avi@chromium.org | 2012-09-27 | 2 | -2/+10 |
* | Move WebContentsUserData to chrome/browser/common. | avi@chromium.org | 2012-09-27 | 2 | -155/+3 |
* | Revert 158830 - Revert 156678 - Native messaging now uses the MessageService ... | ilevy@chromium.org | 2012-09-26 | 1 | -1/+0 |
* | Revert 156678 - Native messaging now uses the MessageService back-end. | mpcomplete@chromium.org | 2012-09-26 | 1 | -0/+1 |
* | Remove two functions on WebContentsDelegate which didn't belong in content. T... | jam@chromium.org | 2012-09-26 | 1 | -4/+5 |
* | Revert 158691 - Give platform apps control over launcher right-click context ... | csilv@chromium.org | 2012-09-26 | 2 | -22/+223 |
* | Give platform apps control over launcher right-click context menu. | mek@chromium.org | 2012-09-25 | 2 | -223/+22 |
* | Move the NOTIFICATION_APP_TERMINATING notification from content to chrome, si... | jam@chromium.org | 2012-09-25 | 1 | -2/+2 |
* | Switch SearchEngineTabHelper to use WebContentsUserData. | avi@chromium.org | 2012-09-22 | 1 | -6/+5 |
* | Refactor BiDi context menu code into the Mac platform-specific subclass. | asvitkine@chromium.org | 2012-09-21 | 2 | -69/+6 |
* | Add "inspect background page" to platform app right-click menu. | mek@chromium.org | 2012-09-19 | 1 | -1/+16 |
* | Switch CoreTabHelper to use WebContentsUserData. | avi@chromium.org | 2012-09-19 | 1 | -12/+13 |
* | Switch BookmarkTabHelper to use WebContentsUserData. | avi@chromium.org | 2012-09-19 | 8 | -104/+123 |
* | Switch PrintViewManager, PrintPreviewMessageHandler to use WebContentsUserData. | avi@chromium.org | 2012-09-18 | 1 | -5/+5 |
* | Switch SSLTabHelper to use WebContentsUserData. | avi@chromium.org | 2012-09-18 | 2 | -324/+0 |
* | Switch WebContentsUserData to be a friended base. | avi@chromium.org | 2012-09-15 | 2 | -4/+11 |
* | Native messaging now uses the MessageService back-end. | eaugusti@chromium.org | 2012-09-13 | 1 | -1/+0 |
* | Switch SessionTabHelper to use WebContentsUserData. | avi@chromium.org | 2012-09-12 | 1 | -0/+3 |
* | Try 2 - Change how ui::Clipboard is accessed so there's only one per thread. | erg@chromium.org | 2012-09-11 | 1 | -1/+2 |
* | Revert r155743, "Switch Extensions::TabHelper to use WebContents, WebContents... | avi@chromium.org | 2012-09-11 | 1 | -7/+0 |
* | Switch Extensions::TabHelper to use WebContents, WebContentsUserData. | avi@chromium.org | 2012-09-10 | 1 | -0/+7 |
* | Revert 155468 - Change how ui::Clipboard is accessed so there's only one per ... | dharani@google.com | 2012-09-09 | 1 | -2/+1 |
* | Pass result of blockage across content API when new tab blocked. This change ... | tsepez@chromium.org | 2012-09-07 | 2 | -5/+9 |
* | Change how ui::Clipboard is accessed so there's only one per thread. | erg@chromium.org | 2012-09-07 | 1 | -1/+2 |
* | Add a method to check if an AutocompleteMatch is of a search type. | sreeram@chromium.org | 2012-09-05 | 1 | -10/+10 |
* | Avoid generating thumbnails while WebContents is destructed. | avi@chromium.org | 2012-08-30 | 1 | -3/+7 |
* | Make WebContentsUserData::CreateForWebContents idempotent. | avi@chromium.org | 2012-08-30 | 2 | -1/+20 |
* | Create base class for TabHelpers. | avi@chromium.org | 2012-08-29 | 2 | -0/+131 |
* | Context menus for text fields in platform apps should show available actions ... | mek@chromium.org | 2012-08-28 | 1 | -0/+8 |
* | Revert 153571 - Create base class for TabHelpers. | alexeypa@google.com | 2012-08-28 | 2 | -92/+0 |
* | Platform app context menu items should not be grouped into a submenu. | mek@chromium.org | 2012-08-27 | 1 | -24/+30 |
* | Create base class for TabHelpers. | avi@chromium.org | 2012-08-27 | 2 | -0/+92 |
* | The touch menu for ChromeOS will be used for all flavors of ChromeOS while ot... | skuhne@chromium.org | 2012-08-24 | 3 | -21/+21 |
* | Convert ui::MenuModel to use gfx::Image instead of ImageSkia. | rsesek@chromium.org | 2012-08-22 | 1 | -1/+1 |
* | Move MessageService into it's own directory. | eaugusti@chromium.org | 2012-08-21 | 1 | -1/+1 |