← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1350914] [NEW] Cache override lookup's for navigator.userAgent on the renderer side

 

Public bug reported:

Currently, every access of navigator.userAgent results in a synchronous
IPC request to the browser process where we call in to the
WebContextDelegateWorker for the particular context if there is one, in
order to lookup an override for the user agent string. This should
really be cached on the renderer side so that we only do one call until
the document URL changes

** Affects: oxide
     Importance: Medium
         Status: Triaged

** Changed in: oxide
   Importance: Undecided => Medium

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

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

-- 
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/1350914

Title:
  Cache override lookup's for navigator.userAgent on the renderer side

Status in Oxide Webview:
  Triaged

Bug description:
  Currently, every access of navigator.userAgent results in a
  synchronous IPC request to the browser process where we call in to the
  WebContextDelegateWorker for the particular context if there is one,
  in order to lookup an override for the user agent string. This should
  really be cached on the renderer side so that we only do one call
  until the document URL changes

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


Follow ups

References