|
Lines 1-3
Source/WebKit2/ChangeLog_sec1
|
|
|
1 |
2013-07-30 Ruth Fong <ruth_fong@apple.com> |
| 2 |
|
| 3 |
Rename <input type='color'> functions in WebPageProxy, WebColorPicker |
| 4 |
<rdar://problem/14549771> and https://bugs.webkit.org/show_bug.cgi?id=119097 |
| 5 |
|
| 6 |
Reviewed by NOBODY (OOPS!). |
| 7 |
|
| 8 |
In bug 119025, WebColorChooserProxy was renamed WebColorPicker. This patch makes the UIProcess consistent |
| 9 |
by renaming UIProcess INPUT_TYPE_COLOR functions from ...colorChooser to ...colorPicker. |
| 10 |
|
| 11 |
* UIProcess/WebColorPicker.cpp: |
| 12 |
(WebKit::WebColorPicker::endPicker): |
| 13 |
* UIProcess/WebColorPicker.h: |
| 14 |
* UIProcess/WebColorPickerResultListenerProxy.cpp: |
| 15 |
(WebKit::WebColorPickerResultListenerProxy::setColor): |
| 16 |
* UIProcess/WebPageProxy.cpp: |
| 17 |
(WebKit::WebPageProxy::showColorPicker): |
| 18 |
(WebKit::WebPageProxy::setColorPickerColor): |
| 19 |
(WebKit::WebPageProxy::endColorPicker): |
| 20 |
(WebKit::WebPageProxy::didEndColorPicker): |
| 21 |
* UIProcess/WebPageProxy.h: |
| 22 |
* UIProcess/WebPageProxy.messages.in: |
| 23 |
* WebProcess/WebCoreSupport/WebColorChooser.cpp: |
| 24 |
(WebKit::WebColorChooser::WebColorChooser): |
| 25 |
(WebKit::WebColorChooser::setSelectedColor): |
| 26 |
(WebKit::WebColorChooser::endChooser): |
| 27 |
* WebProcess/WebPage/WebPage.cpp: |
| 28 |
(WebKit::WebPage::didEndColorPicker): |
| 29 |
* WebProcess/WebPage/WebPage.h: |
| 30 |
* WebProcess/WebPage/WebPage.messages.in: |
| 31 |
|
| 1 |
2013-07-30 Anders Carlsson <andersca@apple.com> |
32 |
2013-07-30 Anders Carlsson <andersca@apple.com> |
| 2 |
|
33 |
|
| 3 |
Speculative fix for crash due to string access on multiple threads |
34 |
Speculative fix for crash due to string access on multiple threads |