RESOLVED INVALID 46084
[Qt] Missing Localization/Message Strings
https://bugs.webkit.org/show_bug.cgi?id=46084
Summary [Qt] Missing Localization/Message Strings
Ademar Reis
Reported 2010-09-20 06:05:23 PDT
The Qt port is missing several strings on the localization strategy. (WebKit/qt/WebCoreSupport/WebPlatformStrategies.cpp) Right now the following methods are not implemented and just return String(): (most are related to accessibility and validation, but not all) String WebPlatformStrategies::AXWebAreaText() String WebPlatformStrategies::AXLinkText() String WebPlatformStrategies::AXListMarkerText() String WebPlatformStrategies::AXImageMapText() String WebPlatformStrategies::AXHeadingText() String WebPlatformStrategies::AXDefinitionListTermText() String WebPlatformStrategies::AXDefinitionListDefinitionText() String WebPlatformStrategies::AXButtonActionVerb() String WebPlatformStrategies::AXRadioButtonActionVerb() String WebPlatformStrategies::AXTextFieldActionVerb() String WebPlatformStrategies::AXCheckedCheckBoxActionVerb() String WebPlatformStrategies::AXUncheckedCheckBoxActionVerb() String WebPlatformStrategies::AXMenuListActionVerb() String WebPlatformStrategies::AXMenuListPopupActionVerb() String WebPlatformStrategies::AXLinkActionVerb() String WebPlatformStrategies::crashedPluginText() String WebPlatformStrategies::multipleFileUploadText(unsigned) String WebPlatformStrategies::validationMessageValueMissingText() String WebPlatformStrategies::validationMessageTypeMismatchText() String WebPlatformStrategies::validationMessagePatternMismatchText() String WebPlatformStrategies::validationMessageTooLongText() String WebPlatformStrategies::validationMessageRangeUnderflowText() String WebPlatformStrategies::validationMessageRangeOverflowText() String WebPlatformStrategies::validationMessageStepMismatchText()
Attachments
Ademar Reis
Comment 1 2010-09-28 12:46:46 PDT
checking if any of these methods are called from the Qt Port
Ademar Reis
Comment 2 2010-09-28 12:47:49 PDT
I checked these methods and indeed they don't apply to the Qt port of WebKit, as support for accessibility, validation, plugin host proccesses (crashedPluginText()) and multiple file upload (multipleFileUploadText()) are not implemented in QtWebKit. Closing as invalid.
Note You need to log in before you can comment on or make changes to this bug.