Skip to content

Commit

Permalink
update for release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuellr committed Mar 2, 2011
1 parent 3107b0a commit 14e77bd
Show file tree
Hide file tree
Showing 9 changed files with 185 additions and 9 deletions.
22 changes: 21 additions & 1 deletion Building.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,25 @@
<title>weinre - Building</title>
<link rel="stylesheet" href="css/main.css" type="text/css">
<script src="scripts/main.js"></script>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-736164-7']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</head>

<body>

<a href="https://github.com/pmuellr/weinre"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://assets0.github.com/img/5d21241b64dc708fcbb701f68f72f41e9f1fadd6?repo=&url=http%3A%2F%2Fs3.amazonaws.com%2Fgithub%2Fribbons%2Fforkme_left_red_aa0000.png&path=" alt="Fork me on GitHub"></a>

<!-- ======================================================================= -->
<h1 class="page-title">weinre - Building</h1>

Expand All @@ -41,7 +57,11 @@ <h1 class="page-title">weinre - Building</h1>
<p>The source repository for weinre is maintained at
<a href="https://github.com/pmuellr/weinre">GitHub</a>.

<p>To build the current version of <span class="weinre">weinre</span>, you need to be using Eclipse.
<p>To build the current version of <span class="weinre">weinre</span>, you will
probably want to use Eclipse. If that's not an option, there is some
experimental support in the main ant build script to compile the Java code
outside of Eclipse. Explore the <tt>build.xml</tt> file to see how that's
done.

<p>At development time, <span class="weinre">weinre</span> consists of 5 Eclipse
projects. See the file <tt>README.md</tt> in the
Expand Down
42 changes: 42 additions & 0 deletions ChangeLog.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,25 @@
<title>weinre - ChangeLog</title>
<link rel="stylesheet" href="css/main.css" type="text/css">
<script src="scripts/main.js"></script>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-736164-7']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</head>

<body>

<a href="https://github.com/pmuellr/weinre"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://assets0.github.com/img/5d21241b64dc708fcbb701f68f72f41e9f1fadd6?repo=&url=http%3A%2F%2Fs3.amazonaws.com%2Fgithub%2Fribbons%2Fforkme_left_red_aa0000.png&path=" alt="Fork me on GitHub"></a>

<!-- ======================================================================= -->
<h1 class="page-title">weinre - ChangeLog</h1>

Expand All @@ -38,6 +54,32 @@ <h1 class="page-title">weinre - ChangeLog</h1>
* Copyright (c) 2011 IBM Corporation
-->

<h2>2011/03/02 - version 1.1.0</h2>
<ul>
<li>added Timeline panel; tracks timers, intervals, XHRs, some other events, and
<tt>console.markTimeline(<i>string</i>)</tt>
<li>now showing matching style rules in Elements panel
<li>no more diagnostic messages in the user's console; they are now written
to the server console
<li>caught up to a more recent version of Web Inspector
<li>refactoring, technical debt paydown
</ul>

<p>issues closed:
<ul>
<li><a href='https://github.com/pmuellr/weinre/issues/10'>issue 10</a> enable Timeline panel, and provide some events
<li><a href='https://github.com/pmuellr/weinre/issues/20'>issue 20</a> catch up to latest Web Inspector code base
<li><a href='https://github.com/pmuellr/weinre/issues/23'>issue 23</a> mac app's web pages can't connect to server
<li><a href='https://github.com/pmuellr/weinre/issues/24'>issue 24</a> weinre server runs slowly on windows
<li><a href='https://github.com/pmuellr/weinre/issues/25'>issue 25</a> pay down technical debt
<li><a href='https://github.com/pmuellr/weinre/issues/28'>issue 28</a> create a standalone Java launch
<li><a href='https://github.com/pmuellr/weinre/issues/29'>issue 29</a> autoconnect does not always work
<li><a href='https://github.com/pmuellr/weinre/issues/30'>issue 30</a> all-json-idls.js is a pig
<li><a href='https://github.com/pmuellr/weinre/issues/31'>issue 31</a> redirect error/warn/info/debug messages from client and target to server
<li><a href='https://github.com/pmuellr/weinre/issues/32'>issue 32</a> monospace font too small everywhere
<li><a href='https://github.com/pmuellr/weinre/issues/33'>issue 33</a> update doc
</ul>

