WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
142672
[GTK] ES6 Symbol errors when loading remote web inspector
https://bugs.webkit.org/show_bug.cgi?id=142672
Summary
[GTK] ES6 Symbol errors when loading remote web inspector
Philippe Normand
Reported
2015-03-13 08:35:06 PDT
http://127.0.0.1:2345/Models/ScriptSyntaxTree.js:51:33
: CONSOLE ERROR ReferenceError: Can't find variable: Symbol
http://127.0.0.1:2345/Views/ObjectPreviewView.js:58:18
: CONSOLE ERROR ReferenceError: Can't find variable: Symbol
http://127.0.0.1:2345/Views/ObjectTreeView.js:81:23
: CONSOLE ERROR ReferenceError: Can't find variable: Symbol
http://127.0.0.1:2345/Views/SourceCodeTextEditor.js:95:78
: CONSOLE ERROR ReferenceError: Can't find variable: Symbol This is because the client doesn't have the WebPreference for Symbol enabled. Should we expose ::setJavaScriptRuntimeFlags() in the GTK WebSettings API or is this considered temporary and thus overkill to expose?
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2015-03-13 08:35:23 PDT
<
rdar://problem/20152780
>
Timothy Hatcher
Comment 2
2015-03-13 08:36:21 PDT
We will eventually enable Symbol again. It was disabled until more support got added, as it was breaking sites like Facebook.
Philippe Normand
Comment 3
2015-04-13 03:18:53 PDT
It was enabled again in
bug 143375
so let's close this bug :)
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug