From 28a116dde4e91ecb5bf8a418b4e18bf7e9784e75 Mon Sep 17 00:00:00 2001 From: Wenchao Wang Date: Fri, 4 Jul 2014 18:11:03 +0800 Subject: [PATCH] Bugs fixed; version up Added full HD resolution Change-Id: I5efe6eaed46dc54f757d650c4f1705a854552393 Signed-off-by: Wenchao Wang --- package/changelog | 4 ++++ package/pkginfo.manifest | 2 +- web/cache.manifest | 2 +- web/ripple.html | 13 +++++------ web/ripple.js | 58 ++++++++++++++++++++++++++++++++++++++++++++++-- 5 files changed, 68 insertions(+), 11 deletions(-) diff --git a/package/changelog b/package/changelog index 9e6c40f..a199a8a 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,7 @@ +* 2.0.38 +- Added full HD resolution +- Bugs fixing +== wenchao.wang 2014-07-04 18:10 * 2.0.37 - Updated Time module - Bugs fixing diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 2baef41..683def2 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.0.37 +Version:2.0.38 Maintainer:hyeongseok heo , gyeongseok seo , jihoon song , changhyun lee , bonyong lee Package:websimulator-core diff --git a/web/cache.manifest b/web/cache.manifest index ef49829..d2b0650 100644 --- a/web/cache.manifest +++ b/web/cache.manifest @@ -107,4 +107,4 @@ images/AboutLogo.png images/refreshIcon.png images/ui-bg-hashed.png images/tizen-sdk-menu.png -# Manifest build date: Fri Jun 20 2014 17:30:20 GMT+0800 (CST) \ No newline at end of file +# Manifest build date: Fri Jul 04 2014 17:48:43 GMT+0800 (CST) \ No newline at end of file diff --git a/web/ripple.html b/web/ripple.html index 8b92d24..aefba09 100644 --- a/web/ripple.html +++ b/web/ripple.html @@ -414,13 +414,12 @@
- -

Unsupported Browser

-

Currently only Chrome and Chromium based browsers are - supported by the Web Simulator.

-

You can download Chrome from - https://www.google.com/chrome

- +

Timeout occurred

+

+ A request was not fulfilled in a predetermined length of time. The application failed to be loaded.

+
  • A wrong URL is contained in the application.
  • +
  • A communication error occurred.
  • +
  • Internet connection timed out or website cannot be connected.
diff --git a/web/ripple.js b/web/ripple.js index 0aa00c2..dac673f 100644 --- a/web/ripple.js +++ b/web/ripple.js @@ -1,5 +1,5 @@ /*! - Ripple Mobile Environment Emulator v0.9.8 :: Built On Fri Jun 20 2014 17:30:18 GMT+0800 (CST) + Ripple Mobile Environment Emulator v0.9.8 :: Built On Fri Jul 04 2014 17:48:42 GMT+0800 (CST) Apache License Version 2.0, January 2004 @@ -71775,6 +71775,59 @@ module.exports = { }; }); +define('ripple/devices/FULL-HD', function (require, exports, module) { +/* + * Copyright 2012 Intel Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +module.exports = { + "id": "FULL-HD", + "name": "FULL HD (1080x1920)", + "osName": "Generic", + "osVersion": "Generic", + "manufacturer": "Tizen", + "model": "Generic", + "uuid": "42", + "firmware": "Generic", + + "screen": { + "width": 1080, + "height": 1920 + }, + "viewPort": { + "portrait": { + "width": 1080, + "height": 1920, + "paddingTop": 0, + "paddingLeft": 0 + }, + "landscape": { + "width": 1920, + "height": 1080, + "paddingTop": 0, + "paddingLeft": 0 + } + }, + + "ppi": 316, + "browser": ["Generic"], + "platforms": ["ivi"], + "userAgent": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.7 Safari/533.2" +}; + +}); define('ripple/devices/HD', function (require, exports, module) { /* * Copyright 2012 Intel Corporation @@ -73631,7 +73684,8 @@ _self = module.exports = { "Curve9350-9360-9370", "FWVGA", "G1", -*/ "IVI-HD", +*/ "FULL-HD", + "IVI-HD", "tizen-WVGA", /* "HPPre3", -- 2.7.4