Commit Graph

390 Commits (333af5378343eb07f4a85b7e9e272fa0165436da)

Author SHA1 Message Date
Alex Beregszaszi 2ec04665ba Remove index.html from local file url when loading a compiler 8 years ago
Alex Beregszaszi 3181753c04 Remove unused web3 parameter from Renderer 8 years ago
Alex Beregszaszi 038c1d5b56 Use longVersion from solc-bin 8 years ago
yann300 eddcee2f37 use simple warning 8 years ago
yann300 f2067299ef rollback editor save behavior 8 years ago
yann300 24bee1cc25 save at compilation time 8 years ago
yann300 83b60ae480 warning if static analysis report not empty 8 years ago
yann300 cecb2e28ce static analysis: display warning for each report item 8 years ago
yann300 8a599b3345 pass compilerEvent instead of compiler 8 years ago
yann300 6f3c6342c7 add test 8 years ago
yann300 264163403e integrate to app, renderer 8 years ago
Alex Beregszaszi a9da67aa98 Move editor.clearAnnotations from the compiler to app 8 years ago
Alex Beregszaszi 0d532f0090 Save to storage at most every 5 seconds 8 years ago
Alex Beregszaszi 751f109fbf Save file contents periodically 8 years ago
Alex Beregszaszi 2126391e3c Format using standard 8 years ago
Alex Beregszaszi 55bf553df9 Move location code to upstream loadVersion() 8 years ago
Alex Beregszaszi 0297242bb1 buildVersion() is still needed for the version dropdown 8 years ago
Alex Beregszaszi 91c89c9cea Remove release sorting (already done by solc-bin) 8 years ago
Alex Beregszaszi 399481f6d7 Use latestRelease field from list.json 8 years ago
Alex Beregszaszi 94ab5c29c4 Use Javascript strict mode 8 years ago
Alex Beregszaszi 5c92a9cbce Workaround some browsers which don't tell the error when disconnected 8 years ago
Alex Beregszaszi f12928da65 Use only done/fail on getJSON 8 years ago
Alex Beregszaszi 47506b385e Fix loading version offline if getJSON failed 8 years ago
Alex Beregszaszi 50aac904e2 Rename Base64 to base64 because we don't need to instantiate it 8 years ago
Alex Beregszaszi a591fd2060 Move HTTP (and Github API) error handling to app from compiler. 8 years ago
Alex Beregszaszi fc2e5b1432 Remove dead parameter 8 years ago
Alex Beregszaszi 1297bac19a Fix optimize checkbox 8 years ago
Alex Beregszaszi eed3d0ab82 Merge initWithQueryParams 8 years ago
Alex Beregszaszi f96c0d254b Remove instant updates from the url.hash 8 years ago
Alex Beregszaszi f386476393 Support disabling automatic code compilation 8 years ago
Alex Beregszaszi c3e7168891 Move editor.onChange from compiler to app 8 years ago
Alex Beregszaszi 3cea49f6f6 Introduce compile button 8 years ago
Alex Beregszaszi 077075be03 More optimised way to sort in reverse 8 years ago
Alex Beregszaszi 1b8972a972 Use helper buildVersion 8 years ago
Alex Beregszaszi de5b894d8d Sort version dropdown according to semver 8 years ago
Alex Beregszaszi 8d9f1c6d09 Rename latestRelease to selectedVersion 8 years ago
Alex Beregszaszi 091478ec1e Load version list from list.json 8 years ago
Alex Beregszaszi 634ba33f69 Remove obsolete code 8 years ago
Alex Beregszaszi b55d3f054e Use loadingCompiler event for setVersionText (also display if using worker) 8 years ago
Alex Beregszaszi ee483e655c Merge the two compilerLoaded listeners - e.g. don't compile twice after reload 8 years ago
Alex Beregszaszi 608c9c2a2a Do not mix function definition styles 8 years ago
yann300 ed4c94cd1a readd format assembly text 8 years ago
yann300 e7f0512635 delete sourcehightlighter.js 8 years ago
yann300 c33a671148 add sourceHighlighter 8 years ago
Alex Beregszaszi b8b5e2f389 Rename soljson.js to builtin for clarity 8 years ago
Alex Beregszaszi 852c128d9d Merge the two soljsonSources blocks 8 years ago
Alex Beregszaszi 7c2cdc4474 Disable the version selector if there's only one version available 8 years ago
Alex Beregszaszi 31c01f19b3 Reorder the version selector code for clarity 8 years ago
Alex Beregszaszi fa40becc75 Move the version selector code after the compiler was initialised 8 years ago
chriseth f090de6983 Correctly fall back to soljson-latest in the offline case. 8 years ago