-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use css parser's property stripping code in custom-style.
- Loading branch information
Steven Orvell
committed
Jul 30, 2015
1 parent
69a4aa5
commit 756ef1b
Showing
2 changed files
with
55 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hey, I'm working on the new chrome://downloads page using Polymer. This regex (customProp) is running for 235ms (on super beefy machine) when I'm first showing the downloads page on Chrome canary.
Is there a way we can optimize this or I can somehow hit the code path less?
/cc @tjsavage @sorvell