A repo containing samples tied to new functionality in each release of Google Chrome.
Перейти к файлу
Paul Lewis e84244761f Renames folder to decorators-es7 2015-07-08 13:59:31 +01:00
app-install-banner Fixing issue in related-applications 2015-05-26 20:25:56 -07:00
audio audionode disconnect sample, plus audio from h5r 2015-04-14 18:31:57 +10:00
autocapitalize Padding 2015-04-15 21:45:47 +01:00
battery-status Replace usage of innerText with textContent 2015-02-10 07:48:41 -05:00
beacon fix spelling 2014-11-18 22:03:16 +01:00
classes-es6 subclass array example uncommented 2015-04-07 20:23:14 -07:00
collections-iterators-es6 Consistent, WSK-based styles for all the examples. 2014-09-16 12:58:21 -04:00
computed-properties-es6 Code reformatting for comp.properties 2015-01-28 15:24:18 +00:00
csp-upgrade-insecure-requests Merge pull request #119 from mikewest/patch-1 2015-04-20 14:54:00 -04:00
css-shapes Consistent, WSK-based styles for all the examples. 2014-09-16 12:58:21 -04:00
cut-and-copy Switching to log instead of console.log 2015-04-14 12:52:40 +01:00
decorators-es7/read-write Renames folder to decorators-es7 2015-07-08 13:59:31 +01:00
dialog Consistent, WSK-based styles for all the examples. 2014-09-16 12:58:21 -04:00
encoding-api Consistent, WSK-based styles for all the examples. 2014-09-16 12:58:21 -04:00
extended-object-literals-es6 Spacing in ext obj lit example 2015-03-12 11:30:36 +00:00
extended-unicode-escapes Mentioned String.fromCodePoint() 2015-05-20 16:14:25 -04:00
fetch-api Add fetch API response body stream sample 2015-04-13 14:40:03 -04:00
file-constructor Merge pull request #23 from pwnall/patch-1 2014-10-21 14:01:08 -04:00
generators Fixed a couple of typos, and added explanatory text. 2014-10-03 14:10:25 -04:00
image-rendering-pixelated Opera 26+ stable supports `image-rendering: pixelated` 2015-01-19 15:33:58 +01:00
images Images and some small style changes to bring the placeholder more inline with the WSK basic.html. 2014-08-27 19:35:04 -04:00
lexical-declarations-es6 Address comments 2015-01-08 22:42:26 +00:00
media-hover-pointer typo fix 2015-03-16 12:43:47 +11:00
multi-column-css Multi-column CSS sample 2015-05-20 17:06:57 -04:00
network-information Consistent, WSK-based styles for all the examples. 2014-09-16 12:58:21 -04:00
perf/dom-react-vs-vanilla Adds license for Flickr.js 2015-07-06 11:11:47 +01:00
permissions Remove HTTPS check not related to permissions. 2015-04-23 10:59:21 -07:00
picture-element Consistent, WSK-based styles for all the examples. 2014-09-16 12:58:21 -04:00
placeholder-name Fix minor mistakes in placeholder 2015-04-13 14:39:44 -04:00
push-messaging-and-notifications Fixing up final issues - chrome version and double negation fix 2015-05-18 13:46:47 -07:00
report-validity Added a link and changed some text. 2014-11-18 14:34:26 -05:00
screen-orientation Replace usage of innerText with textContent 2015-02-10 07:48:41 -05:00
service-worker Merge pull request #124 from karolklp/gh-pages 2015-05-08 12:40:42 -04:00
spread-operator Code review 2015-04-15 16:55:36 +01:00
styles Basic Registration Sample 2014-09-09 22:44:12 -04:00
template-literals-es6 Correct typo in index.html 2015-02-22 15:13:29 +00:00
web-animations web-animations demos (for m36+) 2015-01-19 16:11:33 +11:00
web-application-manifest Density is a float, not a string 2015-03-25 16:32:00 -04:00
webaudio-audiocontext-close clarifying comment 2015-04-15 13:45:24 +10:00
webaudio-audionode-disconnect update button on channel state 2015-04-15 13:48:21 +10:00
webaudio-offlinecontext-rendering used setValueAtTime to set audio gain 2015-02-24 08:56:34 +11:00
webaudio-suspend-resume use visibilitychange listener to detect visibility 2015-01-19 11:56:14 +11:00
.gitignore Updates gitignore 2015-07-08 13:31:14 +01:00
LICENSE <dialog> demo and some placeholder templates. 2014-08-05 18:53:30 +01:00
README.md Update README.md 2014-08-08 11:43:47 +01:00

README.md

Google Chrome Samples

Samples tied to new functionality in Google Chrome.

To browse through new and upcoming features in Google Chrome, visit http://www.chromestatus.com/features

Contributing Samples

Please use placeholder-name as a starting point. Make a copy of the directory, and modify the files as per the TODOs.

Please file a pull request against the gh-pages branch with your new sample. It will be reviewed and merged.