OSDN Git Service

Post a full WebView inval when we navigate to a new page.
authorBen Murdoch <benm@google.com>
Wed, 21 Sep 2011 10:25:56 +0000 (11:25 +0100)
committerBen Murdoch <benm@google.com>
Wed, 21 Sep 2011 10:25:56 +0000 (11:25 +0100)
commit259cc8a1c75a1e2f4b1f029296279f210fed6b2c
treeba02c73d860a1ffeed0ad2e3a6722917b84dc64f
parent9bb3d7b14004fcacb8d331e482208d5b883803ef
Post a full WebView inval when we navigate to a new page.

Rather than just posting an inval when we start to load a new
page, we should do so on any new intra-page navigation, so that
we cover cases that don't originate from Java. For example, when
navigating the page cache.

Bug: 5266447
Change-Id: I035ddcd9ef7d06a69a8adfe89cba75be7c502edb
Source/WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.cpp
Source/WebKit/android/jni/WebCoreFrameBridge.cpp