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
/
webkit
/
glue
/
plugins
/
pepper_plugin_module.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the Pepper implementation from webkit/glue/plugins/pepper_* to
brettw@chromium.org
2010-12-16
1
-492
/
+0
*
Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causes
brettw@chromium.org
2010-12-08
1
-135
/
+72
*
Revert 68482 - Make webkit/glue/plugins no longer depend on ppapi/proxy direc...
brettw@chromium.org
2010-12-07
1
-72
/
+135
*
Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causes
brettw@chromium.org
2010-12-07
1
-135
/
+72
*
Implement audio proxy for Pepper.
brettw@chromium.org
2010-12-02
1
-4
/
+6
*
Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directory
brettw@chromium.org
2010-11-10
1
-9
/
+9
*
Implement a new process type for running PPAPI plugins. The process itself is
brettw@chromium.org
2010-11-10
1
-2
/
+62
*
PPB_Class implementation in Chrome.
neb@chromium.org
2010-11-05
1
-0
/
+4
*
Make PPAPI headers compile with C compilers (gcc on Linux & Mac and MSVS on W...
dmichael@google.com
2010-11-05
1
-5
/
+6
*
Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land f...
brettw@chromium.org
2010-11-02
1
-35
/
+35
*
Revert PPAPI change due to Linux compile failures.
brettw@chromium.org
2010-11-02
1
-35
/
+35
*
Use PPAPI from chrome trunk rather than pulling via deps.
brettw@chromium.org
2010-11-02
1
-35
/
+35
*
Revert PPAPI change.
brettw@chromium.org
2010-11-02
1
-35
/
+35
*
Use PPAPI from chrome trunk rather than pulling via deps.
brettw@chromium.org
2010-11-02
1
-35
/
+35
*
Revert 64716 - Switch to the new PPAPI repository. This removes the DEPS entr...
brettw@chromium.org
2010-11-02
1
-35
/
+35
*
Switch to the new PPAPI repository. This removes the DEPS entry that refers to
brettw@chromium.org
2010-11-02
1
-35
/
+35
*
PPB_Var implementation, Chrome side.
neb@chromium.org
2010-10-25
1
-0
/
+3
*
Resubmit http://codereview.chromium.org/3944001.
dumi@chromium.org
2010-10-20
1
-17
/
+1
*
Revert 63153 - Update Pepper's FileSystem and FileRef implementations.
dumi@chromium.org
2010-10-20
1
-1
/
+17
*
Update Pepper's FileSystem and FileRef implementations.
dumi@chromium.org
2010-10-20
1
-17
/
+1
*
Convert pepper module and instance IDs from being pointer values to being
brettw@chromium.org
2010-10-08
1
-16
/
+7
*
Fix up PPAPI renames in Chrome.
neb@chromium.org
2010-10-07
1
-3
/
+3
*
Pull new PPAPI and update Browser interfaces to reflect new API.
brettw@chromium.org
2010-10-03
1
-0
/
+8
*
Chrome side of consolidating zoom code for pepper plugins (i.e. pdf) and the ...
jam@chromium.org
2010-10-01
1
-0
/
+3
*
Re-land 60850 Implement PPB_ImageDataTrusted on the Chrome side. This just
brettw@chromium.org
2010-09-29
1
-0
/
+3
*
Revert 60850 (broke build) - Implement PPB_ImageDataTrusted on the Chrome sid...
willchan@chromium.org
2010-09-28
1
-3
/
+0
*
Implement PPB_ImageDataTrusted on the Chrome side. This just connects the call
brettw@chromium.org
2010-09-28
1
-0
/
+3
*
Add some optimizations to plugin painting.
brettw@chromium.org
2010-09-24
1
-0
/
+4
*
Revert "Add some optimizations to plugin painting."
maruel@chromium.org
2010-09-23
1
-4
/
+0
*
Add some optimizations to plugin painting.
brettw@chromium.org
2010-09-23
1
-0
/
+4
*
Pepper: Fix getting the trusted URL loader interface.interface
viettrungluu@chromium.org
2010-09-23
1
-1
/
+1
*
Implement PPB_URLLoaderTrusted_Dev.
darin@chromium.org
2010-09-20
1
-0
/
+3
*
Add the ability to create FileRefs pointing to inexistent or
dumi@chromium.org
2010-09-14
1
-1
/
+17
*
Add fullscreen support to Pepper.
piman@chromium.org
2010-09-14
1
-0
/
+3
*
Preliminary Network P2P Pepper API
nfullagar@google.com
2010-09-14
1
-0
/
+4
*
Implement QuitMessageLoop using QuitNow instead of Quit.
darin@chromium.org
2010-09-13
1
-1
/
+1
*
Track Pepper string and object vars with the module so they can be deleted on
brettw@chromium.org
2010-09-13
1
-1
/
+61
*
Fix the cursor api not working.
jam@chromium.org
2010-08-30
1
-0
/
+4
*
Pull new PPAPI, rename non-P0 interfaces to Dev, rename DeviceContext2D to Gr...
brettw@chromium.org
2010-08-30
1
-43
/
+45
*
Pull latest Pepper to get moved audio, video, and char set interfaces, now
brettw@chromium.org
2010-08-28
1
-7
/
+7
*
Add hook into pepper to query if running on the main thread.
ajwong@chromium.org
2010-08-24
1
-1
/
+6
*
Revert "Add hook into pepper to query if running on the main thread."
ajwong@chromium.org
2010-08-24
1
-6
/
+1
*
Add hook into pepper to query if running on the main thread.
ajwong@chromium.org
2010-08-24
1
-1
/
+6
*
Add support for Pepper charset conversions.
brettw@chromium.org
2010-08-22
1
-0
/
+4
*
Pepper2 Graphics3D implementation - browser side.
neb@chromium.org
2010-08-17
1
-2
/
+13
*
add pepper video decoder glue and delegate
wjia@google.com
2010-08-06
1
-1
/
+4
*
Implement the UrlUtil pepper interface. Pull PPAPI to get that interface.
brettw@chromium.org
2010-08-05
1
-0
/
+4
*
Chromium-side implemention of pepper's FileChooser.
dumi@chromium.org
2010-08-05
1
-0
/
+4
*
Pepper2 audio (trusted side) implementation. Still missing a synchronization ...
neb@chromium.org
2010-07-30
1
-0
/
+7
*
De-coupled resource references by plugin from Resource object's refcount. Mad...
neb@chromium.org
2010-07-20
1
-10
/
+4
[next]