Changeset 66120 in webkit


Ignore:
Timestamp:
Aug 26, 2010 12:14:03 PM (14 years ago)
Author:
kov@webkit.org
Message:

2010-08-26 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>

Reviewed by Martin Robinson.

[GTK] Add HTTP caching support
https://bugs.webkit.org/show_bug.cgi?id=44261

Ignore new soup API that we decided to merge into the soup backend
while it is being cooked. It follows the libsoup style, and will
be removed from WebKit as soon as it is merged into libsoup.

  • Scripts/webkitpy/style/checker.py:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r66092 r66120  
     12010-08-26  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     2
     3        Reviewed by Martin Robinson.
     4
     5        [GTK] Add HTTP caching support
     6        https://bugs.webkit.org/show_bug.cgi?id=44261
     7
     8        Ignore new soup API that we decided to merge into the soup backend
     9        while it is being cooked. It follows the libsoup style, and will
     10        be removed from WebKit as soon as it is merged into libsoup.
     11
     12        * Scripts/webkitpy/style/checker.py:
     13
    1142010-08-26  Mahesh Kulkarni  <mahesh.kulkarni@nokia.com>
    215
  • trunk/WebKitTools/Scripts/webkitpy/style/checker.py

    r65308 r66120  
    213213    "WebKit/qt/tests/",
    214214    "WebKit/qt/examples/",
     215    # Soup API that is still being cooked, will be removed from WebKit
     216    # in a few months when it is merged into soup proper. The style
     217    # follows the libsoup style completely.
     218    "WebCore/platform/network/soup/cache/",
    215219    ]
    216220
Note: See TracChangeset for help on using the changeset viewer.