summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Pass PP_CompletionCallback by referencetbreisacher@chromium.org2012-03-282-4/+5
* Fix a few warnings that -Wnull-conversion of a future clang will complain about.thakis@chromium.org2012-03-282-4/+4
* Spelling fixes in some webkit/dom_storage commentsgavinp@chromium.org2012-03-282-2/+2
* revert 128949 (and dependent 129252)thakis@chromium.org2012-03-286-96/+160
* DomStorageContext unittests.michaeln@google.com2012-03-283-0/+185
* Don't report errors twice to pipeline clients.fischman@chromium.org2012-03-271-3/+4
* Fix BufferedResourceLoaderTest.HasSingleOrigin.scherkus@chromium.org2012-03-271-6/+3
* Disable BufferedResourceLoaderTest.HasSingleOrigin due to DCHECKs added in r1...scherkus@chromium.org2012-03-271-1/+3
* Fold WebDataSource into BufferedDataSource.scherkus@chromium.org2012-03-2710-94/+54
* Content shell: Switch to scoped resetter.avi@chromium.org2012-03-271-4/+5
* Add explicit alpha parameter to the mediaplayer's paint method. This allows s...reed@google.com2012-03-277-55/+48
* Replace FileSystemFileUtil::ReadDirectory()s to single FileUtilHelper::ReadDi...tzik@chromium.org2012-03-2712-159/+128
* Add UMA stats on FileSystem{Origin,Directory}Database::Init()tzik@chromium.org2012-03-274-11/+78
* Replace size_t with int in a few media classes.scherkus@chromium.org2012-03-274-26/+22
* IndexedDB: Impose a 64MB limit on the size of values that can be stored.jsbell@chromium.org2012-03-271-2/+2
* New file chooser interface that uses the new PP_ArrayOutput feature. This als...brettw@chromium.org2012-03-262-16/+65
* Fix reporting of Media.AcceleratedCompositingActive to account for JS-created...fischman@chromium.org2012-03-262-10/+10
* Move |requires_authorization| flag and |update_url| for plug-ins out of webki...bauerb@chromium.org2012-03-266-164/+100
* Add a message for plug-in initialization errors.bauerb@chromium.org2012-03-262-55/+61
* Revert 128753 - Add full support for filesystem URLs.ericu@google.com2012-03-243-45/+54
* Add full support for filesystem URLs.ericu@google.com2012-03-243-54/+45
* Be sure to create the 'Local Storage' directory if needed.michaeln@google.com2012-03-232-1/+8
* aura: Add support for html5 file drag and drop.varunjain@chromium.org2012-03-231-2/+3
* Chromium implementation of discardBackbuffer WebGraphicsContext3D extension.mmocny@chromium.org2012-03-234-2/+37
* Removing stale downstream expectations.pfeldman@chromium.org2012-03-231-23/+0
* Add disable for threaded compositing to about:flags in preparation for turnin...nduca@google.com2012-03-232-2/+0
* DomStorage data deletion and memory purging.michaeln@google.com2012-03-2310-45/+367
* Rename origin_bound_cert files to server_bound_cert.mattm@chromium.org2012-03-221-2/+2
* Add smooth scrolling command line switch for test_shell.scottbyer@chromium.org2012-03-225-2/+15
* Linux: Fix the build for Ubuntu Precise.thestig@chromium.org2012-03-221-1/+1
* PepperPlatformAudioInputImpl: support audio input device selection.yzshen@chromium.org2012-03-216-27/+43
* Make CertVerifier a pure virtual interface.rsleevi@chromium.org2012-03-211-1/+1
* Use a new scheme for swapping out RenderViews.creis@chromium.org2012-03-211-0/+4
* DomStorage commit task sequencing. Use two workerpool task sequences (primary...michaeln@google.com2012-03-2112-183/+453
* Bind RenderViewImpl routing_id to SocketStreamHosttoyoshim@chromium.org2012-03-212-23/+30
* Prevent npapi plugin paint when per-tile painting is used.reveman@chromium.org2012-03-212-3/+3
* Added a guard on GetLocalizedString() to make it work with unit tests.morrita@chromium.org2012-03-211-0/+4
* Add metrics for counting # of origins per filesystem typekinuko@chromium.org2012-03-211-5/+12
* Avoid accessing VarTracker from multiple threads.yzshen@chromium.org2012-03-211-0/+10
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-201-3/+3
* Add traces in PPB_Graphics2Dpiman@chromium.org2012-03-201-0/+4
* Out-of-process implementation of the PPB_NetworkMonitor_Private interface.sergeyu@chromium.org2012-03-201-10/+12
* [Chromoting/PPAPI] Update the Windows scancodes for the arrow keys in the USB...garykac@chromium.org2012-03-201-9/+9
* Use CTFontManagerRegisterFontsForURLs in webkit support if we're building on ...jochen@chromium.org2012-03-201-0/+21
* Revert 127575 - Revert 127573 - DOMStorageContextImpl that's implemented in t...michaeln@google.com2012-03-204-12/+107
* Revert 127573 - DOMStorageContextImpl that's implemented in terms of the new ...dgrogan@chromium.org2012-03-194-106/+12
* DOMStorageContextImpl that's implemented in terms of the new dom_storage clas...michaeln@google.com2012-03-194-12/+106
* Add a private PPB_Talk_Private interface.varunjain@chromium.org2012-03-193-0/+7
* Switch an error handler from calling exit() to simply crashing.eroman@chromium.org2012-03-191-1/+4
* ui/gfx: Do not use the deprecated SkBitmap::getConfig() function.tfarina@chromium.org2012-03-191-2/+2