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
/
glue
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement NPN_reloadPlugins.
tony@chromium.org
2010-11-08
1
-5
/
+5
*
Simplify Mac plugin event conversion now that caps lock information is availa...
stuartmorgan@chromium.org
2010-11-08
1
-16
/
+7
*
Reland r65152 with mac and linux fix.
apatrick@chromium.org
2010-11-06
11
-139
/
+240
*
PPB_Class implementation in Chrome.
neb@chromium.org
2010-11-05
5
-34
/
+392
*
Switch from TargetIsSubFrame to TargetIsSubframe as the former is deprecated.
darin@chromium.org
2010-11-05
1
-1
/
+1
*
Fix optimized pepper painting
piman@chromium.org
2010-11-05
1
-2
/
+4
*
Make PPAPI headers compile with C compilers (gcc on Linux & Mac and MSVS on W...
dmichael@google.com
2010-11-05
26
-228
/
+318
*
Remove some DCHECK/NOTREACHED from plugin_host.cc that can be hit by valid code
jamesr@chromium.org
2010-11-05
1
-3
/
+0
*
Only send child node updates on load and children changed notifications.
ctguil@chromium.org
2010-11-05
2
-16
/
+24
*
Revert 65152 - Integrated Pepper3D v2 with the accelerated compositor.
apatrick@chromium.org
2010-11-05
13
-247
/
+139
*
Integrated Pepper3D v2 with the accelerated compositor.
apatrick@chromium.org
2010-11-05
13
-139
/
+247
*
Add callback ability for URLLoader so an asynchronous proxy can send the
brettw@chromium.org
2010-11-04
6
-19
/
+123
*
Removed Media Cache Enabled Flag
atwilson@chromium.org
2010-11-04
3
-17
/
+2
*
Turn on file access checks on Win.
jam@chromium.org
2010-11-04
1
-1
/
+1
*
Pepper's directory reader implementation + test.
dumi@chromium.org
2010-11-04
7
-17
/
+131
*
Add support for the extended header parameter syntax in Content-Disposition h...
jshin@chromium.org
2010-11-03
1
-1
/
+2
*
Use optimized scrolling for pepper plugins.
jam@chromium.org
2010-11-03
4
-14
/
+44
*
Add basic support for accessibility hit testing within web contents.
ctguil@chromium.org
2010-11-03
2
-0
/
+7
*
Move MediaFilterCollection code into a class.
scherkus@chromium.org
2010-11-03
2
-16
/
+12
*
Revert 64845 - Add convert_web_app.*, a utility to convert web apps declared
aa@chromium.org
2010-11-02
1
-18
/
+8
*
Add convert_web_app.*, a utility to convert web apps declared
aa@chromium.org
2010-11-02
1
-8
/
+18
*
Moving Entry from base::file_util_proxy namespace to within class base::FileU...
kkanetkar@chromium.org
2010-11-02
2
-2
/
+2
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 2
thakis@chromium.org
2010-11-02
4
-8
/
+14
*
Chromium part of the autofill refactor: removing now unused code.
jcivelli@google.com
2010-11-02
2
-169
/
+3
*
Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land f...
brettw@chromium.org
2010-11-02
61
-177
/
+177
*
Revert PPAPI change due to Linux compile failures.
brettw@chromium.org
2010-11-02
61
-177
/
+177
*
Use PPAPI from chrome trunk rather than pulling via deps.
brettw@chromium.org
2010-11-02
61
-177
/
+177
*
Revert PPAPI change.
brettw@chromium.org
2010-11-02
61
-177
/
+177
*
Use PPAPI from chrome trunk rather than pulling via deps.
brettw@chromium.org
2010-11-02
61
-177
/
+177
*
Revert 64716 - Switch to the new PPAPI repository. This removes the DEPS entr...
brettw@chromium.org
2010-11-02
61
-177
/
+177
*
Switch to the new PPAPI repository. This removes the DEPS entry that refers to
brettw@chromium.org
2010-11-02
61
-177
/
+177
*
Attempt at fixing leaks from SetProp. Apparently there is a finite
sky@chromium.org
2010-11-01
4
-0
/
+4
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
6
-73
/
+73
*
Add UMA stats for saving/printing PDFs (the printing will be done through the...
jam@chromium.org
2010-10-30
3
-1
/
+14
*
Make plugin requests retrievable from the appcache for nplugins and pepper.
michaeln@chromium.org
2010-10-29
2
-0
/
+17
*
New shockwave security update.
panayiotis@google.com
2010-10-29
1
-2
/
+2
*
Implements filesystem integration with devtools. Implements a functionality t...
kkanetkar@chromium.org
2010-10-29
2
-0
/
+5
*
Add NavigateToURL, equivalent of NPN_GetURL with a target, to private2 interface
piman@chromium.org
2010-10-28
4
-1
/
+46
*
Use an opaque handle type to pass WebPluginDelegateImpl across dylib boundaries
thakis@chromium.org
2010-10-28
2
-11
/
+13
*
Change miscellaneous LOG(INFO)s to VLOG()s that I missed the first time throu...
pkasting@chromium.org
2010-10-27
1
-2
/
+1
*
Fix rounding errors when converting between zoom factor and zoom level.
jam@chromium.org
2010-10-26
1
-0
/
+9
*
Move debug-related stuff from base to the base/debug directory and use the
brettw@chromium.org
2010-10-26
1
-1
/
+1
*
Add HasSingleOrigin() to WebDataSource.
scherkus@chromium.org
2010-10-26
8
-19
/
+79
*
Fixes ReadInternal() memory leak from BufferedDataSource tests
vrk@google.com
2010-10-26
1
-0
/
+5
*
Fix some FileRef-related issues that show up only on POSIX.
dumi@chromium.org
2010-10-25
1
-1
/
+14
*
PPB_Var implementation, Chrome side.
neb@chromium.org
2010-10-25
3
-2
/
+235
*
Add UI test for click-to-play.
bauerb@chromium.org
2010-10-25
3
-0
/
+50
*
Remove GetURLForDebugging().
pkasting@chromium.org
2010-10-23
6
-22
/
+4
*
Terminate FilterFactory and his nasty friends
hclam@chromium.org
2010-10-23
11
-258
/
+82
*
Fixing valgrind error because of mem leak in BuffereDataSource unit tests
vrk@google.com
2010-10-22
1
-0
/
+5
[prev]
[next]