Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 332510

Summary: Refactor and Enhance qx.core.Client
Product: [RT] RAP Reporter: Tim Buschtoens <tbuschto>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: tbuschto
Version: 1.4   
Target Milestone: 1.4 M5   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 320993, 332509    

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).