RESOLVED FIXED 159426
Clicking bubbles on Build Bot Console page no longer shows popover with links
https://bugs.webkit.org/show_bug.cgi?id=159426
Summary Clicking bubbles on Build Bot Console page no longer shows popover with links
Joseph Pecoraro
Reported 2016-07-05 11:12:00 PDT
Summary: Clicking bubbles on Build Bot Console page no longer shows popover with links. Steps to Reproduce: 1. Load <https://build.webkit.org/console?category=AppleMac> 2. Click on a Gold / Red bubble => Nothing happens Errors in Console: [Error] Refused to display 'https://build.webkit.org/buildstatus?builder=Apple%20El%20Capitan%20%28Leaks%29&number=6367' in a frame because it set 'X-Frame-Options' to 'DENY'. [Error] Sandbox access violation: Blocked a frame at "https://build.webkit.org" from accessing a frame at "null". The frame being accessed is sandboxed and lacks the "allow-same-origin" flag. onload (console:4655) [Error] TypeError: undefined is not an object (evaluating 'document.getElementById("frameBox").contentWindow.document.body') updateDiv (console:45:84) onload (console:4655)
Attachments
Alexey Proskuryakov
Comment 1 2016-07-05 17:58:49 PDT
This reproduces in shipping Safari/WebKit, and as far as I know, we haven't changed anything about buildbot version or configuration. Do you remember when this last worked? I never attempted clicking on these before. $ curl -i 'https://build//build.webkit.org/buildstatus?builder=Apple%20El%20Capitan%20%28Leaks%29&number=6367' HTTP/1.1 200 OK Date: Wed, 06 Jul 2016 00:57:56 GMT Server: TwistedWeb/12.1.0 X-Frame-Options: DENY ...
Alexey Proskuryakov
Comment 2 2016-07-05 18:03:27 PDT
Looks like current Buildbot version doesn't have this problem: <http://buildbot.buildbot.net/console>
Joseph Pecoraro
Comment 3 2016-07-05 18:54:07 PDT
(In reply to comment #1) > This reproduces in shipping Safari/WebKit, and as far as I know, we haven't > changed anything about buildbot version or configuration. > > Do you remember when this last worked? I never attempted clicking on these > before. I think a month ago (early June) it was working.
Alexey Proskuryakov
Comment 4 2016-07-06 08:50:40 PDT
Jon Davis just fixed this by changing X-Frame-Options to SAMEORIGIN.
Note You need to log in before you can comment on or make changes to this bug.