Bug 116770
Summary: | Fix Page Visibility state for pages in the page cache | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, beidson, cdumez, syoichi |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 116769 | ||
Bug Blocks: |
Simon Fraser (smfr)
We should fire visibilitychanged events, and update Page Visibility for pages going into the page cache.
However, we can't currently becasue of bug 116769
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
So this is still broken? :(
Brady Eidson
(In reply to comment #1)
> So this is still broken? :(
This is still broken because we didn't give input into the spec when others were, and the spec that resulted requires us to do something incompatible with our page cache.
Brady Eidson
It's not a technical problem, it's a design philosophy problem.
Chris Dumez
*** This bug has been marked as a duplicate of bug 151234 ***