Commit Graph

556 Commits (887051bd8b3e39e7aee70f69b36111b358eb1f4c)

Author SHA1 Message Date
Alex Beregszaszi f981de8e61 Use editor.hasFile instead of storage.exists 8 years ago
Alex Beregszaszi f7008bd6ed Update last reference to storage.editorSize 8 years ago
Alex Beregszaszi b2cfd0245f Don't call chromeCloudSync twice 8 years ago
Alex Beregszaszi a2514915d3 Move Chrome syncing back to app.js 8 years ago
Alex Beregszaszi 0eee795e40 Move storage.editorSize to app.js 8 years ago
Alex Beregszaszi 5d2212c48e Remove the dependency on editor from the compiler 8 years ago
Alex Beregszaszi e6c5d7f7d6 Add helper runCompiler to app 8 years ago
Alex Beregszaszi 0a5dd05b6f Add target contract name to the compiler 8 years ago
Alex Beregszaszi ca0bcc5a55 Move editor.getValue from compiler to app 8 years ago
Alex Beregszaszi 21d78d1a6c Move import processing from the compiler 8 years ago
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