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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Block plugin HandleURLRequest calls with invalid chars like @,;,\ before the ...
inferno@chromium.org
2010-04-02
2
-16
/
+33
*
editing/selection/extend-selection.html times out in debug mode.
darin@chromium.org
2010-04-02
1
-0
/
+2
*
Don't navigate TestShell page to about:blank if it's devtools frontend becaus...
yurys@chromium.org
2010-04-02
1
-3
/
+7
*
Override a few more expectations due to r43444.
scherkus@chromium.org
2010-04-02
1
-0
/
+2
*
Bilinear video scaling enabled (using Skia).
scherkus@chromium.org
2010-04-02
2
-15
/
+25
*
Don't forcibly set our network state to NETWORK_LOADING after media initializes.
scherkus@chromium.org
2010-04-02
1
-3
/
+2
*
Adding disabled appcaches information along with capability of
kkanetkar@chromium.org
2010-04-02
2
-27
/
+121
*
Reapply 43381 - Add some safeguards in DatabaseTracker to prevent writing any...
michaeln@chromium.org
2010-04-02
3
-19
/
+70
*
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
*
Revert 43381 - Add some safeguards in DatabaseTracker to prevent writing anyt...
michaeln@google.com
2010-04-01
3
-38
/
+16
*
Add some safeguards in DatabaseTracker to prevent writing anything to disk fo...
michaeln@chromium.org
2010-04-01
3
-16
/
+38
*
Revert 43367 - Enabled pepper3d test on mac. It will be enabled on other plat...
rohitrao@chromium.org
2010-04-01
1
-3
/
+0
*
AppCache: If we can't read the existing data delete it and start over.
michaeln@chromium.org
2010-04-01
5
-2
/
+76
*
Enabled pepper-3d test on mac. It will be enabled on other platforms as soon ...
alokp@chromium.org
2010-04-01
1
-0
/
+3
*
AutoFill: Store the form method on the FormData object. This is another step...
jhawkins@chromium.org
2010-04-01
1
-0
/
+2
*
Make .def and .rc plugin files Windows-only.
mmoss@google.com
2010-03-31
1
-0
/
+9
*
Remove run_webkit_tests dependency on third_party\python_24.
victorw@chromium.org
2010-03-31
3
-8
/
+13
*
Move plugin-related files in webkit/glue to webkit/glue/plugins to make them
brettw@chromium.org
2010-03-31
31
-53
/
+53
*
Hook up extension apps notification permission, take two
rafaelw@chromium.org
2010-03-31
2
-0
/
+6
*
Appcache Manifest Parsing Rule. If the manifest's <scheme> is secure, and the...
inferno@chromium.org
2010-03-30
2
-0
/
+34
*
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
*
Minor C++ fixes found by Clang.
evan@chromium.org
2010-03-30
1
-5
/
+4
*
Fix CoreGraphics and Core Animation drawing for QuickTime plugin
stuartmorgan@chromium.org
2010-03-30
2
-15
/
+11
*
webkit/ ifdefs for BSD port; based on sprewell@jaggeri.com patch
pvalchev@google.com
2010-03-30
6
-15
/
+15
*
Added --enable-video-logging, which will log the presentation timestamp of vi...
scherkus@chromium.org
2010-03-30
3
-14
/
+40
*
Properly disable plugins.
viettrungluu@chromium.org
2010-03-29
2
-6
/
+9
*
Disabling the BasicFindMainResponseInDatabase test as it crashes at times on ...
ananta@chromium.org
2010-03-29
1
-1
/
+2
*
Move Mac plugin event conversion into helper classes
stuartmorgan@chromium.org
2010-03-29
6
-345
/
+478
*
Adds callShouldCloseOnWebView to TestShell's LayoutTestController.
creis@chromium.org
2010-03-29
2
-0
/
+8
*
Added DEPS file to fix checkdeps.
alokp@chromium.org
2010-03-29
1
-0
/
+4
*
Renamed pepper_test_plugin target to npapi_pepper_test_plugin. The automated ...
alokp@chromium.org
2010-03-29
8
-14
/
+95
*
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
*
A basic implementation of information about appcache. Lists manifest files, t...
kkanetkar@chromium.org
2010-03-27
3
-0
/
+223
*
Added command buffer implementation of WebGL which runs in the sandbox.
kbr@google.com
2010-03-27
1
-0
/
+5
*
Override SimpleWebMimeRegistryImpl::supportsMediaMIMEType() for test_shell.
scherkus@chromium.org
2010-03-26
5
-11
/
+118
*
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
23
-155
/
+542
*
Page Cycler Intl2 perf regression.
amit@chromium.org
2010-03-26
1
-73
/
+4
*
Allow running tests with enabled but closed Web Inspector. Corresponding WebK...
yurys@chromium.org
2010-03-26
3
-2
/
+12
*
Update V8 to version 2.1.10.
ager@chromium.org
2010-03-26
1
-0
/
+7
*
AutoFill: Copy FormManager::LabelForElement and the corresponding
jhawkins@chromium.org
2010-03-26
1
-4
/
+73
*
Switch from he.xtb to iw.xtb because the translation console is
tony@chromium.org
2010-03-26
2
-2
/
+3
*
Add kochi and dejavu fonts to default package list on linux
jamesr@chromium.org
2010-03-26
1
-5
/
+6
*
Make update_expecations_from_dashboard unit tests pass again.
jparent@chromium.org
2010-03-25
2
-19
/
+24
*
Remove Oriya from the list of UI languages for now because we're not getting ...
jshin@chromium.org
2010-03-25
2
-46
/
+0
[next]