Bug 30364 - GtkLauncher is using a deprecated signal
Summary: GtkLauncher is using a deprecated signal
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-14 11:30 PDT by José Millán Soto
Modified: 2009-10-15 10:04 PDT (History)
3 users (show)

See Also:


Attachments
GtkLauncher patch (1.86 KB, patch)
2009-10-14 11:36 PDT, José Millán Soto
jmalonzo: review+
commit-queue: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description José Millán Soto 2009-10-14 11:30:21 PDT
GtkLauncher is using title-changed signal, which is deprecated ( http://webkitgtk.org/reference/index-deprecated.html ).
Comment 1 José Millán Soto 2009-10-14 11:36:09 PDT
Created attachment 41174 [details]
GtkLauncher patch

This patch changes the signal which GtkLoader uses to follow the page's title from title-changed to notify::title.
It also makes GtkLoader not affected by bug #19843.
Comment 2 José Millán Soto 2009-10-14 13:26:46 PDT
Ups, GtkLauncher, not GtkLoader
Comment 3 Jan Alonzo 2009-10-14 15:03:10 PDT
Comment on attachment 41174 [details]
GtkLauncher patch

r=me.
Comment 4 WebKit Commit Bot 2009-10-14 15:16:45 PDT
Comment on attachment 41174 [details]
GtkLauncher patch

Rejecting patch 41174 from commit-queue.

Failed to run "['WebKitTools/Scripts/run-webkit-tests', '--no-launch-safari', '--quiet', '--exit-after-n-failures=1']" exit_code: 1
Running build-dumprendertree
Running tests from /Users/eseidel/Projects/CommitQueue/LayoutTests
Testing 11436 test cases.
fast/css/opacity-float.html -> failed

Exiting early after 1 failures. 5146 tests run.
238.99s total testing time

5145 test cases (99%) succeeded
1 test case (<1%) had incorrect layout
1 test case (<1%) had stderr output
Comment 5 Xan Lopez 2009-10-15 00:36:52 PDT
Pushed this manually, r49611.
Comment 6 Eric Seidel (no email) 2009-10-15 10:04:37 PDT
It looks like this was a false rejection due to bug 30098.  My apologies.