Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
officejs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
officejs
Commits
c96a5bc7
Commit
c96a5bc7
authored
May 03, 2012
by
Tristan Cavelier
Committed by
Sebastien Robin
May 18, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve Tests for job management.
parent
8d661832
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
402 additions
and
238 deletions
+402
-238
jiotest/debug.html
jiotest/debug.html
+5
-12
jiotest/jiotests.js
jiotest/jiotests.js
+170
-54
jiotest/unhosted/jio.js
jiotest/unhosted/jio.js
+85
-78
jiotest/unhosted/jio.storage.js
jiotest/unhosted/jio.storage.js
+142
-94
No files found.
jiotest/debug.html
View file @
c96a5bc7
...
...
@@ -10,19 +10,12 @@
<script
type=
"text/javascript"
src=
"js/jquery/jquery.js"
></script>
<script
type=
"text/javascript"
src=
"unhosted/localorcookiestorage.js"
></script>
<script
type=
"text/javascript"
src=
"unhosted/jio.js"
></script>
<
script
type=
"text/javascript"
src=
"unhosted/base64.js"
></script
>
<
!-- <script type="text/javascript" src="unhosted/base64.js"></script> --
>
<script
type=
"text/javascript"
src=
"unhosted/jio.storage.js"
></script>
<script
type=
"text/javascript"
>
$
.
ajax
({
url
:
'
responsexml/davsave
'
,
dataType
:
'
text
'
,
success
:
function
()
{
console
.
log
(
'
bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
'
);
}
});
for
(
var
i
=
0
;
i
<
300
;
i
++
)
{
console
.
log
(
'
a
'
);
}
<script
type=
"text/javascript"
>
<!--
var
j
=
JIO
.
createNew
();
//-->
</script>
</body>
</html>
jiotest/jiotests.js
View file @
c96a5bc7
This diff is collapsed.
Click to expand it.
jiotest/unhosted/jio.js
View file @
c96a5bc7
This diff is collapsed.
Click to expand it.
jiotest/unhosted/jio.storage.js
View file @
c96a5bc7
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment