RESOLVED FIXED 47732
[chromium] FontLinux.cpp cleanup (move most methods in TextRunWorker from inlined)
https://bugs.webkit.org/show_bug.cgi?id=47732
Summary [chromium] FontLinux.cpp cleanup (move most methods in TextRunWorker from in...
Xiaomei Ji
Reported 2010-10-15 12:28:11 PDT
All function members in TextRunWorker are defined as inlined. Most of them should not.
Attachments
patch (34.12 KB, patch)
2010-10-15 12:35 PDT, Xiaomei Ji
levin: review+
Xiaomei Ji
Comment 1 2010-10-15 12:35:45 PDT
David Levin
Comment 2 2010-10-16 12:07:18 PDT
Comment on attachment 70888 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=70888&action=review Please consider addressing my comments on landing. > WebCore/platform/graphics/chromium/FontLinux.cpp:164 > + TextRunWalker(const TextRun& run, unsigned startingX, const Font* font); Remove param names that add no information: "run", "font". > WebCore/platform/graphics/chromium/FontLinux.cpp:167 > + bool isWordBreak(unsigned i, bool isRTL); What is "i? In its current form, I'd remove it, but I have no idea what that param is. Should it be called index? > WebCore/platform/graphics/chromium/FontLinux.cpp:170 > + void setPadding(int padding); No need for "padding". (Since the method name is setPadding and it only takes one parameter.) > WebCore/platform/graphics/chromium/FontLinux.cpp:172 > + void setBackwardsIteration(bool isBackwards); Remove param name.
Xiaomei Ji
Comment 3 2010-10-18 10:41:41 PDT
WebKit Review Bot
Comment 4 2010-10-18 11:06:43 PDT
http://trac.webkit.org/changeset/69972 might have broken Qt Windows 32-bit Release
Note You need to log in before you can comment on or make changes to this bug.