← Back to team overview

desktop-packages team mailing list archive

[Bug 1454908] [NEW] Global declared variables have the configurable attribute set to true.

 

Public bug reported:

If you go to the JavaScript console and type:
var x
Object.getOwnPropertyDescriptor(this, "x").configurable

You are going to see that Epiphany sets it to true while it should set
it to false.

** Affects: epiphany-browser (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to epiphany-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1454908

Title:
  Global declared variables have the configurable attribute set to true.

Status in epiphany-browser package in Ubuntu:
  New

Bug description:
  If you go to the JavaScript console and type:
  var x
  Object.getOwnPropertyDescriptor(this, "x").configurable

  You are going to see that Epiphany sets it to true while it should set
  it to false.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/epiphany-browser/+bug/1454908/+subscriptions


Follow ups

References