Bug 150269 - Enhance TextStream for logging, remove subclasses, log more things
Summary: Enhance TextStream for logging, remove subclasses, log more things
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-16 22:35 PDT by Simon Fraser (smfr)
Modified: 2015-10-17 11:36 PDT (History)
4 users (show)

See Also:


Attachments
Patch (126.54 KB, patch)
2015-10-16 22:39 PDT, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff
Patch (126.91 KB, patch)
2015-10-16 23:10 PDT, Simon Fraser (smfr)
zalan: review+
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) 2015-10-16 22:35:11 PDT
Enhance TextStream for logging, remove subclasses, log more things
Comment 1 Simon Fraser (smfr) 2015-10-16 22:39:33 PDT
Created attachment 263359 [details]
Patch
Comment 2 Simon Fraser (smfr) 2015-10-16 23:10:14 PDT
Created attachment 263361 [details]
Patch
Comment 3 Myles C. Maxfield 2015-10-17 11:01:42 PDT
Comment on attachment 263361 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=263361&action=review

LGTM, but i'll wait for thorton to r+ it.

> Source/WebCore/ChangeLog:58
> +        * platform/graphics/ca/PlatformCAAnimation.cpp: Added.

Why did you make a new file for this?

> Source/WebCore/CMakeLists.txt:2142
> +    platform/animation/TimingFunction.cpp

Shouldn't there be additions for the new header files?

> Source/WebCore/platform/animation/TimingFunction.cpp:1
> +/*

Why did you make a new file for this?
Comment 4 Simon Fraser (smfr) 2015-10-17 11:06:46 PDT
(In reply to comment #3)
> Comment on attachment 263361 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=263361&action=review
> 
> LGTM, but i'll wait for thorton to r+ it.
> 
> > Source/WebCore/ChangeLog:58
> > +        * platform/graphics/ca/PlatformCAAnimation.cpp: Added.
> 
> Why did you make a new file for this?

Because there was only the .h file, and I don't want PlatformCAAnimation.h pulling in TextStream.h.

> > Source/WebCore/CMakeLists.txt:2142
> > +    platform/animation/TimingFunction.cpp
> 
> Shouldn't there be additions for the new header files?

Header files are existing.

> > Source/WebCore/platform/animation/TimingFunction.cpp:1
> > +/*
> 
> Why did you make a new file for this?

Ditto.
Comment 5 Simon Fraser (smfr) 2015-10-17 11:36:57 PDT
https://trac.webkit.org/r191243