From 211fbd762feba5533b55fa1ee3d6ad76519568cb Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 3 Nov 2016 00:29:37 -0400 Subject: [PATCH 1/2] Add more interned strings. https://github.com/servo/servo/pull/14036 --- atoms/local_names.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/atoms/local_names.txt b/atoms/local_names.txt index 45b6ef4b..c289bba5 100644 --- a/atoms/local_names.txt +++ b/atoms/local_names.txt @@ -186,6 +186,7 @@ contentScriptType contentStyleType contenteditable contextmenu +controllerchange controls coords cos @@ -298,6 +299,7 @@ feSpotLight feTile feTurbulence fence +fetch fieldset figcaption figure @@ -828,6 +830,7 @@ srcdoc standby start startOffset +statechange stdDeviation stemh stemv @@ -893,6 +896,7 @@ time times title to +toggle tr track transform From 587afe3a2168285728997f7e0c669c34523d863b Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 3 Nov 2016 00:30:55 -0400 Subject: [PATCH 2/2] Bump version to 0.1.1. --- atoms/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atoms/Cargo.toml b/atoms/Cargo.toml index d4ca2008..739d3c8c 100644 --- a/atoms/Cargo.toml +++ b/atoms/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "html5ever-atoms" -version = "0.1.0" +version = "0.1.1" authors = [ "The html5ever Project Developers" ] license = "MIT / Apache-2.0" repository = "https://github.com/servo/html5ever"