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
/
ppb_image_data_proxy.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to standard integer types in ppapi/.
avi
2015-12-23
1
-1
/
+4
*
Change transport dib API to not make copies of SharedMemoryHandle.
erikchen
2015-06-02
1
-1
/
+1
*
Update pepper to not assume that SharedMemoryHandle is an int.
erikchen
2015-06-02
1
-2
/
+3
*
Update {virtual,override} to follow C++11 style in ppapi.
nick
2015-04-23
1
-19
/
+19
*
replace OVERRIDE and FINAL with override and final in ppapi/
mostynb
2014-10-06
1
-14
/
+14
*
Use a direct include of the shared_memory header in media/, ppapi/, webkit/.
avi@chromium.org
2013-07-17
1
-1
/
+1
*
Clean up Pepper ImageData resource class.
bbudge@chromium.org
2013-06-12
1
-52
/
+84
*
Expose useful ImageData creation logic in PPAPI proxy.
bbudge@chromium.org
2013-05-02
1
-0
/
+19
*
Generalize Pepper ImageData caching.
bbudge@chromium.org
2013-04-18
1
-4
/
+3
*
Implement the host side of the PPB_PDF proxy.
raymes@chromium.org
2013-04-06
1
-3
/
+5
*
PPAPI: Remove ImageDataInstanceCache on instance shutdown
dmichael@chromium.org
2013-03-20
1
-0
/
+1
*
PPAPI/NaCl: Move handle extraction code to ppapi/proxy
dmichael@chromium.org
2013-01-16
1
-0
/
+2
*
Migrate Graphics2D to new design, as part of the whole Pepper resource redesign.
brettw@chromium.org
2012-11-29
1
-2
/
+1
*
Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...
reed@google.com
2012-11-14
1
-2
/
+2
*
PPAPI/NaCl: Make NaClIPCAdapter transfer handles more generally
dmichael@chromium.org
2012-08-27
1
-1
/
+1
*
Improve the image data cache.
brettw@chromium.org
2012-08-24
1
-2
/
+9
*
Cache image data objects.
brettw@chromium.org
2012-08-22
1
-1
/
+8
*
PPAPI/NaCl: Make ImageData for NaCl just use shared memory
dmichael@chromium.org
2012-07-25
1
-2
/
+25
*
Remove static initializer in ppb_image_data_proxy.cc.
pliard@chromium.org
2012-03-16
1
-1
/
+1
*
Ifdef out skia code that won't compile on nacl.
brettw@chromium.org
2012-02-18
1
-7
/
+5
*
Relanding this with fixes to the mac dbg builder
ananta@chromium.org
2012-01-20
1
-2
/
+1
*
Revert 118385 since this seems to break mac-debug build.
sadrul@chromium.org
2012-01-20
1
-1
/
+2
*
Remove the Webkit thread in the PPAPI plugin process and perform the text and...
ananta@chromium.org
2012-01-19
1
-2
/
+1
*
Update PPAPI IDL generator to define versioned structs, and unversioned typedef.
wez@chromium.org
2012-01-05
1
-2
/
+2
*
Rename the shared_impl resource files to give them more regular names.
brettw@chromium.org
2011-12-07
1
-2
/
+2
*
Revert 113290 - Rename the shared_impl resource files to give them more regul...
brettw@chromium.org
2011-12-07
1
-2
/
+2
*
Rename the shared_impl resource files to give them more regular names.
brettw@chromium.org
2011-12-06
1
-2
/
+2
*
Regularize how ImageData and Graphics2D are created.
brettw@chromium.org
2011-12-04
1
-0
/
+30
*
Remove base/scoped_ptr.h
akalin@chromium.org
2011-09-18
1
-1
/
+1
*
s patch tries to remove most of the manual registration for Pepper interfaces...
brettw@chromium.org
2011-09-13
1
-15
/
+0
*
Revert r100853, 100851. Win_shared build is broken.
brettw@chromium.org
2011-09-13
1
-0
/
+15
*
This patch tries to remove most of the manual registration for Pepper interfa...
brettw@chromium.org
2011-09-13
1
-15
/
+0
*
Revert 100748 - This patch tries to remove most of the manual registration fo...
dmazzoni@chromium.org
2011-09-12
1
-0
/
+15
*
This patch tries to remove most of the manual registration for Pepper interfa...
brettw@chromium.org
2011-09-12
1
-15
/
+0
*
Convert the pp::proxy namespace to the ppapi::proxy namespace.
brettw@chromium.org
2011-08-18
1
-6
/
+5
*
Add a unified resource tracker shared between the proxy and the impl.
brettw@chromium.org
2011-08-18
1
-5
/
+6
*
Move host resource from the proxy to the shared_impl.
brettw@chromium.org
2011-08-13
1
-3
/
+5
*
Remove the old type system for proxied resources. These were no longer being ...
brettw@chromium.org
2011-08-12
1
-3
/
+0
*
Implement flash menu and net connector resources using the API/thunk model.
brettw@chromium.org
2011-06-15
1
-5
/
+6
*
Convert more interfaces to the new thunk system. This goes up to and including
brettw@chromium.org
2011-06-01
1
-1
/
+1
*
Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...
thestig@chromium.org
2011-06-01
1
-1
/
+1
*
Convert more interfaces to the new thunk system. This goes up to and including
brettw@chromium.org
2011-06-01
1
-1
/
+1
*
Convert audio-related messages to the new thunk/API system for Pepper.
brettw@chromium.org
2011-05-13
1
-1
/
+1
*
Make the Pepper proxy support in-process font rendering.
brettw@chromium.org
2011-05-10
1
-2
/
+11
*
This implements the new system for Graphics2D only.
brettw@chromium.org
2011-05-06
1
-10
/
+35
*
Rent syncemove all uses of the global Dispatcher Get function.
brettw@chromium.org
2011-02-08
1
-2
/
+2
*
Refactor PPAPI proxy resource handling to maintain which host they came from,
brettw@chromium.org
2011-01-27
1
-4
/
+6
*
Make PP_Resources associated with the Instance rather than the module. This
brettw@chromium.org
2011-01-15
1
-1
/
+1
*
Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...
jam@chromium.org
2010-12-24
1
-1
/
+1
*
Teach PPAPI proxy to share image memory on Mac OS X
abarth@chromium.org
2010-12-08
1
-1
/
+3
[next]