Closed Bug 1108356 Opened 10 years ago Closed 6 years ago

Revert removal of octal literals and instead use ES6 style octal literals (0oNNN)

Categories

(Other Applications :: DOM Inspector, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: philip.chee, Unassigned)

References

Details

Bug 868175 removed usage of octal literals:

> Warning: SyntaxError: octal literals and octal escape sequences are deprecated
> Source File: chrome://inspector/content/inspector.js
> Line: 361, Column: 35
> Source Code:
>       fos.init(picker.file, flags, 0666, 0);

We can now us ES6 octal literals e.g. 0o666 or even 0O666
Component is no longer maintained.

https://bugzilla.mozilla.org/show_bug.cgi?id=1499023
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.