Skip to content

Commit

Permalink
commit all the changes; we are in git not mercurial, doh!
Browse files Browse the repository at this point in the history
  • Loading branch information
azinman committed Apr 12, 2011
1 parent f3c7058 commit 28a528d
Show file tree
Hide file tree
Showing 28 changed files with 30 additions and 2,653 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -11,6 +11,7 @@ build/*
*.pbxuser
*.mode1v3
*.perspectivev3
webkit-plugin-mac/build

# old skool
.svn
Expand All @@ -19,3 +20,5 @@ build/*
.DS_Store
profile

# common extension hard links
safari-extension-mac/DepthJS.safariextension/extension-common
24 changes: 12 additions & 12 deletions safari-extension-mac/DepthJS.safariextension/Info.plist
Expand Up @@ -42,23 +42,23 @@
<dict>
<key>Start</key>
<array>
<string>third_party/jquery-1.4.4.min.js</string>
<string>third_party/underscore-min.js</string>
<string>content_script/root.js</string>
<string>extension-common/third_party/jquery-1.4.4.min.js</string>
<string>extension-common/third_party/underscore-min.js</string>
<string>extension-common/background/root.js</string>
<string>safari.js</string>
<string>content_script/event_link.js</string>
<string>content_script/event_handlers.js</string>
<string>content_script/depthose.js</string>
<string>content_script/panner.js</string>
<string>content_script/selector_box.js</string>
<string>third_party/vfx/zflow/zflow.js</string>
<string>content_script/init.js</string>
<string>extension-common/content_script/event_link.js</string>
<string>extension-common/content_script/event_handlers.js</string>
<string>extension-common/content_script/depthose.js</string>
<string>extension-common/content_script/panner.js</string>
<string>extension-common/content_script/selector_box.js</string>
<string>extension-common/third_party/vfx/zflow/zflow.js</string>
<string>extension-common/content_script/init.js</string>
</array>
</dict>
<key>Stylesheets</key>
<array>
<string>third_party/vfx/zflow/zflow.css</string>
<string>css/selectorBox.css</string>
<string>extension-common/third_party/vfx/zflow/zflow.css</string>
<string>extension-common/css/selectorBox.css</string>
</array>
</dict>
<key>Description</key>
Expand Down
14 changes: 7 additions & 7 deletions safari-extension-mac/DepthJS.safariextension/background.html
@@ -1,11 +1,11 @@
<html><head>
<script src="third_party/jquery-1.4.4.min.js"></script>
<script src="third_party/underscore-min.js"></script>
<script src="background/root.js"></script>
<script src="background/backend.js"></script>
<script src="background/tabs.js"></script>
<script src="background/test.js"></script>
<script src="background/message_routing.js"></script>
<script src="extension-common/third_party/jquery-1.4.4.min.js"></script>
<script src="extension-common/third_party/underscore-min.js"></script>
<script src="extension-common/background/root.js"></script>
<script src="extension-common/background/backend.js"></script>
<script src="extension-common/background/tabs.js"></script>
<script src="extension-common/background/test.js"></script>
<script src="extension-common/background/message_routing.js"></script>
<script src="safari.js"></script>
</head>

Expand Down
184 changes: 0 additions & 184 deletions safari-extension-mac/DepthJS.safariextension/background/backend.js

This file was deleted.

This file was deleted.

80 changes: 0 additions & 80 deletions safari-extension-mac/DepthJS.safariextension/background/root.js

This file was deleted.

0 comments on commit 28a528d

Please sign in to comment.