aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Bug 974554 - CalDAV parser should accept ical inside xml comments nested in <...Gareth Aye2014-04-082-25/+45
* remove console.logJames Lal2013-05-101-1/+0
* Rework http error validation so it can be reused r=kgrandonJames Lal2013-05-101-8/+22
* Initial error refactoring (make errors less HTTP specific)James Lal2013-05-067-32/+84
* Bug 867747 - OAuth2 authentication support (particularly for google) r=kgrand...James Lal2013-05-029-31/+617
* Merge pull request #13 from mozilla-b2g/caldav-sinonGareth Aye2013-04-291-2/+18
|\
| * Test framework refactorng + sinonJames Lal2013-04-281-2/+18
* | Add an abort routine to Caldav.Xhrgaye2013-04-182-4/+39
|/
* Revert "Merge pull request #10 from mozilla-b2g/empty-propstat"James Lal2013-01-281-4/+3
* Handle empty propstat by sending falseJames Lal2013-01-281-3/+4
* utilize moz-chunked-text when given the optionJames Lal2013-01-091-17/+46
* don't hold onto .xhr in requestJames Lal2013-01-073-103/+3
* test filesJames Lal2013-01-072-0/+55
* support for chunked responsesJames Lal2013-01-072-3/+48
* Merge branch 'master' of github.com:mozilla-b2g/caldavJames Lal2013-01-073-6/+28
|\
| * error handlerMichal Budzynski2012-11-083-6/+28
* | new ical parserJames Lal2012-12-061-1228/+1911
|/
* server/capability testsJames Lal2012-10-106-0/+368
* update ical.js for tests add commander.js as dev depJames Lal2012-10-102-189/+1551
* replace templates with much improved query/filter interface. Update CalendarQ...James Lal2012-10-024-139/+20
* add appendString for adding arbitrary contentJames Lal2012-10-021-0/+22
* calendar-data/filter element builder (QueryBuilder)James Lal2012-10-021-0/+153
* added Caldav.Request.Asset for adding/deleting/updating single assetsJames Lal2012-09-301-0/+108
* add #hasProp, #removeProp from Request.Propfind closes #4James Lal2012-09-191-1/+4
* decouple ical-js will resolve #5James Lal2012-09-194-41/+4710
* fix misc bugs update ical.jsJames Lal2012-09-063-2/+5
* emit DAV:/response on sax for each responseJames Lal2012-07-261-0/+26
* ical.jsJames Lal2012-07-262-11/+7
* add some testsJames Lal2012-07-242-2/+46
* Replace xhr auth with headers when using mozSystem, directly package sax.js, ...James Lal2012-07-231-0/+2
* xhr fixes for firefoxJames Lal2012-07-231-0/+43
* global xhr constructor options can now be set ( for system xhr in b2g)James Lal2012-07-202-0/+24
* Hooking up calendar query to calendar resourceJames Lal2012-07-083-2/+28
* Fixed bug in resourcetype logic in Request.Resources. Refactored scripts/conn...James Lal2012-07-081-1/+1
* resources requestJames Lal2012-07-072-5/+103
* Calendar resource creationJames Lal2012-07-071-0/+90
* More complete parsing of calendar dataJames Lal2012-07-071-0/+1
* moved obviously useful mockCallback to testSupport.mock.methodJames Lal2012-07-072-16/+41
* tests for calendar homeJames Lal2012-07-071-21/+122
* Initial mocking support for mock requestsJames Lal2012-07-063-3/+112
* Adding lightly tested calendar home resolverJames Lal2012-07-062-0/+35
* Reworked requests to take connection object and optionsJames Lal2012-07-064-6/+30
* Adding connectionJames Lal2012-07-063-0/+73
* spec out calendar resourceJames Lal2012-07-064-6/+16
* Add content typeJames Lal2012-07-061-0/+1
* webcals -> caldav rename (yes, back again)James Lal2012-07-0616-64/+84
* Browser packagingJames Lal2012-06-272-0/+18
* Implemented test-agent, all tests pass node/browserJames Lal2012-06-275-1/+45
* convention reworkJames Lal2012-06-2710-24/+24
* initial move to support web jsJames Lal2012-06-2711-47/+92