Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make workBench live with toollkit #2

Merged
merged 3 commits into from
Oct 10, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions PATENTS
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.