|
Lines 1-3
Source/WebKit2/ChangeLog_sec1
|
|
|
1 |
2011-03-06 Oleg Romashin <romaxa@gmail.com> |
| 2 |
|
| 3 |
Reviewed by NOBODY (OOPS!). |
| 4 |
|
| 5 |
Make Qt port compiling with ENABLE_PLUGIN_PROCESS=1, part2 |
| 6 |
Make ComplexTextInput compiling for Qt |
| 7 |
Cover with ifdef MachPort related functionality |
| 8 |
https://bugs.webkit.org/show_bug.cgi?id=55719 |
| 9 |
|
| 10 |
* PluginProcess/PluginControllerProxy.cpp: |
| 11 |
(WebKit::PluginControllerProxy::sendComplexTextInput): |
| 12 |
* PluginProcess/PluginControllerProxy.h: |
| 13 |
* PluginProcess/PluginProcess.cpp: |
| 14 |
(WebKit::PluginProcess::createWebProcessConnection): |
| 15 |
* PluginProcess/WebProcessConnection.cpp: |
| 16 |
(WebKit::WebProcessConnection::createPlugin): |
| 17 |
* UIProcess/API/qt/qwkpage.cpp: |
| 18 |
(QWKPagePrivate::setComplexTextInputEnabled): |
| 19 |
* UIProcess/API/qt/qwkpage_p.h: |
| 20 |
* UIProcess/PageClient.h: |
| 21 |
* UIProcess/Plugins/PluginProcessProxy.cpp: |
| 22 |
(WebKit::PluginProcessProxy::pluginProcessCrashedOrFailedToLaunch): |
| 23 |
(WebKit::PluginProcessProxy::didCreateWebProcessConnection): |
| 24 |
* UIProcess/Plugins/PluginProcessProxy.h: |
| 25 |
* UIProcess/Plugins/PluginProcessProxy.messages.in: |
| 26 |
* UIProcess/WebPageProxy.cpp: |
| 27 |
(WebKit::WebPageProxy::sendComplexTextInputToPlugin): |
| 28 |
* UIProcess/WebPageProxy.h: |
| 29 |
* UIProcess/WebPageProxy.messages.in: |
| 30 |
* WebProcess/Plugins/Netscape/NetscapePlugin.h: |
| 31 |
* WebProcess/Plugins/Netscape/qt/NetscapePluginQt.cpp: |
| 32 |
(WebKit::NetscapePlugin::sendComplexTextInput): |
| 33 |
(WebKit::NetscapePlugin::pluginComplexTextInputIdentifier): |
| 34 |
* WebProcess/Plugins/Plugin.h: |
| 35 |
* WebProcess/Plugins/PluginController.h: |
| 36 |
* WebProcess/Plugins/PluginProcessConnectionManager.cpp: |
| 37 |
(WebKit::PluginProcessConnectionManager::getPluginProcessConnection): |
| 38 |
* WebProcess/Plugins/PluginProxy.cpp: |
| 39 |
(WebKit::PluginProxy::setComplexTextInputEnabled): |
| 40 |
* WebProcess/Plugins/PluginProxy.h: |
| 41 |
* WebProcess/Plugins/PluginProxy.messages.in: |
| 42 |
* WebProcess/Plugins/PluginView.cpp: |
| 43 |
* WebProcess/Plugins/PluginView.h: |
| 44 |
* WebProcess/WebPage/WebPage.cpp: |
| 45 |
* WebProcess/WebPage/WebPage.h: |
| 46 |
(WebKit::WebPage::accessibilityPosition): |
| 47 |
* WebProcess/WebPage/WebPage.messages.in: |
| 48 |
* WebProcess/WebPage/qt/WebPageQt.cpp: |
| 49 |
(WebKit::WebPage::performDefaultBehaviorForKeyEvent): |
| 50 |
(WebKit::WebPage::sendComplexTextInputToPlugin): |
| 51 |
|
| 1 |
2011-03-06 Jessie Berlin <jberlin@apple.com> |
52 |
2011-03-06 Jessie Berlin <jberlin@apple.com> |
| 2 |
|
53 |
|
| 3 |
Reviewed by Sam Weinig. |
54 |
Reviewed by Sam Weinig. |