RESOLVED FIXED 181387
[FreeType] Use FastMalloc for FreeType
https://bugs.webkit.org/show_bug.cgi?id=181387
Summary [FreeType] Use FastMalloc for FreeType
Yusuke Suzuki
Reported 2018-01-08 05:15:03 PST
[FreeType] Use FastMalloc for FreeType
Attachments
Patch (2.47 KB, patch)
2018-01-08 05:16 PST, Yusuke Suzuki
no flags
Patch (2.47 KB, patch)
2018-01-08 05:18 PST, Yusuke Suzuki
no flags
Patch (2.61 KB, patch)
2018-01-08 06:04 PST, Yusuke Suzuki
no flags
Patch (2.77 KB, patch)
2018-01-09 07:44 PST, Yusuke Suzuki
no flags
Patch (2.77 KB, patch)
2018-01-09 07:56 PST, Yusuke Suzuki
mcatanzaro: review+
Yusuke Suzuki
Comment 1 2018-01-08 05:16:01 PST
EWS Watchlist
Comment 2 2018-01-08 05:16:54 PST
Attachment 330689 [details] did not pass style-queue: ERROR: Source/WebCore/ChangeLog:8: Line contains tab character. [whitespace/tab] [5] Total errors found: 1 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
Yusuke Suzuki
Comment 3 2018-01-08 05:18:56 PST
Yusuke Suzuki
Comment 4 2018-01-08 06:04:03 PST
Yusuke Suzuki
Comment 5 2018-01-09 07:44:10 PST
Yusuke Suzuki
Comment 6 2018-01-09 07:56:20 PST
Michael Catanzaro
Comment 7 2018-01-09 08:16:38 PST
Comment on attachment 330824 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=330824&action=review > Source/WebCore/platform/graphics/freetype/FontCustomPlatformDataFreeType.cpp:81 > + UNUSED_PARAM(currentSize); Better style would be to just not name the parameter IMO. You already left links to the documentation, so people can look it up if they want to know what it is.
Yusuke Suzuki
Comment 8 2018-01-09 08:19:45 PST
Comment on attachment 330824 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=330824&action=review Thanks! >> Source/WebCore/platform/graphics/freetype/FontCustomPlatformDataFreeType.cpp:81 >> + UNUSED_PARAM(currentSize); > > Better style would be to just not name the parameter IMO. You already left links to the documentation, so people can look it up if they want to know what it is. OK, dropped this name.
Yusuke Suzuki
Comment 9 2018-01-09 08:24:00 PST
Radar WebKit Bug Importer
Comment 10 2018-01-09 08:25:06 PST
Note You need to log in before you can comment on or make changes to this bug.