| OLD | NEW |
| 1 2012-10-31 Keishi Hattori <keishi@webkit.org> |
| 2 |
| 3 [Chromium] Page popup shows up at wrong locations when root view is scro
lled |
| 4 https://bugs.webkit.org/show_bug.cgi?id=100830 |
| 5 |
| 6 Reviewed by Kent Tamura. |
| 7 |
| 8 We need to account for the scroll position when calculating the root vie
w rectangle in the screen. |
| 9 |
| 10 * src/DateTimeChooserImpl.cpp: |
| 11 (WebKit::DateTimeChooserImpl::writeDocument): |
| 12 |
| 1 2012-10-29 Patrick Dubroy <dubroy@chromium.org> | 13 2012-10-29 Patrick Dubroy <dubroy@chromium.org> |
| 2 | 14 |
| 3 Web Inspector: Style toolbar to match Chromium toolbar on Chromium/Mac. | 15 Web Inspector: Style toolbar to match Chromium toolbar on Chromium/Mac. |
| 4 https://bugs.webkit.org/show_bug.cgi?id=100683 | 16 https://bugs.webkit.org/show_bug.cgi?id=100683 |
| 5 | 17 |
| 6 Reviewed by Pavel Feldman. | 18 Reviewed by Pavel Feldman. |
| 7 | 19 |
| 8 When in compact mode, style the Web Inspector toolbar using the same col
ors & gradients | 20 When in compact mode, style the Web Inspector toolbar using the same col
ors & gradients |
| 9 as the Chromium toolbar (Chromium port only). | 21 as the Chromium toolbar (Chromium port only). |
| 10 | 22 |
| (...skipping 2385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2396 | 2408 |
| 2397 [Chromium-Win] Implement LocaleWin::dateFormat | 2409 [Chromium-Win] Implement LocaleWin::dateFormat |
| 2398 https://bugs.webkit.org/show_bug.cgi?id=98117 | 2410 https://bugs.webkit.org/show_bug.cgi?id=98117 |
| 2399 | 2411 |
| 2400 Reviewed by Kentaro Hara. | 2412 Reviewed by Kentaro Hara. |
| 2401 | 2413 |
| 2402 * tests/LocaleWinTest.cpp: | 2414 * tests/LocaleWinTest.cpp: |
| 2403 (TEST_F): Add tests for LocaleWin::dateFormat. | 2415 (TEST_F): Add tests for LocaleWin::dateFormat. |
| 2404 | 2416 |
| 2405 == Rolled over to ChangeLog-2012-10-02 == | 2417 == Rolled over to ChangeLog-2012-10-02 == |
| OLD | NEW |