Changeset 95953 in webkit


Ignore:
Timestamp:
Sep 26, 2011 8:29:39 AM (13 years ago)
Author:
pfeldman@chromium.org
Message:

Web Inspector: introduce protocol backwards compatibility validator.
https://bugs.webkit.org/show_bug.cgi?id=68800

Reviewed by Yury Semikhatsky.

  • inspector/Inspector.json:
  • inspector/Inspector.draft-01.json: Copied from Source/WebCore/inspector/Inspector.json.
  • inspector/validate-protocol-compatibility: Added.
Location:
trunk/Source/WebCore
Files:
1 added
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r95947 r95953  
     12011-09-26  Pavel Feldman  <pfeldman@google.com>
     2
     3        Web Inspector: introduce protocol backwards compatibility validator.
     4        https://bugs.webkit.org/show_bug.cgi?id=68800
     5
     6        Reviewed by Yury Semikhatsky.
     7
     8        * inspector/Inspector.json:
     9        * inspector/Inspector.draft-01.json: Copied from Source/WebCore/inspector/Inspector.json.
     10        * inspector/validate-protocol-compatibility: Added.
     11
    1122011-09-26  Andreas Kling  <kling@webkit.org>
    213
  • trunk/Source/WebCore/inspector/Inspector.draft-01.json

    r95950 r95953  
    13401340            },
    13411341            {
     1342                "id": "ShorthandEntry",
     1343                "type": "object"
     1344            },
     1345            {
     1346                "id": "CSSComputedStyle",
     1347                "type": "object"
     1348            },           
     1349            {
    13421350                "id": "CSSStyle",
    13431351                "type": "object",
  • trunk/Source/WebCore/inspector/Inspector.json

    r95636 r95953  
    13401340            },
    13411341            {
     1342                "id": "ShorthandEntry",
     1343                "type": "object"
     1344            },
     1345            {
     1346                "id": "CSSComputedStyle",
     1347                "type": "object"
     1348            },           
     1349            {
    13421350                "id": "CSSStyle",
    13431351                "type": "object",
Note: See TracChangeset for help on using the changeset viewer.