aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-10-29asdfghjkl.js: Remove `let` blockasdfghjkl--fix-block-syntax-errorsTeddy Wing
`let` blocks of the form let (var1 [= value1] [, var2 [= value2]] [, ..., varN [= valueN]]) block; are non-standard, as specified in the following sections of the Mozilla Developer Network page on `let`: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let#Non-standard_let_extensions https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let#let_blocks Removing the `let` block here for forward compatibility. This change also gets rid of the `self` variable created inside the `let` block, using an arrow function instead to obviate the need to save a `this` reference.
2015-10-29asdfghjkl.js: Add brackets to multiline functionTeddy Wing
Fix this error: Sourcing file failed: ${HOME}/.vimperator/plugin/asdfghjkl.js:101: SyntaxError: expected expression, got keyword 'let' That was caused by having a multiline expression in a function without braces. (Discovered on Firefox 41.0.2 on Mac OS X 10.8 with Vimperator 3.10.1.)
2015-10-29Merge pull request #90 from nobita4176/pdfjsjsHEADmasterJagua
Fix PDF.js.js
2015-10-29PDF.js.js: s/content.wrappedJSObject/content.window.wrappedJSObject/nobita4176
2015-10-25Follow the spec change of PDF.jsnobita4176
2015-10-20Merge pull request #88 from yaa/firefox41Jagua
Drop let expression for Firefox 41+ (ldrize_cooperation.js)
2015-10-18Drop let expression for Firefox 41+YAA
2015-10-05add qiita, github searchelzzup
2015-10-04select_configs のテンプレート説明の追加, Qiita の追加elzzup
2015-10-04marker position の汎用化elzzup
2015-10-04url check 作成elzzup
2015-10-04refactor googleselectelzzup
2015-10-04選択移動の修正elzzup
2015-10-04select config の作成elzzup
2015-10-04refactor googleselect var to letelzzup
2015-09-30Merge branch 'unlettter'anekos
2015-09-30Nyapsunlettteranekos
2015-09-30Apaanekos
2015-09-30Unletsanekos
2015-09-29Merge branch 'unlet-unlet-unlet'anekos
2015-09-29unnnnnnnnnnnnnnnnnnnnletanekos
2015-09-29unlet?anekos
2015-09-29unlettttttttttttttttttttttanekos
2015-09-29unletanekos
2015-09-24Dropped let expression for Firefox 41+wlt
2015-09-24Merge pull request #84 from max747/firefox41wlt
rewrite a let statement for firefox41+ (multi_requester.js)
2015-09-23rewrite a let statement for firefox41+max747
2015-09-09Dropped let blocks and let expressionsJagua
2015-09-03Dropped let expression for Firefox 41+Jagua
2015-09-03Dropped let expression for Firefox 41+Jagua
2015-09-01remove twopen.jsJagua
2015-05-31Merge pull request #80 from vimpr/opener/fix-TypeErroranekos
Fix TypeError in opener.js
2015-05-30音量を調節するコマンドを追加ebith
2015-05-30これは良くなかったebith
2015-05-25Fix TypeErrorthinca
TypeError: redeclaration of formal parameter url
2015-05-01revert "play" and "pause".Jagua
2015-04-26chmod -x %anekos
2015-04-26"ril open!" does not markAsReadanekos
2015-04-24Fix: libly.around autoRestoreanekos
2015-04-22add playOrPause command as combining both play and pause.Jagua
2015-04-22add playbackRate command.Jagua
2015-04-20Merge branch 'pr/79'anekos
2015-04-20デコード結果に q= ↵anekos
などが含まると期待しない動作になるのを修正
2015-04-20正規表現パターンを少し厳密にanekos
2015-04-20オリジナルのアクションを使うanekos
2015-04-20末尾の空白を削除anekos
2015-04-20Merge pull request #78 from 2GMon/patch_twittperatoranekos
replace TemplateXML with template.maybeXML for vimperator 3.9
2015-04-06Add google-exopen.jsakameco
2015-03-26replace TemplateXML with template.maybeXML2GMon
2015-03-21Nyapsanekos