WonYoung Choi [Tue, 8 Dec 2015 00:34:38 +0000 (09:34 +0900)]
Merge pull request #32 from szulak/launch_screen
LaunchScreen feature implementation
WonYoung Choi [Mon, 30 Nov 2015 06:33:36 +0000 (15:33 +0900)]
Merge pull request #36 from YongseopKim/fix_decryption_if_src_size_is_0
Bypass descryption in case that file's size is 0
WonYoung Choi [Mon, 30 Nov 2015 06:24:37 +0000 (15:24 +0900)]
Merge pull request #35 from szulak/remove_constants
Replace key constants with key method
Wojciech Kosowicz [Wed, 7 Oct 2015 12:47:20 +0000 (14:47 +0200)]
LaunchScreen feature implementation
This commit is dependant on manifest-parser feautre:
https://review.tizen.org/gerrit/#/c/48846/
For more details
https://crosswalk-project.org/documentation/manifest/launch_screen.html
LaunchScreen feature implementation
This commit is dependant on manifest-parser feautre:
https://review.tizen.org/gerrit/#/c/48846/
For more details
https://crosswalk-project.org/documentation/manifest/launch_screen.html
yons.kim [Tue, 24 Nov 2015 10:50:51 +0000 (19:50 +0900)]
Bypass descryption in case that file's size is 0
Until now, crosswalk-tizen does descryption although the files' contents
are empty(the file size is 0). It's ineffective.
Fix code to bypass it in the case.
Arkadiusz Szulakiewicz [Wed, 18 Nov 2015 08:32:24 +0000 (09:32 +0100)]
Replace key constants with key method
This change is dependant on changes to manifest-parser:
https://review.tizen.org/gerrit/#/c/52017/
Seungkeun Lee [Wed, 4 Nov 2015 07:51:32 +0000 (16:51 +0900)]
Merge pull request #33 from JoonghyunCho/update_readme
Update README.md contents
jh5.cho [Tue, 3 Nov 2015 07:31:53 +0000 (16:31 +0900)]
Update README.md contents
- Add 'System Requirement' and 'Quick Start Guide' in the contents
WonYoung Choi [Fri, 23 Oct 2015 00:58:37 +0000 (09:58 +0900)]
Merge pull request #31 from WonyoungChoi/fix_runtime_ipc
Fix RuntimeIPCClient to set routing_id in V8Context
WonYoung Choi [Thu, 22 Oct 2015 10:11:56 +0000 (19:11 +0900)]
Fix RuntimeIPCClient to set routing_id in V8Context
Chromium-EFL creates a routing index for each global context.
The index is stored in V8Context's embedder data with index number 12.
Seungkeun Lee [Fri, 23 Oct 2015 00:09:37 +0000 (09:09 +0900)]
Merge pull request #30 from sung-su/bugfix
Fix incorrectly unique_ptr declared
sung-su.kim [Thu, 22 Oct 2015 00:38:27 +0000 (09:38 +0900)]
Fix incorrectly unique_ptr declared
from unique_ptr<char> to unique_ptr<char[]>
WonYoung Choi [Wed, 21 Oct 2015 06:15:20 +0000 (15:15 +0900)]
Merge pull request #29 from WonyoungChoi/replace_mainloop
Replace g_mainloop to ecore_mainloop of extension process
WonYoung Choi [Tue, 20 Oct 2015 10:08:19 +0000 (19:08 +0900)]
Replace g_mainloop to ecore_mainloop of extension process
Extension process uses ecore_mainloop instead of g_mainloop because
some platform libraries that used in extensions are working on the
ecore mainloop.
But the ecore mainloop of the extension process integrates g_mainloop
iterations. Glib functions using g_mainloop are working well also.
WonYoung Choi [Tue, 20 Oct 2015 07:22:56 +0000 (16:22 +0900)]
Merge pull request #27 from myroot/fix-focus-issue
Remove focus button
WonYoung Choi [Mon, 19 Oct 2015 10:21:54 +0000 (19:21 +0900)]
Merge pull request #28 from crosswalk-project/revert-26-revert-24-master
Reintroduce "config.xml parameter change: on-reset -> reload"
psikorski [Mon, 19 Oct 2015 09:09:04 +0000 (11:09 +0200)]
Revert "Revert "config.xml parameter change: on-reset -> reload""
Seungkeun Lee [Mon, 19 Oct 2015 01:14:27 +0000 (10:14 +0900)]
Remove focus button
- Webkit-efl webview can't got focus
So, We need a button to get a focus
But, chromium-efl webview can got focus
So, We remove the button
It was interfere operation of focus
WonYoung Choi [Fri, 16 Oct 2015 05:46:38 +0000 (14:46 +0900)]
Merge pull request #25 from myroot/fix-widget-size-issue
Fix widget size issue
WonYoung Choi [Fri, 16 Oct 2015 05:46:08 +0000 (14:46 +0900)]
Merge pull request #26 from crosswalk-project/revert-24-master
Revert "config.xml parameter change: on-reset -> reload"
WonYoung Choi [Fri, 16 Oct 2015 05:38:44 +0000 (14:38 +0900)]
Revert "config.xml parameter change: on-reset -> reload"
Seungkeun Lee [Fri, 16 Oct 2015 04:47:46 +0000 (13:47 +0900)]
Fix Widget width/height getter function
- width/height values not changed
- Change the getter function
Seungkeun Lee [Fri, 16 Oct 2015 04:44:16 +0000 (13:44 +0900)]
Fix webview resize issue
- WebView was not resize before running idler (EFL issue)
- evas_norender performed resize of viewes
- After set the Webview, called evas_norender to resize
WonYoung Choi [Wed, 14 Oct 2015 12:12:03 +0000 (21:12 +0900)]
Merge pull request #24 from psikorski/master
Change an attribute of config.xml : on-reset -> reload
Pawel Sikorski [Wed, 30 Sep 2015 07:32:46 +0000 (09:32 +0200)]
config.xml parameter change: on-reset -> reload
Depends on: https://review.tizen.org/gerrit/#/c/48171/
Change-Id: Ifb8bf53d6610d2a4df56a537e02f6df452370abe
Seungkeun Lee [Thu, 8 Oct 2015 05:49:56 +0000 (14:49 +0900)]
Merge pull request #23 from WonyoungChoi/fix_exit_procedure
Call terminator of WebApplication when receive tizen://exit
WonYoung Choi [Thu, 8 Oct 2015 02:16:57 +0000 (11:16 +0900)]
Call terminator of WebApplication when receive tizen://exit
Application should call the terminator of WebApplication to terminate
application in normal procedure when receive the runtime message
'tizen://exit' from Device APIs.
WonYoung Choi [Mon, 5 Oct 2015 07:13:06 +0000 (16:13 +0900)]
Merge pull request #22 from myroot/reuse-webview-onappcontrol
Reuse WebView to response appcontrol request
Seungkeun Lee [Mon, 5 Oct 2015 05:32:32 +0000 (14:32 +0900)]
Reuse WebView to response appcontrol request
- Issue
WebView re-create was cause re-create renderer process
Re-creation of WebView was take a long time
- Proposal
Reuse WebView(just change the URL of current WebView)
WonYoung Choi [Mon, 5 Oct 2015 07:09:01 +0000 (16:09 +0900)]
Merge pull request #21 from myroot/fix-appcontrol-reset
Fix AppControl reload="disable" behavior bug
Seungkeun Lee [Mon, 5 Oct 2015 04:48:20 +0000 (13:48 +0900)]
Fix AppControl reload="disable" behavior bug
- WebView::GetUrl() was returing localized URL, But we compare with relative URL
- res->uri convert to localized url and compare with webview::GetUrl()
- Remove unused instance variable
WonYoung Choi [Mon, 5 Oct 2015 05:10:43 +0000 (14:10 +0900)]
Merge pull request #20 from JoonghyunCho/fix_comparemime_function
Fix comparemime function
jh5.cho [Mon, 5 Oct 2015 04:51:40 +0000 (13:51 +0900)]
Fix wildcard character comparison process in CompareMime()
The wildcard character is supposed to cover every value that includs an empty string("")
when compare mime types.
issue: crosswalk-project/crosswalk-tizen#18
( https://github.com/crosswalk-project/crosswalk-tizen/issues/18 )
WonYoung Choi [Mon, 5 Oct 2015 01:07:00 +0000 (10:07 +0900)]
Merge pull request #16 from sung-su/ordering
Reorder the sequence of includes
sung-su.kim [Fri, 2 Oct 2015 07:14:38 +0000 (16:14 +0900)]
Reorder the sequence of includes
Seungkeun Lee [Fri, 2 Oct 2015 01:29:43 +0000 (10:29 +0900)]
Merge pull request #14 from sung-su/decryption
Add resource decryption
sung-su.kim [Wed, 30 Sep 2015 02:47:21 +0000 (11:47 +0900)]
Add resource decryption
- If `<tizen:setting encryption="enable">` case,
the app-installers should be encrypted and saved the resource.
(.html, .htm, .js, .css extensions files)
- When the web-engine requests the encrypted resource,
web-runtime should be return the decrypted resource
to the web-engine through the data scheme.
WonYoung Choi [Wed, 30 Sep 2015 10:58:57 +0000 (19:58 +0900)]
Merge pull request #15 from JoonghyunCho/fix_ExtName_function
Fix ExtName() that was returning the wrong value
jh5.cho [Wed, 30 Sep 2015 10:11:31 +0000 (19:11 +0900)]
Fix ExtName() function that is in common/file_utils.cc
ExtName() function, which returns a file extension, was returning the wrong extention
when there is '?' or '#' after a 'html' file path.
(ex) If path is "file://abc.html?test=c", returned value was ".html?test=c".
Now it is corrected to ".html"
WonYoung Choi [Thu, 24 Sep 2015 10:31:51 +0000 (19:31 +0900)]
Merge pull request #12 from YongseopKim/fix_rp_crash_when_iframe_external
Fix rp crash when iframe navigates to external url
yons.kim [Thu, 24 Sep 2015 02:15:54 +0000 (11:15 +0900)]
Fix rp crash when iframe navigates to external url
XWalk tried to delete any XWalkModuleSystem whether it is set or not.
So, adds code about
1. Setting XWalkModuleSystem in v8::Context with null before checking
whether base_url is external or not in DynamicPlginStartSession()
2. Deleting XWalkModuleSystem after checking whether the XwalkModuleSystem
is not null in XWalkModuleSystem::ResetModuleSystemFromContext()
WonYoung Choi [Thu, 24 Sep 2015 08:02:53 +0000 (17:02 +0900)]
Merge pull request #13 from YongseopKim/fix_popup_error_not_init
Fix popup error due to uninitialized members
yons.kim [Thu, 24 Sep 2015 06:49:52 +0000 (15:49 +0900)]
Fix popup error due to uninitialized members
Add code to initialize member variables in Popup's constructor and
to check whether the value from elm_entry_entry_get() is null or not
When cert popups are opened in succession, elm_entry_entry_get() returns
null occationally. So it needs null check.
Until now, Popup's boolean member variables have not initialized. So
Popup::Result() enters code about entry although Popup doesn't use entry.
It needs to initialize member variables with proper values.
Seungkeun Lee(이승근) [Mon, 21 Sep 2015 02:29:07 +0000 (11:29 +0900)]
Merge pull request #11 from JoonghyunCho/fix_popup_layout
[Popup] Fix popup layout destroying issue
WonYoung Choi [Mon, 21 Sep 2015 02:23:52 +0000 (11:23 +0900)]
Merge pull request #10 from myroot/remove-unused-cert-svc-package
Remove unsused package(cert-svc).
jh5.cho [Mon, 21 Sep 2015 02:05:25 +0000 (11:05 +0900)]
[Popup] Fix popup layout destroying issue
- Remove using grid container
- Use layout format to contain multiple widgets
- Erase unused groups in edc file
Seungkeun Lee [Mon, 21 Sep 2015 01:52:53 +0000 (10:52 +0900)]
Remove unsused package(cert-svc).
WonYoung Choi [Mon, 21 Sep 2015 01:35:30 +0000 (10:35 +0900)]
Merge pull request #9 from myroot/fix-build-error-related-appcontrol
Fix namespace related error
Seungkeun Lee [Mon, 21 Sep 2015 01:18:06 +0000 (10:18 +0900)]
Fix namespace related error
- common:: namsespace was required
WonYoung Choi [Mon, 21 Sep 2015 01:29:22 +0000 (10:29 +0900)]
Merge pull request #8 from myroot/fix-context-menu
Fix context menu handling
WonYoung Choi [Mon, 21 Sep 2015 01:28:48 +0000 (10:28 +0900)]
Merge pull request #7 from myroot/fix-localize-logic
Fix resource localize logic
WonYoung Choi [Mon, 21 Sep 2015 01:04:27 +0000 (10:04 +0900)]
Merge pull request #6 from myroot/handle-scheme-to-appcontrol
Implement Scheme to Appcontrol request
WonYoung Choi [Mon, 21 Sep 2015 01:03:54 +0000 (10:03 +0900)]
Merge pull request #4 from myroot/getusermeida-permission
Implement GetUsermedia Popup
Seungkeun Lee [Tue, 1 Sep 2015 07:37:10 +0000 (16:37 +0900)]
Fix resource localize logic
- Input Url could be localed url including locale folder
- Input Url was encoded with URL encode
Change-Id: I956d17fd29efd2a756d9e9d0605a489c49c2c744
Seungkeun Lee [Mon, 7 Sep 2015 06:29:46 +0000 (15:29 +0900)]
Implement Scheme to Appcontrol request
- Well-known scheme was converted to AppControl request
- Except (http(s), file, app, data, blob), all custom scheme was send to AppControl request
Change-Id: Id4fe074cdec87bd8812519f555dea31f28be60ea
Seungkeun Lee(이승근) [Fri, 18 Sep 2015 08:24:36 +0000 (17:24 +0900)]
Merge pull request #1 from WonyoungChoi/fix_spec_for_manifest
Fix spec file for changing manifest file location
Seungkeun Lee [Mon, 7 Sep 2015 02:10:39 +0000 (11:10 +0900)]
Implement GetUsermedia Popup
Change-Id: I57bd1a45a70b2173cb75308c830293a2edb92504
Seungkeun Lee [Thu, 3 Sep 2015 05:29:35 +0000 (14:29 +0900)]
Fix context menu handling
- ewk_context_menu_item_count could be 0
- item index was starts with 0
Change-Id: I27ec8336726665a33ca9b8ec9cbcaaf9d29be519
WonYoung Choi [Thu, 17 Sep 2015 10:06:45 +0000 (19:06 +0900)]
Fix spec file for changing manifest file location
WonYoung Choi [Tue, 1 Sep 2015 06:20:44 +0000 (15:20 +0900)]
Code Refactoring for xwalk release
Change-Id: I421049c0d242ce5a8ac0b32949362f174fd5e37a
yons.kim [Mon, 31 Aug 2015 10:49:10 +0000 (19:49 +0900)]
Fix to enable extracting scheme from str(no ://)
- enables getting scheme from string which is without '://'
- for below situation
- info_uri: tct / request_uri: tct://test_runner
Change-Id: I442d8a3a1e93e6f3229a41a6b2b619c97c100658
Seungkeun Lee [Mon, 31 Aug 2015 00:33:58 +0000 (09:33 +0900)]
Update extension lazy loading logic
- Fix widget loading issue
- *.json files can be extension metadata
- All extension plugins should provide the metadata file(.json)
If does not provide metadata file, It can't load in lazy load mode
Change-Id: I2efd4bb4ede7d3f6cfbbc7cd2e603b9a89ab6bd7
Seungkeun Lee [Wed, 26 Aug 2015 04:47:04 +0000 (13:47 +0900)]
Fix window rotation code
- elm_win_wm_rotation_preferred_rotation_set will cause window rotation so, I remove elm_win_rotation_set code
Change-Id: Ie096f6e40cfc762249d0a4da984dbc9269427576
Seungkeun Lee [Fri, 28 Aug 2015 07:37:54 +0000 (16:37 +0900)]
Fix WebEngine opened Popup related crash issue with workaround code
- If popup(opened by webengein) was not closed when WebView was deleted, it will cause crash
- When WebView was deleted, request closing popup to the webengine
- popup close request API should be provided by webengine, currently use workaround API
Change-Id: I3ac2647e09c8d434b6398dbc3143a8e5bf77af20
Seungkeun Lee [Fri, 28 Aug 2015 06:23:40 +0000 (15:23 +0900)]
Fix Popup related crash issue
- If popup was not closed when WebView was deleted, it will cause crash
- When ClearViewStack, all opened popup was force closing
Change-Id: I4affe379c2f39160908c19c6efdbbdb3caa43ce5
Seungkeun Lee [Fri, 28 Aug 2015 08:23:35 +0000 (17:23 +0900)]
Fix for widget lazyloading (workaround)
- widget API was not added in plugins.json
- as workaround, add manually widget API
Change-Id: Iacc5512076d1f3aaf83b3d038cc85da859eb1e72
Seungkeun Lee [Thu, 27 Aug 2015 01:13:38 +0000 (10:13 +0900)]
Add Smack manifest
- request _ label
Change-Id: I1a6e5aa45e02de859bb93bbf2382a551408eeeaa
Seungkeun Lee [Wed, 26 Aug 2015 00:19:04 +0000 (09:19 +0900)]
Add "--no-sandbox" parameter
- ewk was defaultly enabled sandbox
Change-Id: I165ead392f29e0209721058c06e0d9980ff0860c
Seungkeun Lee [Wed, 26 Aug 2015 00:17:30 +0000 (09:17 +0900)]
Revert "Add defense code that sets default text encoding"
This reverts commit
2a9918b0739165fd2fe82a30e60bc11abe8548c4.
Conflicts:
src/runtime/web_view_impl.cc
Change-Id: Ic16114091a30b8780935b98f85771a1294393598
Seungkeun Lee [Mon, 17 Aug 2015 04:14:49 +0000 (13:14 +0900)]
Implements plugin lazy loading
Change-Id: I713582d2e84147e0940176e7db658e785be96bcd
WonYoung Choi [Tue, 18 Aug 2015 06:27:13 +0000 (15:27 +0900)]
fix getting user_runtime_dir for dbus
Change-Id: Ibf121f7f1af21d3a6328dfa8d3d6bd7c63808ffc
Seungkeun Lee [Thu, 13 Aug 2015 04:48:48 +0000 (13:48 +0900)]
Add Profile log
Change-Id: I6671e750ac16a0fff40a196a23cb030e1b941b7d
Seungkeun Lee [Wed, 12 Aug 2015 06:53:25 +0000 (15:53 +0900)]
Add orientation type
- Natural : device natural orientation
- Any : current orientation
Change-Id: Idfabccd35b1f688b4f790e08286d66a152e8ff3d
Seungkeun Lee [Wed, 12 Aug 2015 07:08:58 +0000 (16:08 +0900)]
Remove deprecated callback
- ewk_view_orientation_lock_callback_set
Change-Id: I7c56245faeaff8198f825f32f7eb50265823841d
WonYoung Choi [Thu, 13 Aug 2015 01:50:51 +0000 (10:50 +0900)]
[Temporary] skip ewk_shutdown
Change-Id: I039b882d5f786d25e8e64360ebeefe0a68c49955
WonYoung Choi [Thu, 13 Aug 2015 01:44:14 +0000 (10:44 +0900)]
Runtime process should be terminated when Extension process is crashed
Change-Id: Ia1166736eea3bb0e8ae8bb7ada971f626da28424
WonYoung Choi [Mon, 10 Aug 2015 04:55:41 +0000 (21:55 -0700)]
Merge "Use smart class - To enable orientation lock API" into tizen
WonYoung Choi [Mon, 10 Aug 2015 04:33:51 +0000 (13:33 +0900)]
Fix SIGABRT when runtime exits.
ewk_shutdown() should be called after Runtime's destructor.
Change-Id: I64baede07e4418cbf75ba0d65f3d863ee1da3c65
Seungkeun Lee [Thu, 11 Jun 2015 09:56:46 +0000 (18:56 +0900)]
Use smart class
- To enable orientation lock API
Change-Id: I3c6213b364155da7f4e4e3aba4890f7b7ef1b500
jh5.cho [Wed, 5 Aug 2015 10:14:43 +0000 (19:14 +0900)]
Add defense code that sets default text encoding
Change-Id: I11798e4ccc0850d1996a42661b20ffa37f6859a6
jh5.cho [Thu, 30 Jul 2015 09:46:21 +0000 (18:46 +0900)]
Dispatch tizenhwkey 'menu' event
Change-Id: Iebbce0b1a0d5466482e0fdd635ccb6382fe3892e
Seungkeun Lee [Mon, 27 Jul 2015 08:16:02 +0000 (17:16 +0900)]
Fix Crash issue, when popup button was quickly double-clicked
Change-Id: I3500dc9ba5e117ba6cbae93b5e92abb69c8e3519
Seungkeun Lee [Mon, 27 Jul 2015 06:45:38 +0000 (15:45 +0900)]
Implement AppDB by sqlite
Change-Id: If38d54e4c8fbc531570f00557521c9810a103bc9
jh5.cho [Mon, 27 Jul 2015 10:12:05 +0000 (19:12 +0900)]
Apply application path to restore 2.x directory structure
$HOME/apps_rw/{PKGID}/{APPID}/… to $HOME/apps_rw/{PKGID}/res/wgt…
Change-Id: I9ac512b5abfc38ce6390efb8a465274efaf639cb
Seungkeun Lee [Fri, 24 Jul 2015 02:02:08 +0000 (11:02 +0900)]
Only app:// and file:// could be localized
Change-Id: Idf748e9c09b16bba72ec8003e0d8b39f2fad0b0f
Seungkeun Lee [Thu, 23 Jul 2015 02:28:13 +0000 (11:28 +0900)]
Lint script for only changed files
Change-Id: I54d5d1fc4d7565f9c32247a8106e213c739912df
WonYoung Choi [Wed, 22 Jul 2015 04:48:32 +0000 (21:48 -0700)]
Merge "Implement WebSetting.removeAllCookies API client side" into tizen
WonYoung Choi [Wed, 22 Jul 2015 04:47:54 +0000 (21:47 -0700)]
Merge "implement of content element processing" into tizen
Seungkeun Lee [Mon, 20 Jul 2015 08:18:06 +0000 (17:18 +0900)]
Implement WebSetting.removeAllCookies API client side
Change-Id: I7a46c77e81e47ad5152155ebe256c4606d15b891
Joonghyun Cho [Fri, 3 Jul 2015 01:11:01 +0000 (10:11 +0900)]
implement of content element processing
Change-Id: Ie44a9fb78b409813237777d85bffcbb9232a8942
jh5.cho [Thu, 16 Jul 2015 02:19:15 +0000 (11:19 +0900)]
Change deprecated pkg to the new one, efl-assist to efl-extension
Change-Id: I849467d6ef0cc5a2b2dfaa30b0c1d50d1f9f8d86
Yongseop Kim [Mon, 13 Jul 2015 07:10:11 +0000 (16:10 +0900)]
Apply mime_override_callback for specific mimetype
Change-Id: Iccac998196d35452238291b934cb8233dc936ef0
Yongseop Kim [Fri, 10 Jul 2015 03:06:32 +0000 (12:06 +0900)]
Apply WidgetConfigParser from Manifest-parser
Change-Id: I60cc7496a5ab848d160319710cd5baf9fb1d1642
Yongseop Kim [Wed, 8 Jul 2015 12:31:56 +0000 (21:31 +0900)]
Fix code to enable hw key event
Change-Id: I91c726d3df4e66d7e94747d8971c7ca612452cf5
WonYoung Choi [Wed, 8 Jul 2015 02:00:49 +0000 (11:00 +0900)]
Cleanup code
Change-Id: I19f9f39503149d4296474cbcde60e625ac5a02fe
WonYoung Choi [Wed, 8 Jul 2015 01:26:17 +0000 (18:26 -0700)]
Merge "Refactoring CompareMime(), CompareUri()" into tizen
Yongseop Kim [Thu, 18 Jun 2015 14:14:00 +0000 (23:14 +0900)]
Refactoring CompareMime(), CompareUri()
- remove regex codes
- process only '*' wildcard
Change-Id: I469e6588f9bed38db29b1a6e53d21d219cee9d95
WonYoung Choi [Tue, 7 Jul 2015 02:08:43 +0000 (19:08 -0700)]
Merge "Implement new Url class" into tizen
WonYoung Choi [Tue, 7 Jul 2015 02:08:07 +0000 (19:08 -0700)]
Merge "Implement objecttools module. - It provide Object manipulation function. - It is not redfined by User codes" into tizen
Joonghyun Cho [Mon, 6 Jul 2015 10:22:05 +0000 (19:22 +0900)]
Change runtim-info keys to system-settings keys to apply vconf-internal-keys changes
Change-Id: I7c9c6db6d363bffcf6bcdd1b5ceaafb9a0a12f8b