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
/
cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add GetPluginRefererURL to PPB_URLUtil_Dev interface to get the 'Referer' HTT...
omakovski@yandex-team.ru
2013-09-07
2
-0
/
+9
*
Add a new parameter |latency| to PPB_Audio.
yzshen@chromium.org
2013-09-06
2
-8
/
+51
*
Refactor PPB_NetworkMonitor_Private interface to use CompletionCallback.
sergeyu@chromium.org
2013-09-06
2
-14
/
+26
*
Use PP_ArrayOutput and PPB_NetAddress in PPB_NetworkList_Private..
sergeyu@chromium.org
2013-09-05
2
-47
/
+33
*
Pepper: Improve PPB_File_Ref Create() comment.
teravest@chromium.org
2013-08-19
1
-1
/
+1
*
Rename PP_TextInputType to PP_TextInputType_Dev
nona@chromium.org
2013-08-07
2
-2
/
+2
*
PPAPI: Move IMEInputEvent and TextInput to stable.
nona@chromium.org
2013-08-01
4
-0
/
+299
*
PPAPI: Initialize CompletionCallbackWithOutput storage
dmichael@chromium.org
2013-07-11
6
-0
/
+45
*
Add a new parameter |latency| to PPB_AudioInput_Callback.
yzshen@chromium.org
2013-07-03
2
-5
/
+55
*
PPAPI: Fixed misspelled enum name in documentation.
mgiuca@chromium.org
2013-06-26
1
-1
/
+1
*
PPAPI: Move PPB_NetworkProxy out of Dev
dmichael@chromium.org
2013-06-25
3
-36
/
+57
*
Add "PRIVATE" to the enum names of some private Pepper networking APIs:
yzshen@chromium.org
2013-06-24
1
-1
/
+1
*
PPAPI: Introduce PPB_NetworkProxy_Dev
dmichael@chromium.org
2013-06-24
2
-0
/
+66
*
Move PPB_HostResolver out of dev.
yzshen@chromium.org
2013-06-24
3
-120
/
+118
*
Move PPB_UDPSocket out of dev.
yzshen@chromium.org
2013-06-24
3
-135
/
+134
*
Move PPB_TCPSocket out of dev.
yzshen@chromium.org
2013-06-22
3
-141
/
+140
*
Move PPB_NetAddress out of dev.
yzshen@chromium.org
2013-06-22
9
-173
/
+171
*
Update comments of the Pepper networking APIs.
yzshen@chromium.org
2013-06-22
4
-5
/
+350
*
Move PPB_VarArray and PPB_VarDictionary out of dev.
raymes@chromium.org
2013-06-20
13
-288
/
+289
*
Don't send PP_Vars/V8 values with cycles across PostMessage
raymes@chromium.org
2013-06-19
1
-6
/
+18
*
Revert 207040 "Don't send PP_Vars/V8 values with cycles across P..."
raymes@chromium.org
2013-06-18
1
-18
/
+6
*
Don't send PP_Vars/V8 values with cycles across PostMessage
raymes@chromium.org
2013-06-18
1
-6
/
+18
*
Change pp::NetAddress_Dev to use bool instead of PP_Bool.
yzshen@chromium.org
2013-06-18
2
-13
/
+16
*
Use HTTP response headers for PNaCl caching instead of bitcode hash.
jvoung@chromium.org
2013-06-17
1
-0
/
+13
*
Introduce PPB_HostResolver_Dev.
yzshen@chromium.org
2013-06-14
2
-0
/
+143
*
Introduce PPB_UDPSocket_Dev.
yzshen@chromium.org
2013-06-13
2
-0
/
+168
*
Introduce PPB_TCPSocket_Dev.
yzshen@chromium.org
2013-06-13
2
-0
/
+170
*
Implement GetVoucherFile and GetHmonitor functions for PPB_Flash_DRM
raymes@chromium.org
2013-06-11
2
-0
/
+29
*
Remove ppapi/cpp/dev/websocket_dev.cc
hamaji@chromium.org
2013-06-11
1
-148
/
+0
*
Introduce PPB_NetAddress_Dev.
yzshen@chromium.org
2013-06-10
2
-0
/
+150
*
Clean up formatting to simplify post-Doxygen processing.
awatson@chromium.org
2013-05-30
1
-13
/
+18
*
Rename PPB_Flash_DeviceID interface to PPB_Flash_DRM
raymes@chromium.org
2013-05-25
2
-0
/
+84
*
Revert 201822 "Revert 201793 "PPAPI: Fix doc for MakeDirectory w..."
nkostylev@chromium.org
2013-05-23
1
-2
/
+4
*
Revert 201793 "PPAPI: Fix doc for MakeDirectory when directory e..."
nkostylev@chromium.org
2013-05-23
1
-4
/
+2
*
PPAPI: Fix doc for MakeDirectory when directory exists
dmichael@chromium.org
2013-05-23
1
-2
/
+4
*
Add multicast support for PPB_Ext_Socket_Dev.
yzshen@chromium.org
2013-05-23
2
-32
/
+145
*
Exposed PPB_TCPServerSocketPrivate::GetLocalAddress().
ygorshenin@chromium.org
2013-05-21
2
-18
/
+51
*
pp::FileSystem: add copy constrctor
victorhsieh@chromium.org
2013-05-09
3
-1
/
+9
*
Apps v2 in Pepper: access the value of a dictionary field using operator().
yzshen@chromium.org
2013-05-09
1
-4
/
+6
*
CRX FileSystem Pepper private API
victorhsieh@chromium.org
2013-05-08
5
-1
/
+80
*
Move DirectoryReader::ReadEntries to FileRef::ReadDirectoryEntries
hamaji@chromium.org
2013-05-03
8
-204
/
+174
*
Revert 198126 - Reland: Add Pepper API tests for chrome.socket.
yzshen@chromium.org
2013-05-03
1
-6
/
+4
*
Reland: Add Pepper API tests for chrome.socket.
yzshen@chromium.org
2013-05-03
1
-4
/
+6
*
Introduce ExtCompletionCallbackWithOutput to support Pepper APIs in pp::ext.
yzshen@chromium.org
2013-05-01
10
-229
/
+451
*
Rename PPAPI Video Stream APIs.
bbudge@chromium.org
2013-04-26
11
-385
/
+425
*
Pepper: Remove verson 0.6 of PPB_Printing_Dev.
teravest@chromium.org
2013-04-24
1
-12
/
+1
*
Remove memory/file handle leak in FileIO_Private::RequestOSFileHandle
hamaji@chromium.org
2013-04-24
4
-20
/
+131
*
Revert 195915 "Add Pepper API tests for chrome.socket."
ojan@chromium.org
2013-04-23
1
-6
/
+4
*
Add Pepper API tests for chrome.socket.
yzshen@chromium.org
2013-04-23
1
-4
/
+6
*
Add Pepper TrueType font API call to enumerate fonts in a given family.
bbudge@chromium.org
2013-04-19
2
-16
/
+95
[next]