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
*
Remove executable permission.
yzshen@chromium.org
2011-09-08
2
-0
/
+0
*
Introduce a new Pepper interface: PPB/PPP_MouseLock.
yzshen@chromium.org
2011-09-08
7
-0
/
+183
*
reconstitute moving 3d out of dev CL. (previous attempt was reverted)
nfullagar@google.com
2011-09-07
9
-17
/
+17
*
Use precompiled headers for most large projects where the .gyp file
joi@chromium.org
2011-09-07
6
-12
/
+15
*
Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev.
nfullagar@google.com
2011-09-06
9
-17
/
+17
*
Move PPAPI graphics3d and opengles interfaces out of Dev.
nfullagar@google.com
2011-09-06
9
-17
/
+17
*
Replace the use of an int32* with an explicit profile for decoder configuration.
fischman@chromium.org
2011-09-01
5
-20
/
+15
*
Add movement information to PPB_MouseInputEvent.
yzshen@chromium.org
2011-08-31
6
-7
/
+25
*
Reland http://codereview.chromium.org/7648033
dmichael@chromium.org
2011-08-30
2
-2
/
+6
*
Revert 98826 - Add means for running some tests only o-o-p. Add messaging non...
dtseng@chromium.org
2011-08-30
2
-6
/
+2
*
Add means for running some tests only o-o-p. Add messaging non-main thread test.
dmichael@chromium.org
2011-08-30
2
-2
/
+6
*
Allow both Context3D and Graphics3D with the video decoder
piman@chromium.org
2011-08-30
2
-15
/
+29
*
Create ppapi_proxy.dll and ppapi_shared.dll.
darin@chromium.org
2011-08-26
17
-27
/
+66
*
Convert FileRefImpl and URLRequestInfo to shared_impl.
brettw@chromium.org
2011-08-26
19
-358
/
+169
*
Merge the plugin and impl side of the audio config and input event resources.
brettw@chromium.org
2011-08-25
8
-97
/
+21
*
Don't use a scoped_refptr for StringVar::FromPPVar
brettw@chromium.org
2011-08-22
7
-14
/
+14
*
Cleanup in the file chooser API.
brettw@chromium.org
2011-08-20
8
-29
/
+79
*
Convert the pp::proxy namespace to the ppapi::proxy namespace.
brettw@chromium.org
2011-08-18
145
-789
/
+644
*
Add a unified resource tracker shared between the proxy and the impl.
brettw@chromium.org
2011-08-18
55
-513
/
+345
*
Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)
thestig@chromium.org
2011-08-18
1
-1
/
+1
*
Removed config management from Graphics3D API. It will be better handled in t...
alokp@chromium.org
2011-08-16
6
-15
/
+5
*
Implement PPB_Flash_TCPSocket.InitiateSSL.
yzshen@chromium.org
2011-08-16
3
-13
/
+86
*
Add option to not generate resources on bind in OpenGL ES
gman@chromium.org
2011-08-16
1
-1
/
+2
*
Add MessageLoopProxy::current
nduca@chromium.org
2011-08-15
2
-2
/
+2
*
Make WebPluginInfo more generic
cpu@chromium.org
2011-08-14
1
-1
/
+1
*
Move host resource from the proxy to the shared_impl.
brettw@chromium.org
2011-08-13
79
-408
/
+424
*
Gracefully handle multiple Flush/Reset/Decode with same id
piman@chromium.org
2011-08-12
1
-3
/
+6
*
Remove the old type system for proxied resources. These were no longer being ...
brettw@chromium.org
2011-08-12
12
-100
/
+12
*
Make sure ppapi::WebKitForwarding::Font is deleted on the WebKit thread.
yzshen@chromium.org
2011-08-12
2
-24
/
+43
*
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
[next]