← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1398087] Re: navigator.webkitPersistentStorage.requestQuota crashes oxide

 

As discussed, we should implement a stub QuotaPermissionContext for the
1.4 branch to fix the crash (without adding the API)

** Changed in: oxide
    Milestone: None => branch-1.5

** Also affects: oxide/1.4
   Importance: Undecided
       Status: New

** Changed in: oxide/1.4
       Status: New => Triaged

** Changed in: oxide/1.4
   Importance: Undecided => High

** Changed in: oxide/1.4
     Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

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

Title:
  navigator.webkitPersistentStorage.requestQuota crashes oxide

Status in Oxide Webview:
  In Progress
Status in Oxide 1.4 series:
  Triaged

Bug description:
  QuotaPermissionContext is not implemented on the oxide side, so when
  triggering a call to it (and up to the ContentBrowserClient) a nullptr
  acces triggers a segfault:

  https://chromium.googlesource.com/chromium/chromium/+/trunk/content/browser/quota_dispatcher_host.cc

  L160,

  The QuotaPermissionContext not being implemented,

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1398087/+subscriptions


References