| Commit message (Expand) | Author | Age | Files | Lines |
* | [Hotword] Adding hotwordPrivate private extension api. | rlp@chromium.org | 2014-02-02 | 1 | -0/+1 |
* | Move extensions IPC filtering to extensions::ExtensionMessageFilter | jamescook@chromium.org | 2014-02-02 | 3 | -0/+252 |
* | HID API frontend for Apps. | rockot@chromium.org | 2014-02-01 | 2 | -0/+2 |
* | Apply automatic range checking for enums acros extension_messages IPC. | tsepez@chromium.org | 2014-01-30 | 1 | -0/+1 |
* | Get rid of some uses of base::Create*Value | estade@chromium.org | 2014-01-30 | 1 | -1/+1 |
* | Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1. | yoz@chromium.org | 2014-01-30 | 7 | -25/+170 |
* | Cleanup: Fix some lint/style errors in extensions code. | thestig@chromium.org | 2014-01-29 | 1 | -6/+3 |
* | Extensions: Make it possible for permission parsing code to return a detailed... | thestig@chromium.org | 2014-01-29 | 7 | -50/+43 |
* | Register the worker process ID of the extension to ProcessMap in ExtensionSys... | horo@chromium.org | 2014-01-28 | 2 | -1/+32 |
* | Extract extension-related renderer setup from ExtensionService | jamescook@chromium.org | 2014-01-28 | 7 | -5/+209 |
* | Cleanup: Simplify ErrorUtils::FormatErrorMessageUTF16(). | thestig@chromium.org | 2014-01-27 | 1 | -13/+4 |
* | Add support for user-level Native Messaging hosts installation. | sergeyu@chromium.org | 2014-01-27 | 3 | -0/+9 |
* | Enable/disable extensions upon changes in blacklist. | oleg@chromium.org | 2014-01-27 | 5 | -9/+66 |
* | Revert 246938 "Add support for user-level Native Messaging hosts..." | ronghuawu@chromium.org | 2014-01-24 | 3 | -9/+0 |
* | Add support for user-level Native Messaging hosts installation. | sergeyu@chromium.org | 2014-01-24 | 3 | -0/+9 |
* | Clean up extension_util.h. | derat@chromium.org | 2014-01-24 | 2 | -15/+2 |
* | The Script Bubble and Script Badge were two extension experiments that didn't... | finnur@chromium.org | 2014-01-24 | 4 | -25/+0 |
* | tab capture: Change the permissions for tabs.captureVisibleTab(). | sadrul@chromium.org | 2014-01-24 | 5 | -55/+81 |
* | Allow Extension-specific toggling for error reporting | rdevlin.cronin@chromium.org | 2014-01-24 | 6 | -0/+470 |
* | Rename and deprecate chrome_settings_overrides.bookmarks_ui.hide_bookmark_but... | wittman@chromium.org | 2014-01-23 | 2 | -0/+5 |
* | Use _api_features checks for app.runtime and app.window instead of permissions. | yoz@chromium.org | 2014-01-23 | 2 | -15/+0 |
* | app_shell: Extract extension runtime data from ExtensionService | jamescook@chromium.org | 2014-01-22 | 7 | -0/+323 |
* | Move ExtensionPrefs and friends to extensions/ directory. | derat@chromium.org | 2014-01-22 | 17 | -5/+3826 |
* | Revert 245563 and 245800 which made re2 GN generated. | brettw@chromium.org | 2014-01-22 | 1 | -1/+1 |
* | Make generated bookmark apps have no web extent. | calamity@chromium.org | 2014-01-21 | 1 | -0/+4 |
* | Support -Goutput_dir=blahblah in GN-GYP hybrid mode | jamesr@chromium.org | 2014-01-18 | 1 | -1/+1 |
* | Generalize "hide bookmark star" permission to "override bookmarks UI" | wittman@chromium.org | 2014-01-18 | 1 | -1/+1 |
* | [IME] Supports options page for each IME instead of single options page for e... | shuchen@chromium.org | 2014-01-18 | 2 | -0/+2 |
* | Convert the re2 GYP targets to be generated by GN. | brettw@chromium.org | 2014-01-17 | 1 | -1/+1 |
* | Convert extensions::ProcessMap to BrowserContextKeyedService | jamescook@chromium.org | 2014-01-17 | 6 | -8/+111 |
* | Make EventFilteringInfo::IsEmpty() take has_instance_id_ into account. | lazyboy@chromium.org | 2014-01-17 | 1 | -1/+1 |
* | Move kExtensionProcess to src/extensions/common/switches.cc | jamescook@chromium.org | 2014-01-16 | 2 | -3/+7 |
* | extensions: Relocate pref name constants. | derat@chromium.org | 2014-01-16 | 2 | -10/+99 |
* | Revert of Convert the re2 GYP targets to be generated by GN. (https://coderev... | brettw@chromium.org | 2014-01-16 | 1 | -1/+1 |
* | Convert the re2 GYP targets to be generated by GN. | brettw@chromium.org | 2014-01-16 | 1 | -1/+1 |
* | Move webview and web_accessible_resources manifest handlers to src/extensions | jamescook@chromium.org | 2014-01-16 | 6 | -0/+338 |
* | Implement initial of chrome.readingListPrivate api. | yfriedman@chromium.org | 2014-01-14 | 1 | -0/+1 |
* | Clear testing callbacks in AppBackgrounPageNaclTest reentrantly. | scheib@chromium.org | 2014-01-10 | 1 | -4/+10 |
* | app_shell: Fix PrefsTabHelper dependency of ExtensionHost | jamescook@chromium.org | 2014-01-10 | 1 | -0/+5 |
* | Fix app_shell shutdown crash due to BrowserContextKeyedServices | jamescook@chromium.org | 2014-01-09 | 1 | -0/+12 |
* | Register bindings for blessed web contexts (aka hosted app contexts) by hand | kalman@chromium.org | 2014-01-09 | 1 | -2/+6 |
* | Do not dispatch events to inactive ephemeral apps | tmdiep@chromium.org | 2014-01-08 | 2 | -3/+21 |
* | Move ExtensionService::GetExtensionById() to ExtensionRegistry | jamescook@chromium.org | 2014-01-07 | 3 | -0/+125 |
* | Create extensions_test_support build target | jamescook@chromium.org | 2014-01-07 | 6 | -21/+91 |
* | Remove sockets.udp permission. | rpaquay@chromium.org | 2014-01-07 | 1 | -1/+0 |
* | Allow app_shell to run past extension manifest parsing | jamescook@chromium.org | 2014-01-07 | 6 | -4/+55 |
* | Test Keeping NaCl plugins used in app background pages alive when active. | scheib@chromium.org | 2014-01-07 | 2 | -1/+28 |
* | Revert of https://codereview.chromium.org/112663007/ | ckocagil@chromium.org | 2014-01-04 | 2 | -28/+1 |
* | Test Keeping NaCl plugins used in app background pages alive when active. | scheib@chromium.org | 2014-01-04 | 2 | -1/+28 |
* | Revert "Update all users of base::Version to explicitly specify the namespace... | avi@chromium.org | 2014-01-03 | 5 | -12/+12 |