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
/
pepper_plugin_delegate_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put
brettw@chromium.org
2010-12-20
1
-1
/
+1
*
Move the Pepper implementation from webkit/glue/plugins/pepper_* to
brettw@chromium.org
2010-12-16
1
-33
/
+38
*
Move PlatformContext3DImpl to separate file
piman@google.com
2010-12-16
1
-114
/
+12
*
Make PepperFileMessageFilter be a BrowserMessageFilter.
jam@chromium.org
2010-12-15
1
-6
/
+7
*
Convert over to channel handles
dmaclach@chromium.org
2010-12-08
1
-7
/
+1
*
Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causes
brettw@chromium.org
2010-12-08
1
-9
/
+79
*
Revert 68482 - Make webkit/glue/plugins no longer depend on ppapi/proxy direc...
brettw@chromium.org
2010-12-07
1
-79
/
+9
*
Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causes
brettw@chromium.org
2010-12-07
1
-9
/
+79
*
Implement audio proxy for Pepper.
brettw@chromium.org
2010-12-02
1
-1
/
+3
*
changes for proxy audio
nfullagar@google.com
2010-11-25
1
-4
/
+22
*
Simplified AudioOutputStream interface.
sergeyu@chromium.org
2010-11-11
1
-3
/
+1
*
Implement a new process type for running PPAPI plugins. The process itself is
brettw@chromium.org
2010-11-10
1
-1
/
+18
*
Change the private image data shared memory handle code to return a native
brettw@chromium.org
2010-11-09
1
-2
/
+9
*
- Relanding 61718.
apatrick@chromium.org
2010-11-09
1
-1
/
+1
*
Reland r65152 with mac and linux fix.
apatrick@chromium.org
2010-11-06
1
-187
/
+89
*
Revert 65152 - Integrated Pepper3D v2 with the accelerated compositor.
apatrick@chromium.org
2010-11-05
1
-89
/
+187
*
Integrated Pepper3D v2 with the accelerated compositor.
apatrick@chromium.org
2010-11-05
1
-187
/
+89
*
Pepper's directory reader implementation + test.
dumi@chromium.org
2010-11-04
1
-0
/
+8
*
Added ability to propogate create to suggest whether or not filesystem's root...
kkanetkar@chromium.org
2010-11-03
1
-1
/
+1
*
Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land f...
brettw@chromium.org
2010-11-02
1
-1
/
+1
*
Revert PPAPI change due to Linux compile failures.
brettw@chromium.org
2010-11-02
1
-1
/
+1
*
Use PPAPI from chrome trunk rather than pulling via deps.
brettw@chromium.org
2010-11-02
1
-1
/
+1
*
Revert PPAPI change.
brettw@chromium.org
2010-11-02
1
-1
/
+1
*
Use PPAPI from chrome trunk rather than pulling via deps.
brettw@chromium.org
2010-11-02
1
-1
/
+1
*
Revert 64716 - Switch to the new PPAPI repository. This removes the DEPS entr...
brettw@chromium.org
2010-11-02
1
-1
/
+1
*
Switch to the new PPAPI repository. This removes the DEPS entry that refers to
brettw@chromium.org
2010-11-02
1
-1
/
+1
*
FBTF: More dtor deinlining. (Can almost see the end!)
erg@google.com
2010-10-22
1
-0
/
+2
*
Resubmit http://codereview.chromium.org/3944001.
dumi@chromium.org
2010-10-20
1
-0
/
+11
*
Revert 63153 - Update Pepper's FileSystem and FileRef implementations.
dumi@chromium.org
2010-10-20
1
-11
/
+0
*
Update Pepper's FileSystem and FileRef implementations.
dumi@chromium.org
2010-10-20
1
-0
/
+11
*
Support sync file io for pepper, to support LSOs
piman@chromium.org
2010-10-19
1
-0
/
+116
*
Use CommandUpdater for disabling commands that were disabled by plugins.
jam@chromium.org
2010-10-13
1
-3
/
+3
*
Add a private pepper API for the pdf plugin to disable copy/print etc. This ...
jam@chromium.org
2010-10-12
1
-0
/
+5
*
Add private pepper API to keep the throbber spinning while PDFs are loading.
jam@chromium.org
2010-10-12
1
-0
/
+8
*
Add a way to get proxy information to the Private2 Pepper API.
brettw@chromium.org
2010-10-10
1
-1
/
+12
*
Reapply 61613 that was reverted for false valgrind alarm.
kinuko@chromium.org
2010-10-07
1
-1
/
+1
*
Revert 61613 - possible culprit for valgrind error. (Support removeRecursivel...
kinuko@chromium.org
2010-10-06
1
-1
/
+1
*
Second try for support removeRecursively and new copy/move behaviors added to...
kinuko@chromium.org
2010-10-06
1
-1
/
+1
*
Revert 61480 - Support removeRecursively and new copy/move behaviors added to...
kinuko@chromium.org
2010-10-05
1
-1
/
+1
*
Support removeRecursively and new copy/move behaviors added to the spec recen...
kinuko@chromium.org
2010-10-05
1
-1
/
+1
*
Get rid of ZOOM_LEVEL_IS_DOUBLE code since WebKit is rolled.
jam@chromium.org
2010-10-01
1
-2
/
+0
*
Chrome side of consolidating zoom code for pepper plugins (i.e. pdf) and the ...
jam@chromium.org
2010-10-01
1
-5
/
+19
*
Add AudioBuffersState struct. Use it for audio synchronization.
sergeyu@chromium.org
2010-09-29
1
-2
/
+1
*
Pepper's FileSystem implementation.
dumi@chromium.org
2010-09-27
1
-0
/
+50
*
Add some optimizations to plugin painting.
brettw@chromium.org
2010-09-24
1
-0
/
+20
*
Implement Pepper plugin focus notifications.
brettw@chromium.org
2010-09-23
1
-0
/
+10
*
Revert "Add some optimizations to plugin painting."
maruel@chromium.org
2010-09-23
1
-17
/
+0
*
Add some optimizations to plugin painting.
brettw@chromium.org
2010-09-23
1
-0
/
+17
*
Implement GetDefaultCharSet for Pepper and pull the corresponding PPAPI change.
brettw@chromium.org
2010-09-23
1
-0
/
+8
*
Add fullscreen support to Pepper.
piman@chromium.org
2010-09-14
1
-0
/
+6
[next]