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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support multiple HW video decoders per context.
fischman@chromium.org
2011-08-17
2
-114
/
+164
*
Removed PPB_Graphics3D::GetString(). Versioning should be handled in pepper a...
alokp@chromium.org
2011-08-16
5
-46
/
+2
*
Removed config management from Graphics3D API. It will be better handled in t...
alokp@chromium.org
2011-08-16
14
-302
/
+72
*
Implement PPB_Flash_TCPSocket.InitiateSSL.
yzshen@chromium.org
2011-08-16
8
-31
/
+116
*
Small changes such as spacing and adding [in/out] identifiers after @params.
jond@google.com
2011-08-16
13
-107
/
+276
*
Changed "Pepper Audio API Code Walkthrough" to "Pepper Audio API" as per Andy.
jond@google.com
2011-08-16
4
-6
/
+6
*
New documentation for ppb_input_event.h
jond@google.com
2011-08-16
2
-155
/
+424
*
Missed some items to document here. New documentation.
jond@google.com
2011-08-16
1
-39
/
+76
*
Some minor doc changes
jond@google.com
2011-08-16
4
-8
/
+8
*
Add option to not generate resources on bind in OpenGL ES
gman@chromium.org
2011-08-16
2
-2
/
+4
*
Add MessageLoopProxy::current
nduca@chromium.org
2011-08-15
2
-2
/
+2
*
Fixed several issues with <code> tags mostly (warnings in Doxygen).
jond@google.com
2011-08-15
12
-25
/
+29
*
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
81
-346
/
+430
*
Gracefully handle multiple Flush/Reset/Decode with same id
piman@chromium.org
2011-08-12
3
-13
/
+20
*
Remove the old type system for proxied resources. These were no longer being ...
brettw@chromium.org
2011-08-12
13
-107
/
+14
*
Make sure ppapi::WebKitForwarding::Font is deleted on the WebKit thread.
yzshen@chromium.org
2011-08-12
2
-24
/
+43
*
Formatting changes
jond@google.com
2011-08-12
9
-89
/
+187
*
ppapi: fix outdated comment in cpp header.
polina@google.com
2011-08-12
1
-2
/
+1
*
Add the PP_Instance to resource object base.
brettw@chromium.org
2011-08-11
3
-1
/
+19
*
Add Graphics3DTrusted dev interface for proxy.
nfullagar@google.com
2011-08-11
1
-0
/
+2
*
New C++ Docs.
jond@google.com
2011-08-11
4
-148
/
+269
*
Move the refcounting from the proxy/impl resource object to the shared resour...
brettw@chromium.org
2011-08-11
6
-22
/
+6
*
Convert the PluginResource to be refcounted.
brettw@chromium.org
2011-08-11
26
-63
/
+54
*
Pepper and WebKit API change to support a plugin knowing if a scrollbar is an...
jam@chromium.org
2011-08-10
12
-10
/
+81
*
Fix sporadic crash at the end of gles2 ppapi plugin
vrk@google.com
2011-08-10
2
-18
/
+21
*
Unify var tracking between webkit and the proxy.
brettw@chromium.org
2011-08-09
31
-701
/
+916
*
C++ File IO documentation.
jond@google.com
2011-08-09
3
-23
/
+29
*
New instance.h documentation
jond@google.com
2011-08-09
1
-126
/
+136
*
C++ documentation for URL Loading classes
jond@google.com
2011-08-09
3
-16
/
+485
*
Fixed some basic tag issues (missing /code endings, etc.).
jond@google.com
2011-08-09
3
-11
/
+11
*
PPB/PPP_VideoCapture_Dev proxy
piman@chromium.org
2011-08-09
10
-3
/
+607
*
C++ wrappers for PPB_VideoCapture_Dev
piman@google.com
2011-08-09
7
-0
/
+212
*
Fix raw key down events in Pepper.
piman@google.com
2011-08-09
1
-0
/
+1
*
Reland 95309. Add a template to handle properly issuing completion callbacks.
brettw@chromium.org
2011-08-08
15
-143
/
+198
*
PPAPI: header comments on when PPP_Instance::DidDestroy and PPP_ShutdownModule
polina@google.com
2011-08-08
5
-29
/
+40
*
Implement PPAPI VideoDecode out-of-process support
vrk@chromium.org
2011-08-06
17
-41
/
+999
*
Video Capture Pepper API
piman@chromium.org
2011-08-06
12
-0
/
+324
*
Fix some egregious bugs in Var.
brettw@chromium.org
2011-08-05
4
-13
/
+27
*
Revert 95309 - I need to fix some bugs with this.
brettw@chromium.org
2011-08-03
15
-197
/
+143
*
Add a template to handle properly issuing completion callbacks. This fixes
brettw@chromium.org
2011-08-03
15
-143
/
+197
*
Proxy PPP_Messaging.
dmichael@chromium.org
2011-08-03
18
-43
/
+390
*
Respect NAT traversal policy in the Chromoting client plugin.
ajwong@chromium.org
2011-08-03
1
-1
/
+1
*
Add Antoine to PPAPI owners so I don't keep having to rubberstamp his reviews.
brettw@chromium.org
2011-08-02
1
-0
/
+1
*
Remove a few unused functions.
thakis@chromium.org
2011-08-02
1
-8
/
+0
*
Revert "Prepare ppapi for chrome audio changes..."
derat@chromium.org
2011-08-02
1
-47
/
+7
*
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
6
-0
/
+354
*
New Var.h documentation. Some docs are absent as I wasn't sure what they did.
jond@google.com
2011-08-01
1
-58
/
+178
*
Prepare ppapi for chrome audio changes. Now chrome writes length of audio data
enal@chromium.org
2011-08-01
1
-7
/
+47
[next]