Bug 40299 - REGRESSION (r60742-r60820): frames with javascript blank
Summary: REGRESSION (r60742-r60820): frames with javascript blank
Status: RESOLVED DUPLICATE of bug 40292
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.6
: P1 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-08 07:38 PDT by Sveto
Modified: 2010-06-08 15:12 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sveto 2010-06-08 07:38:49 PDT
This new build r60820 has a problem with frames containing heavy javascript. I have a base of data that is published on the net with Instant Web Publishing from Filemaker. It uses java script to create and make editable the main table view. With this new webkit build after login the page becomes blank. I cleaned all cache, reset Webkit. Nothing works. Returning to the previous build resolves the issue.
Comment 1 Alexey Proskuryakov 2010-06-08 12:31:44 PDT
It's going to be hard to fix this without additional information. Can you post an example on the Web? Is there anything logged to Web Inspector console, or to Mac OS X console?

I looked through commits in this range, and I don't see any smoking gun. These two changes seem most suspicious:

http://trac.webkit.org/changeset/60762 (JSC errors)
http://trac.webkit.org/changeset/60813 (HTML5 parser changes that also affect common path)

Gavin and Adam, can you take a look?
Comment 2 Alexey Proskuryakov 2010-06-08 12:45:29 PDT
Might be a duplicate of bug 40292.
Comment 3 Adam Barth 2010-06-08 14:43:45 PDT
I'd be surprised if http://trac.webkit.org/changeset/60813 was the cause.  The changes to the common code paths amounted to inlining methods.  However, stranger things have happened.
Comment 4 Alexey Proskuryakov 2010-06-08 15:12:23 PDT

*** This bug has been marked as a duplicate of bug 40292 ***