summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Add image assets for broken image.kevers@chromium.org2012-08-142-0/+0
* Quota UsageTracker ASAN fixkinuko@chromium.org2012-08-142-6/+16
* Move SessionStorageNamespace entirely into NavigationController and support S...ajwong@chromium.org2012-08-132-0/+5
* Make ~PPB_VideoDecoder_Impl() Destroy() its decoder host for hygiene.fischman@chromium.org2012-08-131-0/+1
* Upstream android's fling animator.japhet@chromium.org2012-08-135-0/+147
* Preprocessing version number for plugins to ignore leading zeros during compa...ibraaaa@google.com2012-08-133-0/+34
* Add RevokeFileSystem back to IsolatedContextkinuko@chromium.org2012-08-133-13/+57
* Invalid FileSystemURL should not be given to FileUtilskinuko@chromium.org2012-08-132-7/+10
* Remove FileSystemFileUtil::{Directory,Path}Existstzik@chromium.org2012-08-1317-241/+123
* Fix NaCl plugin shutdown when running the Chrome PPAPI proxy.bbudge@chromium.org2012-08-131-4/+7
* Use enum instead of string in MessageLoopFactory::GetMessageLoop*xhwang@chromium.org2012-08-123-6/+9
* Change the type of file_type parameter to int, as the parameter actually take...haruki@chromium.org2012-08-126-28/+18
* Disable 'Save Video As' option for MediaSource and MediaStream URLs.acolwell@chromium.org2012-08-102-1/+5
* mac: Remove more 10.5-only codethakis@chromium.org2012-08-101-3/+2
* Bluetooth API: improve discoverybrettw@chromium.org2012-08-102-0/+27
* Move VideoDecoder initialization into VideoRendererBase to simplify implement...acolwell@chromium.org2012-08-101-7/+4
* crbug.com/121235 - Renderer crash on middle-click on Linux Desktop.sschmitz@chromium.org2012-08-101-1/+7
* Add thread assertions in ShareableFileReferencekinuko@chromium.org2012-08-101-7/+53
* Remove unused include and always-true compile-time checkjamesr@chromium.org2012-08-102-21/+0
* Merge Pipeline's kError state with kStopped: a baby step towards bringing san...scherkus@chromium.org2012-08-092-17/+4
* Add pepper permissions to WebPluginInfobrettw@chromium.org2012-08-092-3/+11
* Clean-up inline members of nested classes (webkit/)hans@chromium.org2012-08-0911-30/+74
* Re-add sourceSetTimestampOffset to webmediaplayer_implannacc@chromium.org2012-08-092-0/+7
* mac: Delete more 10.5-only codethakis@chromium.org2012-08-093-14/+1
* reland http://codereview.chromium.org/10830063/wjia@chromium.org2012-08-095-0/+15
* Further cleanup in PluginStream.thestig@chromium.org2012-08-094-13/+15
* Revert 150491 - refactor EnumerateDevices to make it a persistent request.wjia@chromium.org2012-08-085-15/+0
* Load DumpRenderTree.pak also for webkit unit testsjochen@chromium.org2012-08-083-13/+19
* refactor EnumerateDevices to make it a persistent request.wjia@chromium.org2012-08-085-0/+15
* Cancel pending seek in ChunkDemuxer when a new seek occursvrk@chromium.org2012-08-083-0/+7
* Set the user gesture when executing script.brettw@chromium.org2012-08-081-2/+9
* Linux: Add more selective plugin blacklisting code. Blacklist a plugin that f...thestig@chromium.org2012-08-071-5/+35
* Warn hackers that ResourceType is reported in histograms.gavinp@chromium.org2012-08-071-0/+2
* Change Deryptor::DecryptStatus and VideoDecoder::DecoderStatus to *::Status.xhwang@chromium.org2012-08-073-3/+3
* Change of DumpRenderTree directory on Android.wangxianzhu@chromium.org2012-08-071-3/+6
* Remove WebMediaPlayerProxy::video_decoder_ & FFmpegVideoDecoder::set_decryptor.acolwell@chromium.org2012-08-075-32/+17
* Rename layoutTestController to testRunner.jochen@chromium.org2012-08-074-5/+5
* Better session restore: Persist sessionStorage on disk.marja@chromium.org2012-08-0710-53/+334
* Refactors FileSystemQuotaClient using base::Callback.nhiroki@chromium.org2012-08-072-230/+93
* Move {Native,Device}MediaFileUtil from FILE thread to SequencedWorkerPool to ...tzik@chromium.org2012-08-0724-98/+221
* Add GL_CHROMIUM_texture_mailbox entrypoints to wgc3d implementationspiman@chromium.org2012-08-074-0/+35
* Use hi-resolution favicon variants if available.thakis@chromium.org2012-08-071-1/+1
* Add path filtering to DeviceMediaFileUtiltzik@chromium.org2012-08-075-53/+123
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-067-60/+0
* Add OS_CHROMEOS case in file_util::GetHomeDir()haruki@chromium.org2012-08-061-17/+4
* Add webkit/ api to request all frames in an image.thakis@chromium.org2012-08-065-1/+141
* mac DumpRenderTree: Include missingImage.pngthakis@chromium.org2012-08-051-1/+4
* Create ShareableFileReference on IO threadkinuko@chromium.org2012-08-0412-85/+120
* Fix two unchecked return valuestbreisacher@chromium.org2012-08-031-3/+9
* Implement "Key Presence" step in "Encrypted Block Encounted" algorithm in EME.xhwang@chromium.org2012-08-035-14/+399