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
*
Fix DomSerializerTests disabled for WebKit merge 43114:43242
jnd@chromium.org
2009-05-12
5
-39
/
+80
*
Update Linux baseline for LayoutTests/fast/layers/normal-flow-hit-test-actual...
kuchhal@chromium.org
2009-05-12
4
-4
/
+24
*
Implement the triple click for the Mac.
avi@google.com
2009-05-12
11
-123
/
+104
*
This change makes sure we always have a valid NSGraphicsContext, a job
jrg@chromium.org
2009-05-12
1
-0
/
+4
*
Mark LayoutTests/fast/body-propagation/overflow/004.html as flaky on Win as w...
jeremy@chromium.org
2009-05-12
1
-1
/
+1
*
More Mac flaky test gardening.
jeremy@chromium.org
2009-05-12
1
-2
/
+5
*
Add exceptions for some flaky Mac tests
jeremy@chromium.org
2009-05-12
1
-1
/
+6
*
Making command-line specified proxy settings more flexible - allowing for set...
robertshield@google.com
2009-05-12
1
-3
/
+2
*
Rebaseline the instance of test that we pass. The only difference is
ager@chromium.org
2009-05-12
2
-0
/
+48
*
Update V8 to version 1.2.3.1.
ager@chromium.org
2009-05-12
1
-4
/
+0
*
DevTools: migrate to 'native' JSON serialization.
pfeldman@chromium.org
2009-05-12
7
-17
/
+13
*
Delete the checked-in webkit .vcproj (and ancillary .sln) files.
sgk@google.com
2009-05-12
21
-19833
/
+0
*
Added type check to SVG operation arguments.
plesner@google.com
2009-05-12
7
-10
/
+55
*
Don't request scripts until ScriptsPanel is visible.
yurys@google.com
2009-05-12
2
-6
/
+32
*
Add a failing test on mac.
ericroman@google.com
2009-05-12
1
-0
/
+1
*
WebKit update [43550:43553].
ericroman@google.com
2009-05-12
1
-0
/
+3
*
Add a missing baseline, and mark some tests fail mac/linux that need baselining.
ericroman@google.com
2009-05-12
4
-0
/
+24
*
WebKit update [43512:43550]
ericroman@google.com
2009-05-12
5
-0
/
+24
*
Split V8Proxy::retrieveActiveFrame() into two methods.
aa@chromium.org
2009-05-12
10
-26
/
+85
*
Remove executable bit from a bunch of files that shouldn't have it.
evan@chromium.org
2009-05-11
308
-0
/
+0
*
Remove some mac expected fail layout tests which have been passing.
ericroman@google.com
2009-05-11
1
-9
/
+6
*
Remove some tests which are passing.
ericroman@google.com
2009-05-11
1
-4
/
+0
*
Add a baseline from merge for mac.
ericroman@google.com
2009-05-11
3
-0
/
+7
*
WebKit update 43401:43505.
ericroman@google.com
2009-05-11
23
-4
/
+113
*
Add a 'cygwin' target to execute setup_mount.bat explicitly as a
sgk@google.com
2009-05-11
1
-0
/
+18
*
Adding missing dependency from default_plugin on webkit_strings.
bradnelson@chromium.org
2009-05-11
1
-0
/
+1
*
Fix bug about webpage with an empty HEAD tag is incorrectly saved.
jnd@chromium.org
2009-05-11
3
-4
/
+77
*
Add "api" to the webkit\ deps ignore list.
nsylvain@chromium.org
2009-05-11
1
-0
/
+1
*
Fix mac build bustage. I forgot about the .mm files!
darin@chromium.org
2009-05-10
3
-7
/
+7
*
fix build bustage
darin@chromium.org
2009-05-10
1
-0
/
+1
*
fix build bustage
darin@chromium.org
2009-05-10
1
-0
/
+1
*
Move WebKit API to src/webkit/api.
darin@chromium.org
2009-05-10
137
-181
/
+9551
*
Fix plugin window sticking around when parent became invisible. Added test f...
jam@chromium.org
2009-05-10
8
-65
/
+66
*
fixup test expectations
darin@chromium.org
2009-05-09
1
-0
/
+15
*
New baselines to account for http://trac.webkit.org/changeset/43355
darin@chromium.org
2009-05-08
813
-6595
/
+5415
*
Enable generation of da.pak, he,pak, and zh-TW.pak. Re-enable
tc@google.com
2009-05-08
1
-0
/
+6
*
Add expectation of failure for Linux.
darin@chromium.org
2009-05-08
1
-0
/
+2
*
Enable worker layout tests that are passing now.
jianli@chromium.org
2009-05-08
1
-8
/
+0
*
Fix layout test worker-replace-global-constructor.
jianli@chromium.org
2009-05-08
1
-1
/
+1
*
Remove a test from the failing list that started passing on Windows and Linux...
pkasting@chromium.org
2009-05-08
1
-1
/
+0
*
Fix typo ".htm" -> ".html"
amanda@chromium.org
2009-05-08
1
-1
/
+1
*
Get rid of WEBKIT_MERGE_REVISION, it's already behind the real
tc@google.com
2009-05-08
7
-1210
/
+0
*
Change a TIMEOUT to a FAIL to green mac tests
amanda@chromium.org
2009-05-08
1
-1
/
+1
*
Add expected results for newly added layout tests.
darin@chromium.org
2009-05-08
6
-0
/
+35
*
Add a plugin test that is now timing out instead of failing as
amanda@chromium.org
2009-05-08
1
-0
/
+1
*
Copy layout test plugin into TestShell.app bundle where the layout
amanda@chromium.org
2009-05-08
2
-2
/
+12
*
DevTools: Move client js bindings to per-instance basis.
pfeldman@chromium.org
2009-05-08
2
-72
/
+44
*
DevTools: Activate inspector window on break / exception.
pfeldman@chromium.org
2009-05-08
4
-21
/
+40
*
Add 'inspector_resources' as a dependency of 'glue'.
sgk@google.com
2009-05-08
1
-1
/
+2
*
The VS generator handles file copies as AdditionalDependencies,
sgk@google.com
2009-05-08
1
-12
/
+32
[next]