framework/web/webkit-efl.git
10 years agoRemove unnecessary condition for hiding keypad
SangYong Park [Thu, 5 Sep 2013 02:29:41 +0000 (11:29 +0900)]
Remove unnecessary condition for hiding keypad

[Title] Remove unnecessary condition for hiding keypad
[Issue#] N_SE-50951
[Problem] Keypad did not hide when edit field remove focus quickly.
[Cause] Keypad state is not seen yet.
[Solution] Remove checking state condition.

Change-Id: I68cb6b73c35199ba905e48792855d10b56d349bd

10 years agoRevert "Set keyboard mode"
SangYong Park [Thu, 5 Sep 2013 02:09:08 +0000 (11:09 +0900)]
Revert "Set keyboard mode"

This reverts commit 6f0eae351921fca5976d63a664e5d829953d3f0a.

Change-Id: I8f6a3db5a23f9a2b3817021360455c0b251907e3

10 years agoChange the location of didChangeContents() was called
SangYong Park [Wed, 4 Sep 2013 09:25:55 +0000 (18:25 +0900)]
Change the location of didChangeContents() was called

[Title] Change the location of didChangeContents() was called
[Issue#] N_SE-50951
[Problem] Focus ring did not update sometimes.
[Cause] didChangeContents() was in the wrong location.
[Solution] Change the location of didChangeContents() was called

Change-Id: I5ba705097aaaa97a0c75116b3f36355557c2d0a1

10 years agoMerge "[Release] Webkit2-efl-123997_0.11.96" into tizen_2.2
Keunyong Lee [Wed, 4 Sep 2013 10:48:13 +0000 (10:48 +0000)]
Merge "[Release] Webkit2-efl-123997_0.11.96" into tizen_2.2

10 years ago[Release] Webkit2-efl-123997_0.11.96
Eunsol Cha [Wed, 4 Sep 2013 10:09:14 +0000 (19:09 +0900)]
[Release] Webkit2-efl-123997_0.11.96

Change-Id: If11ed126a94f3e23c12421b4b86fb0dafabab366

10 years agoDo not enable IconDatabase by WebKit itself
Changhyup Jwa [Tue, 20 Aug 2013 11:01:53 +0000 (20:01 +0900)]
Do not enable IconDatabase by WebKit itself

[Title] Do not enable IconDatabase by WebKit itself
[Issue#] N/A
[Problem] IconDatabase is always enabled
[Cause] Enabled by WebKit on initiation time
[Solution] Remove IconDatabase enabling code

Change-Id: I64b9efc20d1ebf7bbaeaa8d80c857a7a763ee6e7

10 years agoFix invalid null check
KwangYong Choi [Wed, 4 Sep 2013 08:19:08 +0000 (17:19 +0900)]
Fix invalid null check

[Title] Fix invalid null check
[Issue#] N_SE-50775
[Problem] Invalid null check.
[Cause] N/A
[Solution] Fix invalid null check in ewk_week_popup()

Change-Id: Ifffcf251995485df63dd83a0d3d784f034c34588

10 years ago[Title] Fix for WebProcess force close occur when tap on home
user [Fri, 30 Aug 2013 12:31:25 +0000 (18:01 +0530)]
[Title]    Fix for WebProcess force close occur when tap on home
[issue#]   N_SE-50159
[Problem]  WebProcess is force closing in the mentioned scenario
[Cause]    In the case when Graphics Layer is Not available it is returning a Graphics Context
[Solution] We must return nullptr if the Graphics Layer is not available.

Change-Id: I68e547b056cca7976dbde42447797b6bfec02477

10 years agoDo not notify editor state during executing command
SangYong Park [Fri, 30 Aug 2013 06:40:50 +0000 (15:40 +0900)]
Do not notify editor state during executing command

[Title] Do not notify editor state during executing command
[Issue#] P130828-03335
[Problem] Keypad toggles uppercase and lowercase layout frequently.
[Cause] Many intermediate editor state notify during executing command.
[Solution] Do not notify editor state during executing command.

Change-Id: Idf2c95f9720c3be9bcd50d58873acf6b345eb8ac

10 years agoMerge "[Release] Webkit2-efl-123997_0.11.95" into tizen_2.2
Keunyong Lee [Tue, 3 Sep 2013 07:29:38 +0000 (07:29 +0000)]
Merge "[Release] Webkit2-efl-123997_0.11.95" into tizen_2.2

10 years ago[Release] Webkit2-efl-123997_0.11.95
Eunsol Cha [Tue, 3 Sep 2013 07:30:11 +0000 (16:30 +0900)]
[Release] Webkit2-efl-123997_0.11.95

Change-Id: I4284bb720e243bfecfaa316874ecabcc09755587

10 years agoRepaint focused node when focus ui mode was changed
SangYong Park [Mon, 2 Sep 2013 09:06:39 +0000 (18:06 +0900)]
Repaint focused node when focus ui mode was changed

[Title] Repaint focused node when focus ui mode was changed
[Issue#] N_SE-50510
[Problem] Focused node did not paint when focus ui mode was changed.
[Cause] Need to repaint focused node
[Solution] Repaint focused node when focus ui mode was changed

Change-Id: I32edbf1b80712fc2b0d93f83980588cb5efa3983

10 years agoFix issue that alphabet is not displayed on Speed reading
Byeongha Cho [Thu, 22 Aug 2013 10:50:01 +0000 (19:50 +0900)]
Fix issue that alphabet is not displayed on Speed reading

[Title] Fix issue that alphabet is not displayed on Speed reading
[Issue#] N/A
[Problem] Alphabet is not displayed on Speed reading
[Cause] Open source cherrypick is not applied properly.
[Solution] Applying cherrypick patch to image surface case only.

Change-Id: Iffdf2d890fd81b9dba40d4bd12f168ed795880ba

10 years ago[cherrypick] Prevent sampling outside source boundaries, by
Devdatta Deshpande [Fri, 16 Aug 2013 05:41:33 +0000 (11:11 +0530)]
[cherrypick] Prevent sampling outside source boundaries, by
             creating subsurfaces from source surfaces.
[Title]    White line appears in Sensor ball app
[Issue#]   P130806-1683
[Problem]  A white line appears at specific locations in
           Sensor ball app when the ball is moved slowly
           at some particular locations in the app
[Cause]    The view port is divided into several tiles by
           Backing store. When the ball is on the edge of
           any tile the paint rect is divided between two
           tiles. Due to this division and various other
           parameters like scale factor etc. the height is
           converted into a float. Since cairo does not
           handle floats properly a white line appears.
[Solution] In latest opensource code this scenario is
           already taken care of by expanding the float
           rect to an int rect.
           Cherry-picked the change from
           http://trac.webkit.org/changeset/148681

Change-Id: Ibcd73ffaae360042b209ed92929673d560537376

10 years ago[WK2] blinking in DynamicBoxViewer when flick down.
JungJik Lee [Mon, 26 Aug 2013 07:20:34 +0000 (16:20 +0900)]
[WK2] blinking in DynamicBoxViewer when flick down.

[Title] [WK2] blinking in DynamicBoxViewer when flick down.
[Issue#] DCM-2263
[Problem] DynamicBoxView is blinking when flick the tile down.
[Cause] pageClient got a nonempty-Layout msg but actually it didn't draw anything.
[Solution] send frame rendered msg to webclip when UIProcess got both nonempty and didRender msg.

Change-Id: Ibed45f5c0e4633a628f3e91eff80216764654933

10 years agoSelection mode is enabled in case that selection is performed by javascript or keyboa...
Yuni Jeong [Fri, 30 Aug 2013 12:54:18 +0000 (21:54 +0900)]
Selection mode is enabled in case that selection is performed by javascript or keyboard 'ctrl+a'.

[Title] Selection mode is enabled in case that selection is performed by javascript or keyboard 'ctrl+a'.
[Issue#] N_SE-49925
[Problem] When selection is performed by javascript or keyboard 'ctrl+A',
          selection handle is not displayed.
[Cause] Not implemented in this case.
[Solution] Although selection mode is false, if there is selection range,
           selection mode is enabled and handle is displayed.

Change-Id: Ib8c0722e1bc8d67cf5fe26d373bbcef7c1973daf

10 years agoFix floating loss miscalculation
Changhyup Jwa [Thu, 29 Aug 2013 04:42:57 +0000 (13:42 +0900)]
Fix floating loss miscalculation

[Title] Fix floating loss miscalculation
[Issue#] N_SE-49821, N_SE-50228
[Problem] Sometimes layout size is abnormal
[Cause] Layout size is calculated by device scale factor. And its' initial
        value is miscalculated by floating loss.
[Solution] Typecast properly on device scale factor calculation

Change-Id: Ieb3d69d2e5a59e120df8248bac849e7905ed9f74

10 years agoChange focus ring rect update logic
SangYong Park [Wed, 14 Aug 2013 07:51:55 +0000 (16:51 +0900)]
Change focus ring rect update logic

[Title] Change focus ring rect update logic
[Issue#] N/A
[Problem] Current update logic is limited.
[Cause] Sometimes focus ring rect does not appear exactly
[Solution] Improve update logic

Change-Id: I2ec9feb65f9e9f1fdf2a604bc39eea740025e990

10 years agoContextMenu is overlapping with IME.
Manish R Gurnaney [Tue, 20 Aug 2013 20:51:03 +0000 (02:21 +0530)]
ContextMenu is overlapping with IME.

[Title] ContextMenu is overlapping with IME.
[Issue#] WEB-3307
[Problem] ContextMenu is overlapping with IME.
[Cause] When IME is present and contextmenu is created for links
        it overlaps since the IME is not hidden.
[Solution] Incase IME is present hide the IME and show the
           focus ring and contextmenu at the proper position.

Change-Id: I570896b5a004758cdc5be814065b2a8cc6d052f2

10 years agoAdd default label for multiple input types
Jiyeon Kim [Fri, 30 Aug 2013 09:00:21 +0000 (18:00 +0900)]
Add default label for multiple input types

[Title] Add default label for multiple input types
[Problem] fileListDefaultLabel return Null so there is no default label for multiple input types
[Cause] fileButtonNoFilesSelectedLabel return NULL
[Solution] fileButtonNoFileSelectedLabel will be used not fileButtonNoFilesSelectedLabel for displaying default label

Change-Id: Icc9b3f8c96f91a186cc9c479b82682610535f8f1

10 years agoRevert "Device aspect ratio is changed as opposite direction"
Sanghyup Lee [Thu, 29 Aug 2013 10:51:50 +0000 (19:51 +0900)]
Revert "Device aspect ratio is changed as opposite direction"

This reverts commit c5fb7170d3cde54ad20558641aceea5260dea280.

Change-Id: I1bc4e1c8f893aa0e397a939acde513c7c766ada5

10 years agoMerge "Device aspect ratio is changed as opposite direction" into tizen_2.2
Jinwoo Song [Thu, 29 Aug 2013 08:08:53 +0000 (08:08 +0000)]
Merge "Device aspect ratio is changed as opposite direction" into tizen_2.2

10 years agoDevice aspect ratio is changed as opposite direction
Ryuan Choi [Mon, 26 Aug 2013 07:21:36 +0000 (16:21 +0900)]
Device aspect ratio is changed as opposite direction

[Title] Device aspect ratio is changed as opposite direction
[Issue#] N/A
[Problem] When rotated to landscape, portait value is shown.
[Cause] We should layout after changed orientation value.
        If not ,layout() uses wrong orientation value while checking whether media query was changed or not.
[Solution] Moved sendOrientationEvent related change.

Change-Id: I7e9cd40d9c3667165c4e620286ca51a0fbf20ed0

10 years agoChange caret interval to align to EFL entry
Jinwoo Song [Wed, 28 Aug 2013 07:06:11 +0000 (16:06 +0900)]
Change caret interval to align to EFL entry

[Title] Change caret interval to align to EFL entry's caret interval
[Issue#] N/A
[Problem] Caret interval is different from that of EFL entry
[Cause] Default value is 0.5.
[Solution] Change default value to 0.6.

Change-Id: I1b6411f7fc04caa39e353390e2df01ebfd4630c6

10 years agoDecide to enable double tap or not after minimumScale value is adjusted.
Eunmi Lee [Thu, 29 Aug 2013 05:39:35 +0000 (14:39 +0900)]
Decide to enable double tap or not after minimumScale value is adjusted.

[Title] Decide to enable double tap or not after minimumScale value is adjusted.
[Issue#] N_SE-50260, N_SE-50242
[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 in the viewport meta tag.
        It is because the minimumScale value is calculated wrong only in the WVGA in this case.
[Solution] Decide to enable double tap or not after minimumScale value is adjusted.

Change-Id: I97ac959a0f845c4c7d5ed49ca560f31904ab5bc6

10 years agoMove key press commands clearing code to after key up event
SangYong Park [Tue, 27 Aug 2013 12:54:16 +0000 (21:54 +0900)]
Move key press commands clearing code to after key up event

[Title] Move key press commands clearing code to after key up event
[Issue#] P130822-07725
[Problem] Text was not entered when capital letter use
[Cause] Clear key press commands by continuous key down events
[Solution] Move key press commands clearing code to after key up event

Change-Id: I5040aa24adfb9179147519ed3dac975a89d5d2e9

10 years agoMerge "[Release] Webkit2-efl-123997_0.11.94" into tizen_2.2
Ryuan Choi [Tue, 27 Aug 2013 23:19:14 +0000 (23:19 +0000)]
Merge "[Release] Webkit2-efl-123997_0.11.94" into tizen_2.2

10 years ago[Release] Webkit2-efl-123997_0.11.94
Taehwan Kim [Tue, 27 Aug 2013 23:15:11 +0000 (08:15 +0900)]
[Release] Webkit2-efl-123997_0.11.94

Change-Id: I7db4f765f643edb9f7b23291078c556438a309f0

10 years agoStop pasting if clipboard callback signal is not from webview
Taeyun An [Tue, 27 Aug 2013 10:59:02 +0000 (19:59 +0900)]
Stop pasting if clipboard callback signal is not from webview

[Title] Stop pasting if clipboard callback signal is not from webview
[Issue#] P130816-04741
[Problem] Paste text into efl entry although paste operation is occured by webview
[Cause] Clipbaord clear, notify callback signal is called many of sides
[Solution] Stop pasting if clipboard callback signal is not from webview

Change-Id: I4bd10eb13a5f5d59b6bda530a915596e0ecee1d6

10 years agoCancel focus ui when ewkview loses focus
SangYong Park [Tue, 27 Aug 2013 12:50:53 +0000 (21:50 +0900)]
Cancel focus ui when ewkview loses focus

[Title] Cancel focus ui when ewkview loses focus
[Issue#] N_SE-49420
[Problem] Two focus rings are appeared on screen
[Cause] Do not hide focus ring when ewkview loses focus
[Solution] Cancel focus ui when ewkview loses focus

Change-Id: I3247d7ca50b080ce1e01fa6fdac6551de25f6ec1

10 years ago[CherryPick] [Page Visibility API] View-less documents should reports as hidden
Jiyeon Kim [Wed, 14 Aug 2013 12:00:25 +0000 (21:00 +0900)]
[CherryPick] [Page Visibility API] View-less documents should reports as hidden

[Title] [Page Visibility API] View-less documents should reports as hidden
[Problem] P130814-01392, P130814-01387
[Cause] The default value of visibility is true
[Solution] The visibility of the document is inherited from the visibility of the page. If there is no page associated with the document, we will assume that the page is hidden, as specifed by the spec,
http://dvcs.w3.org/hg/webperf/raw-file/tip/specs/PageVisibility/Overview.html#dom-document-hidden

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

Change-Id: Ic1b58eed36fc527d465b15552d972981dce46cae

10 years agoSync timezone before getting local time
Hojong Han [Mon, 26 Aug 2013 11:15:28 +0000 (20:15 +0900)]
Sync timezone before getting local time

[Title] Sync timezone before getting local time
[Issue#] N_SE-49766
[Problem] Analogue clock should indicate the right time after changing timezone
[Cause] Changed timezone was not updated
[Solution] Routine added to update timezone

Change-Id: Ifcd442abfafeeee899ee8fd10e094e556ca86f18

10 years agoFix incorrect readable initial scale factor on docomo.co.jp
Changhyup Jwa [Fri, 21 Jun 2013 07:19:40 +0000 (16:19 +0900)]
Fix incorrect readable initial scale factor on docomo.co.jp

[Title] Fix incorrect readable initial scale factor on docomo.co.jp
[Issue#] P130605-7021
[Problem] Initial scale factor is not readable when we load docomo.co.jp from
        smt.docomo.ne.jp
[Cause] Readable initial scale factor is forced by changed contents size
[Solution] Keep readable scale factor as we keep content defined initial scale

Change-Id: I015d48085fe1763e91c52d9e9cd555d7553da355

10 years agoFix update scale bug when viewport property was changed.
SangYong Park [Wed, 21 Aug 2013 01:42:35 +0000 (10:42 +0900)]
Fix update scale bug when viewport property was changed.

[Title] Fix update scale bug when viewport property was changed.
[Issue#] N_SE-49035
[Problem] Focus ring was not updated when viewport property was changed
[Cause] Condition of checking scale factor was not invalid.
[Solution] Fix check condition

Change-Id: I2305db48cda551abf2ed2fe1ca8bba56ee690ea5

10 years agoUnable to Drag the content with Selection Handler.
Manish R Gurnaney [Wed, 21 Aug 2013 19:15:05 +0000 (00:45 +0530)]
Unable to Drag the content with Selection Handler.

[Title] Unable to Drag the content with Selection Handler.
[Issue#] P130812-05130
[Problem] Drag is not happening when content is Editable.
[Cause] Current Drag is blocked for the elements with
        ContentEditable equal to true.
[Solution] Do the calculation for both the elements whether
           contents are editable or not.

Change-Id: Ic102935d99b177c7ded86eafcd4bea7c15f33b23

10 years agoImplemented scolling of page with extending selection
prathmesh.m [Thu, 6 Jun 2013 06:46:35 +0000 (12:16 +0530)]
Implemented scolling of page with extending selection

[Title] Implemented scrolling of page with selection
[Issue#] P130603-0415
[Problem] Extending the selection(right and left) beyond
         the visible area, page is not getting scrolled.
[Cause] No implementation present
[Solution] Added implementation for scrolling of the page
          when selection is extended beyond the visible area

Change-Id: I33e1083042b22c30a144ac5807153a2af8a43be3

10 years agoDo not fit content when initial scale is defined
Changhyup Jwa [Tue, 20 Aug 2013 11:28:59 +0000 (20:28 +0900)]
Do not fit content when initial scale is defined

[Title] Do not fit content when initial scale is defined
[Issue#] N/A
[Problem] Initial scale defined content's initial scale factor is changed
[Cause] It's fitted to contents automatically even initial scale is defined
[Solution] If content defines initial scale, do not fit content to viewport

Change-Id: I83975ba61ec50c36d451f6fb25694b757fa81610

10 years ago[Release] Webkit2-efl-123997_0.11.93
Taehwan Kim [Mon, 26 Aug 2013 07:53:20 +0000 (16:53 +0900)]
[Release] Webkit2-efl-123997_0.11.93

Change-Id: Iaee80fe3bb5255876dc7cda88bfc0dad95954034

10 years agoSlider pointer does not move smoothly in html5 video
Robert Jadczak [Fri, 23 Aug 2013 10:18:09 +0000 (19:18 +0900)]
Slider pointer does not move smoothly in html5 video

[Title] Slider pointer does not move smoothly in html5 video
[Issue] N_SE-48572
[Problem] When gstreamer position query fails MediaPlayerPrivateGStreamer::playbackPosition() returns zero.
[Solution] Changing the returned value in case of gstreamer position query fails.

Change-Id: I3d1a849c809e6e48c3377498cad25987f5cafc67

10 years agoCorrect the flaw for "nodebug"
Taeyun An [Sat, 24 Aug 2013 08:16:52 +0000 (17:16 +0900)]
Correct the flaw for "nodebug"

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

Change-Id: I485da77df3882906e401d4dc0e3a40b3a9cdc595

10 years agoMerge "Fix crash if the input value of date popup is too long" into tizen_2.2
InBum Chang [Fri, 23 Aug 2013 11:46:46 +0000 (11:46 +0000)]
Merge "Fix crash if the input value of date popup is too long" into tizen_2.2

10 years agoText selection is not working and picker will be displayed when longTap on picker.
Yuni Jeong [Fri, 23 Aug 2013 10:41:15 +0000 (19:41 +0900)]
Text selection is not working and picker will be displayed when longTap on picker.

[Title] Text selection is not working and picker will be displayed when longTap on picker.
[Issue#] N_SE-49694
[Problem] When inserting a text into other input box after selecting some text on picker,
          copy & paste popup is showing on wrong position.
[Cause] When longTap on picker, text selection is working.
[Solution] Text selection is not working and picker will be displayed when longTap on picker.

Change-Id: Ic4be01d7a96347b923708733ab88ee7c4f8e9101

10 years agoApply z order to drag and auto fill
bunam.jeon [Fri, 23 Aug 2013 08:36:27 +0000 (17:36 +0900)]
Apply z order to drag and auto fill

[Title] Apply z order to drag and auto fill
[Issue#] N/A
[Problem] Unapplied z order
[Cause] N/A
[Solution] Apply z order

Change-Id: I6982e95507482e4e83c244728b87eaf3cc9d3a45

10 years ago[CherryPick] Remove use of JSCell::classInfoOffset() from tryCacheGetByID
mhahnenberg@apple.com [Wed, 5 Sep 2012 21:46:29 +0000 (21:46 +0000)]
[CherryPick] Remove use of JSCell::classInfoOffset() from tryCacheGetByID

[Title] Remove use of JSCell::classInfoOffset() from tryCacheGetByID
[Issue#] N_SE-49504
[Problem] Crash after accessing property through cached property
[Solution] use structure rather than classinfo
[Cherry-Picker] Lee SangGyu <sg5.lee@samsung.com>

Remove use of JSCell::classInfoOffset() from tryCacheGetByID
https://bugs.webkit.org/show_bug.cgi?id=95860

Reviewed by Oliver Hunt.

We should just do the indirection through the Structure instead.

* dfg/DFGRepatch.cpp:
(JSC::DFG::tryCacheGetByID):

Change-Id: Ib42dc2baa19a5ae1b27c981982d36c3faaa880f9
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@127648 268f45cc-cd09-0410-ab3c-d52691b4dbfc

10 years ago[CherryPick] Remove use of JSCell::classInfoOffset() from virtualForThunkGenerator
mhahnenberg@apple.com [Wed, 5 Sep 2012 19:07:35 +0000 (19:07 +0000)]
[CherryPick] Remove use of JSCell::classInfoOffset() from virtualForThunkGenerator

[Title] Remove use of JSCell::classInfoOffset() from virtualForThunkGenerator
[Issue#] N_SE-49504
[Problem] Crash after accessing property through cached property
[Solution] use structure rather than classinfo
[Cherry-Picker] Lee SangGyu <sg5.lee@samsung.com>

Remove use of JSCell::classInfoOffset() from virtualForThunkGenerator
https://bugs.webkit.org/show_bug.cgi?id=95821

Reviewed by Oliver Hunt.

We can replace the load of the ClassInfo from the object with a load from the Structure.

* dfg/DFGThunks.cpp:
(JSC::DFG::virtualForThunkGenerator):

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

Change-Id: Ic649e638d5ef6bb57559423e24caeba9b0745a4c

10 years agoFix crash if the input value of date popup is too long
KwangYong Choi [Fri, 23 Aug 2013 07:29:31 +0000 (16:29 +0900)]
Fix crash if the input value of date popup is too long

[Title] Fix crash if the input value of date popup is too long.
[Issue#] N_SE-49571
[Problem] Crash on date popup.
[Cause] Input value is too long.
[Solution] Applied to check string length.

Change-Id: If18ba394c68c236590ce640ba37a3266ca359d64

10 years agoImplement input field zoom animation
bunam.jeon [Fri, 16 Aug 2013 07:37:27 +0000 (16:37 +0900)]
Implement input field zoom animation

[Title] Implement input field zoom animation
[Issue#] N/A
[Problem] N/A
[Cause] No Implementation
[Solution] New Implementation

Change-Id: I1ffbac7e508cc63108b0b61ec4a6492def354fec

10 years agoup spin button is now shown
Ryuan Choi [Thu, 22 Aug 2013 08:04:36 +0000 (17:04 +0900)]
up spin button is now shown

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

This reverts commit fe2d02d452026a5fa6d3a812cd5cd7c3d8a37939.

Change-Id: I4dc8d8acd3318c0f3277ea37c4c9473bc31fe788

10 years agoRemove the default alpha value for drag image
sh919.park [Thu, 22 Aug 2013 07:38:01 +0000 (16:38 +0900)]
Remove the default alpha value for drag image

[Title] Remove the default alpha value for drag image.
[Issue#] P130822-02205
[Problem] The drag image is disappeared, if repeat to click the drag about same drag target.
[Solution] remove the default alpha value for drag image.

Change-Id: I8dbfe4caaa5773820eeadf2685de0659da493687

10 years ago[Release] Webkit2-efl-123997_0.11.92
Sanghyup Lee [Thu, 22 Aug 2013 05:37:29 +0000 (14:37 +0900)]
[Release] Webkit2-efl-123997_0.11.92

Change-Id: I1d31992240175429765a9e6a596cb7cd0f47ed2f

10 years agoThe type of absolute in DeviceOrientationEvent should be boolean
Ryuan Choi [Thu, 22 Aug 2013 01:37:49 +0000 (10:37 +0900)]
The type of absolute in DeviceOrientationEvent should be boolean

[Title] The type of absolute in DeviceOrientationEvent should be boolean
[Issue#] P130821-00770
[Problem] tct-deviceorientation-w3c-tests -> DeviceOrientationEvent_absolute_type Fail
[Cause] DeviceOrientation spec is little bit amgiguous but absolute should be true/false when we generated event.
[Solution] feed absolute as false.

Change-Id: I2de32b039ff875450afe1565e9de98c828113779

10 years agoInput[type=date] draws spin button and spin button works
Ryuan Choi [Mon, 12 Aug 2013 10:17:49 +0000 (19:17 +0900)]
Input[type=date] draws spin button and spin button works

[Title] Input[type=date] draws spin button and spin button works
[Issue#] P130802-2960 , P130819-04322
[Problem] In mobile, spin button make wrong action while pressing date type with opening picker.
[Cause] Current logic is based on textfield and DateInputType used spin behavior.
[Solution] Disable spin behavior and added menu list style for all date/time type.

Change-Id: I65f7b676e25a1056713c89cfbe5d0024f05e95be

10 years agoFix crash if the color picker is closed quickly
KwangYong Choi [Wed, 21 Aug 2013 10:15:46 +0000 (19:15 +0900)]
Fix crash if the color picker is closed quickly

[Title] Fix crash if the color picker is closed quickly.
[Issue#] N_SE-49225
[Problem] TizenWinset web-app crashed.
[Cause] Try to access invalid object.
[Solution] Add null checking.

Change-Id: Ib4e9006281ae11e52644703d7aa3f4e00a3e0aa7

10 years agoMerge "[Release] Webkit2-efl-123997_0.11.91" into tizen_2.2
Keunyong Lee [Wed, 21 Aug 2013 10:00:54 +0000 (10:00 +0000)]
Merge "[Release] Webkit2-efl-123997_0.11.91" into tizen_2.2

10 years ago[Release] Webkit2-efl-123997_0.11.91
Sanghyup Lee [Wed, 21 Aug 2013 09:59:24 +0000 (18:59 +0900)]
[Release] Webkit2-efl-123997_0.11.91

Change-Id: I779da0a8362039e071b60cc1793a10478899f4e1

10 years agoFixed copy & paste context menu disappear quickly.
Yuni Jeong [Tue, 20 Aug 2013 08:45:15 +0000 (17:45 +0900)]
Fixed copy & paste context menu disappear quickly.

[Title] Fixed copy & paste context menu disappear quickly.
[Issue#] P130813-04751
[Problem] Copy & paste context menu disappear quickly after showing copy & paste context menu.
[Cause] Disappeared after 3 seconds automatically.
[Solution] Changed disappearing time.
           So, Copy & paste context menu will disappear after 6 seconds.

Change-Id: I4d72c4e8f6e12b551f5c0dde8bb6e5ed21dd0789

10 years agoRestart timer if user tapping on the context menu
Taeyun An [Thu, 25 Jul 2013 05:42:00 +0000 (14:42 +0900)]
Restart timer if user tapping on the context menu

[Title] Restart timer if user tapping on the context menu
[Issue#] N/A
[Problem] It is removed itself if user while in control the context menu
[Cause] There is no consideration about user control
[Solution] Restart timer if user tapping on the context menu

Change-Id: Ic49085df21a75427f9971c10c74972176ff0b766

10 years agoImplement the Data-List of input element
bunam.jeon [Fri, 14 Jun 2013 06:46:07 +0000 (15:46 +0900)]
Implement the Data-List of input element

[Title] Implement the Data-List of input element
[Issue#]
[Problem]
[Cause] Not Implement
[Solution] Implement the Data-List of input element

Change-Id: I650c40811da25429fc979f5f927023a136e6d700

10 years ago[CherryPick] Hide all ancestors of the full screen element when going full screen
Lukasz Krok [Wed, 26 Jun 2013 08:28:02 +0000 (10:28 +0200)]
[CherryPick] Hide all ancestors of the full screen element when going full screen

[Title][CherryPick] Hide all ancestors of the full screen element when going full screen
[Issue] N_SE-48867
[Problem] Unable to restore the video to its previous size - Youtube.com - PC site
[Cause] In fullscreen.css 'position: static !important;' is missing in '-webkit-full-screen-ancestor:not(iframe)' class
[Solution] Cherry picked.
[Cherry-Picker] Lukasz Krok

Hide all ancestors of the full screen element when going full screen
https://bugs.webkit.org/show_bug.cgi?id=96332

Reviewed by James Robinson.

Source/WebCore:

Since fixed position elements can now sometimes become stacking
contexts, explicitly set position: static on full-screen ancestors so
that there are no stacking context ancestors that could cause the full
screen element to become incorrectly sorted.

Test: fullscreen/full-screen-fixed-pos-parent.html

* css/fullscreen.css:
(:-webkit-full-screen-ancestor:not(iframe)):

Change-Id: I0635e79968fc581d48c2f1700362f347bc02dc9a

10 years agoChanged ewk_view_text_selection_range_clear() API.
Yuni Jeong [Tue, 20 Aug 2013 13:24:56 +0000 (22:24 +0900)]
Changed ewk_view_text_selection_range_clear() API.

[Title] Changed ewk_view_text_selection_range_clear() API.
[Issue#] N_SE-48680, N_SE-48488
[Problem] Text selection handles remain after selecting share option of copy & paste context menu in OSP Web.
[Cause] OSP is called ewk_view_text_selection_range_clear() API for clearing text selection.
        ewk_view_text_selection_range_clear() API is not working properly.
[Solution] change ewk_view_text_selection_range_clear() API.
           So, text selection will be cleared well.

Change-Id: Iafea93e757c3b37616050b874a97c8b93177ec5c

10 years agoChange the focused frame if flame has different value between focusedFrame and hitTes...
Taeyun An [Tue, 20 Aug 2013 13:22:55 +0000 (22:22 +0900)]
Change the focused frame if flame has different value between focusedFrame and hitTestResultFrame

[Title] Change the focused frame if flame has different value between focusedFrame and hitTestResultFrame
[Issue#] N/A
[Problem] Sometimes text selection handles and context menu are not appear via longpress
[Cause] Sometimes focusedFrame and hitTestResultFrame has different value
[Solution] Change the focused frame if flame has different value between focusedFrame and hitTestResultFrame

Change-Id: Id3cbaf1764ad4f1827abe2aad5ac0256556faced

10 years agoMerge "Set focus on popup after datetime picker is dismissed" into tizen_2.2
InBum Chang [Tue, 20 Aug 2013 12:09:03 +0000 (12:09 +0000)]
Merge "Set focus on popup after datetime picker is dismissed" into tizen_2.2

10 years agoSet focus on popup after datetime picker is dismissed
KwangYong Choi [Tue, 20 Aug 2013 11:32:43 +0000 (20:32 +0900)]
Set focus on popup after datetime picker is dismissed

[Title] Set focus on popup after datetime picker is dismissed.
[Issue#] N_SE-48968
[Problem] ewk view is focused after datetime picker is dismissed.
[Cause] No focus handling.
[Solution] Explictly set focus on popup after datetime picker is dismissed.

Change-Id: If5ee1a582c4001b591c9666d73116c41eb0cfe0f

10 years agoMerge "[Release] Webkit2-efl-123997_0.11.90" into tizen_2.2
Keunyong Lee [Tue, 20 Aug 2013 11:06:39 +0000 (11:06 +0000)]
Merge "[Release] Webkit2-efl-123997_0.11.90" into tizen_2.2

10 years ago[Release] Webkit2-efl-123997_0.11.90
Sanghyup Lee [Tue, 20 Aug 2013 10:59:33 +0000 (19:59 +0900)]
[Release] Webkit2-efl-123997_0.11.90

Change-Id: Id51a9c21084ec7b9b955e2e8befaf98aa6cf7759

10 years agoHTMLAudioElement is playing with breaking on streammode.
KeonHo Kim [Tue, 20 Aug 2013 10:45:17 +0000 (19:45 +0900)]
HTMLAudioElement is playing with breaking on streammode.

[Title] HTMLAudioElement is playing with breaking on streammode.
[Problem] DBuild Issue
[Cause] Readystate has been set futuredate during buffering in stream mode
[Solution] Need to set readystate to currentdata for buffering

Change-Id: I7ef2c669c9e652f9ca515bb81eb986628c03b772

10 years agoFixed a problem that drag image goes out of the screen and background image is broken.
bunam.jeon [Tue, 20 Aug 2013 03:12:40 +0000 (12:12 +0900)]
Fixed a problem that drag image goes out of the screen and background image is broken.

[Title] Fixed a problem that drag image goes out of the screen and background image is broken.
[Issue#] N_SE-48750, N_SE-48893, N_SE-48922, N_SE-48981
[Problem] Drag image goes out of the screen and background image is broken.
[Cause] 1. Coordinate correction is not.
2. Property of the border has changed.
[Solution] 1. Corrected the coordinates.
   2. Change the property that have been modified.

Change-Id: I735ce90b041c231aace5e4f3ec937085dda36fac

10 years agoCancel focus ui when touch event was occurred
SangYong Park [Mon, 19 Aug 2013 09:06:00 +0000 (18:06 +0900)]
Cancel focus ui when touch event was occurred

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

Change-Id: Iddbfd01841c4e218f4612cebe242bf80394cb28f

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

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

Change-Id: I3187a3d2c693a869bda9d74f837fb45f3b4e4ed7

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

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

Change-Id: I9635959e4984338d5e58a240e8d1aac3a1174901

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

Change-Id: I78880ca714b7dd548e8ae4071db1a84f08f49990

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

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

Change-Id: I17f541d2b4337e3e3150846284d3c5230e850c75

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

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

Change-Id: Ice1351034dd54522490765e9219dc78535abed61

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

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

Change-Id: I237f45042b40254b1175e98dcebfe66cef47589d

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

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

Change-Id: I7d57eff0e4842b13e9b351a1bb24328781511652

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

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

Change-Id: I7995f7e3dfb52c30c4a15a1635b267418833f32e

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

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

Change-Id: Ie5d663cb424a0c13290572b8480df7bd11b67b92

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

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

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

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

Change-Id: Iae59bc951e118a85123b633f8a8de0502c35b3fc

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

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

Change-Id: I38d79b79760bcf7272a7847e59907b51a3d8cc32

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

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

Change-Id: Iefd4ff7e7c8109301d714c8d4b2d965c1f9883e1

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

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

Change-Id: Ie96e028c5d8a9cbee01449074a03a8f82562f468

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

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

Change-Id: I719a3e2ea38a0bf3614ef877c2f635f8bfac3091

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

Change-Id: Iea9c369a8468d28aa64465347940b225a6b191d1

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

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

Change-Id: I73d8febc92d3c1e1bf37b50059f6bd1b979173df

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

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

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

Change-Id: Ie393928f6d4597da3dc3f96a149abbf9fe83a096

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

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

Change-Id: I12a1584009c1637f49127474aa0f1b798d7c43ee

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

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

Change-Id: I19f40391bec6a1282b13fbcbe20da384bff61537

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

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

Change-Id: I3e695b4d8edb15061a795bdf20680a89f9c5e1eb

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

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

Change-Id: Ia51a7291eebfcc5d3208dfc7aa670e14600c2107

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

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

Change-Id: Id5e6d4b9067d73122b4c1e54c95a56b660f134a3

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

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

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

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

Change-Id: I0eeb5738a55381fb4b2267c4728d9f4eea4d5659

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

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

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

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

Change-Id: I9cf50c271cbbad6ee4c6e564f10e79d32c2ba8d9

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

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

Change-Id: Ia027c50c968a997e16c0dd347052198134a65ae4