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
Implement async fetching of extenal script sources via interruptible parsing. #5197
Closed
+1,065
−547
Fix page loading double-panic if a request fails.
24161eb
Select commit
37836f3
Start switching net/ to use abstractions over channels to allow intro…
jdm eacc8a9
Completely abstract sending responses over channels vs. listeners.
jdm ef67d27
Make async XMLHttpRequest requests use async network events.
jdm 8ab8c70
Make timeouts for async XHR post a runnable.
jdm 4c1565b
Make the fetch method only handle sync XHRs.
jdm eb34a78
scripttask tmp
jdm c87b7b8
Implement sync XHR by creating and spinning on-demand event loops.
jdm ae37b88
Remove old implementation of XHR's fetch.
jdm af58d56
Create easy common interface for off-thread network listeners, and re…
jdm e97416f
Document async networking interfaces.
jdm 248a203
Warning fixes.
jdm 0215db3
Documentation.
jdm 1752c35
Make external script sources load asynchronously, yet still block fur…
jdm 24161eb
Fix page loading double-panic if a request fails.
jdm
Closed
Implement async fetching of extenal script sources via interruptible parsing. #5197
Fix page loading double-panic if a request fails.
Jan 25, 2015
Jan 25, 2015
Jan 26, 2015
Mar 4, 2015
Mar 4, 2015
Mar 4, 2015
Mar 5, 2015
Mar 5, 2015
Mar 5, 2015
Mar 5, 2015
Mar 5, 2015
Mar 5, 2015
Mar 11, 2015
Mar 11, 2015
24161eb
Select commit
37836f3
Start switching net/ to use abstractions over channels to allow intro…
jdm eacc8a9
Completely abstract sending responses over channels vs. listeners.
jdm ef67d27
Make async XMLHttpRequest requests use async network events.
jdm 8ab8c70
Make timeouts for async XHR post a runnable.
jdm 4c1565b
Make the fetch method only handle sync XHRs.
jdm eb34a78
scripttask tmp
jdm c87b7b8
Implement sync XHR by creating and spinning on-demand event loops.
jdm ae37b88
Remove old implementation of XHR's fetch.
jdm af58d56
Create easy common interface for off-thread network listeners, and re…
jdm e97416f
Document async networking interfaces.
jdm 248a203
Warning fixes.
jdm 0215db3
Documentation.
jdm 1752c35
Make external script sources load asynchronously, yet still block fur…
jdm 24161eb
Fix page loading double-panic if a request fails.
jdm