aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-11-05 10:25:36 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-11-05 10:25:36 +0900
commit3a83d2f4d5cc296a127dec9920ea774e733ab10b (patch)
tree105b269dca947951a8f4a91fc40fa5e7a5d16828
parent516a701ebb9403b271288349b10bd906a61feee0 (diff)
clean QA
-rw-r--r--QA.md65
1 files changed, 27 insertions, 38 deletions
diff --git a/QA.md b/QA.md
index 798128e..00cdee1 100644
--- a/QA.md
+++ b/QA.md
@@ -32,8 +32,6 @@ The behaviors of the console are tested in [Console section](#consoles).
##### Navigation
-- [ ] <kbd>f</kbd>: start following links
-- [ ] <kbd>F</kbd>: start following links and open in new tab
- [ ] <kbd>H</kbd>, <kbd>L</kbd>: go back and forward in histories
- [ ] <kbd>[</kbd><kbd>[</kbd>, <kbd>]</kbd><kbd>]</kbd>: find prev and next links and open it
- [ ] <kbd>g</kbd><kbd>u</kbd>: go to parent directory
@@ -44,6 +42,19 @@ The behaviors of the console are tested in [Console section](#consoles).
- [ ] <kbd>z</kbd><kbd>i</kbd>, <kbd>z</kbd><kbd>o</kbd>: zoom-in and zoom-out
- [ ] <kbd>z</kbd><kbd>z</kbd>: set zoom level as default
- [ ] <kbd>y</kbd>: yank current URL and show a message
+- [ ] Toggle enabled/disabled of plugin bu <kbd>Shift</kbd>+<kbd>Esc</kbd>
+
+#### Following links
+
+- [ ] <kbd>f</kbd>: start following links
+- [ ] <kbd>F</kbd>: start following links and open in new tab
+- [ ] open link with target='_blank' in new tab by <kbd>f</kbd>
+- [ ] open link with target='_blank' in new tab by <kbd>F</kbd>
+- [ ] Show hints on following on a page containing `<frame>`/`<iframe>`
+- [ ] Show hints only inside viewport of the frame on following on a page containing `<frame>`/`<iframe>`
+- [ ] Show hints only inside top window on following on a page containing `<frame>`/`<iframe>`
+- [ ] Select link and open it in the frame in `<iframe>`/`<frame`> on following by <kbd>f</kbd>
+- [ ] Select link and open it in new tab in `<iframe>`/`<frame`> on following by <kbd>F</kbd>
#### Consoles
@@ -72,6 +83,7 @@ The behaviors of the console are tested in [Console section](#consoles).
#### Completions
+
##### History and search engines
- [ ] `open`: show no completions
@@ -80,6 +92,7 @@ The behaviors of the console are tested in [Console section](#consoles).
- [ ] `open foo bar`: complete history items matched with keywords `foo` and `bar`
- [ ] also `tabopen` and `winopen`
- shortening commands such as `o` are not test in this release
+- [ ] Show competions for `:open`/`:tabopen`/`:buffer` on opning just after closed
##### Buffer command
@@ -94,43 +107,15 @@ The behaviors of the console are tested in [Console section](#consoles).
- [ ] show error on invalid json
- [ ] show error when top-level keys has keys other than `keymaps`, `search`, and `blacklist`
-##### `"keymaps"` section
+###### `"keymaps"` section
- [ ] show error on unknown operation name in `"keymaps"`
-##### `"search"` section
+###### `"search"` section
- validations in `"search"` section are not tested in this release
-##### Updating
-
-- [ ] changes are updated on textarea blure when no errors
-- [ ] changes are not updated on textarea blure when errors occurs
-- [ ] keymap settings are applied to open tabs without reload
-- [ ] search settings are applied to open tabs without reload
-
-#### Events are fired on Slack and Twitter (#54)
-
-- [ ] Fucus text box on Twitter or Slack, press <kbd>j</kbd>, then <kbd>j</kbd> is typed in the box
-- [ ] Focus the text box on Twitter or Slack on following mode
-
-#### Multi frame support (#61)
-
-- [ ] Show hints on following on a page containing `<frame>`/`<iframe>`
-- [ ] Show hints only inside viewport of the frame on following on a page containing `<frame>`/`<iframe>`
-- [ ] Show hints only inside top window on following on a page containing `<frame>`/`<iframe>`
-- [ ] Select link and open it in the frame in `<iframe>`/`<frame`> on following by <kbd>f</kbd>
-- [ ] Select link and open it in new tab in `<iframe>`/`<frame`> on following by <kbd>F</kbd>
-
-#### Empty suggestion (#65)
-
-- [ ] Show competions for `:open`/`:tabopen`/`:buffer` on console after closed
-
-#### Disable add-on temporary (#86)
-
-- [ ] Toggle enabled/disabled of plugin bu <kbd>Shift</kbd>+<kbd>Esc</kbd>
-
-#### URL blacklist (#90)
+##### `"blacklist"` section
- [ ] `github.com/a` blocks `github.com/a`, and not blocks `github.com/aa`
- [ ] `github.com/a*` blocks both `github.com/a` and `github.com/aa`
@@ -138,11 +123,15 @@ The behaviors of the console are tested in [Console section](#consoles).
- [ ] `github.com` blocks both `github.com/` and `github.com/a`
- [ ] `*.github.com` blocks `gist.github.com/`, and not `github.com`
-#### Improve for aberration pages (#93)
+##### Updating
-- [ ] able to scroll on Gmail and Slack
+- [ ] changes are updated on textarea blure when no errors
+- [ ] changes are not updated on textarea blure when errors occurs
+- [ ] keymap settings are applied to open tabs without reload
+- [ ] search settings are applied to open tabs without reload
-#### Link with target='_blank' link (#94)
+#### For certain sites
-- [ ] open link with target='_blank' in new tab by <kbd>f</kbd>
-- [ ] open link with target='_blank' in new tab by <kbd>F</kbd>
+- [ ] able to scroll on Gmail and Slack
+- [ ] Fucus text box on Twitter or Slack, press <kbd>j</kbd>, then <kbd>j</kbd> is typed in the box
+- [ ] Focus the text box on Twitter or Slack on following mode