Skip to content
Closed
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
86 changes: 86 additions & 0 deletions whatsnew/browsersim/browsersim-news-4.1.0.Alpha2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="../whatsnew.css" />
<title>BrowserSim 4.1.0.Alpha2 What's New</title>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17645367-5']);
_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>
<h1 style="text-align:left">BrowserSim 4.1.0.Alpha2 What's&nbsp;New</h1>

<p align="right">
<a href="../openshift/openshift-news-2.5.0.Alpha2.html">&lt;OpenShift</a>
<a href="../index.html">Main index &gt;</a>
</p>

<table border="0" cellpadding="10" cellspacing="0">
<tr>
<td colspan="2">
<hr />
<h3>BrowserSim</h3>
<hr />
</td>
</tr>
<tr>
<td valign="top" align="left">
<b><p>
New&nbsp;Skins
<p></b>
</td>
<td valign="top">
<p>BrowserSim got iPad and iPad Mini skins.</p>
<p><img src="images/4.1.0.Alpha2/ipad-skins.png" width='675' height='479' alt='New iPad Skins'></p>
<p><small>
Related JIRAs:
<a href="https://issues.jboss.org/browse/JBIDE-13685">JBIDE-13685</a>,
<a href="https://issues.jboss.org/browse/JBIDE-13684">JBIDE-13684</a>,
<a href="https://issues.jboss.org/browse/JBIDE-13416">JBIDE-13416</a>.
</small></p>
</td>
</tr>
<tr>
<td valign="top" align="left">
<b><p>
Screenshots
<p></b>
</td>
<td valign="top">
<p>We added the ability to easily take screenshots of BrowserSim.</p>
<p><img src="images/4.1.0.Alpha2/screenshot.png" width='473' height='720' alt='Screenshot Menu Items'></p>
<p><small>
<a href="https://issues.jboss.org/browse/JBIDE-14038">Related Jira</a>
</small></p>
</td>
</tr>
<tr>
<td valign="top" align="left">
<b><p>
Weinre
<p></b>
</td>
<td valign="top">
<p>Now you can inspect your page's source with <a href='http://people.apache.org/~pmuellr/weinre/docs/latest/Home.html'>Winre</a>.</p>
<p><img src="images/4.1.0.Alpha2/weinre.png" width='832' height='713' alt='Weinre with BrowserSim'></p>
<p><small>
<a href="https://issues.jboss.org/browse/JBIDE-13338">Related Jira</a>
</small></p>
</td>
</tr>
</table>
</body>
</html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions whatsnew/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ <h3>JBoss Tools 4.1 individual new and noteworthy</h3>
<td valign="top">
<p><a href="livereload/livereload-news-1.0.0.Alpha2.html">LiveReload</a></p>
<p><a href="openshift/openshift-news-2.5.0.Alpha2.html">OpenShift</a></p>
<p><a href="browsersim/browsersim-news-4.1.0.Alpha2.html">BrowserSim</a></p>
</td>
</tr>
<tr>
Expand Down