framework/web/webkit-efl.git
10 years agoIncremetal sweeper added to improve memory usage
Hojong Han [Fri, 21 Jun 2013 07:32:19 +0000 (16:32 +0900)]
Incremetal sweeper added to improve memory usage

[Title] Incremetal sweeper added to improve memory usage
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] GC Activity Callback modified and Incremental Sweeper added

Change-Id: I912fc9b537566cce20b8f6655a1bfc2b2d0942af

10 years agoMerge "[CherryPick] [WEBGL] Rename WEBKIT_WEBGL_lose_context to WEBGL_lose_context...
Heejin Chung [Tue, 25 Jun 2013 02:01:09 +0000 (02:01 +0000)]
Merge "[CherryPick] [WEBGL] Rename WEBKIT_WEBGL_lose_context to WEBGL_lose_context." into tizen_2.2

10 years agoImproved the routine for getting text style state.
Yuni Jeong [Mon, 24 Jun 2013 12:56:21 +0000 (21:56 +0900)]
Improved the routine for getting text style state.

[Title] Improved the routine for getting text style state.
[Issue#] N_SE-41795, WEB-3055
[Problem] Overhead occurs when key event is handled.
[Cause] Request sync message fer getting text style state too often.
[Solution] Removed syne message for getting text style state and
           Moved the routine for getting text style state to EditorStateChanged message.

Change-Id: Ie1c132e64f0511d04bfe8c52e95c304afa214253

10 years agoInitiate device scale factor on WebProcess's creation
Changhyup Jwa [Mon, 24 Jun 2013 14:41:44 +0000 (23:41 +0900)]
Initiate device scale factor on WebProcess's creation

[Title] Initiate device scale factor WebProcess's creation
[Issue#] N_SE-41307
[Problem] Sometimes, TouchPaint app drawing point is not matched to touch point
[Cause] On viewport initiation, layout size and initial scale factor are
        calculated incorrectly by uninitiated device scale factor. Device scale
        factor is initiated after rendering logic begins.
[Solution] Initiate device scale factor on WebProcess's creation

Change-Id: Id231b8bb47b6508bbd803f34a7132b07e88172d1

10 years agoResize WebPage's viewport size ealier
Changhyup Jwa [Wed, 10 Apr 2013 09:01:09 +0000 (18:01 +0900)]
Resize WebPage's viewport size ealier

[Title] Resize WebPage's viewport size ealier
[Issue#] DCM-1848
[Problem] Sometimes JS window.innerWidth returns 0 on launching time
[Cause] WebPage's viewport size is fixed too late. It was resized on
        _ewk_view_smart_calculate() not on _ewk_view_smart_resize(). There's
        time delay between _ewk_view_smart_resize() and _ewk_view_smart_calculate().
[Solution] Resize viewport size right after _ewk_view_smart_resize() is called

Change-Id: Ic353972ea8ca391b2aface1d028f2984cb00ee1c

10 years agoRemove too much printed logs
Changhyup Jwa [Fri, 21 Jun 2013 12:27:44 +0000 (21:27 +0900)]
Remove too much printed logs

[Title] Remove too much printed logs
[Issue#] N/A
[Problem] Too many logs are printed on DOMWindow and PageClientImpl
[Cause] DOMWindow::innerHeight(), innerWidth() and
        PageClientImpl::pageDidRequestScroll() can be called too much
[Solution] Remove logs

Change-Id: I11118cb8927a7478c51a56f1b6c30dbd8c60b21d

10 years agoLogs for visible content rect
Changhyup Jwa [Tue, 18 Jun 2013 05:39:52 +0000 (14:39 +0900)]
Logs for visible content rect

[Title] Logs for visible content rect
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] N/A

Change-Id: I20e549eb9d32fd7a17ab7296f119ab6be152a77b

10 years ago[WK2] WEB-2776 Page not displaying selected item via context menu
Santosh [Thu, 4 Apr 2013 09:05:53 +0000 (14:35 +0530)]
[WK2] WEB-2776 Page not displaying selected item via context menu

[Version] N/A
[Project] TIZEN BROWSER
[Title] WEB-2776 Page not displaying selected item via contextmenu
[BinType] N/A
[Customer] N/A
[Issue#] when the link(e.g htttp://morellc.com/#moreinfo)
 contain hash anchor to current page, the webprocess decide
scroll position when parsing is finished, before page is
rendered fully.But didRenderFrame initializes the scrollPosition to
default position(0,0) thus resetting the old value
of scrollPosition. So resetting the scroll position.
So  that page doesnot scroll upto anchor node

[Problem] page doesnot get scrolled by default when scroll position
is decided before page is rendered completely
[Cause] NA
[Solution] Remmebered the scrollposition(before the page is rendered completely)
and restore that when page is rendered
[Team] Browser(WCS)
[Developer] Santosh Mahto(santosh.ma)

Change-Id: If0fabe8c79be694db9f624f2f26c02776a579b72

10 years agoFixed the problem that the screen is moved to the initial position when page was...
bunam.jeon [Mon, 17 Jun 2013 10:29:03 +0000 (19:29 +0900)]
Fixed the problem that the screen is moved to the initial position when page was refreshed.

[Title] Fixed the problem that the screen is moved to the initial position when page was refreshed.
[Issue#] N/A
[Problem] The screen is moved to the initial position when page was refreshed.
[Cause] Coordinates for the restoration of the screen will not be saved.
[Solution] Modified to save the screen coordinates when ewk_view_reload.

Change-Id: I86825326d5d2afe2581b8c132a50de9568b7f053

10 years agoMerge "[Release] Webkit2-efl-123997_0.11.65" into tizen_2.2
Kangil Han [Mon, 24 Jun 2013 10:56:24 +0000 (10:56 +0000)]
Merge "[Release] Webkit2-efl-123997_0.11.65" into tizen_2.2

10 years ago[Release] Webkit2-efl-123997_0.11.65
Eunsol Cha [Mon, 24 Jun 2013 10:52:11 +0000 (19:52 +0900)]
[Release] Webkit2-efl-123997_0.11.65

10 years agoReturn 0 value if textselection handlers are invisible.
Taeyun An [Fri, 21 Jun 2013 15:25:08 +0000 (00:25 +0900)]
Return 0 value if textselection handlers are invisible.

[Title] Return 0 value if textselection handlers are invisible.
[Issue#] N_SE-42094
[Problem] Sometimes Focus ring isn't disappear when tapping after showing context menu.
[Cause] There are existed invisible textselection handlers it makes ignore focus ring hide routine.
[Solution] Return 0 value if textselection handlers are invisible.

Change-Id: Ied695051f92992fdb93ae273f1078ed01a056606

10 years agoShow keypad only when tap event is handled.
SangYong Park [Mon, 24 Jun 2013 08:38:32 +0000 (17:38 +0900)]
Show keypad only when tap event is handled.

[Title] Show keypad only when tap event is handled.
[Issue#] N_SE-41795 WEB-3055
[Problem] Overhead occurs when key event is handled.
[Cause] Request keypad too often.
[Solution] Show keypad only when tap event is handled.

Change-Id: Ib7435abd17aceee73888733d8cf308f6fc5d2f32

10 years agoModify to unsupport the CSS animation without webkit prefix
sh919.park [Fri, 21 Jun 2013 14:30:21 +0000 (23:30 +0900)]
Modify to unsupport the  CSS animation without webkit prefix

[Title] Modify to unsupport the  CSS animation without webkit prefix
[Issue#] N/A
[Problem] Unsupport the CSS animation event that webkit prefix is applied
[Cause] Only support the css properties of animation without webkit prefix.
[Solution] Delete the css properties of animation without webkit prefix.

Change-Id: I7512b11f9567c7089620914175e92dd4769047bb

10 years agoChanged the handle type from "bottom" to "top" when the handle go to the bottom of...
Yuni Jeong [Wed, 12 Jun 2013 13:28:27 +0000 (22:28 +0900)]
Changed the handle type from "bottom" to "top" when the handle go to the bottom of the visible webview area.

[Title] Changed the handle type from "bottom" to "top" when the handle go to the bottom of the visible webview area.
[Issue#] N_SE-40983
[Problem] If the handle go to the bottom of visible webview area,
          the handle is not selected well.
[Cause] The handle is truncated on the visible webview area.
[Solution] When the handle go to the bottom of the visible webview area,
           changed the handle type from "bottom" to "top".

Change-Id: I7557c7a1a02e169629d220966335bbc554321d53

10 years agoFixed "Select all" menu is not displayed.
Yuni Jeong [Thu, 20 Jun 2013 15:53:01 +0000 (00:53 +0900)]
Fixed "Select all" menu is not displayed.

[Title] Fixed "Select all" menu is not displayed.
[Issue#] DCM-1960
[Problem] When longtapping on left/right side position of an image,
          "Select all" menu is not displayed.
[Cause] Condition for adding "Select all" menu is wrong.
[Solution] Changed condition for adding "Select all" menu.

Change-Id: I20535ed73c6b4867f3239fa774d950f2ef714ac1

10 years agoFixed lock up occur when selecting "select all" or "select" menu.
Yuni Jeong [Fri, 21 Jun 2013 08:19:33 +0000 (17:19 +0900)]
Fixed lock up occur when selecting "select all" or "select" menu.

[Title] Fixed lock up occur when selecting "select all" or "select" menu.
[Issue#] N/A
[Problem] Lock up occur when seleting "select all" or "select" menu
          in case that host keyboard is on and there is input field in ifram.
[Cause] Routine to get editorRect in getSelectionHandlers() differ with editorState().
[Solution] Changed function to get editorRect to nodeRect() in getSelectionHandlers() like editorState().

Change-Id: I2268586144e5198723d22fc2f090d22a76c949af

10 years ago[Release] Webkit2-efl-123997_0.11.64
Eunsol Cha [Fri, 21 Jun 2013 07:17:49 +0000 (16:17 +0900)]
[Release] Webkit2-efl-123997_0.11.64

10 years agoAdd smart callback to provide the popup reply waiting status.
Byungwoo Lee [Tue, 18 Jun 2013 03:48:22 +0000 (12:48 +0900)]
Add smart callback to provide the popup reply waiting status.

[Title] Add smart callback to provide the popup reply waiting status.
[Problem] Application wants to check whether webkit is waiting for the popup reply or not, but there is no way to check if the application doesn't costomize popups.
[Cause] There is no way to notify the status.
[Solution] Add smart callback 'popup,reply,wait,start' and 'popup,reply,wait,finish' to the ewk view to provide the status.

Change-Id: I691d2566b811abe687aa1777c11693b0c6eedab2

10 years agoEnable input field zoom on user scalable contents even caret is visible
Changhyup Jwa [Mon, 10 Jun 2013 08:16:53 +0000 (17:16 +0900)]
Enable input field zoom on user scalable contents even caret is visible

[Title] Enable input field zoom on user scalable contents even caret is visible
[Issue#] N_SE-39317
[Problem] Caret position is placed right side on webview
[Cause] Scroll position is not updated on input field zooming if caret is visible
[Solution] Update scroll position if content is user scalable

Change-Id: I705c6cdb2ca6b7ee184300ad134c4b30f5460e50

10 years agoMerge "[Release] Webkit2-efl-123997_0.11.63" into tizen_2.2
Kangil Han [Thu, 20 Jun 2013 07:25:41 +0000 (07:25 +0000)]
Merge "[Release] Webkit2-efl-123997_0.11.63" into tizen_2.2

10 years ago[Release] Webkit2-efl-123997_0.11.63
Eunsol Cha [Thu, 20 Jun 2013 07:21:18 +0000 (16:21 +0900)]
[Release] Webkit2-efl-123997_0.11.63

10 years agoFix the issue that javascript is not resumed after resume ewk_view
Hurnjoo Lee [Thu, 20 Jun 2013 04:15:24 +0000 (13:15 +0900)]
Fix the issue that javascript is not resumed after resume ewk_view

[Title] Fix the issue that javascript is not resumed after resume ewk_view
[Issue#] N/A
[Problem] Javascript is not resumed after resume ewk_view
[Cause] Multiple suspend/resume ActiveDOMObject are not working correctly.
        (REGRESSION:https://review.tizenrsa.org/#/c/74281/)
[Solution] Revert the code(https://review.tizenrsa.org/#/c/74281/) and
            add calls to suspend/resumeAnimations in ewk_suspend/resume_view.

Change-Id: I007c5aa13a28c485d8447e85150c40747124bf39

10 years agoRevert "Prevent showing previous scaled image when rotating."
YoungTaeck Song [Wed, 19 Jun 2013 08:03:33 +0000 (17:03 +0900)]
Revert "Prevent showing previous scaled image when rotating."

This reverts commit 70fffc7f804c28b07d06cb7b7275421a26c2ea49.

10 years agoAdd empty API to RSA for applying Background diskcache to WRT.
Byeongha Cho [Wed, 19 Jun 2013 09:29:45 +0000 (18:29 +0900)]
Add empty API to RSA for applying Background diskcache to WRT.

[Title] Add empty API to RSA for applying Background diskcache to WRT.
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] N/A

Change-Id: I17292619991e02bfc4d7edde33f2d0b093e05ee6

10 years agoMerge "[WK2] fix the issue about low memory handling for OSP." into tizen_2.2
YongGeol Jung [Wed, 19 Jun 2013 11:38:58 +0000 (11:38 +0000)]
Merge "[WK2] fix the issue about low memory handling for OSP." into tizen_2.2

10 years agoMerge "[Release] Webkit2-efl-123997_0.11.62" into tizen_2.2
Kangil Han [Wed, 19 Jun 2013 08:42:20 +0000 (08:42 +0000)]
Merge "[Release] Webkit2-efl-123997_0.11.62" into tizen_2.2

10 years ago[Release] Webkit2-efl-123997_0.11.62
Eunsol Cha [Wed, 19 Jun 2013 08:37:33 +0000 (17:37 +0900)]
[Release] Webkit2-efl-123997_0.11.62

10 years agoDisable TIZEN_POSITIONED_CHILD_RELAYOUT
KyungTae Kim [Wed, 19 Jun 2013 07:14:27 +0000 (16:14 +0900)]
Disable TIZEN_POSITIONED_CHILD_RELAYOUT

[Issue] Docomo Shabette Conciere Web App issue
[Problem] Side effect occured due to the local patch
[Solution] Revert this patch and analyze the side effect more

10 years agoDo not show context menu if context menu is shown after scrolling from doesn't have...
Taeyun An [Fri, 14 Jun 2013 08:52:02 +0000 (17:52 +0900)]
Do not show context menu if context menu is shown after scrolling from doesn't have selection range in editable contents

[Title] Do not show context menu if context menu is shown from doesn't have selection range in editable contents
[Issue#] P130608-1712
[Problem] Context menu is shown after scrolling from doesn't have selection range in editable contents
[Cause] Before that action is concept of textselection
[Solution] Do not show context menu if context menu is shown after scrolling from doesn't have selection range in editable contents.

Change-Id: I197824813d6289b7161375657d3cbf6828c31d15

10 years agoSend changed editor rect to UIProcess when editor rect is changed by javascript.
Yuni Jeong [Thu, 13 Jun 2013 14:13:34 +0000 (23:13 +0900)]
Send changed editor rect to UIProcess when editor rect is changed by javascript.

[Title] Send changed editor rect to UIProcess when editor rect is changed by javascript.
[Issue#] N_SE-38730
[Problem] When longtap on input filed in popup menu of TizenWinset,
          magnifier is showned at wrong position and keyboard disappear.
[Cause] When editor rect is changed by javascript,
        editor rect in UIProcess side is not updated.
[Solution] Send changed editor rect to UIProcess when editor rect is changed by javascript.

Change-Id: I6aa80b1e0d259d8c85626cd4121de9a5e721fb31

10 years ago[WK2] fix the issue about low memory handling for OSP.
JungJik Lee [Wed, 5 Jun 2013 06:53:35 +0000 (15:53 +0900)]
[WK2] fix the issue about low memory handling for OSP.

[Title] [WK2] fix the issue about low memory handling for OSP.
[Issue#] N/A
[Problem] due to the previous implementation for OSP, it causes the suspend painting in PlatformSurface WebKit.
[Cause] After getting the low memory noti, the browser does not render any frame.
[Solution] the implementation works only on OSP and purges the backing stores when the low memory notification comes.

Change-Id: Ibb8e0efed4e12b2a6e49b701d9b650e0b13cc4ce

10 years agoMerge " [Release] Webkit2-efl-123997_0.11.61" into tizen_2.2
Kangil Han [Tue, 18 Jun 2013 12:36:37 +0000 (12:36 +0000)]
Merge " [Release] Webkit2-efl-123997_0.11.61" into tizen_2.2

10 years ago [Release] Webkit2-efl-123997_0.11.61
Eunsol Cha [Tue, 18 Jun 2013 12:23:59 +0000 (21:23 +0900)]
 [Release] Webkit2-efl-123997_0.11.61

10 years agoMedia capture is not working
Jiyeon Kim [Thu, 13 Jun 2013 00:42:39 +0000 (09:42 +0900)]
Media capture is not working

[Title] Media capture is not working
[Problem] VPSS-956
[Cause] Camera app returned array type of result value but webkit just handled string type of result value
[Solution] Use service_get_extra_data_array not service_get_extra_data function and set extra data for handling camera app

Change-Id: I115f1817468f93a4bc0996f65ccf445ca3744218

10 years agoRemove skip function based on symbol lookup in layout tests
Taehwan Kim [Tue, 18 Jun 2013 00:44:13 +0000 (09:44 +0900)]
Remove skip function based on symbol lookup in layout tests

[Title] Remove skip function based on symbol lookup in layout tests
[Issue#] N/A
[Problem] Working feature has been skipped in layout tests.
[Cause] Skip function based on symbol lookup causes this happening and it is useless since we have test expectation file.
[Solution] Remove symbol-based skipped list detection.
           - Tools/Scripts/webkitpy/layout_tests/port/webkit.py
             (_missing_symbol_to_skipped_tests)
             (_skipped_tests_for_unsupported_features)
           - Tools/Scripts/webkitpy/layout_tests/port/webkit_unittest.py
             (test_skipped_directories_for_symbols)

Change-Id: I05b3facbbbfb263418dd9ed6bd43e562b09ef3b7

10 years agoAnimation does not suspend/resume when suspend/resume ewk_view
Hurnjoo Lee [Thu, 13 Jun 2013 11:48:44 +0000 (20:48 +0900)]
Animation does not suspend/resume when suspend/resume ewk_view

[Title] Animation does not suspend/resume when suspend/resume ewk_view
[Issue#] TDIS-6043
[Problem] Animation does not suspend/resume when suspend/resume ewk_view
[Cause] When suspend/resume ewk_view, the animation is not suspended/resumed.
[Solution] Fix to suspend/resume when called ewk_view_suspend/ewk_view_resume.

Change-Id: Ic0f7680590a5b805f357a5b54cf315aba91d8b23

10 years ago[CherryPick] [WEBGL] Rename WEBKIT_WEBGL_lose_context to WEBGL_lose_context.
Karol Świniarski [Mon, 10 Jun 2013 11:26:37 +0000 (13:26 +0200)]
[CherryPick] [WEBGL] Rename WEBKIT_WEBGL_lose_context to WEBGL_lose_context.

[Title] [WEBGL] Rename WEBKIT_WEBGL_lose_context to WEBGL_lose_context.
[Problem] N/A
[Cause] N/A
[Solution] N/A
[Cherry-Picker] Karol Swiniarski

https://bugs.webkit.org/show_bug.cgi?id=108694

Change-Id: I2802734f60084b8d821387e82f91ace7d4e1157f

10 years agoMerge "[Release] Webkit2-efl-123997_0.11.60" into tizen_2.2
Kangil Han [Fri, 14 Jun 2013 12:17:45 +0000 (12:17 +0000)]
Merge "[Release] Webkit2-efl-123997_0.11.60" into tizen_2.2

10 years ago[Release] Webkit2-efl-123997_0.11.60
Eunsol Cha [Fri, 14 Jun 2013 10:44:34 +0000 (19:44 +0900)]
[Release] Webkit2-efl-123997_0.11.60

Change-Id: Ied13087627c7ef2be133335d6cd04f9fbfdfcd24

10 years ago[Title] Underline not matching Bacground Rectangle in Japanese IME
Karthik Gopalan [Fri, 7 Jun 2013 16:44:08 +0000 (22:14 +0530)]
[Title] Underline not matching Bacground Rectangle in Japanese IME

[Issue#] P130515-2070

[Problem] In Japanese IME, Underline is not matching the background rectangle

[Cause] Underline length is calculated wrongly

[Solution] Fixed the Calcualtion of Underline Width
Change-Id: If2d29dd811072ffd22038dc8bbd0254abffd5a2e

10 years agoUpdate date picker value when the input element is changed
KwangYong Choi [Thu, 13 Jun 2013 13:40:20 +0000 (22:40 +0900)]
Update date picker value when the input element is changed

[Title] Update date picker value when the input element is changed.
[Issue#] N_SE-40638
[Problem] The input element value is different from the picker value.
[Cause] The input element is changed while the picker is shown.
[Solution] Update the picker value whenever picker show request is called.

Change-Id: I38ba93d9419e5de4bb70727417f12f174e7bbed9

10 years agoFix crash when the app is terminated while color picker is shown
KwangYong Choi [Thu, 13 Jun 2013 09:58:57 +0000 (18:58 +0900)]
Fix crash when the app is terminated while color picker is shown

[Title] Fix crash when the app is terminated while color picker is shown
[Issue#] N_SE-41001
[Problem] Crash when the apps terminated while color picker is shown
[Cause] Color picker resource is not accessible during destruction time.
[Solution] Close color picker before the page is destructed.

Change-Id: I5bfe69292ca17c55c8f5531b2563b921084329d3

10 years ago[Release] Webkit2-efl-123997_0.11.59
Eunsol Cha [Thu, 13 Jun 2013 08:24:36 +0000 (17:24 +0900)]
[Release] Webkit2-efl-123997_0.11.59

Change-Id: If2ddec989d9e7cabcc2530dd3661a404f711d0c8

10 years agoMerge "Suspend ewk view when the picker popup is shown" into tizen_2.2
InBum Chang [Thu, 13 Jun 2013 04:42:43 +0000 (13:42 +0900)]
Merge "Suspend ewk view when the picker popup is shown" into tizen_2.2

10 years agoFix the position of the magnifier for text selection
Taeyun An [Wed, 12 Jun 2013 14:30:00 +0000 (23:30 +0900)]
Fix the position of the magnifier for text selection

[Title] Fix the position of the magnifier for text selection
[Issue#] P130610-4150
[Problem] the magnifier for text selection was displayed at the invalid postion
          in the email viewer in landscape mode
[Cause] the position of the view was calculcated
[Solution] add the position of the view when calculcating the position of the magnifier

Change-Id: Ib426df956b3b1c0c7939843fc19ebee82a8f5a6f

10 years agoCan able to scroll and move handle directly while context menu is showing
Taeyun An [Wed, 22 May 2013 12:48:11 +0000 (21:48 +0900)]
Can able to scroll and move handle directly while context menu is showing

[Title] Can able to scroll and move handle directly while context menu is showing
[Issue#] P130516-3961
[Problem] Can't scroll and move handle directly while context menu is showing
[Cause] UI concept was changed
[Solution] Can able to scroll and move handle directly while context menu is showing

Change-Id: I5e9a1e159e8dfc55b9b086f46ab31ae119a36724

Conflicts:

Source/WebKit2/UIProcess/tizen/WebContextMenuProxyTizen.cpp

10 years agoInitialize TextSelectionHandles status to false when context menu item has been selected
Taeyun An [Mon, 20 May 2013 07:08:06 +0000 (16:08 +0900)]
Initialize TextSelectionHandles status to false when context menu item has been selected

[Title] Initialize TextSelectionHandles status to false when context menu item has been selected
[Issue#] N_SE-41082
[Problem] Handles are not updated when choose the select all context menu after move handle.
[Cause] There is no initialize handle status routine after choose context menu items.
[Solution] Add init routine at contextMenuItemSelectedCallback.

Change-Id: Ib2c526eefb50d22937228496e74e8d3ffaf77803

10 years agoEnable auto fitting setting value initially
Changhyup Jwa [Wed, 5 Jun 2013 09:31:09 +0000 (18:31 +0900)]
Enable auto fitting setting value initially

[Title] Enable auto fitting setting value initially
[Issue#] N/A (OSP WebViewer issue report)
[Problem] No way to disable scroll bar right after ewk_view_add()
[Cause] Initially auto fitting is disabled. Plus, disabling this is impossible
        because setting cannot be changed before ewk_view_add()
[Solution] Initially enable auto fitting setting value

Change-Id: I851864a48a71633d4bd52b2471926962c96541e5

10 years agoRemove Paste, Cut, Clipboard options if context menu be shown on input element.
Taeyun An [Wed, 12 Jun 2013 11:07:41 +0000 (20:07 +0900)]
Remove Paste, Cut, Clipboard options if context menu be shown on input element.

[Title] Remove Paste, Cut, Clipboard options if context menu be shown on input element.
[Issue#] N_SE-40982
[Problem] Paste, Cut, Clipboard options are displayed if context menu be shown on input element.
[Cause] There is no remove routine.
[Solution] Remove Paste, Cut, Clipboard options if context menu be shown on input element.

Change-Id: I970a5c5bda694378f7103000bede43cb567e9433

10 years agoSuspend ewk view when the picker popup is shown
KwangYong Choi [Fri, 7 Jun 2013 08:17:28 +0000 (17:17 +0900)]
Suspend ewk view when the picker popup is shown

[Title] Suspend ewk view when the picker popup is shown.
[Issue#] N_SE-40575
[Problem] Keyboard input is inserted when the picker popup is shown.
[Cause] ewk view has focus even though popup is shown.
[Solution] Suspend ewk view when the picker popup is shown.

Change-Id: Ib79d2662a2858ff9fd1dbce54e20796d45fc873d

10 years ago[Release] Webkit2-efl-123997_0.11.58
Eunsol Cha [Tue, 11 Jun 2013 08:23:26 +0000 (17:23 +0900)]
[Release] Webkit2-efl-123997_0.11.58

Change-Id: Icdff3268b6073730007a8a2c6182e34100381cd6

10 years agoTurn on password echo in settings
SangYong Park [Mon, 10 Jun 2013 10:03:16 +0000 (19:03 +0900)]
Turn on password echo in settings

[Title] Turn on password echo in settings
[Issue#] P130605-7020
[Problem] Can not distinguish input text in password field
[Cause] All text was filtered in password field
[Solution] Turn on password echo in settings

Change-Id: Ibb7494d905215acba6e610645fb1ac9b0f4d2ddd

10 years agoMerge "[Release] Webkit2-efl-123997_0.11.57" into tizen_2.2
Kangil Han [Mon, 10 Jun 2013 07:50:44 +0000 (16:50 +0900)]
Merge "[Release] Webkit2-efl-123997_0.11.57" into tizen_2.2

10 years ago[Release] Webkit2-efl-123997_0.11.57
Taehwan Kim [Mon, 10 Jun 2013 07:43:58 +0000 (16:43 +0900)]
[Release] Webkit2-efl-123997_0.11.57

Change-Id: I45d4f698564131cfa9a4656690c680dea4f4fd11

10 years agoIf posChildNeedsLayout but !m_positionedObjects, normal layout is needed
KyungTae Kim [Sat, 8 Jun 2013 00:22:59 +0000 (09:22 +0900)]
If posChildNeedsLayout but !m_positionedObjects, normal layout is needed

[Title]
If posChildNeedsLayout but !m_positionedObjects, normal layout is needed
[Issue]
Docomo Shabette Conciere Web App Issue
[Problem]
The mascot image is not shown when start up
[Cause]
The "content_main" element is a positioned child of "ui-scrollview-view",
but was not registered to m_positionedObjects during first layout of "ui-scrollview-view".
Then, when the mascot image is added to "content_main",
the layout of "ui-scrollview-view" triggered with posChildNeedsLayout flag,
but layoutPositionedObjects called by simplifiedLayout is just returned.
[Solution]
If posChildNeedsLayout but !m_positionedObjects, return the simplifiedLayout with false
to execute normal layoutBlock that register the pos child and execute the layoutPositionedObjects.

Change-Id: Ic116480d7ffde39d617935ff1b5d3e42663a83c4

10 years agoSwitch release branch from tizen_2.1 to tizen_2.2
Taehwan Kim [Mon, 10 Jun 2013 07:06:59 +0000 (16:06 +0900)]
Switch release branch from tizen_2.1 to tizen_2.2

[Title] Switch release branch from tizen_2.1 to tizen_2.2
[Issue] N/A
[Problem] Release policy was changed.
[Cause] N/A
[Solution] Switch release branch from tizen_2.1 to tizen_2.2.

Change-Id: Ib3b908ac3d06a7a313e38f8e69482e1764e19cb5

10 years agoFix keypad closing issue
SangYong Park [Wed, 5 Jun 2013 12:36:24 +0000 (21:36 +0900)]
Fix keypad closing issue

[Title] Fix keypad closing issue
[Issue#] P130605-2496
[Problem] Keypad was closed when tap ok button
[Cause] Condition for keypad closing is invalid
[Solution] Change condition

Change-Id: I7b1356663d5958cbfa2dc4ebbcc9c0b35695874a

10 years agoAdjusted position for showing text selection context menu properly.
Yuni Jeong [Sun, 9 Jun 2013 07:55:55 +0000 (16:55 +0900)]
Adjusted position for showing text selection context menu properly.

[Title] Adjusted position for showing text selection context menu properly.
[Issue#] N_SE-38751
[Problem] Select All context menu show wrong position in NPRuntime.
[Cause] Context menu is showned at center position of selection range.
        If center position of selection range is in invisible editor box area(outside of the editor box),
        context menu is showned at wrong position and wrong context menu is showned.
[Solution] Adjusted position for shwoing context menu to center position of visible selection range in the editor box.

Change-Id: I6bc8e9c994050e0fbead15525b3d5c9c63cfe9df

10 years agoFix invalid position when loading new page from clicking the link
Taeyun An [Sat, 8 Jun 2013 10:38:59 +0000 (19:38 +0900)]
Fix invalid position when loading new page from clicking the link

[Title] Fix invalid position when loading new page from clicking the link
[Issue#] P130605-5873, P130523-2961
[Problem] The scroll position is not top when loading new page from link
[Cause] The previsou scroll position was set for new page
[Solution] Reset the scroll position for new page

Change-Id: I0906a988166847c10e5523bcd2c121b5b418812d

11 years agoAudioDestination of DefaultDestinationNode need to be released for kill process that...
keonho07.kim [Fri, 7 Jun 2013 13:00:58 +0000 (22:00 +0900)]
AudioDestination of DefaultDestinationNode need to be released for kill process that cause a crash in finishBuildingPipelineAfterWavParserPadReady.

[Title] AudioDestination of DefaultDestinationNode need to be released for kill process that cause a crash in finishBuildingPipelineAfterWavParserPadReady.
[Problem] N_SE-40772, N_SE-40465, N_SE-40459, N_SE-40456
[Cause] N/A
[Solution] Add m_destination.clear() in destructor.

Change-Id: I1e8fcf1b96ad260b545a8b4f391d954866a18b34

11 years agoFixed issue suggestions become hyperlink in error page
Raveendra Karu [Fri, 7 Jun 2013 11:21:48 +0000 (16:51 +0530)]
Fixed issue suggestions become hyperlink in error page

[Title] Suggest of "webpage not available" become hyperlink after loading a URL with maximum character
[Issue#] N_SE-40226
[Problem] suggestions become hyperlink in a error page
[Cause] Since url length is more than the allocated character array length to store error message,
suggestions are also overwritten by the url.
[Solution] Allocating errorMessage buffer, based on the url length
[Developer] Raveendra Karu (r.karu@samsung.com)

11 years agoWeb application can not stop vibration in background
Jiyeon Kim [Fri, 7 Jun 2013 07:24:24 +0000 (16:24 +0900)]
Web application can not stop vibration in background

[Title] Web application can not stop vibration in background
[Problem] DCM-1925
[Cause] vibrate method doesn't execute when page visibility is hidden
[Solution] vibrate method with time argument is 0 execute even if page visibility is hidden

Change-Id: Id2098671dc73092c8e0ee79c978a3e92467e85bc

11 years agoMerge "[Release] Webkit2-efl-123997_0.11.56" into tizen_2.2
Kangil Han [Fri, 7 Jun 2013 06:45:17 +0000 (15:45 +0900)]
Merge "[Release] Webkit2-efl-123997_0.11.56" into tizen_2.2

11 years ago[Release] Webkit2-efl-123997_0.11.56
Taehwan Kim [Fri, 7 Jun 2013 06:42:55 +0000 (15:42 +0900)]
[Release] Webkit2-efl-123997_0.11.56

Change-Id: I035470005bd69644b6cfa324f5edfa088cf0f397

11 years agoMerge "Call "Unselect" operation when setting the value from picker" into tizen_2.2
InBum Chang [Fri, 7 Jun 2013 06:34:17 +0000 (15:34 +0900)]
Merge "Call "Unselect" operation when setting the value from picker" into tizen_2.2

11 years ago[Title] Fix the parsing-logic used to collect the harfBuzzRuns
Rashmi Shyamasundar [Fri, 7 Jun 2013 06:03:25 +0000 (11:33 +0530)]
[Title] Fix the parsing-logic used to collect the harfBuzzRuns

[Issue#] N_SE36590

[Problem] Width of any word, containing a complex character after a space, is wrong.

[Cause] There should be one harfBuzzRun created for one word. In the case where the word starts with
        a complex character and there is a space before the word, the first glyph of the complex character
        becomes one harfBuzzRun and the rest of the word is another harfBuzzRun.
        The complex character is not reshaped as expected.

[Solution] Fix the parsing-logic used to collect the harfBuzzRuns, in function HarfBuzzShaper::collectHarfBuzzRuns.
           Update the value of "nextScript" in the for-loop, soon after consuming each character.

[Developer] rashmi.s2@samsung.com

11 years agoReplace deviceWidth and deviceHeight to screenRect
Seonae Kim [Mon, 27 May 2013 10:05:39 +0000 (19:05 +0900)]
Replace deviceWidth and deviceHeight to screenRect

[Title] Replace deviceWidth and deviceHeight to screenRect
[Issue] N/A
[Problem] When entered fullscreen, the font size is too small and abnormal.
[Cause] deviceWidth and deviceHeight value is changed by another patch.
[Solution] we should change to screenRect, because it is no longer used.

Change-Id: Id83857c9b59d7537f5d74ffc3e20f5d89f6b09ef

11 years agoAdded new API to enable/disable link effect(link sound)
Ryuan Choi [Wed, 5 Jun 2013 10:49:52 +0000 (19:49 +0900)]
Added new API to enable/disable link effect(link sound)

[Title] Added new API to enable/disable link effect(link sound)
[Issue#] N/A
[Problem] OSP requested.
[Cause]
[Solution] Added.

Change-Id: I0a6862a4dc25b8448c37d929cb3ceccd3adb7067

Conflicts:
Source/WebCore/page/Settings.cpp
Source/WebKit2/Shared/WebPreferencesStore.h
Source/WebKit2/UIProcess/API/efl/ewk_settings.cpp
Source/WebKit2/UIProcess/API/efl/ewk_settings.h
Source/WebKit2/WebProcess/WebPage/efl/WebPageEfl.cpp

11 years agoFix for Docomo bug 1339. No regression
Wojciech Bielawski [Tue, 14 May 2013 12:18:30 +0000 (14:18 +0200)]
Fix for Docomo bug 1339. No regression

Change-Id: If920087064c57ab26484657fe063a37944c6d101

11 years agoCall "Unselect" operation when setting the value from picker
Jongseok Yang [Thu, 6 Jun 2013 06:00:01 +0000 (15:00 +0900)]
Call "Unselect" operation when setting the value from picker

[Title] Call "Unselect" operation when setting the value from picker
[Issue#] N_SE-40584
[Problem] The picker popup appeared when reopen the web app with the entry for picker
[Cause] the focus operation caused to the entry for picker because it still had the focus
        after setting the value
[Solution] Reset the focus for the entry when setting the vlaue from picker

Change-Id: Iab41a2ed501d2b9901b4b6269a682edaf49d54e7

11 years agoMerge "[Release] Webkit2-efl-123997_0.11.55" into tizen_2.2
Kangil Han [Wed, 5 Jun 2013 08:42:48 +0000 (17:42 +0900)]
Merge "[Release] Webkit2-efl-123997_0.11.55" into tizen_2.2

11 years ago[Release] Webkit2-efl-123997_0.11.55
Taehwan Kim [Wed, 5 Jun 2013 08:39:54 +0000 (17:39 +0900)]
[Release] Webkit2-efl-123997_0.11.55

Change-Id: Ic052305c196b69e95e977c80665e7b3308b07ea9

11 years agoAdjusted magnifier position properly in case that touched position is outside of...
Yuni Jeong [Wed, 5 Jun 2013 08:04:43 +0000 (17:04 +0900)]
Adjusted magnifier position properly in case that touched position is outside of the editor box.

[Title] Adjusted magnifier position properly in case that touched position is outside of the editor box.
[Issue#] N_SE-40154, N_SE-38039
[Problem] When touched position is outside of the editor box,
          magnifier is displayed in the center of the editor box.
[Cause] Magnifier position is set to the center of the editor box
        in case that touched position is outside of the editor box.
[Solution] Adjusted magnifier position properly like below:
            - If Y of the touched position < Y of the editor box, set to Y of the editor box.
            - If Y of the touched position > maxY of the editor box, set to maxY of the editor box.

Change-Id: I33059e7971915f56192bc00727ec10dfe8e2a0c6

11 years agoDisplay select all menu in context menu only in text selection mode
Taeyun An [Wed, 22 May 2013 11:42:03 +0000 (20:42 +0900)]
Display select all menu in context menu only in text selection mode

[Title] Display select all menu in context menu only in text selection mode
[Issue#] N_SE-39211
[Problem] Select all menu is appeared when it is not selection mode
[Cause] There is no selection mode check routine
[Solution] Add selection status check routine

Change-Id: If0fd189f17c65240e334e79eb8cdd5e9971a225b

11 years agoPrevent showing previous scaled image when rotating.
YoungTaeck Song [Wed, 5 Jun 2013 03:00:52 +0000 (12:00 +0900)]
Prevent showing previous scaled image when rotating.

[Title] Prevent showing previous scaled image when rotating.
[Issue#] N_SE-37874
[Problem] After rotating, previous scaled image is showed
[Cause] Right after rotating, We show current contents immediately.
[Solution] Prevent showing previous scaled image when rotating.

Change-Id: Ib70458e85c41b478de5d222ac2f0f8b75dc68e8a

11 years agoMerge commit '346b1212862b0f339185c8fcc1f98d833e9f287e' into tizen_2.2
Taehwan Kim [Wed, 5 Jun 2013 04:51:21 +0000 (13:51 +0900)]
Merge commit '346b1212862b0f339185c8fcc1f98d833e9f287e' into tizen_2.2

Change-Id: I6e31b46a5264814eb11e06176f3b9b7143c038a5

11 years agoAdd null checking in InputMethodContextEFL
SangYong Park [Tue, 28 May 2013 01:01:00 +0000 (10:01 +0900)]
Add null checking in InputMethodContextEFL

[Title] Add null checking in InputMethodContextEFL
[Issue#] N_SE-40282
[Problem] abort() was occured in ecore imf module
[Cause] null pointer was passed
[Solution] Add null checking in InputMethodContextEFL

Change-Id: I5bb3be43f954700a93e3f9e8077a6d7c2419f2f5

11 years agoSet return key type if input type is search
SangYong Park [Thu, 23 May 2013 10:13:01 +0000 (19:13 +0900)]
Set return key type if input type is search

[Title] Set return key type if input type is search
[Issue#] P130426-7919
[Problem] Return key type is invalid if input type is search
[Cause] Return key type was not set
[Solution] Return key type should be set

Change-Id: I2ba2afaa4fa943be8b438f39b1d59cc16e034787

11 years agoAdd ewk_view_open_panel_cancel for canceling and removing openPanelListener
Jiyeon Kim [Wed, 5 Jun 2013 02:18:49 +0000 (11:18 +0900)]
Add ewk_view_open_panel_cancel for canceling and removing openPanelListener

[Title] Add ewk_view_open_panel_cancel for canceling and removing openPanelListener
[Problem] N_SE-40409
[Cause] openPanelListenr was not released
[Solution] Called ewk_view_open_panel_cancel API in OpenPanel destructor

11 years agoShiny Drum Machine doesn't play in TRATS device.
Praveen R Jadhav [Fri, 3 May 2013 11:00:10 +0000 (20:00 +0900)]
Shiny Drum Machine doesn't play in TRATS device.

[Title] Shiny Drum Machine doesn't play in TRATS device.
[Problem] Total processing time of Audio Nodes is more than max latency.
[Cause] Convolver Node takes more time than max latency and hence no audio is heard.
[Solution] Convolver Node latency is checked before processing.

Change-Id: I2f947eab18e4cb76b78fd4955648455694cf7cbf

11 years agoFix the issue that Web Audio test case fails on PR3.
Shao Changbin [Fri, 31 May 2013 01:42:18 +0000 (21:42 -0400)]
Fix the issue that  Web Audio test case fails on PR3.

[Title] Fix the issue that  Web Audio test case fails on PR3.
[Issue#] TWEB-1144
[Cause] assertion `G_VALUE_HOLDS_BOOLEAN (value)' failed when set GValue, because the value doesn't initialize its type.
[Solution] Initilize the GValue type.

11 years agoGmail attachment server is not supported seek, it is not suitable to stream play...
keonho07.kim [Tue, 4 Jun 2013 07:14:08 +0000 (16:14 +0900)]
Gmail attachment server is not supported seek, it is not suitable to stream play. So, make it download file.

[Title] Gmail attachment server is not supported seek, it is not suitable to stream play. So, make it download file.
[Problem] N_SE-39292
[Cause] N/A
[Solution] Do not make a launching mediadocument anymore.

Change-Id: I15a5820a06bd18bd5342d41b9ca3f2474438565d

11 years agoFix that naver page is shown widely when page mode is changed from landscape to portr...
Gyuyoung Kim [Sat, 1 Jun 2013 05:36:17 +0000 (14:36 +0900)]
Fix that naver page is shown widely when page mode is changed from landscape to portrait mode

[Title] Fix that naver page is shown widely when page mode is changed from landscape to portrait mode
[Issue#] N_SE-39597
[Problem] Some pages of naver.com are shown widely.
[Cause] Wrong width value is set when device screen is changed from landscape to portrait.
[Solution]

Change-Id: I490f05950ea6704694539a114fc5180d509eebf0

11 years agoMerge "The value of file input should not be URL encoded." into tizen_2.1
Jinwoo Song [Tue, 4 Jun 2013 10:18:47 +0000 (19:18 +0900)]
Merge "The value of file input should not be URL encoded." into tizen_2.1

11 years agoThe value of file input should not be URL encoded.
Ryuan Choi [Tue, 4 Jun 2013 10:05:57 +0000 (19:05 +0900)]
The value of file input should not be URL encoded.

[Title] The value of file input should not be URL encoded.
[Issue#] N_SE-39241
[Problem] fileSystemPath should be decoded, but EFL port didn't.
[Cause]
[Solution] Opensource was already fixed after r147883.
           So I cherry-picked it.

Author: paroga@webkit.org <paroga@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Apr 7 22:18:48 2013 +0000

        Add default implementation for KURL::fileSystemPath()
        https://bugs.webkit.org/show_bug.cgi?id=108326

Change-Id: I12a286f33b048f7ffe9a0c0b05222e0cfbd96e5b

11 years agoKeep visible content width on rotation
Changhyup Jwa [Mon, 3 Jun 2013 07:47:44 +0000 (16:47 +0900)]
Keep visible content width on rotation

[Title] Keep visible content width on rotation
[Issue#] N_SE-39623
[Problem] Scale factor is not kept after device rotation from portrait to
        landscape and getting back to portrait
[Cause] Webkit just keep current scale factor, not visible content width
[Solution] Keep visible content width on rotation

Change-Id: I81a25acee942539e5428461a98a0214fa6171ff1

11 years agoFix ImageDocument's reference size
Changhyup Jwa [Tue, 4 Jun 2013 04:47:36 +0000 (13:47 +0900)]
Fix ImageDocument's reference size

[Title] Fix ImageDocument's reference size
[Issue#] N_SE-39200, 39237
[Problem] Image resource's size is not equal even it's reloaded
[Cause] ImageDocument resizes image resource with visible content rect.
        And visible content rect can be changed by user or loading progress.
[Solution] Fix ImageDocument to refer layout size which is not changed

Change-Id: I12974ac3a3830bc711c4689d55666c509250347f

11 years agoFix orientation angle value
Changhyup Jwa [Wed, 22 May 2013 06:21:19 +0000 (15:21 +0900)]
Fix orientation angle value

[Title] Fix orientation angle value
[Issue#] N/A (TC fail)
[Problem] On secondary landscape mode, screen width and height are incorrect
[Cause] WebKit's secondary landscape mode's orientation value is -90, but
        currently screen rect is handling 270 only
[Solution] Use -90 instead of 270

Change-Id: I843a0ed827fe37252990fc516e7696064af8e369

11 years agoAdjust scroll position immediately after hiding IME
Changhyup Jwa [Thu, 16 May 2013 07:36:23 +0000 (16:36 +0900)]
Adjust scroll position immediately after hiding IME

[Title] Adjust scroll position immediately after hiding IME
[Issue#] SE-38425
[Problem] Scroll position is updated too late after hiding IME
[Cause] If there's delay between resize view and didChangeViewportProperties(),
        scroll position is updated too late.
[Solution] Update drawing scroll position on UIProcess right after hiding IME

Change-Id: Ia3d56bf5340ea1e791cd860835f5f3740e6b0d23

11 years agoUnset device width and height in Settings
Changhyup Jwa [Wed, 10 Apr 2013 06:18:50 +0000 (15:18 +0900)]
Unset device width and height in Settings

[Title] Unset device width and height in Settings
[Issue#] N/A
[Problem] Contents' size is not fit to view size, only fit to screen size
[Cause] Viewport attributes are calculated with screen size if device width
        and height is set
[Solution] Unset device width and height

Change-Id: I48f732ed70cf30a1b7b5cf074db1271bc95b5d04

11 years agoRescale if scale factor exceeds scalable range by changed contents size
Changhyup Jwa [Sun, 12 May 2013 00:49:19 +0000 (09:49 +0900)]
Rescale if scale factor exceeds scalable range by changed contents size

[Title] Rescale if scale factor exceeds scalable range by changed contents size
[Issue#] N_SE-38068
[Problem] Rotate from landscape to portrait on Google's "Feeling Lucky" page,
         empty space is displayed on right side.
[Cause] Contents size is changed smaller lately after updating scale factor
[Solution] If scale factor exceeds scalable range by changed contents size,
        update scale factor with adjusted value.

Change-Id: Ie16865278097878bdd859343bc064ae7ff576c13

11 years ago[CherryPick] thumb doesn't match click position for rtl input type=range
Jiyeon Kim [Thu, 18 Apr 2013 04:42:02 +0000 (13:42 +0900)]
[CherryPick] thumb doesn't match click position for rtl input type=range

[Title] [CherryPick] thumb doesn't match click position for rtl input type=range
[Problem] N/A
[Cause] N/A
[Solution] N/A
[Cherry-Picker] Jiyeon Kim

https://bugs.webkit.org/show_bug.cgi?id=94890

Change-Id: Ifb02014b86b960e1f559fbbd925be0366456e5db

11 years ago[CherryPick] Clicking input type=range with padding or border sets wrong value
Jiyeon Kim [Thu, 18 Apr 2013 04:26:27 +0000 (13:26 +0900)]
[CherryPick] Clicking input type=range with padding or border sets wrong value

[Title] [CherryPick] Clicking input type=range with padding or border sets wrong value
[Problem] N/A
[Cause] N/A
[Solution] N/A
[Cherry-Picker] Jiyeon Kim

https://bugs.webkit.org/show_bug.cgi?id=94473

Change-Id: I41c047cea50be6fe50e21cbb687ebb2a2efd82f2

11 years agoRedesign style for normal controller and add media slider thumb
Jiyeon Kim [Wed, 17 Apr 2013 13:24:11 +0000 (22:24 +0900)]
Redesign style for normal controller and add media slider thumb

[Title] Redesign style for normal controller and add media slider thumb
[Problem] N/A
[Cause] N/A
[Solution] N/A

Change-Id: I407d0418ccb6ab71b0d691587b3347f04cfc2e36

11 years agoMerge "[Release] Webkit2-efl-123997_0.11.54" into tizen_2.1
Kangil Han [Tue, 4 Jun 2013 04:46:39 +0000 (13:46 +0900)]
Merge "[Release] Webkit2-efl-123997_0.11.54" into tizen_2.1

11 years ago[Release] Webkit2-efl-123997_0.11.54
Taehwan Kim [Tue, 4 Jun 2013 04:43:57 +0000 (13:43 +0900)]
[Release] Webkit2-efl-123997_0.11.54

Change-Id: Ie865639c6df04a8d924b2adba0c85b2752c848a8

11 years agoFix crash issue on moving by history
SangYong Park [Tue, 4 Jun 2013 03:53:49 +0000 (12:53 +0900)]
Fix crash issue on moving by history

[Title] Fix crash issue on moving by history
[Issue#] N_SE-40314 N_SE-39978
[Problem] Crash was occured when move by history
[Cause] Pass null pointer to shouldDoSAmDocumentNavigationTo()
[Solution] Check null pointer

Change-Id: I8b470fbe606e591d214a89ac031a1804b00db0a2

11 years agoAdded missing EAPI macro for ewk_view_main_frame_scrollbar_visible_XXX
Ryuan Choi [Mon, 3 Jun 2013 23:37:38 +0000 (08:37 +0900)]
Added missing EAPI macro for ewk_view_main_frame_scrollbar_visible_XXX

[Title] Added missing EAPI macro for ewk_view_main_frame_scrollbar_visible_XXX
[Issue#] N/A
[Problem] This was API, but it wasn't exposed. For email to use this, we should expose them.
[Cause]
[Solution] FIXED.

Change-Id: Ib39b022827bb52795898817e66cb4fe2dd656183

11 years agoNon inheritable CSS properties are not preserved when merging paragraphs
Grzegorz Czajkowski [Fri, 17 May 2013 08:06:02 +0000 (10:06 +0200)]
Non inheritable CSS properties are not preserved when merging paragraphs

In 'mergeInlineAndImplicitStyleOfElement' we get style from matched rules.
If they contain either background-color or text-decoration they will be removed
in removeNonEditingProperties() due to implicit OnlyInheritableEditingProperties
parameter.
We have already had similar issue at https://bugs.webkit.org/show_bug.cgi?id=53196

This is being discussed at https://bugs.webkit.org/show_bug.cgi?id=116215.

Change-Id: I63a37cbf5a7f729487c52e824f57941782a37da0