Bug 79014 - Make JSCSSStyleDeclaration work directly with CSS Property ID
Summary: Make JSCSSStyleDeclaration work directly with CSS Property ID
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks: 77271
  Show dependency treegraph
 
Reported: 2012-02-19 23:24 PST by Benjamin Poulain
Modified: 2012-03-01 17:38 PST (History)
3 users (show)

See Also:


Attachments
Patch (13.93 KB, patch)
2012-02-19 23:46 PST, Benjamin Poulain
ggaren: review+
Details | Formatted Diff | Diff

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