platform/framework/web/wrt.git
11 years ago[Engine] Support custom js event regarding state change of softkeyboard(ime)
Yunchan Cho [Tue, 6 Nov 2012 07:22:29 +0000 (16:22 +0900)]
[Engine] Support custom js event regarding state change of softkeyboard(ime)

[Issue#] There is needs that wrt fires custom js event on state change of softkeyboard
[Problem] N/A
[Cause] N/A
[Solution] register smart callback for softkeyboardchange event,
           and request to injected bundle to fire custome js event for softkeyboardchange

Change-Id: I71f988013440f4bd1fdcfae73844eeb9ba3c94c9

11 years ago[Engine] Add interface to fire custom js event for Tizen Webapp
Yunchan Cho [Thu, 1 Nov 2012 09:11:24 +0000 (18:11 +0900)]
[Engine] Add interface to fire custom js event for Tizen Webapp

[Issue#] There is needs that wrt provides interface to fire some custom events
[Feature] N/A
[Cause] N/A
[Solution] add new functions to RunnableWidgetObject for firing event
           and modify that plugin module of wrt requests to plugin logic of wrt-plugins-common for many custom events

Change-Id: I9db6cc54e7c462f83067b7c1cf2779a88f1d2d18

11 years agoFor Desktop Mode
lke01.lee [Wed, 14 Nov 2012 11:54:25 +0000 (20:54 +0900)]
For Desktop Mode

[Issue#]
[Problem] Title and icon don't show in window mode
[Cause]
[Solution] to show title and icon in window mode, I use elm_win_title_set & elm_win_icon_object_set
[SCMRequest] N/A

Change-Id: I8f78859ba0fee288b5023846ca3655ccd84f7ea1

11 years ago[Release] wrt_0.8.112
Jihoon Chung [Tue, 13 Nov 2012 23:26:26 +0000 (08:26 +0900)]
[Release] wrt_0.8.112

Change-Id: I4690cd12916ebc211918c65eb212ca07e940481b

11 years agoFix resource leaks
Przemyslaw Ciezkowski [Tue, 6 Nov 2012 09:11:05 +0000 (10:11 +0100)]
Fix resource leaks

[Issue#] N/A
[Feature] There are pointers not freed in some circumstances.
There is wrong usage of delete for array.
[Cause] N/A
[Solution] Fixed.

[Verification] Build repository. Test auto fill in forms.
Run test widget for scheme.

Change-Id: Ic60b11cc3af10e5c1ebf32cbe4252da72965ef32

11 years agoProfiling points updated, script fixed
Krzysztof Jackiewicz [Tue, 30 Oct 2012 11:55:11 +0000 (12:55 +0100)]
Profiling points updated, script fixed

[Issue#] LINUXNGWAP-314
[Feature] Profiling points need to be updated to better show critical launch
phases. During verification it turned out that sometimes host part of the
script fails and does not produce output graphs.
[Problem] N/A
[Cause] In one of perl scripts incorrect sorting method has been used.
[Solution] Profiling points updated. Sorting fixed.

[Verification] Run profiling scripts and check if graph is correctly generated

Change-Id: I77ff199ece38fd7defcb87609de98ff24e40f9a6

11 years agoRemoved compilation warnings
Jan Olszak [Wed, 31 Oct 2012 09:18:03 +0000 (10:18 +0100)]
Removed compilation warnings

[Issue#] N/A
[Problem] Compilation warnings
[Cause] N/A
[Solution] Removed minor warnings. Left warnings connected to GUI, deprecation.
[Verification] Build wrt and run wrt tests.
[SCMRequest] N/A

Change-Id: Icfaaa348190945904bc1c3727152b9fc0688f924

11 years agoFix resource leaks
Przemyslaw Ciezkowski [Tue, 6 Nov 2012 07:40:58 +0000 (08:40 +0100)]
Fix resource leaks

[Issue#] N/A
[Problem] There are memory leaks in wrt-client.
[Cause] N/A
[Solution] Removed unused pointer. Freed another pointer.
[SCMRequest] N/A

Change-Id: I7b939f4f06842aedeed25b6b14c1b60b441dccb4

11 years ago[Release] wrt_0.8.111
lke01.lee [Mon, 12 Nov 2012 13:39:38 +0000 (22:39 +0900)]
[Release] wrt_0.8.111

Change-Id: I12b6f78f9f90dd97156f9eb98325b547034498f8

11 years agoModified hide operation of viewlogic
Yunchan Cho [Wed, 7 Nov 2012 05:13:47 +0000 (14:13 +0900)]
Modified hide operation of viewlogic

[Issue#] N/A
[Problem] Created webviews still remains after destorying viewlogic instance.
          This cause the application that managing multiple viewlogic instances to have huge memory
[Cause] On hiding widget (ViewLogic::hideWidget()), Viewlogic instance didn't remove existing webviews using evas_object_del()
[Solution] On hiding widget, code is modified that Viewlogic remove created webviews
[SCMRequest] N/A

Change-Id: If247a553b01dc7fe74a3bcabad31e17063233845

11 years agofor desktop mode
lke01.lee [Thu, 25 Oct 2012 02:21:04 +0000 (11:21 +0900)]
for desktop mode

Change-Id: Iafbda12954ef332adba6b0c28c431113e9662e48

11 years ago[Release] wrt_0.8.110
Jihoon Chung [Wed, 7 Nov 2012 04:22:27 +0000 (13:22 +0900)]
[Release] wrt_0.8.110

Change-Id: I1b7d6b76306a2389ed96ea1a47ff79b3a9c3e79c

11 years agoChange cache model to EWK_CACHE_MODEL_DOCUMENT_BROWSER
Jihoon Chung [Tue, 6 Nov 2012 07:31:34 +0000 (16:31 +0900)]
Change cache model to EWK_CACHE_MODEL_DOCUMENT_BROWSER

[Issue#] N/A
[Problem]
[Cause] N/A
[Solution] As requirment by webkit team, change cache model to
EWK_CACHE_MODEL_DOCUMENT_BROWSER
[SCMRequest] N/A

Change-Id: I99fc713468a59c72802b4f5e862cda5729a9bece

11 years agoRemove unnecessary dependency in wrt bundle.
Taejeong Lee [Tue, 6 Nov 2012 07:27:37 +0000 (16:27 +0900)]
Remove unnecessary dependency in wrt bundle.

 * cert-svc-vcore

[Issue#] N/A
[Problem] Remove cert-svc-vcore dependency in wrt bundle.
[Cause] N/A
[Solution] N/A

Change-Id: I6653d9b13406ec72317a9f6941d724a6b97c4bb4

11 years agoRemove deprecated code (roaming_agent)
Jihoon Chung [Mon, 5 Nov 2012 07:21:53 +0000 (16:21 +0900)]
Remove deprecated code (roaming_agent)

[Issue#] N/A
[Problem] Remove deprecated code for roaming_agent
[Cause] N/A
[Solution] WRT will use system contorl for management network in
case of roaming
[SCMRequest] N/A

Change-Id: I0f5bc38c2882852f7a1bee9d2ef0c055b9f8ec7c

11 years agoTitle & Indicator policy has been changed.
lke01.lee [Mon, 5 Nov 2012 23:58:48 +0000 (08:58 +0900)]
Title & Indicator policy has been changed.

[Issue#]
[Problem]
[Cause]
[Solution]
1. Title hasn't been supported anymore.
2. Indicator displays only  when maximized mode.
[SCMRequest] N/A

Change-Id: Ia5abfe68a79842b520d3f23baf12d3500c955d3f

11 years agoModify state change when showed state changes to showed state
Yunchan Cho [Fri, 2 Nov 2012 02:47:48 +0000 (11:47 +0900)]
Modify state change when showed state changes to showed state

[Issue#] N/A
[Problem] Some case doesn't need to change state
[Cause] N/A
[Solution] Change function to NoChange

Change-Id: Ie85eeeaea10ed30a1c4e309f9bab2aad19652e3a

11 years agoset environment value
Jihoon Chung [Sun, 4 Nov 2012 23:06:35 +0000 (08:06 +0900)]
set environment value

[Issue#] N/A
[Problem] Some specific feature "COREGL_FASTPATH" isn't enabled
in the RSA
[Cause] N/A
[Solution] Set environment value with build flag
[SCMRequest] N/A

Change-Id: I6d190874e4ec16950c66e5f9c0846b3f75d3cdad

11 years ago[Release] wrt_0.8.109
Jihoon Chung [Fri, 2 Nov 2012 02:55:36 +0000 (11:55 +0900)]
[Release] wrt_0.8.109

Change-Id: Ibdbcf007c48721756741f5ca5b57d18d09f1592b

11 years agoFix for launching problem.
Taejeong Lee [Fri, 2 Nov 2012 02:06:22 +0000 (11:06 +0900)]
Fix for launching problem.

 * It cause by haptic library.

[Issue#] N/A
[Problem] Fix for launching problem.
[Cause] N/A
[Solution] the code using haptic library wad removed temporarily.
[SCMRequest] N/A

Change-Id: I15c50e262fa809f00197366fb3bf315fcae0d9cc

11 years agoFixed N_SE-12031
Jihoon Chung [Wed, 31 Oct 2012 01:07:06 +0000 (10:07 +0900)]
Fixed N_SE-12031

[Issue#] N_SE-12031
[Problem] Select any editor field for shown IME.
Press Home key for webapp move to background
Launch "Application" webapp and select "Launch" button for webapp
which is moved to background
After webapp is launched, IME isn't displayed.
[Cause] Exactly, default reset event means reset webapp.
This issue is occurred by webapp is still on the previous page.
[Solution] Change default action to reset webapp when received
reset event from other webapp.
[SCMRequest] N/A

Change-Id: Idf97cdf7b406ba62a9af2ff282a11dbe1e154f79

11 years agoRemove floating backbutton
Jihoon Chung [Tue, 30 Oct 2012 04:44:05 +0000 (13:44 +0900)]
Remove floating backbutton

[Issue#] N/A
[Problem] Floating backbutton isn't support anymore
[Cause] N/A
[Solution] Remove floating backbutton
[SCMRequest] N/A

Change-Id: I0b3d77c30315908ccae5c53a0e3f8c3b54829791

11 years agoUpdate wrt-preloader binary
Przemyslaw Ciezkowski [Tue, 30 Oct 2012 15:34:33 +0000 (16:34 +0100)]
Update wrt-preloader binary

[Issue#] N/A
[Feature] wrt-preloader was broken - segmentation fault.
[Cause] elementary must be init before webkit context is created.
[Solution] Update binary.

[Verification] Run wrt-preloader on target.

Change-Id: I6fa5d5df4b09e9e65448b78dc4d993848396450d

11 years agoClean unused libraries and includes
Przemyslaw Ciezkowski [Tue, 30 Oct 2012 14:53:04 +0000 (15:53 +0100)]
Clean unused libraries and includes

[Issue#] LINUXNGWAP-446
[Bug] There are unused libraries or not used directly by wrt.
[Problem] N/A
[Cause] N/A
[Solution] Removed

[Verification] Build repository. Check if all libraries
are found with ldd /usr/bin/wrt-client

Change-Id: I801ebfee57630adadfe6d7c8aef67ddfad2c25a6

11 years agoFor indicator widget, the elementaries for window are changed
lke01.lee [Tue, 23 Oct 2012 07:20:53 +0000 (16:20 +0900)]
For indicator widget, the elementaries for window are changed

From : window-naviframe-conformant
To : window-conformant-naviframe

Change-Id: I07875fe619c232e8151e3dd24f9cd85a51b78a7d

11 years agoStart URI localized only once + localization fix
Marcin Kaminski [Fri, 26 Oct 2012 08:26:50 +0000 (10:26 +0200)]
Start URI localized only once + localization fix

[Issue#] N/A
[Problem] Duplicated start file localization.
After moving localization to WebProcess it is needed
to reload language tags (fix placed in
Bundle::didReceiveMessage)
[Cause] N/A
[Solution] Removed localization from UI process.

[Verification] Build and install package. Run
widget and check if it's localized properly
(with start file).

Change-Id: I4c39a577d6b4060a160f17b9a292a928f1c173ea

11 years ago[Release] wrt_0.8.108
Jihoon Chung [Tue, 30 Oct 2012 06:34:47 +0000 (15:34 +0900)]
[Release] wrt_0.8.108

Change-Id: I3d9871d1326574d82ad2c9e6c59b0d38bf52e4a2

11 years agoFixed crash issue during receiving reset event
Jihoon Chung [Tue, 30 Oct 2012 01:10:00 +0000 (10:10 +0900)]
Fixed crash issue during receiving reset event

[Issue#] N/A
[Problem] Crash issue occurred when webapp receive reset event
[Cause] RunnableWidgetObjectState isn't stable
[Solution] Change state when receive reset event to ShowedState
[SCMRequest] N/A

Change-Id: I0cc1f777bcbd03e146cfd956c292b06e4550df89

11 years agoFixed JIRA #S1-9623
Jihoon Chung [Fri, 26 Oct 2012 10:04:45 +0000 (19:04 +0900)]
Fixed JIRA #S1-9623

[Issue#] JIRA #S1-9623
[Problem] After called "process,crashed" callback in the UI side, crash is occurred.
[Cause] Wrong callback data is handled.
[Solution] Make correct to use correct callback data
[SCMRequest] N/A

Change-Id: I3d08ea5415ca1195b6b1886e70be008bb06b6d09

11 years agoFixed app service searching function
Jihoon Chung [Mon, 15 Oct 2012 01:22:15 +0000 (10:22 +0900)]
Fixed app service searching function

[Issue#] N/A
[Problem] Appservice fail to get start uri when mime is "jpeg/*" case
[Cause] Missed to implement various wild character case.
For example, mime type is possible to set "*/*", "jpeg/*".
[Solution] Implement routine for checking wild character cases.
[SCMRequest] N/A

Change-Id: I85f9dd77e4b30f2bedebcbbbda1e0b2ae213ec56

11 years agoFixing profiling script
Krzysztof Jackiewicz [Wed, 24 Oct 2012 12:31:06 +0000 (14:31 +0200)]
Fixing profiling script

[Issue#] N/A
[Bug] The script did not recognize bundle logs.
[Problem] N/A
[Cause] Incorrect regex
[Solution] Regex fixed

[Verification] Run profiling and verify that bundle profiling points are shown correctly.

Change-Id: I54960d16fc7bf21100c87999e167d7f0a3c34e1f

11 years agoChange profiling build
Przemyslaw Ciezkowski [Wed, 24 Oct 2012 07:22:43 +0000 (09:22 +0200)]
Change profiling build

[Issue#] LINUXNGWAP-444
[Feature] Change build parameters for profiling: -O2 optimization, disable debug symbols generation,
disable logs (change WebProcess profiling), disable gprof symbols generation.
Also profiling script was fixed after last changes in wrt-launcher.
[Cause] N/A
[Solution] Changed and fixed profiling. Updated wrt-preloader.
[Verification] Build repository with build_type=profiling. Run any widget,
check if wrt-client logs are disabled. Run profiling scripts.

Change-Id: I9870546ef472e763c548f77eb1b0d3722a48bf3a

11 years agoDeleted factory_widget, so had to remove isDeletable and places where it was used.
Jan Olszak [Mon, 22 Oct 2012 12:14:56 +0000 (14:14 +0200)]
Deleted factory_widget, so had to remove isDeletable and places where it was used.

[Issue#] N/A
[Problem] factory_widget not used anymore
[Cause] N/A
[Solution] Deleted factory_widget, so had to remove isDeletable and places where it was used.
[Verification] Build wrt. idDeletable should not be used anyware.

11 years agoupdate wrt_0.8.107
Soyoung Kim [Thu, 25 Oct 2012 10:34:04 +0000 (19:34 +0900)]
update wrt_0.8.107

11 years agoFix for N_SE-10234 and Redefine of system language change action
Taejeong Lee [Thu, 20 Sep 2012 09:24:51 +0000 (18:24 +0900)]
Fix for N_SE-10234 and Redefine of system language change action

When change system language setting, the webapp in background  comes out foreground.
Re-designed about wrt system language change action. It doesn't works as reset event any more.

11 years agoWhen wrt reset the page uri path was wrong whith double prefix uri.
Soyoung Kim [Tue, 18 Sep 2012 02:48:57 +0000 (11:48 +0900)]
When wrt reset the page uri path was wrong whith double prefix uri.

11 years agoFixed N_SE-10037
Taejeong Lee [Thu, 13 Sep 2012 13:54:39 +0000 (22:54 +0900)]
Fixed N_SE-10037

Lockup error occur after tap Search the web option in music app.
"Search the Web" scheme action was not yet defined on WebApp policy,
so this menu is not support anymore.

11 years agoFixed N_SE-9280 2.0alpha 2.0_alpha accepted/tizen/20130520.103127 submit/master/20120920.151153 submit/tizen/20130517.020310
jihoon.chung [Fri, 7 Sep 2012 12:00:52 +0000 (21:00 +0900)]
Fixed N_SE-9280

WRT doesn't resume webkit when receive reset event. This root
cause is occurred black screen and lock-up.

11 years agoRemove COREGL_FASTPATH
jihoon.chung [Wed, 5 Sep 2012 11:56:37 +0000 (20:56 +0900)]
Remove COREGL_FASTPATH

11 years agoUpdate wrt_0.8.91
jihoon.chung [Wed, 5 Sep 2012 11:52:58 +0000 (20:52 +0900)]
Update wrt_0.8.91

11 years agoUpdate wrt_0.8.90
jihoon.chung [Tue, 4 Sep 2012 14:37:35 +0000 (23:37 +0900)]
Update wrt_0.8.90

11 years agoUpdate wrt_0.8.89
jihoon.chung [Mon, 3 Sep 2012 11:47:16 +0000 (20:47 +0900)]
Update wrt_0.8.89

11 years agoUpdate wrt_0.8.88
jihoon.chung [Wed, 29 Aug 2012 06:31:30 +0000 (15:31 +0900)]
Update wrt_0.8.88

11 years agoRemove COREGL_FASTPATH
jihoon.chung [Wed, 29 Aug 2012 01:54:03 +0000 (10:54 +0900)]
Remove COREGL_FASTPATH

11 years agoUpdate wrt_0.8.86
jihoon.chung [Thu, 23 Aug 2012 23:26:17 +0000 (08:26 +0900)]
Update wrt_0.8.86

11 years agoUpdate wrt_0.8.85
jihoon.chung [Wed, 22 Aug 2012 13:09:26 +0000 (22:09 +0900)]
Update wrt_0.8.85

Change-Id: I15c5a6c7ec32d4cabbc0cdb7d9bbcc928c5d7bb3

12 years agoupload tizen1.0 source
Kim Kibum [Sun, 29 Apr 2012 08:04:37 +0000 (17:04 +0900)]
upload tizen1.0 source

12 years agotizen beta release
Kibum Kim [Mon, 27 Feb 2012 12:16:47 +0000 (21:16 +0900)]
tizen beta release