FrameSelection::selectAll() has superfluous call to updateSelectionCachesIfSelectionIsInsideTextFormControl and selectFrameElementInParentIfFullySelected because it doesn't call setSelection with UserTriggered set. Do that and merge updateSelectionCachesIfSelectionIsInsideTextFormControl into setSelectionWithoutUpdatingAppearance
Created attachment 223544 [details] Cleanup
Committed r163692: <http://trac.webkit.org/changeset/163692>