~ubuntu-branches/ubuntu/trusty/kde4libs/trusty

« back to all changes in this revision

Viewing changes to kdewebkit/kwebpage.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg, Rohan Garg, Jonathan Thomas
  • Date: 2012-03-30 18:44:02 UTC
  • mfrom: (1.14.16)
  • Revision ID: package-import@ubuntu.com-20120330184402-4y9d0yaxmr2x01z4
Tags: 4:4.8.2-0ubuntu1
[ Rohan Garg ]
* New upstream release
  - Update symbols for libkparts4 and libkio5 

[ Jonathan Thomas ]
* Add kubuntu_fix_nepomuk_utils_crash.diff cherry-pick from KDE's 4.8
  branch. (LP: #948973)

Show diffs side-by-side

added added

removed removed

Lines of Context:
324
324
    /**
325
325
     * @reimp
326
326
     *
327
 
     * This performs various integration-related actions when navigation
328
 
     * is requested.  If you override this method, you should ensure you
329
 
     * call KWebPage::acceptNaviationRequest (unless you want to block
330
 
     * the request outright), even if you do not use the return value.
 
327
     * This performs various integration-related actions when navigation is
 
328
     * requested.  If you override this method, make sure you call the parent's
 
329
     * implementation unless you want to block the request outright.
331
330
     *
332
331
     * If you do override acceptNavigationRequest and call this method,
333
 
     * however, be aware of the effect of the page's
334
 
     * linkDelegationPolicy on how * QWebPage::acceptNavigationRequest
335
 
     * behaves.
 
332
     * however, be aware of the effect of the page's linkDelegationPolicy on
 
333
     * how * QWebPage::acceptNavigationRequest behaves.
336
334
     *
337
335
     * @see QWebPage::acceptNavigationRequest
338
336
     */
342
340
     * Attempts to handle @p reply and returns true on success, false otherwise.
343
341
     *
344
342
     * In KDE 4.8 and higher, if @p reply contains a QObject property called
345
 
     * "DownloadManagerExe", then an attempt will be made to the command
346
 
     * specified by that property to download the specified resource.
 
343
     * "DownloadManagerExe", then an attempt will be made to let the command
 
344
     * specified by that property to download the requested resource.
347
345
     *
348
346
     * If the "DownloadManagerExe" property is not defined or the command
349
347
     * specified by it could not be successfully executed, then the user will