1. b49251f Fix null reference error for type parameter in createLiteralNode. Under some circumstances, 'type' can be null when called, (perhaps only with '*'/ANY type). by greg-dove · 6 hours ago develop
  2. 31a5480 RoyaleAppSWFTarget: someone forgot to catch ProblemParsingCSSRuntimeException by Josh Tynjala · 4 days ago
  3. 1d6dc65 release notes for recent CSS changes by Josh Tynjala · 10 days ago
  4. 007386b CSS.g: radial, conic, and repeating gradient functions by Josh Tynjala · 10 days ago
  5. 98be294 CSS.g: add support for modern rgb()/rgba() function syntax that has whitespace instead of commas between values, and forward slash / before alpha by Josh Tynjala · 10 days ago
  6. 11eb8bb CSS.g: matrix() and matrix3d() functions strictly require commas by Josh Tynjala · 10 days ago
  7. e5b46ba CSS.g: commas are optional in rgb() and rgba() by Josh Tynjala · 10 days ago
  8. 3f113f0 CSS.g: more CSS transform functions by Josh Tynjala · 10 days ago
  9. d300191 CSSDocument: fix missing lexer problems that were lost in commit 1c9dca4a76ddca724accd1f814aac9d91b64dd62 by Josh Tynjala · 10 days ago
  10. dadb1ee UnexpectedExceptionProblem: displays full stack trace instead of top of stack only by Josh Tynjala · 10 days ago
  11. 2560226 CSS.g: require EOF so that extra invalid content at the end after valid content is not ignored silently by Josh Tynjala · 10 days ago
  12. d23dd16 CSSDocument: if CSSFontFace or CSSNamespace have syntax issues, report them as problems instead of throwing exceptions by Josh Tynjala · 11 days ago
  13. 03c6df8 CSSDocument: parser, lexer, and tree walker can add ICompilerProblem instead of just CSSParserProblem by Josh Tynjala · 11 days ago
  14. 1c9dca4 CSSDocument: if lexer has errors, don't continue to parser, and if parser has errors, don't continue to tree walker by Josh Tynjala · 11 days ago
  15. 411ada8 MXMLStyleNode: fix exception when CSSDocument.parse() returns null by Josh Tynjala · 11 days ago
  16. 107ebb3 CSS.g: fixed crash when EOF is next token after simple selector by Josh Tynjala · 12 days ago
  17. dc081e2 Missing release note by Josh Tynjala · 12 days ago
  18. 79276bf CSSDocument: fix null exception when <fx:Style> contains only comments (closes #1218) by Josh Tynjala · 12 days ago
  19. fc03f3b JSClosureCompilerWrapper: fix compiler crash when attempting to use --remove-circulars=false with a release build by Josh Tynjala · 3 weeks ago
  20. 4a94263 compiler: abstract getters/setters by Josh Tynjala · 5 weeks ago
  21. cb1c4c7 Release Notes by Josh Tynjala · 8 weeks ago
  22. 6700d8b update junit to 4.13.2 to make Dependabot happy by Josh Tynjala · 8 weeks ago
  23. e19f921 update dom4j to 2.1.4 to make Dependabot happy by Josh Tynjala · 8 weeks ago
  24. f330b25 Ant tasks: update ant dependency to 1.10.14 to make Dependabot happy by Josh Tynjala · 8 weeks ago
  25. 769aca7 update Java-WebSocket to version 1.5.6 to make Dependabot happy by Josh Tynjala · 8 weeks ago
  26. 355054c RoyaleProject: collect missing errors from MXMLManifestManager, which indicate if a manifest XML file is invalid or creates an invalid mapping by Josh Tynjala · 8 weeks ago
  27. f01fa8e MXMLModelNode: add problem if it has multiple root tags by Josh Tynjala · 8 weeks ago
  28. f2808fd RPC: arguments/request tags are now parsed the same as <fx:Model> by Josh Tynjala · 8 weeks ago
  29. bab243d MXMLModelPropertyContainerNodeBase: add missing setLocation() for tags by Josh Tynjala · 8 weeks ago
  30. 3f76ef1 RPC: arguments made with duplicate child tags are now treated as arrays by Josh Tynjala · 9 weeks ago
  31. 7af3473 MXMLRoyaleEmitter: fix issue where non-string values in an array could be quoted by Josh Tynjala · 9 weeks ago
  32. ca7fde5 commons-compress: update to 1.26.0 to make Dependabot happy by Josh Tynjala · 9 weeks ago
  33. 48eee88 CSSDocument: add null check for tokenStream by Josh Tynjala · 9 weeks ago
  34. bdcb50c IMXMLStyleNode: getContentStart() to indicate where the CSS text starts within the <fx:Style> tag by Josh Tynjala · 9 weeks ago
  35. 6331da3 CSSDocument: fix start/end/line/column/endLine/endColumn range detection by Josh Tynjala · 9 weeks ago
  36. 2abad7b MXMLStyleNode, CSSNodeBase: fix line/column positions of CSS nodes by Josh Tynjala · 9 weeks ago
  37. 4c536e1 Ant: Java 11 minimum by Josh Tynjala · 3 months ago
  38. 358a9eb Maven: require Java 11 by Josh Tynjala · 3 months ago
  39. d8b873a ASTokenFormatter: avoid null being returned for getTokenText() by Josh Tynjala · 3 months ago
  40. d029edf compiler: some null checks for child node URIs in RPC services by Josh Tynjala · 3 months ago
  41. 5466c9f RemoteObject and WebService nodes consistently check operation/method tags for short name and URI by Josh Tynjala · 3 months ago
  42. 7355acb more fixes for RPC classes (HTTPService, WebService, RemoteObject) request/arguments properties by Josh Tynjala · 3 months ago
  43. 6fe3cae MXMLClassDirectiveProcessor: fix missing handling of compiler.mxml.children-as-data == false that caused WebService and RemoteObject sdk.dependent.tests to fail by Josh Tynjala · 3 months ago
  44. 85d9cc5 MXMLInstanceTagTests: a couple of additional tests, for completeness by Josh Tynjala · 3 months ago
  45. 9356927 compiler: enable more tests for flex rpc services in sdk.dependent.tests by Josh Tynjala · 3 months ago
  46. 79aee65 MXMLHTTPServiceNode, MXMLHTTPServiceRequestPropertyNode: improve broken parsing of <request> tag under <HTTPService> by Josh Tynjala · 3 months ago
  47. be8358e compiler: comment out failing Flex SDK integration tests by Josh Tynjala · 3 months ago
  48. 93fd58d build.xml: fix bad reference to integration.tests.sdk in compiler-jx by Josh Tynjala · 3 months ago
  49. a02178c fix Security Manager is deprecated error on newer Java versions (closes #223) (closes #224) by Josh Tynjala · 3 months ago
  50. 70193eb ABCGeneratingReducer: handle int/uint switch cases where range is so large that it overflows into negative value by Josh Tynjala · 3 months ago
  51. 568791d unused import by Josh Tynjala · 5 months ago
  52. edd4b57 MXMLDataBindingParser: fix using backslash as an escape character for { and } to make the compiler treat them as regular characters instead of binding delimiters (closes #110) by Josh Tynjala · 5 months ago
  53. 5dde356 MXMLRoyaleEmitter: When writing MXML properties to JS, escape all backslash characters by Josh Tynjala · 5 months ago
  54. 38187fa README: fix dead Rhino link by Josh Tynjala · 5 months ago
  55. 4ac2b89 README: improve description by Josh Tynjala · 5 months ago
  56. ee5d40f README: clarify usage of Ant binaries by Josh Tynjala · 5 months ago
  57. 535d0b7 upgrade Guava to 32.0.0-jre for security and add Guava failureaccess dependency that Google split out into separate lib by Josh Tynjala · 5 months ago
  58. b362a44 maven-core 3.8.1 for improved security by Josh Tynjala · 5 months ago
  59. e9b66fe Bump org.codehaus.plexus:plexus-utils in /compiler-build-tools (#229) by dependabot[bot] · 5 months ago
  60. 8c12eb3 remove nonexistent maven-archiver-plugin (closes #149) by Josh Tynjala · 5 months ago
  61. 6e3098c Bump plexus-utils from 3.0.3 to 3.0.16 in /compiler-build-tools (#217) by dependabot[bot] · 5 months ago
  62. 31cc111 linter: somehow, was accidentally using MXMLLinter for .as files and ASLinter for .mxml files (closes #227) by Josh Tynjala · 5 months ago
  63. 6b7f166 AccessorEmitter: extract some more code into smaller methods by Josh Tynjala · 5 months ago
  64. 0ce9c93 JSOutputType: this enum is used only by ASDOCJSC now, so move it there and remove leftover dead code references from other parts of the compiler by Josh Tynjala · 5 months ago
  65. 520f257 ASProjectScope: add missing null check for qnameToShadowedDefinitions by Josh Tynjala · 5 months ago
  66. 79a6171 SWFReader: fix warning when reading SWF that contains EnableTelemetry tag without password by Josh Tynjala · 5 months ago
  67. 2f3f77f DynamicAccessEmitter, IdentifierEmitter: extract some of the branches into separate methods to help readability by Josh Tynjala · 6 months ago
  68. 9f86cdc ClassEmitter, InterfaceEmitter: extract some of the branches into separate methods to help readability by Josh Tynjala · 6 months ago
  69. b3eed13 AccessorEmitter: extract some of the branches into separate methods to help readability by Josh Tynjala · 6 months ago
  70. 694fd16 FieldEmitter, MethodEmitter: extract some of the branches into separate methods to help readability by Josh Tynjala · 6 months ago
  71. 6228202 MemberAccessEmitter: extract some of the branches into separate methods by Josh Tynjala · 6 months ago
  72. c6672a1 Migrate all goog royale dependent tests to jsroyale by Josh Tynjala · 6 months ago
  73. 941c8f3 compiler-jx: remove GoogBackend, JSGoogPublisher, JSGoogEmitter, JSGoogDocEmitter by Josh Tynjala · 6 months ago
  74. 926668c Migrate all goog tests to jsroyale by Josh Tynjala · 6 months ago
  75. c3e5403 remove obsolete AMD backend by Josh Tynjala · 6 months ago
  76. 0617b06 missing license header by Josh Tynjala · 6 months ago
  77. 7c43f5c compiler: Missing warning for duplicate function parameter names by Josh Tynjala · 6 months ago
  78. 4ce1243 Metadata for strict function types by Josh Tynjala · 6 months ago
  79. 9241f0f ASTokenFormatter: fix some issues with unary and arithmetic operators by Josh Tynjala · 7 months ago
  80. a757556 ASTokenFormatter: handle comments before else when not inserting new line by Josh Tynjala · 7 months ago
  81. 17b502a formatter: filter out more warnings by Josh Tynjala · 7 months ago
  82. 328e0de formatter: tests for + as positive operator instead of add by Josh Tynjala · 7 months ago
  83. 5d8d825 formatter: tests for semicolons option by Josh Tynjala · 7 months ago
  84. 1c250eb ASTokenFormatter: fix ignored implicit semicolon becoming null by Josh Tynjala · 7 months ago
  85. 2744006 formatter: insert-new-line-else option by Josh Tynjala · 7 months ago
  86. c02f897 formatter: extra test for function return type and brace placement by Josh Tynjala · 7 months ago
  87. 681bc80 formatter: fix configuration from asformat-config.xml getting overwritten by legacy settings by Josh Tynjala · 7 months ago
  88. fe40d93 ASTokenFormatter: fix formatting issues with comments on same line as control flow that doesn't have curly braces by Josh Tynjala · 8 months ago
  89. 529ff70 ASTokenFormatter: && should be || when checking for comments by Josh Tynjala · 8 months ago
  90. 6944fdc formatter: object literal inside parentheses, and more tests by Josh Tynjala · 8 months ago
  91. 11b9ba9 ASTokenFormatter: add missing handling of config constants gating definitions, like classes, interfaces, fields/properties, or methods by Josh Tynjala · 8 months ago
  92. 415133e formatter: more tests by Josh Tynjala · 8 months ago
  93. 44d760b ASTokenFormatter: fix formatting with config constants like COMPILE:JS by Josh Tynjala · 8 months ago
  94. 3b5e99f ASTokenFormatter: better error message when block stack isn't empty by Josh Tynjala · 8 months ago
  95. fce2847 ASTokenFormatter: fix unicode and ascii escape sequences getting lost when formatting string literals by Josh Tynjala · 8 months ago
  96. f815486 ASTokenFormatter: fix missing indent after empty object literal when collapse-empty-blocks is true by Josh Tynjala · 8 months ago
  97. eb74df9 MXMLEventSpecifierNode: fix null exception when an event is missing = and quotes by Josh Tynjala · 9 months ago
  98. e5a22fb MetadataTokenizer: fix column position of string inside metadata by Josh Tynjala · 9 months ago
  99. 255bb4d formatter: fix stack overflow on some platforms when MXML Script text is beyond a certain length by Josh Tynjala · 9 months ago
  100. ad93aa0 MXMLPropertySpecifierNode: fix null exception when an MXML tag includes multiple initializers and accepts only one by Josh Tynjala · 9 months ago