Bug 46084 - [Qt] Missing Localization/Message Strings
Summary: [Qt] Missing Localization/Message Strings
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Ademar Reis
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2010-09-20 06:05 PDT by Ademar Reis
Modified: 2010-09-28 12:47 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ademar Reis 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()
Comment 1 Ademar Reis 2010-09-28 12:46:46 PDT
checking if any of these methods are called from the Qt Port
Comment 2 Ademar Reis 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.