| Commit message (Expand) | Author | Age | Files | Lines |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 17 | -57/+60 |
* | Remove the Value class names from the global namespace. | avi@chromium.org | 2013-12-24 | 2 | -5/+7 |
* | Update all users of base::Version to explicitly specify the namespace, and cl... | avi@chromium.org | 2013-12-23 | 5 | -12/+12 |
* | Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi... | avi@chromium.org | 2013-12-23 | 5 | -9/+13 |
* | Cleanup: Move kFileSystemScheme constant into content namespace. | tfarina@chromium.org | 2013-12-23 | 1 | -1/+1 |
* | Prevent creating background pages for non-incognito profile in Guest mode | dpolukhin@chromium.org | 2013-12-21 | 2 | -2/+11 |
* | Extract an ExtensionRegistry from ExtensionService | jamescook@chromium.org | 2013-12-21 | 4 | -0/+258 |
* | Add base:: to string16 in extensions/. | dbeam@chromium.org | 2013-12-20 | 46 | -178/+191 |
* | Revert 242061 "Test Keeping NaCl plugins used in app background ..." | dbeam@chromium.org | 2013-12-20 | 2 | -28/+1 |
* | Make PepperWebPlugin not use RenderView. | jam@chromium.org | 2013-12-20 | 2 | -18/+52 |
* | Test Keeping NaCl plugins used in app background pages alive when active. | scheib@chromium.org | 2013-12-20 | 2 | -1/+28 |
* | Add a BLESSED_WEB_PAGE extension JS context type to describe the context in | kalman@chromium.org | 2013-12-19 | 1 | -0/+5 |
* | Create simplified ExtensionSystem for app_shell | jamescook@chromium.org | 2013-12-19 | 1 | -2/+3 |
* | Don't show extension uninstall bubbles for pending extensions. | joaodasilva@chromium.org | 2013-12-19 | 1 | -9/+1 |
* | Don't post tasks from RulesRegistry c-tor | vabr@chromium.org | 2013-12-19 | 2 | -0/+8 |
* | Move kExtensionResourceScheme to extensions/common/constants.h | jamescook@chromium.org | 2013-12-19 | 2 | -0/+4 |
* | Optimize ExtensionAPI::IsAnyFeatureAvailableToContext from O(#features) to O(... | jyasskin@chromium.org | 2013-12-18 | 5 | -20/+40 |
* | Keep NaCl plugins used in app background pages alive when active. | scheib@chromium.org | 2013-12-18 | 1 | -0/+2 |
* | Pass a Feature* to IsAnyFeatureAvailableToContext instead of a string name. | jyasskin@chromium.org | 2013-12-18 | 4 | -8/+9 |
* | Move c/c/e/extension_set to top-level extensions/ | rdevlin.cronin@chromium.org | 2013-12-17 | 7 | -3/+444 |
* | Remove ExtensionHost dependency on Chrome's JavaScriptDialogManager | jamescook@chromium.org | 2013-12-16 | 1 | -0/+5 |
* | Disappear from OWNERS for generic extensions directories. | mpcomplete@chromium.org | 2013-12-14 | 1 | -1/+0 |
* | Add an extension bubble explaining which extensions are in dev mode. | finnur@chromium.org | 2013-12-13 | 4 | -0/+12 |
* | Move extensions/common/matcher into components/url_matcher. | joaodasilva@chromium.org | 2013-12-13 | 24 | -3676/+22 |
* | Files.app: Conver private API scheme from JSON to IDL. | hirono@chromium.org | 2013-12-13 | 1 | -2/+0 |
* | Allow extensions to hide bookmark star | wittman@chromium.org | 2013-12-12 | 7 | -0/+20 |
* | Remove DeferBackgroundExtensionCreation field trial and supporting code. | tapted@chromium.org | 2013-12-11 | 2 | -30/+6 |
* | extensions: Fix the UMA names for Extensions.FunctionCalls. | sadrul@chromium.org | 2013-12-11 | 1 | -3/+2 |
* | Revert 239921 "Revert 239759 "The comment in base64.h implies th..." | vadimt@chromium.org | 2013-12-11 | 1 | -1/+4 |
* | Revert 239759 "The comment in base64.h implies that base::Base64..." | vadimt@chromium.org | 2013-12-11 | 1 | -4/+1 |
* | The comment in base64.h implies that base::Base64Encode() can return false, but | ricea@chromium.org | 2013-12-10 | 1 | -1/+4 |
* | Add ExtensionsBrowserClient and AppSorting to app_shell | jamescook@chromium.org | 2013-12-07 | 1 | -2/+2 |
* | Move LaunchContainer enum to extension_constants.h. | derat@chromium.org | 2013-12-06 | 1 | -12/+0 |
* | Reinstate alwaysOnTopWindows permission | tmdiep@chromium.org | 2013-12-06 | 1 | -0/+1 |
* | Move LaunchType out of ExtensionPrefs. | derat@chromium.org | 2013-12-05 | 1 | -0/+1 |
* | Move directory creation functions to base namespace. | brettw@chromium.org | 2013-12-03 | 2 | -5/+5 |
* | Move temp file functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Cast Extensions API: Major namespace and object renaming | hclam@chromium.org | 2013-12-03 | 1 | -1/+0 |
* | Add KeepaliveImpulse to extension process manager. | scheib@chromium.org | 2013-12-03 | 3 | -24/+92 |
* | Cast Extensions API: Factory method for creating a cast session | hclam@chromium.org | 2013-12-03 | 1 | -0/+1 |
* | Remove ExtensionPrefFactory's dependency on Profile. | derat@chromium.org | 2013-12-03 | 1 | -0/+12 |
* | Move EmptyString, kWhitespace and the BOM to base. | brettw@chromium.org | 2013-12-02 | 2 | -8/+8 |
* | Move kFtpScheme into content namespace. | tfarina@chromium.org | 2013-12-01 | 1 | -1/+1 |
* | First step of first-run UI replaced with component app. | dzhioev@chromium.org | 2013-11-30 | 1 | -0/+1 |
* | Remove dependency of ExtensionService on runtime API. | benwells@chromium.org | 2013-11-29 | 2 | -0/+28 |
* | Moved some more dependencies of ExtensionService to extensions | benwells@chromium.org | 2013-11-28 | 5 | -0/+610 |
* | Remove dependency from ExtensionService to app mode utils. | benwells@chromium.org | 2013-11-28 | 1 | -0/+3 |
* | Leave fullscreen mode in an app window when ESC key is pressed. | mlamouri@chromium.org | 2013-11-28 | 1 | -0/+1 |
* | Move Posix file utils to the base namespace. | brettw@chromium.org | 2013-11-27 | 1 | -1/+1 |
* | Move ManifestHandlers to extensions/ | rdevlin.cronin@chromium.org | 2013-11-26 | 14 | -0/+1251 |