Bug 126533 - Change Page, FocusController to use ViewState
Summary: Change Page, FocusController to use ViewState
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords:
Depends on: 127366
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-06 12:03 PST by Gavin Barraclough
Modified: 2014-02-06 00:18 PST (History)
3 users (show)

See Also:


Attachments
Fix (22.27 KB, patch)
2014-01-06 12:15 PST, Gavin Barraclough
no flags Details | Formatted Diff | Diff
Style fix (22.27 KB, patch)
2014-01-06 12:22 PST, Gavin Barraclough
thorton: review+
Details | Formatted Diff | Diff
for EWS (24.98 KB, patch)
2014-01-23 12:02 PST, Gavin Barraclough
buildbot: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from webkit-ews-06 for mac-mountainlion (626.53 KB, application/zip)
2014-01-23 12:54 PST, Build Bot
no flags Details
For EWS (24.34 KB, patch)
2014-02-05 18:35 PST, Gavin Barraclough
no flags Details | Formatted Diff | Diff
Same patch, seg fault in make, wtf? (24.39 KB, patch)
2014-02-05 21:53 PST, Gavin Barraclough
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2014-01-06 12:03:06 PST
These classes currently maintain a set of separate fields to represent the view state; combine these into a single field, and allow WebPage to send the combined update rather than individual changes.

Maintain existing interface for WebKit1 clients.
Comment 1 Gavin Barraclough 2014-01-06 12:15:15 PST
Created attachment 220447 [details]
Fix
Comment 2 WebKit Commit Bot 2014-01-06 12:17:58 PST
Attachment 220447 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCore/WebCore.exp.in', u'Source/WebCore/page/FocusController.cpp', u'Source/WebCore/page/FocusController.h', u'Source/WebCore/page/Page.cpp', u'Source/WebCore/page/Page.h', u'Source/WebKit2/ChangeLog', u'Source/WebKit2/WebProcess/WebPage/WebPage.cpp', u'Source/WebKit2/WebProcess/WebPage/WebPage.h', '--commit-queue']" exit_code: 1
ERROR: Source/WebCore/page/Page.h:35:  Alphabetical sorting problem.  [build/include_order] [4]
Total errors found: 1 in 9 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Gavin Barraclough 2014-01-06 12:22:02 PST
Created attachment 220448 [details]
Style fix
Comment 4 Gavin Barraclough 2014-01-09 17:34:18 PST
Committed revision 161609.
Comment 5 Gavin Barraclough 2014-01-21 10:59:00 PST
Rolled out in revision 162107.
Re-landed in revision 162452.
Comment 6 WebKit Commit Bot 2014-01-21 12:59:30 PST
Re-opened since this is blocked by bug 127366
Comment 7 Gavin Barraclough 2014-01-23 12:02:57 PST
Created attachment 222010 [details]
for EWS
Comment 8 Build Bot 2014-01-23 12:54:17 PST
Comment on attachment 222010 [details]
for EWS

Attachment 222010 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.appspot.com/results/5339127599857664

New failing tests:
fast/events/page-visibility-iframe-move-test.html
fast/events/page-visibility-iframe-propagation-test.html
fast/events/page-visibility-iframe-delete-test.html
Comment 9 Build Bot 2014-01-23 12:54:18 PST
Created attachment 222020 [details]
Archive of layout-test-results from webkit-ews-06 for mac-mountainlion

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: webkit-ews-06  Port: mac-mountainlion  Platform: Mac OS X 10.8.5
Comment 10 Gavin Barraclough 2014-02-05 18:35:11 PST
Created attachment 223287 [details]
For EWS
Comment 11 Gavin Barraclough 2014-02-05 21:53:42 PST
Created attachment 223305 [details]
Same patch, seg fault in make, wtf?
Comment 12 Gavin Barraclough 2014-02-06 00:18:37 PST
Transmitting file data ...........
Committed revision 163524.