Bug 74711 - [GTK] Implement create/ready-to-show/close signals in MiniBrowser
Summary: [GTK] Implement create/ready-to-show/close signals in MiniBrowser
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: Gtk
Depends on: 74709
Blocks:
  Show dependency treegraph
 
Reported: 2011-12-16 05:44 PST by Carlos Garcia Campos
Modified: 2012-01-02 05:39 PST (History)
4 users (show)

See Also:


Attachments
Patch (4.24 KB, patch)
2011-12-16 05:47 PST, Carlos Garcia Campos
pnormand: review+
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2011-12-16 05:44:30 PST
It allows to open links in new windows, and it handles popups too.
Comment 1 Carlos Garcia Campos 2011-12-16 05:47:21 PST
Created attachment 119606 [details]
Patch
Comment 2 WebKit Review Bot 2011-12-16 06:22:26 PST
Comment on attachment 119606 [details]
Patch

Attachment 119606 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/10910795

New failing tests:
http/tests/inspector/resource-parameters.html
http/tests/inspector-enabled/console-clear-arguments-on-frame-remove.html
Comment 3 Carlos Garcia Campos 2011-12-16 06:32:02 PST
(In reply to comment #2)
> (From update of attachment 119606 [details])
> Attachment 119606 [details] did not pass chromium-ews (chromium-xvfb):
> Output: http://queues.webkit.org/results/10910795
> 
> New failing tests:
> http/tests/inspector/resource-parameters.html
> http/tests/inspector-enabled/console-clear-arguments-on-frame-remove.html

this looks unrelated to the patch.
Comment 4 Philippe Normand 2012-01-02 03:34:53 PST
Comment on attachment 119606 [details]
Patch

It looks ok to me, just one concern, what about the estimated-load-progress and title properties notifications in the new window? I think they should be handled like in the parent browser window.
Comment 5 Carlos Garcia Campos 2012-01-02 03:41:46 PST
(In reply to comment #4)
> (From update of attachment 119606 [details])
> It looks ok to me, just one concern, what about the estimated-load-progress and title properties notifications in the new window? I think they should be handled like in the parent browser window.

It's exactly the same, they are connected in constructed method of the BrowserWindow, or what do you mean?
Comment 6 Philippe Normand 2012-01-02 04:01:44 PST
Comment on attachment 119606 [details]
Patch

You're right indeed :)
Comment 7 Carlos Garcia Campos 2012-01-02 05:39:41 PST
Committed r103904: <http://trac.webkit.org/changeset/103904>