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
*
Convert video capture/decoder stuff to IDL.
brettw@chromium.org
2011-10-07
1
-6
/
+7
*
Convert ppapi/* to use base::Bind.
dmichael@chromium.org
2011-10-04
9
-19
/
+28
*
Add some checking for the font proxy.
brettw@chromium.org
2011-10-04
1
-10
/
+21
*
Remove the host dispatcher unittest file. This test doesn't pass because the
brettw@chromium.org
2011-10-04
1
-42
/
+0
*
Restore comments about reentrancy in the HostDispatcher::Send function
ananta@chromium.org
2011-10-01
1
-1
/
+7
*
Fix a crash in the renderer process which occurs in the PPAPI host code due t...
ananta@chromium.org
2011-09-30
1
-5
/
+6
*
Unused variables cleanup (gcc 4.6)
pph34r@gmail.com
2011-09-30
3
-10
/
+10
*
Additional update on Pepper IME API and boilerplate thunk/proxy implementation.
kinaba@chromium.org
2011-09-29
5
-0
/
+161
*
Revert 102897 - Additional update on Pepper IME API and boilerplate thunk/pro...
kinaba@chromium.org
2011-09-27
5
-161
/
+0
*
Additional update on Pepper IME API and boilerplate thunk/proxy implementation.
kinaba@chromium.org
2011-09-27
5
-0
/
+161
*
Add PPB_Fullscreen_Dev;0.5. Keep 0.4 for backwards compatiblity and point it
polina@google.com
2011-09-27
8
-15
/
+95
*
Add Pepper API to use UDP
mtilburg@adobe.com
2011-09-26
7
-0
/
+496
*
Add a test for PPP_Instance_Private_Proxy, to verify reference counting.
dmichael@chromium.org
2011-09-23
4
-12
/
+197
*
Rename PPB_Fullscreen_Dev to PPB_FlashFullscreen.
brettw@chromium.org
2011-09-20
5
-36
/
+37
*
Remove base/scoped_ptr.h
akalin@chromium.org
2011-09-18
1
-1
/
+1
*
Add a new error code for a null callback on the main thread.
brettw@chromium.org
2011-09-16
5
-7
/
+16
*
Properly proxy the fullscreen API.
brettw@chromium.org
2011-09-15
1
-0
/
+1
*
Renamed ppb_opengles.h to ppb_opengles2.h.
alokp@chromium.org
2011-09-15
1
-1
/
+1
*
Reland r101259 after fixing shared-library build issues.
alokp@chromium.org
2011-09-15
1
-1
/
+3
*
Revert 101259 - Removed the dependency of PepperPluginRegistry on Pepper proxy.
stuartmorgan@chromium.org
2011-09-15
1
-2
/
+0
*
Removed the dependency of PepperPluginRegistry on Pepper proxy.
alokp@chromium.org
2011-09-15
1
-0
/
+2
*
Use enum instead of string to specify transport type.
sergeyu@chromium.org
2011-09-15
2
-2
/
+2
*
Revert 101189 - Use enum instead of string to specify transport type.
sergeyu@chromium.org
2011-09-14
2
-2
/
+2
*
Use enum instead of string to specify transport type.
sergeyu@chromium.org
2011-09-14
2
-2
/
+2
*
Convert dev interfaces to use the macro system.
brettw@chromium.org
2011-09-14
4
-15
/
+16
*
s patch tries to remove most of the manual registration for Pepper interfaces...
brettw@chromium.org
2011-09-13
110
-2152
/
+1202
*
Revert r100853, 100851. Win_shared build is broken.
brettw@chromium.org
2011-09-13
110
-1202
/
+2152
*
Rename more interface -> interface name to fix the Windows build.
brettw@chromium.org
2011-09-13
2
-3
/
+3
*
This patch tries to remove most of the manual registration for Pepper interfa...
brettw@chromium.org
2011-09-13
110
-2152
/
+1202
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-09-12
3
-3
/
+8
*
Revert 100748 - This patch tries to remove most of the manual registration fo...
dmazzoni@chromium.org
2011-09-12
110
-1201
/
+2152
*
Revert 100751 - Fix Windows build by renaming interface to iface.
dmazzoni@chromium.org
2011-09-12
2
-9
/
+9
*
Fix Windows build by renaming interface to iface.
brettw@chromium.org
2011-09-12
2
-9
/
+9
*
This patch tries to remove most of the manual registration for Pepper interfa...
brettw@chromium.org
2011-09-12
110
-2152
/
+1201
*
Fix memory leak if user of IPC::SyncMessage never calls GetReplyDeserializer().
dmichael@chromium.org
2011-09-09
1
-1
/
+0
*
Remove executable permission.
yzshen@chromium.org
2011-09-08
2
-0
/
+0
*
Introduce a new Pepper interface: PPB/PPP_MouseLock.
yzshen@chromium.org
2011-09-08
7
-0
/
+183
*
reconstitute moving 3d out of dev CL. (previous attempt was reverted)
nfullagar@google.com
2011-09-07
9
-17
/
+17
*
Use precompiled headers for most large projects where the .gyp file
joi@chromium.org
2011-09-07
6
-12
/
+15
*
Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev.
nfullagar@google.com
2011-09-06
9
-17
/
+17
*
Move PPAPI graphics3d and opengles interfaces out of Dev.
nfullagar@google.com
2011-09-06
9
-17
/
+17
*
Replace the use of an int32* with an explicit profile for decoder configuration.
fischman@chromium.org
2011-09-01
5
-20
/
+15
*
Add movement information to PPB_MouseInputEvent.
yzshen@chromium.org
2011-08-31
6
-7
/
+25
*
Reland http://codereview.chromium.org/7648033
dmichael@chromium.org
2011-08-30
2
-2
/
+6
*
Revert 98826 - Add means for running some tests only o-o-p. Add messaging non...
dtseng@chromium.org
2011-08-30
2
-6
/
+2
*
Add means for running some tests only o-o-p. Add messaging non-main thread test.
dmichael@chromium.org
2011-08-30
2
-2
/
+6
*
Allow both Context3D and Graphics3D with the video decoder
piman@chromium.org
2011-08-30
2
-15
/
+29
*
Create ppapi_proxy.dll and ppapi_shared.dll.
darin@chromium.org
2011-08-26
17
-27
/
+66
*
Convert FileRefImpl and URLRequestInfo to shared_impl.
brettw@chromium.org
2011-08-26
19
-358
/
+169
*
Merge the plugin and impl side of the audio config and input event resources.
brettw@chromium.org
2011-08-25
8
-97
/
+21
[next]