| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Fix some lint/style errors in extensions code. | thestig@chromium.org | 2014-01-29 | 1 | -0/+1 |
* | Update some uses of Value in chrome/ to use the base:: namespace. | avi@chromium.org | 2013-12-23 | 1 | -3/+3 |
* | Remove usage of deprecated V8 APIs from c/r/extensions | jochen@chromium.org | 2013-12-02 | 1 | -1/+1 |
* | Convert remaining function callbacks in chrome | dcarney@chromium.org | 2013-06-14 | 1 | -9/+11 |
* | Extensions: pass ChromeV8Context around instead of v8::Handle. | marja@chromium.org | 2013-06-04 | 1 | -5/+5 |
* | Apps V2 in Pepper: Host side implementation of ExntensionsCommon - Part 1. | yzshen@chromium.org | 2013-03-29 | 1 | -2/+1 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-03-09 | 1 | -7/+19 |
* | Revert 186643 - Caused a 10% regression on SunSpider benchmark | tonyg@chromium.org | 2013-03-07 | 1 | -19/+7 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-03-07 | 1 | -7/+19 |
* | Revert 185709 | koz@chromium.org | 2013-03-03 | 1 | -10/+7 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-03-02 | 1 | -7/+10 |
* | Revert 184837 | abodenha@chromium.org | 2013-02-27 | 1 | -10/+7 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-02-27 | 1 | -7/+10 |
* | Make V8ValueConverter.FromV8Value be more consistent with JSON.stringify: don't | kalman@chromium.org | 2012-09-17 | 1 | -5/+7 |
* | Revert 157025 - Make V8ValueConverter.FromV8Value be more consistent with JSO... | kalman@chromium.org | 2012-09-16 | 1 | -6/+5 |
* | Make V8ValueConverter.FromV8Value be more consistent with JSON.stringify: don't | kalman@chromium.org | 2012-09-15 | 1 | -5/+6 |
* | Move c/r/extensions/* into extensions namespace | rdevlin.cronin@chromium.org | 2012-08-07 | 1 | -6/+4 |
* | Revert 145642 - Cleanup: make ExtensionRequestSender manage its IPC responses... | cmp@chromium.org | 2012-07-09 | 1 | -9/+20 |
* | Cleanup: make ExtensionRequestSender manage its IPC responses directly, rather | kalman@chromium.org | 2012-07-09 | 1 | -20/+9 |
* | Allow "null" to mean optional in extension APIs (for realz), but normalise it | kalman@chromium.org | 2012-05-30 | 1 | -1/+7 |
* | Support optional arguments in SendRequestNatives::StartRequest | battre@chromium.org | 2012-05-16 | 1 | -0/+1 |
* | Allow serialization of ArrayBuffer params in extension/apps API methods | asargent@chromium.org | 2012-05-09 | 1 | -10/+11 |
* | Revert 135602 - Allow serialization of ArrayBuffer params in extension/apps A... | dmazzoni@google.com | 2012-05-07 | 1 | -11/+10 |
* | Allow serialization of ArrayBuffer params in extension/apps API methods | asargent@chromium.org | 2012-05-06 | 1 | -10/+11 |
* | Modify the base::JSONReader interface to take a set of options rather than a ... | rsesek@chromium.org | 2012-04-11 | 1 | -3/+1 |
* | Split SchemaGeneratedBindings up into smaller, more targetted native handlers. | koz@chromium.org | 2012-04-05 | 1 | -0/+57 |