Bug 36940
Summary: | The Google Summer of Code webapp for mentors doesn't work with the latest nightlies | ||
---|---|---|---|
Product: | WebKit | Reporter: | hahn.seb |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac (Intel) | ||
OS: | OS X 10.6 |
hahn.seb
I'm assuming this is a javascript issue, as the list of proposals and your request items is dynamically generated. I don't really know how to check more, though, so hints here would be appreciated.
In my efforts to track down the problem, I've tested WebKit-SVN-r56207 and found it working (don't have fast internet here, so testing more revisions is really painful). I'll update the bug once I learn more about revisions that are to blame.
Is there a debug console anywhere or something? I feel kind of useless just saying "it doesn't work", hints are appreciated.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
hahn.seb
hrm, looks like I just figured it out. It is an https site, and it loads its scripts from an http resource, which I block. So the bug is in the webapp, not the nightlies...