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
*
Enable <video> using cache
hclam@chromium.org
2009-09-30
5
-176
/
+204
*
Hook up webkit/api/public/WebView.h
darin@chromium.org
2009-09-30
17
-317
/
+208
*
DevTools: add tests for step over/out/in
yurys@google.com
2009-09-30
1
-0
/
+259
*
Revert r27587 that broke the tree
hclam@chromium.org
2009-09-30
3
-141
/
+178
*
Revert r27589 that broke the tree
hclam@chromium.org
2009-09-30
3
-21
/
+4
*
<video> use cache if --enable-byte-range-support is present
hclam@chromium.org
2009-09-30
3
-4
/
+21
*
Change how <video> fetch a resource to make it friendly to sparse caching
hclam@chromium.org
2009-09-30
3
-178
/
+141
*
WebView::DownloadImage refactored
yaar@chromium.org
2009-09-29
4
-65
/
+0
*
DevTools: Follow up fix for r27473
pfeldman@chromium.org
2009-09-29
1
-1
/
+1
*
DevTools: temporary fix for bug 23260. Guess resource type and content mimeTy...
yurys@google.com
2009-09-29
2
-1
/
+29
*
Update strings with latest translations, including Amharic and Swahili.
mal@chromium.org
2009-09-29
3
-1
/
+87
*
Add support for Amharic (am) and Swahili (sw) in the grd files.
mal@chromium.org
2009-09-29
3
-0
/
+10
*
Fix cmd-up/cmd-down.
thakis@chromium.org
2009-09-29
3
-24
/
+33
*
First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...
gregoryd@google.com
2009-09-29
2
-24
/
+31
*
Only write the image when writeImage is called. We don't write the
tony@chromium.org
2009-09-29
1
-5
/
+2
*
Chromium side implementations of some FileSystem methods. This is needed to c...
jianli@chromium.org
2009-09-28
2
-0
/
+22
*
Revert 27397 - First step towards NaClChrome integration:1. NaCl plugin becom...
gregoryd@google.com
2009-09-28
2
-31
/
+24
*
First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...
gregoryd@google.com
2009-09-28
2
-24
/
+31
*
Be defensive against 0-sized custom cursors. This may fix a moderately common
cevans@chromium.org
2009-09-28
2
-4
/
+9
*
Make dumpBackForwardList() print file and data URL results that match upstream.
dglazkov@chromium.org
2009-09-28
1
-1
/
+27
*
WebKit update 48747:48766
levin@chromium.org
2009-09-27
1
-1
/
+2
*
Revert 27324 - First step towards NaClChrome integration:1. NaCl plugin becom...
gregoryd@google.com
2009-09-26
2
-31
/
+24
*
First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...
gregoryd@google.com
2009-09-26
2
-24
/
+31
*
Revert 27315 - First step towards NaClChrome integration:1. NaCl plugin becom...
gregoryd@google.com
2009-09-26
2
-31
/
+24
*
First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...
gregoryd@google.com
2009-09-26
2
-24
/
+31
*
Move another method from WebViewDelegate to WebViewClient.
darin@chromium.org
2009-09-25
2
-7
/
+1
*
DevTools: Provisional fix for webkit merge: add event listeners panel js.
pfeldman@chromium.org
2009-09-25
1
-0
/
+1
*
This is an implementation of the bridge method for copying arbitrary plaintex...
apavlov@chromium.org
2009-09-25
2
-0
/
+6
*
Roll back Markus's CL ( http://codereview.chromium.org/196053)
jshin@chromium.org
2009-09-25
1
-14
/
+2
*
When converting between units of time or data types of different precision,
markus@chromium.org
2009-09-24
1
-2
/
+14
*
Fix FTP directory listings for servers which use \n as the line break.
phajdan.jr@chromium.org
2009-09-24
1
-4
/
+7
*
WebKit update 48700:48721.
dglazkov@chromium.org
2009-09-24
2
-10
/
+15
*
DevTools: autoresume execution on parse errors.
yurys@google.com
2009-09-24
2
-10
/
+68
*
Reverting 27062 since "DevTools: repair on linux and reenable breakpoint test...
yurys@google.com
2009-09-24
1
-2
/
+6
*
Revert "DevTools: repair on linux and reenable breakpoint tests" revision 27060.
maruel@chromium.org
2009-09-24
1
-6
/
+2
*
DevTools: repair on linux and reenable breakpoint tests
yurys@google.com
2009-09-24
1
-2
/
+6
*
DevTools: Add local fix for console formatting while waiting for upstream fix...
pfeldman@chromium.org
2009-09-24
1
-1
/
+13
*
Move some more methods from WebViewDelegate to WebViewClient.
darin@chromium.org
2009-09-24
3
-30
/
+6
*
Move some more methods from WebViewDelegate to WebViewClient.
darin@chromium.org
2009-09-23
2
-52
/
+14
*
This CL fixes issue 22712 -- REGRESSION: auto-complete close cause chrome crash.
xji@chromium.org
2009-09-23
2
-2
/
+7
*
DevTools: added a new test for console evaluation on call frame.
yurys@google.com
2009-09-23
1
-48
/
+174
*
DevTools: Add more console tests.
pfeldman@chromium.org
2009-09-23
1
-7
/
+28
*
DevTools: repair eval on call frame.
yurys@google.com
2009-09-23
2
-10
/
+8
*
Move FTP LIST parsing code to the renderer process.
phajdan.jr@chromium.org
2009-09-22
4
-5
/
+337
*
Fix FORWARD_NULL errors in plugin test helpers.
mattm@chromium.org
2009-09-22
2
-9
/
+27
*
Update renderer plugin cache when we load/unload extensions with plugins.
mpcomplete@chromium.org
2009-09-21
2
-2
/
+12
*
Allow <audio> to work in extension
hclam@chromium.org
2009-09-21
2
-16
/
+30
*
Reverting 26724. Caused a couple layout tests to hang.
amanda@chromium.org
2009-09-21
6
-203
/
+42
*
Make sure to include compiler_specific.h before using ALLOW_UNUSED.
tony@chromium.org
2009-09-21
1
-0
/
+1
*
Fix some compilation warnings found by gcc on mac.
tony@chromium.org
2009-09-21
1
-2
/
+2
[next]