- a/Tools/ChangeLog +10 lines
Lines 1-3 a/Tools/ChangeLog_sec1
1
2020-04-30  Adrian Perez de Castro  <aperez@igalia.com>
2
3
        [GTK] File GtkVersioning.h should be excluded from the style checker
4
        https://bugs.webkit.org/show_bug.cgi?id=211262
5
6
        Reviewed by NOBODY (OOPS!).
7
8
        * Scripts/webkitpy/style/checker.py: Exclude Source/WebCore/platform/gtk/GtkVersioning.h
9
        from style checks.
10
1
2020-04-30  Jonathan Bedard  <jbedard@apple.com>
11
2020-04-30  Jonathan Bedard  <jbedard@apple.com>
2
12
3
        results.webkit.org: Sort out certificates on Catalina
13
        results.webkit.org: Sort out certificates on Catalina
- a/Tools/Scripts/webkitpy/style/checker.py +1 lines
Lines 386-391 _SKIPPED_FILES_WITH_WARNING = [ a/Tools/Scripts/webkitpy/style/checker.py_sec1
386
    os.path.join('Source', 'WebKit', 'WebProcess', 'InjectedBundle', 'API', 'gtk', 'DOM'),
386
    os.path.join('Source', 'WebKit', 'WebProcess', 'InjectedBundle', 'API', 'gtk', 'DOM'),
387
387
388
    os.path.join('Source', 'JavaScriptCore', 'API', 'glib', 'jsc.h'),
388
    os.path.join('Source', 'JavaScriptCore', 'API', 'glib', 'jsc.h'),
389
    os.path.join('Source', 'WebCore', 'platform', 'gtk', 'GtkVersioning.h'),
389
    os.path.join('Source', 'WebKit', 'UIProcess', 'API', 'gtk', 'webkit2.h'),
390
    os.path.join('Source', 'WebKit', 'UIProcess', 'API', 'gtk', 'webkit2.h'),
390
    os.path.join('Source', 'WebKit', 'UIProcess', 'API', 'wpe', 'webkit.h'),
391
    os.path.join('Source', 'WebKit', 'UIProcess', 'API', 'wpe', 'webkit.h'),
391
    os.path.join('Source', 'WebKit', 'WebProcess', 'InjectedBundle', 'API', 'gtk', 'webkit-web-extension.h'),
392
    os.path.join('Source', 'WebKit', 'WebProcess', 'InjectedBundle', 'API', 'gtk', 'webkit-web-extension.h'),

Return to Bug 211262