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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate and remove unused PPB_Flash functions.
raymes@chromium.org
2012-11-26
2
-103
/
+23
*
Provide a safer FileIO Read API
victorhsieh@chromium.org
2012-11-16
3
-1
/
+221
*
Add ppapi_test for ppb_talk_private
jhorwich@chromium.org
2012-11-16
2
-0
/
+112
*
PPAPI: Take PPB_MessageLoop out of Dev
dmichael@chromium.org
2012-11-15
4
-22
/
+21
*
Escape filesystem paths properly in Pepper filesystem URLs.
ericu@chromium.org
2012-11-14
2
-0
/
+73
*
Remove PPB_Flash_TCPSocket which hasn't been in use since M20.
raymes@chromium.org
2012-11-10
1
-1
/
+0
*
Fix typo in PPAPINaClNewlibTest.Graphics2D_Replace
sail@chromium.org
2012-11-10
1
-1
/
+1
*
PPAPI: Make CompletionCallbacks work right on background threads.
dmichael@chromium.org
2012-11-08
3
-9
/
+57
*
Add GetWebSocketTestDataDirectory() to test_data_directory
toyoshim@chromium.org
2012-11-06
1
-1
/
+1
*
Add more tests to ppapi/tests/test_image_data.cc, to facilitate
nfullagar@chromium.org
2012-11-01
2
-24
/
+76
*
Move flash clipboard to the new proxy and add custom format support
raymes@chromium.org
2012-11-01
2
-21
/
+80
*
WebSocket_AbortReceiveMessageCall was flaky because it was slow.
toyoshim@chromium.org
2012-10-24
1
-13
/
+11
*
WebSocket Pepper API: split AbortCalls test to four parts
toyoshim@chromium.org
2012-10-22
2
-37
/
+72
*
WebSocket test server migration on PPAPI tests
toyoshim@chromium.org
2012-10-17
1
-6
/
+4
*
Remove PPAPI tests from NaCl's SCons build that are not automated or are dead.
ncbray@chromium.org
2012-10-11
1
-0
/
+7
*
Fix print settings units conversion for PPB_Printing.
raymes@chromium.org
2012-10-11
1
-3
/
+22
*
ppapi: Fix expectation for touch-event location.
sadrul@chromium.org
2012-10-10
1
-6
/
+2
*
Introduce PPB_Flash_Font.
yzshen@chromium.org
2012-10-09
2
-0
/
+3
*
Pepper WebSocket API: Implement new design Chrome IPC.
toyoshim@chromium.org
2012-10-09
1
-5
/
+20
*
Remove unused PPP_CursorControl_Dev
raymes@chromium.org
2012-10-08
1
-1
/
+0
*
Convert UMA interface to IDL.
brettw@chromium.org
2012-10-05
2
-3
/
+1
*
Remove VideoLayer and LayerCompositor APIs.
brettw@chromium.org
2012-10-02
1
-2
/
+0
*
Implement browser side of PPB_Printing resource.
raymes@chromium.org
2012-09-27
2
-0
/
+99
*
Fix cpu draining callback in Graphics2D::Flush.
victorhsieh@chromium.org
2012-09-27
2
-1
/
+107
*
Cleanup: avoid foo ? true : false, part 2.
thestig@chromium.org
2012-09-19
1
-3
/
+3
*
Add infobar for PPAPI broker usage.
bauerb@chromium.org
2012-09-04
3
-5
/
+47
*
AllowBroadcast() is exposed to NaCl.
ygorshenin@chromium.org
2012-08-31
2
-40
/
+150
*
PPAPI: Make PPB_MessageLoop_Dev::GetForMainThread work
dmichael@chromium.org
2012-08-30
4
-0
/
+162
*
ppapi: Make sure the touch-event interface is detected correctly.
sadrul@chromium.org
2012-08-30
2
-2
/
+63
*
Fix back-to-back StartPlayback/StopPlayback issue in PPAPI IPC proxy
nfullagar@google.com
2012-08-25
2
-0
/
+70
*
Add a query function for the scaling feature.
brettw@chromium.org
2012-08-22
1
-2
/
+2
*
Cache image data objects.
brettw@chromium.org
2012-08-22
2
-0
/
+70
*
Add PPAPI decryptor implementation.
tomfinegan@chromium.org
2012-08-17
2
-0
/
+3
*
Noop change (+bonus style fix) to trigger nacl tests to be rebuilt.
sergeyu@chromium.org
2012-08-10
1
-1
/
+2
*
NaCl proxy for PPB_NetworkMonitor_Private
sergeyu@chromium.org
2012-08-10
1
-1
/
+0
*
Remove ppb_fullscreen_dev interface, as fullscreen has been out
nfullagar@google.com
2012-07-16
2
-2
/
+0
*
Add support for threadsafe completion callback factory.
brettw@chromium.org
2012-07-13
2
-1
/
+9
*
PPAPI (Flash): Fix FileModuleLocal::GetDirContents().
viettrungluu@chromium.org
2012-07-12
1
-1
/
+1
*
More correct disabling of SucceedWhenAllowed due to timeouts.
mihaip@chromium.org
2012-07-10
1
-2
/
+1
*
Disable SucceedWhenAllowed due to timeouts.
mihaip@chromium.org
2012-07-10
1
-1
/
+2
*
PPAPI: Add an API for setting a custom user agent for URL requests.
viettrungluu@chromium.org
2012-07-10
1
-0
/
+10
*
Fix PPB_MouseLock.LockMouse crash and add tests.
yzshen@chromium.org
2012-07-09
2
-0
/
+118
*
Only paste the fragment of text which was copied to the clipboard.
raymes@chromium.org
2012-06-29
1
-3
/
+8
*
Allow to release WebSocket resource in completion callbacks invoked by Close().
toyoshim@chromium.org
2012-06-29
3
-3
/
+74
*
ppapi: Add test for touch-event support.
sadrul@chromium.org
2012-06-28
4
-3
/
+90
*
Implement HiDPI support in Pepper dev interface
jhorwich@chromium.org
2012-06-28
4
-1
/
+47
*
Implement right-to-left text rendering in Pepper.
brettw@chromium.org
2012-06-28
2
-2
/
+90
*
This adds an interface for setting crash data from a plugin. It also provides...
raymes@chromium.org
2012-06-27
2
-0
/
+11
*
Fix flaky PPAPITest.FileIO_NotAllowMixedReadWrite, re-enable
dmichael@chromium.org
2012-06-25
1
-5
/
+13
*
Pepper Flash: Add trivial C++ wrappers for PPB_Flash_File_{ModuleLocal,FileRef}.
viettrungluu@chromium.org
2012-06-25
2
-24
/
+17
[next]