aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
...
* making reject and resolve helper classes public, so as they work in very ↵Manuel Carrasco Moñino2013-04-241-0/+28
| | | | nested function when running in dev-mode. Make these functions available in the FunctionPromise class as well.
* clean testManuel Carrasco Moñino2013-04-121-11/+1
|
* Adding a new utility class to easily use pipelining. Add a isPending method ↵Manuel Carrasco Moñino2013-04-121-19/+55
| | | | to promises
* Deprecate gwtquery JsRegexp implementation in favor of gwt RegExp which does ↵Manuel Carrasco Moñino2013-04-105-4/+237
| | | | exactly the same in client side, and works in jvm as well. Remove some imports
* Change some browser dependencies so as we can use Deferred and Callbacks in ↵Manuel Carrasco Moñino2013-04-102-177/+2
| | | | JVM, added Jre tests for this stuff
* Fix pipelined promises when the function returned promised was rejectedManuel Carrasco Moñino2013-04-061-0/+41
|
* Resolve referred with plain objects. Pass the same parameters to "done" ↵Manuel Carrasco Moñino2013-04-031-1/+25
| | | | functions than jquery does. More testing
* Implement promises for QueuePlugin (valid for GQuery and Effects). Fix delay ↵Manuel Carrasco Moñino2013-04-021-1/+140
| | | | method in QueuePlugin which was executing functions twice, and fix dequeue as well. Added tests
* Fix Deferred.Promise.then() since it should pipeline Promises returned by ↵Manuel Carrasco Moñino2013-03-232-127/+144
| | | | filter functions. More tests
* Re-write Promise.then since it must return a new promise instead of itselfManuel Carrasco Moñino2013-03-182-2/+43
|
* Extract helper classes from the Deferred class, so as we dont get ↵Manuel Carrasco Moñino2013-03-181-3/+3
| | | | compilation errors if the project does not depend on RequestFactory. Move all Deferred stuff so its own namespace
* Test nested promisesManuel Carrasco Moñino2013-03-171-0/+47
|
* Merge latest changes in gquery-1.3.2Manuel Carrasco Moñino2013-03-152-7/+42
|\
| * Remove commentManuel Carrasco Moñino2013-03-141-1/+0
| |
| * Implementation of prop methods so as we can read any property from any JSO ↵Manuel Carrasco Moñino2013-03-142-7/+43
| | | | | | | | and not only boolean. The implementation uses java generics. Updated to gwt 2.5.1
* | use getArgumentManuel Carrasco Moñino2013-03-151-1/+1
| |
* | Use getArgument in the testManuel Carrasco Moñino2013-03-151-64/+60
| |
* | Add a couple of missing methodsManuel Carrasco Moñino2013-03-151-5/+4
| |
* | Create an interface for deferred. Create a utility abtract Promise to ↵Manuel Carrasco Moñino2013-03-151-0/+35
| | | | | | | | facilitate promise creation. Fix a NPE in callbacks
* | Implementation of Deferred.when. Some changes and deprecations in Function ↵Manuel Carrasco Moñino2013-03-041-0/+39
| | | | | | | | (need discussion). All Ajax methods now returns a Deferred
* | First implementation of Deferred and Promises. Ajax tests work. then ↵Manuel Carrasco Moñino2013-03-032-7/+7
|/ | | | implementation is not ok. Needs tests
* Test callbacks disable methodManuel Carrasco Moñino2013-02-271-0/+4
|
* memory elements should be fired after adding new elements, and memory should ↵Manuel Carrasco Moñino2013-02-271-5/+12
| | | | be reset when a new fire comes. More tests
* First step towards supporting Deferred: implementing Callbacks collectionsManuel Carrasco Moñino2013-02-222-0/+135
|
* Fix edge case when properties string ends with comaManuel Carrasco Moñino2013-02-221-1/+1
|
* Remove unused importManuel Carrasco Moñino2013-02-081-1/+0
|
* Adding a utility function to call external functions from gwt without ↵Manuel Carrasco Moñino2013-02-081-0/+10
| | | | writing jsni
* Allow arbitrary string as parameter when adding new elements to dom. Fixes ↵Manuel Carrasco Moñino2013-02-081-0/+9
| | | | issue 128
* Remove attribute after the property is set to null. Fixes issue 165Manuel Carrasco Moñino2013-02-071-0/+12
|
* Merge pull request #4 from gwtquery/jd_offsetJulien Dramaix2013-01-211-0/+31
|\ | | | | Fix for issue #3
| * implement other signature of offset() method. Fix for issue 161 (google ↵jdramaix2013-01-071-0/+31
| | | | | | | | code)/ issue #3 (github)
* | Add support for namespace/ multiple events in live and die methodsjdramaix2013-01-071-0/+72
|/
* Dont dispatch new added events when running the events dispatch loop. Fixes ↵Manuel Carrasco Moñino2012-12-101-0/+18
| | | | issue 152
* End lines with LF instead of CRLFManuel Carrasco Moñino2012-11-2612-439/+439
|
* Removing unneeded call to method $ in many places. Removing generic dollar ↵Manuel Carrasco Moñino2012-11-262-5/+5
| | | | method, not needed since we have the $(Object) signature
* enable default module to compile, so as it can be run with JenkinsManuel Carrasco Moñino2012-11-261-2/+1
|
* Fix tests for htmlunit in 2.5.0 and for chrome-prod modeManuel Carrasco Moñino2012-11-267-209/+206
|
* Fix live() method failing when there were multiple functions for the same ↵Manuel Carrasco Moñino2012-11-071-6/+4
| | | | selector
* Adding a couple of methods in xmlbuilders to parse number and date values in ↵Manuel Carrasco Moñino2012-11-071-0/+64
| | | | text elements. Adding a test for xmlbuilder
* getText and setText in xml builders was not visible in generated classesManuel Carrasco Moñino2012-11-071-0/+3
|
* fix issue with size computing when element is not attachedjdramaix2012-11-051-0/+12
|
* Remove all references in the dataCache object whenever any queued function ↵Manolo Carrasco2012-10-021-0/+60
| | | | finishes. Remove empty references as well. Fixes issue132.
* Adding support for wrapping gwt Functions as js-functions and viceversa in ↵Manolo Carrasco2012-10-011-2/+21
| | | | properties and json objects
* Use native JSON.stringify when available. Fix to store native js numbers in ↵Manolo Carrasco2012-09-102-12/+18
| | | | Properties instead of gwt types. Handle char and byte types
* Fix width/height methods, fixes ISSUE 145 (thanks to Wanjunfeng)Manolo Carrasco2012-09-101-3/+22
|
* test for issue 149Julien Dramaix2012-08-271-0/+25
|
* implements mouseleave mouseenter special events + bug fixing on event mechanismJulien Dramaix2012-08-221-392/+517
|
* implement other signatures of nextAll and nextUntil methodsJulien Dramaix2012-07-281-3/+29
|
* implement other signatures of prevAll and prevUntil methodsJulien Dramaix2012-07-251-2/+30
|
* best handling of binding/unbinding string events with or whithout namespaceJulien Dramaix2012-05-181-20/+139
|