| Commit message (Expand) | Author | Age | Files | Lines |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Add some initial OWNERS files for src/webkit/. | darin@chromium.org | 2011-01-14 | 1 | -0/+1 |
* | Add base:: prefix to the calls to StringAppendV. | tfarina@chromium.org | 2010-12-21 | 1 | -1/+2 |
* | Remove use of Skia's safeUnref() in favor of SkSafeUnref(...) | vandebo@chromium.org | 2010-09-24 | 1 | -3/+2 |
* | Linux: Switch to DWARF for official builds. Good riddence. | thestig@chromium.org | 2010-08-26 | 1 | -3/+0 |
* | Add switch for specifying a directory to load plugins, so that test plugins c... | stuartmorgan@chromium.org | 2010-06-29 | 1 | -4/+2 |
* | webkit/ ifdefs for BSD port; based on sprewell@jaggeri.com patch | pvalchev@google.com | 2010-03-30 | 2 | -8/+8 |
* | Renamed pepper_test_plugin target to npapi_pepper_test_plugin. The automated ... | alokp@chromium.org | 2010-03-29 | 4 | -302/+0 |
* | Added a test for pepper3d. It ensures that we can successfully load a pepper ... | alokp@chromium.org | 2010-03-26 | 4 | -0/+302 |
* | Changed the pepper test plugin to render a red triangle on a black background... | alokp@chromium.org | 2010-03-17 | 6 | -17/+97 |
* | Remove redundant nphostapi.h from webkit/glue/plugins, update source files as | dspringer@google.com | 2010-03-15 | 3 | -3/+3 |
* | Create a toplevel gfx/ dir and seed it with icon_util. | ben@chromium.org | 2010-03-13 | 1 | -1/+1 |
* | Solaris: first set of patches to make WebKit build on Solaris. | evan@chromium.org | 2010-02-25 | 1 | -1/+1 |
* | I just put the code that does not compile on ARM. Trybots will fail because I... | apatrick@chromium.org | 2010-02-24 | 1 | -2/+2 |
* | Revert 39530 - GPU plugin forwards repaint events to Pepper plugin. | apatrick@chromium.org | 2010-02-20 | 1 | -2/+2 |
* | GPU plugin forwards repaint events to Pepper plugin. | apatrick@chromium.org | 2010-02-20 | 1 | -2/+2 |
* | Audio support for native client requires some additional features | sehr@google.com | 2010-02-09 | 1 | -0/+1 |
* | Implemented async flushes for Pepper 3D. | apatrick@chromium.org | 2010-02-09 | 1 | -0/+20 |
* | OpenBSD/FreeBSD GYP changes (most of the remaining ones) | pvalchev@google.com | 2010-02-04 | 1 | -1/+1 |
* | Added support for lost context recovery on the client side. None of our servi... | apatrick@chromium.org | 2010-02-03 | 2 | -21/+53 |
* | [GPU] Get GPU process running on the mac | kbr@google.com | 2010-02-03 | 3 | -12/+16 |
* | Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,... | apatrick@chromium.org | 2010-02-01 | 1 | -1/+1 |
* | Windows now uses the TLS API instead of __declspec(thread) for client side co... | apatrick@chromium.org | 2010-01-27 | 1 | -0/+8 |
* | linux: enable pepper plugin | piman@chromium.org | 2010-01-25 | 2 | -6/+17 |
* | Revert 36399 - linux: enable pepper_test_plugin | laforge@chromium.org | 2010-01-23 | 2 | -14/+6 |
* | Fix (hopefully) the linux64 build issue exposed by Neb's CL. | sehr@google.com | 2010-01-20 | 1 | -0/+4 |
* | linux: enable pepper_test_plugin | piman@chromium.org | 2010-01-15 | 2 | -6/+14 |
* | Resubmitting r36268 with a fix for mac: | apatrick@chromium.org | 2010-01-15 | 6 | -278/+37 |
* | Revert 36268 - Implemented PGL library, an EGL like API for Pepper. Updated P... | apatrick@chromium.org | 2010-01-14 | 6 | -32/+276 |
* | Implemented PGL library, an EGL like API for Pepper. Updated Pepper test plug... | apatrick@chromium.org | 2010-01-14 | 6 | -276/+32 |
* | Make the Pepepr test run on the mac. | dspringer@google.com | 2010-01-14 | 5 | -29/+133 |
* | Working rudimentary audio in Pepper. | brettw@chromium.org | 2010-01-12 | 2 | -0/+45 |
* | This CL is for Neb. It contains his change 501124, with conflicts merged. | sehr@google.com | 2010-01-11 | 5 | -67/+104 |
* | Removing the dependency of command-buffer client on base/task.h. This file in... | alokp@chromium.org | 2010-01-09 | 2 | -7/+1 |
* | Fixed some bugs that prevented the GPU plugin from shutting down without cras... | apatrick@google.com | 2010-01-08 | 1 | -3/+1 |
* | Revert 35649 - Make Pepper plugins work on Linux. | arv@chromium.org | 2010-01-06 | 5 | -104/+67 |
* | Make Pepper plugins work on Linux. | brettw@chromium.org | 2010-01-06 | 5 | -67/+104 |
* | Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma... | apatrick@google.com | 2009-12-22 | 8 | -25/+357 |
* | My previous change made it necessary to use the command line option --interna... | sehr@google.com | 2009-12-15 | 1 | -0/+1 |
* | The union and first level nested struct were vestiges of the previous | sehr@google.com | 2009-12-11 | 1 | -1/+1 |
* | Re-enable the build of Pepper support by default (issue 464074, svn revision ... | sehr@google.com | 2009-12-10 | 3 | -13/+5 |
* | Revert 34161 - Enable Pepper support by default, including building the test ... | sehr@google.com | 2009-12-09 | 3 | -5/+13 |
* | Enable Pepper support by default, including building the test plugin. | sehr@google.com | 2009-12-09 | 3 | -13/+5 |
* | Enable pepper events to flow to the plugin. Also enable printing of the event | sehr@google.com | 2009-12-08 | 6 | -5/+284 |
* | Update the Pepper APIs to the latest spec for the 2D demo plugin. | brettw@chromium.org | 2009-12-01 | 2 | -27/+20 |
* | Fixed pepper plugin run as url. | apatrick@google.com | 2009-11-24 | 1 | -1/+1 |
* | Fix a compilation failure on Linux. It still doesn't link correctly yet on Li... | brettw@chromium.org | 2009-11-10 | 1 | -1/+1 |
* | Add the plumbing and test code for plugins opening files from the sandbox. This | brettw@chromium.org | 2009-11-03 | 1 | -12/+22 |
* | Conditionally added pepper_test_plugin.gyp as all.gyp dependency based on whe... | apatrick@google.com | 2009-11-02 | 2 | -42/+61 |
* | Make Pepper NPN variable return a pointer to an allocated | sehr@google.com | 2009-10-27 | 2 | -15/+19 |