-
Notifications
You must be signed in to change notification settings - Fork 20.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplification of native method signatures #2047
Comments
Why just |
markelog
added a commit
to markelog/jquery
that referenced
this issue
Mar 8, 2015
* Remove third argument from "addEventListener" * Remove third argument from "removeEventListener" * Remove second argument from "getComputedStyle" Ref jquery#2047
markelog
added a commit
to markelog/jquery
that referenced
this issue
Mar 8, 2015
Support for native methods of the affected code-paths exist in supported browsers, nevertheless, those are risky changes. Ref jquery#2047
markelog
added a commit
to markelog/jquery
that referenced
this issue
Mar 8, 2015
markelog
added a commit
to markelog/jquery
that referenced
this issue
Apr 2, 2015
* Remove third argument from "addEventListener" * Remove third argument from "removeEventListener" * Remove second argument from "getComputedStyle" Ref jquery#2047
markelog
added a commit
to markelog/jquery
that referenced
this issue
Apr 2, 2015
Support for native methods of the affected code-paths exist in supported browsers, nevertheless, those are risky changes. Ref jquery#2047
markelog
added a commit
to markelog/jquery
that referenced
this issue
Apr 2, 2015
markelog
added a commit
to markelog/jquery
that referenced
this issue
Apr 2, 2015
* Remove third argument from "addEventListener" * Remove third argument from "removeEventListener" * Remove second argument from "getComputedStyle" Ref jquerygh-2047
markelog
added a commit
to markelog/jquery
that referenced
this issue
Apr 2, 2015
Support for native methods of the affected code-paths exist in supported browsers, nevertheless, those are risky changes. Ref jquerygh-2047
markelog
added a commit
to markelog/jquery
that referenced
this issue
Apr 2, 2015
markelog
added a commit
to markelog/jquery
that referenced
this issue
Apr 2, 2015
Update for IE9 which fixes the issue was released November 12, 2013 See https://support.microsoft.com/en-us/kb/2905733 Ref trac-5280 Ref jquerygh-2047
markelog
added a commit
to markelog/jquery
that referenced
this issue
Apr 2, 2015
Ref b734666 Ref 65bdfbf Closes jquerygh-2047
markelog
added a commit
to markelog/jquery
that referenced
this issue
Apr 2, 2015
Update for IE9 which fixes the issue was released November 12, 2013 See https://support.microsoft.com/en-us/kb/2905733 Ref trac-5280 Closes jquerygh-2047
markelog
added a commit
to markelog/jquery
that referenced
this issue
Apr 2, 2015
Update for IE9 which fixes the issue was released November 12, 2013 See https://support.microsoft.com/en-us/kb/2905733 Ref trac-5280 Closes jquerygh-2047
markelog
added a commit
to markelog/jquery
that referenced
this issue
Apr 2, 2015
markelog
added a commit
to markelog/jquery
that referenced
this issue
Apr 2, 2015
Update for IE9 which fixes the issue was released November 12, 2013 See https://support.microsoft.com/en-us/kb/2905733 Ref trac-5280 Closes jquerygh-2047
markelog
added a commit
to markelog/jquery
that referenced
this issue
Apr 3, 2015
markelog
added a commit
to markelog/jquery
that referenced
this issue
Apr 3, 2015
Update for IE9 which fixes the issue was released November 12, 2013 See https://support.microsoft.com/en-us/kb/2905733 Ref trac-5280 Closes jquerygh-2047
markelog
added a commit
to markelog/jquery
that referenced
this issue
Apr 3, 2015
* Remove third argument from "addEventListener" * Remove third argument from "removeEventListener" * Remove second argument from "getComputedStyle" Ref jquerygh-2047
markelog
added a commit
to markelog/jquery
that referenced
this issue
Apr 28, 2015
markelog
added a commit
to markelog/jquery
that referenced
this issue
Apr 28, 2015
Update for IE9 which fixes the issue was released November 12, 2013 See https://support.microsoft.com/en-us/kb/2905733 Ref trac-5280 Ref jquerygh-2047
markelog
added a commit
to markelog/jquery
that referenced
this issue
Apr 28, 2015
* Remove third argument from "addEventListener" * Remove third argument from "removeEventListener" * Remove second argument from "getComputedStyle" Ref jquerygh-2047
markelog
added a commit
to markelog/jquery
that referenced
this issue
Apr 28, 2015
markelog
added a commit
that referenced
this issue
May 3, 2015
Remove hack for IE lost connections, update for it was released by Microsoft at November 12, 2013. See https://support.microsoft.com/en-us/kb/2905733 Ref trac-5280 Ref gh-2047 Ref a117dd0
markelog
added a commit
that referenced
this issue
May 3, 2015
markelog
added a commit
that referenced
this issue
May 3, 2015
Remove hack for IE lost connections, update for it was released by Microsoft at November 12, 2013. See https://support.microsoft.com/en-us/kb/2905733 Ref trac-5280 Ref gh-2047
markelog
added a commit
that referenced
this issue
May 3, 2015
* Remove third argument from "addEventListener" * Remove third argument from "removeEventListener" * Remove second argument from "getComputedStyle" Ref gh-2047
markelog
added a commit
that referenced
this issue
Nov 10, 2015
markelog
added a commit
that referenced
this issue
Nov 10, 2015
Remove hack for IE lost connections, update for it was released by Microsoft at November 12, 2013. See https://support.microsoft.com/en-us/kb/2905733 Ref trac-5280 Ref gh-2047
markelog
added a commit
that referenced
this issue
Nov 10, 2015
* Remove third argument from "addEventListener" * Remove third argument from "removeEventListener" * Remove second argument from "getComputedStyle" Ref gh-2047
markelog
added a commit
that referenced
this issue
Nov 10, 2015
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Prime candidates, at the moment, are
addEventListener
third argument formaster
branch and second argument ofgetComputedStyle
for both branches.See #1842 (comment)
The text was updated successfully, but these errors were encountered: