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
*
Reorganize the Mac plugin host code
stuartmorgan@chromium.org
2010-04-16
2
-336
/
+372
*
Move third_pary/mozilla/include up one directory.
evan@chromium.org
2010-04-15
1
-3
/
+0
*
Remove the last remnants of windowless_needs_set_window_ from Linux plugins
stuartmorgan@chromium.org
2010-04-15
4
-46
/
+15
*
Made Pepper 3D plugins' output opaque on Mac OS X by filling the
kbr@google.com
2010-04-15
2
-3
/
+4
*
Fix offscren invalidation in windowless plugins
stuartmorgan@chromium.org
2010-04-14
1
-0
/
+7
*
Fixed loss of rendered output on Mac OS X if Pepper 3D application uses
kbr@google.com
2010-04-14
1
-1
/
+1
*
Never unload plugins from the plugin process on the Mac
stuartmorgan@chromium.org
2010-04-14
1
-4
/
+3
*
Refactor FileVersionInfo into an interface with platform implementations.
tony@chromium.org
2010-04-14
4
-19
/
+12
*
Send real clipping information to Mac plugins
stuartmorgan@chromium.org
2010-04-13
1
-23
/
+13
*
Move details of QuickDraw plugin drawing into a helper class
stuartmorgan@chromium.org
2010-04-12
5
-148
/
+263
*
Compute local Mac plugin coordinates from scratch
stuartmorgan@chromium.org
2010-04-12
1
-45
/
+30
*
Bypass plugin installer if the plugin has been disabled
cpu@chromium.org
2010-04-10
2
-0
/
+25
*
AutoFill: Fill the default profile when the AutoFill accelerator combo is pre...
jhawkins@chromium.org
2010-04-09
1
-0
/
+10
*
- Extracted platform specific code from GLES2 command decoder to platform spe...
apatrick@chromium.org
2010-04-09
1
-2
/
+1
*
Optimized version of bilinear video scaler. It is about 2 times faster than S...
sergeyu@chromium.org
2010-04-09
1
-18
/
+16
*
Indicate in the tab UI if appcache creation was blocked by privacy settings.
jochen@chromium.org
2010-04-09
2
-9
/
+0
*
Improve handling of plugin context menus on Leopard.
stuartmorgan@chromium.org
2010-04-08
1
-2
/
+3
*
Fix browser crash in isvalidcheck check on urls with no path e.g. about:blank
inferno@chromium.org
2010-04-08
1
-0
/
+2
*
Don't clear VideoRendererImpl's proxy_ variable during OnStop().
scherkus@chromium.org
2010-04-06
1
-5
/
+1
*
AutoFill: Parse HTMLLabel elements for form control element labels.
jhawkins@chromium.org
2010-04-06
1
-3
/
+2
*
Fix problems with unloading/reloading/updating extensions that contain NPAPI
mpcomplete@chromium.org
2010-04-06
2
-7
/
+14
*
Remove VLC from the Mac plugin blacklist now that it's not crashing
stuartmorgan@chromium.org
2010-04-06
1
-4
/
+0
*
On sites like hulu.com while playing a video the cursor would not disappear i...
ananta@chromium.org
2010-04-06
1
-2
/
+7
*
Enforce valid Mac plugin event and drawing model pairings
stuartmorgan@chromium.org
2010-04-06
5
-7
/
+17
*
AutoFill: Implement WebFormElementToFormData and use this to send form data to
jhawkins@chromium.org
2010-04-05
1
-2
/
+3
*
Fix DivX crash on the Mac
stuartmorgan@chromium.org
2010-04-05
2
-9
/
+10
*
Eliminate WebCore include paths when compiling Chromium code.
darin@chromium.org
2010-04-03
1
-1
/
+3
*
AutoFill: Use the FormManager cache to send forms to the AutoFillManager.
jhawkins@chromium.org
2010-04-03
4
-120
/
+2
*
Block plugin HandleURLRequest calls with invalid chars like @,;,\ before the ...
inferno@chromium.org
2010-04-02
2
-16
/
+33
*
Bilinear video scaling enabled (using Skia).
scherkus@chromium.org
2010-04-02
1
-15
/
+21
*
Don't forcibly set our network state to NETWORK_LOADING after media initializes.
scherkus@chromium.org
2010-04-02
1
-3
/
+2
*
Block plugin HandleURLRequest calls with invalid chars like @,;,\ before the ...
inferno@chromium.org
2010-04-01
1
-0
/
+18
*
Replace the NOTIMPLEMENTED() in NPN_ForceRedraw with a comment
stuartmorgan@chromium.org
2010-04-01
1
-14
/
+2
*
Consume Char events in Mac plugins
stuartmorgan@chromium.org
2010-04-01
1
-1
/
+6
*
AutoFill: Store the form method on the FormData object. This is another step...
jhawkins@chromium.org
2010-04-01
1
-0
/
+2
*
Move plugin-related files in webkit/glue to webkit/glue/plugins to make them
brettw@chromium.org
2010-03-31
24
-41
/
+41
*
Extend the file browser/chooser to support more modes of operation, and plumb
brettw@chromium.org
2010-03-30
3
-4
/
+59
*
Work around coordinate problems in page zoom for Mac plugins
stuartmorgan@chromium.org
2010-03-30
4
-4
/
+88
*
Fix CoreGraphics and Core Animation drawing for QuickTime plugin
stuartmorgan@chromium.org
2010-03-30
2
-15
/
+11
*
Added --enable-video-logging, which will log the presentation timestamp of vi...
scherkus@chromium.org
2010-03-30
2
-13
/
+38
*
Properly disable plugins.
viettrungluu@chromium.org
2010-03-29
2
-6
/
+9
*
Move Mac plugin event conversion into helper classes
stuartmorgan@chromium.org
2010-03-29
6
-345
/
+478
*
Restructure the Mac plugin blacklist code
stuartmorgan@chromium.org
2010-03-29
1
-41
/
+37
*
AutoFill: Handle filling select controls.
jhawkins@chromium.org
2010-03-27
5
-47
/
+58
*
Override SimpleWebMimeRegistryImpl::supportsMediaMIMEType() for test_shell.
scherkus@chromium.org
2010-03-26
1
-8
/
+8
*
Add zooming notifications to Pepper. This allows the plugin to respond to fu...
jam@chromium.org
2010-03-26
1
-0
/
+4
*
Add a faster path for QuickDraw plugin drawing for limited use.
stuartmorgan@chromium.org
2010-03-26
2
-22
/
+248
*
Added a test for pepper3d. It ensures that we can successfully load a pepper ...
alokp@chromium.org
2010-03-26
18
-147
/
+199
*
Page Cycler Intl2 perf regression.
amit@chromium.org
2010-03-26
1
-73
/
+4
*
AutoFill: Copy FormManager::LabelForElement and the corresponding
jhawkins@chromium.org
2010-03-26
1
-4
/
+73
[next]