summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* GTTF: Make test_shell_tests use base/test_suite.hphajdan.jr@chromium.org2010-10-192-53/+60
* Test Shell: implement hasSpellingMarker() to make tests pass.morrita@chromium.org2010-10-192-0/+11
* WebFileWriterBase unit testsmichaeln@chromium.org2010-10-193-5/+429
* Support sync file io for pepper, to support LSOspiman@chromium.org2010-10-195-8/+303
* Convert LOG(INFO) to VLOG(1) - webkit/.pkasting@chromium.org2010-10-197-35/+33
* Expose the loading string through the private api.jam@chromium.org2010-10-182-1/+7
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-1811-14/+42
* Move scoped_nsdisable_screen_update from base to app/macbrettw@chromium.org2010-10-181-6/+7
* Move BaseDropTarget and BaseDragSource from base to app/win. Remove the "Base...brettw@chromium.org2010-10-173-33/+33
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-172-9/+11
* Move scoped_cftyperef from base to base/mac, use the new namespace, and name itbrettw@chromium.org2010-10-174-21/+23
* 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