Commit Graph

663 Commits (e448ded402edb86e35c89306d2e630886fa34f61)

Author SHA1 Message Date
Alex Beregszaszi 0bbbb237ea Standard: use !== and === 9 years ago
Alex Beregszaszi f08850ddfb Require web3 at the correct place (in renderer) 9 years ago
Alex Beregszaszi a3f43f0a51 Define undefined/redefined variables 9 years ago
chriseth 398f3fea66 Fixed import from github. 9 years ago
Dave Hoover 2b9a2bc7b3 Incorporating feedback from @chriseth 9 years ago
Dave Hoover 41df689921 A few more small improvements 9 years ago
Dave Hoover b733030311 Forgot to pull the executionContext into renderer 9 years ago
Dave Hoover fe1bc22117 Extracted renderer code into a child of compiler 9 years ago
Dave Hoover 0a37e6a3fb Pulling some utility calls into editor in order to simplify app.js 9 years ago
Dave Hoover 5474e89cb7 A little more compiler cleanup 9 years ago
Dave Hoover 9c4a31afe0 pulling some widely-used functions/data into app/utils.js 9 years ago
Dave Hoover b57d751da2 Extracted compiler 9 years ago
Dave Hoover fbe522ebc0 Need to provide updateFiles to StorageHandler 9 years ago
Dave Hoover 289cec440f Removing unnecessary Editor constructor argument 9 years ago
Dave Hoover d49162d7af Editor extraction 9 years ago
Dave Hoover 871f31c6f9 Initial refactoring effort: extract methods into modules 9 years ago
Denton Liu 3a84e22164 Cleared session variable when creating new file 9 years ago
Alex Beregszaszi 1eca2fa112 'interface' is a reserved JS keyword 9 years ago
Alex Beregszaszi de1d7edf20 Use semicolons consistently 9 years ago
Dave Hoover 9a273198af Setting web3 provider when web3 context is toggled 9 years ago
Denton Liu 32262127a2 Made untitledCount begin at '' each time 9 years ago
Alex Beregszaszi 4e01bcfbb7 Support import statements where path if './file.sol' 9 years ago
Dave Hoover 0683bb5597 Respecting commented out imports 9 years ago
Dave Hoover 1203af74ce Small optimization 9 years ago
Denton Liu b994ba7b80 Made formatting consistent 9 years ago
Denton Liu b47aa35045 Revert "Corrected whitespace issues" 9 years ago
Denton Liu 6273b6188d Corrected whitespace issues 9 years ago
Denton Liu 22a30c2009 Changed chriseth references to ethereum 9 years ago
Alex Beregszaszi 4172a86c17 Catch JSON parsing errors of the Solidity output 9 years ago
chriseth 810b340c48 Copy files over to another instance. 9 years ago
chriseth ae072b1851 Fix undo problems. 9 years ago
chriseth 76a80a1a55 Use npm for building / dependency management. 9 years ago
Alex Beregszaszi f48306ca6c Move web3.eth.getAccounts into udapp 9 years ago
Alex Beregszaszi f042f2dd3f Remove the two leading tabs on every line 9 years ago
Alex Beregszaszi 7fe095a2a7 Remove DOS newlines 9 years ago
chriseth 85e1717f79 Trigger onChange on session change. 9 years ago
d11e9 e9742449cd fix misnamed var 9 years ago
d11e9 ad43829d31 Fix rebase/conflict error (missing parens) 9 years ago
d11e9 5f1c788841 Correctly catch undefined chrome variable 9 years ago
d11e9 9a380295e1 fix gist loading and publish text 9 years ago
d11e9 b494fe967a remove unused deps and fix newfile scrolling 9 years ago
d11e9 ceab6db2b3 Add optimize, version to query strings and refactor 9 years ago
d11e9 1d1ddcf8b0 remove logs 9 years ago
d11e9 a8a879fa40 scroll to new file 9 years ago
d11e9 27a0938cf6 tidy file tab handers 9 years ago
d11e9 cf7ac73156 fix file tab navigation to allow many files 9 years ago
d11e9 9ed734c358 separate sessions for files, maintains selection and undo stack 9 years ago
d11e9 2206248143 Enable extension to sync files using chrome.storage.sync 9 years ago
chriseth 00b07df940 Move binaries to gh-pages to fix mime type issue. 9 years ago
chriseth e48bbf5c9d Load compiler from different repository. 9 years ago