Bug 79014

Summary: Make JSCSSStyleDeclaration work directly with CSS Property ID
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: JavaScriptCoreAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: ggaren, joepeck, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 77271    
Attachments:
Description Flags
Patch ggaren: review+

Description Benjamin Poulain 2012-02-19 23:24:13 PST
This is the first part of https://bugs.webkit.org/show_bug.cgi?id=77271

Cut the transformation propertyName -> css property name -> charBuffer -> css property ID.
Comment 1 Benjamin Poulain 2012-02-19 23:46:17 PST
Created attachment 127769 [details]
Patch
Comment 2 Geoffrey Garen 2012-02-20 10:27:33 PST
Comment on attachment 127769 [details]
Patch

r=me
Comment 3 Benjamin Poulain 2012-02-20 12:45:52 PST
Committed r108257: <http://trac.webkit.org/changeset/108257>