| Commit message (Expand) | Author | Age | Files | Lines |
* | Renames the classes in chrome/browser/chromeos/bluetooth/ ChromeOs-specific (... | youngki@chromium.org | 2012-10-02 | 2 | -3/+10 |
* | Temporary fix bug in disabling sync for default apps | grv@chromium.org | 2012-10-02 | 1 | -0/+3 |
* | Delete some unused code found by -Wunused-function | thakis@chromium.org | 2012-10-01 | 6 | -62/+0 |
* | Cache the channel ID | petewil@chromium.org | 2012-10-01 | 3 | -6/+43 |
* | Don't allow OAuth2MintTokenFlow to outlive profile. | estade@chromium.org | 2012-10-01 | 2 | -18/+56 |
* | Drop is_from_sync requirement for installs with webstore update URLs to be fr... | yoz@chromium.org | 2012-09-29 | 1 | -2/+1 |
* | Use blocking pool instead of file thread for ILT. | xiyuan@chromium.org | 2012-09-29 | 1 | -15/+16 |
* | Media Galleries: Run platform API tests in two phases. Run the second phase v... | thestig@chromium.org | 2012-09-29 | 1 | -23/+49 |
* | Add myself to OWNERS for extension idle and push messaging APIs. | dcheng@chromium.org | 2012-09-28 | 2 | -0/+2 |
* | Give platform apps control over launcher right-click context menu. | mek@chromium.org | 2012-09-28 | 5 | -45/+393 |
* | Revert "Revert 159158 - Make using WebContentsUserData simpler." | avi@chromium.org | 2012-09-28 | 4 | -6/+4 |
* | Revert 159068 - PluginFinder returns copies of PluginMetadata and PluginInsta... | dharani@google.com | 2012-09-28 | 1 | -2/+1 |
* | Revert 159158 - Make using WebContentsUserData simpler. | dharani@google.com | 2012-09-28 | 4 | -4/+6 |
* | Switch TranslateTabHelper to use WebContentsUserData. | avi@chromium.org | 2012-09-28 | 1 | -4/+5 |
* | Rename GetSite in SiteInstance to GetSiteURL. | nasko@chromium.org | 2012-09-28 | 1 | -1/+1 |
* | ExtensionBrowserTest.PluginLoadUnload is flaky on win_rel | vollick@google.com | 2012-09-28 | 1 | -2/+2 |
* | Fixed a typo that caused the "originTypes" option in the browsingData API to ... | engedy@chromium.org | 2012-09-28 | 2 | -2/+2 |
* | Rename PACKAGED_APP references to LEGACY_PACKAGED_APP | grv@chromium.org | 2012-09-28 | 7 | -17/+18 |
* | Revert 156678 - Native messaging now uses the MessageService back-end. | mpcomplete@chromium.org | 2012-09-28 | 17 | -1268/+159 |
* | Add ActionBoxController, a controller class for the action box scoped to the | kalman@chromium.org | 2012-09-28 | 7 | -59/+58 |
* | Disabling ExtensionWebRequestApiTest.PostData since it frequently times out a... | michaeln@chromium.org | 2012-09-28 | 1 | -1/+8 |
* | Implement chrome.socket.listen/accept for TCP server socket. | justinlin@chromium.org | 2012-09-28 | 8 | -18/+340 |
* | Add experimental history API for most visited filters. | rfevang@chromium.org | 2012-09-28 | 1 | -0/+1 |
* | Make using WebContentsUserData simpler. | avi@chromium.org | 2012-09-27 | 4 | -6/+4 |
* | Disable crashing DownloadExtensionTests on CrOS | pkotwicz@chromium.org | 2012-09-27 | 1 | -2/+18 |
* | PluginFinder returns copies of PluginMetadata and PluginInstaller no more agg... | ibraaaa@google.com | 2012-09-27 | 1 | -1/+2 |
* | Add content script activity to the extension activity log. | ericdingle@chromium.org | 2012-09-27 | 7 | -77/+218 |
* | Remove PluginGroup | ibraaaa@google.com | 2012-09-27 | 4 | -6/+2 |
* | Split WebNavigationApiTest.CrossProcess into several smaller tests, so they d... | jochen@chromium.org | 2012-09-27 | 1 | -14/+32 |
* | Cache the object given to the chrome.app.window.create callback and use it fo... | tapted@chromium.org | 2012-09-27 | 1 | -0/+1 |
* | Add Reload App command to the right click menu of unpacked packaged apps | benwells@chromium.org | 2012-09-27 | 1 | -5/+5 |
* | Move WebContentsUserData to chrome/browser/common. | avi@chromium.org | 2012-09-27 | 2 | -2/+2 |
* | Disable DownloadExtensionTest_Download_Cancel on ChromeOS | bshe@chromium.org | 2012-09-26 | 1 | -1/+9 |
* | Disable ExtensionApiTest.NativeMessageBasic | asargent@chromium.org | 2012-09-26 | 1 | -1/+2 |
* | Grant popup blocker bypass based upon extension context type. | tsepez@chromium.org | 2012-09-26 | 1 | -2/+40 |
* | Revert 158830 - Revert 156678 - Native messaging now uses the MessageService ... | ilevy@chromium.org | 2012-09-26 | 15 | -149/+1016 |
* | Revert 156678 - Native messaging now uses the MessageService back-end. | mpcomplete@chromium.org | 2012-09-26 | 15 | -1016/+149 |
* | Revert 158590 - Extensions: Fix a crash installing an app w/ oauth2 scopes in... | jhawkins@chromium.org | 2012-09-26 | 1 | -1/+1 |
* | Revert 158707 - Enable by default: | csilv@chromium.org | 2012-09-26 | 1 | -1/+1 |
* | Enable by default: | vangelis@chromium.org | 2012-09-26 | 1 | -1/+1 |
* | Revert 158691 - Give platform apps control over launcher right-click context ... | csilv@chromium.org | 2012-09-26 | 5 | -377/+45 |
* | Revert 158217 - Allow extensions which can run without NPAPI to run under Win... | rkc@chromium.org | 2012-09-25 | 2 | -17/+6 |
* | Give platform apps control over launcher right-click context menu. | mek@chromium.org | 2012-09-25 | 5 | -45/+377 |
* | Separate plugin_metadata from plugin_installer, make plugin_finder thread-saf... | ibraaaa@google.com | 2012-09-25 | 2 | -12/+9 |
* | extensions: Fix typo in bookmarks url. | tfarina@chromium.org | 2012-09-25 | 1 | -1/+2 |
* | Changing USB API buffer ownership. | gdk@chromium.org | 2012-09-25 | 3 | -17/+16 |
* | Remove DownloadManager::GetDownloadItem() and GetActiveDownloadItem() in favo... | benjhayden@chromium.org | 2012-09-25 | 3 | -32/+19 |
* | Extensions: Fix a crash installing an app w/ oauth2 scopes in incognito. | jhawkins@chromium.org | 2012-09-25 | 1 | -1/+1 |
* | Disable MediaGalleriesNoAccess and MediaGalleriesRead browser tests on Windows | asargent@chromium.org | 2012-09-25 | 1 | -2/+15 |
* | Second try of 157576 https://chromiumcodereview.appspot.com/10780013/ | cem.kocagil@gmail.com | 2012-09-25 | 1 | -1/+2 |