| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a direct include of the shared_memory header in content/browser/, content... | avi@chromium.org | 2013-07-17 | 4 | -4/+4 |
* | Move DBMessageFilter to content/child since its only used in child ptypes | jamesr@chromium.org | 2013-07-17 | 2 | -0/+97 |
* | IndexedDB: Coding conventions and cleanup | jsbell@chromium.org | 2013-07-13 | 3 | -27/+24 |
* | add missing headers in components/tracing/child_trace_message_filter.h and | mostynb@opera.com | 2013-07-13 | 1 | -1/+3 |
* | Implement async version of WebFileSystem::createFileWriter | kinuko@chromium.org | 2013-07-12 | 2 | -0/+34 |
* | Cleanup: split FileSystemDispatcher::Create into CreateFile and CreateDirectory | kinuko@chromium.org | 2013-07-12 | 3 | -12/+23 |
* | Allow tracing to console everywhere. | vollick@chromium.org | 2013-07-11 | 1 | -0/+14 |
* | Remove the --disable-javascript-i18n-api command line flag. | peter@chromium.org | 2013-07-10 | 1 | -3/+0 |
* | Rename the "Experimental WebKit Features" flag. | mkwst@chromium.org | 2013-07-10 | 1 | -1/+1 |
* | Add command line flags to enable Web Animations CSS and SVG implementations | dstockwell@chromium.org | 2013-07-10 | 1 | -0/+6 |
* | IndexedDB: Switch key/value handling from vector<char> to std::string | jsbell@chromium.org | 2013-07-10 | 2 | -10/+10 |
* | content: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-07-09 | 5 | -6/+6 |
* | Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-07-02 | 7 | -59/+77 |
* | Enable input type week on Android | keishi@chromium.org | 2013-07-01 | 1 | -2/+0 |
* | Use a direct include of time headers in content/, part 1. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | IndexedDB: Remove uses of WebKit API types from back-end code | jsbell@chromium.org | 2013-06-28 | 2 | -3/+8 |
* | Remove unused arguments from storage-related Chromium impls of Blink API | adamk@chromium.org | 2013-06-27 | 2 | -16/+6 |
* | Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-27 | 1 | -2/+3 |
* | Move some classes out of webkit/glue/. | darin@chromium.org | 2013-06-27 | 1 | -1/+0 |
* | Fix IndexedDB after r208777. | jam@chromium.org | 2013-06-27 | 13 | -76/+123 |
* | Make ChildThread::current() and ChildProcess::current() only work on the main... | jam@chromium.org | 2013-06-26 | 4 | -21/+50 |
* | Move image_decoder.cc/.h from webkit\glue to content\child. | ananta@chromium.org | 2013-06-26 | 3 | -0/+97 |
* | Tell IDB frontend about data loss. | dgrogan@chromium.org | 2013-06-25 | 1 | -1/+4 |
* | Remove usage of ChildProcess::current() and ChildThread::current() other than... | jam@chromium.org | 2013-06-25 | 11 | -242/+174 |
* | Use {As,From}UTF16Unsafe instead of file_path_string_conversions.{h,cc}. | darin@chromium.org | 2013-06-25 | 2 | -5/+4 |
* | Remove initialization of WebPInAcceptHeader flag from Chromium | urvang@google.com | 2013-06-24 | 1 | -5/+0 |
* | Move the npruntime_util.h/.cc files from webkit\glue to content\child. | ananta@chromium.org | 2013-06-21 | 4 | -4/+78 |
* | Track NPObject ownership by the originating plugins' NPP identifier. [4/6] (C... | wez@chromium.org | 2013-06-21 | 8 | -21/+97 |
* | Cleanup: Remove unneeded gurl.h includes. | thestig@chromium.org | 2013-06-21 | 1 | -1/+0 |
* | Add michaeln as owner of appcache files in content/child. | jam@chromium.org | 2013-06-21 | 1 | -0/+1 |
* | Migrate media-related platform support code from webkit/ to content/. | scherkus@chromium.org | 2013-06-20 | 2 | -30/+0 |
* | remove non-arm cpu support for webaudio | qinmin@chromium.org | 2013-06-20 | 1 | -3/+3 |
* | Fix line ending confusion with a whitespace change to these files. | michaeln@google.com | 2013-06-20 | 2 | -106/+107 |
* | Origin identifiers are always ASCII, store as std::string | jamesr@chromium.org | 2013-06-18 | 5 | -16/+21 |
* | fileapi: Remove FilePath parameter from FileSystemMsg_DidReadMetadata | satorux@chromium.org | 2013-06-18 | 4 | -16/+19 |
* | Move appcache_dispatcher and appcache_backend_proxy to content/child. | michaeln@google.com | 2013-06-17 | 4 | -0/+258 |
* | Factor out string sending code in WebBlobRegistryImpl into a separate method. | tyoshino@chromium.org | 2013-06-17 | 2 | -28/+42 |
* | Update Blink include paths | abarth@chromium.org | 2013-06-17 | 10 | -11/+11 |
* | move webkit/glue/worker_task_* to webkit/child/ | scottmg@chromium.org | 2013-06-14 | 3 | -3/+3 |
* | Enable WebAudio by default on Android by changing the enable flag to a disabl... | rtoy@google.com | 2013-06-13 | 1 | -11/+7 |
* | move webkit/glue/fling_* to webkit/child | scottmg@chromium.org | 2013-06-13 | 2 | -0/+48 |
* | Move nullable_string16.h to the string subdirectory. | avi@chromium.org | 2013-06-13 | 1 | -1/+1 |
* | Shared workers should support --enable-experimental-webkit-features. | simonjam@chromium.org | 2013-06-12 | 2 | -0/+155 |
* | Make security team OWNERS for all IPC *_messages*.h files. | palmer@chromium.org | 2013-06-12 | 2 | -16/+16 |
* | stub webkit/child/ and webkitplatformsupport_child_impl for transition | scottmg@chromium.org | 2013-06-12 | 1 | -2/+2 |
* | Rename base/hash_tables to base/containers/hash_tables. | brettw@chromium.org | 2013-06-11 | 3 | -3/+3 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 2 | -3/+3 |
* | 2nd try: Split webkit_storage target into webkit_storage_{browser,common,rend... | kinuko@chromium.org | 2013-06-11 | 1 | -0/+1 |
* | Revert 205463 "Split webkit_storage target into webkit_storage_{..." | kinuko@chromium.org | 2013-06-11 | 1 | -1/+0 |
* | Split webkit_storage target into webkit_storage_{browser,common,renderer} | kinuko@chromium.org | 2013-06-11 | 1 | -0/+1 |