Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
SabaSoftware
/
JSIL
Public
forked from
iskiselev/JSIL
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
JSIL
Libraries
JSIL.Browser.js
on
XmlReader.ReadElementString
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 8, 2014
Fix host canvas API bugs related to desired width/height
kg
committed
bb25b10
View commit details
Copy full SHA for bb25b10
View code at this point
Browse repository at this point
Commits on Jul 5, 2014
Mitigate a couple small type issues in browser code
kg
committed
b4feea4
View commit details
Copy full SHA for b4feea4
View code at this point
Browse repository at this point
Commits on Feb 10, 2014
Fix infinite loop if initializing readonly storage fails.
kg
committed
e7a4261
View commit details
Copy full SHA for e7a4261
View code at this point
Browse repository at this point
Commits on Oct 25, 2013
Added basic analog stick/button input support for MonoGame's SDL-based GamePad implementation. Dpad and stuff are probably still broken.
kg
committed
55d68f3
View commit details
Copy full SHA for 55d68f3
View code at this point
Browse repository at this point
Commits on Oct 3, 2013
Add basic support for Diagnostics.Trace in browser (issue #272)
kg
committed
ea67d6d
View commit details
Copy full SHA for ea67d6d
View code at this point
Browse repository at this point
Commits on Jul 22, 2013
Implement loading of manifest resource streams.
Show description for 5906bb6
kg
committed
5906bb6
View commit details
Copy full SHA for 5906bb6
View code at this point
Browse repository at this point
Commits on Jun 20, 2013
Make mapping of mouse/touch coordinates compatible with CSS transforms.
Show description for 33d1ea5
kg
committed
33d1ea5
View commit details
Copy full SHA for 33d1ea5
View code at this point
Browse repository at this point
Commits on Mar 16, 2013
Mechanically ensure that one-shot event listeners (like 'load' and 'error') are released after they run since they apparently cause a serious performance penalty in Firefox's cycle collector.
kg
committed
e3dbdf9
View commit details
Copy full SHA for e3dbdf9
View code at this point
Browse repository at this point
Commits on Mar 15, 2013
Tests seem to indicate that most uses of runLater are no longer necessary. Looks like JS engine developers got their act together! :D
Show description for 4ecdf7b
kg
committed
4ecdf7b
View commit details
Copy full SHA for 4ecdf7b
View code at this point
Browse repository at this point
Commits on Mar 14, 2013
Fix an edge case where CanvasService.getCanvas was setting canvas.width and canvas.height to their current values, which was hitting a recent regression in Firefox that caused GC pauses to happen a…
Show description for 3b58b40
kg
committed
3b58b40
View commit details
Copy full SHA for 3b58b40
View code at this point
Browse repository at this point
Commits on Dec 28, 2012
Improve error handling in the loaders
kg
committed
0b280fe
View commit details
Copy full SHA for 0b280fe
View code at this point
Browse repository at this point
Commits on Dec 23, 2012
Add sauce labs test credentials
Show description for f417275
kg
committed
f417275
View commit details
Copy full SHA for f417275
View code at this point
Browse repository at this point
Commits on Nov 28, 2012
Fix JSIL.Browser devouring hotkeys
kg
committed
7bb2be9
View commit details
Copy full SHA for 7bb2be9
View code at this point
Browse repository at this point
Commits on Nov 27, 2012
Never call Array.sort() without an argument because it stringifies its arguments by default.
kg
committed
5fd39c6
View commit details
Copy full SHA for 5fd39c6
View code at this point
Browse repository at this point
Move gamepad support to a service and add it to recordings.
Show description for 6f69f3c
kg
committed
6f69f3c
View commit details
Copy full SHA for 6f69f3c
View code at this point
Browse repository at this point
Commits on Nov 26, 2012
Work around a bug in Opera's DOM
kg
committed
460b501
View commit details
Copy full SHA for 460b501
View code at this point
Browse repository at this point
Make reportPerformance use a service.
Show description for 7e86526
kg
committed
7e86526
View commit details
Copy full SHA for 7e86526
View code at this point
Browse repository at this point
Capture the initial state of localStorage keys used by a game during replay recording.
Show description for d06279b
kg
committed
d06279b
View commit details
Copy full SHA for d06279b
View code at this point
Browse repository at this point
Extract some more global state into services and jsilConfig prefs
kg
committed
78009b9
View commit details
Copy full SHA for 78009b9
View code at this point
Browse repository at this point
Commits on Nov 25, 2012
More replay support bug fixes.
kg
committed
8b06453
View commit details
Copy full SHA for 8b06453
View code at this point
Browse repository at this point
Fix Game.ForceQuit
Show description for 6805560
kg
committed
6805560
View commit details
Copy full SHA for 6805560
View code at this point
Browse repository at this point
Various bug fixes and polish around replay infrastructure.
Show description for 8b5a927
kg
committed
8b5a927
View commit details
Copy full SHA for 8b5a927
View code at this point
Browse repository at this point
Replace some calls to JSIL.Host.getTime with Date.now() so that they don't get recorded by the replay system.
Show description for 435f529
kg
committed
435f529
View commit details
Copy full SHA for 435f529
View code at this point
Browse repository at this point
Move frame scheduling to a service.
kg
committed
fc9b372
View commit details
Copy full SHA for fc9b372
View code at this point
Browse repository at this point
Add support for registering initialization callbacks that get run before the app/game's main function.
kg
committed
20d17ca
View commit details
Copy full SHA for 20d17ca
View code at this point
Browse repository at this point
Fix stdout writes in the browser printing 'undefined'
kg
committed
9bf2346
View commit details
Copy full SHA for 9bf2346
View code at this point
Browse repository at this point
Restore old behavior of not actually throwing when an external method is unimplemented.
Show description for 06b9bfd
kg
committed
06b9bfd
View commit details
Copy full SHA for 06b9bfd
View code at this point
Browse repository at this point
Rename JSIL.Host.error to JSIL.Host.abort.
Show description for 38ed4e2
kg
committed
38ed4e2
View commit details
Copy full SHA for 38ed4e2
View code at this point
Browse repository at this point
Commits on Nov 23, 2012
Restore old behavior of only writing warnings to the console
kg
committed
8129041
View commit details
Copy full SHA for 8129041
View code at this point
Browse repository at this point
Fix JSIL.Host.warning
kg
committed
3f10b00
View commit details
Copy full SHA for 3f10b00
View code at this point
Browse repository at this point
Refactor runLater, logWrite and logWriteLine to use services
kg
committed
d37357a
View commit details
Copy full SHA for d37357a
View code at this point
Browse repository at this point
Commits on Nov 21, 2012
More service refactoring
kg
committed
3edb93b
View commit details
Copy full SHA for 3edb93b
View code at this point
Browse repository at this point
Move mouse and keyboard state into services
kg
committed
0bcc12d
View commit details
Copy full SHA for 0bcc12d
View code at this point
Browse repository at this point
Make getCanvas and createCanvas host functions use a service.
Show description for 41566fd
kg
committed
41566fd
View commit details
Copy full SHA for 41566fd
View code at this point
Browse repository at this point
Commits on Nov 19, 2012
Refactorings and dead code elimination related to JSIL.Host.
Show description for 1737f29
kg
committed
1737f29
View commit details
Copy full SHA for 1737f29
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.