Index: Source/WebKit/chromium/ChangeLog |
=================================================================== |
--- Source/WebKit/chromium/ChangeLog (revision 141475) |
+++ Source/WebKit/chromium/ChangeLog (working copy) |
@@ -1,5 +1,16 @@ |
-2013-01-28 Dan Alcantara <dfalcantara@chromium.org> |
+2013-01-31 Dan Alcantara <dfalcantara@chromium.org> |
+ WebFrameTest.DisambiguationPopup is failing |
+ https://bugs.webkit.org/show_bug.cgi?id=108160 |
+ |
+ Reviewed by Adam Barth. |
+ |
+ Fix the unit test so that it is using the right HTML file. |
+ |
+ * tests/WebFrameTest.cpp: |
+ |
+2013-01-31 Tony Chang <tony@chromium.org> |
+ |
[Chromium, Mobile] Do not show disambiguation pop up in mobile sites |
https://bugs.webkit.org/show_bug.cgi?id=107607 |