OLD | NEW |
1 2013-01-30 John Knottenbelt <jknotten@chromium.org> | 1 2013-01-28 Dan Alcantara <dfalcantara@chromium.org> |
2 | 2 |
| 3 [Chromium, Mobile] Do not show disambiguation pop up in mobile sites |
| 4 https://bugs.webkit.org/show_bug.cgi?id=107607 |
| 5 |
| 6 Reviewed by Adam Barth. |
| 7 |
| 8 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 |
| 10 that expects the popup to never appear. |
| 11 |
| 12 * src/WebViewImpl.cpp: |
| 13 (WebKit::WebViewImpl::handleGestureEvent): |
| 14 (WebKit): |
| 15 (WebKit::WebViewImpl::isLikelyMobileSite): |
| 16 * src/WebViewImpl.h: |
| 17 (WebViewImpl): |
| 18 * tests/WebFrameTest.cpp: |
| 19 * tests/data/disambiguation_popup_mobile_site.html: Added. |
| 20 |
| 21 * src/WebViewImpl.cpp: |
| 22 (WebKit::WebViewImpl::handleGestureEvent): |
| 23 (WebKit): |
| 24 (WebKit::WebViewImpl::shouldDisableDesktopWorkarounds): |
| 25 * src/WebViewImpl.h: |
| 26 (WebViewImpl): |
| 27 * tests/WebFrameTest.cpp: |
| 28 * tests/data/disambiguation_popup_mobile_site.html: Added. |
| 29 |
| 30 2013-01-28 Stephen Chenney <schenney@chromium.org> |
| 31 |
3 [Chromium] Fix find in page rects for overflowing content. | 32 [Chromium] Fix find in page rects for overflowing content. |
4 https://bugs.webkit.org/show_bug.cgi?id=104924 | 33 https://bugs.webkit.org/show_bug.cgi?id=104924 |
5 | 34 |
6 Reviewed by Julien Chaffraix. | 35 Reviewed by Julien Chaffraix. |
7 | 36 |
8 If a div has overflowing content, we should only normalise its | 37 If a div has overflowing content, we should only normalise its |
9 coordinates against the renderview or the containing scrollable block. | 38 coordinates against the renderview or the containing scrollable block. |
10 | 39 |
11 TEST=WebFrameTest.FindInPageMatchRects | 40 TEST=WebFrameTest.FindInPageMatchRects |
12 | 41 |
(...skipping 8877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8890 | 8919 |
8891 [Chromium-Win] Implement LocaleWin::dateFormat | 8920 [Chromium-Win] Implement LocaleWin::dateFormat |
8892 https://bugs.webkit.org/show_bug.cgi?id=98117 | 8921 https://bugs.webkit.org/show_bug.cgi?id=98117 |
8893 | 8922 |
8894 Reviewed by Kentaro Hara. | 8923 Reviewed by Kentaro Hara. |
8895 | 8924 |
8896 * tests/LocaleWinTest.cpp: | 8925 * tests/LocaleWinTest.cpp: |
8897 (TEST_F): Add tests for LocaleWin::dateFormat. | 8926 (TEST_F): Add tests for LocaleWin::dateFormat. |
8898 | 8927 |
8899 == Rolled over to ChangeLog-2012-10-02 == | 8928 == Rolled over to ChangeLog-2012-10-02 == |
OLD | NEW |