Bug 114997 - Uninflate caret rect
Summary: Uninflate caret rect
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-22 16:10 PDT by Roger Fong
Modified: 2013-06-28 09:25 PDT (History)
2 users (show)

See Also:


Attachments
patch (1.31 KB, patch)
2013-04-22 16:11 PDT, Roger Fong
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Roger Fong 2013-04-22 16:10:19 PDT
Inflation was causing painting errors with focus rings.
It is no longer needed after disabling subpixel layout.
Comment 1 Roger Fong 2013-04-22 16:11:32 PDT
Created attachment 199124 [details]
patch
Comment 2 Tim Horton 2013-04-22 16:12:27 PDT
Comment on attachment 199124 [details]
patch

Can't land this yet but ok.
Comment 3 WebKit Commit Bot 2013-04-22 16:14:01 PDT
Attachment 199124 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCore/editing/FrameSelection.cpp']" exit_code: 1
Source/WebCore/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Roger Fong 2013-06-28 09:25:45 PDT
http://trac.webkit.org/changeset/149223