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
*
Remove vestigal in-process PPB_Graphics2D impl.
teravest@chromium.org
2013-04-27
1
-716
/
+0
*
Pepper cleanup: USE_SKIA is always true.
teravest@chromium.org
2013-03-05
1
-51
/
+0
*
ui: Make gfx::Size::Scale() mutate the class. Add gfx::ScaleSize() similar to...
danakj@chromium.org
2012-11-10
1
-1
/
+2
*
ui: Make gfx::Point::Scale() mutate the class, similar to gfx::Rect.
danakj@chromium.org
2012-11-09
1
-2
/
+2
*
Make sure PluginResource doesn't live forever because of holding references t...
yzshen@chromium.org
2012-11-08
1
-2
/
+0
*
Add Vector2d classes that represent offsets, instead of using Point.
danakj@chromium.org
2012-10-31
1
-2
/
+1
*
Add non-member non-mutating methods for common gfx::Rect operations.
danakj@chromium.org
2012-10-29
1
-12
/
+10
*
Make gfx::Rect class operations consistently mutate the class they are called...
danakj@chromium.org
2012-10-23
1
-4
/
+11
*
Remove implicit flooring Scale() method from Point and Size.
danakj@chromium.org
2012-10-09
1
-16
/
+11
*
Fix cpu draining callback in Graphics2D::Flush.
victorhsieh@chromium.org
2012-09-27
1
-9
/
+21
*
Pepper Flash Mac: Fix fullscreen drawing with 3d disabled
sail@chromium.org
2012-09-14
1
-12
/
+10
*
Fix optimized 2d painting for Pepper Flash:
yzshen@chromium.org
2012-09-05
1
-12
/
+11
*
mac: Use ScopedCGContextSaveGState in a few more places
thakis@chromium.org
2012-08-27
1
-2
/
+2
*
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
[next]