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
/
ppapi_plugin_instance.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a couple of glaring omissions when I added PPP_Instance_Private.
dmichael@chromium.org
2011-04-19
1
-0
/
+4
*
Rename Instance_Trusted to Instance_Private, wire it up in Chrome.
dmichael@chromium.org
2011-04-19
1
-6
/
+34
*
Keep the module in scope when executing scripts. This prevents a crash when the
brettw@chromium.org
2011-04-18
1
-0
/
+2
*
Connect the right metafiles for print preview on Linux and Windows.
vandebo@chromium.org
2011-04-11
1
-14
/
+11
*
Reupload of http://codereview.chromium.org/6801053/
dmichael@chromium.org
2011-04-08
1
-6
/
+6
*
Eliminate skia::PlatformCanvas, a subclass of SkCanvas. Skia provides multipl...
alokp@chromium.org
2011-04-08
1
-4
/
+4
*
Fixed a few styles issues in skia::PlatformDevice. Made function names consis...
alokp@chromium.org
2011-04-06
1
-9
/
+9
*
rename getBitmapDC to beginPlatformPaint and add calls to endPlatformPaint
vandebo@chromium.org
2011-04-05
1
-8
/
+4
*
Rename some printing classes and minor cleanups.
vandebo@chromium.org
2011-04-04
1
-5
/
+5
*
Remove assertion when destroying a plugin that doesn't exist. The DidDestroy
brettw@chromium.org
2011-04-04
1
-12
/
+12
*
Add GetPluginURL to PPB_URLUtil_Dev
piman@google.com
2011-03-31
1
-0
/
+2
*
Pepper/Flapper: Make PPB_Flash::Navigate() handle javascript: URLs.
viettrungluu@chromium.org
2011-03-30
1
-4
/
+13
*
Rename PPB_Flash::NavigateToURL() (to Navigate()) and make it take an URLRequ...
viettrungluu@chromium.org
2011-03-28
1
-14
/
+25
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Adding CreateFromData to NativeMetafileFactory
dpapad@chromium.org
2011-03-26
1
-3
/
+4
*
Make PluginInstance::PrintPDFOutput metafile-implementation agnostic on Linux.
vandebo@chromium.org
2011-03-25
1
-7
/
+4
*
Fix pepper flash-originated popups
piman@google.com
2011-03-23
1
-0
/
+1
*
A proposal and implementation for an initial postMessage interface. These in...
dmichael@google.com
2011-03-23
1
-2
/
+48
*
PPB_CursorControl_Dev.SetCursor: Add support for custom cursor.
yzshen@chromium.org
2011-03-23
1
-5
/
+44
*
Removing method printing::PdfPsMetafile::SetRawData().
dpapad@chromium.org
2011-03-23
1
-1
/
+1
*
Hook up the sad plugin painting and the crashed plugin infobars for
brettw@chromium.org
2011-03-19
1
-2
/
+13
*
Renaming NativeMetafile related methods to more appropriate names.
dpapad@chromium.org
2011-03-19
1
-1
/
+1
*
Stop overloading Init() in NativeMetafile.
vandebo@chromium.org
2011-03-17
1
-1
/
+1
*
Used new WebKit::WebPluginContainer::setBackingTextureId() to switch on/off a...
alokp@chromium.org
2011-03-10
1
-0
/
+18
*
Clarify/fix fullscreen semantics, and add GetScreenSize
piman@google.com
2011-03-08
1
-14
/
+53
*
Implement the grab/grabbing cursors (for Mac/GTK).
avi@chromium.org
2011-03-02
1
-0
/
+2
*
Applying factory pattern (through NativeMetafileFactory class). It is used to...
dpapad@chromium.org
2011-03-02
1
-5
/
+14
*
Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)...
jam@chromium.org
2011-03-02
1
-14
/
+5
*
Applying factory pattern (through NativeMetafileFactory class). It is used to...
dpapad@chromium.org
2011-03-02
1
-5
/
+14
*
Pin the PPAPI custom cursor value. PPAPI is intended to be frozen, so make sp...
avi@chromium.org
2011-02-24
1
-2
/
+9
*
Implement basic crash detection and shutdown handling for out of process PPAPI
brettw@chromium.org
2011-02-15
1
-0
/
+12
*
Fix re-entrant destroy issues in pepper
piman@google.com
2011-02-11
1
-0
/
+34
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-4
/
+4
*
Release all Object PP_Vars when an instance goes away. This prevents a crash
brettw@chromium.org
2011-02-01
1
-2
/
+2
*
Avoid null-pointer dereference for PPAPI Instance BindGraphics.
dmichael@google.com
2011-01-25
1
-0
/
+4
*
When we detect a PDF with an unsupported feature, ask the user if they want t...
jam@chromium.org
2011-01-22
1
-3
/
+7
*
Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...
abarth@chromium.org
2011-01-17
1
-11
/
+11
*
Make PP_Resources associated with the Instance rather than the module. This
brettw@chromium.org
2011-01-15
1
-12
/
+54
*
Linux: Trade one hack for another to allow pepper plugins to print only selec...
thestig@chromium.org
2011-01-11
1
-32
/
+33
*
Enable accelerated compositing in fullscreen pepper.
piman@google.com
2011-01-06
1
-1
/
+11
*
Make Graphics3D::SwapBuffers take a completion callback
piman@google.com
2011-01-05
1
-0
/
+4
*
Move base/mac_util.h to base/mac and use the base::mac namespace.
brettw@chromium.org
2011-01-01
1
-2
/
+2
*
Added ppapi::Surface3D. This CL completes the new Pepper3D interface. The imp...
alokp@chromium.org
2010-12-28
1
-19
/
+11
*
Added ppapi::Context3D interface. The API has already been reviewed. I am add...
alokp@chromium.org
2010-12-23
1
-5
/
+5
*
Revert 69511 - Make Graphics3D::SwapBuffers take a completion callback
piman@google.com
2010-12-17
1
-5
/
+1
*
Make Graphics3D::SwapBuffers take a completion callback
piman@google.com
2010-12-17
1
-1
/
+5
*
Move the Pepper implementation from webkit/glue/plugins/pepper_* to
brettw@chromium.org
2010-12-16
1
-0
/
+1186