OLD | NEW |
1 2013-01-28 Dan Alcantara <dfalcantara@chromium.org> | 1 2013-01-31 Dan Alcantara <dfalcantara@chromium.org> |
2 | 2 |
| 3 WebFrameTest.DisambiguationPopup is failing |
| 4 https://bugs.webkit.org/show_bug.cgi?id=108160 |
| 5 |
| 6 Reviewed by Adam Barth. |
| 7 |
| 8 Fix the unit test so that it is using the right HTML file. |
| 9 |
| 10 * tests/WebFrameTest.cpp: |
| 11 |
| 12 2013-01-31 Tony Chang <tony@chromium.org> |
| 13 |
3 [Chromium, Mobile] Do not show disambiguation pop up in mobile sites | 14 [Chromium, Mobile] Do not show disambiguation pop up in mobile sites |
4 https://bugs.webkit.org/show_bug.cgi?id=107607 | 15 https://bugs.webkit.org/show_bug.cgi?id=107607 |
5 | 16 |
6 Reviewed by Adam Barth. | 17 Reviewed by Adam Barth. |
7 | 18 |
8 Add a check before showing the disambiguation popup to prevent it from a
ppearing | 19 Add a check before showing the disambiguation popup to prevent it from a
ppearing |
9 on mobile sites. Makes a similar test to the current disambiguation pop
up test | 20 on mobile sites. Makes a similar test to the current disambiguation pop
up test |
10 that expects the popup to never appear. | 21 that expects the popup to never appear. |
11 | 22 |
12 * src/WebViewImpl.cpp: | 23 * src/WebViewImpl.cpp: |
(...skipping 8906 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8919 | 8930 |
8920 [Chromium-Win] Implement LocaleWin::dateFormat | 8931 [Chromium-Win] Implement LocaleWin::dateFormat |
8921 https://bugs.webkit.org/show_bug.cgi?id=98117 | 8932 https://bugs.webkit.org/show_bug.cgi?id=98117 |
8922 | 8933 |
8923 Reviewed by Kentaro Hara. | 8934 Reviewed by Kentaro Hara. |
8924 | 8935 |
8925 * tests/LocaleWinTest.cpp: | 8936 * tests/LocaleWinTest.cpp: |
8926 (TEST_F): Add tests for LocaleWin::dateFormat. | 8937 (TEST_F): Add tests for LocaleWin::dateFormat. |
8927 | 8938 |
8928 == Rolled over to ChangeLog-2012-10-02 == | 8939 == Rolled over to ChangeLog-2012-10-02 == |
OLD | NEW |