Skip to content

Commit

Permalink
Merge pull request #2 from sjmiles/master
Browse files Browse the repository at this point in the history
make workBench live with toollkit
  • Loading branch information
Steve Orvell committed Oct 10, 2012
2 parents ba5e8cd + 4491af9 commit 1281934
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 0 deletions.
23 changes: 23 additions & 0 deletions PATENTS
@@ -0,0 +1,23 @@
Additional IP Rights Grant (Patents)

"This implementation" means the copyrightable works distributed by
Google as part of the Toolkitchen project.

Google hereby grants to You a perpetual, worldwide, non-exclusive,
no-charge, royalty-free, irrevocable (except as stated in this section)
patent license to make, have made, use, offer to sell, sell, import,
transfer and otherwise run, modify and propagate the contents of this
implementation of Toolkitchen, where such license applies only to those
patent claims, both currently owned or controlled by Google and acquired
in the future, licensable by Google that are necessarily infringed by
this implementation of Toolkitchen. This grant does not include claims
that would be infringed only as a consequence of further modification of
this implementation. If you or your agent or exclusive licensee
institute or order or agree to the institution of patent litigation
against any entity (including a cross-claim or counterclaim in a
lawsuit) alleging that this implementation of Toolkitchen or any code
incorporated within this implementation of Toolkitchen constitutes
direct or contributory patent infringement, or inducement of patent
infringement, then any patent rights granted to you under this License
for this implementation of Toolkitchen shall terminate as of the date
such litigation is filed.
1 change: 1 addition & 0 deletions src/g-icon.html
Expand Up @@ -7,6 +7,7 @@
<link rel="components" href="g-component.html">
<link rel="stylesheet" href="css/g-icon.css">
<template>
<!-- nodes with id automatically appear in this.$ hash -->
<div id="icon" class="icon" onclick="x('colorize')"></div>
</template>
<script>
Expand Down
5 changes: 5 additions & 0 deletions workbench/README.md
@@ -0,0 +1,5 @@
## Toolkitchensink:Workbench

Contained are (generally) browser-loadable documents that are used for creating/debugging/experimenting with Toolkit components.

These files may serve as tests and/or examples, but those uses are incidental. The intention is to have proper tests and examples in other folders.
16 changes: 16 additions & 0 deletions workbench/icon.html
@@ -0,0 +1,16 @@
<!--
Copyright 2012 The Toolkitchen Authors. All rights reserved.
Use of this source code is governed by a BSD-style
license that can be found in the LICENSE file.
-->
<!DOCTYPE html>
<html>
<head>
<title>Icon</title>
<script src="../polyfills/Components/components-polyfill.js" shimShadow></script>
<link rel="components" href="../toolkit/src/g-icon.html">
</head>
<body>
<g-icon src="images/star_full.svg"></g-icon>
</body>
</html>
22 changes: 22 additions & 0 deletions workbench/images/star_full.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1281934

Please sign in to comment.