14 Commits (283134b5bc67925b0a61feaeb35eca737c26170b)

Author SHA1 Message Date
  Maxime Mériouma-Caron 283134b5bc Cleanup 8 years ago
  Manolo Carrasco cbacf2f217 Running maven java-formatter plugin to all sources 9 years ago
  Manolo Carrasco 8d6aa20dd0 Removing checkstyle errors 9 years ago
  Manolo Carrasco 791e62c0ad Organize imports, remove empty lines 9 years ago
  Manolo Carrasco 6c935cf926 Removing trailing spaces 9 years ago
  Manolo Carrasco d3eaed4b7f Remove duplicated empty lines, remove CR, add NL at the end 9 years ago
  Manuel Carrasco Moñino f6c38c9914 Callbacks should not to reset the memory object when calling disabled. Fix a bug preventing calling a resolved promise in a nested function. 10 years ago
  Manuel Carrasco Moñino 96a0377cab Fix a NPE in certain callback cases. Add a couple of useful and predefined functions. 11 years ago
  Manuel Carrasco Moñino cc4aa49b0b Fix NPE 11 years ago
  Manuel Carrasco Moñino 272e36a69d Change some browser dependencies so as we can use Deferred and Callbacks in JVM, added Jre tests for this stuff 11 years ago
  Manuel Carrasco Moñino 35724b4845 Naming int idexes, and adding a couple of comments to inner function to understand better the code 11 years ago
  Manuel Carrasco Moñino 6eb702a3b7 Fix pipelined promises when the function returned promised was rejected 11 years ago
  Manuel Carrasco Moñino 0e1b3ac267 Re-write Promise.then since it must return a new promise instead of itself 11 years ago
  Manuel Carrasco Moñino 34fe13bb06 Extract helper classes from the Deferred class, so as we dont get compilation errors if the project does not depend on RequestFactory. Move all Deferred stuff so its own namespace 11 years ago
  Manuel Carrasco Moñino 829563b709 Fix NPE 11 years ago
  Manuel Carrasco Moñino 8c21bad7c1 Create an interface for deferred. Create a utility abtract Promise to facilitate promise creation. Fix a NPE in callbacks 11 years ago
  Manuel Carrasco Moñino f5c751db24 Implementation of prop methods so as we can read any property from any JSO and not only boolean. The implementation uses java generics. Updated to gwt 2.5.1 11 years ago
  Manuel Carrasco Moñino 02a7de8983 Implementation of Deferred.when. Some changes and deprecations in Function (need discussion). All Ajax methods now returns a Deferred 11 years ago
  Manuel Carrasco Moñino 42f082a144 First implementation of Deferred and Promises. Ajax tests work. then implementation is not ok. Needs tests 11 years ago
  Manuel Carrasco Moñino 7bd17cc570 Dont add more callbacks when disabled 11 years ago
  Manuel Carrasco Moñino b53d0bf7af Test callbacks disable method 11 years ago
  Manuel Carrasco Moñino 21ebc50445 memory elements should be fired after adding new elements, and memory should be reset when a new fire comes. More tests 11 years ago
  Manuel Carrasco Moñino e7949180eb First step towards supporting Deferred: implementing Callbacks collections 11 years ago