Bug 98312

Summary: Replace uses of -webkit-box-sizing with box-sizing
Product: WebKit Reporter: Ojan Vafai <ojan>
Component: New BugsAssignee: Ojan Vafai <ojan>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, cmarcelo, eric, macpherson, menard, tabatkins, tony, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch tony: review+

Description Ojan Vafai 2012-10-03 15:52:44 PDT
Replace uses of -webkit-box-sizing with box-sizing
Comment 1 Ojan Vafai 2012-10-03 15:53:59 PDT
Created attachment 166979 [details]
Patch
Comment 2 Tony Chang 2012-10-03 16:08:43 PDT
Comment on attachment 166979 [details]
Patch

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

Do you want to fix the -webkit-box-sizing uses in mediaControlsChromiumAndroid.css and mediaControlsChromium.css too?

> Source/WebCore/ChangeLog:9
> +        No new tests since there's no change in behavior..

Nit: Extra period.
Comment 3 Ojan Vafai 2012-10-03 16:25:54 PDT
Committed r130339: <http://trac.webkit.org/changeset/130339>