aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/testsuite.js
Commit message (Expand)AuthorAgeFilesLines
* All: Drop support for jQuery 1.6.xJörn Zaefferer2015-01-131-3/+3
* Tests: Fix jQuery version references to match files in external/Jörn Zaefferer2015-01-121-1/+1
* Tests: CleanupScott González2014-09-031-17/+23
* Draggable Tests: Ensure scrolling and dragging tests assert correctlyDave Stein2014-08-221-2/+4
* Build: Reorganize external directoryScott González2014-06-241-1/+1
* Tests: Expose jQuery version selectJörn Zaefferer2014-03-041-0/+11
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-2/+2
* Tests: Fix grammar error in commentAndrei Picus2014-01-081-1/+1
* Tests: Skip JSHint in browsers that don't support Function.prototype.bind() t...Scott González2013-11-221-1/+3
* Tests: extract TestHelpers.forceScrollableWindow for tests that need the wind...Mike Sherov2013-10-191-0/+7
* Build: Remove the build task and it's dependencies. Will bring back testing a...Jörn Zaefferer2013-09-201-0/+4
* Tests: Fixed accidental use of comma instead of semicolon.Scott González2013-08-211-1/+1
* Draggable: active element blurs when clicking on a draggable. Fixes #4261 - D...Steven Luscher2013-06-191-0/+12
* Tests: Handle globals in .jshintrc.Scott González2013-03-271-10/+16
* Whitespace.Scott González2013-01-161-3/+3
* Dialog: Remove width, min-height, height styles on destroy. Fixes #8119 - Dia...Scott González2012-12-041-4/+3
* Revert "Dialog: Cleanup style properties on _destroy. Reenables style check i...Scott González2012-12-041-2/+30
* Dialog: Cleanup style properties on _destroy. Reenables style check in domEqu...Jörn Zaefferer2012-12-041-30/+2
* Tests: Commented out getElementStyles() while its not used.Scott González2012-11-131-2/+2
* Tests: Temporarily remove style checks in domEqual().Scott González2012-11-131-1/+2
* Tests: Allow async domEqual() tests.Scott González2012-11-121-3/+14
* Dev: clean up dialog test suite with new helper methods. Fixes #8803 - Dev: r...Mike Sherov2012-11-091-0/+8
* Tabs: Show panels on destroy. Fixes #8795 - Tabs: 'display: none;' attribute ...Scott González2012-11-091-0/+28
* Build: Enable "unused" option in jshint - Remove unused variables from codeba...Mike Sherov2012-10-231-2/+2
* Build: Upgrade to the latest Grunt and JSHint - Closes gh-786Mike Sherov2012-10-221-2/+6
* Restore QUnit's now dead feature of using jQuery to reset the fixture. Fixes ...Jörn Zaefferer2012-08-301-1/+12
* Tests: Removed completed TODO.Scott González2012-08-261-1/+0
* Update to QUnit 1.9.0 and use new urlConfig for custom checkboxesJörn Zaefferer2012-07-111-2/+12
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-271-0/+10
* Tests: Remove the need to include the 'ui.' prefix in testJshint() now that e...Scott González2012-06-151-2/+2
* Tests: Check .data() and event bindings in domEqual().Scott González2012-06-091-0/+3
* Tests: Differentiate between attributes and properties in domEqual().Scott González2012-05-291-4/+11
* Tests: Convert children to an array in domEqual().Scott González2012-05-251-1/+1
* Tests: Added several more property checks to domEqual().Scott González2012-05-251-15/+39
* Tests: LintingCorey Frang2012-04-301-1/+1
* Tests: Run JSHint.Scott González2012-04-291-4/+9
* Tests: Check for null error objects when reporting JSHint errors.Scott González2012-04-241-0/+5
* Tests: Add custom URL configs to QUnit.config.urlConfig for discoverability.Scott González2012-04-231-0/+2
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-231-9/+30
* Tests: Run JSHint in unit tests, unless nojshint=1 is specified in the query ...Scott González2012-04-231-2/+37
* Tests: Move commonWidgetTests() to TestHelpers.Scott González2012-04-191-1/+1
* Accordion tests: Don't polloute the global namespace with helpers.Scott González2012-04-191-0/+2
* Tests: Lint.Scott González2012-04-181-8/+10
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-4/+4
* .attr() -> .prop()Scott González2011-06-081-1/+1
* Tests: Updated version check.Scott González2011-05-281-1/+1
* Add simple error handling for domEqual method (was failing for menu, output n...Jörn Zaefferer2011-05-021-0/+4
* Tests: Allow overriding enable and disable methods to add custom logic.Scott González2011-03-291-2/+0
* Use QUnit.push instead of assertion method for custom assertions to getjzaefferer2011-03-201-1/+2
* Adding a domEqual assertion to our testsuite for more sane DOMjzaefferer2011-02-251-1/+33
n value='backport/48016/stable29'>backport/48016/stable29 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/globals.js
blob: b84ef10d22b57ede73c83ba0d8caa3f7fc2d63b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140