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
/
tools
/
test_shell
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce header dependencies in net/
phajdan.jr@chromium.org
2009-05-29
2
-0
/
+2
*
Avoid leaks reported in test_shell by valgrind on mac, by avoiding the
sdoyon@chromium.org
2009-05-26
2
-1
/
+12
*
Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi...
abarth@chromium.org
2009-05-23
4
-23
/
+29
*
Roll webkit DEPS and fix compile errors.
abarth@chromium.org
2009-05-22
1
-1
/
+2
*
Remove the HistoryState property of WebRequest.
darin@chromium.org
2009-05-22
1
-31
/
+33
*
Fix gconf for the linux proxy config service.
sdoyon@chromium.org
2009-05-22
2
-2
/
+3
*
Move ExtraData from WebRequest to WebDataSource.
darin@chromium.org
2009-05-21
4
-18
/
+39
*
Remove TRACK_HWND_CREATION/TRACK_HWND_DESTRUCTION macro since the bug it was ...
jam@chromium.org
2009-05-20
1
-4
/
+0
*
Move createWorker from WebKitClient to WebWorkerClient per your suggestion, t...
jam@chromium.org
2009-05-20
1
-0
/
+3
*
Fix Skia includes to use the whole path name.
brettw@chromium.org
2009-05-19
2
-4
/
+2
*
Take 2 at fixing relativeanchor-{basic,frames}.html.
darin@chromium.org
2009-05-18
1
-11
/
+4
*
Move WebMediaPlayerClientImpl files to WebKit API src location.
darin@chromium.org
2009-05-18
2
-16
/
+1
*
Disable plugins on the Mac by default until JS plumbing
amanda@chromium.org
2009-05-18
1
-0
/
+5
*
rollback r16300
darin@chromium.org
2009-05-18
1
-5
/
+1
*
Fix test_shell so that we can pass LayoutTests/http/tests/navigation/relative...
darin@chromium.org
2009-05-18
1
-1
/
+5
*
Rebaseline some tests on linux. These are actually exactly the same
tc@google.com
2009-05-18
1
-1
/
+5
*
Also scan .m and .mm files in checkdeps.py
phajdan.jr@chromium.org
2009-05-18
3
-3
/
+3
*
Set 'remote_fonts_enabled' to true in test_shell. Chrome has it off by defaul...
jshin@chromium.org
2009-05-17
1
-0
/
+3
*
Fix document-location-click-timeout.html crash on linux.
tc@google.com
2009-05-14
1
-1
/
+2
*
Remove even more ATL dependencies.
maruel@chromium.org
2009-05-14
1
-8
/
+10
*
Split BMPImageDecoderTest.* tests into fast and slow tests. Enable fast tests...
thestig@chromium.org
2009-05-14
2
-7
/
+52
*
Retry r16006.
estade@chromium.org
2009-05-14
1
-3
/
+4
*
test_shell: flush message loop before destroying the shell.
evan@chromium.org
2009-05-14
1
-7
/
+11
*
revert r16006 due to msvc warning.
estade@chromium.org
2009-05-13
1
-4
/
+3
*
Properly convert from UTF8 to UTF16 in WebTextInputImpl.
estade@chromium.org
2009-05-13
1
-3
/
+4
*
Re-do r15244 again.
darin@chromium.org
2009-05-13
9
-70
/
+81
*
Moving all the breakpad stuff to: src/breakpad
bradnelson@chromium.org
2009-05-13
1
-1
/
+1
*
Suppress Gtk warnings like
hamaji@chromium.org
2009-05-13
1
-0
/
+27
*
Revert 15965. I wasn't supposed to check that in since it still doesn't compi...
maruel@chromium.org
2009-05-13
1
-7
/
+7
*
Remove even more ATL dependencies.
maruel@chromium.org
2009-05-13
1
-7
/
+7
*
More green please: Vector canvas matrix test disable, mac fix, mark layout
senorblanco@chromium.org
2009-05-13
1
-1
/
+1
*
Fix the mac build break with skia move.
thomasvl@chromium.org
2009-05-13
1
-1
/
+1
*
Revert r15940 again. Unexpected layout test failures :(
darin@chromium.org
2009-05-13
4
-11
/
+33
*
Re-do r15244 again.
darin@chromium.org
2009-05-13
4
-33
/
+11
*
Remove layoutTestController.setUseDashboardCompatiblityMode as webkit fixed t...
hamaji@chromium.org
2009-05-12
1
-5
/
+0
*
Implement the triple click for the Mac.
avi@google.com
2009-05-12
1
-1
/
+1
*
Making command-line specified proxy settings more flexible - allowing for set...
robertshield@google.com
2009-05-12
1
-3
/
+2
*
Delete the checked-in webkit .vcproj (and ancillary .sln) files.
sgk@google.com
2009-05-12
1
-166
/
+0
*
Remove executable bit from a bunch of files that shouldn't have it.
evan@chromium.org
2009-05-11
6
-0
/
+0
*
Fix mac build bustage. I forgot about the .mm files!
darin@chromium.org
2009-05-10
3
-7
/
+7
*
Move WebKit API to src/webkit/api.
darin@chromium.org
2009-05-10
20
-45
/
+45
*
Fix plugin window sticking around when parent became invisible. Added test f...
jam@chromium.org
2009-05-10
1
-9
/
+39
*
Copy layout test plugin into TestShell.app bundle where the layout
amanda@chromium.org
2009-05-08
1
-1
/
+11
*
The VS generator handles file copies as AdditionalDependencies,
sgk@google.com
2009-05-08
1
-12
/
+32
*
Copy npapi_layout_test_plugin.dll to the plugins/ subdirectory.
sgk@google.com
2009-05-08
1
-0
/
+12
*
Convert the webkit build on Windows to gyp:
sgk@google.com
2009-05-08
2
-828
/
+0
*
Add '<(SHARED_INTERMEDIATE_DIR)/webkit' to 'glue', too.
sgk@google.com
2009-05-08
1
-0
/
+4
*
Add missing plugin_windowed_test.{cc,h} to npapi_test_plugin.
sgk@google.com
2009-05-07
1
-0
/
+3
*
Gyp updates for webkit build:
sgk@google.com
2009-05-06
1
-4
/
+17
*
Redo of http://codereview.chromium.org/100097 to make work on Linux and Mac.
glen@chromium.org
2009-05-06
2
-0
/
+6
[next]