OSDN Git Service

am cb86952d: Fix #1896846. Move reset the meta data from canHandleRequest to transiti...
authorGrace Kloba <klobag@google.com>
Thu, 9 Jul 2009 19:50:10 +0000 (12:50 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Thu, 9 Jul 2009 19:50:10 +0000 (12:50 -0700)
commitbd00cd22a36eddaf9548f830de8ad6ccca05c118
tree14fdd65a9c9d4fc37bddc1abcc686163e6df7196
parentf0577b7564b5d53951ff312441188ff44b1ed4e1
parentcb86952d254446a800421b5804f886f8d87cd875
am cb86952d: Fix #1896846. Move reset the meta data from canHandleRequest to transitionToCommittedForNewPage as canHandleRequest may not trigger to go to a new page. For example, if a link is to open in a new window, even canHandleRequest returns true, the current pag

Merge commit 'cb86952d254446a800421b5804f886f8d87cd875'

* commit 'cb86952d254446a800421b5804f886f8d87cd875':
  Fix #1896846. Move reset the meta data from canHandleRequest to transitionToCommittedForNewPage as canHandleRequest may not trigger to go to a new page. For example, if a link is to open in a new window, even canHandleRequest returns true, the current page doesn't switch to a new page. So we should not reset the meta data.
WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.cpp