framework/web/webkit-efl.git
10 years agoCancel focus ui when touch event was occurred
SangYong Park [Mon, 19 Aug 2013 09:06:00 +0000 (18:06 +0900)]
Cancel focus ui when touch event was occurred

[Title] Cancel focus ui when touch event was occurred
[Issue#] N_SE-48797
[Problem] Focus ring was presented after tap button
[Cause] Focus ui was not cancelled
[Solution] Cancel focus ui when touch event was occurred

Change-Id: Iddbfd01841c4e218f4612cebe242bf80394cb28f

10 years agoCrash with malformed datetime value
KwangYong Choi [Tue, 20 Aug 2013 01:14:04 +0000 (10:14 +0900)]
Crash with malformed datetime value

[Title] Crash with malformed datetime value.
[Issue#] N_SE-49068
[Problem] Crash once.
[Cause] Malformed value is passed to input picker.
[Solution] Check format tightly.

Change-Id: I3187a3d2c693a869bda9d74f837fb45f3b4e4ed7

10 years agoAdd APIs to get/set state of transparent background.
Eunmi Lee [Fri, 19 Jul 2013 12:46:39 +0000 (21:46 +0900)]
Add APIs to get/set state of transparent background.

[Title] Add APIs to get/set state of transparent background.
[Issue#] N/A
[Problem] We can not make pd of web-dynamic-box transparent,
      and pd is disappeared if webview's color is set to transparent.
[Cause] There is no way to set transparent background and Evas does not draws if object's color is transparent.
[Solution] Add APIs to get/set state of transparent background.

Change-Id: I9635959e4984338d5e58a240e8d1aac3a1174901

10 years ago[Release] Webkit2-efl-123997_0.11.89
Eunsol Cha [Wed, 14 Aug 2013 11:11:28 +0000 (20:11 +0900)]
[Release] Webkit2-efl-123997_0.11.89

Change-Id: I78880ca714b7dd548e8ae4071db1a84f08f49990

10 years agoVibration pattern should have odd length at start
Kamil Lysik [Mon, 29 Jul 2013 12:42:42 +0000 (14:42 +0200)]
Vibration pattern should have odd length at start

[Title] Vibration pattern should have odd length at start
[Issue] HTML5-65
[Problem] If pattern length is even, last element should be removed
[Solution] Remove last element when pattern length is even

Change-Id: I17f541d2b4337e3e3150846284d3c5230e850c75

10 years agoWebVibrationClient is attached two times
Kamil Lysik [Tue, 30 Jul 2013 11:37:16 +0000 (13:37 +0200)]
WebVibrationClient is attached two times

[Title] WebVibrationClient is attached two times
[Issue] HTML5-64
[Problem] WebVibrationClient is duplicated without reason
[Solution] Remove duplicated code

Change-Id: Ice1351034dd54522490765e9219dc78535abed61

10 years agoVibration pattern cannot be stopped in some cases
Kamil Lysik [Fri, 26 Jul 2013 10:19:25 +0000 (12:19 +0200)]
Vibration pattern cannot be stopped in some cases

[Title] Vibration pattern cannot be stopped in some cases
[Issue] HTML5-63
[Problem] vibrate(time) should break current pattern.
[Solution] Convert pattern to list and call method for list

Change-Id: I237f45042b40254b1175e98dcebfe66cef47589d

10 years agoewk_notification_policies_removed crashes
Kamil Lysik [Mon, 22 Jul 2013 14:40:59 +0000 (16:40 +0200)]
ewk_notification_policies_removed crashes

[Title] ewk_notification_policies_removed crashes
[Issue#] HTML5-62
[Problem] ewk_notification_policies_removed crashes with segfault
[Solution] Guarantee that objects aren't destroyed before usage

Change-Id: I7d57eff0e4842b13e9b351a1bb24328781511652

10 years agoFix lockup issue when key event was occurs frequently by host keyboard
SangYong Park [Wed, 14 Aug 2013 01:45:50 +0000 (10:45 +0900)]
Fix lockup issue when key event was occurs frequently by host keyboard

[Title] Fix lockup issue when key event occurs frequently by host keyboard
[Issue#] N_SE-48592 N_SE-48638
[Problem] App lockup occurs
[Cause] IPC is no reaction by when IPC occurs freqently by key event.
[Solution] Reduce the occurrence of the IPC.

Change-Id: I7995f7e3dfb52c30c4a15a1635b267418833f32e

10 years agoAdd Text style state enabled in settings
Taeyun An [Wed, 10 Jul 2013 08:14:28 +0000 (17:14 +0900)]
Add Text style state enabled in settings

[Title] Add Text style state enabled in settings.
[Issue#] N/A
[Problem] Text style is now only use in e-mail app but now Text style check is checking browser also.
[Cause] There is no consideration and implementation.
[Solution] Add Text style state enabled in settings and e-mail app use that.

Change-Id: Ie5d663cb424a0c13290572b8480df7bd11b67b92

10 years agoMerge "Add missing format for date/time picker" into tizen_2.2
InBum Chang [Wed, 14 Aug 2013 01:57:27 +0000 (01:57 +0000)]
Merge "Add missing format for date/time picker" into tizen_2.2

10 years agoMerge "Support HW key callback for picker popup" into tizen_2.2
InBum Chang [Wed, 14 Aug 2013 01:57:08 +0000 (01:57 +0000)]
Merge "Support HW key callback for picker popup" into tizen_2.2

10 years agoFix focus ring size bug
SangYong Park [Tue, 13 Aug 2013 02:34:40 +0000 (11:34 +0900)]
Fix focus ring size bug

[Title] Fix focus ring size bug
[Issue#] N_SE-48500
[Problem] Focus ring's size was changed when panned zoomed webpage.
[Cause] precision loss by castinw between int and float
[Solution] In the calculation was modified to use only as a float.

Change-Id: Iae59bc951e118a85123b633f8a8de0502c35b3fc

10 years agoAdd missing format for date/time picker
KwangYong Choi [Mon, 12 Aug 2013 10:35:55 +0000 (19:35 +0900)]
Add missing format for date/time picker

[Title] Add missing format for date/time picker.
[Issue#] N/A
[Problem] Date/time picker has wrong format.
[Cause] Default format is not match to WebKit.
[Solution] Add missing format for date/time picker.

Change-Id: I38d79b79760bcf7272a7847e59907b51a3d8cc32

10 years agoSupport HW key callback for picker popup
KwangYong Choi [Mon, 12 Aug 2013 06:11:25 +0000 (15:11 +0900)]
Support HW key callback for picker popup

[Title] Support HW key callback for picker popup.
[Issue#] P130808-07606
[Problem] All popups are dismissed when back key is pressed during picker popup is shown.
[Cause] No callbacks for efl picker popup.
[Solution] Add HW key callback for picker popup.

Change-Id: Iefd4ff7e7c8109301d714c8d4b2d965c1f9883e1

10 years agoSimplify date handling code
Hojong Han [Mon, 12 Aug 2013 23:49:18 +0000 (08:49 +0900)]
Simplify date handling code

[Title] Simplify date handling code
[Issue#] VPSS-1105
[Problem] new Date(2010,10,1) with timezone set to +4 (MSK) returns "Sun Oct 31 2010 01:00:00 GMT+0400 (MSK)"
[Cause] Operating seperately on the UTC-standard and standard-DST offsets
[Solution] Generate a combined UTC-local offset
           This patch is based on commit-id ad805ed257b0997c5333bb8967e23cc1c24f4208 on Webkit-trunk

Change-Id: Ie96e028c5d8a9cbee01449074a03a8f82562f468

10 years agoRemove specifying css property aliases
sh919.park [Fri, 9 Aug 2013 04:41:28 +0000 (13:41 +0900)]
Remove specifying css property aliases

[Title] Remove specifying css property aliases
[Issue#] N/A
[Problem] N/A
[Cause] Do not need anymore.
[Solution] Remove the specifying css property aliases.

Change-Id: I719a3e2ea38a0bf3614ef877c2f635f8bfac3091

10 years ago[Release] Webkit2-efl-123997_0.11.88 2.2_release submit/tizen_2.2/20130814.083033
Taehwan Kim [Thu, 8 Aug 2013 11:58:28 +0000 (20:58 +0900)]
[Release] Webkit2-efl-123997_0.11.88

Change-Id: Iea9c369a8468d28aa64465347940b225a6b191d1

10 years agoCancel composition when focused node was changed
SangYong Park [Thu, 8 Aug 2013 06:40:36 +0000 (15:40 +0900)]
Cancel composition when focused node was changed

[Title] Cancel composition when focused node was changed
[Issue#] N_SE-47443
[Problem] Composition in progress, can not enter number when opening 'change page'
[Cause] composition information was not cleared
[Solution] Cancel composition when focused node was changed

Change-Id: I73d8febc92d3c1e1bf37b50059f6bd1b979173df

10 years agoMerge "Add to ewk api for setting/getting the User Agent by using system info library...
Seung Hak Lee [Thu, 8 Aug 2013 04:37:43 +0000 (04:37 +0000)]
Merge "Add to ewk api for setting/getting the User Agent by using system info library." into tizen_2.2

10 years agoAdd to ewk api for setting/getting the User Agent by using system info library.
daehyun81.yoo [Wed, 17 Apr 2013 08:28:09 +0000 (17:28 +0900)]
Add to ewk api for setting/getting the User Agent by using system info library.

[Title] Add to ewk api for setting/getting the User Agent by using system info library.
[Issue#] N/A
[Problem] Currently the UA was managed by Browser with hard coded string.
[Cause] UA issue is decided recently.
[Solution] Access the system info for User Agent by using capi-system-info and modify the ewk api.

Change-Id: Ie393928f6d4597da3dc3f96a149abbf9fe83a096

10 years agoMake TC for ewk_context_memory_saving_mode_set()
Eunsol Park [Mon, 25 Mar 2013 01:20:11 +0000 (10:20 +0900)]
Make TC for ewk_context_memory_saving_mode_set()

[Title] Make TC for ewk_context_memory_saving_mode_set().
[Issue#] N/A
[Problem] TC for ewk_context_memory_saving_mode_set() does not exist.
[Cause] None.
[Solution] Make TC for ewk_context_memory_saving_mode_set().

Change-Id: I12a1584009c1637f49127474aa0f1b798d7c43ee

10 years agoUpdate scroll position immediately after resizing view
Changhyup Jwa [Wed, 7 Aug 2013 07:30:04 +0000 (16:30 +0900)]
Update scroll position immediately after resizing view

[Title] Update scroll position immediately after resizing view
[Issue#] SE-48357
[Problem] NPRuntime has white space at the bottom for a while after click button
[Cause] Scroll position is not updated immediately after resizing view
        It was fixed before but missed by another patch
[Solution] Update scroll position immediately after resizing view

Change-Id: I19f40391bec6a1282b13fbcbe20da384bff61537

10 years agoRoutine added to skip property table error
Hojong Han [Thu, 8 Aug 2013 00:39:05 +0000 (09:39 +0900)]
Routine added to skip property table error

[Title] Routine added to skip property table error
[Issue#] N_SE-48222
[Problem] Crash occurred while opening new tabs and load new websites
[Cause] Property table information was corrupted
[Solution] Exception-handling routine added not to access invalid information

Change-Id: I3e695b4d8edb15061a795bdf20680a89f9c5e1eb

10 years agotct-video-html5-tests blocks 10 cases.
KeonHo Kim [Tue, 6 Aug 2013 12:07:18 +0000 (21:07 +0900)]
tct-video-html5-tests blocks 10 cases.

[Title] tct-video-html5-tests blocks 10 cases.
[Problem] P130801-3250
[Cause] There was leak about gstreamer pipeline.
[Solution] Added suspend routine for release pipeline.

Change-Id: Ia51a7291eebfcc5d3208dfc7aa670e14600c2107

10 years agoMerge "[Release] Webkit2-efl-123997_0.11.87" into tizen_2.2
Jinwoo Song [Wed, 7 Aug 2013 07:58:34 +0000 (07:58 +0000)]
Merge "[Release] Webkit2-efl-123997_0.11.87" into tizen_2.2

10 years ago[Release] Webkit2-efl-123997_0.11.87
Taehwan Kim [Wed, 7 Aug 2013 07:53:17 +0000 (16:53 +0900)]
[Release] Webkit2-efl-123997_0.11.87

Change-Id: Id5e6d4b9067d73122b4c1e54c95a56b660f134a3

10 years agoMerge "Fix the issue that accelerated overflow scrolling become invisible" into tizen_2.2
HYUNKI BAIK [Wed, 7 Aug 2013 05:00:16 +0000 (05:00 +0000)]
Merge "Fix the issue that accelerated overflow scrolling become invisible" into tizen_2.2

10 years agoFix the issue that accelerated overflow scrolling become invisible
Hurnjoo Lee [Tue, 6 Aug 2013 08:15:26 +0000 (17:15 +0900)]
Fix the issue that accelerated overflow scrolling become invisible

[Title] Fix the issue that accelerated overflow scrolling become invisible
[Issues] N_SE-47589
[Problem] Accelerated overflow scrolling become invisible.
[Cause] When calculate the tiledBackingStoreVisibleRect of scrolling layer, we have used m_visibleRect of scrolling layer.
        But it causes that child layers of scrolling layer are not displayed properly and consump too many memory.
[Solution] Removed m_visibleRect of scrollingLayer and modified to set position of scrolling layer
           when change offset of scrolling layer.

Conflicts:
Source/WebKit2/UIProcess/WebLayerTreeRenderer.cpp
Source/WebKit2/WebProcess/WebPage/LayerTreeCoordinator/LayerTreeCoordinator.cpp
Source/WebKit2/WebProcess/WebPage/LayerTreeCoordinator/WebGraphicsLayer.h

Change-Id: I0eeb5738a55381fb4b2267c4728d9f4eea4d5659

10 years agoText Selection Handlers not updated with the correct position
bhargavi.k [Tue, 9 Jul 2013 09:08:06 +0000 (14:38 +0530)]
Text Selection Handlers not updated with the correct position

[Title] Text Selection Handlers not updated with
        the correct position
[Issue] NABI-RSA-42952
[Problem] Text Selection Handlers not updated
          with the correct position when content
          is modified by JS.
[Cause] No notification was being sent to UI when
        selection was being removed and modified by JS
[Solution] Sending update event to UI when selection get
           modified by JS.

10 years agoMerge "[Release] Webkit2-efl-123997_0.11.86" into tizen_2.2
Keunyong Lee [Mon, 5 Aug 2013 10:27:43 +0000 (10:27 +0000)]
Merge "[Release] Webkit2-efl-123997_0.11.86" into tizen_2.2

10 years ago[Release] Webkit2-efl-123997_0.11.86
Taehwan Kim [Mon, 5 Aug 2013 10:18:06 +0000 (19:18 +0900)]
[Release] Webkit2-efl-123997_0.11.86

Change-Id: I9cf50c271cbbad6ee4c6e564f10e79d32c2ba8d9

10 years agoUpdate .po file and LocalizedStringsTizen.cpp
bunam.jeon [Fri, 2 Aug 2013 14:30:37 +0000 (23:30 +0900)]
Update .po file and LocalizedStringsTizen.cpp

[Title] Update .po file and LocalizedStringsTizen.cpp
[Issue#] P130731-6814, P130731-6813, P130731-6812
[Problem] Untranslate text appears
[Cause] Not translated
[Solution] Update .po file and LocalizedStringsTizen.cpp

Change-Id: Ia027c50c968a997e16c0dd347052198134a65ae4

10 years agoAvoid unnecessary initial function call(setVisibleContentRect)
Changhyup Jwa [Sun, 4 Aug 2013 23:55:51 +0000 (08:55 +0900)]
Avoid unnecessary initial function call(setVisibleContentRect)

[Title] Avoid unnecessary initial function call(setVisibleContentRect)
[Issue#] SE-45071
[Problem] JS window.innerHeight sometimes returns incorrect value
[Cause] There was unnecessary and incorrect function call before page rendering
[Solution] Remove this function call before page rendering

Change-Id: I780ee6e58696843b75d15ecde8c8d8eb96128a91

10 years agoDo not search text in iframes with "display:none" style
Jinwoo Song [Sat, 3 Aug 2013 09:01:59 +0000 (18:01 +0900)]
Do not search text in iframes with "display:none" style

[Title] Do not search text in iframes with "display:none" style
[Issue#] N_SE-47308
[Problem] Text search takes too long time in below site.
         http://m.soundcloud.com/tracks/search?q=webkit
[Cause] iframes with "display"none" have many strings but they are not visible.
[Solution] Do not search iframes which do not have renderstyle.

Change-Id: Ib8a76611e4b2bef3b135b45280448e976255d8b3

10 years agoClear composition when keypad disappear
SangYong Park [Sat, 3 Aug 2013 10:18:12 +0000 (19:18 +0900)]
Clear composition when keypad disappear

[Title] Clear composition when keypad disappear
[Issue#] N_SE-48084
[Problem] Can't enter text after keypad disappear if webpage has composition
[Cause] Key event delivered to previous composition node
[Solution] Clear composition when keypad disappear

Change-Id: I55ce8b1e0a9f0f64fdb00ab53c6a6b73f18484bf

10 years agoFix the issue that overflow scrolling does not work properly.
Hurnjoo Lee [Fri, 2 Aug 2013 07:45:53 +0000 (16:45 +0900)]
Fix the issue that overflow scrolling does not work properly.

[Title] Fix the issue that overflow scrolling does not work properly.
[Issues] N_SE-47589 (issue#1)
[Problem] overflow scrolling does not work properly.
[Cause] A webLayerID is always zero because of order of evaluation of function arguments.
[Solution] Before PageClientImpl::setOverflowResult is called, the webLayerID should be set.

Change-Id: I13d317bea4cebd733be7d5e2fa60882dbb07a4f6

10 years agoMissing ewk API tests
Krzysztof Czech [Tue, 28 May 2013 15:12:03 +0000 (17:12 +0200)]
Missing ewk API tests

Change-Id: Ide63f6ff546c90e6131306b6c372acfd865a1b0c

10 years agoVideo is not started even if play button has been pressed.
KeonHo Kim [Fri, 2 Aug 2013 06:48:27 +0000 (15:48 +0900)]
Video is not started even if play button has been pressed.

[Title] Video is not started even if play button has been pressed.
[Problem] N_SE-47694
[Cause] Change readystate to currentdata although it is have futherdata.
[Solution] Remove potential bug code.

Change-Id: Ic6bb46ed7c6bde9928dbaeead32d9740837c98c8

10 years agoFix video control rendering issue.
YongGeol Jung [Wed, 5 Jun 2013 06:59:06 +0000 (15:59 +0900)]
Fix video control rendering issue.

[Title] Fix video control rendering issue.
[Issue#] P130526-0312
[Problem] Video controls do not render.
[Cause] Video controls layer is not compositing.
[Solution] Force compositing video controls layer.

Change-Id: Icc03c008d91130ecfd065fb937a80eafb9caecef

10 years agoImplement Focus UI
SangYong Park [Fri, 10 May 2013 10:14:22 +0000 (19:14 +0900)]
Implement Focus UI

[Title] Implement Focus UI
[Issue#] N/A
[Problem] Focus UI is not supported.
[Cause] N/A
[Solution] N/A

Change-Id: I9845408e0a104f7777db5271f1c55e412dfbcede

10 years agoRevert "Revert "Refine focus ring repainting code when web contents was changed.""
SangYong Park [Thu, 2 May 2013 23:56:43 +0000 (08:56 +0900)]
Revert "Revert "Refine focus ring repainting code when web contents was changed.""

This reverts commit 905629c3334b573592d3410caeef8c94d12eed06.

Change-Id: I591f1c33084348ab0d92eaea2baed4b1468ad5ee

10 years agoFixed a problem that remember popup does not disappear
bunam.jeon [Thu, 1 Aug 2013 04:45:36 +0000 (13:45 +0900)]
Fixed a problem that remember popup does not disappear

[Title] Fixed a problem that remember popup does not disappear
[Issue#] N_SE-47372
[Problem] Remeber popup does not disappear when you search on web page.
[Cause] ewkViewLoadCommitted called, there is no Hide function.
[Solution] Add hide function in ewkViewLoadCommitted()

Change-Id: I3d0452294b503cc82d10ed2e12353912df3c4bd8

10 years agoFix keypad issue when ime context transit to another context
SangYong Park [Fri, 19 Jul 2013 08:35:27 +0000 (17:35 +0900)]
Fix keypad issue when ime context transit to another context

[Title] Fix keypad issue when ime context transit to another context
[Issue#] FMM-2019 N_SE-47635
[Problem] Keypad was closed when ime context transit to another context
[Cause] Do not handle show keypad callback by ime context transition
[Solution] Handle show keypad callback by ime context transition

Change-Id: I591f5220a8663e2087ee972a14149ee37d4e8896

10 years agoMerge "Disabled touch adjust feature in case of SDK version." into tizen_2.2
EunMi Lee [Thu, 1 Aug 2013 05:20:57 +0000 (05:20 +0000)]
Merge "Disabled touch adjust feature in case of SDK version." into tizen_2.2

10 years agoDisabled touch adjust feature in case of SDK version.
Yuni Jeong [Thu, 1 Aug 2013 04:58:42 +0000 (13:58 +0900)]
Disabled touch adjust feature in case of SDK version.

[Title] Disabled touch adjust feature in case of SDK version.
[Issue#] N_SE-47502
[Problem] Link menu is highlighted first while selecting the text around link menu.
[Cause] Focus ring is displayed for link menu by touch adjust feature in spite of longTap on text.
[Solution] Touch adjust feature is not needed in case of SDK version.
           So, disabled touch adjust feature.

Change-Id: I83b334350ad10a4023a5da2b045ac8a9d8b2a082

10 years agoUse TIZEN_ENGINEER_MODE macro instead of _SECURE_LOG
KwangYong Choi [Wed, 31 Jul 2013 01:10:49 +0000 (10:10 +0900)]
Use TIZEN_ENGINEER_MODE macro instead of _SECURE_LOG

[Title] Use TIZEN_ENGINEER_MODE macro instead of _SECURE_LOG.
[Issue#] N/A
[Problem] Dlog usage is changed.
[Cause] N/A
[Solution] Use TIZEN_ENGINEER_MODE macro instead of _SECURE_LOG.

Change-Id: I08d5d63032d83969ced02552c2ddd51c81087ae9

10 years ago[Release] Webkit2-efl-123997_0.11.85
Sanghyup Lee [Tue, 30 Jul 2013 07:17:06 +0000 (16:17 +0900)]
[Release] Webkit2-efl-123997_0.11.85

Change-Id: I3858cbfee3c4145d8be2a37164d1976bf42e6976

10 years agoRemove unnecessary repetition of initializing feedback library.
Sanghyup Lee [Thu, 25 Jul 2013 02:03:01 +0000 (11:03 +0900)]
Remove unnecessary repetition of initializing feedback library.

[Title] Remove unnecessary repetition of initializing feedback library.
[Issue#] N/A
[Problem] N/A
[Cause] We don't need to initialize feedback library each time.
[Solution] Move initialize method into getHandle method that called only one time. and remove deinitialize.

Change-Id: I07152592eed156f5c5ffcc648802fe7946a7004d

10 years ago[Release] Webkit2-efl-123997_0.11.84
Eunsol Cha [Thu, 25 Jul 2013 06:31:31 +0000 (15:31 +0900)]
[Release] Webkit2-efl-123997_0.11.84

10 years agoBlocked painting of selection for inline inputbox
prathmesh.m [Wed, 19 Jun 2013 10:39:09 +0000 (16:09 +0530)]
Blocked painting of selection for inline inputbox

[Title] Blocked painting of selection for inline inputbox
[Issue#] N/A
[Problem] Select content and extend it to input box when
     the IME is not up (input node not focused) and the
     copy the text. Text inside the input box is not copied
     but painted for selection
[Cause] The input box content is in shadow root. So this
     content is not selected. But while painting there is
     such condition. All the contents are getting painted
[Solution] Checking if the content is in shadow root then
     do not paint the selection as it is not selected in the
     dom selection

Change-Id: Ieaf87576d9ec961016982a7c0a1dd1c003315bb3

10 years agoSelection mode on images is not working
prathmesh.m [Mon, 8 Jul 2013 13:32:42 +0000 (19:02 +0530)]
Selection mode on images is not working

[Title] Selection mode on images is not working
[Issue#] WEB-3582
[Problem] Long tap on image with hyperlink and select
   selection mode, selection mode is not wokring
[Cause] In this case there is a anchor tag and image tag
   is child of anchor, but before image there is another
   tag. Using this tag we create a selection range and
   once the range is created we check if its not image and
   extent the selection. This is not correct, we must
   extend the selection even if there is image
[Solution] Removed the check to block extending seletion
   when there is image tag

Change-Id: I6db5848ea72e14cdd7ee3789af6cf4c1995d9fb8

10 years agoChanged the postion of context menu to avaliable space
prathmesh.m [Tue, 25 Jun 2013 06:59:03 +0000 (12:29 +0530)]
Changed the postion of context menu to avaliable space

[Title] Changed the display location of context menu in avaliable space
[Issue#] P130623-0376, P130619-0477
[Problem] Context menu is not visible fully when there is space
    on the screen
[Cause] Context menu is having style to create menu on top direction.
    So always the direction was top and the context menu was made scrollable
    and was displayed at the end
[Solution] Added mutliple direction. Now context menu will be open in
    the avaliable space

Change-Id: Id2515e94f15edd21cb4062804e43734743f4adbe

10 years agoRemove the value of improper css property.
bunam.jeon [Wed, 24 Jul 2013 08:24:09 +0000 (17:24 +0900)]
Remove the value of improper css property.

[Title] Remove the value of improper css property.
[Issue#] TDIS-6988
[Problem] Debuggin buttons cannot be shown in inspector.
[Cause] Use an wrong property value
[Solution] It is unnecessary property.
   and this property has already been deleted in opensource.

Change-Id: I2de1245917df970b0eb2b7afd399f88d95cc6596

10 years agoHide focus ring immediately in gesture end operation
Jongseok Yang [Mon, 22 Jul 2013 10:16:35 +0000 (19:16 +0900)]
Hide focus ring immediately in gesture end operation

[Title] Hide focus ring immediately in gesture end operation
[Issue#] N/A
[Problem] The afterimage of focus ring is displayed when double tap zoom is operated
[Cause] At that time, hide the focus ring using timer operation
[Solution] Hide focus ring immediately in gesture end operation

Change-Id: I34e17cd8af7d6328f827b44c17e28d7bfd559dc1

10 years agoFixed sometimes focus ring is hidden when context menu is shown by longTap
Yuni Jeong [Wed, 17 Jul 2013 13:16:02 +0000 (22:16 +0900)]
Fixed sometimes focus ring is hidden when context menu is shown by longTap

[Title] Fixed sometimes focus ring is hidden when context menu is shown by longTap
[Issue#] P130709-3174
[Problem] Sometimes focus ring is hidden when context menu is shown by longTap
[Cause] Focus ring is hidden when gesture move event occur.
If minute movement occur when longTap, gesture move event occur.
So, focus ring is hidden.
[Solution] When context menu is showing, focus ring should not be hidden.
           So, added condition to check whether context menu is visible or invisible
           when gesture move event occur.

Change-Id: I491068689b79aa9d2ef9b1b2c6f1fc555a9162a2

11 years ago[Release] Webkit2-efl-123997_0.11.83
Taehwan Kim [Fri, 19 Jul 2013 12:29:04 +0000 (21:29 +0900)]
[Release] Webkit2-efl-123997_0.11.83

Change-Id: I8b63cdd563a3a6aa4c147ff609f1ae6302dec81a

11 years agoFix the issue that duration is not updated.
eojin.ham [Fri, 19 Jul 2013 10:50:41 +0000 (19:50 +0900)]
Fix the issue that duration is not updated.

[Title] Fix the issue that duration is not updated.
[Problem] N_SE-46482
          Duration is not updated when repeating enter and exit page has specific audio tag.
[Cause] Source of <audio> is Video file.
        And it wasn't suspended when exit page. Because it is audio tag and this app support background mode.
[Solution] Suspend <audio> element if it has video source.

Change-Id: Iba615fa0a007eac5d2ba01cb1d4e91a28fd22c84

11 years agoRevert "up spin button is now shown"
Ryuan Choi [Fri, 19 Jul 2013 07:01:35 +0000 (16:01 +0900)]
Revert "up spin button is now shown"

This reverts commit db56a4ca73e27b824f2ced1ff424f1cd9073198d.

Change-Id: I05f35a05cf55788c368a94ef554ff711f4b49bf7

11 years agoClear selection when back key is called from picker popup
Taeyun An [Fri, 19 Jul 2013 04:59:58 +0000 (13:59 +0900)]
Clear selection when back key is called from picker popup

[Title] Clear selection when back key is called from picker popup
[Issue#] N_SE-46926
[Problem] Text can be inserted in task date field after disappear popup when Host keyboard ON
[Cause] The selection is not cleared after disappear popup
[Solution] Clear selection when back key is called from picker popup

Change-Id: I3f6f93cf2420c1509185c77ed167c3ec02197b3c

11 years agoup spin button is now shown
Ryuan Choi [Wed, 17 Jul 2013 13:51:13 +0000 (22:51 +0900)]
up spin button is now shown

[Title] up spin button is now shown
[Issue#] N/A
[Problem] http://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_input_max_min
[Cause] when input is small, edc was wrongly reduced.
[Solution] Fixed edc properly.
           offset is not a way to show this buttons accordingly.
           Instead, used align.

Change-Id: I843058db8e99df6c487e79ca29c5637a1db97cc2

11 years agoFix lock up issue in TizenWinset widget
eojin.ham [Wed, 17 Jul 2013 14:41:52 +0000 (23:41 +0900)]
Fix lock up issue in TizenWinset widget

[Title] Fix lock up issue in TizenWinset widget.
[Problem] N_SE-46482
          Lock up occur when enter and exit page has specific audio tag.
[Cause] Source of <audio> element is Video file.
        But it doesn't suspended because it is audio tag and this app support background mode.
[Solution] Suspend <audio> element if it has video source.

Change-Id: I9a30828e155bf433e2d8dbe8264f3031d82f9d0c

11 years agoFix the issue that audio is not played after resuming.
eojin.ham [Tue, 16 Jul 2013 11:40:15 +0000 (20:40 +0900)]
Fix the issue that audio is not played after resuming.

[Title] Fix the issue that audio is not played after resuming.
[Problem] N_SE_46100
          After 'DeviceMotionCapture' app is resumed, sound effect is not played.
[Cause] Seeking to end position when resuming.
[Solution] Fix not to seek end of position when the media already reach end of file.

Change-Id: I9b7741f0bcfce7e31351ef11602bfb7f16757aa7

11 years ago[Release] Webkit2-efl-123997_0.11.82 submit/tizen_2.2/20130716.180414 submit/tizen_2.2/20130717.053406
Taehwan Kim [Tue, 16 Jul 2013 03:41:08 +0000 (12:41 +0900)]
[Release] Webkit2-efl-123997_0.11.82

Change-Id: I10fb76a9aa9e552c9ceac162f47ae6baab715d93

11 years agoToggleBold does not work in specific editable contents
KyungTae Kim [Wed, 3 Jul 2013 05:08:34 +0000 (14:08 +0900)]
ToggleBold does not work in specific editable contents

[Title] ToggleBold does not work in specific editable contents
[Issue] P130610-4137
[Problem] In Email, ToggleBold does not work after 'select all' for some mails.
[Cause] The invisible text elements was included when checking triStateOfStyle.
[Solution] Add a checking routine for 'node->renderer' so that the invisible elements can't make the state as 'mixed'.
Added on opensource: http://webkit.org/b/118285

Change-Id: I721599d62b87a07bd39ca4a124c5d3e6f4059575

11 years agoDo not set the focus to webview when showing picker popup
Taeyun An [Mon, 15 Jul 2013 11:01:16 +0000 (20:01 +0900)]
Do not set the focus to webview when showing picker popup

[Title] Do not focus webview when showing picker popup
[Issue#] N_SE-46208, N_SE-46206
[Problem] some text can be inserted using host keyboard while displaying picker popup
[Cause] key event for webview is called because webview has the focus when showing picker
[Solution] Do not set the focus when showing picker

Change-Id: I0755137f58563484ed9ba0c02d6b1531baad9cd8

11 years agoRemove work-around patch for naver
Gyuyoung Kim [Mon, 15 Jul 2013 09:52:44 +0000 (18:52 +0900)]
Remove work-around patch for naver

[Title] Remove work-around patch for naver
[Issue#] N_SE-46200
[Problem] Browser comes to crash when url is null in a work-around patch.
[Cause] There is no null check
[Solution] Remove it because the patch is not needed anymore

Change-Id: I4a946fa3c23b10188f601f5e1fe5df5f90e3a9e3

11 years agoMerge "[WK2] Small Caps font variant issue for Italic fonts" into tizen_2.2
HYUNKI BAIK [Mon, 15 Jul 2013 09:03:06 +0000 (09:03 +0000)]
Merge "[WK2] Small Caps font variant issue for Italic fonts" into tizen_2.2

11 years agoMerge "[Release] Webkit2-efl-123997_0.11.81" into tizen_2.2
Keunyong Lee [Mon, 15 Jul 2013 05:21:13 +0000 (05:21 +0000)]
Merge "[Release] Webkit2-efl-123997_0.11.81" into tizen_2.2

11 years ago[Release] Webkit2-efl-123997_0.11.81
Taehwan Kim [Mon, 15 Jul 2013 04:58:24 +0000 (13:58 +0900)]
[Release] Webkit2-efl-123997_0.11.81

Change-Id: I8f7c4358e8f16aacd6fb3d46884e78cbe1ed877f

11 years agoMerge "Change log level: info -> debug" into tizen_2.2
InBum Chang [Mon, 15 Jul 2013 04:43:34 +0000 (04:43 +0000)]
Merge "Change log level: info -> debug" into tizen_2.2

11 years agoChange log level: info -> debug
KwangYong Choi [Mon, 15 Jul 2013 01:12:01 +0000 (10:12 +0900)]
Change log level: info -> debug

[Title] Change log level: info -> debug
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Change log level: info -> debug
           Reduce logs for product.

Change-Id: Ia5d682371c1c74c40dbc497dab381e5372405abd

11 years agoDon't draw contents to evas image when being background.
YoungTaeck Song [Sat, 13 Jul 2013 08:43:02 +0000 (17:43 +0900)]
Don't draw contents to evas image when being background.

[Title] Don't draw contents to evas image when being background.
[Issue#] N_SE-46030
[Problem] Web Contents is flikering when being foreground.
[Cause] When being background, Blank page is drawed to evas image.
[Solution] Don't draw contents to evas image in background.

Change-Id: I23bdfd983bb8a31c04aea8ad0a70afa4014d053c

11 years ago[WK2] Small Caps font variant issue for Italic fonts
Tanvir [Tue, 28 May 2013 15:07:27 +0000 (20:37 +0530)]
[WK2] Small Caps font variant issue for Italic fonts

[Version] N/A
[Project] N/A
[Title] Fix the smallcaps-italic combination issue
[BinType] N/A
[Customer] N/A
[Issue#] N/A
[Solution] The combination of small-caps and italic is synthesized. If there is a combination of smallcaps and italic then the fon
          cache will give the normal font and we will synthesize(skew) that font face.
[Developer] tanvir.rizvi
[Request] N/A
[Horizontal expansion] N/A
[SCM request] N/A

Change-Id: Ib857cbd00b54f4644321bcebe0bbcb6dd16570e5

Conflicts:

Source/WTF/wtf/Platform.h

11 years agoUpdate selection handle position in Ref-Internet browser
Taeyun An [Fri, 12 Jul 2013 07:39:56 +0000 (16:39 +0900)]
Update selection handle position in Ref-Internet browser

[Title] Update selection handle position in Ref-Internet browser
[Issue#] N_SE-44441
[Problem] Selection Handles are not moving with selected text while swipe web page after rotate a few times.
[Cause] There is existed selection mode to false in updateHandlesAndContextMemu() method if it doesn't have range and it is in content editable.
[Solution] Check one more routine if gesture is working routine.

Change-Id: I13ed1dee1c9f977003144509d21a54f2b5221614

11 years agoHide context menu after specific time interval
prathmesh.m [Fri, 21 Jun 2013 09:49:51 +0000 (15:19 +0530)]
Hide context menu after specific time interval

[Title] Hide context menu after specific time interval
[Issue#] P130619-4131
[Problem] Context menu is overlapping other options which are
   becoming unusable
[Cause] Context menu remains persistant after it is shown
[Solution] Context menu will display and hide after specific time interval

Change-Id: Ib671635673dd07018cac992679553b6ce0f032aa

11 years agoPrevent to show context menu after unlocked
Taeyun An [Thu, 13 Jun 2013 12:55:38 +0000 (21:55 +0900)]
Prevent to show context menu after unlocked

[Title] Prevent to show context menu after unlocked
[Issue#] N_SE-41092
[Problem] Sometimes context menu is appeared after unlocked
[Cause] There is existed timing issue when try to device lock.
It makes appear context menu after webview has focused out.
[Solution] Prevent to show context menu after unlocked.

Change-Id: I52bcd122ad1c739478b27a7d2f45a63a95b18af6

11 years ago[CherryPick] input element with placeholder text and width set to 100% on focus cause...
robert@webkit.org [Wed, 20 Feb 2013 18:27:03 +0000 (18:27 +0000)]
[CherryPick] input element with placeholder text and width set to 100% on focus causes overflow even after losing focus

[Title] [CherryPick] input element with placeholder text and width set to 100% on focus causes overflow even after losing focus
[Issue] WEB-3608
[Problem] nid.naver.com is not fit in screen when device is rotated from landscape to portrait
[Cause] The placeholder of password input element(with 100% width) was calculated as overflow before being layouted
[Solution] Re-calculating the overflow after the placeholder layout
[Cherry-Picker] KyungTae Kim <ktf.kim@samsung.com>

input element with placeholder text and width set to 100% on focus causes overflow even after losing focus
https://bugs.webkit.org/show_bug.cgi?id=109020

Reviewed by David Hyatt.

Source/WebCore:

Tests: fast/forms/input-placeholder-layout-view.html
       fast/forms/textarea-placeholder-layout-view.html

Placeholder elements don't affect layout so shouldn't contribute overflow either.

* rendering/RenderTextControlSingleLine.cpp:
(WebCore::RenderTextControlSingleLine::layout):

LayoutTests:

* fast/forms/input-placeholder-layout-view-expected.html: Added.
* fast/forms/input-placeholder-layout-view.html: Added.
* fast/forms/textarea-placeholder-layout-view-expected.html: Added.
* fast/forms/textarea-placeholder-layout-view.html: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@143475 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Change-Id: Ide40af34b8590a5894bf94296c160cf96dc5b183

11 years agoMerge "[Release] Webkit2-efl-123997_0.11.80" into tizen_2.2
Keunyong Lee [Fri, 12 Jul 2013 05:54:07 +0000 (05:54 +0000)]
Merge "[Release] Webkit2-efl-123997_0.11.80" into tizen_2.2

11 years ago[Release] Webkit2-efl-123997_0.11.80 submit/tizen_2.2/20130714.131554 submit/tizen_2.2/20130714.134024 submit/tizen_2.2/20130714.142619
Eunsol Cha [Fri, 12 Jul 2013 05:52:32 +0000 (14:52 +0900)]
[Release] Webkit2-efl-123997_0.11.80

11 years agoFix the 'SelfCamera' issue.
eojin.ham [Thu, 11 Jul 2013 10:52:27 +0000 (19:52 +0900)]
Fix the 'SelfCamera' issue.

[Title] Fix the 'SelfCamera' issue
[Problem] N_SE-45035
          Real video width and height is different with property value of video element in emulator.
[Cause] Depends on camera device, resolution of video is different.
[Solution] Set video size of emulator as different value with target.

Change-Id: Iffa5cd68dcf690ee083d1cd79b2b1f572a113ce7

11 years agoFix clearing text issue of email composer
SangYong Park [Wed, 10 Jul 2013 09:20:04 +0000 (18:20 +0900)]
Fix clearing text issue of email composer

[Title] Fix clearing text issue of email composer
[Issue#] N/A
[Problem] Text was cleared after to tap enter key.
[Cause] IMF callback was called without filtering.
[Solution] Also handle IMF callback if no filtering.

Change-Id: I8799a9f1119e095a503de0dcc0af36ff86465cd9

11 years agoMerge "Update layout test result" into tizen_2.2
Kangil Han [Fri, 12 Jul 2013 01:23:08 +0000 (01:23 +0000)]
Merge "Update layout test result" into tizen_2.2

11 years agoUpdate layout test result
Taehwan Kim [Fri, 12 Jul 2013 01:00:28 +0000 (10:00 +0900)]
Update layout test result

[Title] Update layout test result
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] N/A

Change-Id: Iff7e8020c4d47245f392929609ba0f84a18b7280

11 years agoDuration doesn't change even if it is updated on EOS(additional).
keonho [Thu, 11 Jul 2013 12:34:55 +0000 (21:34 +0900)]
Duration doesn't change even if it is updated on EOS(additional).

[Title] Duration doesn't change even if it is updated on EOS(additional).
[Problem] N/A
[Cause] In stream mode, there is updating of duration value.
[Solution] now != duration needs to update duration on HTMLMediaElement.

Change-Id: I801151e8431c2afd7569500116332e76d6ed4982

11 years agoremove suspend/resume from picker operation
Taeyun An [Thu, 11 Jul 2013 11:21:04 +0000 (20:21 +0900)]
remove suspend/resume from picker operation

[Title] remove suspend/resume from picker operation
[Issue#] N_SE-45591
[Problem] mismatch of value between entry and picker
[Cause] call suspend function when showing picker
[Solution] remove suspend when showing picker

Change-Id: I0318deca24cb2fe61496a8c587ce4f10bfbcd291

11 years agoSupport iconUrl of w3c Notification
Jihye Kang [Thu, 11 Jul 2013 05:27:25 +0000 (14:27 +0900)]
Support iconUrl of w3c Notification

[Title] Support iconUrl of w3c Notification
[Issue#] N/A
[Problem] iconUrl of w3c Notification is not working
[Cause] iconUrl is not saved when creating Notification
[Solution] save iconUrl when creating Notification

Change-Id: I6ed31bb94b3fb9fd71324d98a5b0e3d413c8ef76

11 years agoMerge "[CherryPick] [WEBGL] Rename WEBKIT_WEBGL_compressed_texture_s3tc to WEBGL_comp...
Heejin Chung [Thu, 11 Jul 2013 08:46:50 +0000 (08:46 +0000)]
Merge "[CherryPick] [WEBGL] Rename WEBKIT_WEBGL_compressed_texture_s3tc to WEBGL_compressed_texture_s3tc" into tizen_2.2

11 years agoMerge "[Release] Webkit2-efl-123997_0.11.79" into tizen_2.2
Keunyong Lee [Thu, 11 Jul 2013 08:19:21 +0000 (08:19 +0000)]
Merge "[Release] Webkit2-efl-123997_0.11.79" into tizen_2.2

11 years ago[Release] Webkit2-efl-123997_0.11.79
Eunsol Cha [Thu, 11 Jul 2013 08:16:09 +0000 (17:16 +0900)]
[Release] Webkit2-efl-123997_0.11.79

11 years ago[Title] Update a work-around patch for a naver page
Gyuyoung Kim [Tue, 9 Jul 2013 11:22:40 +0000 (20:22 +0900)]
[Title] Update a work-around patch for a naver page
[Issues] There are some side-effect by existing work-around patch
[Problem] Some web pages can't layout properly.
[Solution] Improve a condition to adjust the work-around patch

Change-Id: I914d1200199d556a1b46f4e4482eaf0ad1f109bd

11 years agoShow vertical mode context menu at the link or image when cursor is in editable contents.
Taeyun An [Thu, 30 May 2013 01:52:11 +0000 (10:52 +0900)]
Show vertical mode context menu at the link or image when cursor is in editable contents.

[Title] Show horizontal mode context menu at the link or image when cursor is in editable contents.
[Issue#] N/A
[Problem] Horizontal mode context menu is shown at the link or image when try to show context menu in editable content.
[Cause] Now just checking EditorState
[Solution] Change checking condition code

Change-Id: I7a9d12a95d0b834acf5f8e17e6212ffa992e5853

11 years agoUpdate untranslated text
bunam.jeon [Wed, 10 Jul 2013 09:34:00 +0000 (18:34 +0900)]
Update untranslated text

[Title] Update untranslated text
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Update untranslated text

Change-Id: I8e8ac304f2dd98b3e861d447fa0e8cecc467dcc6

11 years agoAdd ewk_view_fullscreen_exit to exit fullscreen mode
Seonae Kim [Thu, 20 Jun 2013 10:34:52 +0000 (19:34 +0900)]
Add ewk_view_fullscreen_exit to exit fullscreen mode

[Title] Add ewk_view_fullscreen_exit to exit fullscreen mode
[Issue] N/A
[Problem] when the back key is pressed, move to the previous page, despite being in fullscreen.
[Cause] The H/W back key is applied.
[Solution] In apps, should call this api instead of history back.

Change-Id: I2df4f6d4e82e05505157885bdd21a0c173c07ad2

11 years agoMerge "[Release] Webkit2-efl-123997_0.11.78" into tizen_2.2
Keunyong Lee [Wed, 10 Jul 2013 08:14:58 +0000 (08:14 +0000)]
Merge "[Release] Webkit2-efl-123997_0.11.78" into tizen_2.2

11 years ago[Release] Webkit2-efl-123997_0.11.78
Eunsol Cha [Wed, 10 Jul 2013 08:11:40 +0000 (17:11 +0900)]
[Release] Webkit2-efl-123997_0.11.78

11 years agoFixed somtimes focus ring is shown twice.
Yuni Jeong [Wed, 10 Jul 2013 06:31:25 +0000 (15:31 +0900)]
Fixed somtimes focus ring is shown twice.

[Title] Fixed somtimes focus ring is shown twice.
[Issue#] N/A
[Problem] Somtimes, focus ring is shown twice.
[Cause] When tap is performed in handleGestureEvent() function,
        although timer for showing focus ring has expired(focus ring had already shown and hidden),
        function to show focus ring is called again.
[Solution] When tap is performed in handleGestureEvent() function,
           if timer for showing focus ring has expired(focus ring had already shown and hidden),
           focus ring is not shown again.

Change-Id: Ia7a9802c8228d510a184c13d9cc6ae5ab670bee6

11 years agoFix input picker issue
SangYong Park [Tue, 9 Jul 2013 07:10:09 +0000 (16:10 +0900)]
Fix input picker issue

[Title] Fix input picker issue
[Issue#] N/A
[Problem] Data/time input picker did not showing
[Cause] ewk view has not focus
[Solution] Set focus to ewk view after handling tap event

Change-Id: I217b5954878cecff81fff1ba262d8398d1b3c8e6

11 years ago[Cherry-Pick] IncrementalSweeper should not sweep/free Zapped blocks
mhahnenberg@apple.com [Wed, 12 Sep 2012 04:26:15 +0000 (04:26 +0000)]
[Cherry-Pick] IncrementalSweeper should not sweep/free Zapped blocks
https://bugs.webkit.org/show_bug.cgi?id=96464

[Issue#] N_SE-45371
[Problem] Crash after randomly operation on internet
[Solution] GC should not sweep/free Zapped blocks.
[Cherry-Picker] Lee SangGyu <sg5.lee@samsung.com>

Reviewed by Filip Pizlo.

This is not beneficial in terms of performance because there isn't any way a block can emerge in the Zapped state from a call to Heap::collect() unless we run an eager sweep on it, in which case we've already run all the destructors we possibly can. This also causes bugs since we don't take zapped-ness into account when determining whether or not a block is empty to free it. The incremental sweeper can then accidentally free blocks that it thinks are empty but are in fact zapped with still-live objects in them.

* heap/MarkedBlock.h:
(JSC::MarkedBlock::needsSweeping): It is only valid to sweep a block if it is in the Marked state.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@128262 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Change-Id: Ie304b8b475eb4912162853e154f99f824e74a52c

11 years agoCreate string tightly when retrive string from cbhm
Taeyun An [Tue, 9 Jul 2013 05:33:27 +0000 (14:33 +0900)]
Create string tightly when retrive string from cbhm

[Title] Create string tightly when retrive string from cbhm
[Issue#] DCM-1658
[Problem] \u0000 null value is inserted at the end of string.
[Cause] Included null value string length is returned when use XGetWindowProperty API.
[Solution] Create string tightly when retrive string from cbhm

Change-Id: Ifc48ac491a33f0953b808029f45841c4a8174751