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
*
revert r15223 to see if it fixes the security-context-with-base-tag.html crash
darin@chromium.org
2009-05-04
2
-9
/
+0
*
Revert bug fix because interactive_ui_tests are failing.
mbelshe@google.com
2009-05-04
2
-43
/
+1
*
Adds a WillDestroyFrame(WebFrame*) notification method to WebViewDelegate that
darin@chromium.org
2009-05-04
2
-0
/
+9
*
DevTools: Add Metrics sidebar support.
pfeldman@chromium.org
2009-05-04
4
-24
/
+125
*
Defer window.close(), window.resizeTo(), and window.moveTo()
mbelshe@google.com
2009-05-04
2
-1
/
+43
*
DevTools: Implement search in scripts.
pfeldman@chromium.org
2009-05-04
4
-2
/
+57
*
Now it's possible to evaluate expressions in the debugger console.
yurys@google.com
2009-05-04
3
-37
/
+105
*
DevTools: switch from CppBound* to pure v8 bindings in WebDevToolsClient host...
pfeldman@chromium.org
2009-05-04
3
-53
/
+110
*
DevTools: Support XmlHTTPRequests sniffing.
pfeldman@chromium.org
2009-05-04
3
-3
/
+28
*
Revert "Enable video in posix builds and remove unneeded ifdefs to guard wind...
ajwong@chromium.org
2009-05-01
1
-1
/
+10
*
Enable video in posix builds and remove unneeded ifdefs to guard windows.
ajwong@chromium.org
2009-05-01
1
-10
/
+1
*
This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...
jungshik@google.com
2009-05-01
6
-11
/
+20
*
Run workers in separate processes.
jam@chromium.org
2009-05-01
3
-20
/
+241
*
Fix typo in test expectations
amanda@chromium.org
2009-05-01
1
-1
/
+1
*
Call WebWorkerClient on the main thread. This makes it consistent with the r...
jam@chromium.org
2009-05-01
6
-107
/
+198
*
Test regressions for WebKit merge 43059:43114
amanda@chromium.org
2009-05-01
1
-1
/
+9
*
Only unset the kWebPluginDelegateProperty property after calling the plugin's...
jam@chromium.org
2009-05-01
1
-25
/
+19
*
DevTools: Fix access violation (null pointer) on document tear down.
pfeldman@chromium.org
2009-05-01
3
-5
/
+8
*
Fix make build by making sure .pak files are listed as outputs of grd files.
tc@google.com
2009-05-01
2
-32
/
+63
*
Allow Frame.cpp to be unforked.
levin@chromium.org
2009-05-01
1
-1
/
+7
*
Glue part for the provisional WebKit merge (https://bugs.webkit.org/show_bug....
pfeldman@chromium.org
2009-05-01
2
-0
/
+7
*
Undo the reference counting experiment. The crashes are still
ager@chromium.org
2009-05-01
1
-30
/
+2
*
Wrappers for inline style declarations disappeared on GC. Fix the
ager@chromium.org
2009-05-01
1
-1
/
+14
*
Deprecate wstring version of PathService::Get() in webkit.
thestig@chromium.org
2009-05-01
5
-33
/
+41
*
Fix issue 11264
fqian@google.com
2009-05-01
1
-16
/
+30
*
Second part of fix of issue http://code.google.com/p/chromium/issues/detail?i...
fqian@google.com
2009-05-01
1
-1
/
+12
*
Fix to test_expectations.txt
asargent@chromium.org
2009-05-01
1
-3
/
+7
*
Disable two tests that started crashing on buildbots after r14994.
asargent@chromium.org
2009-05-01
1
-2
/
+2
*
Added audio/mpeg and video/mpeg to the list of mime types supported by the Ac...
ananta@chromium.org
2009-04-30
2
-4
/
+5
*
Fix bug numbers in test_expectations.
jeremy@chromium.org
2009-04-30
1
-6
/
+8
*
Add empty createHTMLParserQuirks implementation in anticipation of http://tra...
dglazkov@google.com
2009-04-30
1
-0
/
+3
*
Replace std::map, std::set by WTF::HashMap and WTF::HashSet.
fqian@google.com
2009-04-30
1
-40
/
+93
*
Copy web inspector files into the output dir. Should now work in
tc@google.com
2009-04-30
2
-0
/
+177
*
Modify WebView drop effect override values.
tc@google.com
2009-04-30
1
-4
/
+4
*
Rewrite plugin_tests.cc to use FilePath and file_utils.h instead
amanda@chromium.org
2009-04-30
2
-12
/
+24
*
Tweak test expectations - WebKit Merge 42995:43059
playmobil@google.com
2009-04-30
1
-3
/
+3
*
Chrome side of WebKit Merge 42994:43059
playmobil@google.com
2009-04-30
7
-17
/
+678
*
Rebaseline tests on linux that changed from the merge.
tc@google.com
2009-04-30
21
-19
/
+10
*
DevTools: Implement styles editing.
pfeldman@chromium.org
2009-04-30
4
-48
/
+235
*
1. When exception is thrown debugger will pause and show call stack.
yurys@google.com
2009-04-30
3
-8
/
+82
*
Workaround fix for Alt-Gr case.
ukai@chromium.org
2009-04-30
1
-8
/
+19
*
ClientRectList must provide indexed access method that acts like item() method.
ukai@chromium.org
2009-04-30
5
-0
/
+13
*
Don't insert ASCII character with ctrl(w/o/ alt) or meta is on.
ukai@chromium.org
2009-04-30
1
-0
/
+18
*
Move simple_clipboard_impl.cc to webkit/tools/test_shell where it belongs.
tc@google.com
2009-04-29
6
-14
/
+4
*
Linux tests need rebaselining post WebKit Merge 42932:42994
playmobil@google.com
2009-04-29
3
-2
/
+12
*
Remove duplicate expectation files found via dedup-tests.py. These tests sti...
tc@google.com
2009-04-29
23
-4903
/
+0
*
Rebaseline svg tests for WebKit Merge 42932:42994
playmobil@google.com
2009-04-29
25
-26
/
+91
*
DEFER new tests on Linux & Mac - WebKit Merge 42932:42994
playmobil@google.com
2009-04-29
1
-4
/
+7
*
layout tests: more merge fallout.
evan@chromium.org
2009-04-29
1
-1
/
+5
*
This time, really check in new baselines for WebKit merge 42932:42994
playmobil@google.com
2009-04-29
12
-0
/
+78
[next]