Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
Make the linux test shell display the window title.
Browse files Browse the repository at this point in the history
I have only compiled this on linux and tested it there but that shouldn't be a problem as the file does seem to be linux-specific.

Review URL: http://codereview.chromium.org/9685
Patch from Craig Schlenter.


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4992 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
agl@chromium.org committed Nov 7, 2008
1 parent 19eeebe commit e87de23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -18,3 +18,4 @@ Yarin Kaul <yarin.kaul@gmail.com>
Gaetano Mendola <mendola@gmail.com>
Comodo CA Limited
Torchmobile Inc.
Craig Schlenter <craig.schlenter@gmail.com>
2 changes: 1 addition & 1 deletion webkit/tools/test_shell/gtk/test_webview_delegate.cc
Expand Up @@ -243,7 +243,7 @@ void TestWebViewDelegate::DidReceiveTitle(WebView* webview,
if (shell_->ShouldDumpTitleChanges()) {
printf("TITLE CHANGED: %S\n", title.c_str());
}
NOTIMPLEMENTED();
gtk_window_set_title(GTK_WINDOW(shell_->mainWnd()), WideToUTF8(title).c_str());
}

void TestWebViewDelegate::DidFinishLoadForFrame(WebView* webview,
Expand Down

0 comments on commit e87de23

Please sign in to comment.