A regression was introduced at r143463 with the following unit test failing: TEST: ./Tools/gtk/../Scripts/../../WebKitBuild/Release/Programs/WebKit2APITests/TestContextMenu... (pid=26027) /webkit2/WebKitWebView/default-menu: (WebKitWebProcess:26032): Gtk-WARNING **: Invalid icon size 16 ** ERROR:../../Source/WebKit2/UIProcess/API/gtk/tests/TestContextMenu.cpp:265:virtual bool ContextMenuDefaultTest::contextMenu(WebKitContextMenu*, GdkEvent*, WebKitHitTestResult*): assertion failed: (webkit_hit_test_result_context_is_link(hitTestResult)) FAIL The cause: http://trac.webkit.org/changeset/143463 The reason is that the new media controls needs more space than a video tag of 10x10.
Created attachment 190257 [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 190257 [details] Patch Rejecting attachment 190257 [details] from commit-queue. New failing tests: fast/js/dfg-inline-resolve.html Full output: http://webkit-commit-queue.appspot.com/results/16778189
Comment on attachment 190257 [details] Patch Clearing flags on attachment: 190257 Committed r144070: <http://trac.webkit.org/changeset/144070>
All reviewed patches have been landed. Closing bug.