WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
129261
Web Inspector will hang forever on site with basic auth
https://bugs.webkit.org/show_bug.cgi?id=129261
Summary
Web Inspector will hang forever on site with basic auth
naxoc
Reported
2014-02-24 11:20:09 PST
I have a site that will have Safari's dev tools hang forever and become completely unresponsive. Chrome or Firefox don't do that on the same site. I can't see any errors in Safari's dev tools (because it hangs), but the other two browsers don't report any critical errors in their JS or CSS consoles The site has basic auth on and a lot of JS going on, but since the other browsers are fine, I think Safari is having some kind of problem. Maybe because of basic auth? The default console log on the mac does not give me anything but this error: com.apple.WebKit.Networking[12920]: ERROR: unable to get the receiver data from the DB! I tried some of the urls here for testing other sites that have basic auth on and it works fine:
http://test.webdav.org
It is probably just my site that has a problem, but Safari still shouldn't give up on life like that when Chrome and FF are fine?
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2014-02-24 11:22:38 PST
<
rdar://problem/16149900
>
Timothy Hatcher
Comment 2
2014-02-24 11:26:57 PST
Does your site use source maps?
naxoc
Comment 3
2014-02-24 11:37:09 PST
(In reply to
comment #2
)
> Does your site use source maps?
Indeed it does. And actually Firefox's log whimpers a little over that too: SyntaxError: Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# instead
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