summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Implement IME for Mac plugins using the Cocoa event model on 10.6stuartmorgan@chromium.org2010-10-153-10/+49
* Linux Plugins: Add a debugging statement to help track down bug 59317.thestig@chromium.org2010-10-151-0/+2
* Implement cancelling a pepper request.jam@chromium.org2010-10-153-8/+15
* Hide the FileSystem directory under 'unpredictable' location (part 2)kinuko@chromium.org2010-10-154-141/+495
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-152-4/+4
* Rename FileUtilProxy::Create to EnsureFileExistskinuko@chromium.org2010-10-152-26/+19
* Move iat_patch from base to app/win. Remove the functions from the header sincebrettw@chromium.org2010-10-141-4/+4
* Made deriving from Pepper Resource class easier.neb@chromium.org2010-10-141-69/+38
* FBTF: More ctor/dtor cleanup.erg@google.com2010-10-148-25/+88
* Mark ResourceFetcherTests.ResourceFetcherDownload and ResourceFetcherDidFail ...phajdan.jr@chromium.org2010-10-141-2/+4
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-1416-43/+43
* SKIP http/tests/media/video-play-stall-seek.html on Google Chrome/Win.mal@chromium.org2010-10-141-0/+7
* Add a pp_resource include to the two private interfaces, which depend on this.brettw@chromium.org2010-10-142-0/+2
* Fix the build warnings about bool conversion.brettw@chromium.org2010-10-141-2/+2
* Update the audio interface implementation to use the latest Pepper.brettw@chromium.org2010-10-142-30/+60
* Add an option ProxyService::Create() to disable use of proxy auto-config.eroman@chromium.org2010-10-141-2/+2
* SimpleFileWriter for test_shell and DRT.michaeln@chromium.org2010-10-1411-1/+469
* Add deletable file refs to Blobsmichaeln@chromium.org2010-10-144-51/+84
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-146-16/+18
* Use CommandUpdater for disabling commands that were disabled by plugins.jam@chromium.org2010-10-133-7/+8
* FBTF: Further parts of r61237 that should be harmless to chrome_frame.erg@google.com2010-10-136-74/+103
* [media] inject VDC to decoder.jiesun@google.com2010-10-131-1/+1
* Switch FileSystemOperation::Write back to using FileUtilProxy::CreateOrOpen, ...ericu@google.com2010-10-131-1/+1
* FBTF: Fix more ctor/dtors found by clang plugin.erg@google.com2010-10-132-1/+3
* Add Webkit test expectation until Webkit is rolled past r69652apavlov@chromium.org2010-10-131-0/+3
* Remove unneeded using directives. This will fix Canary build break caused by ...jianli@chromium.org2010-10-121-1/+0
* Add a private pepper API for the pdf plugin to disable copy/print etc. This ...jam@chromium.org2010-10-123-1/+15
* Compile webkit gpu code in an upstream build too.tony@chromium.org2010-10-121-1/+1
* Fix reference to WebThemeEngine.h on windows.tony@chromium.org2010-10-121-1/+1
* Re-add test_expectations detected by ajwong@ and removed during the Webkit ro...apavlov@chromium.org2010-10-121-0/+2
* Webkit roll 69511:69577apavlov@chromium.org2010-10-121-2/+0
* Take out bogus DCHECKgspencer@chromium.org2010-10-121-1/+0
* This makes it so we only add the default plugin if it's enabled.gspencer@chromium.org2010-10-121-2/+3
* This changes GetPluginInfo so that we can request a list of plugins that matc...gspencer@chromium.org2010-10-124-98/+115
* Refactor out path-related methods from file_system_host_context into a separa...kinuko@chromium.org2010-10-125-0/+495
* FileWriter: Defend against being deleted in the FileWriterDelegate completion...michaeln@chromium.org2010-10-121-4/+5
* Remove GetSelectedText from Instance interface.jam@chromium.org2010-10-122-15/+33
* Add private pepper API to keep the throbber spinning while PDFs are loading.jam@chromium.org2010-10-123-1/+31
* Make sure we close the file_handle when we create (but not open) a new filekinuko@chromium.org2010-10-111-2/+2
* Webkit roll 69433:69487ajwong@chromium.org2010-10-111-15/+0
* Prevent implicit animation when resizing Core Animation pluginsstuartmorgan@chromium.org2010-10-111-0/+5
* Enabling internal PDF reader should disable Reader, and vice versa.jam@chromium.org2010-10-112-4/+12
* Autofill - "Clear form" failed to clear the select popup valuesdhollowa@chromium.org2010-10-111-1/+1
* Add a way to get proxy information to the Private2 Pepper API.brettw@chromium.org2010-10-103-2/+36
* Fixed include in test_webkit_clientdavemoore@chromium.org2010-10-107-6/+137
* Revert 62068 - Move implementation of linux scrollbars from webkit using newdavemoore@chromium.org2010-10-096-133/+3
* Move implementation of linux scrollbars from webkit using newdavemoore@chromium.org2010-10-096-3/+133
* Webkit Roll 69367:69433ajwong@chromium.org2010-10-091-1/+2
* Password Autocomplete needs to check maximum field length when filling.dhollowa@chromium.org2010-10-094-8/+77
* Convert pepper module and instance IDs from being pointer values to beingbrettw@chromium.org2010-10-0826-98/+211