summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-1784-256/+256
* Remove MessageLoop methods from Filter interface toacolwell@chromium.org2011-01-152-11/+20
* Replace MockFilterCallback with MockCallback and simplify unit tests.scherkus@chromium.org2011-01-152-38/+23
* Clang: enable -Wbool-conversions and -Wunused-variables on Linux.hans@chromium.org2011-01-141-1/+1
* Move webkit/plugins/ppapi/ppb_pdf.h to ppapi/c/private.viettrungluu@chromium.org2011-01-131-1/+0
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-132-17/+19
* Fix PartScrollbarHoriztonalTrack typo now that we've rolled to pick upmihaip@chromium.org2011-01-121-2/+2
* Move OSExchangeData from src/app to src/ui/base/dragdropben@chromium.org2011-01-121-2/+0
* Add --enable-accelerated-plugins flag to enable compositing for plugins, sepa...piman@google.com2011-01-102-3/+7
* Move clipboard from app/ to ui/baseben@chromium.org2011-01-107-46/+50
* Fix an incorrect use of wstring::npos.evan@chromium.org2011-01-101-2/+1
* Roll WebKit DEPS and adjust references to WebCore.abarth@chromium.org2011-01-081-1/+1
* Turn gpu acceleration of video (CSC and scaling) on by default. <video> eleme...vangelis@chromium.org2011-01-082-1/+3
* Fix grit dependencies for chromeos, touchui, and toolkit_views.tony@chromium.org2011-01-081-1/+2
* Update stringslaforge@chromium.org2011-01-0751-76/+174
* Refactor grit -D flags into a gyp variable so we don'ttony@chromium.org2011-01-071-3/+6
* Expose Map/UnmapTexSubImage2DCHROMIUM to pepper pluginspiman@google.com2011-01-071-0/+2
* Move ppb_flash.h to ppapi/c/private ...viettrungluu@chromium.org2011-01-061-2/+1
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-1/+1
* Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.acolwell@chromium.org2011-01-051-0/+2
* Disable CppBoundClassTest.InvokeMethods, it flakily triggers assertion failures.phajdan.jr@chromium.org2011-01-031-1/+2
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Revert 70277 - Revert 70275 - Revert 70267 - Refactor PipelineImpl to use Com...acolwell@chromium.org2010-12-291-2/+0
* Add implementation of WebThemeEngine for the Mac (declared bymihaip@chromium.org2010-12-295-2/+91
* Revert 70275 - Revert 70267 - Refactor PipelineImpl to use CompositeFilter to...acolwell@chromium.org2010-12-291-0/+2
* Revert 70267 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...acolwell@chromium.org2010-12-291-2/+0
* Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.acolwell@chromium.org2010-12-291-0/+2
* Added ppapi::Surface3D. This CL completes the new Pepper3D interface. The imp...alokp@chromium.org2010-12-281-0/+2
* Revert 70063 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...acolwell@chromium.org2010-12-231-2/+0
* Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.acolwell@chromium.org2010-12-231-0/+2
* Added ppapi::Context3D interface. The API has already been reviewed. I am add...alokp@chromium.org2010-12-231-0/+3
* Move nsimage_cache from base to app/mac. Use the app::mac namespace. Update c...brettw@chromium.org2010-12-221-6/+6
* Revert 69959 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...acolwell@chromium.org2010-12-221-2/+0
* Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.acolwell@chromium.org2010-12-221-0/+2
* Fix black video frames when seeking (which also fixes flashing poster issue).scherkus@chromium.org2010-12-222-6/+6
* Moved the logic of maintaining the current context to gles2 helper library.alokp@chromium.org2010-12-211-1/+1
* Replace initial media range request with an unbounded range request.scherkus@chromium.org2010-12-211-6/+3
* Clean up comments in BufferedDataSource and BufferedResourceLoader.scherkus@chromium.org2010-12-213-11/+11
* Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...brettw@chromium.org2010-12-21123-20732/+99
* Properly cancel PPAPI callbacks.viettrungluu@chromium.org2010-12-211-0/+2
* Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"chase@chromium.org2010-12-21123-99/+20732
* Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki...chase@chromium.org2010-12-203-80/+86
* Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...brettw@chromium.org2010-12-203-86/+80
* Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and putbrettw@chromium.org2010-12-20123-20732/+99
* Rename ATTR_LINK_TARGET to ATTR_URL and assign it within webaccessibility.BUG...ctguil@chromium.org2010-12-202-1/+3
* Add pepper::URLRequestInfo unit tests to test_shell_testsbbudge@google.com2010-12-201-0/+249
* Renamed PPB_NaClUtil to PPB_NaCl as requested by brettw.abarth@chromium.org2010-12-171-2/+2
* Add stub PPAPI for launching NaCl's sel_ldr process.abarth@chromium.org2010-12-171-0/+2
* Add a webkit_glue API for lanching NaCl's sel_ldr. NaCl will call this API viaabarth@chromium.org2010-12-171-1/+7