summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* remove old createMediaPlayer which doesn't have URL as argument.wjia@chromium.org2012-08-244-36/+0
* Add a skeleton gamepad resource.brettw@chromium.org2012-08-242-11/+31
* Introduce shared_memory_support media target for PPAPI.dalecurtis@chromium.org2012-08-241-2/+0
* QuotaManager: Return the remaining free disk space as quota.jhawkins@chromium.org2012-08-246-38/+107
* Tweak PDF image sizesjhorwich@chromium.org2012-08-244-0/+0
* Turned job_factory into a pure virtual classshalev@chromium.org2012-08-243-17/+17
* Rename FileSystemOperationInterface to FileSystemOperationkinuko@chromium.org2012-08-2434-94/+89
* Quota code cleanupkinuko@chromium.org2012-08-242-82/+28
* Remove lingering WebViewClient::createGraphicsContext3D referencesjamesr@chromium.org2012-08-242-8/+0
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...shalev@chromium.org2012-08-2428-155/+306
* Remove unused headers and using declarations from form_fieldstuartmorgan@chromium.org2012-08-232-11/+0
* Rename GDataFileSystem* to DriveFileSystem*kochi@chromium.org2012-08-231-1/+1
* Add hooks to content to request permission to connect to the PPAPI broker.bauerb@chromium.org2012-08-233-4/+14
* Removing unused IsRootDirectory method in obfuscated_file_utilkinuko@chromium.org2012-08-231-5/+0
* Factor out common Element struct from BlobData and ResourceRequestBodykinuko@chromium.org2012-08-2318-318/+322
* Revert 152873 - Remove all the indexeddb-related utility process codericow@chromium.org2012-08-237-0/+141
* Expose EXT_debug_marker to webkitgman@chromium.org2012-08-232-0/+16
* Add SetScale to PPB_WidgetDev, use scale for paintingjhorwich@chromium.org2012-08-233-1/+12
* Enable component updated flapper while bundled flapper is available.yzshen@chromium.org2012-08-232-4/+20
* Remove all the indexeddb-related utility process codealecflett@chromium.org2012-08-227-141/+0
* Fix: file permissions when restoring a page with file inputs with selected fi...marja@chromium.org2012-08-222-10/+5
* Cache image data objects.brettw@chromium.org2012-08-224-18/+21
* Implement RemoteFileSystemOperation::Cancel().kinaba@chromium.org2012-08-222-9/+51
* Modify the PPAPI CDM interface to pass more info.tomfinegan@chromium.org2012-08-223-27/+71
* Revert 152672 - Update CDM interface and add clear key CDM.hbono@chromium.org2012-08-225-406/+31
* Move Android user agent generation to native codedfalcantara@chromium.org2012-08-212-24/+30
* Update CDM interface and add clear key CDM.xhwang@chromium.org2012-08-215-31/+406
* Fix IcedTea plug-in being always considered out-of-date:cevans@chromium.org2012-08-212-9/+4
* Remove unused member variable.kmadhusu@chromium.org2012-08-211-1/+0
* Add new images for closed caption button.annacc@chromium.org2012-08-216-0/+12
* Integrate external mount points to IsolatedContextkinuko@chromium.org2012-08-2112-262/+426
* Split net::UploadData into two: for resource request IPC and for upload handlingkinuko@chromium.org2012-08-2111-306/+568
* Quota double-delete fixkinuko@chromium.org2012-08-212-1/+7
* Revert 152528 - Split net::UploadData into two: for resource request IPC and ...kinuko@chromium.org2012-08-2111-440/+165
* Split net::UploadData into two: for resource request IPC and for upload handlingkinuko@chromium.org2012-08-2111-165/+440
* Refactors DatabaseQuotaClient using base::Callback.nhiroki@chromium.org2012-08-212-247/+105
* Revert 152495 - Add SetScale to PPB_WidgetDev, use scale for paintingkinuko@chromium.org2012-08-213-12/+1
* Cleanup Blob code dependencykinuko@chromium.org2012-08-213-64/+42
* Add SetScale to PPB_WidgetDev, use scale for paintingjhorwich@chromium.org2012-08-213-1/+12
* net: Make UploadData::Element an independent classhashimoto@chromium.org2012-08-212-6/+6
* Revert 152406 - Introduce shared_memory_support media target for PPAPI.dalecurtis@google.com2012-08-201-0/+2
* Fix RGBA pixel layout when reading image from clipboard.wangxianzhu@chromium.org2012-08-201-0/+8
* Introduce shared_memory_support media target for PPAPI.dalecurtis@chromium.org2012-08-201-2/+0
* 1st CL in a series to remove PluginGroup. Updates PluginList.ibraaaa@google.com2012-08-207-39/+299
* Add histograms for network activity, and total/cumulativetburkard@chromium.org2012-08-201-2/+2
* Replaced static URLRequestFileJob factory with non-static protocol handler fo...shalev@chromium.org2012-08-201-1/+3
* base::Bind: Make use of IgnoreResult.jhawkins@chromium.org2012-08-191-8/+2
* media::BindToLoop() is born, with example uses to slim down WebMediaPlayerProxy.fischman@chromium.org2012-08-183-93/+13
* Updating XTBs based on .GRDs from branch 1229karen@chromium.org2012-08-1852-11/+63
* Add ContentDecryptionModule interface.xhwang@chromium.org2012-08-171-0/+150