Bug 98312 - Replace uses of -webkit-box-sizing with box-sizing
Summary: Replace uses of -webkit-box-sizing with box-sizing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ojan Vafai
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-03 15:52 PDT by Ojan Vafai
Modified: 2022-02-27 23:55 PST (History)
8 users (show)

See Also:


Attachments
Patch (6.03 KB, patch)
2012-10-03 15:53 PDT, Ojan Vafai
tony: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>