Title: [121634] trunk/Source/WebKit/blackberry
Revision
121634
Author
[email protected]
Date
2012-07-01 10:09:25 -0700 (Sun, 01 Jul 2012)

Log Message

Clear visited links when clearing history.
https://bugs.webkit.org/show_bug.cgi?id=90345

Reviewed by Antonio Gomes.

* Api/WebPage.cpp:
(BlackBerry::WebKit::WebPage::clearHistory):

Modified Paths

Diff

Modified: trunk/Source/WebKit/blackberry/Api/WebPage.cpp (121633 => 121634)


--- trunk/Source/WebKit/blackberry/Api/WebPage.cpp	2012-07-01 03:54:49 UTC (rev 121633)
+++ trunk/Source/WebKit/blackberry/Api/WebPage.cpp	2012-07-01 17:09:25 UTC (rev 121634)
@@ -5358,6 +5358,7 @@
 void WebPage::clearHistory()
 {
     // Don't clear the back-forward list as we might like to keep it.
+    PageGroup::removeAllVisitedLinks();
 }
 
 void WebPage::clearCookies()

Modified: trunk/Source/WebKit/blackberry/ChangeLog (121633 => 121634)


--- trunk/Source/WebKit/blackberry/ChangeLog	2012-07-01 03:54:49 UTC (rev 121633)
+++ trunk/Source/WebKit/blackberry/ChangeLog	2012-07-01 17:09:25 UTC (rev 121634)
@@ -1,3 +1,13 @@
+2012-07-01  George Staikos  <[email protected]>
+
+        Clear visited links when clearing history.
+        https://bugs.webkit.org/show_bug.cgi?id=90345
+
+        Reviewed by Antonio Gomes.
+
+        * Api/WebPage.cpp:
+        (BlackBerry::WebKit::WebPage::clearHistory):
+
 2012-06-30  Jason Liu  <[email protected]>
 
         [BlackBerry] WebView/Browser cause blank screen when selecting a dropdown field.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to