← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1324855] [NEW] Instantiating an UbuntuWebView warns about setting WebContext.dataPath once the context is in use

 

Public bug reported:

To observe, run the following example QML scene:

  import Ubuntu.Components.Extras.Browser 0.2
  UbuntuWebView {}

Notice the following warnings printed out on the console:

  UserScript url is a construct-only parameter
  Cannot set WebContext.sessionCookieMode once the context is in use
  Cannot set WebContext.dataPath once the context is in use

Those warnings appear to be harmless as everything still works, and I
have verified that the shared context is indeed a singleton (and that
only one context is being instantiated during the whole lifetime of the
application).

** Affects: webbrowser-app
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to webbrowser-app.
https://bugs.launchpad.net/bugs/1324855

Title:
  Instantiating an UbuntuWebView warns about setting WebContext.dataPath
  once the context is in use

Status in Web Browser App:
  New

Bug description:
  To observe, run the following example QML scene:

    import Ubuntu.Components.Extras.Browser 0.2
    UbuntuWebView {}

  Notice the following warnings printed out on the console:

    UserScript url is a construct-only parameter
    Cannot set WebContext.sessionCookieMode once the context is in use
    Cannot set WebContext.dataPath once the context is in use

  Those warnings appear to be harmless as everything still works, and I
  have verified that the shared context is indeed a singleton (and that
  only one context is being instantiated during the whole lifetime of
  the application).

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1324855/+subscriptions


Follow ups

References