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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Part 1 of repairing regressions to my old clang check plugins so Nico can
erg@google.com
2011-01-27
2
-0
/
+3
*
Put some plug-ins behind an infobar, where they have:
cevans@chromium.org
2011-01-27
4
-46
/
+73
*
If a user chooses to open a PDF with Reader, ask them if they want to do so a...
jam@chromium.org
2011-01-27
1
-1
/
+1
*
Make Pepper resize the buffer through the command buffer.
piman@google.com
2011-01-26
2
-12
/
+4
*
Fixed grave bug in Plugin Loading code that lead to a crash with some plugins.
pastarmovj@chromium.org
2011-01-25
2
-7
/
+21
*
Allow multiple instances of the newer VLC plugins to load. The older versions...
ananta@chromium.org
2011-01-25
1
-13
/
+22
*
Avoid null-pointer dereference for PPAPI Instance BindGraphics.
dmichael@google.com
2011-01-25
1
-0
/
+4
*
Refactor the plugin lists handling code.
pastarmovj@chromium.org
2011-01-24
14
-439
/
+870
*
When we detect a PDF with an unsupported feature, ask the user if they want t...
jam@chromium.org
2011-01-22
8
-4
/
+36
*
Comment out broken CHECK in ppapi/ppb_url_loader_impl.cc.
polina@google.com
2011-01-21
1
-2
/
+3
*
Update Mac plugin IME handling to match updated spec
stuartmorgan@chromium.org
2011-01-21
4
-27
/
+81
*
PPAPI: Add context menu events.
viettrungluu@chromium.org
2011-01-21
1
-1
/
+8
*
When clearing plugin data at shutdown, wait for it to finish.
bauerb@chromium.org
2011-01-21
1
-1
/
+9
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
2
-26
/
+26
*
First pass at making the proxy handle multiple renderers. This associates the
brettw@chromium.org
2011-01-21
11
-91
/
+71
*
Move ResourceBundle, DataPack to ui/base
ben@chromium.org
2011-01-20
2
-2
/
+2
*
Dynamically check types of PPAPI IDs
piman@google.com
2011-01-20
1
-11
/
+59
*
Move a bunch of random other files to src/ui/base
ben@chromium.org
2011-01-20
2
-2
/
+3
*
base/i18n: Add namespace i18n to CharIterator.
tfarina@chromium.org
2011-01-20
1
-2
/
+2
*
plugins: drop PluginVersionInfo for internal plugins
evan@chromium.org
2011-01-19
3
-85
/
+84
*
Added automatic update for plugins based on watching file changes.
pastarmovj@chromium.org
2011-01-19
1
-3
/
+3
*
Regkey functions return error code instead of bool
amit@chromium.org
2011-01-19
2
-7
/
+10
*
Fix widget pepper interface crashing after r71544.
jam@chromium.org
2011-01-18
2
-3
/
+1
*
Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...
abarth@chromium.org
2011-01-17
34
-133
/
+133
*
Make PP_Resources associated with the Instance rather than the module. This
brettw@chromium.org
2011-01-15
60
-528
/
+605
*
Move ppapi audio interface out of dev, but
nfullagar@google.com
2011-01-15
3
-26
/
+30
*
Reland r69146
darin@chromium.org
2011-01-14
2
-19
/
+2
*
Add some initial OWNERS files for src/webkit/.
darin@chromium.org
2011-01-14
3
-0
/
+5
*
Fix Pepper URL Loader callbacks.
viettrungluu@chromium.org
2011-01-14
2
-36
/
+71
*
Clang: enable -Wbool-conversions and -Wunused-variables on Linux.
hans@chromium.org
2011-01-14
1
-13
/
+13
*
Revert 71334 - Fix Pepper URL Loader callbacks.
viettrungluu@chromium.org
2011-01-14
2
-67
/
+38
*
Fixed bug 64847: Graphics2D paints outside plugin boundaries. Also removed un...
ddorwin@chromium.org
2011-01-13
1
-8
/
+30
*
Fix Pepper URL Loader callbacks.
viettrungluu@chromium.org
2011-01-13
2
-38
/
+67
*
Move webkit/plugins/ppapi/ppb_pdf.h to ppapi/c/private.
viettrungluu@chromium.org
2011-01-13
3
-138
/
+3
*
Take out temp WEBKIT_HAS_WEB_AUTO_FILL_CLIENT code now that WebKit is rolled.
jam@chromium.org
2011-01-13
2
-8
/
+0
*
Method parameter name change in ppb_file_io_impl.* ...
viettrungluu@chromium.org
2011-01-12
2
-4
/
+5
*
Fix Pepper File IO callbacks.
viettrungluu@chromium.org
2011-01-11
3
-65
/
+126
*
Update our use of the NPAPI ClearSiteData API.
bauerb@chromium.org
2011-01-11
4
-9
/
+23
*
Re-land: add support for blocking out-of-date plug-ins on Linux.
cevans@chromium.org
2011-01-11
6
-18
/
+120
*
Always delete your pointers! Note that RUNNING_UNDER_VALGRIND may not be
cevans@chromium.org
2011-01-11
1
-17
/
+3
*
Linux: Trade one hack for another to allow pepper plugins to print only selec...
thestig@chromium.org
2011-01-11
2
-42
/
+50
*
Revert 70963 - Support out-of-date plugin blocking on Linux.
cevans@chromium.org
2011-01-11
6
-120
/
+18
*
glue: deprecate npapi::PluginVersionInfo
evan@chromium.org
2011-01-11
2
-0
/
+35
*
Support out-of-date plugin blocking on Linux.
cevans@chromium.org
2011-01-10
6
-18
/
+120
*
More changes to code to use new WebView::create function that takes in a WebA...
jam@chromium.org
2011-01-10
1
-1
/
+5
*
Switch a wstring to a string16.
evan@chromium.org
2011-01-10
2
-2
/
+3
*
Make RenderView implement WebAutoFillClient, in preparation of making WebKit ...
jam@chromium.org
2011-01-10
1
-0
/
+4
*
Make accelerated plugin support aware of the requirement to use the
kbr@google.com
2011-01-10
1
-1
/
+17
*
Fix for a plugin crasher which occurs in the context of NPP_Destroy. The plug...
ananta@chromium.org
2011-01-07
1
-14
/
+7
*
Start sorting methods in class declarations.
erg@google.com
2011-01-07
1
-2
/
+2
[next]