Sign in
chromium
/
chromium
/
src
/
fb33cbfb3b32a97bc0a152e57b4baedd98f5a07f
/
content
/
renderer
/
pepper
/
ppb_image_data_impl.h
21f6e9ba
Reference counted Skia objects aren't compatible with Chromium scoped_ptr<>s; they should be held in skia::RefPtrs. This CL fixes three longstanding instances.
by tomhudson
· 10 years ago
1023d01
Switch to standard integer types in content/renderer/.
by avi
· 10 years ago
739bae47
Change transport dib API to not make copies of SharedMemoryHandle.
by erikchen
· 10 years ago
4fc32d5
Update pepper to not assume that SharedMemoryHandle is an int.
by erikchen
· 10 years ago
02108c7
Remove TransportDIB allocation and free IPCs.
by jbauman
· 11 years ago
6d18e40
Standardize usage of virtual/override/final in content/renderer/
by dcheng
· 11 years ago
ee0b42a
Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderer
by mohan.reddy
· 11 years ago
ad63b5c
PPAPI: Run clang_format.py on content/renderer/pepper
by
[email protected]
· 11 years ago
80d6ace
Allow PPB_ImageData_Impl to be created in a way that is compatible with unittests
by
[email protected]
· 12 years ago
49323b3
No need to preface ppapi namespace with "::" for content/renderer/pepper since that code is in the content namespace now.
by
[email protected]
· 12 years ago
a8462d1
Remove PluginDelegate completely. In a followup I'll rename PepperPluginDelegateImpl to something clearer.
by
[email protected]
· 12 years ago
17efd7f
Get rid of PlatformDelegate::PlatformImage2D abstraction. It's not needed anymore now that pepper plugin code is in content.
by
[email protected]
· 12 years ago
adab233
Put the pepper files which were moved in r213578 to the content namespace.
by
[email protected]
· 12 years ago
20790a22
Move webkit/plugins/ppapi to content/renderer/pepper.
by
[email protected]
· 12 years ago
[Renamed (93%) from webkit/plugins/ppapi/ppb_image_data_impl.h]
4e1b91e
Clean up Pepper ImageData resource class.
by
[email protected]
· 12 years ago
ac324560
Generalize Pepper ImageData caching.
by
[email protected]
· 12 years ago
08e65c1
Migrate Graphics2D to new design, as part of the whole Pepper resource redesign.
by
[email protected]
· 13 years ago
9d611ca
Simplify platform_canvas.h by recognizing that PlatformCanvas does not actually extend
by
[email protected]
· 13 years ago
75fe7f82
Skia is deprecating setDevice in favor of factories to create SkCanvas variants
by
[email protected]
· 13 years ago
c4283577
Cache image data objects.
by
[email protected]
· 13 years ago
16b7b27
PPAPI/NaCl: Make ImageData for NaCl just use shared memory
by
[email protected]
· 13 years ago
3ec40f2
Relanding this with fixes to the mac dbg builder
by
[email protected]
· 14 years ago
cd78185
Revert 118385 since this seems to break mac-debug build.
by
[email protected]
· 14 years ago
d914b2b
Remove the Webkit thread in the PPAPI plugin process and perform the text and font operations
by
[email protected]
· 14 years ago
9a57839
Rename the shared_impl resource files to give them more regular names.
by
[email protected]
· 14 years ago
56d7ad4
Revert 113290 - Rename the shared_impl resource files to give them more regular names.
by
[email protected]
· 14 years ago
65165551
Rename the shared_impl resource files to give them more regular names.
by
[email protected]
· 14 years ago
51678ad
Add exports needed for glue to build as a component.
by
[email protected]
· 14 years ago
b215104
Cleanup: Remove unneeded forward declarations in webkit/plugins/.
by
[email protected]
· 14 years ago
bbf076f1
Remove webkit::ppapi::Resource.
by
[email protected]
· 14 years ago
6328a5b
Minor cleanup of resource creation. This eliminates a bunch of copy-and-paste
by
[email protected]
· 14 years ago
e18e639
Convert most remaining resources to use the API/thunk system. The significant
by
[email protected]
· 14 years ago
f20b56d
Implement flash menu and net connector resources using the API/thunk model.
by
[email protected]
· 14 years ago
cd910b9
Convert more interfaces to the new thunk system. This goes up to and including
by
[email protected]
· 14 years ago
4697f72
Revert 87415 - Convert more interfaces to the new thunk system. This goes up to and including
by
[email protected]
· 14 years ago
1598e4a9
Convert more interfaces to the new thunk system. This goes up to and including
by
[email protected]
· 14 years ago
55cdf605
Convert audio-related messages to the new thunk/API system for Pepper.
by
[email protected]
· 14 years ago
6239d34
This implements the new system for Graphics2D only.
by
[email protected]
· 14 years ago
3b63f8f4
Move some files from base to base/memory.
by
[email protected]
· 14 years ago
4614f19
First pass at making the proxy handle multiple renderers. This associates the
by
[email protected]
· 15 years ago
859a7f3
Make PP_Resources associated with the Instance rather than the module. This
by
[email protected]
· 15 years ago
0bd75368
Move the Pepper implementation from webkit/glue/plugins/pepper_* to
by
[email protected]
· 15 years ago
[Renamed (79%) from webkit/glue/plugins/pepper_image_data.h]
ddb1e5a
Even more virtual method deinlining.
by
[email protected]
· 15 years ago
867b76d63
Change trusted shared memory interface to match audio.
by
[email protected]
· 15 years ago
3f5ca5c
Change the private image data shared memory handle code to return a native
by
[email protected]
· 15 years ago
882b8b81
Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land from r64716. This is identical with an an include directory changed in the ppapi repo which I'm hoping was what was confusing everything.
by
[email protected]
· 15 years ago
572b77f
Revert PPAPI change due to Linux compile failures.
by
[email protected]
· 15 years ago
27c6115d
Use PPAPI from chrome trunk rather than pulling via deps.
by
[email protected]
· 15 years ago
0cc8512
Revert PPAPI change.
by
[email protected]
· 15 years ago
85c79b5
Use PPAPI from chrome trunk rather than pulling via deps.
by
[email protected]
· 15 years ago
5b3d546
Revert 64716 - Switch to the new PPAPI repository. This removes the DEPS entry that refers to
by
[email protected]
· 15 years ago
d781d35
Switch to the new PPAPI repository. This removes the DEPS entry that refers to
by
[email protected]
· 15 years ago
c43bfb1
Add the support of PP_IMAGEDATAFORMAT_RGBA_PREMUL in the browser.
by
[email protected]
· 15 years ago
d5e7917c
Revert 63375 - Add the support of PP_IMAGEDATAFORMAT_RGBA_PREMUL in the browser.
by
[email protected]
· 15 years ago
02a7916
Add the support of PP_IMAGEDATAFORMAT_RGBA_PREMUL in the browser.
by
[email protected]
· 15 years ago
ea27c86
Re-land 60850 Implement PPB_ImageDataTrusted on the Chrome side. This just
by
[email protected]
· 15 years ago
f8f1a565
Revert 60850 (broke build) - Implement PPB_ImageDataTrusted on the Chrome side. This just connects the call
by
[email protected]
· 15 years ago
2254fa7
Implement PPB_ImageDataTrusted on the Chrome side. This just connects the call
by
[email protected]
· 15 years ago
ca4847f
Add some optimizations to plugin painting.
by
[email protected]
· 15 years ago
ee0dc4f2
Revert "Add some optimizations to plugin painting."
by
[email protected]
· 15 years ago
1d01ed63
Add some optimizations to plugin painting.
by
[email protected]
· 15 years ago
b02378c
Track Pepper string and object vars with the module so they can be deleted on
by
[email protected]
· 15 years ago
5826f3ea
Boilerplate implementation of the Pepper URL Loader API.
by
[email protected]
· 15 years ago
1559f51
Chrome-side of tests for Pepper Device2D. This includes some bugfixes and minor tweaks.
by
[email protected]
· 15 years ago
95ff077
Implement new painting API in Chrome. This also makes some minor tweaks and improvements to resource management in the Chrome Pepper layer.
by
[email protected]
· 15 years ago
e55badb
Partially implement the new pepper API in Chrome. This is not actually hooked
by
[email protected]
· 15 years ago