Bug 29902

Summary: [Qt] acceptWindowOpenRequest to support per domain popup blocking policy...
Product: WebKit Reporter: Dawit A. <adawit>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Enhancement Keywords: Qt
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

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...