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
*
Pepper IME API for surrounding text retrieval.
kinaba@chromium.org
2012-03-15
2
-21
/
+107
*
Add C++ wrappers for output parameters.
brettw@chromium.org
2012-03-14
4
-1
/
+621
*
Added CPP wrapper for PPB_TCPServerSocket_Private.
ygorshenin@chromium.org
2012-03-13
4
-2
/
+106
*
Pepper: Make C++ wrappers for PPB_NetAddress_Private backwards compatible.
viettrungluu@chromium.org
2012-03-07
1
-40
/
+73
*
Fixed some TODO comments so they wouldn't show up in the docs.
jond@google.com
2012-03-07
1
-6
/
+5
*
PPB_AudioInput_Dev: support multiple audio input devices - Part 1.
yzshen@chromium.org
2012-03-07
2
-13
/
+265
*
Pepper: Make C++ wrappers for PPB_AudioConfig backwards compatible.
viettrungluu@chromium.org
2012-03-07
1
-15
/
+29
*
Add NetworkList/NetworkMonitor hooks and C++ wrappers.
sergeyu@chromium.org
2012-03-05
4
-0
/
+226
*
Revert 124797 - Add NetworkList/NetworkMonitor hooks and C++ wrappers.
sergeyu@chromium.org
2012-03-03
4
-226
/
+0
*
Add NetworkList/NetworkMonitor hooks and C++ wrappers.
sergeyu@chromium.org
2012-03-03
4
-0
/
+226
*
Changed <code> to @code and </code> to @endcode (for formatting issues. Remov...
jond@google.com
2012-03-03
1
-4
/
+5
*
Remove assertion on instance destruction.
brettw@chromium.org
2012-02-29
1
-7
/
+0
*
Make VideoCapture_Dev backward compatible.
yzshen@chromium.org
2012-02-28
2
-29
/
+83
*
Make the PPP wrappers take an Instance*.
brettw@chromium.org
2012-02-27
20
-49
/
+41
*
Convert resources to take an instance key instead of an Instance*.
brettw@chromium.org
2012-02-27
109
-496
/
+642
*
Modified the flash cipboard interface to add html clipboard support.
raymes@chromium.org
2012-02-24
2
-29
/
+84
*
GetBoundAddress will return the address that Bind actually bound to. If ther...
yzshen@chromium.org
2012-02-21
2
-2
/
+17
*
Fix typo in Flash::IsAvailable. I got a compiler error when building for heap...
jam@chromium.org
2012-02-21
1
-1
/
+1
*
Pepper: Add a function to PPB_Flash to check if a rect is topmost.
viettrungluu@chromium.org
2012-02-18
2
-3
/
+75
*
Work on improving PpbAudioConfig:RecommendSampleFrameCount
nfullagar@google.com
2012-02-18
2
-4
/
+23
*
Documentation for C++ version of ppb_view.
jond@google.com
2012-02-18
1
-51
/
+56
*
C++ documentation for VarArrayBuffer
jond@google.com
2012-02-18
1
-31
/
+41
*
Rename PPB_Font to PPB_BrowserFont_Trusted.
brettw@chromium.org
2012-02-17
2
-0
/
+423
*
Minor changes as per Christians most-recent review of the docs.
jond@google.com
2012-02-16
4
-8
/
+8
*
Change PPB_NetAddress_Private.GetFamily to return a PP_AddressFamily_Private ...
yzshen@chromium.org
2012-02-16
2
-6
/
+6
*
Implement device enumeration for PPB_VideoCapture_Dev.
yzshen@chromium.org
2012-02-15
2
-15
/
+151
*
Remove TODO in PPAPI input event interface files.
yzshen@chromium.org
2012-02-14
1
-5
/
+1
*
Added idl file for Pepper 3D.
alokp@chromium.org
2012-02-10
2
-10
/
+10
*
PPB_NetAddress_Private: add getter methods for sockaddr.
yzshen@chromium.org
2012-02-09
2
-4
/
+35
*
Fix a tiny typo in the comment on pp::Instance::Init().
wez@chromium.org
2012-02-04
1
-2
/
+2
*
Introduce PPB_Flash_MessageLoop interface for Pepper Flash.
yzshen@chromium.org
2012-01-31
2
-0
/
+82
*
WebSocket Pepper API: make the API out of dev
toyoshim@chromium.org
2012-01-27
2
-15
/
+163
*
WebSocket Pepper API: Remove binary type handling interfaces
toyoshim@chromium.org
2012-01-27
2
-42
/
+4
*
PPAPI: Move PPB_ArrayBuffer out of Dev.
dmichael@chromium.org
2012-01-27
3
-98
/
+97
*
Tweaks to PPB_VarArrayBuffer in preperation for taking out of Dev.
dmichael@chromium.org
2012-01-26
3
-39
/
+78
*
New header and footer (removed old ones) for devsite. New doxyfile pointing t...
jond@google.com
2012-01-25
5
-26
/
+167
*
Implement PPB_DeviceRef_Dev.
yzshen@chromium.org
2012-01-21
2
-0
/
+83
*
Add API definition and error values for running message loops.
brettw@chromium.org
2012-01-20
2
-0
/
+348
*
WebSocket Pepper API: WebArrayBuffer support
toyoshim@chromium.org
2012-01-19
2
-2
/
+42
*
Pepper/Flapper: Add C++ wrappers for PPB_Flash_Clipboard.
viettrungluu@chromium.org
2012-01-14
2
-0
/
+118
*
Fixed capitalization of error codes as per bug here:
jond@google.com
2012-01-13
2
-6
/
+6
*
Fixed a couple warnings that came up during doxygen generation. Changed <code...
jond@google.com
2012-01-13
2
-4
/
+4
*
Needed to add an @file introduction and a class introduction.
jond@google.com
2012-01-13
1
-1
/
+7
*
PPAPI: Implement operator= for FileChooser_Trusted.
viettrungluu@chromium.org
2012-01-13
2
-4
/
+14
*
Remove VideoDecodeAccelerator::Client::NotifyEndOfStream / PPP_VideoDecoder_D...
fischman@chromium.org
2012-01-13
2
-16
/
+2
*
Fixed lint errors
jond@google.com
2012-01-11
1
-2
/
+2
*
Introduce PPB_ResourceArray_Dev.
yzshen@chromium.org
2012-01-07
2
-0
/
+102
*
Move paint aggregator and the completion callback factory.
brettw@chromium.org
2012-01-06
6
-1563
/
+1
*
Check for the specific interface versions required in pp::Var.
wez@chromium.org
2012-01-05
1
-5
/
+5
*
New CPP docs for mouse lock and fullscreen. The docs are identical to those f...
jond@google.com
2012-01-04
2
-28
/
+112
[next]