Created attachment 257282 [details] backtrace With my debug build of r187165, the UI process crashes whenever I type backspace in a text entry (like the one on this Bugzilla page). ASSERTION FAILED: Attempt to access post layout data before receiving it !isMissingPostLayoutData ../../Source/WebKit2/Shared/EditorState.h(108) : const WebKit::EditorState::PostLayoutData &WebKit::EditorState::postLayoutData() const
Created attachment 257343 [details] Patch
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment on attachment 257343 [details] Patch Attachment 257343 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.appspot.com/results/5714534790594560 New failing tests: http/tests/appcache/fail-on-update-2.html http/tests/appcache/deferred-events-delete-while-raising.html
Created attachment 257345 [details] Archive of layout-test-results from ews104 for mac-mavericks-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews104 Port: mac-mavericks-wk2 Platform: Mac OS X 10.9.5
(In reply to comment #3) > Comment on attachment 257343 [details] > Patch > > Attachment 257343 [details] did not pass mac-wk2-ews (mac-wk2): > Output: http://webkit-queues.appspot.com/results/5714534790594560 > > New failing tests: > http/tests/appcache/fail-on-update-2.html > http/tests/appcache/deferred-events-delete-while-raising.html This is unrelated to this patch that shouldn't affect Mac port at all.
Committed r187336: <http://trac.webkit.org/changeset/187336>