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
*
Adds internal APIs, thunks, resources, and resource hosts.
bbudge@chromium.org
2013-05-04
18
-28
/
+640
*
Move DirectoryReader::ReadEntries to FileRef::ReadDirectoryEntries
hamaji@chromium.org
2013-05-03
40
-899
/
+659
*
Fix linking of NaCl IRT on ARM.
sbc@chromium.org
2013-05-03
1
-1
/
+1
*
GTTF: rename net::TestServer -> net::SpawnedTestServer
phajdan.jr@chromium.org
2013-05-03
1
-1
/
+1
*
Revert 198126 - Reland: Add Pepper API tests for chrome.socket.
yzshen@chromium.org
2013-05-03
2
-197
/
+4
*
Reland: Add Pepper API tests for chrome.socket.
yzshen@chromium.org
2013-05-03
2
-4
/
+197
*
Revert 196550 "Revert "Add a ConvertableToTraceFormat type to th..."
tonyg@chromium.org
2013-05-03
1
-1
/
+1
*
There is a range failure when an old file differs from the file about to be g...
noelallen@chromium.org
2013-05-02
1
-42
/
+55
*
Pepper: Add VLOG statements to PPB_InputEvent thunk.
teravest@chromium.org
2013-05-02
1
-0
/
+38
*
Add TestExtCompletionCallbackWithOutput for Pepper testing.
yzshen@chromium.org
2013-05-02
1
-21
/
+66
*
Expose useful ImageData creation logic in PPAPI proxy.
bbudge@chromium.org
2013-05-02
2
-62
/
+109
*
Collect UMA stats for ppapi hardware video decode.
ihf@chromium.org
2013-05-02
2
-5
/
+3
*
Pepper: Autogenerate thunk for PPB_Fullscreen
teravest@chromium.org
2013-05-02
6
-11
/
+28
*
Pepper: Add VLOG statements to PPB_FileRef thunk.
teravest@chromium.org
2013-05-02
1
-0
/
+12
*
Remove Pepper URLLoader from resource tracker early.
bbudge@chromium.org
2013-05-01
2
-1
/
+13
*
base: Remove ALLOW_THIS_IN_INITIALIZER_LIST macro.
tfarina@chromium.org
2013-05-01
1
-3
/
+3
*
Move WebPreferences to root namespace
gman@chromium.org
2013-05-01
3
-10
/
+8
*
Ppapi: Autogenerate thunk for PPB_MouseLock
teravest@chromium.org
2013-05-01
2
-6
/
+13
*
Introduce ExtCompletionCallbackWithOutput to support Pepper APIs in pp::ext.
yzshen@chromium.org
2013-05-01
11
-261
/
+596
*
Fix for deadlock in multi-threaded pepper code. Uses a similar
nfullagar@chromium.org
2013-05-01
2
-7
/
+26
*
PPAPI: Destroy HostResource after removal from host map
dmichael@chromium.org
2013-05-01
1
-0
/
+6
*
Add Raymes as an owner for ppapi/.
yzshen@chromium.org
2013-05-01
1
-0
/
+1
*
Pepper: Autogenerate thunk for PPB_Graphics2D.
teravest@chromium.org
2013-04-30
13
-79
/
+121
*
ppapi: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
13
-13
/
+13
*
Fix uninitialized data
kmixter@chromium.org
2013-04-27
1
-1
/
+3
*
PNaCl PPAPI shims: Update for new PNaCl ABI for by-value struct passing
mseaborn@chromium.org
2013-04-26
7
-1452
/
+929
*
Fix ppapi_param_traits.cc - add missing field.
bbudge@chromium.org
2013-04-26
1
-1
/
+3
*
Pepper: Fix use-after-free bug in PluginVarTracker.
teravest@chromium.org
2013-04-26
5
-7
/
+28
*
Rename PPAPI Video Stream APIs.
bbudge@chromium.org
2013-04-26
25
-909
/
+981
*
Autogenerate thunk for PPB_ImageData.
teravest@chromium.org
2013-04-26
9
-52
/
+88
*
Revert "Add a ConvertableToTraceFormat type to the trace framework."
tonyg@chromium.org
2013-04-26
1
-1
/
+1
*
Pepper: Autogenerate thunk for PPB_URLResponseInfo.
teravest@chromium.org
2013-04-25
2
-6
/
+18
*
Implement Pepper GetDeviceID for Windows
raymes@chromium.org
2013-04-25
3
-0
/
+70
*
Pepper: Update PPB_Zoom thunk.
teravest@chromium.org
2013-04-24
1
-7
/
+9
*
Port PNaCl error handling test from scons to gyp / browser_tests.
jvoung@chromium.org
2013-04-24
11
-306
/
+0
*
Pepper: Remove verson 0.6 of PPB_Printing_Dev.
teravest@chromium.org
2013-04-24
8
-122
/
+59
*
Pepper IDL: Check for structs in callbacks.
teravest@chromium.org
2013-04-24
1
-0
/
+29
*
Remove memory/file handle leak in FileIO_Private::RequestOSFileHandle
hamaji@chromium.org
2013-04-24
6
-30
/
+143
*
Ppapi: Autogenerate thunk for PPB_Zoom_Dev.
teravest@chromium.org
2013-04-23
4
-10
/
+19
*
Revert 195915 "Add Pepper API tests for chrome.socket."
ojan@chromium.org
2013-04-23
2
-197
/
+4
*
PNaCl PPAPI shims: Remove unused InterfaceNeedsWrapper() method
mseaborn@chromium.org
2013-04-23
2
-20
/
+0
*
Add an OpenNaClExecutable function to PPB_NaCl_Private.
bbudge@chromium.org
2013-04-23
6
-27
/
+150
*
Add Pepper API tests for chrome.socket.
yzshen@chromium.org
2013-04-23
2
-4
/
+197
*
PNaCl PPAPI shims: Remove function pointer casts for PPP_* shims
mseaborn@chromium.org
2013-04-23
2
-21
/
+30
*
Revert 195857 "Ppapi: Autogenerate thunk for PPB_Zoom_Dev."
teravest@chromium.org
2013-04-23
4
-19
/
+10
*
Pepper: Autogenerate thunk for PPB_AudioTrusted.
teravest@chromium.org
2013-04-23
5
-27
/
+34
*
Pepper: Add optional logging to PPB_AudioConfig.
teravest@chromium.org
2013-04-23
1
-0
/
+7
*
Ppapi: Autogenerate thunk for PPB_Zoom_Dev.
teravest@chromium.org
2013-04-23
4
-10
/
+19
*
Make PPAPI unittests work independent of order run. The issue is that PpapiGl...
jam@chromium.org
2013-04-23
2
-0
/
+9
*
Disables dyncode syscalls for nexes that were produced by the pnacl translato...
sehr@chromium.org
2013-04-23
9
-5
/
+29
[next]