<h2>2011/01/25 - version 1.0.0</h2>
<ul>
<li> Don't display "not implemented" messages. Closes <a href="https://github.com/pmuellr/weinre/issues/1">issue 19</a>.
Expand Down
16 changes: 16 additions & 0 deletions Installing.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,25 @@
<title>weinre - Installing</title>
<link rel="stylesheet" href="css/main.css" type="text/css">
<script src="scripts/main.js"></script>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-736164-7']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</head>

<body>

<a href="https://github.com/pmuellr/weinre"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://assets0.github.com/img/5d21241b64dc708fcbb701f68f72f41e9f1fadd6?repo=&url=http%3A%2F%2Fs3.amazonaws.com%2Fgithub%2Fribbons%2Fforkme_left_red_aa0000.png&path=" alt="Fork me on GitHub"></a>

<!-- ======================================================================= -->
<h1 class="page-title">weinre - Installing</h1>

Expand Down
34 changes: 28 additions & 6 deletions License.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,25 @@
<title>weinre - License</title>
<link rel="stylesheet" href="css/main.css" type="text/css">
<script src="scripts/main.js"></script>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-736164-7']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</head>

<body>

<a href="https://github.com/pmuellr/weinre"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://assets0.github.com/img/5d21241b64dc708fcbb701f68f72f41e9f1fadd6?repo=&url=http%3A%2F%2Fs3.amazonaws.com%2Fgithub%2Fribbons%2Fforkme_left_red_aa0000.png&path=" alt="Fork me on GitHub"></a>

<!-- ======================================================================= -->
<h1 class="page-title">weinre - License</h1>

Expand Down Expand Up @@ -42,21 +58,27 @@ <h1 class="page-title">weinre - License</h1>

<ul class="spaced">

<li>Files from <a href="http://webkit.org/">WebKit build r70098</a>.
<li>Files from <a href="http://webkit.org/">WebKit</a>.
Web Inspector code. Although WebKit in general contains both BSD and
LGPL code, only BSD licensed code is used by weinre.

<li>Files from <a href="http://www.eclipse.org/jetty/">Eclipse Jetty 7.1.6.v20100715</a>.
<li>Files from <a href="http://www.eclipse.org/jetty/">Eclipse Jetty</a>.
HTTP server. License: ASLv2 and EPLv1

<li>Files from <a href="https://github.com/pmuellr/scooj">Scooj</a>.
<li>Files from <a href="http://www.eclipse.org/swt/">Eclipse SWT</a>.
Platform UI toolkit. License: EPLv1

<li>Files from <a href="https://github.com/pmuellr/scooj">scooj</a>.
JavaScript OO wrapper. License: MIT

<li>Files from <a href="http://commons.apache.org/cli/">Apache Commons CLI 1.2</a>.
<li>Files from <a href="https://github.com/pmuellr/modjewel">modjewel</a>.
CommonJS runtime for the browser. License: MIT

<li>Files from <a href="http://commons.apache.org/cli/">Apache Commons CLI</a>.
Command-line parser. License: ASLv2

<li>Files from <a href="http://www.eclipse.org/swt/">Eclipse SWT 3.6</a>.
Platform UI toolkit. License: EPLv1
<li>Files from <a href="http://incubator.apache.org/wink/">Apache Wink</a>.
JSON codecs. License: ASLv2

</ul>

Expand Down
16 changes: 16 additions & 0 deletions Running.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,25 @@
<title>weinre - Running</title>
<link rel="stylesheet" href="css/main.css" type="text/css">
<script src="scripts/main.js"></script>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-736164-7']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</head>

<body>

<a href="https://github.com/pmuellr/weinre"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://assets0.github.com/img/5d21241b64dc708fcbb701f68f72f41e9f1fadd6?repo=&url=http%3A%2F%2Fs3.amazonaws.com%2Fgithub%2Fribbons%2Fforkme_left_red_aa0000.png&path=" alt="Fork me on GitHub"></a>

