summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-1560-528/+605
* Replace MockFilterCallback with MockCallback and simplify unit tests.scherkus@chromium.org2011-01-152-38/+23
* Move ppapi audio interface out of dev, butnfullagar@google.com2011-01-153-26/+30
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-156-15/+15
* Reland r69146darin@chromium.org2011-01-142-19/+2
* Add some initial OWNERS files for src/webkit/.darin@chromium.org2011-01-1414-0/+22
* Fix Pepper URL Loader callbacks.viettrungluu@chromium.org2011-01-142-36/+71
* Use the new WebViewClient::createView signature.jochen@chromium.org2011-01-142-0/+15
* Clang: enable -Wbool-conversions and -Wunused-variables on Linux.hans@chromium.org2011-01-142-14/+14
* This is to try and get the mac official builder to go green. BUG=none TEST=nonekerz@chromium.org2011-01-141-1/+464
* webkit_support_common should depend on setup_third_party.gyp:third_party_head...tkent@chromium.org2011-01-141-0/+7
* Revert 71334 - Fix Pepper URL Loader callbacks.viettrungluu@chromium.org2011-01-142-67/+38
* Fixed bug 64847: Graphics2D paints outside plugin boundaries. Also removed un...ddorwin@chromium.org2011-01-131-8/+30
* Fix canary build break due to printBegin change.jam@chromium.org2011-01-131-1/+9
* Tag a couple of functions with OVERRIDEagl@chromium.org2011-01-131-1/+2
* Fix Pepper URL Loader callbacks.viettrungluu@chromium.org2011-01-132-38/+67
* Add support for DumpRenderTree to use the GPU rather than software rendererscheib@chromium.org2011-01-132-0/+20
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-133-36/+37
* Move webkit/plugins/ppapi/ppb_pdf.h to ppapi/c/private.viettrungluu@chromium.org2011-01-134-139/+3
* Added WARN_UNUSED_RESULT to ScopedTempDir methods.cbentzel@chromium.org2011-01-133-5/+3
* Make a separated library for files common between webkit_support and test_shelltkent@chromium.org2011-01-132-19/+31
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-137-37/+40
* Take out temp WEBKIT_HAS_WEB_AUTO_FILL_CLIENT code now that WebKit is rolled.jam@chromium.org2011-01-135-20/+0
* Fix syntax for test_expectations_chrome.txt aftertony@chromium.org2011-01-121-1/+1
* Fix PartScrollbarHoriztonalTrack typo now that we've rolled to pick upmihaip@chromium.org2011-01-121-2/+2
* Blacklist WebKitTestNetscapePlugIn so we can rename the plugintony@chromium.org2011-01-122-4/+3
* Change namespace of WebGraphicsContext3DInProcessImpl based on review feedback.kbr@google.com2011-01-124-6/+10
* Method parameter name change in ppb_file_io_impl.* ...viettrungluu@chromium.org2011-01-122-4/+5
* Move OSExchangeData from src/app to src/ui/base/dragdropben@chromium.org2011-01-122-3/+0
* Clarify wording around blocking 3rd party cookies and add lab to block readin...jochen@chromium.org2011-01-121-1/+1
* Remove two more unnecesary suppressions.thakis@chromium.org2011-01-121-2/+0
* Remove one suppression that's no longer needed. I rebased the test upstream.thakis@chromium.org2011-01-121-1/+0
* Fix WebKit canary builders after deletion ofkbr@google.com2011-01-122-2/+3
* Fix Pepper File IO callbacks.viettrungluu@chromium.org2011-01-113-65/+126
* Move the in-process WebGL implementation from the WebKit to thekbr@google.com2011-01-117-2/+2162
* fast/regex/malformed-escapes-expected.html now passes as ofmihaip@chromium.org2011-01-111-4/+0
* Update our use of the NPAPI ClearSiteData API.bauerb@chromium.org2011-01-114-9/+23
* Re-land: add support for blocking out-of-date plug-ins on Linux.cevans@chromium.org2011-01-116-18/+120
* Always delete your pointers! Note that RUNNING_UNDER_VALGRIND may not becevans@chromium.org2011-01-111-17/+3
* Update WebView::create call after http://trac.webkit.org/changeset/75448 tomihaip@chromium.org2011-01-111-0/+4
* Linux: Trade one hack for another to allow pepper plugins to print only selec...thestig@chromium.org2011-01-112-42/+50
* Revert 70963 - Support out-of-date plugin blocking on Linux.cevans@chromium.org2011-01-116-120/+18
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-112-5/+8
* glue: deprecate npapi::PluginVersionInfoevan@chromium.org2011-01-112-0/+35
* net: Remove typedef net::URLRequestTestJob URLRequestTestJob;tfarina@chromium.org2011-01-111-8/+9
* Add --enable-accelerated-plugins flag to enable compositing for plugins, sepa...piman@google.com2011-01-102-3/+7
* Support out-of-date plugin blocking on Linux.cevans@chromium.org2011-01-106-18/+120
* More changes to code to use new WebView::create function that takes in a WebA...jam@chromium.org2011-01-103-1/+13
* Switch a wstring to a string16.evan@chromium.org2011-01-102-2/+3
* Move clipboard from app/ to ui/baseben@chromium.org2011-01-1010-57/+64