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
*
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
*
Enable compiler -Werror and -Wall on our webkit code for mac and linux.
tony@chromium.org
2009-09-21
7
-14
/
+15
*
Remove the temporary Mac plugin whitelist.
amanda@chromium.org
2009-09-21
6
-42
/
+203
*
Shift+PageUp and Shift+PageDown should not scroll the web page.
tony@chromium.org
2009-09-21
1
-1
/
+1
*
Add histograms for tab count, RenderProcessHost count, and the number of
brettw@chromium.org
2009-09-21
2
-0
/
+10
*
DevTools: Get rid of utility functions and ExecuteUtilityFunction as a whole....
pfeldman@chromium.org
2009-09-21
12
-210
/
+70
*
Reimplement video painting for mac using CGContext.
ajwong@chromium.org
2009-09-21
2
-2
/
+39
*
Fix canary bot by defining platformPageClient method to do nothing.
darin@chromium.org
2009-09-19
4
-10
/
+12
*
Fold WebEditingClient into WebViewClient.
darin@chromium.org
2009-09-18
6
-76
/
+58
*
Remove an unused method and reorder methods to match the header.
paul@chromium.org
2009-09-18
1
-7
/
+4
*
Fix registration of internal plugins broken by rev 23501
jam@chromium.org
2009-09-18
1
-0
/
+12
*
Look for the WMP plugin in the directory that it's left in if Firefox isn't i...
jam@chromium.org
2009-09-18
1
-0
/
+22
*
Update NPAPI header file to v24, apply Google modifications
amanda@chromium.org
2009-09-18
1
-6
/
+8
*
Newline at end of file for gcc to be happy.
thomasvl@chromium.org
2009-09-18
1
-1
/
+1
*
Fixed Chrome implementation of worker error reporting to report errors via ev...
atwilson@chromium.org
2009-09-18
1
-6
/
+5
*
DevTools: don't duplicate eval scripts on each panel switch.
yurys@google.com
2009-09-18
2
-8
/
+54
*
Introduce WebKit::WebSecurityOrigin as a wrapper around
darin@chromium.org
2009-09-18
6
-10
/
+27
*
The WebPluginImpl::paint function can be invoked when the delegate_ member is...
ananta@chromium.org
2009-09-18
1
-0
/
+2
*
Fix build bustage caused by unintended changes being committed.
darin@chromium.org
2009-09-18
1
-2
/
+1
*
Fix plugin crash caused by removal of EMBED element during NPP_New.
darin@chromium.org
2009-09-18
1
-1
/
+6
[next]