| Commit message (Expand) | Author | Age | Files | Lines |
* | Drive extension functions from ExtensionFunction::Run. The | kalman@chromium.org | 2014-05-03 | 14 | -99/+114 |
* | Allow shared modules to whitelist extensions that import them. | elijahtaylor@chromium.org | 2014-05-02 | 5 | -0/+70 |
* | Add createAppShortcut function in chrome.management | wjywbs@gmail.com | 2014-05-02 | 1 | -0/+1 |
* | Add _api_features.json for chrome.shell API | jamescook@chromium.org | 2014-05-02 | 1 | -7/+0 |
* | Whitelist hangouts for the systemIndicator API. | dewittj@chromium.org | 2014-05-02 | 1 | -1/+0 |
* | Initial implementation of chrome.browser.openTab. | rpaquay@chromium.org | 2014-05-02 | 2 | -0/+2 |
* | Move renderer ExtensionHelper into //extensions | jamescook@chromium.org | 2014-05-01 | 11 | -11/+851 |
* | Resubmit: Extend DOMActivityLogger interface for upcoming change | rdevlin.cronin@chromium.org | 2014-05-01 | 4 | -39/+142 |
* | Renamed namespaces of url lib. | vitalybuka@chromium.org | 2014-05-01 | 2 | -9/+9 |
* | Pull chrome stuff out of (and move) extensions::Dispatcher. | rockot@chromium.org | 2014-05-01 | 46 | -31/+4340 |
* | [fsp] Add the getMetadata operation. | mtomasz@chromium.org | 2014-05-01 | 1 | -0/+2 |
* | Move DOMActivityLogger and associated code from //chrome to //extensions | jamescook@chromium.org | 2014-05-01 | 9 | -0/+664 |
* | Convert app_shell onLaunched stub to use chrome.shell.onLaunched | jamescook@chromium.org | 2014-05-01 | 2 | -3/+17 |
* | Introduce chrome.shell.createWindow stub API for app_shell | jamescook@chromium.org | 2014-04-30 | 6 | -1/+82 |
* | Break src/extensions dependency on Chrome's theme_resources.h / .pak | jamescook@chromium.org | 2014-04-30 | 4 | -27/+0 |
* | Rename (Chrome)SyncExtensionFunction::RunImpl to RunSync so that the RunImpl | kalman@chromium.org | 2014-04-30 | 5 | -35/+41 |
* | Stop prompting for the file system write permission in packaged apps. | benwells@chromium.org | 2014-04-30 | 1 | -1/+1 |
* | Settings Overides -- warn user when extensions override their NTP. | finnur@chromium.org | 2014-04-29 | 2 | -0/+20 |
* | Use base::STLSet* in place of std::set_* for simplicity. | sungmann.cho@navercorp.com | 2014-04-29 | 1 | -23/+8 |
* | Export a private webstore API to call into the new inline sign-in flow. | isherman@chromium.org | 2014-04-29 | 1 | -0/+1 |
* | Revert "Rename experimental.accessibility to accessibilityPrivate" | dtseng@chromium.org | 2014-04-29 | 2 | -3/+0 |
* | Split feature definitions into extensions and chrome features. | yoz@chromium.org | 2014-04-28 | 15 | -107/+426 |
* | Use base::STLSet* in place of std::set_* for simplicity and consistency. | sungmann.cho@navercorp.com | 2014-04-27 | 1 | -12/+4 |
* | Introduce chrome.bluetoothSocket API. | keybuk@chromium.org | 2014-04-26 | 1 | -0/+12 |
* | Add GN template for generated extensions API targets. | rockot@chromium.org | 2014-04-26 | 2 | -0/+165 |
* | Add the feature to retain the user gesture in the extension callback. | wjywbs@gmail.com | 2014-04-25 | 1 | -3/+10 |
* | Introduce ExtensionFunction::RunImplTypesafe and SendResponseTypesafe, | kalman@chromium.org | 2014-04-24 | 6 | -71/+271 |
* | Cpplint for apps/, extensions/ | limasdf@gmail.com | 2014-04-24 | 7 | -19/+20 |
* | BookmarkManagerPrivate API meta info improvements. | rfevang@chromium.org | 2014-04-24 | 1 | -0/+2 |
* | Introduce chrome.bluetoothLowEnergy API. | armansito@chromium.org | 2014-04-22 | 1 | -0/+11 |
* | Put SimpleFeature crash info on the stack so that they show up in the minidump. | kalman@chromium.org | 2014-04-22 | 1 | -1/+9 |
* | cleanup: Use EventRouter and some cleanups. | limasdf@gmail.com | 2014-04-22 | 2 | -5/+4 |
* | PropertyCallbackInfo::This should be a primitive value | jochen@chromium.org | 2014-04-22 | 1 | -3/+8 |
* | Remove some test files from extensions_unittests target. | tfarina@chromium.org | 2014-04-20 | 1 | -5/+0 |
* | Replace NOTIFICATION_EXTENSION_LOADED to NOTIFICATION_EXTENSION_LOADED_DEPREC... | limasdf@gmail.com | 2014-04-20 | 3 | -6/+8 |
* | Fix punctuation and remove a word from extension permission warnings. | meacer@chromium.org | 2014-04-19 | 1 | -4/+4 |
* | Pass Reason as a parameter with OnExtensionUnloaded. | DHNishi@gmail.com | 2014-04-18 | 8 | -13/+25 |
* | Support a "policy" extension location in extension features files. | kalman@chromium.org | 2014-04-18 | 13 | -228/+307 |
* | Provide UI for per-extension enabling/disabling of error collection. | rdevlin.cronin@chromium.org | 2014-04-18 | 1 | -1/+2 |
* | Use EventRouter instead of ExtensionSystem::Get->event_router() | limasdf@gmail.com | 2014-04-18 | 2 | -4/+2 |
* | Remove ChromeV8Extension & most of ChromeV8Context | rockot@chromium.org | 2014-04-17 | 8 | -2/+447 |
* | Change ACCELERATED_COMPOSITING blacklist to GPU_COMPOSITING. | danakj@chromium.org | 2014-04-17 | 2 | -3/+2 |
* | Introduce extensions_strings.grd | jamescook@chromium.org | 2014-04-17 | 70 | -27/+2048 |
* | Move extensions bindings code out of //chrome | rockot@chromium.org | 2014-04-17 | 33 | -0/+1707 |
* | Break a single histogram into two histograms | asargent@chromium.org | 2014-04-16 | 1 | -1/+6 |
* | Remove VIEW_TYPE_NOTIFICATION since it's not used anymore. | jam@chromium.org | 2014-04-16 | 2 | -5/+0 |
* | Use default CSP for resource loading in webview (instead of platform app's CSP) | lazyboy@chromium.org | 2014-04-16 | 4 | -4/+21 |
* | Use EventRouter instead of ExtensionSystem::Get->event_router() | limasdf@gmail.com | 2014-04-16 | 3 | -10/+9 |
* | Merge ExtensionImpl into EventBindings. | koz@chromium.org | 2014-04-16 | 2 | -249/+272 |
* | Clean-up coding style | haibane84@gmail.com | 2014-04-16 | 5 | -2/+10 |