⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 285966 in webkit


Ignore:
Timestamp:
Nov 17, 2021, 4:38:36 PM (5 years ago)
Author:
Wenson Hsieh
Message:

Add a Translation WebKit2 logging category
https://bugs.webkit.org/show_bug.cgi?id=233286

Reviewed by Tim Horton.

Add the new category.

  • Platform/Logging.h:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r285965 r285966  
     12021-11-17  Wenson Hsieh  <wenson_hsieh@apple.com>
     2
     3        Add a Translation WebKit2 logging category
     4        https://bugs.webkit.org/show_bug.cgi?id=233286
     5
     6        Reviewed by Tim Horton.
     7
     8        Add the new category.
     9
     10        * Platform/Logging.h:
     11
    1122021-11-17  J Pascoe  <j_pascoe@apple.com>
    213
  • trunk/Source/WebKit/Platform/Logging.h

    r284887 r285966  
    100100    M(StorageAPI) \
    101101    M(TextInput) \
     102    M(Translation) \
    102103    M(UIHitTesting) \
    103104    M(ViewGestures) \
Note: See TracChangeset for help on using the changeset viewer.