1. 2df12ca Deprecate obsolete repository by Renato Mangini Dias · 3 years, 9 months ago main master
  2. 1a8ed9b Add utility method to create a DartByteData handle from an existing allocation. by Chinmay Garde · 4 years, 7 months ago
  3. bd27b45 Templatize the TypedData wrapper classes by Matthew Dempsky · 5 years ago
  4. c78c7a8 Fix element length/byte length mismatch in Uint16List ToDart by Jason Simmons · 5 years ago
  5. 2919ef4 Add a Uint16List typed data wrapper by Jason Simmons · 5 years ago
  6. e182f04 Remove stray FXL dependency by Adam Barth · 5 years ago
  7. 02f9d8d Add DartInvoke utility that returns the handle. by Chinmay Garde · 5 years ago
  8. 4634b29 Cleanup unused DartStickyError by Alexander Markov · 5 years ago
  9. 5c9c2b6 Create a Dart List<String> in the converter for vector<string> by Jason Simmons · 6 years ago
  10. 077be25 Support for IsolateMirror.loadUri/kImportTag. by Ryan Macnak · 6 years ago
  11. dd971f4 Update file_loader after Dart API updates by Vyacheslav Egorov · 6 years ago
  12. 187c6d5 Return the result of invoking a Dart closure by Jason Simmons · 6 years ago
  13. a6e3bb7 Add some missing includes by Jason Simmons · 6 years ago
  14. d91fa62 Use tonic::Log for file loader logs by Jason Simmons · 6 years ago
  15. 3c566bc Decode escaped characters in file URLs by Jason Simmons · 6 years ago
  16. 90c9c81 Destruct converted constructor arguments before calling AssociateWithDartWrapper by Jason Simmons · 6 years ago
  17. 6bab0f3 Add missing include that was causing Windows builds breaks. by Chinmay Garde · 6 years ago
  18. 2de0ba7 Provide a way for embedders to install a custom log handler by Jason Simmons · 6 years ago
  19. 87005da [tonic] Fix Fuchsia build by Todd Volkert · 6 years ago
  20. 57d508b [tonic] Import missing include for realpath on Android. by Chinmay Garde · 6 years ago
  21. 81fc7ad [tonic] Remove unused portions of filesystem and ensure Windows builds work. by Chinmay Garde · 6 years ago
  22. af718af Fix the TONIC_CHECK macro to apply when built in release mode by Jason Simmons · 6 years ago
  23. e586d29 Fixes related to the switch to using std::shared_ptr/weak_ptr instead of using FXL pointers by Jason Simmons · 6 years ago
  24. 311cdcc Construct a DartState::Scope from a shared_ptr by Jason Simmons · 6 years ago
  25. 2aa4379 [dart_runner] Allow exit codes from main() by Ian McKellar · 6 years ago
  26. e68d7cf [dart_runner] Properly handle non-error Isolate exit by Zach Anderson · 6 years ago
  27. aa2d4bf [dart] Roll Dart and Flutter Engine. by Ryan Macnak · 6 years ago
  28. b79d2c6 [dart_runner] Stop after unhandled exception and set return code. by Ryan Macnak · 6 years ago
  29. 8be3512 Convert null or invalid Dart strings to empty strings by Jason Simmons · 6 years ago
  30. 3bcac02 Reformat using the Chromium-based style used elsewhere in Fuchsia by Jason Simmons · 6 years ago
  31. 87a0f87 Add a missing include in symlink_posix.cc by Jason Simmons · 6 years ago
  32. 53722f7 Add DartConvertor and DartListFactory specialization for generic smart by Chinmay Garde · 6 years ago
  33. 88c4c20 //topaz/lib/tonic is moving to //third_party/tonic by Chinmay Garde · 6 years ago
  34. 1facca9 //dart is moving to //third_party/dart by P.Y. Laligand · 7 years ago
  35. 1ec9e9f Don't print a spurious error message when exiting by Ian McKellar · 7 years ago
  36. d1a0e4d Add a getter on DartPersistentValue by Ian McKellar · 7 years ago
  37. f839510 Remove the dart_debugger files which are not used anymore. All debugging is done using teh service API, these files were using the deprecated dart debugger API. by Siva Annamalai · 7 years ago
  38. 38c5b3b Move dart_content_handler and tonic to //topaz. by P.Y. Laligand · 7 years ago
  39. 124cc47 Read and pass raw kernel file bytes to Dart. by Alexander Aprelev · 7 years ago
  40. ce1c999 Rename ftl to fxl by George Kulakowski · 7 years ago
  41. 2c8a76e Allow embedders to support application return codes. by Ian McKellar · 7 years ago
  42. fca5322 Update FTL and FIDL paths in gn by Adam Barth · 7 years ago
  43. 67b526c Dart type converter for UTF-16 strings by Jason Simmons · 7 years ago
  44. 7a9263c Support new Dart_kKernelTag that is used for kernel library loading by Alexander Aprelev · 7 years ago
  45. e55f08f Allow DartByteData to be writable. by Ian McKellar · 7 years ago
  46. 2051f98 Add tonic::DartList to wrap Dart Lists. by Ian McKellar · 7 years ago
  47. c090b21 Remove HandleTable, support FromArguments for DartWrappable. by Ian McKellar · 7 years ago
  48. b70f90f When an isolate has an uncaught unwind error, shut it down. by Ian McKellar · 7 years ago
  49. 2e3889f Don't request a stack trace. by Ian McKellar · 7 years ago
  50. b83ab2f Track mx handles per-isolate. by Ian McKellar · 7 years ago
  51. 32e37b1 Support overriding the allocation size reported by DartWrappable subclasses by Jason Simmons · 7 years ago
  52. a8f142e Throw when trying to dereference disposed objects, etc by Hixie · 7 years ago
  53. 5b3d521 Fix iOS build by Adam Barth · 7 years ago
  54. 0243116 Make the microtask queue thread-local by Adam Barth · 7 years ago
  55. 8207523 Adjust GN for removal of libdart. by Ryan Macnak · 7 years ago
  56. bf5ce37 Add PATENTS file by George Kulakowski · 7 years ago
  57. 837a249 Ensure that FileLoader doesn't produce double slashes in paths by Michael Goderbauer · 7 years ago
  58. b1d14c9 Use the new mx::object name by George Kulakowski · 7 years ago
  59. a7d3dd8 Check for an uninitialized package map by Jason Simmons · 7 years ago
  60. 06659ec Store the type of the most recent error from messages and microtasks by Jason Simmons · 7 years ago
  61. b27772b Relative paths to .packages files were handled incorectly. by Ian McKellar · 7 years ago
  62. 4214b35 Support Dart's new kScript tag handler protocol by John McCutchan · 7 years ago
  63. 034f675 Drop mojo support from //lib/tonic by Ian McKellar · 7 years ago
  64. 36142e2 Reload the packages map on reload by John McCutchan · 7 years ago
  65. a6ac564 libmx support for tonic by Ian McKellar · 8 years ago
  66. d171be8 Tweak to file I/O error in file_loader.cc by John McCutchan · 8 years ago
  67. e1d221b Add the ability to Release typed arrays by Adam Barth · 8 years ago
  68. 30df609 Do not set the sticky error or stop processing tasks after an uncaught exception by Jason Simmons · 8 years ago
  69. ba6d0c0 To DartConvertor, add a partial template specialization that handles enum classes. by Chinmay Garde · 8 years ago
  70. 5ca4053 Call Dart_SetPausedOnExit after setting the isolate sticky error by John McCutchan · 8 years ago
  71. fa533d7 Add packages accessor to FileLoader by John McCutchan · 8 years ago
  72. c20972b Add DartStickyError utility class by John McCutchan · 8 years ago
  73. f2cae52 Call Dart_HasStickyError only for an unhandled exception error by Jason Simmons · 8 years ago
  74. 33d2c22 Use FTL_LOG for reporting I/O errors during loading by John McCutchan · 8 years ago
  75. e559b5f Add DartDebugger and move mojo_converter by Adam Barth · 8 years ago
  76. 66fc8a7 Add support for loading scripts by Adam Barth · 8 years ago
  77. eb299a0 Add FileLoader to DartState by Adam Barth · 8 years ago
  78. 8e0776d Track file loading dependencies as uris as well as files by John McCutchan · 8 years ago
  79. 25b9fe6 Call Dart_SetStickyError when the message handler catches an uncaught exception by John McCutchan · 8 years ago
  80. b590c06 Fix issues encounted when porting Flutter by Adam Barth · 8 years ago
  81. 4c73592 Check for file:// URLs in the resolved package path by Jason Simmons · 8 years ago
  82. 325db6a Fix build by Adam Barth · 8 years ago
  83. db82f99 Remove string_converter.{cc,h} by Adam Barth · 8 years ago
  84. 81a7727 Remove unused features of Tonic by Adam Barth · 8 years ago
  85. 18fa4de Reorganize //lib/tonic by Adam Barth · 8 years ago
  86. 3568705 Add a library loader that uses the local file system by Adam Barth · 8 years ago
  87. 754a8d4 Clean up host build by Adam Barth · 8 years ago
  88. 3218595 Import tonic by Adam Barth · 8 years ago
  89. 4cbe3f3 Initial commit by Adam Barth · 8 years ago