Bug 29902 - [Qt] acceptWindowOpenRequest to support per domain popup blocking policy...
Summary: [Qt] acceptWindowOpenRequest to support per domain popup blocking policy...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2009-09-29 15:21 PDT by Dawit A.
Modified: 2009-10-12 09:10 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dawit A. 2009-09-29 15:21:39 PDT
The QWebPage::accessNavigationRequest request provides a navigation type parameter that provides information about the origin of the request. Unfortunately requests originated from javascript are lumped together in the 'NavigationTypeOther' category making it difficult to differentiate those requests from regular load or setUrl requests without solution specific hacks.
Comment 1 Tor Arne Vestbø 2009-10-01 04:18:18 PDT
Thanks for your bug report.

In the future, please follow the QtWebKit bug reporting guidlines:

http://trac.webkit.org/wiki/QtWebKitContrib#ReportingBugs

In particular:

    - All bugs related to the Qt port of WebKit should have the keyword 'Qt'
Comment 2 Dawit A. 2009-10-12 09:10:32 PDT
Closing my own report as it is invalid...