Bug 84201 - Need a client callback for when the user tries to interact with an already unresponsive page
Summary: Need a client callback for when the user tries to interact with an already un...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-17 15:14 PDT by Anders Carlsson
Modified: 2012-04-17 15:44 PDT (History)
0 users

See Also:


Attachments
Patch (11.30 KB, patch)
2012-04-17 15:27 PDT, Anders Carlsson
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2012-04-17 15:14:24 PDT
Need a client callback for when the user tires to interact with an already unresponsive page
Comment 1 Anders Carlsson 2012-04-17 15:27:26 PDT
Created attachment 137619 [details]
Patch
Comment 2 Andreas Kling 2012-04-17 15:37:44 PDT
Comment on attachment 137619 [details]
Patch

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

> Source/WebKit2/ChangeLog:3
> +        Need a client callback for when the user tires to interact with an already unresponsive page

Typo, tries.

> Source/WebKit2/UIProcess/WebProcessProxy.cpp:400
> +    printf("interaction occured while unresponsive!!\n");

wat
Comment 3 Andreas Kling 2012-04-17 15:37:45 PDT
Comment on attachment 137619 [details]
Patch

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

> Source/WebKit2/ChangeLog:3
> +        Need a client callback for when the user tires to interact with an already unresponsive page

Typo, tries.

> Source/WebKit2/UIProcess/WebProcessProxy.cpp:400
> +    printf("interaction occured while unresponsive!!\n");

wat
Comment 4 Anders Carlsson 2012-04-17 15:44:28 PDT
Committed r114451: <http://trac.webkit.org/changeset/114451>