Bug 227880 - Add a StyleSheets log channel and some logging
Summary: Add a StyleSheets log channel and some logging
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-07-12 11:37 PDT by Simon Fraser (smfr)
Modified: 2021-07-13 00:32 PDT (History)
18 users (show)

See Also:


Attachments
Patch (19.57 KB, patch)
2021-07-12 11:38 PDT, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff
Patch (19.56 KB, patch)
2021-07-12 11:46 PDT, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2021-07-12 11:37:24 PDT
Add a StyleSheets log channel and some logging
Comment 1 Simon Fraser (smfr) 2021-07-12 11:38:57 PDT
Created attachment 433336 [details]
Patch
Comment 2 Simon Fraser (smfr) 2021-07-12 11:46:24 PDT
Created attachment 433337 [details]
Patch
Comment 3 EWS 2021-07-12 13:45:30 PDT
Committed r279847 (239602@main): <https://commits.webkit.org/239602@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 433337 [details].
Comment 4 Radar WebKit Bug Importer 2021-07-12 13:46:16 PDT
<rdar://problem/80479638>
Comment 5 Myles C. Maxfield 2021-07-13 00:13:32 PDT
This might have broken the iOS Simulator build:

Undefined symbols for architecture x86_64:
  "WebCore::operator<<(WTF::TextStream&, WebCore::Node const&)", referenced from:
      WTF::TextStream& WTF::operator<<<WebCore::Node>(WTF::TextStream&, WTF::RefPtr<WebCore::Node, WTF::RawPtrTraits<WebCore::Node>, WTF::DefaultRefDerefTraits<WebCore::Node> > const&) in UnifiedSource62-mm.o
ld: symbol(s) not found for architecture x86_64
Comment 6 Myles C. Maxfield 2021-07-13 00:32:20 PDT
Tentative build fix in https://commits.webkit.org/r279866