Bug 64375 - [Qt][WK2] Navigation actions should react to web process availability.
Summary: [Qt][WK2] Navigation actions should react to web process availability.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2011-07-12 11:30 PDT by Andreas Kling
Modified: 2011-07-12 11:56 PDT (History)
1 user (show)

See Also:


Attachments
Proposed patch (6.54 KB, patch)
2011-07-12 11:30 PDT, Andreas Kling
benjamin: review+
benjamin: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2011-07-12 11:30:00 PDT
When the web process is crashed, stop should be disabled and reload only enabled if there's something to reload.
Comment 1 Andreas Kling 2011-07-12 11:30:36 PDT
Created attachment 100529 [details]
Proposed patch
Comment 2 Benjamin Poulain 2011-07-12 11:48:32 PDT
Comment on attachment 100529 [details]
Proposed patch

View in context: https://bugs.webkit.org/attachment.cgi?id=100529&action=review

> Source/WebKit2/UIProcess/API/qt/tests/qdesktopwebview/tst_qdesktopwebview.cpp:33
> +    void navigationActionEnabledStatusAtStartup();

navigationActionsStatusAtStartup?
Comment 3 Andreas Kling 2011-07-12 11:56:12 PDT
Committed r90837: <http://trac.webkit.org/changeset/90837>