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
*
Make adding internal plugins easier (and allow it to be dynamic). This code ...
jam@chromium.org
2009-01-29
8
-235
/
+219
*
Generate a proper file name when dragging an image from a
paulg@google.com
2009-01-29
2
-0
/
+7
*
Remove the ctor since it's in the shared file.
thomasvl@chromium.org
2009-01-28
1
-4
/
+0
*
Context menus for text selections in editable boxes and links should include ...
pkasting@chromium.org
2009-01-28
3
-59
/
+54
*
Unit test addition, cleanup for render_process/thread.
jrg@chromium.org
2009-01-28
1
-0
/
+29
*
Chrome side of WebKit Merge 40165:40297
playmobil@google.com
2009-01-28
5
-9
/
+7
*
Adobe Reader 7 expects the load_manually flag to be set when being instantiat...
ananta@chromium.org
2009-01-27
2
-5
/
+6
*
Add support for UA spoofing, and spoof Safari's UA string when loading URLs
darin@chromium.org
2009-01-27
4
-17
/
+36
*
POSIX: gfx::NativeViewId and CrossProcessEvent
agl@chromium.org
2009-01-27
6
-20
/
+19
*
Move glue.vcproj and glue.vsprops into the webkit/glue directory next to webk...
tc@google.com
2009-01-27
2
-0
/
+781
*
render_* work.
jrg@chromium.org
2009-01-27
1
-15
/
+8
*
Fix crash in bug 6315.
kuchhal@chromium.org
2009-01-26
2
-4
/
+7
*
Attempt to fix a IAT unpatch crash.
deanm@chromium.org
2009-01-24
2
-58
/
+58
*
No functional change. Delete trailing whitespace and word-wrap to 80 columns.
evan@chromium.org
2009-01-24
4
-28
/
+36
*
Chrome side of webkit merge to r40164.
tc@google.com
2009-01-24
2
-7
/
+9
*
Load plugin metadata (mime types, etc.) on Linux.
evan@chromium.org
2009-01-24
2
-28
/
+63
*
Chrome part of the Webkit related CL.
jcampan@chromium.org
2009-01-23
1
-0
/
+1
*
Install the npapi_test_plugin in the same way we did the layout_test one.
evan@chromium.org
2009-01-23
1
-1
/
+3
*
A quick fix for "Issue 6252: Regression: IME candidate window showing far awa...
hbono@chromium.org
2009-01-23
1
-5
/
+2
*
Relands 8521, it isn't the culprit. Sorry John.
sky@google.com
2009-01-23
2
-14
/
+0
*
Backs out r8521 in hopes of greener trees.
sky@google.com
2009-01-23
2
-0
/
+14
*
Linux plugin loader loads and unloads .so files.
evan@chromium.org
2009-01-23
1
-5
/
+45
*
Do the SCons hackery necessary to get the test plugin in the right directory.
evan@chromium.org
2009-01-23
1
-3
/
+8
*
Fix reloading a page with a pdf not working. The problem was that we were se...
jam@chromium.org
2009-01-22
2
-14
/
+0
*
Chrome side of webkit merge to 40124.
tc@google.com
2009-01-22
2
-3
/
+7
*
Mac default plugin.
avi@chromium.org
2009-01-22
4
-82
/
+108
*
Build some basic plugin code on Linux.
evan@chromium.org
2009-01-22
5
-24
/
+103
*
Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").
deanm@chromium.org
2009-01-22
1
-3
/
+3
*
We should download text/csv mime types instead of displaying them.
abarth@chromium.org
2009-01-22
1
-4
/
+8
*
POSIX: Porting renderer/render_view.cc, low hanging fruit
agl@chromium.org
2009-01-22
3
-4
/
+4
*
POSIX: Porting renderer/render_process.cc, low hanging fruit
agl@chromium.org
2009-01-22
1
-0
/
+13
*
More speedup of scrolling when many windowed plugins in a page. Scrolling is...
jam@chromium.org
2009-01-22
2
-1
/
+36
*
Include webkit strings in test shell data pack.
tc@google.com
2009-01-22
1
-0
/
+2
*
Some cleanup to the PluginList Singleton.
deanm@chromium.org
2009-01-21
2
-31
/
+35
*
WebKit Merge 39972:40057, Chromium side.
dglazkov@google.com
2009-01-21
1
-1
/
+2
*
Make CommandLine into a normal object, with some statics for getting at the c...
evan@chromium.org
2009-01-21
1
-1
/
+1
*
Take out static objects from plugin_lib_win.cc.
jam@chromium.org
2009-01-21
1
-14
/
+22
*
A little bit more cleanup: no need to have both InternalPluginInfo & PluginVe...
jam@chromium.org
2009-01-20
1
-56
/
+51
*
Clean up how the default plugin is loaded so that InternalPluginInfo & Plugin...
jam@chromium.org
2009-01-20
6
-102
/
+97
*
fix memory_test crashes
tc@google.com
2009-01-20
1
-2
/
+7
*
Remove unreferenced WebFrame::IsReloadAllowingStaleData method.
darin@chromium.org
2009-01-20
3
-16
/
+0
*
First pass as implementing the greasemonkey API. This patch
aa@chromium.org
2009-01-17
3
-5
/
+9
*
Add resource loading glue code for WebMediaPlayerDelegate
hclam@chromium.org
2009-01-17
4
-1
/
+116
*
Improve scrolling performance when there are many windowed plugins in a page.
jam@chromium.org
2009-01-16
6
-155
/
+61
*
Changes to make it possible to statically link Gears. This is disabled by an
mpcomplete@google.com
2009-01-16
3
-1
/
+34
*
Use the PluginData object instead of the PluginInfoStore interface to test for
darin@chromium.org
2009-01-16
1
-5
/
+5
*
Part 2 (webkit/glue side) of cleaning RenderThemeChromiumWin.
darin@chromium.org
2009-01-16
2
-3
/
+3
*
Restoring a line that got lost in a despacing
avi@google.com
2009-01-16
1
-0
/
+1
*
Spaces at end of lines begone!
avi@google.com
2009-01-16
23
-133
/
+132
*
Block Adobe Reader from issuing NPN_GetURL/NPN_GetURLRequests for URL schemes...
ananta@chromium.org
2009-01-16
2
-0
/
+2
[next]