~oxide-developers/oxide/oxide.trunk

« back to all changes in this revision

Viewing changes to qt/quick/api/oxideqquickwebview_p.h

  • Committer: Olivier Tilloy
  • Author(s): Ugo Riboni
  • Date: 2015-07-01 09:16:00 UTC
  • mfrom: (1069.2.47 uriboni-basic-auth)
  • Revision ID: olivier.tilloy@canonical.com-20150701091600-10kf5gla2pahkcgr
Add an API to expose HTTP authentication requests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
356
356
  Q_REVISION(2) void prepareToCloseResponse(bool proceed);
357
357
  Q_REVISION(2) void closeRequested();
358
358
  Q_REVISION(4) void webProcessStatusChanged();
 
359
  Q_REVISION(5) void httpAuthenticationRequested(const QJSValue& request);
359
360
 
360
361
  // Deprecated since 1.3
361
362
  void loadingChanged(OxideQLoadEvent* loadEvent);