-
Notifications
You must be signed in to change notification settings - Fork 20.6k
Ajax rewrite #45
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
Closed
Closed
Ajax rewrite #45
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: jaubourg <aubourg.julian@gmail.com>
…gs comment) Signed-off-by: jaubourg <aubourg.julian@gmail.com>
…pe (unit test changed accordingly) Signed-off-by: jaubourg <aubourg.julian@gmail.com>
…no needed anymore) Signed-off-by: jaubourg <aubourg.julian@gmail.com>
Signed-off-by: jaubourg <aubourg.julian@gmail.com>
…wercase Signed-off-by: jaubourg <aubourg.julian@gmail.com>
Signed-off-by: jaubourg <aubourg.julian@gmail.com>
Conflicts: Rakefile src/ajax.js
Signed-off-by: jaubourg <aubourg.julian@gmail.com>
Conflicts: Rakefile Signed-off-by: jaubourg <aubourg.julian@gmail.com>
Signed-off-by: jaubourg <aubourg.julian@gmail.com>
…ot the only one to commit while tired it seems) Signed-off-by: jaubourg <aubourg.julian@gmail.com>
Signed-off-by: jaubourg <aubourg.julian@gmail.com>
Signed-off-by: jaubourg <aubourg.julian@gmail.com>
Signed-off-by: jaubourg <aubourg.julian@gmail.com>
Signed-off-by: jaubourg <aubourg.julian@gmail.com>
Signed-off-by: jaubourg <aubourg.julian@gmail.com>
Conflicts: Rakefile src/manipulation.js
Signed-off-by: jaubourg <aubourg.julian@gmail.com>
Conflicts: build.xml
Signed-off-by: jaubourg <aubourg.julian@gmail.com>
- ajax.bindTransport now uses a function pointer to append instead of a test each loop Signed-off-by: jaubourg <aubourg.julian@gmail.com>
Signed-off-by: jaubourg <aubourg.julian@gmail.com>
Signed-off-by: jaubourg <aubourg.julian@gmail.com>
Conflicts: src/ajax.js
Signed-off-by: jaubourg <aubourg.julian@gmail.com>
Signed-off-by: jaubourg <aubourg.julian@gmail.com>
Signed-off-by: jaubourg <aubourg.julian@gmail.com>
Signed-off-by: jaubourg <aubourg.julian@gmail.com>
… and made it more robust + other minor rewritings. Signed-off-by: jaubourg <aubourg.julian@gmail.com>
… in IE8 and IE9 should support CORS. Signed-off-by: jaubourg <aubourg.julian@gmail.com>
Signed-off-by: jaubourg <aubourg.julian@gmail.com>
This is for ticket #7195. |
…ust have to return a string with the name of the new dataType rather than unshiting into the options object dataTypes property. Signed-off-by: jaubourg <aubourg.julian@gmail.com>
… (IE6 complained).
Conflicts: .gitattributes test/delegatetest.html
… and added the fix to #6060 that was lost in rewriting. Signed-off-by: jaubourg <aubourg.julian@gmail.com>
Signed-off-by: jaubourg <aubourg.julian@gmail.com>
Conflicts: src/ajax.js test/unit/ajax.js
jaubourg you may close this one now :D |
It looks closed to me Oo |
When I was commenting it still showed me the "comment and close" button. But snover closed it shortly thereafter :P |
This pull request was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Revamping of the internals of jQuery.ajax() as a pluggable architecture with more control over data types, late callback binding and complete xhr emulation.
See http://oksoclap.com/6Y26bm1ZsB for more detailed information.
I'm not looking for inclusion right now but rather for code review and general remarks. It's been hell to keep the rewrite up-to-date with all the activity as of late ;)