stew [Wed, 13 Aug 2014 07:11:07 +0000 (11:11 +0400)]
Allow update of weinreId without page refresh (attach to onhashchange).
Patrick Mueller [Mon, 4 Aug 2014 15:27:24 +0000 (11:27 -0400)]
update for release 2.0.0-pre-HYFXM3QM
sgrebnov [Mon, 4 Aug 2014 12:16:52 +0000 (16:16 +0400)]
CB-6991 Weinre fails to load in browsers without a built-in development console
Marcel Kinard [Fri, 30 May 2014 16:15:31 +0000 (12:15 -0400)]
CB-6818 Add license for CONTRIBUTING.md
Marcel Kinard [Wed, 30 Apr 2014 13:47:15 +0000 (09:47 -0400)]
CB-6491 add CONTRIBUTING.md
Patrick Mueller [Wed, 22 May 2013 17:42:32 +0000 (13:42 -0400)]
[CB-3378] - Weinre support for FF and IE10
https://issues.apache.org/jira/browse/CB-3378
Patrick Mueller [Wed, 22 May 2013 15:14:19 +0000 (11:14 -0400)]
add some missed overridden files to front-end
sgrebnov [Thu, 25 Apr 2013 12:26:49 +0000 (16:26 +0400)]
adds support for all browsers
Patrick Mueller [Fri, 3 May 2013 18:02:33 +0000 (14:02 -0400)]
[CB-604] - weinre doesn't work in strict mode
https://issues.apache.org/jira/browse/CB-604
Patrick Mueller [Fri, 3 May 2013 17:03:05 +0000 (13:03 -0400)]
[CB-2650] - Weinre style inspection breaks with normalize.css
https://issues.apache.org/jira/browse/CB-2650
Patrick Mueller [Fri, 3 May 2013 16:19:59 +0000 (12:19 -0400)]
[CB-3319] - Chrome is setting window properties which now breaks Weinre
https://issues.apache.org/jira/browse/CB-3319
removed the code which places the Web Inspector domain interfaces
into properties of window
Patrick Mueller [Fri, 3 May 2013 15:39:08 +0000 (11:39 -0400)]
[CB-3328] - chrome version >= 27 breaks flex-box usage
drive-by fix:
- excise grunt, replace usage with wr
Patrick Mueller [Fri, 30 Nov 2012 18:38:02 +0000 (13:38 -0500)]
[CB-1494] weinre - Supports running server behind a proxy, such as Heroku Cedar
https://issues.apache.org/jira/browse/CB-1494
Easiest thing to do is just neuter the remote address check in
the getChannel() function in the weinre.server/lib/channelManager.coffee
source file.
All this provided before was a simplistic check to make sure the
requests always were coming from the same remote address; for
someone who wanted to cheat, there were ways of cheating, and so
still are. For everyone else, you can now run under proxy servers
transparently.
Patrick Mueller [Fri, 30 Nov 2012 14:19:21 +0000 (09:19 -0500)]
[CB-1800] weinre: remove "incubator" from project
https://issues.apache.org/jira/browse/CB-1800
Mostly doc changes. Also changing name of built archive
Patrick Mueller [Mon, 19 Nov 2012 16:47:27 +0000 (11:47 -0500)]
[CB-1193] update ChangeLog html
sgrebnov [Mon, 19 Nov 2012 13:44:36 +0000 (08:44 -0500)]
[CB-1193] - weinre: add Windows Phone support
https://issues.apache.org/jira/browse/CB-1193
Patch authored by Sergey Grebnov.
Original source from Sergey at:
https://github.com/apache/incubator-cordova-weinre/pull/12
This commit is slightly altered from that pull request:
- weinre.web/client/weinre/hacks.js was removed, since it
was just a eof diff
- weinre.web/demo/weinre-demo.html just had the <!DOCTYPE> fix,
not the change to the license comment
- weinre.web/demo/weinre-demo-min.html just had the <!DOCTYPE> fix,
not the change to the license comment
- weinre.web/demo/weinre-demo-strict.html, not in original commit,
added the <!DOCTYPE> fix
Patrick Mueller [Wed, 31 Oct 2012 16:38:57 +0000 (12:38 -0400)]
[CB-604] starting to add some bits for use strict
Right now, all I have is a new test case that
runs the demo in strict mode. It "fails" if
you trying hitting the "start" button in the
demo, perhaps needing to set on Timeline
monitoring first.
Patrick Mueller [Wed, 31 Oct 2012 13:11:08 +0000 (09:11 -0400)]
[CB-1759] fix up the doc
https://issues.apache.org/jira/browse/CB-1759
Started with a bug requiring a small change, blossomed
into a bit more general cleanup.
Patrick Mueller [Fri, 19 Oct 2012 12:28:45 +0000 (08:28 -0400)]
[CB-1666] wrapper XHR response access in try/catch
see: https://issues.apache.org/jira/browse/CB-1666
Patrick Mueller [Fri, 29 Jun 2012 14:38:30 +0000 (10:38 -0400)]
[CB-984] [weinre] weinre broken with node 0.8
https://issues.apache.org/jira/browse/CB-984
* swapped grunt for wr
* updated pre-req versions (esp express)
* changes for path/fs.existsSync()
* print node version info verbosely at startup
Patrick Mueller [Thu, 14 Jun 2012 14:32:57 +0000 (10:32 -0400)]
[CB-873] [weinre] setTimeout/Interval() problems
weinre.web/modules/weinre/target/Target.coffee
- removed the "error" handler on window, since it
doesn't seem to actually work, and generates
bogus messages at least in the test case
provided.
weinre.web/modules/weinre/target/Timeline.coffee
- change the after- bits of the setTimeout/Interval()
hooks to check that the before- bits ran
- also changed the way contentLength and contentType
are retrieved in the XHR hook to catch DOM errors,
which Chrome recently started throwing
Patrick Mueller [Wed, 25 Apr 2012 15:37:16 +0000 (11:37 -0400)]
[weinre] update README.md to add link to people.apache.org site
Patrick Mueller [Wed, 25 Apr 2012 14:03:59 +0000 (10:03 -0400)]
doc updates
Patrick Mueller [Wed, 25 Apr 2012 13:33:23 +0000 (09:33 -0400)]
updated changelog, wrote changelog generator
Patrick Mueller [Wed, 25 Apr 2012 12:10:16 +0000 (08:10 -0400)]
[CB-540] [weinre] easily navigate to spot in DOM
- Web Inspector has a few behaviors here that weinre didn't,
and so these were added:
- re-expanding to last selected DOM element on reload
- expand to DOM element via the inspect() function
- most significant were WiDOMImpl:pushNodeByPathToFrontEnd
and override in client of DOMNotify:setChildNodes to
ignore calls made to previously set nodes
- a few drive-by clean ups were done
- added the common/Debug class which adds some nice logging
methods for weinre developers
Patrick Mueller [Thu, 19 Apr 2012 12:21:57 +0000 (08:21 -0400)]
[CB-315] generate valid Apache release artifacts names
- additional set of updates related to CB-315
- mainly doc hits
- now packaging for `npm install weinre` convenience
Patrick Mueller [Fri, 30 Mar 2012 13:37:02 +0000 (09:37 -0400)]
[CB-315] [weinre] generate valid Apache release artifact names
- changed the way the archives are built, names, etc
- updated a lot of the docs to reference those changes
- added package.json files back to node_modules pre-reqs.
This was a mistake in my .gitignore, because I want to
exclude the package.json file I build 'live', but the
gitignore rule was keeping the pre-req files from being
stored! This may have eventually caused havoc when you
try to later update the pre-reqs.
Patrick Mueller [Fri, 2 Mar 2012 18:23:08 +0000 (13:23 -0500)]
allow deferred running of body-sensitive code
Patrick Mueller [Fri, 2 Mar 2012 15:25:02 +0000 (10:25 -0500)]
bullet-proof'd modjewel
bug: https://issues.apache.org/jira/browse/CB-293
`require()` and `define()` are no longer globally defined
in modjewel, only the object `modjewel` is globally defined.
Changed references of `define()` to `modjewel.define()`, and
change the initial launching `require()`s in the client and target
to `modjewel.require()`. There were also a couple of 'scripts'
which needed changes to the `modjewel` specific version of `require()`.
Drive-by fix to upgrade modjewel version to 2.0, and found an
old 512x512 weinre icon (from the old mac app's .icns file) to
add in case we need bigger than 128x128
Patrick Mueller [Wed, 29 Feb 2012 18:38:20 +0000 (13:38 -0500)]
re-version as 2.0.0
bug: https://issues.apache.org/jira/browse/CB-288
Just updated the version number of weinre from 1.7.0 to 2.0.0
Patrick Mueller [Wed, 29 Feb 2012 15:57:59 +0000 (10:57 -0500)]
updates to LICENSE
bug: https://issues.apache.org/jira/browse/CB-100
fix issues regarding pre-req licenses for weinre distribution
Fixed LICENSE per comments in the bug.
Also, drive-by fixes for some image cruft in the docs.
Patrick Mueller [Tue, 28 Feb 2012 23:38:30 +0000 (18:38 -0500)]
fix a number of error conditions
bug: https://issues.apache.org/jira/browse/CB-284
invocation exception on WeinreClientEventsImpl.connectionCreated(): \
TypeError: Cannot read property 'url' of undefined
The original problem logged in this issue was just one of the
problems fixed. There were a handful of others. Added
error checking where I could, and where I couldn't, I changed
the logger to not display a warning message (bug in Web Inspector).
Drive-by fixes for:
- changing the sequence number of channels to start at 1 instead
of a random number. Note that the primary reason to use a
random number is to because the server can get confused
when you start/stop but have clients/targets that try to
reconnect with the same channel number. Not a problem at all
in deployment, but a hassle at development time - or used to
be. I'm going to try turning the 'random' off and see how
it goes.
- dump the pid at startup when in verbose mode; making it
easier to run top/dtrace/etc.
Patrick Mueller [Mon, 27 Feb 2012 22:23:14 +0000 (17:23 -0500)]
handle null contentType
fix for https://issues.apache.org/jira/browse/CB-175
error when XHR contentType is null
Also some drive-by fixes for contentLength
Patrick Mueller [Tue, 21 Feb 2012 04:32:03 +0000 (23:32 -0500)]
Merge branch 'master' of https://github.com/fenghaitao/incubator-cordova-weinre into issue-266
Haitao Feng [Tue, 21 Feb 2012 02:10:34 +0000 (10:10 +0800)]
fixed a typo
Patrick Mueller [Fri, 17 Feb 2012 16:44:36 +0000 (11:44 -0500)]
fix https://issues.apache.org/jira/browse/CB-259
create a weinre tarball as a build archive that is npm install-able
Add a tar invocation to the build script.
Also fixed the package.json.template to point to the right location
for the weinre script.
Patrick Mueller [Fri, 17 Feb 2012 15:23:33 +0000 (10:23 -0500)]
fix https://issues.apache.org/jira/browse/CB-257
the README.md in the weinre-node distribution is bogus
For some reason, the node_modules in weinre.server got munged. A fresh
`npm install` got everything fixed up, but apparently auto-updated
formidable. That's not great. Presumably it updated due to a
"use version >= x.y.z" in one of weinre's (recursive) pre-reqs.
Beyond that, did some README.md fix ups.
Also changed the `weinre` command to load coffee-script via an
explicit path; this might not be needed (the package.json file
for coffeescript was munged, but then fixed later).
Patrick Mueller [Wed, 15 Feb 2012 21:39:01 +0000 (16:39 -0500)]
use coffeescript from w.server instead of w.build
Patrick Mueller [Wed, 15 Feb 2012 17:36:49 +0000 (12:36 -0500)]
Apache-ization, port to node.js
Whole lot of changes here:
* convert all files to use Apache license
* port server from Java to JavaScript using node.js
* various cleanups related to both of those issues
relevant issues:
* https://issues.apache.org/jira/browse/CB-10
Apache source headers in callback-weinre
* https://issues.apache.org/jira/browse/CB-83
implement the server in node
* https://issues.apache.org/jira/browse/CB-100
fix issues regarding pre-req licenses for weinre distribution
* https://issues.apache.org/jira/browse/CB-176
add vendor files to weinre instead of pulling in at build time
Patrick Mueller [Mon, 16 Jan 2012 16:12:39 +0000 (11:12 -0500)]
changed all licenses to ASLv2
issue: Apache source headers in callback-weinre
https://issues.apache.org/jira/browse/CB-10
Patrick Mueller [Thu, 1 Dec 2011 20:19:55 +0000 (15:19 -0500)]
project updates for version 1.6.1
Patrick Mueller [Wed, 30 Nov 2011 20:16:50 +0000 (15:16 -0500)]
remove the ExceptionalCallback stuff
bug: removeEventListener broken
https://issues.apache.org/jira/browse/CB-82
Remove the "new" ExceptionalCallback class, calls
to the class, and examples in the demo.
Patrick Mueller [Fri, 28 Oct 2011 20:30:12 +0000 (17:30 -0300)]
updated the link to point to the doc
Patrick Mueller [Fri, 28 Oct 2011 17:45:11 +0000 (13:45 -0400)]
Merge branch 'develop'
Patrick Mueller [Fri, 28 Oct 2011 16:32:09 +0000 (12:32 -0400)]
final changes for 1.6.0
Patrick Mueller [Thu, 27 Oct 2011 17:15:14 +0000 (13:15 -0400)]
updates to the doc
for issue CB-1: https://issues.apache.org/jira/browse/CB-1
Biggest change was removing the test drive, and replacing
with a "User Interface" page. Re-doing all the screen
shots.
Patrick Mueller [Tue, 25 Oct 2011 13:33:38 +0000 (09:33 -0400)]
issue #41 - add support for XHRs on Network Panel
https://github.com/phonegap/weinre/issues/41
Patrick Mueller [Thu, 20 Oct 2011 12:37:33 +0000 (08:37 -0400)]
fixes for issue #10, drive-by removal of scoop
Patrick Mueller [Mon, 17 Oct 2011 13:14:13 +0000 (09:14 -0400)]
fixes for #20
Patrick Mueller [Thu, 13 Oct 2011 18:12:39 +0000 (14:12 -0400)]
fixes for #40
Patrick Mueller [Thu, 13 Oct 2011 14:33:18 +0000 (10:33 -0400)]
fixes for #38
Patrick Mueller [Wed, 12 Oct 2011 17:38:12 +0000 (13:38 -0400)]
closes #37
Patrick Mueller [Wed, 12 Oct 2011 17:21:28 +0000 (13:21 -0400)]
closes #11
Patrick Mueller [Thu, 6 Oct 2011 15:46:00 +0000 (11:46 -0400)]
closes #19
Patrick Mueller [Wed, 5 Oct 2011 18:41:04 +0000 (14:41 -0400)]
closes #35
Patrick Mueller [Sat, 13 Aug 2011 22:56:16 +0000 (15:56 -0700)]
Merge pull request #26 from pmuellr/issue/25
Issue/25
Patrick Mueller [Sat, 13 Aug 2011 22:41:48 +0000 (18:41 -0400)]
closes #25
Patrick Mueller [Fri, 22 Jul 2011 15:13:33 +0000 (11:13 -0400)]
Merge branch 'release/1.5.0' into develop
Patrick Mueller [Fri, 22 Jul 2011 15:12:56 +0000 (11:12 -0400)]
Merge branch 'release/1.5.0'
Patrick Mueller [Fri, 22 Jul 2011 15:12:35 +0000 (11:12 -0400)]
last changes for 1.5.0
Patrick Mueller [Fri, 22 Jul 2011 13:38:46 +0000 (09:38 -0400)]
Merge branch 'develop' into release/1.5.0
Patrick Mueller [Wed, 20 Jul 2011 18:40:03 +0000 (14:40 -0400)]
Merge branch 'issue/16' into develop
Patrick Mueller [Wed, 20 Jul 2011 18:39:43 +0000 (14:39 -0400)]
closes #16
Patrick Mueller [Wed, 20 Jul 2011 18:25:02 +0000 (14:25 -0400)]
Merge branch 'issue/7' into develop
Patrick Mueller [Wed, 20 Jul 2011 18:07:03 +0000 (14:07 -0400)]
sql support basically working
Patrick Mueller [Tue, 19 Jul 2011 22:49:55 +0000 (18:49 -0400)]
Merge branch 'issue/8' into issue/7
Patrick Mueller [Fri, 15 Jul 2011 15:30:11 +0000 (11:30 -0400)]
making a little more headway
Patrick Mueller [Thu, 14 Jul 2011 18:42:29 +0000 (14:42 -0400)]
add some sql to the demo
Patrick Mueller [Thu, 14 Jul 2011 16:25:51 +0000 (12:25 -0400)]
Merge branch 'issue/8' into develop
Patrick Mueller [Thu, 14 Jul 2011 16:24:54 +0000 (12:24 -0400)]
string-ize console message parm. closes #8
Patrick Mueller [Thu, 14 Jul 2011 13:07:48 +0000 (09:07 -0400)]
Merge branch 'issue/12' into develop
Patrick Mueller [Thu, 14 Jul 2011 13:07:07 +0000 (09:07 -0400)]
fixed case of webkit directory name
Patrick Mueller [Mon, 6 Jun 2011 18:37:08 +0000 (11:37 -0700)]
Merge pull request #2 from pmuellr/master
update weinre doc for phonegap org fork
Patrick Mueller [Mon, 6 Jun 2011 18:33:36 +0000 (14:33 -0400)]
Merge branch 'phonegap-org-migration'
Patrick Mueller [Mon, 6 Jun 2011 18:09:22 +0000 (14:09 -0400)]
migrate doc links to phonegap org
- drive-by fix for the apache wink download url
Patrick Mueller [Fri, 3 Jun 2011 18:29:01 +0000 (14:29 -0400)]
Merge branch 'develop'
Patrick Mueller [Fri, 3 Jun 2011 18:28:31 +0000 (14:28 -0400)]
this time, really delete weinre.server.android
Patrick Mueller [Fri, 3 Jun 2011 18:24:11 +0000 (14:24 -0400)]
Merge branch 'develop'
Patrick Mueller [Fri, 3 Jun 2011 18:21:13 +0000 (14:21 -0400)]
removed weinre.server.android bits
Patrick Mueller [Tue, 10 May 2011 05:33:33 +0000 (01:33 -0400)]
more doc tweaks
Patrick Mueller [Mon, 9 May 2011 18:02:37 +0000 (14:02 -0400)]
fix some more doc issues
Patrick Mueller [Mon, 9 May 2011 16:10:34 +0000 (12:10 -0400)]
fixed typo
Patrick Mueller [Mon, 9 May 2011 15:56:48 +0000 (11:56 -0400)]
Merge branch 'release/1.4.0' into develop
Patrick Mueller [Mon, 9 May 2011 15:55:52 +0000 (11:55 -0400)]
Merge branch 'release/1.4.0'
Patrick Mueller [Mon, 9 May 2011 15:52:38 +0000 (11:52 -0400)]
changes for release 1.4.0
Patrick Mueller [Mon, 9 May 2011 13:36:54 +0000 (09:36 -0400)]
Merge branch 'issue/41' into develop
Patrick Mueller [Mon, 9 May 2011 13:34:39 +0000 (09:34 -0400)]
better calc. of object's class name. closes #41
Still not great, but a little better. Primarily testing by
looking at the properties sub-panel list in the Elements panel.
Currently only catches the first nested class name, the rest
all still appear as Object.
Patrick Mueller [Fri, 6 May 2011 18:25:20 +0000 (14:25 -0400)]
Merge branch 'issue/8' into develop
Patrick Mueller [Fri, 6 May 2011 18:23:57 +0000 (14:23 -0400)]
initial set of changes in for extensions
Patrick Mueller [Tue, 3 May 2011 18:42:32 +0000 (14:42 -0400)]
Merge branch 'issue/45a' into develop
Patrick Mueller [Tue, 3 May 2011 18:41:16 +0000 (14:41 -0400)]
added json2.js to the mix; part of issue #45
Patrick Mueller [Tue, 3 May 2011 15:41:01 +0000 (11:41 -0400)]
Merge branch 'issue/52' into develop
Patrick Mueller [Tue, 3 May 2011 15:40:13 +0000 (11:40 -0400)]
works with recent scooj release. closes #52
Patrick Mueller [Tue, 3 May 2011 15:26:19 +0000 (11:26 -0400)]
Merge branch 'issue/50' into develop
Patrick Mueller [Mon, 2 May 2011 18:59:41 +0000 (14:59 -0400)]
add a page to the doc about multi-user
Patrick Mueller [Mon, 2 May 2011 17:30:30 +0000 (13:30 -0400)]
support for client and target to handle multi-user
client and target now accept an "id" after a hash character (#)
in places where URLs are expected, like the primary client URL,
and the URL for the target script you inject. This id will
be used at connection time to scope per-user sessions on a
server that supports multiple users.
Patrick Mueller [Thu, 28 Apr 2011 17:40:58 +0000 (13:40 -0400)]
infrastructure changes for multi-user support
Patrick Mueller [Tue, 5 Apr 2011 13:25:53 +0000 (09:25 -0400)]
Merge branch 'release/1.3.0' into develop
Patrick Mueller [Tue, 5 Apr 2011 13:24:33 +0000 (09:24 -0400)]
Merge branch 'release/1.3.0'
Patrick Mueller [Tue, 5 Apr 2011 13:20:46 +0000 (09:20 -0400)]
changes for release 1.3.0