[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-10-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 --- Comment #18 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 166155 merged by jenkins-bot: Replace calls to OO.ui.bind( fn, ... ) with fn.bind( ... ) https://gerrit.wikimedia.org/r/166155 -- You are receiving this mail

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-10-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 James Forrester jforres...@wikimedia.org changed: What|Removed |Added Status|PATCH_TO_REVIEW |ASSIGNED

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-10-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 Gerrit Notification Bot gerritad...@wikimedia.org changed: What|Removed |Added Status|ASSIGNED

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-10-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 --- Comment #19 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 167055 had a related patch set uploaded by Alex Monk: Replace calls to ve.bind( fn, ... ) with fn.bind( ... ) https://gerrit.wikimedia.org/r/167055 -- You are

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-10-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 --- Comment #20 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 167055 merged by jenkins-bot: Replace calls to ve.bind( fn, ... ) with fn.bind( ... ) https://gerrit.wikimedia.org/r/167055 -- You are receiving this mail

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-10-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 James Forrester jforres...@wikimedia.org changed: What|Removed |Added Status|PATCH_TO_REVIEW |RESOLVED

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-10-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 James Forrester jforres...@wikimedia.org changed: What|Removed |Added Blocks||72156 --

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-10-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 James Forrester jforres...@wikimedia.org changed: What|Removed |Added Blocks||72156 --

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-10-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 --- Comment #16 from James Forrester jforres...@wikimedia.org --- (In reply to Alex Monk from comment #15) (In reply to Krinkle from comment #14) VisualEditor core, and OOjs UI. Me and Krinkle spoke about this and think it would be a

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-10-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 Gerrit Notification Bot gerritad...@wikimedia.org changed: What|Removed |Added Status|ASSIGNED

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-10-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 --- Comment #17 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 166155 had a related patch set uploaded by Alex Monk: Replace calls to OO.ui.bind( fn, ... ) with fn.bind( ... ) https://gerrit.wikimedia.org/r/166155 -- You

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-07-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 Alex Monk kren...@wikimedia.org changed: What|Removed |Added Status|PATCH_TO_REVIEW |ASSIGNED --- Comment

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 --- Comment #12 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 144840 merged by jenkins-bot: Replace ve.bind( fn, ... ) calls with fn.bind( ... ) https://gerrit.wikimedia.org/r/144840 -- You are receiving this mail

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 --- Comment #13 from Alex Monk kren...@wikimedia.org --- (In reply to Krinkle from comment #7) We now have the polyfill for Function.prototype.bind provided by MediaWiki so this should be easier to do now. Heh. Anyway, is there anything

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 --- Comment #14 from Krinkle krinklem...@gmail.com --- (In reply to Alex Monk from comment #13) (In reply to Krinkle from comment #7) We now have the polyfill for Function.prototype.bind provided by MediaWiki so this should be easier to do

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-07-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 Ed Sanders esand...@wikimedia.org changed: What|Removed |Added CC|

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-07-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 --- Comment #10 from Krinkle krinklem...@gmail.com --- Why? How is this different from the other ES5 methods we've been using already? VisualEditor nor OOjs UI support ES3 engines afaik. MediaWiki itself does, and OOjs core does (for other

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-07-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 --- Comment #11 from Krinkle krinklem...@gmail.com --- (In reply to Krinkle from comment #10) Why? How is this different from the other ES5 methods we've been using already? VisualEditor nor OOjs UI support ES3 engines afaik. MediaWiki

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 --- Comment #8 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 144840 had a related patch set uploaded by Alex Monk: Replace ve.bind( fn, ... ) calls with fn.bind( ... ) https://gerrit.wikimedia.org/r/144840 -- You are

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 Gerrit Notification Bot gerritad...@wikimedia.org changed: What|Removed |Added Status|ASSIGNED

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 --- Comment #7 from Krinkle krinklem...@gmail.com --- We now have the polyfill for Function.prototype.bind provided by MediaWiki so this should be easier to do now. Simply replace all uses of $.proxy(fn..) and ve.bind(fn) in the modules/

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 James Forrester jforres...@wikimedia.org changed: What|Removed |Added Assignee|jforrester+veteambztickets@

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-06-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 James Forrester jforres...@wikimedia.org changed: What|Removed |Added Status|NEW |ASSIGNED --

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-06-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 Tony Thomas 01tonytho...@gmail.com changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 --- Comment #5 from James Forrester jforres...@wikimedia.org --- Ping on this bug again – do you need any support/advice/help? -- You are receiving this mail because: You are on the CC list for the bug.

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 --- Comment #4 from Krinkle krinklem...@gmail.com --- (In reply to James Forrester from comment #1) Tony, are you planning to take on this bug? I plan to. But is there anything like bind() is only present in modern browsers ? Indeed,

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 Tony Thomas 01tonytho...@gmail.com changed: What|Removed |Added CC|

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 James Forrester jforres...@wikimedia.org changed: What|Removed |Added Priority|Unprioritized |Low

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 --- Comment #2 from Tony Thomas 01tonytho...@gmail.com --- (In reply to James Forrester from comment #1) Tony, are you planning to take on this bug? I plan to. But is there anything like bind() is only present in modern browsers ? will

[Bug 62762] VisualEditor: Get rid of $.proxy, use native .bind()

2014-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62762 --- Comment #3 from Roan Kattouw roan.katt...@gmail.com --- We don't use $.proxy() directly in the VE code base, instead we set ve.bind = $.proxy; and use ve.bind(). Yes, this.keyup.bind() exists in modern browsers. It doesn't exist in older