summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Prevent zero-length items from being appended to a blob.ericu@chromium.org2012-05-244-32/+45
* Remove the potentially-dangerous destructor pattern in ObfuscatedFileUtil byericu@chromium.org2012-05-247-32/+22
* Clean up: Remove unused printBegin() function.kmadhusu@chromium.org2012-05-242-16/+1
* Plumb --show-paint-rects to accelerated compositorshawnsingh@chromium.org2012-05-232-0/+6
* Revert 138554 - Prevent zero-length items from being appended to a blob.ericu@google.com2012-05-234-38/+27
* Prevent zero-length items from being appended to a blob.ericu@chromium.org2012-05-234-27/+38
* Move skia/ext tests from test_shell_tests to unit_tests.tony@chromium.org2012-05-231-14/+0
* Implement the Chromium-specific part of WebCore context menus with submenus. ...apavlov@chromium.org2012-05-231-1/+3
* Revert 138502 - Move version metadata from PluginGroup into PluginInstaller.vandebo@chromium.org2012-05-235-30/+410
* Makes the browser send pixels to the GPU process where it should.pkotwicz@chromium.org2012-05-232-0/+4
* Move version metadata from PluginGroup into PluginInstaller.bauerb@chromium.org2012-05-235-410/+30
* Always pass FileSystemContext to ObfuscatedFileUtil operationskinuko@chromium.org2012-05-238-13/+27
* Cleanup: Remove unneeded scoped_ptr.h includes from webkit.thestig@chromium.org2012-05-2316-31/+19
* Revert 138415 - Makes the browser send pixels to the GPU process where it sho...pkotwicz@chromium.org2012-05-232-4/+0
* Makes the browser send pixels to the GPU process where it should.pkotwicz@chromium.org2012-05-232-0/+4
* Disable FileWriterDelegateTest.WritesWithQuotaAndOffset, which haswtc@chromium.org2012-05-231-1/+10
* Disable FileWriterDelegateTest.WriteSuccessWithoutQuotaLimitConcurrent, which...vandebo@chromium.org2012-05-231-1/+10
* Fixup SimpleDomStorageSystem to no longer use obsolete WebKit API that requir...michaeln@google.com2012-05-221-23/+15
* Expose HTTP version number in responses.fischman@chromium.org2012-05-222-1/+14
* Implement SandboxFileWriter and rewrite FileWriterDelegate to use itkinuko@chromium.org2012-05-229-334/+495
* Fix crash in UMA reporting of accelerated compositing in WebGL codepaths.fischman@chromium.org2012-05-211-3/+7
* Add the HasAreaOpen method to DomStorageHost. Intended for use to make event ...michaeln@google.com2012-05-212-0/+13
* Test for Pepper IME events.kinaba@chromium.org2012-05-217-48/+113
* Removing FileUtilities::revealOSInFolder which is not used anymorekinuko@chromium.org2012-05-212-6/+1
* Convert GdkPixbufFromSkBitmap(const SkBitmap*) to GdkPixbufFromSkBitmap(const...pkotwicz@chromium.org2012-05-201-1/+1
* Fix for GLInProcessContextgman@chromium.org2012-05-201-1/+4
* Fix reporting of Media.AcceleratedCompositingActive when false.fischman@chromium.org2012-05-191-2/+8
* Add command line flags for compositor's default tile size andvangelis@chromium.org2012-05-192-1/+17
* Add WebFrame pointer to WebViewClient::startDraggingjochen@chromium.org2012-05-184-4/+8
* Adding isolated filesystem support in GetFileSystemRootURIkinuko@chromium.org2012-05-182-2/+6
* Migrate WebKit "global script" font prefs.falken@chromium.org2012-05-183-31/+42
* Remove all npapi plugins from windows metro chromecpu@chromium.org2012-05-181-1/+10
* Remove old phantom request path for launching prerender requests.gavinp@chromium.org2012-05-181-3/+1
* Copy over ports.gbillock@chromium.org2012-05-181-0/+3
* Revert 137733 - Use a temp data dir for IDB tests so persistence can be verif...jsbell@chromium.org2012-05-172-50/+1
* Use overloaded printBegin() chromium-webkit api in PrepareFrameAndViewPrint c...kmadhusu@chromium.org2012-05-171-5/+15
* Cleanup correctly in GLInProcessContextgman@chromium.org2012-05-171-0/+6
* Revert 137734 - Select theme resources from ResourceBundle at requested scale...fischman@chromium.org2012-05-1712-129/+143
* Select theme resources from ResourceBundle at requested scale factor.flackr@chromium.org2012-05-1712-143/+129
* Use a temp data dir for IDB tests so persistence can be verified.jsbell@chromium.org2012-05-172-1/+50
* Allow GLES2CmdDecoder to change the GLSurface associated with the default FBO.apatrick@chromium.org2012-05-171-2/+8
* Crash fix in fileapi::FileSystemOperation::DidGetUsageAndQuotaAndRunTaskkinuko@chromium.org2012-05-171-1/+1
* Fix uninitialized member in ctor.groby@chromium.org2012-05-171-0/+3
* Move ui/gfx/resources to ui/base/native_theme/resourcesoshima@chromium.org2012-05-161-2/+2
* [Print Preview] Modified PP_PrintSettings_Dev interface to support auto fit t...kmadhusu@chromium.org2012-05-164-11/+51
* Sequentialize calls to PluginList::GetPlugins from PluginService.bauerb@chromium.org2012-05-162-18/+30
* Revert 137396 - Sequentialize calls to PluginList::GetPlugins from PluginServ...bauerb@chromium.org2012-05-162-30/+18
* Sequentialize calls to PluginList::GetPlugins from PluginService.bauerb@chromium.org2012-05-162-18/+30
* SessionStorageDatabase: Readability changes.marja@chromium.org2012-05-163-11/+23
* Add CreateFileWriter method to MountPointProvider.kinaba@chromium.org2012-05-169-12/+80