FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for javascriptengine - JBT-Android/compose-multiplatform-core · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
JBT-Android
/
compose-multiplatform-core
Public
forked from
JetBrains/compose-multiplatform-core
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
compose-multiplatform-core
javascriptengine
on
jb-main
User selector
Datepicker
Commit history
Commits on May 14, 2024
Replace buildType.all{} references to buildType.configureEach in build.gradle files
Show description for 7244477
omarismail94
committed
7244477
View commit details
Copy full SHA for 7244477
View code at this point
Browse repository at this point
Commits on Feb 28, 2024
Remove usage of @hide javadoc tag in javascriptengine
Show description for 6bee94b
liutikas
committed
6bee94b
View commit details
Copy full SHA for 6bee94b
View code at this point
Browse repository at this point
Commits on Jan 3, 2024
Add comment to build.gradle files
Show description for ee0da74
tiembo
committed
ee0da74
View commit details
Copy full SHA for ee0da74
View code at this point
Browse repository at this point
Commits on Oct 19, 2023
Update JAVASCRIPTENGINE to 1.0.0-beta01
Show description for 43aef65
Abhijith Nair
committed
43aef65
View commit details
Copy full SHA for 43aef65
View code at this point
Browse repository at this point
Commits on Oct 11, 2023
Rename DEFAULT_MAX_HEAP_SIZE to AUTOMATIC_MAX_HEAP_SIZE
Show description for 3c2459b
ashleynewson
committed
3c2459b
View commit details
Copy full SHA for 3c2459b
View code at this point
Browse repository at this point
Commits on Oct 10, 2023
Rename FileDescriptorIoException to DataInputException for Alpha-07
Show description for 898c3b3
Aashna
committed
898c3b3
View commit details
Copy full SHA for 898c3b3
View code at this point
Browse repository at this point
Commits on Oct 9, 2023
Merge "Fix various JSE javadoc documentation bugs" into androidx-main
ashleynewson
authored and
Gerrit Code Review
committed
d43bff2
View commit details
Copy full SHA for d43bff2
View code at this point
Browse repository at this point
Fix wording of JSE heap size limit configuration APIs
Show description for 8bbedb0
ashleynewson
committed
8bbedb0
View commit details
Copy full SHA for 8bbedb0
View code at this point
Browse repository at this point
Fix various JSE javadoc documentation bugs
Show description for 8ee7fc8
ashleynewson
committed
8ee7fc8
View commit details
Copy full SHA for 8ee7fc8
View code at this point
Browse repository at this point
Merge "Restrict non-functional JSE console APIs" into androidx-main
ashleynewson
authored and
Gerrit Code Review
committed
deba29a
View commit details
Copy full SHA for deba29a
View code at this point
Browse repository at this point
Restrict non-functional JSE console APIs
Show description for 1652c98
ashleynewson
committed
1652c98
View commit details
Copy full SHA for 1652c98
View code at this point
Browse repository at this point
Unhide FileDescriptorIoException for Alpha-07
Show description for f14560f
Aashna
committed
f14560f
View commit details
Copy full SHA for f14560f
View code at this point
Browse repository at this point
Commits on Oct 6, 2023
Remove RestrictTo for JSE termination callback APIs
Show description for 559090f
ashleynewson
committed
559090f
View commit details
Copy full SHA for 559090f
View code at this point
Browse repository at this point
Commits on Sep 26, 2023
Remove ":DEV" suffix from flags
Show description for 0e24fdf
Abhijith Nair
committed
0e24fdf
View commit details
Copy full SHA for 0e24fdf
View code at this point
Browse repository at this point
Commits on Sep 25, 2023
Improve exception handling in JavaScriptEngine
Show description for d8504aa
ashleynewson
committed
d8504aa
View commit details
Copy full SHA for d8504aa
View code at this point
Browse repository at this point
Commits on Sep 24, 2023
Add tests for following evaluateJavaScriptAsync APIs:
Show description for 610caf2
Aashna
committed
610caf2
View commit details
Copy full SHA for 610caf2
View code at this point
Browse repository at this point
Commits on Sep 18, 2023
Merge "Distinguish between closed and dead in JavaScriptSandbox" into androidx-main
ashleynewson
authored and
Gerrit Code Review
committed
5fd1748
View commit details
Copy full SHA for 5fd1748
View code at this point
Browse repository at this point
Distinguish between closed and dead in JavaScriptSandbox
Show description for 79616e0
ashleynewson
committed
79616e0
View commit details
Copy full SHA for 79616e0
View code at this point
Browse repository at this point
Commits on Sep 15, 2023
Add support for evaluating JS using AssetFileDescriptors and ParcelFileDescriptors
Show description for c781d60
aashnajena
committed
c781d60
View commit details
Copy full SHA for c781d60
View code at this point
Browse repository at this point
Commits on Sep 5, 2023
Merge "Kill JSE sandbox on isolate heap exhaustion" into androidx-main
ashleynewson
authored and
Gerrit Code Review
committed
793cf6e
View commit details
Copy full SHA for 793cf6e
View code at this point
Browse repository at this point
Merge "Implement service to client notification of isolate termination" into androidx-main
ashleynewson
authored and
Gerrit Code Review
committed
406e5d2
View commit details
Copy full SHA for 406e5d2
View code at this point
Browse repository at this point
Commits on Sep 1, 2023
Kill JSE sandbox on isolate heap exhaustion
Show description for 885d899
ashleynewson
committed
885d899
View commit details
Copy full SHA for 885d899
View code at this point
Browse repository at this point
Implement service to client notification of isolate termination
Show description for a1037f9
ashleynewson
committed
a1037f9
View commit details
Copy full SHA for a1037f9
View code at this point
Browse repository at this point
Commits on Aug 22, 2023
Opt-in Metalava w/ K2 UAST (R1)
Show description for 999075e
jsjeon
committed
999075e
View commit details
Copy full SHA for 999075e
View code at this point
Browse repository at this point
Commits on Jul 5, 2023
Remove public API evaluateJavaScriptAsync(@NonNull byte[] code)
Show description for 46ebbe8
Aashna
committed
46ebbe8
View commit details
Copy full SHA for 46ebbe8
View code at this point
Browse repository at this point
Commits on Jun 30, 2023
Separate stateful logic from JavaScriptIsolate
Show description for b6f6288
Abhijith Nair
committed
b6f6288
View commit details
Copy full SHA for b6f6288
View code at this point
Browse repository at this point
Commits on Jun 9, 2023
Merge "Query service-side features during JSE start-up" into androidx-main
Treehugger Robot
authored and
Gerrit Code Review
committed
d72b047
View commit details
Copy full SHA for d72b047
View code at this point
Browse repository at this point
Query service-side features during JSE start-up
Show description for 0ee303e
ashleynewson
committed
0ee303e
View commit details
Copy full SHA for 0ee303e
View code at this point
Browse repository at this point
Commits on Jun 5, 2023
Merge "Use checked exception in readToString()" into androidx-main
Abhijith Nair
authored and
Gerrit Code Review
committed
542724e
View commit details
Copy full SHA for 542724e
View code at this point
Browse repository at this point
Commits on Jun 2, 2023
Use checked exception in readToString()
Show description for a955823
Abhijith Nair
committed
a955823
View commit details
Copy full SHA for a955823
View code at this point
Browse repository at this point
Configure webview-dependent libraries to use test apk
Show description for 3515c1f
peterbn
committed
3515c1f
View commit details
Copy full SHA for 3515c1f
View code at this point
Browse repository at this point
Commits on May 30, 2023
Remove use of @hide in javascriptengine project
Show description for e8c91cb
liutikas
committed
e8c91cb
View commit details
Copy full SHA for e8c91cb
View code at this point
Browse repository at this point
Commits on May 23, 2023
Remove Ignore annotation on JSE tests
Show description for 95c4798
Abhijith Nair
committed
95c4798
View commit details
Copy full SHA for 95c4798
View code at this point
Browse repository at this point
Commits on May 16, 2023
Opt-in h- thru m-prefixed projects to Suppress Compatibility migration
Show description for 67dd445
alanv
committed
67dd445
View commit details
Copy full SHA for 67dd445
View code at this point
Browse repository at this point
Commits on May 12, 2023
Reorder methods in API files based on metalava update
Show description for 994fc04
juliamcclellan
committed
994fc04
View commit details
Copy full SHA for 994fc04
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL