index
:
cloud-email/mitmproxy
master
clone of mitm proxy
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
web
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
[web] Add mock-xmlhttprequest dependency.
Matthew Shao
2017-06-08
2
-0
/
+5
|
*
[web] Add tests for js/components/ContentView/ViewSelector.jsx
Matthew Shao
2017-06-06
3
-1
/
+162
|
*
[web] Add tests for js/components/ContentView/UploadContentButton.jsx
Matthew Shao
2017-06-06
3
-0
/
+32
|
*
[web] Imporve indentation.
Matthew Shao
2017-06-06
1
-5
/
+5
|
*
[web] Add tests for js/components/ContentView/ShowFullContentButton.jsx
Matthew Shao
2017-06-05
3
-1
/
+65
|
*
[web] Add tests for js/components/ContentView/MetaViews.jsx
Matthew Shao
2017-06-05
2
-0
/
+103
|
*
[web] Add tests for js/components/ContentView/DownloadContentButton.jsx
Matthew Shao
2017-06-05
3
-0
/
+29
|
*
explain codemirror rendering shortcomins
Maximilian Hils
2017-06-02
1
-0
/
+4
|
*
[web] Update tests for js/components/ContentView/ContentViewOptions.jsx
Matthew Shao
2017-06-02
2
-6
/
+3
|
*
[web] Add tests for js/components/ContentView/ContentViewOptions.jsx
Matthew Shao
2017-06-01
3
-1
/
+65
|
*
[web] Add tests for js/components/ContentView/CodeEditor.jsx
Matthew Shao
2017-06-01
2
-0
/
+30
|
*
[web] Remove mock-xmlhttprequest dependency.
Matthew Shao
2017-05-31
2
-5
/
+0
|
*
[web] mock components/ContentView
Matthew Shao
2017-05-31
2
-30
/
+1
|
*
[web] Add tests for js/components/FlowView/Messages.jsx
Matthew Shao
2017-05-31
2
-0
/
+718
|
*
[web] Add mock-xmlhttprequest as dependency.
Matthew Shao
2017-05-31
2
-0
/
+5
|
*
[web] Add tests for js/components/FlowView/ToggleEdit.jsx
Matthew Shao
2017-05-30
2
-0
/
+57
|
*
[web] Add tests for js/components/FlowView/Nav.jsx
Matthew Shao
2017-05-30
3
-1
/
+75
|
*
[web] Add tests for js/components/FlowView/Header.jsx
Matthew Shao
2017-05-30
3
-1
/
+261
|
*
[web] Add tests for js/components/FlowView/Details.jsx
Matthew Shao
2017-05-30
2
-0
/
+324
|
*
[web] Add tests for js/components/EventLog/EventList.jsx
Matthew Shao
2017-05-29
2
-0
/
+52
|
*
[web] Update snapshot.
Matthew Shao
2017-05-29
1
-1
/
+1
|
*
[web] Minor fixes.
Matthew Shao
2017-05-29
2
-3
/
+3
|
*
[web] Add tests for js/components/Header/MainMenu.js
Matthew Shao
2017-05-28
3
-1
/
+117
|
*
[web] Add tests for js/components/Header/OptionMenu.jsx
Matthew Shao
2017-05-27
2
-0
/
+164
|
*
[web] Add tests for js/components/Header/MenuToogle.jsx
Matthew Shao
2017-05-27
2
-0
/
+105
|
*
[web] Update js/Component/Header/FlowMenu.jsx
Matthew Shao
2017-05-27
1
-1
/
+1
|
*
[web] Add snapshot files.
Matthew Shao
2017-05-27
4
-0
/
+173
|
*
[web] Add tests for js/components/Header/FlowMenu.jsx
Matthew Shao
2017-05-27
2
-0
/
+347
|
*
[web] Add TStore in js/__tests__/ducks/tutils.js
Matthew Shao
2017-05-27
3
-8
/
+65
|
*
[web] Remove jest-fetch-mock dependency.
Matthew Shao
2017-05-27
2
-11
/
+0
|
*
[web] Add tests for js/components/Header/FilterInput.jsx
Matthew Shao
2017-05-26
1
-0
/
+93
|
*
[web] Add tests for js/components/Header/FileMenu.jsx
Matthew Shao
2017-05-26
2
-1
/
+46
|
*
[web] Add tests for js/components/Header/ConnectionIndicator.jsx
Matthew Shao
2017-05-26
2
-1
/
+58
|
*
[web] js/components/Header/FilterDocs.jsx coverage ++
Matthew Shao
2017-05-26
1
-11
/
+10
|
*
[web] Add tests for js/components/Header/FilterDocs.js
Matthew Shao
2017-05-23
3
-0
/
+30
|
*
[web] Add tests for js/components/FlowTable/FlowTableHead.js
Matthew Shao
2017-05-22
3
-1
/
+128
|
*
[web] Add tests for js/components/FlowTable/FlowRow.js
Matthew Shao
2017-05-22
2
-0
/
+68
|
*
[web] Fix 100% coverage for js/components/FlowTable/FlowColumns.js
Matthew Shao
2017-05-22
2
-1
/
+17
|
*
[web] TFlow minor improved.
Matthew Shao
2017-05-21
4
-14
/
+16
|
*
[web] Add js/__tests__/ducks/_tflow.js
Matthew Shao
2017-05-19
1
-0
/
+97
|
*
[web] Updates test to use the new _tflow.js.
Matthew Shao
2017-05-19
3
-63
/
+30
|
*
[web] Update snapshot.
Matthew Shao
2017-05-18
2
-2
/
+2
|
*
[web] Minor fixes for component tests.
Matthew Shao
2017-05-18
3
-5
/
+4
|
*
[web] Add tests for js/components/FlowTable/FlowColumnsSpec.js
Matthew Shao
2017-05-17
2
-0
/
+259
|
*
[web] Add a TFlow class to js/ducks/tutils.js
Matthew Shao
2017-05-17
1
-0
/
+27
|
|
|
|
|
|
Many Components requires a flow object when being rendered, so we put a TFlow class here, currently has the minimize structure, only contains the attributes we needed in the components to be tested.
*
[web] Add tests for src/js/components/ValueEditor/ValueEditor.js
Matthew Shao
2017-05-16
2
-0
/
+176
|
*
[web] Add tests for js/components/ValueEditor/ValidateEditor.js
Matthew Shao
2017-05-16
2
-0
/
+68
|
*
[web] Add tests for js/components/helpers/AutoScroll.js
Matthew Shao
2017-05-15
1
-0
/
+41
|
*
[web] Add tests for js/components/helpers/VirtualScroll.js
Matthew Shao
2017-05-15
1
-0
/
+21
|
*
[web] Add tests for js/components/common/Splitter.jsx
Matthew Shao
2017-05-15
2
-0
/
+96
|
[prev]
[next]