Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Elegent/src
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: miniwebkit/src
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 2,810 files changed
  • 1 contributor

Commits on Apr 17, 2015

  1. * 删除无用svn文件

    weolar committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    00b0034 View commit details
    Browse the repository at this point in the history
  2. * 删除无用svn文件

    weolar committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    6a46e9c View commit details
    Browse the repository at this point in the history
  3. * 删除无用svn文件

    weolar committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    c39411e View commit details
    Browse the repository at this point in the history
  4. * 删除无用svn文件

    weolar committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    84c6cd1 View commit details
    Browse the repository at this point in the history
  5. * 删除无用svn文件

    weolar committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    a1a8970 View commit details
    Browse the repository at this point in the history
  6. * 删除无用svn文件

    weolar committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    ed92993 View commit details
    Browse the repository at this point in the history
  7. * 删除无用svn文件

    weolar committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    44f0cb4 View commit details
    Browse the repository at this point in the history
  8. * 删除无用svn文件

    weolar committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    516f802 View commit details
    Browse the repository at this point in the history
  9. * 删除无用svn文件

    weolar committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    76d9f16 View commit details
    Browse the repository at this point in the history
  10. * 删除无用svn文件

    weolar committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    fa58210 View commit details
    Browse the repository at this point in the history
  11. * 删除无用svn文件

    weolar committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    ecb0606 View commit details
    Browse the repository at this point in the history
  12. * 删除无用svn文件

    weolar committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    d3949a9 View commit details
    Browse the repository at this point in the history
  13. * 删除无用svn文件

    weolar committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    b03d511 View commit details
    Browse the repository at this point in the history
  14. * 删除无用svn文件

    weolar committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    560d49d View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2015

  1. * 去掉一些编译不过的小问题

    * 修复一处对svg root应用rotate显示不正确的bug
    weolar committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    8e7d081 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2015

  1. 合并webkit官网对background-size的一处bug fix:

    Revision: 116645
    Author: commit-queue@webkit.org
    Date: 2012年5月10日 23:10:11
    Message:
    [CSS3 Backgrounds and Borders] Add background-size to the background shorthand
    https://bugs.webkit.org/show_bug.cgi?id=27577
    
    Patch by Joe Thomas <joethomas@motorola.com> on 2012-05-10
    Reviewed by Alexis Menard.
    
    Added CSSPropertyBackgroundSize to the background shorthand propery. Added the logic for parsing background-size.
    bakground-size appears after background-position followed by a '/'.
    The specification related to this change is http://www.w3.org/TR/css3-background/#the-background
    
    Source/WebCore:
    
    Tests: fast/backgrounds/background-shorthand-with-backgroundSize-style.html
           fast/backgrounds/size/backgroundSize-in-background-shorthand.html
    
    * css/CSSComputedStyleDeclaration.cpp:
    (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue):
    (WebCore::CSSComputedStyleDeclaration::getBackgroundShorthandValue):
    (WebCore):
    * css/CSSComputedStyleDeclaration.h:
    (CSSComputedStyleDeclaration):
    * css/CSSParser.cpp:
    (WebCore::CSSParser::parseValue):
    (WebCore::CSSParser::parseFillShorthand):
    * css/StylePropertySet.cpp:
    (WebCore::StylePropertySet::getLayeredShorthandValue):
    * css/StylePropertyShorthand.cpp:
    (WebCore):
    (WebCore::backgroundShorthand):
    
    LayoutTests:
    
    * fast/backgrounds/background-shorthand-with-backgroundSize-style-expected.txt: Added.
    * fast/backgrounds/background-shorthand-with-backgroundSize-style.html: Added.
    * fast/backgrounds/size/backgroundSize-in-background-shorthand-expected.html: Added.
    * fast/backgrounds/size/backgroundSize-in-background-shorthand.html: Added.
    * fast/css/getComputedStyle/getComputedStyle-background-shorthand-expected.txt:
    * fast/css/getComputedStyle/getComputedStyle-background-shorthand.html:
    * fast/inspector-support/style-expected.txt:
    * inspector/styles/lazy-computed-style-expected.txt:
    * inspector/styles/styles-computed-trace-expected.txt:
    * inspector/styles/styles-new-API-expected.txt:
    ----
    Modified : /trunk/LayoutTests/ChangeLog
    Added : /trunk/LayoutTests/fast/backgrounds/background-shorthand-with-backgroundSize-style-expected.txt
    Added : /trunk/LayoutTests/fast/backgrounds/background-shorthand-with-backgroundSize-style.html
    Added : /trunk/LayoutTests/fast/backgrounds/size/backgroundSize-in-background-shorthand-expected.html
    Added : /trunk/LayoutTests/fast/backgrounds/size/backgroundSize-in-background-shorthand.html
    Modified : /trunk/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-shorthand-expected.txt
    Modified : /trunk/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-shorthand.html
    Modified : /trunk/LayoutTests/fast/inspector-support/style-expected.txt
    Modified : /trunk/LayoutTests/inspector/styles/lazy-computed-style-expected.txt
    Modified : /trunk/LayoutTests/inspector/styles/styles-computed-trace-expected.txt
    Modified : /trunk/LayoutTests/inspector/styles/styles-new-API-expected.txt
    Modified : /trunk/Source/WebCore/ChangeLog
    Modified : /trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp
    Modified : /trunk/Source/WebCore/css/CSSComputedStyleDeclaration.h
    Modified : /trunk/Source/WebCore/css/CSSParser.cpp
    Modified : /trunk/Source/WebCore/css/StylePropertySet.cpp
    Modified : /trunk/Source/WebCore/css/StylePropertyShorthand.cpp
    weolar committed Apr 28, 2015
    Configuration menu
    Copy the full SHA
    40841eb View commit details
    Browse the repository at this point in the history
Loading