| Commit message (Expand) | Author | Age | Files | Lines |
* | app_shell: Do simple audio initialization. | derat | 2014-08-29 | 7 | -14/+364 |
* | Move guest_view_internal_api to extensions. | hanxi | 2014-08-29 | 7 | -0/+236 |
* | Move AppWindow to extensions | hashimoto | 2014-08-29 | 11 | -0/+2529 |
* | Add more generic filters to the chrome.hid.getDevices API. | reillyg | 2014-08-29 | 4 | -93/+140 |
* | - Add support for references in different paths in apis. | lfg | 2014-08-29 | 3 | -7/+52 |
* | Renderer changes for wiring up shared memory with declarative injection | markdittmer | 2014-08-29 | 9 | -32/+196 |
* | Remove cevans@ from OWNERS files. | thestig | 2014-08-29 | 1 | -1/+0 |
* | Remove BrowserThread dependency from usb_service. | reillyg | 2014-08-29 | 10 | -5/+74 |
* | Add a separate warning message for topSites permission. | meacer | 2014-08-29 | 1 | -0/+1 |
* | GuestView: Cleanup on Embedder process swap | fsamuel | 2014-08-28 | 1 | -0/+6 |
* | Browser changes for wiring up RequestContentScript API to shared memory | markdittmer | 2014-08-28 | 2 | -0/+3 |
* | AppView internal API doesn't need to go through ExtensionsAPIClient anymore, ... | lfg | 2014-08-28 | 3 | -42/+9 |
* | Extensions-related fixups for scoped_refptr conversion operator removal. | dcheng | 2014-08-28 | 8 | -23/+25 |
* | Use ApiUnitTest for storage API tests (storage_api_unittest and storage_front... | yoz | 2014-08-28 | 5 | -161/+114 |
* | Move ExtensionWarningService and ExtensionsWarningSet, which are used by webr... | hanxi | 2014-08-28 | 17 | -7/+745 |
* | GuestViews should be able to specify task manager entries | fsamuel | 2014-08-28 | 7 | -8/+34 |
* | Rework ExtensionApiUnittest to run in extensions_unittests, removing its Chro... | yoz | 2014-08-28 | 7 | -0/+298 |
* | Revert of Adding Select Action Bar Unit test case for input (patchset #3 of h... | Albert J. Wong | 2014-08-28 | 9 | -18/+79 |
* | Fix HidService lifetime issues. | rockot | 2014-08-27 | 9 | -79/+18 |
* | Expose gallery watching functionality to the public mediaGalleries API. | orenb | 2014-08-27 | 1 | -0/+4 |
* | Remove ledger code from Chrome. | Rahul Chaturvedi | 2014-08-27 | 2 | -2/+1 |
* | Make gn deps for extensions API registration consistent with gyp dependencies. | yoz | 2014-08-27 | 1 | -4/+7 |
* | Revert of Revert "Typecheck JS files for chrome://extensions" (patchset #1 of... | dbeam | 2014-08-27 | 1 | -0/+4 |
* | Model <webview> and <appview> script injection after <extensionoptions> | fsamuel | 2014-08-27 | 4 | -2/+14 |
* | Revert "Typecheck JS files for chrome://extensions" | Eric Roman | 2014-08-27 | 1 | -4/+0 |
* | Typecheck JS files for chrome://extensions | vitalyp | 2014-08-27 | 1 | -0/+4 |
* | Remove service worker concepts from apps/extensions manifest parsing. | scheib | 2014-08-27 | 5 | -76/+10 |
* | Implement the host side of serial connection I/O on data pipe. | sammc | 2014-08-27 | 2 | -1/+15 |
* | Content verification: Don't fail on non-existence. | rockot | 2014-08-27 | 3 | -5/+23 |
* | Add AppDelegate::ResizeWebContents | hashimoto | 2014-08-27 | 1 | -0/+4 |
* | Reland 596ff54335b2a1b393af10657bc4945114f3beed - Split API bundle generation... | yoz | 2014-08-27 | 14 | -134/+248 |
* | Part 3: Merged FakedDBusThreadManager with DBusThreadManager. | zelidrag | 2014-08-27 | 1 | -5/+3 |
* | app_shell: Add version number in user agent | jamescook | 2014-08-27 | 3 | -3/+33 |
* | app_shell: Allow getUserMedia to select a capture device by id | jamescook | 2014-08-27 | 4 | -31/+43 |
* | BrowserPlugin: Simplify guest access | fsamuel | 2014-08-27 | 2 | -22/+11 |
* | Revert "Split bundle generation steps so that API registration is generated i... | Albert J. Wong | 2014-08-27 | 14 | -245/+134 |
* | Split bundle generation steps so that API registration is generated in browse... | yoz | 2014-08-27 | 14 | -134/+245 |
* | Move ExtensionActionStorageManager out of extension_action_api.* | rdevlin.cronin | 2014-08-26 | 2 | -9/+20 |
* | Fix display:none issue for <webview>. | lazyboy | 2014-08-26 | 4 | -1/+8 |
* | Don't pass buffers to HidConnection::Read because it knows the size. | reillyg | 2014-08-26 | 2 | -42/+35 |
* | Work on GN build of Chrome. | Brett Wilson | 2014-08-26 | 4 | -10/+21 |
* | Move core web_view code to extensions. | hanxi | 2014-08-26 | 19 | -15/+2662 |
* | Remove NOTIFICATION_EXTENSION_PAGE_ACTIONS_UPDATED | rdevlin.cronin | 2014-08-26 | 1 | -4/+0 |
* | Move deduping_factory files. | wjmaclean | 2014-08-26 | 3 | -0/+380 |
* | Cleanup: Rename content_resources.gyp to content_resources.gypi and include i... | thestig | 2014-08-26 | 1 | -2/+2 |
* | Send less data in the DataSender test that timed out under valgrind. | sammc | 2014-08-26 | 2 | -8/+8 |
* | Added proper extension manifest parser for launcher_page. | mgiuca | 2014-08-26 | 7 | -0/+136 |
* | Revert "Move core web_view code to extensions." (patchset #6 of https://coder... | jamescook | 2014-08-26 | 22 | -3123/+13 |
* | Revert "Revert of Replace StreamListenSocket with StreamSocket in HttpServer.... | byungchul | 2014-08-25 | 1 | -0/+1 |
* | Remove implicit conversions from scoped_refptr to T* in extensions/ | dcheng | 2014-08-25 | 22 | -89/+95 |