DescriptionSome required fixes for HTMLViewer rotate
* View system calls onDetachedFromWindow after HTMLViewer already
calle destroy so need a check in onDetachedFromWindow.
* PageID in restored entries needs to be reset (0-indexed).
* Need to call NavigationController::LoadIfNecessary after calling
Restore to actually load the restored page.
* Need to call onTitleUpdated callback since title is restored and
the callback is optimized out inside chromium.
BUG=
TBR=joth@chromium.org
Android only change. Ran through android trybots.
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170484
Patch Set 1 #Patch Set 2 : Call onResume in onAttachedToWindow, instead of LoadIfNecessary directly. #
Total comments: 3
Patch Set 3 : Fix title callback. Merge new test intol existing title test. #
Messages
Total messages: 5 (0 generated)
|