framework/web/webkit-efl.git
10 years agoNew lines are inserted in message text-box when press CTRL+M in Chatter.
Ryuan Choi [Fri, 4 Oct 2013 05:06:59 +0000 (14:06 +0900)]
New lines are inserted in message text-box when press CTRL+M in Chatter.

[Title] New lines are inserted in message text-box when press CTRL+M in Chatter.
[Issue#] N_SE-52737
[Problem] Linux generate \r for Ctrl + M and it was translated to newline in webkit.
[Cause] This behavior is not clear on all browsers.
[Solution] Removed translation

Change-Id: I698261d14a5f9c72af2b21f9eec046bc2937ef1a

10 years agoFix the build break from patch "Delete hover_state in all theme".
Kim Byung Jun [Fri, 4 Oct 2013 03:34:11 +0000 (12:34 +0900)]
Fix the build break from patch "Delete hover_state in all theme".

[Title] Fix the build break from patch "Delete hover_state in all theme".
[Issue] N/A
[Problem] Patch "Delete hover_state in all theme" cause build break.
[Cause] N/A
[Solution] Fix the error part from patch.
Change-Id: I9dff524db9d2fcce00a496d1e08c89b1ea5f4d4a

10 years agoDelete hover_state in all theme.
Kim Byung Jun [Fri, 4 Oct 2013 00:53:06 +0000 (09:53 +0900)]
Delete hover_state in all theme.

[Title] Delete hover_state in all theme.
[Issue] N/A
[Problem] Hover state cause many problem on mobile.
[Cause] N/A
[Solution] Delete hover part from *.edc. And delete hover image.
Change-Id: Ie0df1d7f1677bac90b3f4e914285e2e9fe6db0f3

10 years agoDo not reset the ContentLayer and contentsOpaque for canvas and media elements
Shanmuga Pandi M [Thu, 11 Jul 2013 14:51:25 +0000 (20:21 +0530)]
Do not reset the ContentLayer and contentsOpaque for canvas and media elements

[Title] Do not reset the ContentLayer and contentsOpaque for canvas and media elements
[Issue#] N_SE-41346
[Problem] Canvas element disappers when tapping outside the canvas.
[Cause] ContentsLayer set to NULL and lost the original canvas content.
And ContentsOpaque is set to 1, because of that background color is not painted after that.
[Solution] Do not set ContentsLayer to NULL and donot change the contentsOpaque
           for canvas and media layers

Change-Id: I57afb45793ff087387dc315998493e2bb9992528

10 years agoRevert "Video pause button does not work in video streaming from nytimes.com"
Jiyeon Kim [Thu, 3 Oct 2013 23:18:12 +0000 (23:18 +0000)]
Revert "Video pause button does not work in video streaming from nytimes.com"

This reverts commit 665393f385ed0ffc6471a170b97522d493fada62.

Change-Id: Ib0598c6788c202af7d5af4d16e52cd5402f98dcc

10 years agoFix for "Marker blinking while press and hold Ctrl+A"
bhargavi.k [Wed, 2 Oct 2013 12:00:37 +0000 (17:30 +0530)]
Fix for "Marker blinking while press and hold Ctrl+A"

[Title]  Fix for "Marker blinking while press and hold Ctrl+A"
[Issue#] NSE-52739
[Problem] Blink was happening
[Cause]  Due to context menu disable , text selection was removed
[Solution] made changes like Thou context menu is disable, Text selection should be active.

Change-Id: I57517db7ef1a6ff5b143bf141db632b5142ffe21

10 years agoFix the issue that animation is not working after rotation.
Hurnjoo Lee [Fri, 26 Jul 2013 14:51:49 +0000 (23:51 +0900)]
Fix the issue that animation is not working after rotation.

[Title] Fix the issue that animation is not working after rotation.
[Issue#] DCM-2238
[Problem] The progress animation(rotating) on popup is stopped when device is rotated.
[Cause] When rebuild the layer tree, animation informations are not syncronized.
[Solution] Modifed to sync the animation informations while rebuild the layer tree.

Change-Id: I91fcb82e8afe8e3fd8c398ec508c6165697f1d54

10 years agoFix the issue that the webprocess is suspended
Hurnjoo Lee [Tue, 3 Sep 2013 12:09:24 +0000 (21:09 +0900)]
Fix the issue that the webprocess is suspended

[Title] Fix the issue that the webprocess is suspended
[Issues] P130823-01978
[Problem] When animation works, the webProcess is suspended after showing javascript alert.
[Solution] Prevent calling of serviceScriptedAnimations while webprocess waits finish of javascript popup.

Change-Id: I11ab6ec3299326feb8b5e6f42532d6f5c19d21df

10 years agoFix the animation performance issue
Hurnjoo Lee [Mon, 24 Jun 2013 00:51:00 +0000 (09:51 +0900)]
Fix the animation performance issue

[Title] Fix the animation performance issue
[Issue#] N/A
[Problem] Slider Puzzle: Performance is poor, app is keep stucking on any random steps even sometimes unable to start.
[Cause] Regression(http://slp-info.sec.samsung.net/gerrit/#/c/225669/)
[Solution] This issue can be resolved by r150015, but cherry-picking is hard because the current our
           local branch is different from webkit-org and there is a regression on the EFL.
           So we applied part of r150015(http://trac.webkit.org/changeset/150015)
           (refer to:https://bugs.webkit.org/show_bug.cgi?id=112345)

Conflicts:
Source/WebKit2/WebProcess/WebPage/LayerTreeCoordinator/LayerTreeCoordinator.cpp
Source/WebKit2/WebProcess/WebPage/LayerTreeCoordinator/LayerTreeCoordinator.h

Change-Id: Ieface03402b46e28c23ccf5dc2af0830ace8465e

10 years ago[Cherry-pick] Disable REQUEST_ANIMATION_FRAME_TIMER to render a new animation frame
prabha.p@samsung.com [Tue, 18 Jun 2013 07:30:52 +0000 (16:30 +0900)]
[Cherry-pick] Disable REQUEST_ANIMATION_FRAME_TIMER to render a new animation frame

[Title] Disable REQUEST_ANIMATION_FRAME_TIMER to render a new animation frame
[Issue#] P130604-5534
[Problem] Delay in painting when the transition happens
[Cause]
[Solution] Cherry-picked
[Cherry-Picker] Prabhavathi Perumal <prabha.p@samsung.com>

[EFL] Disable REQUEST_ANIMATION_FRAME_TIMER to render a new animation frame.

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

Patch by JungJik Lee <jungjik.lee@samsung.com> on 2013-03-20
Reviewed by Kenneth Rohde Christiansen.

.:

Add a manual test to check the running of scripted transition animation.

* ManualTests/animation/transition-on-and-offscreen-animation.html: Added.

Source/WebKit/efl:

Add dummy functions for WK1.

Example test case: ManualTests/animation/transition-on-and-offscreen-animation.html

* WebCoreSupport/ChromeClientEfl.cpp: Add dummy functions for WK1.
(WebCore):
(WebCore::ChromeClientEfl::scheduleAnimation):
(WebCore::ChromeClientEfl::serviceScriptedAnimations):
* WebCoreSupport/ChromeClientEfl.h:
(ChromeClientEfl):

Source/WTF:

The issue is that if the animation starts outside of the area covered by keepRects,
the web process does not create tiles of the animation layer and the layer moves
without having any tiles. In order to fix this issue, CoordinatedLayerHost must call
scheduleLayerFlush to create new tiles when the layer enters the area covered by keepRect.
However EFL port didn't call scheduleLayerFlush periodically for animation.
We can tie scripted animations with synchronization of the layer and that already
has been implemented in r123786 by Qt port. This patch is for activating r123786 patch.

The testing is covered by ManualTests/animation/transition-on-and-offscreen-animation.html

* wtf/Platform.h: Disable REQUEST_ANIMATION_FRAME_TIMER.

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

Conflicts:

ChangeLog
Source/WTF/ChangeLog
Source/WTF/wtf/Platform.h
Source/WebKit/efl/ChangeLog
Source/WebKit/efl/WebCoreSupport/ChromeClientEfl.cpp

Change-Id: Ic227e02fea8dff94627c5d67ffe6df2ffa54a912

10 years agoMerge "[Cherry-pick] Create a GraphicsLayerUpdater class that will do periodic layer...
KJ Kim [Wed, 2 Oct 2013 08:31:38 +0000 (08:31 +0000)]
Merge "[Cherry-pick] Create a GraphicsLayerUpdater class that will do periodic layer flushes for layer trees containing tile caches" into tizen_2.2

10 years agoMerge "Clear page cache when settings's font type is changed" into tizen_2.2
KJ Kim [Wed, 2 Oct 2013 08:17:08 +0000 (08:17 +0000)]
Merge "Clear page cache when settings's font type is changed" into tizen_2.2

10 years agoClear page cache when settings's font type is changed
Hyeonji Kim [Wed, 2 Oct 2013 05:07:15 +0000 (14:07 +0900)]
Clear page cache when settings's font type is changed

[Title] Clear page cache when settings's font type is changed
[Issue#] P130913-03053
[Problem] When going back to the previous page, font is not changed
[Cause] The previous page is cached page, so font is not changed
[Solution] When font type is changed, clear page cache

Change-Id: Ia8bd07bc1390e491a137e3ad100367251034b23d

10 years agoMerge "Modify underline background color of Japanese IME Preedit" into tizen_2.2
KJ Kim [Wed, 2 Oct 2013 08:10:35 +0000 (08:10 +0000)]
Merge "Modify underline background color of Japanese IME Preedit" into tizen_2.2

10 years agoModified Text Selection area
Hyeonji Kim [Thu, 5 Sep 2013 12:38:30 +0000 (21:38 +0900)]
Modified Text Selection area

[Title] Modified Text Selection area
[Issue#] P130828-02628
[Problem] If the line is added when user enter the texts in email, the line is not selected even if user choose 'Select All'.
[Cause] the gap is not painted
[Solution] Modified Text Selection area

Change-Id: Iff05053d8ac763de69b3e3e461b45666a2f737b0

10 years ago[Cherry-pick] Create a GraphicsLayerUpdater class that will do periodic layer flushes...
prabha.p@samsung.com [Tue, 18 Jun 2013 08:09:44 +0000 (17:09 +0900)]
[Cherry-pick] Create a GraphicsLayerUpdater class that will do periodic layer flushes for layer trees containing tile caches

[Title] Create a GraphicsLayerUpdater class that will do periodic layer flushes for layer trees containing tile caches
[Issue#] P130604-5534
[Problem] Delay in painting when the transition happens
[Cause]
[Solution] Cherry-pick
[Cherry-Picker] Prabhavathi Perumal <prabha.p@samsung.com>

Create a GraphicsLayerUpdater class that will do periodic layer flushes for layer trees containing tile caches

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

Reviewed by Dean Jackson.

When using tile caches in place of tiled layers, we need to recompute their
visible area periodically while animations and scrolling are happening.
Make a new class, GraphicsLayerUpdater, to handle this updating.
Internally, it uses DisplayRefreshMonitor to generate the periodic updates.

GraphicsLayer clients are notified that layers need periodic updates. Clients
are free to make use of GraphicsLayerUpdater to handle this updating, as
RenderLayerCompositor does.

Also do some minor refactoring of methods in RenderLayerCompositor that
get to Page.

* CMakeLists.txt: Add GraphicsLayerUpdater.cpp to the build.
* GNUmakefile.list.am: Ditto.
* PlatformBlackBerry.cmake: Ditto.
* Target.pri: Ditto.
* WebCore.gypi: Ditto.
* WebCore.vcproj/WebCore.vcproj: Ditto.
* WebCore.xcodeproj/project.pbxproj: Ditto.
* dom/Document.cpp:
(WebCore::Document::windowScreenDidChange): Tell the compositor that the screen
changed, so it can tell the GraphicsLayerUpdater if it has one.
* platform/graphics/GraphicsLayerClient.h:
(WebCore::GraphicsLayerClient::notifyFlushBeforeDisplayRefresh): Method called
for layers that need periodic updates, like tile cache layers.
* platform/graphics/GraphicsLayerUpdater.cpp: Added. Uses DisplayRefreshMonitorManager
to flush layers before the next refresh.
(WebCore::GraphicsLayerUpdater::GraphicsLayerUpdater):
(WebCore::GraphicsLayerUpdater::~GraphicsLayerUpdater):
(WebCore::GraphicsLayerUpdater::scheduleUpdate):
(WebCore::GraphicsLayerUpdater::screenDidChange):
(WebCore::GraphicsLayerUpdater::displayRefreshFired):
* platform/graphics/GraphicsLayerUpdater.h: Added.
(GraphicsLayerUpdaterClient): Clients need to implement flushLayers().
(WebCore::GraphicsLayerUpdaterClient::~GraphicsLayerUpdaterClient):
* platform/graphics/ca/GraphicsLayerCA.cpp:
(WebCore::GraphicsLayerCA::recursiveCommitChanges): For tile cache layers,
tell the client that this layer should be updated soon to update the visible rect.
* rendering/RenderLayerBacking.cpp:
(WebCore::RenderLayerBacking::notifyFlushBeforeDisplayRefresh): Pass this message
on to the compositor.
* rendering/RenderLayerBacking.h:
(RenderLayerBacking): Implement notifyFlushBeforeDisplayRefresh.
Add OVERRIDE to all the client overrides.
* rendering/RenderLayerCompositor.cpp:
(WebCore::RenderLayerCompositor::cacheAcceleratedCompositingFlags): Use helper to get to Page.
(WebCore::RenderLayerCompositor::scheduleLayerFlush): Ditto.
(WebCore::RenderLayerCompositor::flushPendingLayerChanges): Soon we're going to be asking
about the current state of animations inside the flush (for visible rect computation), so we
need a AnimationUpdateBlock to make sure all the animation times are in sync.
(WebCore::RenderLayerCompositor::notifyFlushBeforeDisplayRefresh): Make a GraphicsLayerUpdater
if necessary, and tell it to update soon.
(WebCore::RenderLayerCompositor::flushLayers): The GraphicsLayerUpdater client method.
Just does a flush. For now, considers this Frame as the flush root, which will need fixing for iframes.
(WebCore::RenderLayerCompositor::shouldPropagateCompositingToEnclosingFrame): Use helper to get to Page.
(WebCore::RenderLayerCompositor::deviceScaleFactor): Ditto.
(WebCore::RenderLayerCompositor::pageScaleFactor): Ditto.
(WebCore::RenderLayerCompositor::destroyRootLayer): Ditto.
(WebCore::RenderLayerCompositor::windowScreenDidChange): Tell the updater if we have one.
(WebCore::RenderLayerCompositor::scrollingCoordinator): Use helper to get to Page.
(WebCore::RenderLayerCompositor::graphicsLayerFactory): Use helper to get to Page.
(WebCore::RenderLayerCompositor::page): The helper.
* rendering/RenderLayerCompositor.h:
(RenderLayerCompositor): Add OVERRIDE to all the client overrides.

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

Conflicts:

Source/WebCore/ChangeLog
Source/WebCore/GNUmakefile.list.am
Source/WebCore/WebCore.vcproj/WebCore.vcproj
Source/WebCore/WebCore.xcodeproj/project.pbxproj
Source/WebCore/rendering/RenderLayerBacking.h
Source/WebCore/rendering/RenderLayerCompositor.cpp
Source/WebCore/rendering/RenderLayerCompositor.h

Change-Id: I20fc4acdb2eb8ced842d039ef79251af617b4088

10 years agoDispatch window resize event after changing font type
Hurnjoo Lee [Thu, 12 Sep 2013 02:44:11 +0000 (11:44 +0900)]
Dispatch window resize event after changing font type

[Title] Dispatch window resize event after changing font type
[Issues] P130902-00458
[Problem] In the page which has long text string, after changing font type,
    the scroll position does not follow the change of scrollview height.
[Solution] Dispatch window resize event after changing font type in order to relocate the scroll position.

Change-Id: Ic4f77badd20b6115ec65c8f6c64858a8e6744517

10 years agoModify underline background color of Japanese IME Preedit
Hyeonji Kim [Fri, 27 Sep 2013 07:53:04 +0000 (16:53 +0900)]
Modify underline background color of Japanese IME Preedit

[Title] Modify underline background color of Japanese IME Preedit
[Issue#] P130925-01944
[Problem] font is not displayed when both font color and underline background color are white
[Cause] both font color and underline background color are white
[Solution] change underline background color when both font color and underline background color are white

Change-Id: Ibf7908cfd0338f89ddcb79e7a6a084e2d8a308b0

10 years agoUse contents scale even if the layer's transform is not affine
Hyeonji Kim [Tue, 1 Oct 2013 11:56:43 +0000 (20:56 +0900)]
Use contents scale even if the layer's transform is not affine

[Title] Use contents scale even if the layer's transform is not affine
[Issue#] P131001-01728
[Problem] The image of 3D transform layer is not clear
[Cause] Always use contents scale of 1 when the layer's transform is not affine
[Solution] Modify to use contents scale even if the layer's transform is not affine

Change-Id: I22475292d3517ff7a4f97154b1c5301cd6eb3624

10 years agoModify TIZEN_FT_EMBOLDEN_FOR_SYNTHETIC_BOLD option
Hyeonji Kim [Tue, 1 Oct 2013 01:21:31 +0000 (10:21 +0900)]
Modify TIZEN_FT_EMBOLDEN_FOR_SYNTHETIC_BOLD option

[Title] Modify TIZEN_FT_EMBOLDEN_FOR_SYNTHETIC_BOLD option
[Issue#] N/A
[Problem] the synthetic bold font is too thick
[Cause] webkit draws twice for synthetic bold
[Solution] use freetype's 'embolden' instead of drawing twice for system font's visibility

Change-Id: Ia996c7a88235fc8fdb8218a134c1fe780eb5576e

10 years agoFix focus ui navigation bug
SangYong Park [Tue, 1 Oct 2013 08:16:45 +0000 (17:16 +0900)]
Fix focus ui navigation bug

[Title] Fix focus ui navigation bug
[Issue#] N_SE-51901
[Problem] Focus ui has minor navigation bugs
[Cause] Do not considered navigation by keyboard.
[Solution] Fix invalid code.

Change-Id: I102f662ef79fb059ed60f3cf27853ef05b4afc6d

10 years ago[Release] Webkit2-efl-123997_0.11.104
Eunsol Cha [Tue, 1 Oct 2013 06:58:21 +0000 (15:58 +0900)]
[Release] Webkit2-efl-123997_0.11.104

Change-Id: I2910d32755b78748fa1c5adb86e425e35c01047f

10 years agoFix picker popup layout
KwangYong Choi [Fri, 27 Sep 2013 02:10:54 +0000 (11:10 +0900)]
Fix picker popup layout

[Title] Fix picker popup layout.
[Issue#] N/A
[Problem] No margins around elm datetime object.
[Cause] EFL changes.
[Solution] Add min height for the popup.

Change-Id: I0b5e9fc5a3ea24d6ff436bb233f423e473f200a2

10 years agoAdd parameter of smartcallback to exit fullscreen element by Hardware back key.
KeonHo Kim [Fri, 26 Jul 2013 13:01:38 +0000 (22:01 +0900)]
Add parameter of smartcallback to exit fullscreen element by Hardware back key.

[Title] Add parameter of smartcallback to exit fullscreen element by Hardware back key.
[Problem] P130719-5603
[Cause] There is no way for distinguish the case that user press button to enter fullscreen by default mediaplayer and W3C fullscreen api.
[Solution] Added parameter to smartcallback for WRT.WQ

Change-Id: I045e73964112df15c1c2ee03e5471810c37a4169

10 years agoFix for 1> "unexpected marker appears(display error) while write silotan in URL bar"
bhargavi.k [Thu, 26 Sep 2013 11:54:55 +0000 (17:24 +0530)]
Fix for 1> "unexpected marker appears(display error) while write silotan in URL bar"
        2> "unwanted marker icon apperaing in improper position after tap on sign in in outlook.com"

[Title]  Fix for "unexpected marker appears(display error) while write silotan in URL bar"
[Issue#] N_SE-52817 , N_SE-52754
[Problem] text selection handlers are displaying wrong
[Cause]   on page load due to autofcous , handlers of selection is displayed.
[Solution] Added a check for pageloading, during pageload handlers are not drawn.

Change-Id: I27944293ff58f9f03b777982c0ec0e097ee0577c

10 years ago[Title] App selector will be launced when user select <input type=file> button
Jiyeon Kim [Sat, 28 Sep 2013 05:25:11 +0000 (14:25 +0900)]
[Title] App selector will be launced when user select <input type=file> button
[Issue#] N_SE-52810, N_SE-53110
[Problme] Focus goes to image file instead of my files home page
[Cause] My files app launched gallery app with submode after that browser launched my files app and than my files app displayed gallery app previous launched
[Solution] Add service_set_window method for handling submode app and remove service_set_app_id so user can select app which user want

Change-Id: If54c6a1cbfb037f444f3ffc45388af63eceb9860

10 years agoRemove back button for video fullscreen
Jiyeon Kim [Wed, 25 Sep 2013 04:43:14 +0000 (13:43 +0900)]
Remove back button for video fullscreen

[Title] Remove back button for video fullscreen
[Issue#] VPSS-1181
[Problem] Video fullscreen has a software back button
[Cause] UX concept was changed
[Solution] Remove software back button for user experience

Change-Id: Ifafa22b4f5772f1d6d698dd1e912539dbd285d05

10 years agoUse an epsilon value 0.001f for the rectilinear calculation.
Hyowon Kim [Sat, 14 Sep 2013 11:11:44 +0000 (20:11 +0900)]
Use an epsilon value 0.001f for the rectilinear calculation.

[Title] Use an epsilon value 0.001f for the rectilinear calculation.
[Issue#] P130910-04255
[Problem] Flickering occurs when the menu appears with animation on the Docomo PhotoCollection website.
[Cause] The results of whether a quad can be losslessly represented by a FloatRect are inconsistent during CSS animation.
Because the value of epsilon is set too high.
[Solution] Set the epsilon value to 0.001f for rectilinear clips.

Change-Id: Ibadf414b882035d1698bbc41b6088b6c54d63869

10 years agoChanged logic to add back key callback for context menu.
Yuni Jeong [Sat, 28 Sep 2013 08:08:20 +0000 (17:08 +0900)]
Changed logic to add back key callback for context menu.

[Title]  Changed logic to add back key callback for context menu.
[Issue#] N_SE-53337
[Problem] Back key is not working after showing magnifire via long press.
[Cause] Context menu back key callback has received the signal.
[Solution] Changed logic to add back key callback for context menu.

Change-Id: Id7c08d904128cb01f04a2d2d274dc2f8e741bab7

10 years agoPrevent to select word on which have SELECT_NONE property
Taeyun An [Fri, 6 Sep 2013 04:37:35 +0000 (13:37 +0900)]
Prevent to select word on which have SELECT_NONE property

[Title] Prevent to select word on which have SELECT_NONE property
[Issue#] N/A
[Problem] Selection is working incorrectly where in wrong position on which is having SELECT_NONE property
[Cause] There is no return status while proceed selectClosestWord API if node has SELECT_NONE value
[Solution] Prevent to select word on which have SELECT_NONE property

Change-Id: I4c7c4e4ebec6c885e186c170c70ea9863f55fb2b

10 years agoChanged ewk_view_text_selection_range_clear() API to ewk_view_text_selection_clear...
Yuni Jeong [Mon, 26 Aug 2013 15:59:14 +0000 (00:59 +0900)]
Changed ewk_view_text_selection_range_clear() API to ewk_view_text_selection_clear() API.

[Title] Changed ewk_view_text_selection_range_clear() API to ewk_view_text_selection_clear() API.
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] changed ewk_view_text_selection_range_clear() API to ewk_view_text_selection_clear() API.

Change-Id: I30773b718e7c3b79069f61fa8614ac7a3a9a1e7d

10 years agoCorrect the flaw for "nodebug"
Taeyun An [Sat, 28 Sep 2013 06:53:19 +0000 (15:53 +0900)]
Correct the flaw for "nodebug"

[Title] Correct the flaw for "nodebug"
[Issue#] N/A
[Problem] "nodebug" option is not working
[Cause] last "g" option is not removed
[Solution] remove all "g" option

Change-Id: Ie93d30152db5e67bedfd4fe9084526a8da13e8c7

10 years agoMerge "[Release] Webkit2-efl-123997_0.11.103" into tizen_2.2
Keunyong Lee [Fri, 27 Sep 2013 11:37:14 +0000 (11:37 +0000)]
Merge "[Release] Webkit2-efl-123997_0.11.103" into tizen_2.2

10 years ago[Release] Webkit2-efl-123997_0.11.103
Sanghyup Lee [Fri, 27 Sep 2013 11:17:46 +0000 (20:17 +0900)]
[Release] Webkit2-efl-123997_0.11.103

Change-Id: I428f145358aab5a44571c80c736988f10a62e886

10 years agoUpdate cursor position before handling key event
SangYong Park [Fri, 27 Sep 2013 07:11:59 +0000 (16:11 +0900)]
Update cursor position before handling key event

[Title] Update cursor position before handling key event
[Issue#] N_SE-52622
[Problem] Multiple capital letter was inserted when autocapital was enabled.
[Cause] Cursor position updates are slow.
[Solution] Update cursor position before handling key event.

Change-Id: I2bf019f5e267250f99d65fbdbb8a08af39e607b4

10 years agoResolve crash issue during changing smack label
Yunchan Cho [Thu, 26 Sep 2013 08:55:08 +0000 (17:55 +0900)]
Resolve crash issue during changing smack label

[Title] Resolve crash issue during changing smack label
[Issue#] N/A
[Problem] Crash happens while changing smack label of process spawned by UI Process(root) for layout test
[Cause] N/A
[Solution] We do not need this kind of behavior while running layout test.
           Therefore, this patch just disables that activity on layout test.

Change-Id: I872090806275092cf5e49bfed81f01f34eac1e89

10 years agoSelect element value is not updated when page is loaded from history..
Divakar [Thu, 26 Sep 2013 10:25:08 +0000 (15:55 +0530)]
Select element value is not updated when page is loaded from history..

[Title]     Select element value is not updated when we page is loaded
            from history in http://gmail.com
[Problem]   The select element value is restored from saved formState,
            which is not updated properly.
[Solution]  Disabling formState saving on select elements.
[Developer] Mayur Vithal Kankanwadi (mayur.vk@samsung.com)

Change-Id: I977a6ec0a3b975a1a1a8e6a7e76b8643d68a187c

10 years agoUnable to open combo menu by tapping Enter button from host keyboard
Ryuan Choi [Fri, 27 Sep 2013 01:50:19 +0000 (10:50 +0900)]
Unable to open combo menu by tapping Enter button from host keyboard

[Title] Unable to open combo menu by tapping Enter button from host keyboard
[Issue#] N_SE-53091
[Problem] Unable to open combo menu by tapping Enter button from host keyboard
[Cause] missing behavior.
[Solution] added.

Change-Id: Ie423cb5e2aa280a4e85f7b9593b09f74a7b49e5c

10 years agoAdd API to check wheter the given encoding is supported by WebKit
Grzegorz Czajkowski [Tue, 20 Aug 2013 13:33:40 +0000 (15:33 +0200)]
Add API to check wheter the given encoding is supported by WebKit

[Title] Add API to check whether the given encoding is supported by WebKit
[Issue] N/A
[Problem] The client is able to set encoding even if WebKit does not support it.
[Solution] Expose ewk_settings_is_encoding_valid(const char*) API to check
           whether WebKit supports the requested encoding.
           This checking could be done while setting the encoding in
           ewk_settings_default_encoding_set. However, WRT Team prefers
           separated API.

Change-Id: Ib38fc266082d30c35a0716ee859894bd7fd702a1

10 years agoMerge "Revert "Apply overflow:scroll when -webkit-overflow-scrolling:touch is applied...
HYUNKI BAIK [Thu, 26 Sep 2013 08:35:44 +0000 (08:35 +0000)]
Merge "Revert "Apply overflow:scroll when -webkit-overflow-scrolling:touch is applied."" into tizen_2.2

10 years agoRevert "Apply overflow:scroll when -webkit-overflow-scrolling:touch is applied."
Hurnjoo Lee [Thu, 26 Sep 2013 07:48:07 +0000 (16:48 +0900)]
Revert "Apply overflow:scroll when -webkit-overflow-scrolling:touch is applied."

[Title] Revert "Apply overflow:scroll when -webkit-overflow-scrolling:touch is applied."
[Issues] N_SE-53119
[Problem] Header bar is moving at en.clubatleticodemadrid.com
[Solution] Revert the following patch.
    > Apply overflow:scroll when -webkit-overflow-scrolling:touch is applied.
    > [Title] Apply overflow:scroll when -webkit-overflow-scrolling:touch is applied.
    > [Issue#] ORANGE-78
    > [Problem] -webkit-overflow-scrolling:touch does not support overflow property
    >           when it is applied without overflow:scroll.
    > [Cause] Not implemented.
    > [Solution] Support overflow:scroll simultaneously when
    >            -webkit-overflow-scrolling:touch is applied.

Change-Id: I321a254710ea9ba41c8423c423a6dd3e4d230655

10 years agoFixed problem that popup show too long text without popup
bunam.jeon [Thu, 26 Sep 2013 02:41:59 +0000 (11:41 +0900)]
Fixed problem that popup show too long text without popup

[Title]    Fixed problem that popup show too long text without popup
[Issue#]   N_SE-52777
[Problem]  Popup show too long text without popup
[Cause]    Does not calculate the height of popup, So not applied scroller.
[Solution] Add resize callback of popup.

Change-Id: I2ce2f952f1754a543c4a3f4c6cb4d0af1c634b37

10 years agoApply white theme on popup button
bunam.jeon [Wed, 25 Sep 2013 05:43:15 +0000 (14:43 +0900)]
Apply white theme on popup button

[Title]    Apply white theme on popup button
[Issue#]   P130924-01446
[Problem]  Color of popup button is different.
[Cause]    White theme does not apply.
[Solution] Apply white theme on popup button.

Change-Id: Id1c172ae5741f352fcfa6141159421ed7863036c

10 years agoMake buttons on javascript popup to be translatable
junghwan.kang [Mon, 23 Sep 2013 09:29:19 +0000 (18:29 +0900)]
Make buttons on javascript popup to be translatable

[Title] Make buttons on javascript popup to be translatable
[Issue#] P130918-03829
[Problem] Texts on buttons cannot be changed when language of system.
[Cause] the property for buttons are not allowed before
[Solution] Give property to be changable

Change-Id: I2c7f2e3d8873cbb1b80be3f56e2395b521330ce9

10 years agoRemove timer action of context menu
Taeyun An [Wed, 25 Sep 2013 07:51:55 +0000 (16:51 +0900)]
Remove timer action of context menu

[Title] Remove timer action of context menu
[Issue#] N_SE-51467
[Problem] Context menu is disappear automatically before user didn't have any action
[Cause] There is applied about dismiss timer in context menu
[Solution] Remove timer action of context menu

Change-Id: I9f6b4ddfa64626943b2353a776386cef116e045d

10 years agoPrevent a crash in didReceiveMessage() of WebContext
Gyuyoung Kim [Tue, 24 Sep 2013 00:52:22 +0000 (09:52 +0900)]
Prevent a crash in didReceiveMessage() of WebContext

[Title] Prevent a crash in didReceiveMessage() of WebContext
[Issue#] N_SE-52642
[Problem] There was a crash in didReceiveMessage() on sample web app only once.
[Cause] Arguments of didReceiveMessage() may has null
[Solution] Check if argument is null.

Change-Id: I8231f296fffbc6a4c0df4995a017083941fe1f0d

10 years agoRevert "Revert "Validate smack label of forked/executed WebProcess and PluginProcess""
Sanghyup Lee [Wed, 25 Sep 2013 07:44:11 +0000 (16:44 +0900)]
Revert "Revert "Validate smack label of forked/executed WebProcess and PluginProcess""

This reverts commit f7dc2c1057dc0483a2cc63bafd421ef4dd0af386.

Change-Id: I3c96f046fee4d272e109ffde47d82bcff973ec03

10 years agoMerge "[Release] Webkit2-efl-123997_0.11.102" into tizen_2.2
Keunyong Lee [Wed, 25 Sep 2013 07:39:40 +0000 (07:39 +0000)]
Merge "[Release] Webkit2-efl-123997_0.11.102" into tizen_2.2

10 years agoRevert "Validate smack label of forked/executed WebProcess and PluginProcess"
Sanghyup Lee [Wed, 25 Sep 2013 07:39:22 +0000 (16:39 +0900)]
Revert "Validate smack label of forked/executed WebProcess and PluginProcess"

This reverts commit abf2d2377d11e20f77d2a88d9102f763bbd440c5.

Change-Id: I97184ff7c8b3914263bbb015c4f315d9e1ee7f90

10 years ago[Release] Webkit2-efl-123997_0.11.102
Sanghyup Lee [Wed, 25 Sep 2013 07:22:09 +0000 (16:22 +0900)]
[Release] Webkit2-efl-123997_0.11.102

Change-Id: I163e4b2e413411d779f4e7a183b51757c1939e6d

10 years agoValidate smack label of forked/executed WebProcess and PluginProcess
Yunchan Cho [Wed, 11 Sep 2013 02:16:16 +0000 (11:16 +0900)]
Validate smack label of forked/executed WebProcess and PluginProcess

[Title] Validate smack label of executed WebProcess and PluginProcess
[Issue#] N/A
[Problem] Executed WebProcess/PluginProcess can have unnecessary smack permissions,
          because its all smack permissions are inherited from its parent process by linux kernel.
          So WebProcess/PluginProcess can access some resources of platform which they are not permitted logically.
          This problem would let web app isolation be breaked.

[Cause] This problem had not been considered in WebProcess and PluginProcess
[Solution] WebProcess and PluginProcess check if they changes their smack label or not.
           If they have to change their smack label, the following jobs are executed in each process.
           1. getting smack label string from each executable path(argv[0]) in order to change current label.
           2. changing current label to smack label gotten in 1 step.
           3. dropping CAP_MAC_ADMIN capability to guarantee that any code after this step cann't change smack label.

Change-Id: I03dea4320a4edfd3e8f373705dd192d3ca8a9227

10 years agoText is overlapping with "Plug-in Missing" text.
Divakar [Tue, 24 Sep 2013 07:41:44 +0000 (13:11 +0530)]
Text is overlapping with "Plug-in Missing" text.

[Title]    Text is overlapping with "Plug-in Missing" text when
           plug-in is not available.
[Issue#]   N_SE-52566
[Problem]  As we are drawing transparent background for 'Plug-in Missing'
           text, it shows overlapped.
[Solution] Drawing background without transparency.

Change-Id: If739d904917e830c1b02d84a0b9d569b45d6edd9

10 years agoFix orange autofocus issue
SangYong Park [Tue, 24 Sep 2013 05:08:13 +0000 (14:08 +0900)]
Fix orange autofocus issue

[Title] Fix orange autofocus issue
[Issue#] P130912-00225
[Problem] Do not focus to input element that has autofocus attribute.
[Cause] Do not notify editor state when node in selection range was attached.
[Solution] Notify editor state when node in selection range was attached.

Change-Id: I38fe2a4dc9946badc09eedcfe3db47e55ec25579

10 years agoNumber input type design modification
Ryuan Choi [Tue, 24 Sep 2013 11:30:34 +0000 (20:30 +0900)]
Number input type design modification

[Title]    Number input type design modification
[Issue#]   N/A
[Problem]  Too hard to control buttons of Spinner
[Cause]    Automatic zoom service bothers to click the inner buttons exactly
[Solution] Remove InnerSpinButtons and allow to type in

Change-Id: I6c64bd7d76f8dcd4bd0c8ed2c3bb200d8fbb2ced

10 years agoSync localStorage when exit context
Jihye Kang [Tue, 24 Sep 2013 12:04:59 +0000 (21:04 +0900)]
Sync localStorage when exit context

[Title] Sync localStorage when exit context
[Issue#] N_SE-52462, VPSS-1163
[Problem] localStorage is not saved when the app exits right after assignment
[Cause] Saving items on local storage is done asynchronously by scheduling it. But on this case, there is no enough time to store items asynchronously.
[Solution] Force sync localStorage before exit context

Change-Id: I6f4a995104d2cf44f727c9968a7e2a44e2d7380b

10 years agoFix for button is not getting focus ring while selecting.
deepak.m1 [Mon, 9 Sep 2013 07:59:52 +0000 (16:59 +0900)]
Fix for button is not getting focus ring while selecting.

[Version]    common
[Title]      Buy Now button is not getting foucused.
[BinType]    N/A
[Customer]   HQ
[Issue#]     N_SE-49506
[Problem]    Button is not getting focused.
[Cause]      When absoluteImageURl is not empty and the absoluteLinkUrl is empty it was returning control so focus ring was not coming.
[Solution]   Check has been removed to avoid return of control.
[Team]       WebCoreSupport
[Developer]  deepak.m1@samsung.com
[Request]    N/A
[Horizontal expansion] N/A
[SCMRequest] NA

Change-Id: I7228dc0845c838dbca366e36d2663b44529f208a

10 years ago[Release] Webkit2-efl-123997_0.11.101
Eunsol Cha [Tue, 24 Sep 2013 10:50:55 +0000 (19:50 +0900)]
[Release] Webkit2-efl-123997_0.11.101

Change-Id: I5dd83fe17c21ffb838297e993d75273fd7083694

10 years agoRemove press_state in combo button
Kim Byung Jun [Mon, 16 Sep 2013 04:28:32 +0000 (13:28 +0900)]
Remove press_state in combo button

[Title] Remove press_state in combo button
[Issue] N_SE-52274 : Blue box appears every first time after selecting the date field via host keyboard.
[Problem] Blue box appears every first time after selecting the date field via host keyboard.
[Cause] Press_state appears irregularly.
[Solution] Reject press_state. We don't need press_state. The other widget also don't have press_state.

Change-Id: I17af34f6b5bb825427bbc7948b5e674eb9c4604f

10 years agoMerge "Routine fixed to skip property table error generally" into tizen_2.2
SangGyu Lee [Tue, 24 Sep 2013 01:49:20 +0000 (01:49 +0000)]
Merge "Routine fixed to skip property table error generally" into tizen_2.2

10 years agoRoutine fixed to skip property table error generally
Hojong Han [Tue, 24 Sep 2013 00:04:56 +0000 (09:04 +0900)]
Routine fixed to skip property table error generally

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

Change-Id: Ifa26e2e5dc2f264f5d33dd83efdee3c958d8956d

10 years agoFix side effect of pattern optimization.
YongGeol Jung [Mon, 3 Jun 2013 00:50:57 +0000 (09:50 +0900)]
Fix side effect of pattern optimization.

[Title] Fix side effect of pattern optimization.
[Issue#] DCM-1635
[Problem] View of footer is displayed wrongly.
[Cause] Edge of pattern image is transparent.
[Solution] Pixels outside of the pattern copy the closest pixel from the source.

Change-Id: I013b9223b7b3e75285bebc0ef354aa04781cb898

10 years ago[Release] Webkit2-efl-123997_0.11.100
Sanghyup Lee [Mon, 23 Sep 2013 09:00:48 +0000 (18:00 +0900)]
[Release] Webkit2-efl-123997_0.11.100

Change-Id: I4f220fa5f52aefece6521b5ee4e81ee9f8404654

10 years ago[Cherry-Pick] Selection in input event handler is different from opensource
eustas@chromium.org [Fri, 31 May 2013 05:14:45 +0000 (05:14 +0000)]
[Cherry-Pick] Selection in input event handler is different from opensource

[Title] Selection in input event handler is different from opensource
[Issue#] DCM-2420
[Solution] Cherry picked.
[Cherry-Picker] Sangyong Park <sy302.park>

selectionStart/selectionEnd return "obsolete" values when requested during "input" event
https://bugs.webkit.org/show_bug.cgi?id=110742

Reviewed by Ryosuke Niwa.

Source/WebCore:

This patch defers firing "webkitEditableContentChanged" until new
selection is applied to control. This makes selection during "input"
more consistent and reliable.

Background: "input" event is fired by "webkitEditableContentChanged"
dispatcher. But "input" is scoped event, so under some conditions its
dispatching may be deferred. When "input" dispatching is deferred,
dispatcher observes updated selectionStart and selectionEnd.
Otherwise values repersent state before applying editing command.

So, to make selectionStart/End to be more predictable and useful, we
need either always dispatch "input" before selection is updated, or
always dispatch "input" after selection is updated.

As it was mentioned, dispatching could be deferred by scoping. So
dispatching before updating selection couldn't be guaranteed.
Moreover, it will be hard to calculate updated selection in user
code. On the other side - old selection could be easily tracked.

So, it looks logically that we should guarantee dispatching "input"
after updating selection. There are no execution paths in
"webkitEditableContentChanged" dispatched that depends on current
selection. So it is safe to fire this event after selection is updated.

Test: editing/selection/caret-after-keypress.html

* editing/Editor.cpp:
Dispatch "input" event after new selection in applied.

LayoutTests:

Test that cursor is up-to-date during "input" event.

* editing/selection/caret-after-keypress-expected.txt: Added.
* editing/selection/caret-after-keypress.html: Added.
* platform/mac-wk2/TestExpectations: Exclude new test.

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

Conflicts:

LayoutTests/ChangeLog
LayoutTests/platform/mac-wk2/TestExpectations
Source/WebCore/ChangeLog

Change-Id: Id5350596aa6633505c817b24b9e68a5cddd16ac1

10 years agoMerge "Video pause button does not work in video streaming from nytimes.com" into...
Kihong Kwon [Tue, 17 Sep 2013 04:05:20 +0000 (04:05 +0000)]
Merge "Video pause button does not work in video streaming from nytimes.com" into tizen_2.2

10 years agoDo not select range when picker input element has focus in focus ui mode
SangYong Park [Tue, 17 Sep 2013 00:40:57 +0000 (09:40 +0900)]
Do not select range when picker input element has focus in focus ui mode

[Title] Do not select range when picker input element has focus in focus ui mode
[Issue#] N_SE-52290
[Problem] Picker input element was selected in focus ui mode
[Cause] Input element's default handler did select text
[Solution] Do not select range when picker input element has focus in focus ui mode

Change-Id: Id4ef6876bfba9a46f384cd1b5aed019c25022a06

10 years agoVideo pause button does not work in video streaming from nytimes.com
Jiyeon Kim [Tue, 17 Sep 2013 02:50:54 +0000 (11:50 +0900)]
Video pause button does not work in video streaming from nytimes.com

[Title] Video pause button does not work in video streaming from nytimes.com
[Problem] N_SE-51786
[Cause] click event didn't occured cause preventDefault() method in javascript
[Solution] Add touch event handler for handling touch event in media control element

Change-Id: I7543a4193312bc5276038972b7c1e7dc537d8e74

10 years agoText selection handler disappering in Gmail.
Sudarshan C P [Fri, 21 Jun 2013 15:30:22 +0000 (21:00 +0530)]
Text selection handler disappering in Gmail.

[Title] Selection handler disappears on changing
     the device orientation - gmail.com
[Issue#] WEB-3299
[Problem] Selection handler disappears on changing the
       device orientation on all edit box, even issue reproduce
       in case of scroll the page , single dumbell shown.
[Cause] After orientation/scroll offset changed to the editor,
      new editor rect is not reflecting in updateHandler.
[Solution] Required a Message sync call to update, new editor
     rect on orientation/scroll happens to redraw the update handler.

Change-Id: I34d4746d8a762f0e0b997153c4ef9e6d0acac488

10 years agoFix the bug that fixed element has wrong size
Hurnjoo Lee [Mon, 16 Sep 2013 09:47:51 +0000 (18:47 +0900)]
Fix the bug that fixed element has wrong size

[Title] Fix the bug that fixed element has wrong size
[Issues] N_SE-52245
[Problem] Fixed position has wrong size after showing IME.
[Cause] While calling WebGraphicsLayer::setSize, if the element has position:fixed property then
        the graphics layer be able to get wrong backing store size because the height of cover rect
        is very small when showing IME.
[Solution] Does not call adjustVisibleRect in case of the fixed element in order to prevent wrong
           backingstore size.

Change-Id: Idf1f909f5d6afe2457ab93ab2919d2a8609aa898

10 years agoFixed scroll position in contentRichlyEditable field
bunam.jeon [Wed, 11 Sep 2013 11:12:53 +0000 (20:12 +0900)]
Fixed scroll position in contentRichlyEditable field

[Title]    Fixed scroll position in contentRichlyEditable field
[Issue#]   N/A
[Problem]  Wrong scroll position when input field zoom in contentRichlyEditable field
[Cause]    contentRichlyEditable was not considered
[Solution] Modify scroll condition and position

Change-Id: Ied2330ff616a551fe49ffd3f9c1097080460952f

10 years agoAdded license file in package
Taehwan Kim [Mon, 16 Sep 2013 06:36:53 +0000 (15:36 +0900)]
Added license file in package

[Title] Added license file in package
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Added license file in package

Change-Id: I02a16e7fa86b135c6baa5510a706b78b9f506307

10 years agoMerge "[Release] Webkit2-efl-123997_0.11.99" into tizen_2.2
Keunyong Lee [Mon, 16 Sep 2013 06:41:33 +0000 (06:41 +0000)]
Merge "[Release] Webkit2-efl-123997_0.11.99" into tizen_2.2

10 years ago[Release] Webkit2-efl-123997_0.11.99
Sanghyup Lee [Mon, 16 Sep 2013 06:43:07 +0000 (15:43 +0900)]
[Release] Webkit2-efl-123997_0.11.99

Change-Id: I038ae8d127e674520480c0199ce0817c7927a20d

10 years agoInitialize fixedToViewport flags to false when synchronizing the compositing layers.
Hurnjoo Lee [Tue, 4 Jun 2013 05:21:28 +0000 (14:21 +0900)]
Initialize fixedToViewport flags to false when synchronizing the compositing layers.

[Title] Initialize fixedToViewport flags to false when synchronizing the compositing layers.
[Issue#] N_SE-51581, N_SE-52068
[Problem] A element has fixed location after exiting fullscreen.
[Cause] After exiting fullscreen, the position:fixed property of element was removed,
        but the GraphicsLayer still has fixedToViewport flag.
[Solution] Initialize fixedToViewport flags to false when synchronizing the compositing layers.

Change-Id: Ie1a4100932fc90c9fb2eb7701e67fdee29402002

10 years agoChange the CSS position property of controller to relative
Seonae Kim [Tue, 14 May 2013 13:34:20 +0000 (22:34 +0900)]
Change the CSS position property of controller to relative

[Title] Change the CSS position property of controller to relative
[Issue] N/A
[Problem] If panel position is fixed, siblings is difficult to calculate each position.
[Cause] The position of media controller is currently fixed.
[Solution] we replaced the position property from fixed to relative.

Change-Id: I0a026120d2fac1d88d600db8eb74c0e73fae2462

10 years agoFixed problem that replace is wrong
bunam.jeon [Mon, 16 Sep 2013 02:00:51 +0000 (11:00 +0900)]
Fixed problem that replace is wrong

[Title]    Fixed problem that replace is wrong
[Issue#]   P130913-05322, P130913-05315
[Problem]  The maximum value displayed is incorrect on input max option
[Cause]    Replace is wrong
[Solution] Modify replace code

Change-Id: Ieccc7c1403625401dd9157a57bb5d70ed79e493f

10 years agoTurn off spell-checking feature and remove enchant package.
Jinwoo Jeong [Sat, 14 Sep 2013 06:07:58 +0000 (15:07 +0900)]
Turn off spell-checking feature and remove enchant package.

[Title] Turn off spell-checking feature and remove enchant package.
[Issue#] N/A
[Problem] Unused feature is turned on, and the related package has been used memory.
[Cause] Spell-cheching feature is not used.
[Solution] Turn off spell-checking feature and remove enchant package.

Change-Id: Ie1799354c96d10b6064055c25ce5277a686eeaad

10 years agopopup picker should be memeber of webview instance.
Ryuan Choi [Sat, 14 Sep 2013 03:59:54 +0000 (12:59 +0900)]
popup picker should be memeber of webview instance.

[Title] popup picker should be memeber of webview instance.
[Issue#] P130912-04605
[Problem] open the popup picker by clicking select tag, and home -> click the shortcut to navigate any sites.
          Then, popup picker was remained although new sites are shown.
[Cause] picker was member of webview instance but it remains although webview was hidden.
[Solution] Make picker as member of webview instance.
           So webview became hidden, picker will be hidden.

Change-Id: Iffe21159ab53768176c2e8a0dc4b3ada7b3ad0bc

10 years agoFixed focus ring is wrong.
Yuni Jeong [Thu, 12 Sep 2013 13:01:05 +0000 (22:01 +0900)]
Fixed focus ring is wrong.

[Title] Fixed focus ring is wrong.
[Issue#] P130911-00115
[Problem] Focus ring is wrong.
[Cause] Area to display focus ring is not correct.
[Solution] changed area to display focus ring.

Change-Id: Ie4abe2621bf718ef85f6a0edc513df47761b4e80

10 years agoFixed drag position issue
bunam.jeon [Thu, 12 Sep 2013 23:51:40 +0000 (08:51 +0900)]
Fixed drag position issue

[Title]    Fixed drag position issue
[Issue#]   N_SE-52018, N_SE-52010
[Problem]  Drag image position is wrong when tab the drag image
[Cause]    Unnecessary offset was applied
[Solution] Modify position when tab the drag image

Change-Id: Ib9d241bec5970ae19c34b024e6567586c2a96c2f

10 years agowidthMediaFeatureEval ends up with null FrameView during iframe unload.
Ryuan Choi [Thu, 12 Sep 2013 05:33:04 +0000 (14:33 +0900)]
widthMediaFeatureEval ends up with null FrameView during iframe unload.

[Title] widthMediaFeatureEval ends up with null FrameView during iframe unload.
[Issue#] N_SE-51174
[Problem] Crash while loading mashable.com
[Cause] While frames are being unloaded, the Frame object does not necessarily have valid
        FrameView anymore. Layout on the main frame can end up querying media values on such child
        frames, while detaching.
[Solution] Manually cherry-picked from https://bugs.webkit.org/show_bug.cgi?id=117754

Change-Id: Ia591e5c978279ac58c1e4cc4fa900a6ef4ba7d77

10 years agoFixed problem that second time profiling data does not comes on inspector.
bunam.jeon [Thu, 12 Sep 2013 04:40:57 +0000 (13:40 +0900)]
Fixed problem that second time profiling data does not comes on inspector.

[Title]    Fixed problem that second time profiling data does not comes on inspector.
[Issue#]   N_SE-51553
[Problem]  Second time profiling data does not comes on inspector.
[Cause]    Use unnecessary logic
[Solution] It is a problem that has been fixed in the open source already,
           Because cherry-pick the patch.
[cherry-pick] Web Inspector: Do not disable network tracking while profiling cpu.
              https://bugs.webkit.org/show_bug.cgi?id=93359

Change-Id: Ie4ef5b272418a4afb33d55b06c73afc0b849b744

10 years agoMerge "Workaround fix for datetime picker" into tizen_2.2
InBum Chang [Thu, 12 Sep 2013 02:24:22 +0000 (02:24 +0000)]
Merge "Workaround fix for datetime picker" into tizen_2.2

10 years agoMerge "Apply accessibility feature to color picker" into tizen_2.2
InBum Chang [Thu, 12 Sep 2013 02:24:02 +0000 (02:24 +0000)]
Merge "Apply accessibility feature to color picker" into tizen_2.2

10 years agoRemove unnecessary eeze dependency
Ryuan Choi [Thu, 12 Sep 2013 01:07:41 +0000 (10:07 +0900)]
Remove unnecessary eeze dependency

[Title] Remove unnecessary eeze dependency
[Issue#] N/A
[Problem] Unnecessary dependency
[Cause] Tizen doesn't depend on eeze
[Solution] Removed

Change-Id: If0f8161e8667654f1cf5b461899374e652625c29

10 years agoDisable rtti option
Ryuan Choi [Thu, 12 Sep 2013 01:37:16 +0000 (10:37 +0900)]
Disable rtti option

[Title] Disable rtti optioin
[Issue#] N/A
[Problem] rtti is not needed.
[Cause] N/A
[Solution] N/A

Change-Id: I83faf95e5901c83aa798d0a69607ef0feab46a18

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

10 years ago[Release] Webkit2-efl-123997_0.11.98
Eunsol Cha [Wed, 11 Sep 2013 11:10:23 +0000 (20:10 +0900)]
[Release] Webkit2-efl-123997_0.11.98

Change-Id: I51adb0aaa98719544eeddc08e605e509edcc0a6d

10 years agoUnable to scroll m.facebook.com login page.
Divakar [Wed, 31 Jul 2013 10:58:40 +0000 (16:28 +0530)]
Unable to scroll m.facebook.com login page.

[Title]     Unable to scroll m.facebook.com login page once start scrolling from edit field
[Issue#]    WEB-3684
[Cause]     The scroll events are consumed by text field when we try to scroll the page from it.
[Solution]  As text field has single line of text, it should take only horizontal scroll events.
            Avoiding vertical scroll handling on text fields.
[Developer] Divakar (diviakar.a@samsung.com)

Change-Id: I0eeb9d8c2d4af4e79be51c5380f5ef73a2a9a927

10 years agoMerge "Fixed crash when webapp launched" into tizen_2.2
Sang-Yong Park [Wed, 11 Sep 2013 10:03:50 +0000 (10:03 +0000)]
Merge "Fixed crash when webapp launched" into tizen_2.2

10 years agoCheck double tap when minimum scale is changed in the didChangeContentsSize().
Eunmi Lee [Mon, 9 Sep 2013 02:19:34 +0000 (11:19 +0900)]
Check double tap when minimum scale is changed in the didChangeContentsSize().

[Title] Check double tap when minimum scale is changed in the didChangeContentsSize().
[Issue#] N_SE-49523
[Problem] The tap is not recognized in the WebApp when we do tap twice quickly.
[Cause] The two taps should be recognized correctly, but they are recognized as double tap
when Web App does not set the user-scalable to 0 and minimum scale is not defined in the viewport meta tag.
It is because the minimumScale value is calculated wrong only in the WVGA in this case.
[Solution] Check double tap when minimum scale is changed in the didChangeContentsSize().

Change-Id: If3a7891b2dc5b48aea982d0de837bdc8fb9254f0

10 years agoFixed crash when webapp launched
bunam.jeon [Wed, 11 Sep 2013 08:35:30 +0000 (17:35 +0900)]
Fixed crash when webapp launched

[Title]    Fixed crash when webapp launched
[Issue#]   N_SE-51631
[Problem]  Occurs crash when webapp launched
[Cause]    Abnormally closed inspector
[Solution] Add exception

Change-Id: I2c9f159dc2a635f23146eba45a47295541c39912

10 years agoWorkaround fix for datetime picker
KwangYong Choi [Wed, 11 Sep 2013 07:51:35 +0000 (16:51 +0900)]
Workaround fix for datetime picker

[Title] Workaround fix for datetime picker.
[Issue#] N/A
[Problem] Region format sometimes returns "utf-8". It's not handled by elm datetime.
[Cause] Only support "UTF-8".
[Solution] Workaround fix for change region format from "utf-8" to "UTF-8" guided by Sungho Kwak.

Change-Id: I443dd57d8162a5067b05c1bd8db0be3021667cb9

10 years agoApply accessibility feature to color picker
KwangYong Choi [Wed, 11 Sep 2013 05:44:31 +0000 (14:44 +0900)]
Apply accessibility feature to color picker

[Title] Apply accessibility feature to color picker.
[Issue#] N_SE-49444
[Problem] It's not pissible to select a color from keyboard.
[Cause] Not implemented.
[Solution] Apply accissibility feature to select color from color picker.

Change-Id: I4da966d81ae9209b374938e0be71ed61ca170aae

10 years agoMerge "Moved the freezing of paint on load of a new url from provisionalLoadStarted...
Heejin Chung [Wed, 11 Sep 2013 04:41:37 +0000 (04:41 +0000)]
Merge "Moved the freezing of paint on load of a new url from provisionalLoadStarted to committedLoad" into tizen_2.2

10 years agoRefactor and update combo_box as tizen style
Sanghyup Lee [Wed, 11 Sep 2013 01:10:55 +0000 (10:10 +0900)]
Refactor and update combo_box as tizen style

[Title] Refactor and update combo_box as tizen style
[Issue#] N/A
[Problem] There are some bugs in combo button.
  1. previous combo button is too ugly.
  2. Combo button is displayed like blured with scale factor.
  3. transparent combo box draw ugly arrows and draw rounded border.
  4.There are some blank in popup.
[Cause] N/A
[Solution] Refactored combo box to fix abvoe problems.
  1. changed and update image which is bigger and more clear.
  2. supported scalability by adding scale data value.
  3. replaced manual drawing to signal for transparent background.
  (https://bugs.webkit.org/show_bug.cgi?id=117405)
  In addition, added resetBorder() like opensource and removed manual drawing.
  resetBorder() was removed for manual drawing, but we will not use manual drawing from now.
  4. Fill the blank as pannel color.

Change-Id: I255e6d9d2a07427dba6561e96962be0c1a267168

10 years agoUpdate visible content rect size on UIProcess on updating viewport size
Changhyup Jwa [Tue, 10 Sep 2013 06:46:32 +0000 (15:46 +0900)]
Update visible content rect size on UIProcess on updating viewport size

[Title] Update visible content rect size on UIProcess on updating viewport size
[Issue#] SE-49428
[Problem] After launching Internet-ref with Image file URL by SelfCamera
        webapp, nothing is displayed
[Cause] On launching time, layout is done before ewk_view_smart_calculate.
        And visible content rect is initialized by empty size.
[Solution] Initialize visible content rect on ewk_view_smart_resize

Change-Id: I1fbf4404586682e48dacfecdf0e0d8a2ac467d7b

10 years agoMoved the freezing of paint on load of a new url from provisionalLoadStarted to commi...
Devdatta Deshpande [Mon, 5 Aug 2013 13:31:56 +0000 (19:01 +0530)]
Moved the freezing of paint on load of a new url from provisionalLoadStarted to committedLoad

[Title]    [Alexa100-5Category]: Combo box is unable to display selected value
[Issue#]   WEB-3772, WEB-3732
[Problem]  On selection change of a drop-down box a new page was being loaded. But the changed value was
           not getting updated in the drop-down box
[Cause]    The painting is suspended for current page in WebFrameLoaderClient::provisionalLoadStarted
           i.e. when the page load starts for new page.
[Solution] Moved suspending of paint from provisional load start to WebFrameLoaderClient::committedLoad. So
           the paint for current page will now be suspended only when the first data for next page is received.
[Cherry-picker] Eunmi Lee - cherry pick this patch to fix N_SE-50906.

Change-Id: If30bc1117128841585b195a121c63874d174d613

10 years agoRevert "Use TIZEN_ENGINEER_MODE macro instead of _SECURE_LOG"
KwangYong Choi [Tue, 10 Sep 2013 11:19:53 +0000 (20:19 +0900)]
Revert "Use TIZEN_ENGINEER_MODE macro instead of _SECURE_LOG"

This reverts commit 3fda10a99e4198b26eec5ed63698985bb5b349f5.

Change-Id: I8937dd55456f1254e59bee8e33f9804712a46976

10 years agoGrant 'CAP_MAC_ADMIN' capability to WebProcess executable file
Yunchan Cho [Tue, 10 Sep 2013 05:43:00 +0000 (14:43 +0900)]
Grant 'CAP_MAC_ADMIN' capability to WebProcess executable file

[Title] Grant inheritable/effective bit of 'CAP_MAC_ADMIN' capability to WebProcess executable file
[Issue#] N/A
[Problem] In 1 UI / N Web Process Model like web-provider,
          forked/executed WebProcess using tizen device apis needs to be changed to other proper process label.
          But, process label of WebProcess can't changed to other one.
[Cause] Current WebProcess executable file doesn't have necessary process capability (CAP_MAC_ADMIN).
        This capability makes a process to change its process label file (/proc/self/attr/current) directly.
[Solution] inheritable/effective bit of 'CAP_MAC_ADMIN' capability is set to xattr of /usr/bin/WebProcess
           This xattr is used by linux kernel, which calculates process capabilities of executed processes.
           forked/executed WebProcess has 'CAP_MAC_AMDIN' only if its parent UI process has also inheritable bit of the capability.
           So, inheritable bit of the capability will be set to web-provider (UI process)
           After this patch is applied, WebProcess from browser and web app doesn't have this capability as now.

Change-Id: Ic47b26041c9c3ca920b57fbb3b181a79e6ccb088

10 years agoSupport the method to set WebProcess executable path explicitly
Yunchan Cho [Wed, 21 Aug 2013 06:49:08 +0000 (15:49 +0900)]
Support the method to set WebProcess executable path explicitly

[Title] Support the method to set WebProcess executable path that is forked/executed by UIProcess.
[Issue#] DCM-2299
[Problem] Some tizen device api based on tizen 'appid' doesn't work in WebProcess.
[Cause] Tizen Webkit considers only web app process model, that has 1UIProcess and 1WebProcess.
        But, web-provider for dynamic box, has 1UIProcess and NWebProcess.
        And the N WebProcesses must has different /proc/self/cmdline from each other,
        because some tizen device api uses 'appid' using app_manager API, which reads /proc/self/cmdline of the WebProcess internally.
        Currently, forked all WebProcesses has '/usr/bin/WebProcess' as /proc/self/cmdline value.
        This is cause of this issue.
[Solution] For fixing this issue, special method to set WebProcess path per ewk context is added using env variable.
           ewk_context_new() or ewk_context_new_with_injected_bundle() reads this env variable as soon as ewk context is created.
           web-provider will change value of the env variable to proper path before calling ewk_context_new_with_injected_bundle().
           For using this webkit's support, web-provider may create several symbolic links to /usr/bin/WebProcess.

Change-Id: I9ea320774ce32b5e88bf74450b53b9d66628fa1b