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
...
*
Rebaseline new test added in webkit revision 44087
ukai@chromium.org
2009-05-27
4
-3
/
+33
*
WebKit update 44143:44151
paulg@google.com
2009-05-26
1
-6
/
+6
*
The autofilling of passwords when the URL for visited page and the page the p...
jcampan@chromium.org
2009-05-26
2
-2
/
+22
*
Fix a leak in ImageDecoder::Decode.
mpcomplete@google.com
2009-05-26
1
-1
/
+5
*
Move failures back where they belong.
dglazkov@chromium.org
2009-05-26
1
-5
/
+2
*
Disable layout test worker-terminate.html. This is because we are removing th...
jianli@chromium.org
2009-05-26
1
-0
/
+5
*
Ensure we have a Cocoa NSGraphicsContext when needed.
jrg@chromium.org
2009-05-26
1
-0
/
+2
*
Avoid leaks reported in test_shell by valgrind on mac, by avoiding the
sdoyon@chromium.org
2009-05-26
2
-1
/
+12
*
Set focus to the dummy plugin window used to ensure that keyboard focus corre...
ananta@chromium.org
2009-05-26
2
-28
/
+26
*
DevTools: use event context to decide which agent should be used for handling...
yurys@google.com
2009-05-26
2
-80
/
+49
*
Re-introduce check for empty handles after calling toString when
kasperl@google.com
2009-05-26
1
-0
/
+4
*
Sync with the profiler changes in V8.
mnaganov@chromium.org
2009-05-26
5
-61
/
+92
*
Update test expectations.
ukai@chromium.org
2009-05-25
1
-0
/
+2
*
DevTools: disable console autocompletion until we come up with some good solu...
yurys@google.com
2009-05-25
1
-0
/
+11
*
Update test_expectations.
ukai@chromium.org
2009-05-25
1
-15
/
+3
*
Update V8 to version 1.2.4.3.
sgjesse@chromium.org
2009-05-25
2
-2
/
+2
*
Update test expectaions.
ukai@chromium.org
2009-05-25
1
-46
/
+22
*
Update webkit to r44123
darin@chromium.org
2009-05-25
5
-16
/
+25
*
Update expected test failures after Webkit update 44065:44094
ukai@chromium.org
2009-05-25
1
-5
/
+3
*
Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi...
abarth@chromium.org
2009-05-23
4
-23
/
+29
*
Make run_webkit_test.bat workable even if we execute it
ojan@chromium.org
2009-05-23
1
-1
/
+1
*
Make sure that seekable streams are removed from the list of resource clients...
ananta@chromium.org
2009-05-23
3
-2
/
+7
*
Update expected test failures after WebKit merge 44049:44065
abarth@chromium.org
2009-05-23
1
-0
/
+4
*
CPAPI gears drag drop and renderer IPC.
michaeln@google.com
2009-05-22
2
-3
/
+133
*
Rebaseline a bunch of slider/input/zooming tests. They are all alright.
dglazkov@google.com
2009-05-22
20
-109
/
+148
*
Roll DEPS and fix build bustage. Propagate rename of policyBaseURL -> firstP...
abarth@chromium.org
2009-05-22
4
-17
/
+9
*
Rebaseline test due to upstream change http://trac.webkit.org/changeset/41993.
dglazkov@google.com
2009-05-22
4
-61
/
+79
*
Fix merge.
abarth@chromium.org
2009-05-22
1
-4
/
+2
*
Roll webkit DEPS and fix compile errors.
abarth@chromium.org
2009-05-22
6
-16
/
+20
*
Make WebRequest be a wrapper for ResourceRequest instead of FrameLoadRequest.
darin@chromium.org
2009-05-22
6
-69
/
+46
*
Add baselines for new tests that pass.
dglazkov@google.com
2009-05-22
10
-3
/
+103
*
This CL fixes issue 8052 - Keyboard selection in Hebrew select element doesn'...
xji@chromium.org
2009-05-22
1
-0
/
+9
*
Revert 16748.
abarth@chromium.org
2009-05-22
1
-2
/
+2
*
Fix future build break from upstream renaming patch.
abarth@chromium.org
2009-05-22
1
-2
/
+2
*
Remove the HistoryState property of WebRequest.
darin@chromium.org
2009-05-22
7
-57
/
+53
*
Fix gconf for the linux proxy config service.
sdoyon@chromium.org
2009-05-22
2
-2
/
+3
*
DevTools: remove node highlight on dev tools window close.
pfeldman@chromium.org
2009-05-22
1
-1
/
+4
*
Add failure tests by WebKit Update 43965:44030
ukai@chromium.org
2009-05-22
1
-0
/
+8
*
WebKit Update 43965:44030
ukai@chromium.org
2009-05-22
1
-0
/
+1
*
linux: add quirk for windowless flash drawing glitches
evan@chromium.org
2009-05-22
3
-58
/
+128
*
Add events to windowless plugins on linux. This CL also refactors the event
evan@chromium.org
2009-05-22
16
-187
/
+572
*
Properly dismiss cocoa popup menus.
paul@chromium.org
2009-05-21
1
-2
/
+3
*
Meta key is not the same as Alt key on Windows.
avi@chromium.org
2009-05-21
1
-3
/
+3
*
Remove a field that is now unused. This was made obsolete
darin@chromium.org
2009-05-21
2
-18
/
+2
*
DevTools: Messages converted to wide strings don't work on Mac and Linux. Use...
yurys@google.com
2009-05-21
2
-4
/
+4
*
DevTools: Temporarily use JSON with escaping to handle non-latin data.
pfeldman@chromium.org
2009-05-21
1
-1
/
+3
*
DevTools: Reverting 16586. Necessary v8 changes are not rolled yet.
yurys@google.com
2009-05-21
2
-49
/
+80
*
select-style test on Win is expected to pass now.
ukai@chromium.org
2009-05-21
1
-1
/
+1
*
DevTools: Use message format in WebInspector.UIString override.
pfeldman@chromium.org
2009-05-21
1
-1
/
+1
*
DevTools: Display main resource url as devtools window title.
pfeldman@chromium.org
2009-05-21
3
-7
/
+15
[prev]
[next]