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
/
test_shell_gtk.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use WebWidget from the WebKit API. This change also makes
darin@chromium.org
2009-07-16
1
-1
/
+3
*
Delete files from webkit/glue that have been made obsolete by corresponding
darin@chromium.org
2009-06-18
1
-1
/
+0
*
linux: SizeTo() must synchronously size webkit's content area.
evan@chromium.org
2009-06-05
1
-7
/
+23
*
Revert "linux: SizeTo() must synchronously size the content area."
willchan@chromium.org
2009-06-04
1
-38
/
+7
*
linux: SizeTo() must synchronously size the content area.
evan@chromium.org
2009-06-04
1
-7
/
+38
*
Re-do r15244 again.
darin@chromium.org
2009-05-13
1
-5
/
+5
*
Switch to using WebDragData in WebView and WebViewDelegate.
darin@chromium.org
2009-04-07
1
-2
/
+2
*
Switching things to FilePath:
phajdan.jr@chromium.org
2009-04-07
1
-1
/
+1
*
Always fall through to NetResourceProvider, rather than NOTREACHED()ing here.
evan@chromium.org
2009-03-30
1
-7
/
+0
*
Support the IDR_SEARCH_xxx images in test_shell. Untested outside of Windows...
pkasting@chromium.org
2009-03-27
1
-3
/
+6
*
Revert "Support the IDR_SEARCH_xxx images in test_shell. Untested outside of...
evan@chromium.org
2009-03-27
1
-6
/
+3
*
Support the IDR_SEARCH_xxx images in test_shell. Untested outside of Windows...
pkasting@chromium.org
2009-03-27
1
-3
/
+6
*
Install more signal handlers so test shell cleanup after itself.
thestig@chromium.org
2009-03-11
1
-0
/
+9
*
Attempt to cleanup after ourselves on test shell timeout.
thestig@chromium.org
2009-03-10
1
-0
/
+1
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
1
-1
/
+1
*
Final step in converting all grit includes to have grit in the path.
tc@google.com
2009-02-24
1
-4
/
+2
*
Convert webkit_glue::GetLocalizedString to return a string16
tc@google.com
2009-02-05
1
-2
/
+4
*
Use gfx::NativeView instead of gfx::NativeWindow where appropriate. Switch t...
jhawkins@chromium.org
2009-02-04
1
-9
/
+9
*
This fixes MOST of a layout test. Before the font was WAY off because it
dsh@google.com
2009-02-04
1
-0
/
+8
*
Revert "Linux: use WebKit HEAD's gtk2drawing.c"
agl@chromium.org
2009-01-29
1
-6
/
+0
*
Linux: use WebKit HEAD's gtk2drawing.c
agl@chromium.org
2009-01-29
1
-0
/
+6
*
Load plugin metadata (mime types, etc.) on Linux.
evan@chromium.org
2009-01-24
1
-4
/
+1
*
Dump text/image on notifyDone.
kuchhal@chromium.org
2009-01-23
1
-63
/
+14
*
Build some basic plugin code on Linux.
evan@chromium.org
2009-01-22
1
-4
/
+1
*
Include webkit strings in test shell data pack.
tc@google.com
2009-01-22
1
-133
/
+5
*
Add additional linux resources to test_shell_resources.
tc@google.com
2009-01-21
1
-12
/
+42
*
Add test shell resources into the linux .pak file.
tc@google.com
2009-01-21
1
-12
/
+42
*
Add DejaVu Sans to the list of optional fonts to pick up Georgian glyphs for ...
jhawkins@chromium.org
2009-01-21
1
-0
/
+1
*
generate test_shell.pak and hook up loading net resources from
tc@google.com
2009-01-20
1
-0
/
+20
*
looking at test shell tests on mac:
thomasvl@chromium.org
2009-01-16
1
-12
/
+0
*
Revert "* Dump text/image on notifyDone."
kuchhal@chromium.org
2009-01-16
1
-11
/
+62
*
* Dump text/image on notifyDone.
kuchhal@chromium.org
2009-01-16
1
-62
/
+11
*
Revert "Mark some extra failing Linux layout tests after the merge."
tc@google.com
2009-01-15
1
-1
/
+0
*
Add the DejaVu Sans font to the optional font list to pick up Georgian glyphs.
jhawkins@chromium.org
2009-01-15
1
-0
/
+1
*
Depend on a Japanese font to pass a few more layout tests.
evan@chromium.org
2009-01-08
1
-14
/
+18
*
Fix test_shell window sizing on Linux after adding the menu bar.
phajdan.jr@chromium.org
2009-01-08
1
-6
/
+9
*
Add debug menu to Linux test_shell:
phajdan.jr@chromium.org
2009-01-08
1
-53
/
+73
*
Make missing Lucida Sans a warning.
agl@chromium.org
2009-01-07
1
-1
/
+14
*
Linux test shell: get rid of popups when they "lose focus".
estade@chromium.org
2008-12-29
1
-4
/
+20
*
Kill PlatformScreenMac.mm
darin@google.com
2008-12-23
1
-4
/
+0
*
Prevent a crash when a popup menu is closing.
estade@chromium.org
2008-12-19
1
-1
/
+0
*
Rename ViewHandle to NativeView et al.
agl@chromium.org
2008-12-11
1
-2
/
+2
*
Handle destruction of test shell properly.
evanm@google.com
2008-12-06
1
-1
/
+7
*
Fix two uninitialized memory accesses.
deanm@chromium.org
2008-12-04
1
-3
/
+5
*
Unify on "layout test mode" vs "interactive" and "non-interactive". We had a...
deanm@chromium.org
2008-12-04
1
-3
/
+3
*
Make Linux match Windows and Mac in calling ResetWebPreferences. This was ca...
deanm@chromium.org
2008-12-04
1
-1
/
+4
*
Cut down on test shell chattiness.
evanm@google.com
2008-12-04
1
-3
/
+0
*
Linux: use other fonts when the primary is missing glyphs
agl@chromium.org
2008-12-03
1
-0
/
+1
*
Add Verdana to the list of loaded fonts.
agl@chromium.org
2008-12-02
1
-0
/
+4
*
Remove file_util::kPathSeparator from posix.
estade@chromium.org
2008-11-27
1
-11
/
+8
[next]