Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add gh/gH to open home page | Shin'ya Ueoka | 2018-12-09 | 1 | -9/+27 |
| | |||||
* | Scroll on global mark and handle gone tab | Shin'ya Ueoka | 2018-10-12 | 2 | -5/+9 |
| | |||||
* | Support global marks which select a tab | Shin'ya Ueoka | 2018-10-12 | 3 | -2/+33 |
| | |||||
* | Store x position into marks | Shin'ya Ueoka | 2018-10-11 | 2 | -4/+7 |
| | |||||
* | Rename mode acton and reducer | Shin'ya Ueoka | 2018-10-11 | 1 | -8/+8 |
| | |||||
* | Add mark action and reducer | Shin'ya Ueoka | 2018-10-11 | 2 | -0/+73 |
| | |||||
* | Fix search keywords with colon | Shin'ya Ueoka | 2018-10-08 | 1 | -0/+9 |
| | |||||
* | Fix error on settings | Shin'ya Ueoka | 2018-08-02 | 1 | -1/+1 |
| | |||||
* | Merge pull request #432 from Mange/follow-details-summary | Shin'ya Ueoka | 2018-07-29 | 2 | -2/+12 |
|\ | | | | | Allow following <summary> elements | ||||
| * | Allow following <summary> elements | Magnus Bergmark | 2018-07-16 | 2 | -2/+12 |
| | | |||||
* | | Search keywords on paste | Shin'ya Ueoka | 2018-07-28 | 2 | -26/+30 |
| | | |||||
* | | Fix last tab is undefined | Shin'ya Ueoka | 2018-07-28 | 1 | -0/+5 |
| | | |||||
* | | Deep-copy objects on MemoryStorage and add tests | Shin'ya Ueoka | 2018-07-28 | 1 | -0/+41 |
| | | |||||
* | | Clean old codes | Shin'ya Ueoka | 2018-07-28 | 7 | -187/+2 |
| | | |||||
* | | Implement set-command | Shin'ya Ueoka | 2018-07-27 | 1 | -0/+74 |
| | | |||||
* | | Version as Clean Architecture | Shin'ya Ueoka | 2018-07-22 | 2 | -46/+12 |
| | | |||||
* | | Clean and tests for filters on open command | Shin'ya Ueoka | 2018-07-21 | 1 | -0/+113 |
| | | |||||
* | | Move commands to background/shared | Shin'ya Ueoka | 2018-07-21 | 1 | -1/+1 |
|/ | |||||
* | Move versions to background | Shin'ya Ueoka | 2018-07-11 | 2 | -3/+3 |
| | |||||
* | Clean setting | Shin'ya Ueoka | 2018-07-08 | 1 | -4/+38 |
| | |||||
* | See you my redux | Shin'ya Ueoka | 2018-07-08 | 1 | -110/+0 |
| | |||||
* | Use official redux on content | Shin'ya Ueoka | 2018-07-08 | 2 | -47/+2 |
| | |||||
* | blacklist as an util | Shin'ya Ueoka | 2018-07-08 | 1 | -0/+42 |
| | |||||
* | Use pure redux on console | Shin'ya Ueoka | 2018-07-08 | 1 | -17/+8 |
| | |||||
* | Rewrite tests with async/await | Shin'ya Ueoka | 2018-06-17 | 2 | -53/+27 |
| | |||||
* | add tests | Shin'ya Ueoka | 2018-05-06 | 2 | -0/+35 |
| | |||||
* | Notify when updated | Shin'ya Ueoka | 2018-05-05 | 2 | -0/+94 |
| | |||||
* | mock browser | Shin'ya Ueoka | 2018-05-05 | 1 | -0/+4 |
| | |||||
* | global expect | Shin'ya Ueoka | 2018-05-05 | 32 | -31/+2 |
| | |||||
* | set find keyword from background | Shin'ya Ueoka | 2018-03-07 | 1 | -1/+1 |
| | |||||
* | add global find keyword | Shin'ya Ueoka | 2018-03-07 | 2 | -0/+32 |
| | |||||
* | hide console on <Esc> and <C-{> | Shin'ya Ueoka | 2018-03-04 | 2 | -1/+2 |
| | |||||
* | add hide action for console | Shin'ya Ueoka | 2018-03-04 | 2 | -0/+12 |
| | |||||
* | fix property parser | Shin'ya Ueoka | 2018-01-11 | 1 | -0/+7 |
| | |||||
* | move commands to background action | Shin'ya Ueoka | 2018-01-11 | 2 | -41/+78 |
| | |||||
* | add set property action in background | Shin'ya Ueoka | 2018-01-10 | 1 | -0/+18 |
| | |||||
* | separate setting actions and reducers | Shin'ya Ueoka | 2018-01-08 | 1 | -0/+19 |
| | |||||
* | property parser | Shin'ya Ueoka | 2018-01-08 | 1 | -0/+41 |
| | |||||
* | Add PropertiesForm | Shin'ya Ueoka | 2018-01-05 | 1 | -0/+86 |
| | |||||
* | add property to settings | Shin'ya Ueoka | 2018-01-05 | 1 | -2/+27 |
| | |||||
* | move settings validator | Shin'ya Ueoka | 2018-01-05 | 1 | -1/+1 |
| | |||||
* | Merge pull request #240 from chocolateboy/pagination-tweaks | Shin'ya Ueoka | 2017-11-30 | 1 | -3/+3 |
|\ | | | | | Pagination tweaks and fixes | ||||
| * | pagination tweaks and fixes: | chocolateboy | 2017-11-23 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | - fallback links: - select the last matching link rather than the first - use `innerText` rather than `textContent` - use a single regex for each pattern rather than an array - fix markup typo in test | ||||
* | | remove default form settings | Shin'ya Ueoka | 2017-11-28 | 1 | -1/+3 |
| | | |||||
* | | add KeymapsForm test | Shin'ya Ueoka | 2017-11-26 | 1 | -0/+53 |
| | | |||||
* | | add SearchForm test | Shin'ya Ueoka | 2017-11-26 | 1 | -0/+104 |
| | | |||||
* | | add BlacklistForm test | Shin'ya Ueoka | 2017-11-26 | 1 | -0/+82 |
| | | |||||
* | | add input test | Shin'ya Ueoka | 2017-11-26 | 1 | -0/+83 |
| | | |||||
* | | settings helpers | Shin'ya Ueoka | 2017-11-26 | 1 | -0/+112 |
|/ | |||||
* | improve #linkPrev and #linkNext: | chocolateboy | 2017-11-17 | 1 | -37/+119 |
| | | | | | | - add support for <link> elements - match if there's more than one rel e.g. <a rel="nofollow next">...</a> - more tests |