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
/
webkit
/
plugins
/
ppapi
/
ppb_graphics_2d_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cache image data objects.
brettw@chromium.org
2012-08-22
1
-5
/
+16
*
Remove a log statement in PPAPI.
brettw@chromium.org
2012-08-14
1
-8
/
+2
*
PPAPI/NaCl: Make ImageData for NaCl just use shared memory
dmichael@chromium.org
2012-07-25
1
-4
/
+5
*
Scale to DIPs in ppb_graphics2d_impl for proper invalidation
jhorwich@chromium.org
2012-07-23
1
-1
/
+46
*
Implement HiDPI support in Pepper dev interface
jhorwich@chromium.org
2012-06-28
1
-4
/
+24
*
PPAPI: Make blocking completion callbacks work.
dmichael@chromium.org
2012-06-23
1
-8
/
+3
*
ppapi Graphics2d should invalidate all changes without clipping to visible area.
shawnsingh@chromium.org
2012-05-01
1
-12
/
+17
*
Fix per-tile painting support in Pepper Graphics2D plugins by using a tempora...
reveman@chromium.org
2012-04-13
1
-1
/
+9
*
Add traces in PPB_Graphics2D
piman@chromium.org
2012-03-20
1
-0
/
+4
*
Fix nested invocation of graphics 2D Flush.
brettw@chromium.org
2012-02-16
1
-4
/
+2
*
Make a global enum to differentiate impl & proxy.
brettw@chromium.org
2012-02-14
1
-1
/
+1
*
Provide WillInitiatePaint() as well as DidInitiatePaint() and tweak semantics.
wez@chromium.org
2012-02-04
1
-3
/
+7
*
The tricky part about logging to the console is that many of the errors are g...
brettw@chromium.org
2012-01-31
1
-6
/
+25
*
Relanding this with fixes to the mac dbg builder
ananta@chromium.org
2012-01-20
1
-3
/
+3
*
Revert 118385 since this seems to break mac-debug build.
sadrul@chromium.org
2012-01-20
1
-3
/
+3
*
Remove the Webkit thread in the PPAPI plugin process and perform the text and...
ananta@chromium.org
2012-01-19
1
-3
/
+3
*
Convert callers to use the new TrackedCallback.
brettw@chromium.org
2012-01-06
1
-2
/
+5
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
1
-1
/
+0
*
Change the DidChangeView update to take a new ViewChanged resource.
brettw@chromium.org
2012-01-03
1
-1
/
+3
*
Always run Flush completion callbacks in Graphics2D.
brettw@chromium.org
2011-12-10
1
-10
/
+13
*
Convert a bunch of pepper implementation to use base::Callback.
dmichael@chromium.org
2011-10-07
1
-4
/
+6
*
Add a new error code for a null callback on the main thread.
brettw@chromium.org
2011-09-16
1
-5
/
+3
*
Remove webkit::ppapi::Resource.
brettw@chromium.org
2011-08-24
1
-4
/
+8
*
Fix forgotten bool location.
brettw@chromium.org
2011-07-19
1
-2
/
+1
*
Move the time conversion code to the PPAPI shared_impl directory and use it in
brettw@chromium.org
2011-07-12
1
-5
/
+0
*
Remove incorrect optimization for plugin binding. This would cause incorrect
brettw@chromium.org
2011-07-11
1
-11
/
+2
*
Don't copy the Graphics2D when binding a new one. This brings the
brettw@google.com
2011-06-24
1
-7
/
+30
*
Minor cleanup of resource creation. This eliminates a bunch of copy-and-paste
brettw@chromium.org
2011-06-22
1
-0
/
+13
*
Convert most remaining resources to use the API/thunk system. The significant
brettw@chromium.org
2011-06-22
1
-10
/
+18
*
Convert more interfaces to the new thunk system. This goes up to and including
brettw@chromium.org
2011-06-01
1
-1
/
+2
*
Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...
thestig@chromium.org
2011-06-01
1
-2
/
+1
*
Convert more interfaces to the new thunk system. This goes up to and including
brettw@chromium.org
2011-06-01
1
-1
/
+2
*
Add Skia to CG adapter for plugins.
caryclark@chromium.org
2011-05-25
1
-1
/
+1
*
This implements the new system for Graphics2D only.
brettw@chromium.org
2011-05-06
1
-78
/
+7
*
1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...
polina@google.com
2011-04-11
1
-2
/
+2
*
Fixing PPB_Graphics2D::Describe
brettw@chromium.org
2011-04-06
1
-1
/
+2
*
Fixing PPB_Graiphics2D::Describe to behave according to spec with an invalid ...
brettw@chromium.org
2011-03-16
1
-4
/
+6
*
Clarify/fix fullscreen semantics, and add GetScreenSize
piman@google.com
2011-03-08
1
-4
/
+6
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-3
/
+3
*
Ensure the plugin backing store is always mapped, even when it's been swapped
brettw@chromium.org
2011-01-28
1
-2
/
+9
*
Make PP_Resources associated with the Instance rather than the module. This
brettw@chromium.org
2011-01-15
1
-7
/
+5
*
Fixed bug 64847: Graphics2D paints outside plugin boundaries. Also removed un...
ddorwin@chromium.org
2011-01-13
1
-8
/
+30
*
Add an instance parameter to var objects, audio, and the 2D API. This replace...
brettw@chromium.org
2011-01-07
1
-4
/
+5
*
Move base/mac_util.h to base/mac and use the base::mac namespace.
brettw@chromium.org
2011-01-01
1
-3
/
+4
*
Move the Pepper implementation from webkit/glue/plugins/pepper_* to
brettw@chromium.org
2010-12-16
1
-0
/
+652