index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
renderer
/
webplugin_delegate_pepper.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
New experimental Pepper device API.
apatrick@chromium.org
2010-04-16
1
-2
/
+185
*
- Extracted platform specific code from GLES2 command decoder to platform spe...
apatrick@chromium.org
2010-04-09
1
-4
/
+2
*
fixing bug in 2D context painted area pixel count computation
abetul@google.com
2010-04-09
1
-3
/
+5
*
Extend the file browser/chooser to support more modes of operation, and plumb
brettw@chromium.org
2010-03-30
1
-1
/
+59
*
Make the Pepper 2D API paint on Mac. We just had to implement the code to copy
brettw@chromium.org
2010-03-29
1
-3
/
+39
*
Add zooming notifications to Pepper. This allows the plugin to respond to fu...
jam@chromium.org
2010-03-26
1
-0
/
+7
*
Chrome side of adding search support to Pepper.
jam@chromium.org
2010-03-25
1
-0
/
+48
*
Move more files to toplevel gfx.
ben@chromium.org
2010-03-19
1
-4
/
+2
*
Move image codec stuff to toplevel gfx.
ben@chromium.org
2010-03-18
1
-2
/
+2
*
Move some more files to toplevel gfx dir.
ben@chromium.org
2010-03-17
1
-1
/
+1
*
Fixed the Pepper print interface to take in the print dimensions and printer ...
sanjeevr@chromium.org
2010-03-12
1
-24
/
+26
*
Added functions to the Pepper interface to allow plugins to participate in th...
sanjeevr@chromium.org
2010-03-11
1
-0
/
+195
*
Add #include <string.h> so that the 64-bit nacl-g++ compiler has a definition
dspringer@google.com
2010-03-10
1
-0
/
+3
*
fix posix build errors
jam@chromium.org
2010-03-09
1
-1
/
+1
*
Add theming API to Pepper. For now, this only handles scrollbars.
jam@chromium.org
2010-03-08
1
-6
/
+208
*
Make the pepper 2D flush callback actually function as advertised. It will now
brettw@chromium.org
2010-03-06
1
-1
/
+22
*
Added support for opening a GPU command buffer from a renderer processes thro...
apatrick@chromium.org
2010-03-05
1
-8
/
+19
*
checksum computation that returns the least significant 32-bits of the 128-bi...
abetul@google.com
2010-03-04
1
-0
/
+14
*
Added a null pointer check for the repaintCallback of the 3D API.
sehr@google.com
2010-03-03
1
-1
/
+2
*
Revert 40490 - Make the pepper 2D flush callback actually function as adverti...
brettw@chromium.org
2010-03-03
1
-22
/
+1
*
Make the pepper 2D flush callback actually function as advertised. It will now
brettw@chromium.org
2010-03-03
1
-1
/
+22
*
I just put the code that does not compile on ARM. Trybots will fail because I...
apatrick@chromium.org
2010-02-24
1
-11
/
+33
*
Revert 39530 - GPU plugin forwards repaint events to Pepper plugin.
apatrick@chromium.org
2010-02-20
1
-31
/
+11
*
GPU plugin forwards repaint events to Pepper plugin.
apatrick@chromium.org
2010-02-20
1
-11
/
+31
*
base::SharedMemory does not set the size in other than the creating
sehr@google.com
2010-02-10
1
-2
/
+11
*
Audio support for native client requires some additional features
sehr@google.com
2010-02-09
1
-1
/
+10
*
Implemented async flushes for Pepper 3D.
apatrick@chromium.org
2010-02-09
1
-8
/
+66
*
Bug 34167: GPU plugins' output initially placed incorrectly on page
kbr@google.com
2010-02-05
1
-0
/
+30
*
To implement Pepper in Native Client we need access to the implementation of the
sehr@google.com
2010-02-03
1
-7
/
+27
*
[GPU] Get GPU process running on the mac
kbr@google.com
2010-02-03
1
-0
/
+16
*
Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,...
apatrick@chromium.org
2010-02-01
1
-3
/
+3
*
Fix passing pointers between processes.
jam@chromium.org
2010-01-29
1
-24
/
+10
*
Redesigned CommandBuffer and NPDevice3D interfaces.
apatrick@chromium.org
2010-01-29
1
-32
/
+29
*
Refactor Pepper device API
neb@chromium.org
2010-01-25
1
-194
/
+36
*
Add the impl structure to the pepper 3D api. Needed for NaCl implementation ...
sehr@google.com
2010-01-23
1
-0
/
+8
*
linux: reinstate Pepper plugins
piman@chromium.org
2010-01-15
1
-12
/
+1
*
Set disabled style on GPU window and plugin intermediate window so mouse mess...
apatrick@chromium.org
2010-01-15
1
-0
/
+2
*
Remove unnecessary references to webkit/glue/glue_util.h in
darin@chromium.org
2010-01-13
1
-1
/
+0
*
Working rudimentary audio in Pepper.
brettw@chromium.org
2010-01-12
1
-0
/
+142
*
This CL is for Neb. It contains his change 501124, with conflicts merged.
sehr@google.com
2010-01-11
1
-1
/
+1
*
Fixed some bugs that prevented the GPU plugin from shutting down without cras...
apatrick@google.com
2010-01-08
1
-4
/
+9
*
Revert 35649 - Make Pepper plugins work on Linux.
arv@chromium.org
2010-01-06
1
-1
/
+1
*
Make Pepper plugins work on Linux.
brettw@chromium.org
2010-01-06
1
-1
/
+1
*
Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...
apatrick@google.com
2009-12-22
1
-24
/
+154
*
Expose the TransportDIB through the reserved pointer so that the NaCl pepper ...
sehr@google.com
2009-12-18
1
-0
/
+20
*
The union and first level nested struct were vestiges of the previous
sehr@google.com
2009-12-11
1
-17
/
+17
*
Enable pepper events to flow to the plugin. Also enable printing of the event
sehr@google.com
2009-12-08
1
-1
/
+5
*
Refactor the pepper API implementation to make it more scalable as we add more
brettw@chromium.org
2009-12-07
1
-1
/
+56
*
Send resource load notifications from plugins to devtools agent. This is a pa...
yurys@chromium.org
2009-12-03
1
-1
/
+1
*
Update the Pepper APIs to the latest spec for the 2D demo plugin.
brettw@chromium.org
2009-12-01
1
-124
/
+120
[next]