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
*
Remove the silly notion of MIME types from media code.
scherkus@chromium.org
2011-03-09
3
-6
/
+2
*
Fix obsolete dependencies that create needless recompiling.
jeanluc@chromium.org
2011-03-09
1
-9
/
+9
*
Update V8 to version 3.2.0.2
ricow@chromium.org
2011-03-09
1
-0
/
+3
*
Make View frame source work for POST results.
pfeldman@chromium.org
2011-03-09
2
-0
/
+10
*
Virtualize file_util calls from FileSystemFileUtil::PerformCommonCheckAndPrep...
dmikurube@google.com
2011-03-08
2
-63
/
+96
*
Add runtime enabled command-line flag for data transfer items
dcheng@chromium.org
2011-03-08
1
-0
/
+1
*
wstring: use ASCII path for WebKit root directory
evan@chromium.org
2011-03-08
1
-1
/
+3
*
Make FileSystemDirURLRequestJob test single-threaded in hopes of making it le...
adamk@chromium.org
2011-03-08
1
-14
/
+7
*
Removing references to off the record in comments and log messages.
akalin@chromium.org
2011-03-08
1
-1
/
+1
*
Browser accessibility improvements so that screen readers can access more
dmazzoni@chromium.org
2011-03-08
2
-9
/
+28
*
Make FormField be a struct rather than a class per c++ standards.
tsepez@chromium.org
2011-03-08
3
-78
/
+51
*
Revert 77296 -
zea@chromium.org
2011-03-08
3
-51
/
+78
*
Convert autofill messages to use the new IPC macros. This requires
tsepez@chromium.org
2011-03-08
3
-78
/
+51
*
added missing equal signs
karen@chromium.org
2011-03-08
1
-3
/
+3
*
Revert Update V8 to version 3.2.0.1
ricow@chromium.org
2011-03-08
1
-3
/
+0
*
Update V8 to version 3.2.0.1
ricow@chromium.org
2011-03-08
1
-0
/
+3
*
Fixed the bug 75018: incorrect conditional jump in fileapi::FileSystemUsageCa...
kinuko@chromium.org
2011-03-08
1
-1
/
+3
*
Clarify/fix fullscreen semantics, and add GetScreenSize
piman@google.com
2011-03-08
8
-27
/
+110
*
Reland r76840 with fix for webkit_gpu dependencies.
apatrick@chromium.org
2011-03-08
2
-5
/
+1
*
Pepper: Store file extensions and description on a per-mime-type basis.
viettrungluu@chromium.org
2011-03-08
3
-6
/
+21
*
Revive FileAPI's recursive CreateDirectory.
kinuko@chromium.org
2011-03-07
6
-12
/
+21
*
fixed file to remove duplicates and add expectations
karen@chromium.org
2011-03-07
1
-9
/
+6
*
Check that a plugin path points to a file before rejecting the plugin because...
sergeyu@chromium.org
2011-03-07
1
-1
/
+1
*
Add command line switches and about:flag to enable FPS indicator and composit...
nduca@chromium.org
2011-03-07
2
-0
/
+11
*
Fix dbg-shlib build by removing dependency on webkit_glue from content\common.
jam@chromium.org
2011-03-07
1
-4
/
+0
*
Move ResourceDispatcher to content. I've moved the Chrome-specific SecurityF...
jam@chromium.org
2011-03-07
3
-22
/
+0
*
Support event.clipboardData.types in layout tests.
dcheng@chromium.org
2011-03-07
2
-0
/
+18
*
Cleaning up src/media to be consistent with static versus anonymous namespaces.
scherkus@chromium.org
2011-03-07
6
-68
/
+43
*
Revert 77108 - Revert 77101 - Definition for new API method in WebKit::WebFrame.
thakis@chromium.org
2011-03-07
2
-0
/
+5
*
Revert 77101 - Definition for new API method in WebKit::WebFrame.
ukai@chromium.org
2011-03-07
2
-5
/
+0
*
Definition for new API method in WebKit::WebFrame.
thakis@chromium.org
2011-03-07
2
-0
/
+5
*
Add 64-bit Windows tokens to the UA string. This parallels https://bugs.webk...
pkasting@chromium.org
2011-03-05
1
-2
/
+21
*
Update translations using strings from launchpad.net r141
tony@chromium.org
2011-03-05
2
-0
/
+2
*
New assets for PDF progress control. Added asset for drop shadow.
gene@chromium.org
2011-03-04
13
-0
/
+2
*
Build WebKit Full Screen API. Support is disabled by default; enable with --e...
ddorwin@chromium.org
2011-03-04
3
-4
/
+8
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
3
-3
/
+3
*
Get rid of the extension dependency in ResourceDispatcher by calling out to a...
jam@chromium.org
2011-03-04
5
-2
/
+22
*
Roll WebKit 80351:80364 and cleanup layout test expectations.
tonyg@chromium.org
2011-03-04
1
-3
/
+0
*
Clean up layout test expectations.
tonyg@chromium.org
2011-03-04
1
-3
/
+1
*
While enumerating plugins under the MozillaPlugins registry key, we should ig...
ananta@chromium.org
2011-03-04
1
-1
/
+27
*
Roll WebKit 80340:80351.
tonyg@chromium.org
2011-03-04
1
-0
/
+2
*
Switch to new libjingle branch.
sergeyu@chromium.org
2011-03-04
2
-1
/
+10
*
Removing suppressions for now rebaselined tests.
antonm@chromium.org
2011-03-04
1
-5
/
+0
*
Add createFileSystem method in MockWebFrame.
ukai@chromium.org
2011-03-04
2
-0
/
+7
*
Remove temporary layout test expectations after new baselines have
ager@chromium.org
2011-03-04
1
-5
/
+0
*
Take out the is_content_filtered bool that gets passed around betwen renderer...
jam@chromium.org
2011-03-04
3
-21
/
+11
*
Introduce FileSystemFileUtil and -Proxy to decorate base::file_util in webkit...
kinuko@chromium.org
2011-03-04
9
-28
/
+1150
*
Addressing review comments from brettw.
ananta@chromium.org
2011-03-04
1
-6
/
+2
*
Remove FileSystemQuotaManager class
kinuko@chromium.org
2011-03-04
10
-225
/
+130
*
Pepper/Flapper: Add very basic clipboard support.
viettrungluu@chromium.org
2011-03-04
4
-0
/
+129
[next]