<!-- ======================================================================= -->
<h1 class="page-title">weinre - Running</h1>

Expand Down
16 changes: 16 additions & 0 deletions Security.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,25 @@
<title>weinre - Security</title>
<link rel="stylesheet" href="css/main.css" type="text/css">
<script src="scripts/main.js"></script>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-736164-7']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</head>

<body>

<a href="https://github.com/pmuellr/weinre"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://assets0.github.com/img/5d21241b64dc708fcbb701f68f72f41e9f1fadd6?repo=&url=http%3A%2F%2Fs3.amazonaws.com%2Fgithub%2Fribbons%2Fforkme_left_red_aa0000.png&path=" alt="Fork me on GitHub"></a>

<!-- ======================================================================= -->
<h1 class="page-title">weinre - Security</h1>

Expand Down
25 changes: 25 additions & 0 deletions TestDrive.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,25 @@
<title>weinre - TestDrive</title>
<link rel="stylesheet" href="css/main.css" type="text/css">
<script src="scripts/main.js"></script>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-736164-7']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</head>

<body>

<a href="https://github.com/pmuellr/weinre"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://assets0.github.com/img/5d21241b64dc708fcbb701f68f72f41e9f1fadd6?repo=&url=http%3A%2F%2Fs3.amazonaws.com%2Fgithub%2Fribbons%2Fforkme_left_red_aa0000.png&path=" alt="Fork me on GitHub"></a>

<!-- ======================================================================= -->
<h1 class="page-title">weinre - TestDrive</h1>

Expand Down Expand Up @@ -43,6 +59,15 @@ <h1 class="page-title">weinre - TestDrive</h1>
this walk through first, then follow along and run <span class="weinre">weinre</span> yourself
to make sure it's installed and running correctly.

<p>You may also want to check out
<a href="http://www.youtube.com/watch?v=gaAI29UkVCc">the movie</a>, which
shows a walk through with the demo page.

<div class="note">
<p>NOTE: The images below are from a slightly older version of weinre and the
demo page, but are close enough.
</div>

<p>After you're done with the
walk through, if you want to learn how to debug your own web pages with
<span class="weinre">weinre</span>,
Expand Down
2 changes: 1 addition & 1 deletion build-info.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
weinre build 1.0.0build-2011-01-25--18-39-51 by Patrick Mueller
weinre build 1.1.0build-2011-03-02--15-06-24 by Patrick Mueller
21 changes: 20 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,25 @@
<title>weinre - Home</title>
<link rel="stylesheet" href="css/main.css" type="text/css">
<script src="scripts/main.js"></script>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-736164-7']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</head>

<body>

<a href="https://github.com/pmuellr/weinre"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://assets0.github.com/img/5d21241b64dc708fcbb701f68f72f41e9f1fadd6?repo=&url=http%3A%2F%2Fs3.amazonaws.com%2Fgithub%2Fribbons%2Fforkme_left_red_aa0000.png&path=" alt="Fork me on GitHub"></a>

<!-- ======================================================================= -->
<h1 class="page-title">weinre - Home</h1>

Expand All @@ -40,7 +56,8 @@ <h1 class="page-title">weinre - Home</h1>
-->

<p><span class="weinre">weinre</span> is <b>We</b>b <b>In</b>spector <b>Re</b>mote.
Pronounced like the word "winery".
Pronounced like the word "winery". Or maybe like the word "weiner". Who knows,
really.

<p>It's a debugger for web pages, like
FireBug (for FireFox)
Expand All @@ -56,6 +73,7 @@ <h1 class="page-title">weinre - Home</h1>
so if you've used Safari's Web Inspector or Chrome's Developer Tools,
<span class="weinre">weinre</span> will be very familiar.

<!--
<div class="note">
<p>NOTE: Please note that <span class="weinre">weinre</span> is still under development and
is not fully operational.
Expand All @@ -68,6 +86,7 @@ <h1 class="page-title">weinre - Home</h1>
</ul>
</div>
-->

<p>Here's what you can do with it:

Expand Down

0 comments on commit 14e77bd

Please sign in to comment.