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
...
*
New implementations of core plugin libraries.
avi@google.com
2009-01-15
16
-562
/
+1155
*
Fix capitalization build break after r8028
mark@chromium.org
2009-01-14
1
-1
/
+1
*
Fix plugin_tests failure
jam@chromium.org
2009-01-14
1
-1
/
+1
*
Fix build bustage. Update enum names.
darin@chromium.org
2009-01-14
4
-147
/
+147
*
Remove the svn:executable bit and make line endings consistent.
tc@google.com
2009-01-14
1
-31
/
+31
*
Webkit merge 39829:39744, Chromium portion.
levin@chromium.org
2009-01-14
1
-4
/
+4
*
Updating so that Gears can spawn file selectors when running in the renderer ...
zork@google.com
2009-01-13
2
-5
/
+15
*
Remove grit hack and inline a 30x30 red square for a
tc@google.com
2009-01-13
2
-8
/
+18
*
Fix the regression where Gears didn't load.
jam@chromium.org
2009-01-13
1
-7
/
+5
*
Cleanup in preparation for upstreaming.
darin@chromium.org
2009-01-13
1
-14
/
+14
*
Remove two static initializers in webkit glue entity map.
deanm@chromium.org
2009-01-13
1
-8
/
+5
*
Update PluginInstance to use the newer TLS APIs. This also removes a static ...
deanm@chromium.org
2009-01-13
2
-17
/
+11
*
Adding the elementDoesAutoCompleteForElementWithId method to the layoutTestCo...
jcampan@chromium.org
2009-01-13
2
-0
/
+23
*
Move webkit_resources.rc to webkit_resources.grd. Add
tc@google.com
2009-01-13
6
-77
/
+49
*
Fix layout test failures. Looks like keying the plugins based on OriginalFil...
jam@chromium.org
2009-01-13
6
-141
/
+121
*
Get rid of lowercasing plugin filenames in order to determine if two paths po...
jam@chromium.org
2009-01-12
8
-289
/
+294
*
The popup for autofill is now never activated, even when clicked.
jcampan@chromium.org
2009-01-09
4
-14
/
+7
*
Don't overwrite pre-filled values when autofilling a form.
tim@chromium.org
2009-01-09
1
-0
/
+2
*
Move default plugin resources into separate .h and .rc files
tc@google.com
2009-01-09
2
-32
/
+0
*
WebKit merge 39711:39744. This CL includes changes to webkit/glue code.
darin@chromium.org
2009-01-09
2
-1
/
+8
*
Add support for custom cursors set by windowless plugins. Windowless plugins ...
ananta@chromium.org
2009-01-09
10
-58
/
+315
*
Add FTP unit test in preparation for portable FTP implementation.
erikkay@google.com
2009-01-08
3
-17
/
+32
*
Replace stub bogus_webkit_strings.h with real generated header via grit
pinkerton@google.com
2009-01-08
2
-47
/
+0
*
Stub out NPN_Construct.
estade@chromium.org
2009-01-08
1
-9
/
+0
*
WebKit merge 39606:39660
dimich@google.com
2009-01-07
2
-0
/
+2
*
Change "dll" to "plugin" where appropriate.
avi@google.com
2009-01-06
6
-25
/
+29
*
Move plugins to FilePaths, some cleanup
avi@google.com
2009-01-06
10
-97
/
+125
*
Refactor the render widget unittest so it can be reused to create a render view
brettw@chromium.org
2009-01-05
4
-13
/
+7
*
Revert 7508.7509 and 7510
nsylvain@chromium.org
2008-12-30
3
-32
/
+17
*
Add FTP unit test in preparation for portable FTP implementation.
erikkay@google.com
2008-12-30
3
-17
/
+32
*
Adjusting the name of a function to make it more descriptive.
avi@google.com
2008-12-30
5
-9
/
+10
*
* Bring up render_mesages.cc on POSIX.
jeremy@chromium.org
2008-12-29
2
-12
/
+0
*
Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the upda...
evanm@google.com
2008-12-26
1
-1
/
+1
*
Stub out some plugin functions to make the dynamic linker happy.
evanm@google.com
2008-12-26
2
-1
/
+32
*
Kill PlatformScreenMac.mm
darin@google.com
2008-12-23
1
-0
/
+67
*
Expand comment for shouldUseCredentialStorage stub, explaining what it might
pamg@google.com
2008-12-23
1
-3
/
+9
*
Adds support for pauseAnimationAtTimeOnElementWithId and
sky@google.com
2008-12-22
2
-2
/
+63
*
Move RenderThemeWin to WebCore/rendering and rename it to RenderThemeChromium...
dglazkov@google.com
2008-12-22
2
-2
/
+2
*
Handle cases where the multipart boundary is improperly prefixed with "--".
darin@chromium.org
2008-12-22
3
-1
/
+33
*
Some cleanup in webkit/.
darin@chromium.org
2008-12-22
1
-58
/
+66
*
cChrome side of WebKit merge 39369:39410.
pamg@google.com
2008-12-22
2
-0
/
+17
*
Fix line endings to be LF, and set svn:eol-style to keep it that way.
darin@chromium.org
2008-12-20
1
-2
/
+2
*
Get rid of another base/ include by inlining the NSView/HWND/GtkWidget typdefs.
eseidel@chromium.org
2008-12-20
1
-4
/
+10
*
Remove dependencies from port on base/gfx/native_theme and base/win_util. In...
darin@chromium.org
2008-12-20
1
-1
/
+103
*
Initial generation of native Visual Studio solution files
sgk@google.com
2008-12-19
2
-0
/
+17
*
Added the new isCommandEnabled() layout test function to the layout test cont...
estade@chromium.org
2008-12-18
3
-0
/
+12
*
Convert from using env['PLATFORM'] directly to using the more flexible
sgk@google.com
2008-12-18
2
-9
/
+9
*
We now show the form autofill when the user does any of these on a focused em...
jcampan@chromium.org
2008-12-18
4
-5
/
+73
*
Bridge out media player from MediaPlayerPrivate.
hclam@chromium.org
2008-12-18
9
-2
/
+584
*
Fixes a leak of a ResourceHandle that happens with synchronous XMLHttpRequests,
asargent@chromium.org
2008-12-18
1
-1
/
+1
[prev]
[next]