Commit Graph

4055 Commits

Author SHA1 Message Date
Florian Dold
8b855c969d generate coverage stubs for files that are not run 2016-11-14 00:10:55 +01:00
Florian Dold
be5917c97b fix text harness problem caused by restructuring (again) 2016-11-13 23:38:57 +01:00
Florian Dold
8a9d6cb0e6 fix text harness problem caused by restructuring 2016-11-13 23:37:54 +01:00
Florian Dold
f3fb8be7db restructuring 2016-11-13 23:31:17 +01:00
Florian Dold
200d83c388 remove executable flag (how did it get there??) 2016-11-13 21:54:54 +01:00
Florian Dold
18c96ab692 node modules 2016-11-13 21:53:45 +01:00
Florian Dold
9657e01be1 remove unused function 2016-11-13 21:51:45 +01:00
Florian Dold
5b18d6bd19 gitignore 2016-11-13 21:51:32 +01:00
Florian Dold
17d4956bd3 test harness 2016-11-13 21:51:11 +01:00
Florian Dold
1666c2b570 Include both dev and min versions of React 2016-11-13 21:49:28 +01:00
Florian Dold
8f939a0e58 more tests, better reports 2016-11-13 20:29:43 +01:00
Florian Dold
95ad4639a3 don't instrument emscripten output 2016-11-13 19:39:30 +01:00
Florian Dold
095b19aeb4 coverage for browser tests 2016-11-13 18:44:50 +01:00
Florian Dold
f5a1a26368 test output for the browser 2016-11-13 17:37:48 +01:00
Florian Dold
35e7e1f464 fix test harness issue with emscripten 2016-11-13 17:25:36 +01:00
Florian Dold
eb84d5747a fix small react issues 2016-11-13 10:17:39 +01:00
Florian Dold
b2128609ac Finally give in and use React, minor tweeks.
Preact (a minimalistic React alternative) had too many bugs ...
2016-11-13 08:16:52 +01:00
Marcello Stanisci
3f0ee289c4 selenium: fix closing chrome test 2016-11-12 23:44:02 +01:00
Marcello Stanisci
0def1cd3cf selenium: test if chrome is responsive 2016-11-12 23:34:39 +01:00
Marcello Stanisci
3264067ce3 selenium: fixing non-clickable element by sleep(). To be improved. 2016-11-12 13:13:25 +01:00
Marcello Stanisci
6492b6488a selenium: fixing the way (certain) elements are clicked.
Namely, since the lang bar at the bottom has absolute position it overlays on elements
to be clicked; so the window needs to be scrolled a bit further in order to click the
desired elements
2016-11-10 00:11:22 +01:00
Marcello Stanisci
1dd7ae8452 selenium: adding --ext-unpacked option, plus minor fixes on waiting for invisible elements 2016-11-09 18:19:47 +01:00
Marcello Stanisci
078078a231 2016-11-09 13:53:22 +01:00
Marcello Stanisci
49b7c644c0 selenium: fixing up to make_donation. Fail due to 2016-11-08 22:16:50 +01:00
Marcello Stanisci
a4c073bfa4 selenium: correctly picking amount to withdraw 2016-11-08 22:03:00 +01:00
Florian Dold
490bacd2ce tests for crypto API 2016-11-08 17:19:09 +01:00
Florian Dold
25e446e405 improve TAP output 2016-11-08 16:56:58 +01:00
Florian Dold
350367d399 fix inverted condition 2016-11-08 16:55:21 +01:00
Florian Dold
8ab029430c remove logging 2016-11-08 16:53:29 +01:00
Florian Dold
5dfa8d79e1 fixes to test harness 2016-11-08 16:52:03 +01:00
Florian Dold
afb9fba64b Update preact version 2016-11-08 15:19:39 +01:00
Florian Dold
6e5fb04d3f Squashed 'thirdparty/preact/' changes from b2d90cc..ba094e2
ba094e2 Run only local tests for pull requests ()
e9fc3c2 Fix CI build ()
70a5ca3 This adds a link to preact-i18nline. ()
5dffd85 Merge branch 'pr-fix-build-for-windows' of https://github.com/Download/preact
f14edf7 kilobits => kilobytes ()
c193547 Test for 
284e4aa 6.4.0
24eab2f Prevent accidental duplicate recycling of elements when swapping the base element of a component. Fixes .
76c5ef7 fix lint error
8008886 When swapping the base of a composed child component, update its parent's base reference. Fixes .
fd4f21f Add an equality check prior to setting `.nodeValue` on text nodes, since Firefox (and maybe others) don't do this internally by default.  Fixes  - thanks @zbinlin!
1555e2b Add CDNJS version badge in readme ()
79c8bae Disable React Developer Tools integration tests under IE ()
84f4eeb Refactor `linkState()` a bit to drop around 40 bytes. Coincidentally, that's the exact size of the hooks just added for DevTools... 👌
22bbfcb Little tweaks 👯
f8b326e Document how to use the React DevTools with Preact ()
1f4a8eb Correct "preact/devtools" type definitions ()
68f22eb Add React Developer Tools integration ()
2a7a027 Add ref and allow objects in className ()
4a59cca fix readme todomvc link ()
37ca4e0 Fixes build for Windows 
cf93387 6.3.0
ff05818 Make `VNode.children` *always* be an Array, even when there are no children.
9b095f4 Added link to preact-layout ()

git-subtree-dir: thirdparty/preact
git-subtree-split: ba094e27b602cb16aded7dcad95f71e44b7b0476
2016-11-08 15:07:07 +01:00
Florian Dold
b37e7762bb don't withdraw coins that are valid in the future 2016-11-07 14:27:08 +01:00
Florian Dold
358c0ce513 add merchant instance field at the right places 2016-11-03 19:57:08 +01:00
Florian Dold
dd45721bab include pay_deadline in payment request 2016-11-03 19:46:59 +01:00
Florian Dold
4976ba598a check for node version (correctly this time) 2016-11-03 04:15:29 +01:00
Florian Dold
2f57643e2e add new fields to contract 2016-11-03 01:53:53 +01:00
Florian Dold
d1291f6755 node_modules 2016-11-03 01:33:53 +01:00
Florian Dold
d0a0695fb5 test harness for both browser and node 2016-11-03 00:47:22 +01:00
Florian Dold
e9a383ede7 rename to prove-node 2016-11-02 21:18:08 +01:00
Florian Dold
db9177bb17 TAP-based test harness 2016-11-02 21:13:56 +01:00
tg(x)
d76fce8077 manifest: version++ 2016-10-25 17:57:38 +02:00
tg(x)
c7d4e3a6b9 do not include *.po* and duplicate images in build 2016-10-25 17:57:20 +02:00
tg(x)
fd30795847 manifest: author, icons, stable name 2016-10-21 21:28:18 +02:00
tg(x)
ef15d70138 manifest: minimum_opera_version 2016-10-21 17:34:42 +02:00
Florian Dold
de65019ed6 make queries then-able 2016-10-20 01:37:00 +02:00
Florian Dold
9ee0823b7e introduce map for query streams 2016-10-19 23:55:58 +02:00
Florian Dold
9ccc6626ac have refs in d.ts file instead of .ts file 2016-10-19 23:40:45 +02:00
Florian Dold
67e0e02ee0 remove unused source file 2016-10-19 23:40:09 +02:00
Florian Dold
9fbf208aab spacing 2016-10-19 23:27:46 +02:00