1. 46ebbe8 Remove public API evaluateJavaScriptAsync(@NonNull byte[] code) by Aashna · 1 year, 2 months ago
  2. b6f6288 Separate stateful logic from JavaScriptIsolate by Abhijith Nair · 1 year, 3 months ago
  3. d72b047 Merge "Query service-side features during JSE start-up" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  4. 0ee303e Query service-side features during JSE start-up by Ashley Newson · 1 year, 3 months ago
  5. 542724e Merge "Use checked exception in readToString()" into androidx-main by Abhijith Nair · 1 year, 3 months ago
  6. a955823 Use checked exception in readToString() by Abhijith Nair · 1 year, 5 months ago
  7. 3515c1f Configure webview-dependent libraries to use test apk by Peter Birk Pakkenberg · 1 year, 3 months ago
  8. e8c91cb Remove use of @hide in javascriptengine project by Aurimas Liutikas · 1 year, 3 months ago
  9. 95c4798 Remove Ignore annotation on JSE tests by Abhijith Nair · 1 year, 4 months ago
  10. 67dd445 Opt-in h- thru m-prefixed projects to Suppress Compatibility migration by Alan Viverette · 1 year, 4 months ago
  11. 994fc04 Reorder methods in API files based on metalava update by Julia McClellan · 1 year, 4 months ago
  12. 5f3b712 Merge "Resolve studio-identified JavaScriptEngine code problems" into androidx-main by Ashley Newson · 1 year, 4 months ago
  13. f5b32b1 Clarify lifetime of code argument for evaluateJavaScriptAsync by Ashley Newson · 1 year, 4 months ago
  14. 8bd0423 Resolve studio-identified JavaScriptEngine code problems by Ashley Newson · 1 year, 4 months ago
  15. 1c41957 Merge "Document evaluateJavaScriptAsync requires valid Unicode" into androidx-main by Ashley Newson · 1 year, 4 months ago
  16. 18f7d80 Document evaluateJavaScriptAsync requires valid Unicode by Ashley Newson · 1 year, 4 months ago
  17. 6ed5750 Remove empty AndroidManifest.xml files: for realz this time by Aurimas Liutikas · 1 year, 4 months ago
  18. 0a00776 Merge "Revert "Remove empty AndroidManifest.xml files"" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  19. d1c7a0a Revert "Remove empty AndroidManifest.xml files" by Aurimas Liutikas · 1 year, 4 months ago
  20. bbb1a6f Merge "Remove empty AndroidManifest.xml files" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  21. a66d08b Remove empty AndroidManifest.xml files by Aurimas Liutikas · 1 year, 4 months ago
  22. 5cb268f Merge "Mostly autogenerated suppression of test failures" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  23. 99b2c16 Mostly autogenerated suppression of test failures by Jeff Gaston · 1 year, 4 months ago
  24. dae522b Merge "Document possible OOM behaviors for JSE" into androidx-main by Ashley Newson · 1 year, 4 months ago
  25. a3baa5f Document possible OOM behaviors for JSE by Ashley Newson · 1 year, 4 months ago
  26. bafed9b Merge "Prevent OOM tests running on incompatible JSE services" into androidx-main by Ashley Newson · 1 year, 4 months ago
  27. 14ca476 Prevent OOM tests running on incompatible JSE services by Ashley Newson · 1 year, 4 months ago
  28. a59b879 Clear Binder calling identity on JSE callbacks by Ashley Newson · 1 year, 4 months ago
  29. 5624078 Perform stricter null checking in IPC and public API by Ashley Newson · 1 year, 5 months ago
  30. b557a2a Integrate Stable AIDL plugin with AndroidX plugin by Alan Viverette · 1 year, 7 months ago
  31. b6bbc62 jsengine: Change guava to API dependency by Rupert Ben Wiser · 1 year, 5 months ago
  32. 68e4fa2 Migrate all UnstableAidl violations to Stable AIDL by Alan Viverette · 1 year, 5 months ago
  33. e42ace1 Warn when unstable AIDL files are missing RequiresOptIn markers by Alan Viverette · 1 year, 5 months ago
  34. 7905a13 Add lint check to ban use of @hide annotation by Tiem Song · 1 year, 5 months ago
  35. 0b19a50 Amend API bugs for JavaScriptEngine ConsoleMessage by Ashley Newson · 1 year, 5 months ago
  36. e816f38 Unhide JSE console logging APIs by Ashley Newson · 1 year, 6 months ago
  37. 9d65136 Disable lint bytecode verifier, update baselines by Alan Viverette · 1 year, 6 months ago
  38. 30effa1 Merge "Fix race condition in console tests" into androidx-main by Abhijith Nair · 1 year, 6 months ago
  39. 913378a Fix race condition in console tests by Abhijith Nair · 1 year, 6 months ago
  40. eba79dd Merge "Rename CONSOLE_MESSAGING:DEV flag" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  41. 085e01c Merge "Rename EVALUATE_WITHOUT_TRANSACTION_LIMIT:DEV flag" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  42. 06ce2b7 Workaround for AssetFileDescriptor framework bug by Abhijith Nair · 1 year, 6 months ago
  43. 35da17a Rename CONSOLE_MESSAGING:DEV flag by Abhijith Nair · 1 year, 6 months ago
  44. b657844 Rename EVALUATE_WITHOUT_TRANSACTION_LIMIT:DEV flag by Abhijith Nair · 1 year, 6 months ago
  45. 0c1ccd8 Unhide APIs relevant to removing memory limits. by Abhijith Nair · 1 year, 6 months ago
  46. d7b0c3a Add console support to JavaScriptEngine by Ashley Newson · 1 year, 7 months ago
  47. 92311f1 JS evaluation returns data via pipe and not Binder by Abhijith Nair · 1 year, 6 months ago
  48. 187e9a2 First pass of removing redundant usages of @hide javadoc tag by Aurimas Liutikas · 1 year, 8 months ago
  49. 6e4ecf7 Add a lint check to flag usages of Thread.sleep by Aurimas Liutikas · 1 year, 7 months ago
  50. 7476ca7 JS evaluation sends data via pipe and not Binder by Abhijith Nair · 1 year, 7 months ago
  51. 4080c22 Update OWNERS files by Aurimas Liutikas · 1 year, 7 months ago
  52. f3dcfd6 Fix mCompleter NPE in b/267864650 by Abhijith Nair · 1 year, 7 months ago
  53. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 9 months ago
  54. 3e79358c Contain JavaScriptEngine OOM crashes to the isolate by Ashley Newson · 1 year, 10 months ago
  55. 935e1ad Throw descriptive exception when JS sandbox not supported by Ashley Newson · 2 years ago
  56. 5956b2d Project import generated by Copybara. by JS Sandbox Team · 2 years, 1 month ago
  57. 4ac00ae Copy over javascriptengine changes introduced in Chromium by Ashley Newson · 2 years, 1 month ago
  58. 9ce74d9 Remove org.jetbrains:annotations from dependency by Abhijith Nair · 2 years, 1 month ago
  59. aa77d26 Allow clients to set max heap size of JsIsolate by Abhijith Nair · 2 years, 1 month ago
  60. 5139804 Manually copy library from chromium repository by Abhijith Nair · 2 years, 2 months ago
  61. 07355f5 Initial directory setup for androidx.javascriptengine by Abhijith Nair · 2 years, 2 months ago