platform/framework/web/wrt.git
11 years agoRelease wrt_0.8.117
Yunchan Cho [Tue, 4 Dec 2012 04:44:25 +0000 (13:44 +0900)]
Release wrt_0.8.117

Change-Id: I895b6d50c080239e7b31ccdcfa4dc70842ca51e1

11 years agofix build break due to wrong header file
Yunchan Cho [Fri, 30 Nov 2012 09:57:08 +0000 (18:57 +0900)]
fix build break due to wrong header file

[Issue#]       N/A
[Bug]          build break
[Cause]        optional.h dosen't include OptionalString type
[Solution]     optional_typedefs.h is used instead of optional.h

Change-Id: Iba08a0d57f04fe15b4a5d52ac4f6a2551167571c

11 years agoMerge "Add new usercallbacks for executable to know when new webview created and...
Hoseon LEE [Fri, 30 Nov 2012 09:42:02 +0000 (18:42 +0900)]
Merge "Add new usercallbacks for executable to know when new webview created and destroyed."

11 years agoFix for fullscreen toggling methods
Janusz Majnert [Wed, 28 Nov 2012 09:21:05 +0000 (10:21 +0100)]
Fix for fullscreen toggling methods

[Issue#] ORANGE-128
[Bug] Fullscreen API broken
[Cause] Changes made to fullscreen toggling methods broke them
[Solution] Fix the changes
[Verification] Run the fullscreen-test.wgt widget

The verification widget is available in the bug report:
https://tizendev.org/bugs/browse/ORANGE-128

Change-Id: Icce5df94ebfbf91d51aa3c7119d4bbe2d303fe63

11 years agoAdd new usercallbacks for executable to know when new webview created and destroyed.
Yunchan Cho [Wed, 21 Nov 2012 06:10:00 +0000 (15:10 +0900)]
Add new usercallbacks for executable to know when new webview created and destroyed.

[Issue#] executables that use wrt-core lib may need to know when new webview is created or destroyed.
[Bug] N/A
[Cause] Now there is no way for each executable using wrt-core to know that time
[Solution] New two UserDelegates callbacks are added, and they are called in window create, close callback of viewlogic
[Verification] Register new two UserDelegates callbacks in your executable (like wrt-client),
               and let your executable to load specific web contents that executes window.open as '_blank'

Change-Id: I40e81111ad3af115f2684a4957ece921d9a18174

11 years agoUnused code 3
Tomasz Iwanek [Tue, 27 Nov 2012 13:39:46 +0000 (14:39 +0100)]
Unused code 3

[Issue#]       LINUXNGWAP-561
[Bug]          Unused code and headers
[Cause]        N/A
[Solution]     N/A
[Verification] Build repository

Change-Id: I0d93e7f3fa0bf7e71a0a9696f83aa460b15d816e

11 years agoUnused code
Tomasz Iwanek [Wed, 21 Nov 2012 07:57:57 +0000 (08:57 +0100)]
Unused code

[Issue#]       LINUXNGWAP-561
[Bug]          Unused code
[Cause]        N/A
[Solution]     Removing code that is never used
[Verification] Run quick tests

Change-Id: Ia12bbf2c8a9913f975c171813856fb0d95a513e0

11 years agoDistinguish between system headers and project headers.
Jan Olszak [Fri, 23 Nov 2012 11:25:40 +0000 (12:25 +0100)]
Distinguish between system headers and project headers.

[Issue#] During compilation system and project headers were included the same way.
[Bug] N/A
[Cause] N/A
[Solution] Use -isystem flag to include system headers. In CMake files it's done by INCLUDE_DIRECTORY( SYSTEM ... ).
[Verification] Build. No warnings from system headers.

Change-Id: I275281d33fc262ba67b79bc523b3f994ace9ec9b

11 years ago[Release] wrt_0.8.116
Jihoon Chung [Fri, 23 Nov 2012 12:24:04 +0000 (21:24 +0900)]
[Release] wrt_0.8.116

Change-Id: I3b63c23248f0ccf6796f28b04e384791668b99e4

11 years agoSupport security origin for W3C geolocation
Jihoon Chung [Fri, 23 Nov 2012 09:21:54 +0000 (18:21 +0900)]
Support security origin for W3C geolocation

[Issue#] N/A
[Problem] Support security origin for geolocation permmision
[Cause] N/A
[Solution] Implement security origin stored database after user
makes decision on the asking popup
[SCMRequest] N/A

Change-Id: Idd5fa1fb39491c84f6943e713b42346b6a163872

11 years agoSupport security origin for W3C Web storage usage
Jihoon Chung [Fri, 23 Nov 2012 08:06:11 +0000 (17:06 +0900)]
Support security origin for W3C Web storage usage

[Issue#] N/A
[Problem] Support security origin for create web storage
[Cause] N/A
[Solution] Implement security origin stored database after user
makes decision on the asking popup
[SCMRequest] N/A

Change-Id: I876ec13f82d67e93c5a831a4f614196a09f669e3

11 years agoSupport check popup for security origin permission
Jihoon Chung [Fri, 23 Nov 2012 04:12:29 +0000 (13:12 +0900)]
Support check popup for security origin permission

[Issue#] N/A
[Problem] Permission for security origin is changed
Popup needs check button for "Don't ask again"
[Cause] N/A
[Solution] Implement check popup for security origin in the
security origin support.
This popup isn't flexible for using other case.
[SCMRequest] N/A

Change-Id: I0424a15b30152a49d2a81243c8c308261af45fed

11 years agoSupport security origin for W3C filesystem API
Jihoon Chung [Fri, 12 Oct 2012 00:51:30 +0000 (09:51 +0900)]
Support security origin for W3C filesystem API

[Issue#] N/A
[Problem] Support security origin for file API
[Cause] N/A
[Solution] Implement security origin stored database after user
makes decision on the asking popup
[SCMRequest] N/A
This commit needs https://tizendev.org/gerrit/#/c/14079/2

Change-Id: I14968d51ab4df8fde53473c30b103969b215b38c

11 years agoLogs restored in Release configuration
Krzysztof Jackiewicz [Thu, 22 Nov 2012 10:38:19 +0000 (11:38 +0100)]
Logs restored in Release configuration

[Issue#] N/A
[Feature] N/A
[Problem] Logs were disabled in Release configuration
[Cause] N/A
[Solution] Logs enabled for Release configuration

[Verification] Compile wrt in Debug, Profiling and Release mode. Only in
Profiling mode, logs should be permanently disabled.

Change-Id: I743937833d12638c3633009348ae9444b959ab76

11 years agoChange action of appservice in case that serviced page is same to current page of...
Yunchan Cho [Tue, 20 Nov 2012 09:27:58 +0000 (18:27 +0900)]
Change action of appservice in case that serviced page is same to current page of webapp

[Issue#] appservice handling is wrong.
[Bug] N/A
[Cause] N/A
[Solution] when appservice is requested and webapp for the appservice already has its service page as top level page,
           wrt has to raise and activate window, and then fire custom event for appservice.

Change-Id: Ia7623cf42320db14885b1ed00342225bff497910

11 years ago[Release] wrt_0.8.115
Jihoon Chung [Fri, 23 Nov 2012 02:07:44 +0000 (11:07 +0900)]
[Release] wrt_0.8.115

Change-Id: Ic41315cdff60cf9204548e42721ee194c9c46a70

11 years agoSupport security origin database
Jihoon Chung [Thu, 8 Nov 2012 02:43:44 +0000 (11:43 +0900)]
Support security origin database

[Issue#] N/A
[Problem] Implement security origin for WebApplication
[Cause] N/A
[Solution] For keeping enhancement launching time and create security
origin DAO by ondemand, implement security origin using singleton.
Singleton will initialize securityOriginDAO when webkit required user
permission
[SCMRequest] N/A

Change-Id: Ib149a935ee1369a6c7226098fd314ab26c40249a

11 years agoRemove build warning
Jihoon Chung [Tue, 13 Nov 2012 23:08:53 +0000 (08:08 +0900)]
Remove build warning

[Issue#] N/A
[Problem] Build warning is occurred by deprecated API
[Cause] Some webkit API is deprecated
[Solution] Replace API to new API
[SCMRequest] N/A

Change-Id: Iaead7ed71fbe81a319dd66b23f8939ef98fb9031

11 years agoTest mode for installation of widgets in profiling script
Tomasz Iwanek [Wed, 21 Nov 2012 12:48:07 +0000 (13:48 +0100)]
Test mode for installation of widgets in profiling script

[Issue#]       N/A
[Bug]          wrt-installer should be launched in TEST_MODE
[Cause]        wrt-installer will prompt popups with test mode
[Solution]     N/A
[Verification] Run profiling_target_part.pl and see if widgets have been installed with no popups

Change-Id: I5f81361bb21c5d79ae657de50e9c55a74f314537

11 years agoReturn to previous window structure
lke01.lee [Thu, 22 Nov 2012 04:42:18 +0000 (13:42 +0900)]
Return to previous window structure

[Issue#] New concept for window doesn't apply on RSA
[Problem]
[Cause]
[Solution] Return to the previous window structure
[SCMRequest] N/A

Change-Id: I72546458843f2d2d09b43902b3b1932e3ed197ee

11 years agolocalizeWidgetModel() removal
Marcin Kaminski [Wed, 7 Nov 2012 14:35:44 +0000 (15:35 +0100)]
localizeWidgetModel() removal

New LanguageTagsPpovider API is used
for default widget locales setting
instead of calling deprecated
localizeWidgetModel()

[Issue#] N/A
[Feature] Code refactoring & cleaning.
[Cause] localizeWidgetModel() was the only
method in file and did not do anymore
what it's name suggest.
[Solution] N/A

[Verification] Successfull build.

Change-Id: Ic11531d63b7f5bc77ff183d33fe29115b7ab2f65

11 years agoRemoved GetFactoryWidget.
Jan Olszak [Tue, 13 Nov 2012 10:47:38 +0000 (11:47 +0100)]
Removed GetFactoryWidget.

[Issue#] Factory_widget not used anymore.
[Bug] N/A
[Cause] N/A
[Solution] Removed factory_widget and related methods, error codes, exceptions.
[Verification] Build wrt. No undefined symbols = OK

Change-Id: I9864a640964246c9f18b38fd690879d949e8f0e4

11 years ago[Engine] Replace widget handle with tizen id in widgetModel
Przemyslaw Ciezkowski [Wed, 31 Oct 2012 10:45:36 +0000 (11:45 +0100)]
[Engine] Replace widget handle with tizen id in widgetModel

[Issue#] LINUXNGWAP-427
[Problem] Widget handle should not be exposed in widgetModel.
[Cause] N/A
[Solution] Replaced.

[Verification] Run any widget.

Change-Id: I9fac55513ea58307443fa545582ae86075678715

11 years ago[Engine] Replace widget handle with tizen id
Przemyslaw Ciezkowski [Wed, 31 Oct 2012 10:17:03 +0000 (11:17 +0100)]
[Engine] Replace widget handle with tizen id

[Issue#] LINUXNGWAP-427
[Problem] Widget handle should not be exposed in ViewLogic SecuritySupport
and in PluginModule Support.
[Cause] N/A
[Solution] Replaced.

[Verification] Run any WAC widget (to test pluginModule).
Run manual geolocation test.

Change-Id: Ica6e0fbb26a08e37c5b6be38efc383b82eac4877

11 years agoUnregister bundle callbacks to avoid abort
Grzegorz Krawczyk [Mon, 12 Nov 2012 16:16:33 +0000 (17:16 +0100)]
Unregister bundle callbacks to avoid abort

[Issue#] N_SE-13058
[Problem] WRT abort occurs when emula
[Cause] Webkit invoke callbacks on object which is not available.
[Solution] Unregister callbacks from webkit
[SCMRequest] N/A

Verification :
(On emulator)
1. Run Intel hangonman
2. Right click on emulator window
3. Close (emulator)
4. Ok (to confirm)
5. Start the emulator again
6. Go SLP bugs folder in connection explorer
(/opt/share/hidden_storage/SLP_debug) check that new file with bug trace
does not appear

Change-Id: Iab5c211822dcec748cb2f3765d90a007d4e669f4

11 years agoProfiling disabled for other configurations
Krzysztof Jackiewicz [Thu, 8 Nov 2012 11:37:59 +0000 (12:37 +0100)]
Profiling disabled for other configurations

[Issue#] N/A
[Bug] Profiling library was compiled and used regardless of the build
configuration. Logs should be disabled in configurations other than Debug.
[Problem] N/A
[Cause] Incorrect cmake configuration.
[Solution] Compilation is triggered only in Profiling build configuration. Logs
allowed only in Debug mode.

[Verification]
1.Compile wrt with build_type set to Profiling and any other (Release, Debug).
Both should succeed.
2.For both configurations run rpm -qlp <wrt.rpm> | grep profiling. Only in case
of Profiling the library should be present.
3.Run any widget. It should be displayed properly in both cases.
4.Run profiling scripts. In case of profiling they should produce graphs. It
should fail (freeze) in other configurations.
5.Check compilation output. Logs should be enabled only in Debug mode

Change-Id: Ia60d609433e1896750f43a3508ca343b7e86695a

11 years ago[Release] wrt_0.8.114
Yunchan Cho [Mon, 19 Nov 2012 04:25:17 +0000 (13:25 +0900)]
[Release] wrt_0.8.114

Change-Id: Ibe86effeae35a3b88560742d9375a09e82dde77b

11 years agoresolve abnormal action on recieving appservice event
Yunchan Cho [Tue, 6 Nov 2012 06:48:13 +0000 (15:48 +0900)]
resolve abnormal action on recieving appservice event

[Issue#] appservice didn't work in the wrt
[Problem] mime check function didn't compare NULL value
[Cause] N/A
[Solution] Comparing NULL value is added to code checking appservice

Change-Id: I8af9248fa6586a24aee3a0d6bca7d18eb0dced5a

11 years ago[Release] wrt_0.8.113
Yunchan Cho [Thu, 15 Nov 2012 06:43:13 +0000 (15:43 +0900)]
[Release] wrt_0.8.113

Change-Id: I35ab5afc534c73dff4f1941dd4c47165b9184611

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