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
*
Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...
erikkay@chromium.org
2009-08-18
1
-2
/
+2
*
Remove webview's dependency on webpreferences.
jorlow@chromium.org
2009-08-17
1
-1
/
+1
*
Ensure we don't load plugins on the IO thread.
jam@chromium.org
2009-08-15
1
-2
/
+2
*
Reverting 23420. It caused a reliability regression.
maruel@chromium.org
2009-08-14
1
-2
/
+2
*
Ensure we don't load plugins on the IO thread.
jam@chromium.org
2009-08-14
1
-2
/
+2
*
Take 2: Remove WebView::SetDelegate because I'd like to avoid having a method
darin@chromium.org
2009-08-11
1
-5
/
+3
*
Reverting 23068.
darin@chromium.org
2009-08-11
1
-3
/
+2
*
Remove WebView::SetDelegate because I'd like to avoid having a method like this
darin@chromium.org
2009-08-11
1
-2
/
+3
*
Switch to WebFrame from the WebKit API.
darin@chromium.org
2009-08-10
1
-1
/
+0
*
Linux: add some Indic fonts to the list of allowed fonts.
agl@chromium.org
2009-08-04
1
-0
/
+3
*
GTK test shell valgrind, try 3. Null out the main window before initiating sh...
estade@chromium.org
2009-07-24
1
-2
/
+2
*
My last fix caused a recursive destructor call. Prevent that by disconnecting...
estade@chromium.org
2009-07-23
1
-105
/
+106
*
make sure to destroy main window when test shell is shutting down so we don't...
estade@chromium.org
2009-07-23
1
-1
/
+5
*
Reverting 20855.
darin@chromium.org
2009-07-16
1
-1
/
+3
*
Reverting 20854.
darin@chromium.org
2009-07-16
1
-3
/
+1
*
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
[next]