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
/
proxy
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add PPB_VarDictionary_Dev support - part 1.
yzshen@chromium.org
2013-03-18
2
-2
/
+3
*
Add Pepper TrueType font API plumbing.
bbudge@chromium.org
2013-03-16
13
-0
/
+475
*
Revert 187427 "PPAPI: Remove threading options; it's always on"
karen@chromium.org
2013-03-13
15
-169
/
+119
*
PPAPI: Make ImageDataCache OnTimer run with the lock
dmichael@chromium.org
2013-03-12
1
-3
/
+4
*
PPAPI: Remove threading options; it's always on
dmichael@chromium.org
2013-03-12
15
-119
/
+169
*
Change dcheck to an early return as a bad ipc message can reach this error co...
cdn@chromium.org
2013-03-11
1
-1
/
+4
*
Revert 187340 "PPAPI: Remove threading options; it's always on"
dmichael@chromium.org
2013-03-11
15
-169
/
+119
*
PPAPI: Remove threading options; it's always on
dmichael@chromium.org
2013-03-11
15
-119
/
+169
*
Revert 186925 since it breaks many of the builds on the bots (e.g.
aberent@google.com
2013-03-08
15
-169
/
+119
*
PPAPI: Remove threading options; it's always on
dmichael@chromium.org
2013-03-08
15
-119
/
+169
*
Move InsertSyncPoint to GLES2Interface
piman@chromium.org
2013-03-08
5
-0
/
+34
*
PepperUDPSocketPrivateHost is switched to PepperUDPSocketPrivateMessageFilter...
ygorshenin@chromium.org
2013-03-06
3
-21
/
+17
*
src/: Update the remaining include paths of string_split.h to its new location.
tfarina@chromium.org
2013-03-06
1
-1
/
+1
*
[Retry] Implement ReadEntries API for PPB_DirectoryReader
nhiroki@chromium.org
2013-03-05
2
-64
/
+37
*
Revert 184399 - PepperUDPSocketPrivateHost is switched to PepperUDPSocketPriv...
yzshen@chromium.org
2013-03-04
3
-17
/
+21
*
Revert 184934
henrika@chromium.org
2013-02-27
2
-50
/
+28
*
Implemented queued UDP SendTo/RecvFrom requests.
ygorshenin@chromium.org
2013-02-27
2
-28
/
+50
*
PPAPI: Add VarTracker lock check, fix bugs
dmichael@chromium.org
2013-02-26
3
-8
/
+23
*
Pepper IDL: Autogenerate thunk for ppb_audio_input
teravest@chromium.org
2013-02-25
2
-2
/
+13
*
PepperUDPSocketPrivateHost is switched to PepperUDPSocketPrivateMessageFilter...
ygorshenin@chromium.org
2013-02-25
3
-21
/
+17
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
2
-2
/
+2
*
Provide a way to disable Nagle's algorithm on Pepper TCP sockets.
wez@chromium.org
2013-02-22
3
-0
/
+34
*
Revert 184054
nhiroki@chromium.org
2013-02-22
2
-37
/
+64
*
Implement ReadEntries API for PPB_DirectoryReader
nhiroki@chromium.org
2013-02-22
2
-64
/
+37
*
Remove some legacy PPB_* thunk declarations.
wez@chromium.org
2013-02-21
1
-0
/
+3
*
Replace FilePath with base::FilePath.
brettw@chromium.org
2013-02-17
1
-7
/
+7
*
Move the pepper clipboard host to the browser process
raymes@chromium.org
2013-02-14
1
-5
/
+5
*
Do a giant svn propset svn:eol-style LF on .cc and .h files that
jln@chromium.org
2013-02-14
2
-80
/
+80
*
Implement Pepper proxy for PPB_DirectoryReader
nhiroki@chromium.org
2013-02-13
6
-3
/
+211
*
PPB_HostResolver_Private is switched to the new Pepper proxy.
ygorshenin@chromium.org
2013-02-12
7
-186
/
+182
*
Allow separately blacklisting Stage3D baseline mode.
jbauman@chromium.org
2013-02-12
2
-0
/
+4
*
Remove DEV permission requirement on PPB_MouseCursor::SetCursor()
wez@chromium.org
2013-02-08
1
-3
/
+2
*
Add explicit base to FilePath.
brettw@chromium.org
2013-02-07
2
-8
/
+8
*
PPAPI: Fix WebSocket Var ref leak receiving binary
dmichael@chromium.org
2013-02-04
1
-3
/
+3
*
Revert 180190
dmichael@chromium.org
2013-02-02
1
-3
/
+3
*
PPAPI: Fix WebSocket Var ref leak receiving binary
dmichael@chromium.org
2013-02-01
1
-3
/
+3
*
Revert 180093
koz@chromium.org
2013-02-01
1
-3
/
+3
*
PPAPI: Fix WebSocket Var ref leak receiving binary
dmichael@chromium.org
2013-02-01
1
-3
/
+3
*
Reland: Add trace event Pepper API
elijahtaylor@chromium.org
2013-01-28
1
-0
/
+1
*
PPAPI: Add locking for PPB_MessageLoop
dmichael@chromium.org
2013-01-26
1
-0
/
+3
*
Add CommandBuffer::GetLastToken
gman@chromium.org
2013-01-25
3
-0
/
+10
*
Verify we're not getting any plugin messages on the host side of the proxy.
brettw@chromium.org
2013-01-22
13
-1
/
+40
*
Add two new debug URLs for Pepper Flash:
yzshen@chromium.org
2013-01-22
1
-0
/
+6
*
PPB_UDPSocket_Private is switched to the new Pepper proxy.
ygorshenin@chromium.org
2013-01-21
7
-272
/
+364
*
Refactor FileIO to the new resource host system.
bbudge@chromium.org
2013-01-19
7
-606
/
+420
*
Update some #includes in ppapi/proxy for headers that were moved from WebKit/...
pilgrim@chromium.org
2013-01-18
1
-4
/
+4
*
Fix the comment of PPB_MessageLoop.PostWork()
yzshen@chromium.org
2013-01-17
1
-2
/
+0
*
Pepper: Introduce ThreadAwareCallback.
yzshen@chromium.org
2013-01-17
8
-56
/
+235
*
Revert 176792
dpapad@chromium.org
2013-01-17
7
-416
/
+606
*
PPAPI/NaCl: Move handle extraction code to ppapi/proxy
dmichael@chromium.org
2013-01-16
14
-239
/
+605
[next]