зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1312481 - Part 1: Add react-virtualized. r=Honza
This commit is contained in:
Родитель
bb379754c1
Коммит
cf2e15df76
|
@ -7,6 +7,7 @@ modules = []
|
|||
modules += [
|
||||
'immutable.js',
|
||||
'jsol.js',
|
||||
'react-addons-shallow-compare.js',
|
||||
]
|
||||
|
||||
# react-dev is used if either debug mode is enabled,
|
||||
|
@ -18,6 +19,7 @@ modules += [
|
|||
'react-dom.js',
|
||||
'react-proxy.js',
|
||||
'react-redux.js',
|
||||
'react-virtualized.js',
|
||||
'react.js',
|
||||
'redux.js',
|
||||
'reselect.js',
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
module.exports = require("devtools/client/shared/vendor/react").addons.shallowCompare;
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -135,6 +135,7 @@
|
|||
<li><a href="about:license#qrcode-generator">QR Code Generator License</a></li>
|
||||
<li><a href="about:license#react">React License</a></li>
|
||||
<li><a href="about:license#react-redux">React-Redux License</a></li>
|
||||
<li><a href="about:license#react-virtualized">React Virtualized License</a></li>
|
||||
<li><a href="about:license#xdg">Red Hat xdg_user_dir_lookup License</a></li>
|
||||
<li><a href="about:license#redux">Redux License</a></li>
|
||||
<li><a href="about:license#reselect">Reselect License</a></li>
|
||||
|
@ -4618,6 +4619,34 @@ furnished to do so, subject to the following conditions:
|
|||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
</pre>
|
||||
|
||||
<hr>
|
||||
|
||||
<h1><a id="react-virtualized"></a>React Virtualized License</h1>
|
||||
|
||||
<p>This license applies to the file
|
||||
<span class="path">devtools/client/shared/vendor/react-virtualized.js</span>.</p>
|
||||
<pre>
|
||||
Copyright (c) 2015 Brian Vaughn
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
|
|
Загрузка…
Ссылка в новой задаче