Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 332510 - Refactor and Enhance qx.core.Client
Summary: Refactor and Enhance qx.core.Client
Status: RESOLVED FIXED
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: 1.4   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 1.4 M5   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 320993 332509
  Show dependency tree
 
Reported: 2010-12-14 06:04 EST by Tim Buschtoens CLA
Modified: 2011-01-11 11:05 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Buschtoens CLA 2010-12-14 06:04:26 EST
It should be:
- Refactored to match our coding-conventions.
- Moved to our Namespace.
- Refactored to use SVG/VML detection like in GraphicsUtil.js. (Which will then use that detection.)
- Enhanced to include "isAndroidBrowser".
- Enhanced to include "isMobileSafari" (should be used by MobileWebkitSupport.js, which should also be renamed to MobileSafariSupport.js, since the AndroidBrowser is also webkit.)
Comment 1 Tim Buschtoens CLA 2011-01-11 11:05:36 EST
Fixed in CVS HEAD.

Also removed some unused API, added "supportsCSS3" function, added google chrome detection, added "android" as platform, merged platforms "iphone" and "ipad" into "ios". Removed the function "isSafari2" (we only suport safari 3+), so was the code in StyleSheet.js that checked this (it was dead code anyway).