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
/
ppapi
/
proxy
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the PP_Instance to resource object base.
brettw@chromium.org
2011-08-11
1
-1
/
+2
*
Move the refcounting from the proxy/impl resource object to the shared resour...
brettw@chromium.org
2011-08-11
1
-3
/
+1
*
Convert the PluginResource to be refcounted.
brettw@chromium.org
2011-08-11
26
-63
/
+54
*
Unify var tracking between webkit and the proxy.
brettw@chromium.org
2011-08-09
19
-520
/
+441
*
PPB/PPP_VideoCapture_Dev proxy
piman@chromium.org
2011-08-09
9
-3
/
+605
*
Reland 95309. Add a template to handle properly issuing completion callbacks.
brettw@chromium.org
2011-08-08
10
-107
/
+178
*
Implement PPAPI VideoDecode out-of-process support
vrk@chromium.org
2011-08-06
10
-35
/
+772
*
Video Capture Pepper API
piman@chromium.org
2011-08-06
3
-0
/
+8
*
Revert 95309 - I need to fix some bugs with this.
brettw@chromium.org
2011-08-03
10
-177
/
+107
*
Add a template to handle properly issuing completion callbacks. This fixes
brettw@chromium.org
2011-08-03
10
-107
/
+177
*
Proxy PPP_Messaging.
dmichael@chromium.org
2011-08-03
15
-43
/
+381
*
Remove a few unused functions.
thakis@chromium.org
2011-08-02
1
-8
/
+0
*
Allow reentrancy for HostDispatcher::GetProxiedInterface
vrk@google.com
2011-08-02
1
-1
/
+5
*
Move Var and StringVar to the ppapi/shared_impl so they can be used in the
brettw@chromium.org
2011-08-01
2
-0
/
+37
*
Add additional unit tests for the plugin side of SerializedVar object proxying.
brettw@chromium.org
2011-08-01
3
-5
/
+136
*
Various fixes to Graphics3D proxy to make it work.
alokp@chromium.org
2011-08-01
2
-6
/
+12
*
PPAPI interface for reading the enterprise policy as a big JSON blob.
ajwong@chromium.org
2011-07-30
2
-0
/
+6
*
PPB_VideoDecoder_Dev::Initialize is now synchronous!
fischman@chromium.org
2011-07-29
2
-2
/
+8
*
Implemented CommandBuffer::GetState Graphics3D.
apatrick@chromium.org
2011-07-26
1
-0
/
+5
*
Fix input event resource proxying functions in the Chrome IPC proxy. The
brettw@chromium.org
2011-07-22
3
-4
/
+46
*
Reland 93066 - Execute all GL commands up to the put offset reported by a eac...
apatrick@chromium.org
2011-07-21
1
-0
/
+5
*
Convert input event to interface version 1.0. Rename some of the mouse and
brettw@chromium.org
2011-07-20
2
-11
/
+11
*
Reland http://codereview.chromium.org/7452002/ again
dmichael@chromium.org
2011-07-20
7
-102
/
+14
*
Revert 93223 - Reland http://codereview.chromium.org/7452002/
dmichael@chromium.org
2011-07-20
7
-14
/
+102
*
Reland http://codereview.chromium.org/7452002/
dmichael@chromium.org
2011-07-20
7
-102
/
+14
*
Revert 93202 - Remove HandleInputEvent from PPP_Instance and freeze to 1.0.
dmichael@chromium.org
2011-07-20
7
-14
/
+102
*
Remove HandleInputEvent from PPP_Instance and freeze to 1.0.
dmichael@chromium.org
2011-07-20
7
-102
/
+14
*
Revert 93066 - Execute all GL commands up to the put offset reported by a eac...
apatrick@chromium.org
2011-07-20
1
-5
/
+0
*
Binding Graphics3D with Instance and OpenGLES2 interface.
alokp@chromium.org
2011-07-19
4
-893
/
+9
*
Allow creation of input events. Revert changes to testing interface for
brettw@chromium.org
2011-07-19
3
-21
/
+94
*
Execute all GL commands up to the put offset reported by a each flush.This me...
apatrick@chromium.org
2011-07-19
2
-8
/
+5
*
Update the widget API to use the new InputEvent resource rather than the old
brettw@chromium.org
2011-07-19
1
-0
/
+21
*
Re-land r92885, which was reverted in r92891.
alokp@chromium.org
2011-07-19
7
-1
/
+804
*
Revert 92885 - Completed the implementation for PPB_Graphics3D interface.
alokp@chromium.org
2011-07-18
7
-804
/
+1
*
Completed the implementation for PPB_Graphics3D interface.
alokp@chromium.org
2011-07-18
7
-1
/
+804
*
Remove untrusted scripting support.
dmichael@chromium.org
2011-07-14
8
-181
/
+7
*
Removed MemAlloc and MemFree from PPB_Core
mball@google.com
2011-07-14
2
-8
/
+6
*
Hook up the network status notifications to out-of-process Pepper plugins.
brettw@chromium.org
2011-07-14
1
-0
/
+5
*
Detect and expose loss of OpenGL context using GL_ARB_robustness.
kbr@chromium.org
2011-07-14
1
-0
/
+6
*
Add instrumentation and checks to help debugging plugins.
piman@chromium.org
2011-07-13
3
-1
/
+18
*
Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...
kbr@chromium.org
2011-07-13
1
-6
/
+0
*
Detect and expose loss of OpenGL context using GL_ARB_robustness.
kbr@chromium.org
2011-07-13
1
-0
/
+6
*
Reland http://codereview.chromium.org/7292033
dmichael@chromium.org
2011-07-13
3
-2
/
+16
*
Revert 92302 - First pass at revving stable pepper interfaces to 1.0.
dmichael@chromium.org
2011-07-13
3
-16
/
+2
*
First pass at revving stable pepper interfaces to 1.0.
dmichael@chromium.org
2011-07-13
3
-2
/
+16
*
Move the time conversion code to the PPAPI shared_impl directory and use it in
brettw@chromium.org
2011-07-12
1
-5
/
+6
*
Reland http://codereview.chromium.org/7312008/
dmichael@chromium.org
2011-07-08
4
-1
/
+19
*
Revert 91859 - Porting ppapi_tests framework to postMessage.
dmichael@chromium.org
2011-07-08
4
-19
/
+1
*
Porting ppapi_tests framework to postMessage.
dmichael@chromium.org
2011-07-08
4
-1
/
+19
*
Remove PPBoolToBool and BoolToPPBool and use PP_FromBool and PP_ToBool instead.
brettw@chromium.org
2011-07-08
9
-25
/
+17
[next]