summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/npapi
Commit message (Expand)AuthorAgeFilesLines
* Move webkit/appcache/* into webkit/{browser,common}/appcachekinuko@chromium.org2013-06-051-11/+11
* Update webkit/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-041-10/+9
* Update webkit/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-026-31/+31
* Move the WebCursor sources from webkit/glue to webkit/common/cursors.ananta@chromium.org2013-05-317-7/+7
* Update refernces to Blink's Platform API (webkit)abarth@chromium.org2013-05-304-19/+19
* Clean up ifdef around FilePath creation(webkit)mrunal.kapade@intel.com2013-05-291-5/+1
* Track NPObject ownership by the originating plugins' NPP identifier. [2/3] (C...wez@chromium.org2013-05-275-7/+44
* Revert 202364 "Track NPObject ownership by the originating plugi..."kinuko@chromium.org2013-05-275-44/+7
* Track NPObject ownership by the originating plugins' NPP identifier. [2/3] (C...wez@chromium.org2013-05-275-7/+44
* Get rid of the dependency on WebKit::WebCursorInfo internals from WebCursor.ananta@chromium.org2013-05-249-17/+27
* Move webkit/user_agent/ into webkit/commonjamesr@chromium.org2013-05-231-1/+1
* Move the plugin_list files to the plugins_common target.ananta@chromium.org2013-05-1811-728/+667
* Relanding this as the previous attempt failed due to build errors.ananta@chromium.org2013-05-154-9/+29
* Move webkit/compositor_bindings into webkit/rendererjamesr@chromium.org2013-05-151-1/+1
* Revert 199560 "Move the plugins sources out of the webkit glue t..."ananta@chromium.org2013-05-114-29/+9
* Revert 199569 "Fix 64 bit compile errors flagged by conversions ..."ananta@chromium.org2013-05-111-4/+3
* Revert 199575 "Fix more 64 bit compile errors flagged by convers..."ananta@chromium.org2013-05-113-16/+10
* Fix more 64 bit compile errors flagged by conversions from size_t to uint32 a...ananta@chromium.org2013-05-103-10/+16
* Fix 64 bit compile errors flagged by conversions from size_t to uint32.ananta@chromium.org2013-05-101-3/+4
* Move the plugins sources out of the webkit glue target into a new target 'plu...ananta@chromium.org2013-05-104-9/+29
* Fix a bug with absolute paths in PluginList::GetPluginsInDir()steveblock@chromium.org2013-05-091-1/+4
* Remove stale webkit_glue.h and related includes from the webkit plugins and c...ananta@chromium.org2013-05-085-5/+0
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-05-085-19/+19
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-082-8/+6
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-081-1/+1
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-081-1/+1
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-072-6/+8
* webkit: Use base::MessageLoop.xhwang@chromium.org2013-05-076-21/+25
* webkit: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-302-2/+2
* Move Version to base namespace.xhwang@chromium.org2013-04-221-2/+4
* Don't take the address of a temporaryrnk@chromium.org2013-04-181-1/+2
* Update the remaining include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-171-1/+1
* Add custom entry fields for a sub-resource URL. The plan is to use this with ...cdn@chromium.org2013-04-121-0/+4
* Move path functions from file_util to FilePath object.brettw@chromium.org2013-04-122-5/+3
* Rewrite scoped_array<T> to scoped_ptr<T[]> in webkit.dcheng@chromium.org2013-04-111-1/+1
* Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.dcheng@chromium.org2013-04-071-2/+2
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-311-1/+3
* Update the remaining references to sys_string_conversions.h to its new location.tfarina@chromium.org2013-03-305-5/+5
* Replace string16 with base::string16 in src/webkitbrettw@chromium.org2013-03-2918-51/+54
* Convert include paths for string_number_conversions in src/chrome and src/webkitbrettw@chromium.org2013-03-276-6/+6
* ifdef OS_NAME -> if defined(OS_NAME)dbeam@chromium.org2013-03-232-6/+6
* Npapi cleanup: USE_SKIA is always true.teravest@chromium.org2013-03-231-8/+1
* NPEvent does not exist on Mac 64.avi@chromium.org2013-03-221-23/+32
* Removed support for Core Animation plugins when accelerated compositing is di...kbr@chromium.org2013-03-195-57/+4
* Move compositor bindings implementations out of WebKit::, fix stylejamesr@chromium.org2013-03-181-1/+1
* Part 10 of cc/ directory shuffles: layersjamesr@chromium.org2013-03-181-2/+2
* cc: Chromify IOSurfaceLayerenne@chromium.org2013-03-131-1/+1
* cc: Chromify Layer and LayerImpl classes.danakj@chromium.org2013-03-121-2/+2
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-067-9/+9
* Fix painting glitch with text and NPAPI plugins. This was a regression from r...jam@chromium.org2013-03-063-12/+13