2013-09-27 |
gyuyoung.kim@samsung.com | Add toWebKitCSS*Value functions to cast from CSSValue
|
commit | commitdiff | tree |
2013-09-27 |
gyuyoung.kim@samsung.com | Sync toWebKitCSSShaderValue() behavior with other toCSSFooVa...
|
commit | commitdiff | tree |
2013-09-25 |
gyuyoung.kim@samsung.com | Add toWebKitCSS*Value functions to cast from CSSValue
|
commit | commitdiff | tree |
2013-09-24 |
gyuyoung.kim@samsung.com | Introduce CSS_VALUE_TYPE_CASTS macro in order to cast...
|
commit | commitdiff | tree |
2013-09-23 |
gyuyoung.kim@samsung.com | Introduce CSS_VALUE_TYPE_CASTS macro in order to cast...
|
commit | commitdiff | tree |
2013-09-11 |
gyuyoung.kim@samsung.com | Generate more HTML type checks and casting
|
commit | commitdiff | tree |
2013-09-05 |
gyuyoung.kim@samsung.com | Generate toFooElement() functions from tagname data.
|
commit | commitdiff | tree |
2013-09-04 |
gyuyoung.kim@samsung.com | Fix uninitialized build warning in make_names.pl
|
commit | commitdiff | tree |
2013-08-26 |
gyuyoung.kim@samsung.com | Unreviewed, EFL gardening. EFL WK1 DRT doesn't support...
|
commit | commitdiff | tree |
2013-08-26 |
gyuyoung.kim@samsung.com | Add toSVGMissingGlyphElement(), and use it.
|
commit | commitdiff | tree |
2013-08-23 |
gyuyoung.kim@samsung.com | Introduce toSVGLinearGradientElement(), and use it
|
commit | commitdiff | tree |
2013-08-22 |
gyuyoung.kim@samsung.com | Introduce toSVGRadialGradientElement(), and use it
|
commit | commitdiff | tree |
2013-08-20 |
gyuyoung.kim@samsung.com | <https://webkit.org/b/92330> [CSS] Pass an image orientation...
|
commit | commitdiff | tree |
2013-08-19 |
gyuyoung.kim@samsung.com | <https://webkit.org/b/119990> Add toSVGStopElement...
|
commit | commitdiff | tree |
2013-08-19 |
gyuyoung.kim@samsung.com | <https://webkit.org/b/119996> Introduce toSVGAnimateElement...
|
commit | commitdiff | tree |
2013-08-15 |
gyuyoung.kim@samsung.com | [CSS] Introduce new structure to pass image orientation...
|
commit | commitdiff | tree |
2013-08-14 |
gyuyoung.kim@samsung.com | Add toSVGTextPathElement(), and use it
|
commit | commitdiff | tree |
2013-08-14 |
gyuyoung.kim@samsung.com | The length of scheme is at least five characters even...
|
commit | commitdiff | tree |
2013-08-13 |
gyuyoung.kim@samsung.com | Update scheme list according to latest specification
|
commit | commitdiff | tree |
2013-08-08 |
gyuyoung.kim@samsung.com | Introduce toSVGMPathElement(), and use it
|
commit | commitdiff | tree |
2013-08-03 |
gyuyoung.kim@samsung.com | Introduce toSVGMaskElement(), and use it
|
commit | commitdiff | tree |
2013-08-01 |
gyuyoung.kim@samsung.com | Introduce toSVGFontFaceElement, and use it
|
commit | commitdiff | tree |
2013-08-01 |
gyuyoung.kim@samsung.com | Introduce toSVGSMILElement, and use it
|
commit | commitdiff | tree |
2013-07-27 |
gyuyoung.kim@samsung.com | Introduce toSVGRectElement(), use it
|
commit | commitdiff | tree |
2013-07-26 |
gyuyoung.kim@samsung.com | Unreviewed, fix build break after r153360.
|
commit | commitdiff | tree |
2013-07-25 |
gyuyoung.kim@samsung.com | Introduce toSVGPatternElement(), use it
|
commit | commitdiff | tree |
2013-07-22 |
gyuyoung.kim@samsung.com | Introduce toSVGUseElement(), use it
|
commit | commitdiff | tree |
2013-07-22 |
gyuyoung.kim@samsung.com | Use toSVGPathElement() instead of static_cast<>
|
commit | commitdiff | tree |
2013-07-22 |
gyuyoung.kim@samsung.com | Introduce toSVGGradientElement(), use it
|
commit | commitdiff | tree |
2013-07-18 |
gyuyoung.kim@samsung.com | Introduce toSVGInlineFlowBox() and use it
|
commit | commitdiff | tree |
2013-07-18 |
gyuyoung.kim@samsung.com | Use toSVGMarkerElement() instead of static_cast<>
|
commit | commitdiff | tree |
2013-07-14 |
gyuyoung.kim@samsung.com | Add toSVGFilterElement() and use it.
|
commit | commitdiff | tree |
2013-07-10 |
gyuyoung.kim@samsung.com | Introduce isSVGFontElement() and isSVGImageElement...
|
commit | commitdiff | tree |
2013-07-09 |
gyuyoung.kim@samsung.com | Use toSVGFontElement() instead of static_cast<SVGFontElement*>
|
commit | commitdiff | tree |
2013-07-04 |
gyuyoung.kim@samsung.com | Change static_cast<SVGImageElement*> with toSVGImageElement
|
commit | commitdiff | tree |
2013-07-02 |
gyuyoung.kim@samsung.com | Introduce toSVGInlineTextBox
|
commit | commitdiff | tree |
2013-06-28 |
gyuyoung.kim@samsung.com | Add new schemes to content utils.
|
commit | commitdiff | tree |
2013-06-28 |
gyuyoung.kim@samsung.com | Unreviewed, EFL rebaseline.
|
commit | commitdiff | tree |
2013-06-25 |
gyuyoung.kim@samsung.com | Unreviewed, change my email address for watch list.
|
commit | commitdiff | tree |
2013-06-25 |
gyuyoung.kim@samsung.com | Remove unneeded include header files from WebCore
|
commit | commitdiff | tree |
2013-06-24 |
gyuyoung.kim@samsung.com | Unreviewed EFL gardening. Unskip two media tests because...
|
commit | commitdiff | tree |
2013-06-19 |
gyuyoung.kim@samsung.com | Unreviewed, EFL gardening. Added new baselines for...
|
commit | commitdiff | tree |
2013-06-17 |
gyuyoung.kim@samsung.com | Remove a redundant virtual call to hostWindow() in...
|
commit | commitdiff | tree |
2013-06-17 |
gyuyoung.kim@samsung.com | Unreviewed. Added new baselines for some of editing...
|
commit | commitdiff | tree |
2013-06-17 |
gyuyoung.kim@samsung.com | Unreviewed. Added new baselines for some of editing...
|
commit | commitdiff | tree |
2013-06-14 |
gyuyoung.kim@samsung.com | Unreviewed. Added new baselines for some tests as r151533...
|
commit | commitdiff | tree |
2013-06-13 |
gyuyoung.kim@samsung.com | Optimize String::fromUTF8 for ASCII
|
commit | commitdiff | tree |
2013-06-13 |
gyuyoung.kim@samsung.com | Unreviewed. EFL Gardening. Needs to add new baseline...
|
commit | commitdiff | tree |
2013-06-12 |
gyuyoung.kim@samsung.com | Fix crashes due to failed ImageBuffer allocation
|
commit | commitdiff | tree |
2013-06-12 |
gyuyoung.kim@samsung.com | Unreviewed, EFL Gardening. Unskip fast/canvas/webgl...
|
commit | commitdiff | tree |
2013-06-12 |
gyuyoung.kim@samsung.com | Unreviewed, EFL Gardening.
|
commit | commitdiff | tree |
2013-06-12 |
gyuyoung.kim@samsung.com | Unreviewed, EFL gardening. Unskip passing tests for...
|
commit | commitdiff | tree |
2013-06-11 |
gyuyoung.kim@samsung.com | Unreviewed, EFL gardening. Fix wrong expectation result...
|
commit | commitdiff | tree |
2013-06-11 |
gyuyoung.kim@samsung.com | Unreviewed, EFL gardening. Manage tests which need...
|
commit | commitdiff | tree |
2013-06-11 |
gyuyoung.kim@samsung.com | Unreviewed, rolling out r151411.
|
commit | commitdiff | tree |
2013-06-11 |
gyuyoung.kim@samsung.com | Unreviewed, EFL Build fix after r151403.
|
commit | commitdiff | tree |
2013-06-05 |
gyuyoung.kim@samsung.com | Unreviewed, EFL Gardening. Move mozilla-focus-blur...
|
commit | commitdiff | tree |
2013-06-05 |
gyuyoung.kim@samsung.com | Unreviewed, EFL Gardening.
|
commit | commitdiff | tree |
2013-06-04 |
gyuyoung.kim@samsung.com | Unreviewed, EFL Gardening.
|
commit | commitdiff | tree |
2013-06-04 |
gyuyoung.kim@samsung.com | Unreviewed, added missing new line in baseline.
|
commit | commitdiff | tree |
2013-06-03 |
gyuyoung.kim@samsung.com | [WTF] Add OwnArrayPtr vectortraits template
|
commit | commitdiff | tree |
2013-06-03 |
gyuyoung.kim@samsung.com | Unreviewed EFL Gardening.
|
commit | commitdiff | tree |
2013-06-01 |
gyuyoung.kim@samsung.com | Unreviewed, EFL gardening. Remove passed accessibility...
|
commit | commitdiff | tree |
2013-06-01 |
gyuyoung.kim@samsung.com | [EFL][WK2] Add a null checking condition to in hide...
|
commit | commitdiff | tree |
2013-05-31 |
gyuyoung.kim@samsung.com | Unreviewed, EFL gardening.
|
commit | commitdiff | tree |
2013-05-28 |
gyuyoung.kim@samsung.com | [EFL][WK2] Clean up duplicated include files.
|
commit | commitdiff | tree |
2013-05-28 |
gyuyoung.kim@samsung.com | [EFL][WK2] Remove unneeded WebCore namespace use in ewk
|
commit | commitdiff | tree |
2013-05-23 |
gyuyoung.kim@samsung.com | [EFL][WK2] Use WK2 C API in ewk_view_pagination_mode_set|get
|
commit | commitdiff | tree |
2013-05-23 |
gyuyoung.kim@samsung.com | Unreviewed EFL gardening.
|
commit | commitdiff | tree |
2013-05-22 |
gyuyoung.kim@samsung.com | Unreviewed EFL gardening.
|
commit | commitdiff | tree |
2013-05-22 |
gyuyoung.kim@samsung.com | Fix build break after r150484
|
commit | commitdiff | tree |
2013-05-21 |
gyuyoung.kim@samsung.com | Change EFL Linux 64-bit Release with EFL Linux 64-bit...
|
commit | commitdiff | tree |
2013-05-21 |
gyuyoung.kim@samsung.com | Unreviewed EFL gardening. Below tests don't come to...
|
commit | commitdiff | tree |
2013-05-09 |
gyuyoung.kim@samsung.com | [EFL] Remove unnecessary pkgs in EFL jhbuild
|
commit | commitdiff | tree |
2013-05-08 |
gyuyoung.kim@samsung.com | [CMAKE] Remove SHADOW_DOM from cmakeconfig.h.cmake
|
commit | commitdiff | tree |
2013-05-07 |
gyuyoung.kim@samsung.com | Unreviewed, build fix on EFL port
|
commit | commitdiff | tree |
2013-04-29 |
gyuyoung.kim@samsung.com | Unreviewed fix build break on EFL port since r149259.
|
commit | commitdiff | tree |
2013-04-28 |
gyuyoung.kim@samsung.com | Unreviewed build fix when disabling video and video...
|
commit | commitdiff | tree |
2013-04-22 |
gyuyoung.kim@samsung.com | Unreviewed, gardening. css3-device-adaptation doesn...
|
commit | commitdiff | tree |
2013-04-22 |
gyuyoung.kim@samsung.com | Unreviewed, EFL WK1 gardening. Skip pasteboard tests...
|
commit | commitdiff | tree |
2013-04-22 |
gyuyoung.kim@samsung.com | Unreviewed, EFL gardening. Remove test cases which...
|
commit | commitdiff | tree |
2013-04-21 |
gyuyoung.kim@samsung.com | Unreviewed, gardening. Remove duplicated tests.
|
commit | commitdiff | tree |
2013-04-17 |
gyuyoung.kim@samsung.com | Add Efl WebKit2 EWS bot
|
commit | commitdiff | tree |
2013-04-11 |
gyuyoung.kim@samsung.com | [WK2] Build warning in didReceiveMessage() generated...
|
commit | commitdiff | tree |
2013-04-09 |
gyuyoung.kim@samsung.com | Unreviewed, gardening.
|
commit | commitdiff | tree |
2013-04-04 |
gyuyoung.kim@samsung.com | [EFL] Add a decoration image to search input field
|
commit | commitdiff | tree |
2013-04-04 |
gyuyoung.kim@samsung.com | Unreviewed gardening. Below tests aren't related to...
|
commit | commitdiff | tree |
2013-03-29 |
gyuyoung.kim@samsung.com | Unreviewed. Fix build break when running --update-efl...
|
commit | commitdiff | tree |
2013-03-25 |
gyuyoung.kim@samsung.com | [EFL] Fix build break when media source is enabled
|
commit | commitdiff | tree |
2013-03-21 |
gyuyoung.kim@samsung.com | Unreviewed. Remove test cases which need to do rebaseline...
|
commit | commitdiff | tree |
2013-03-18 |
gyuyoung.kim@samsung.com | Unreviewed EFL rebaseline after r146050.
|
commit | commitdiff | tree |
2013-03-18 |
gyuyoung.kim@samsung.com | [EFL] Cancel mark on search field is not displayed
|
commit | commitdiff | tree |
2013-03-07 |
gyuyoung.kim@samsung.com | [EFL] Improve warning messages when input value is...
|
commit | commitdiff | tree |
2013-03-07 |
gyuyoung.kim@samsung.com | [EFL][WK2] Enable interactive form validation for email...
|
commit | commitdiff | tree |
2013-02-23 |
gyuyoung.kim@samsung.com | [EFL] Use EINA_LOG instead of fprintf
|
commit | commitdiff | tree |
2013-02-18 |
gyuyoung.kim@samsung.com | [EFL] Rebaseline failure media tests after r142947
|
commit | commitdiff | tree |
2013-02-15 |
gyuyoung.kim@samsung.com | Unreviewed EFL WK1 gardening.
|
commit | commitdiff | tree |
2013-02-13 |
gyuyoung.kim@samsung.com | [WK2] Remove web intents callbacks
|
commit | commitdiff | tree |
2013-02-08 |
gyuyoung.kim@samsung.com | [EFL][WK2] Remove dead code after r142169
|
commit | commitdiff | tree |
2013-02-07 |
gyuyoung.kim@samsung.com | Unreviewed build fix.
|
commit | commitdiff | tree |
next |