Skip to content

Commit 1ba5de7

Browse files
committed
remove webviewx plus as a dependency
1 parent 550545c commit 1ba5de7

File tree

14 files changed

+19804
-19965
lines changed

14 files changed

+19804
-19965
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
00ab1fcb1931329aaa27b029490a6669
1+
4750d3241bd8cd257afd9b04f3f5c223

extension/devtools/build/assets/NOTICES

Lines changed: 0 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -5325,9 +5325,6 @@ url_launcher_linux
53255325
url_launcher_macos
53265326
url_launcher_platform_interface
53275327
url_launcher_windows
5328-
webview_flutter
5329-
webview_flutter_platform_interface
5330-
webview_flutter_wkwebview
53315328
xdg_directories
53325329

53335330
Copyright 2013 The Flutter Authors. All rights reserved.
@@ -32771,32 +32768,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3277132768
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3277232769
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3277332770
SOFTWARE.
32774-
--------------------------------------------------------------------------------
32775-
sprintf
32776-
32777-
Copyright (c) 2012, Richard Eames
32778-
All rights reserved.
32779-
32780-
Redistribution and use in source and binary forms, with or without modification,
32781-
are permitted provided that the following conditions are met:
32782-
32783-
1. Redistributions of source code must retain the above copyright notice, this
32784-
list of conditions and the following disclaimer.
32785-
2. Redistributions in binary form must reproduce the above copyright notice,
32786-
this list of conditions and the following disclaimer in the documentation
32787-
and/or other materials provided with the distribution.
32788-
32789-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
32790-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
32791-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
32792-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
32793-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
32794-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
32795-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
32796-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
32797-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
32798-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32799-
3280032771
--------------------------------------------------------------------------------
3280132772
sqlite
3280232773

@@ -33071,16 +33042,6 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3307133042
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3307233043
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3307333044
--------------------------------------------------------------------------------
33074-
uuid
33075-
33076-
Copyright (c) 2021 Yulian Kuncheff
33077-
33078-
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:
33079-
33080-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
33081-
33082-
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.
33083-
--------------------------------------------------------------------------------
3308433045
vector_math
3308533046

3308633047
Copyright 2015, Google Inc. All rights reserved.
@@ -33570,69 +33531,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3357033531
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3357133532
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3357233533

33573-
--------------------------------------------------------------------------------
33574-
webview_flutter_android
33575-
33576-
Copyright 2013 The Flutter Authors. All rights reserved.
33577-
33578-
Redistribution and use in source and binary forms, with or without modification,
33579-
are permitted provided that the following conditions are met:
33580-
33581-
* Redistributions of source code must retain the above copyright
33582-
notice, this list of conditions and the following disclaimer.
33583-
* Redistributions in binary form must reproduce the above
33584-
copyright notice, this list of conditions and the following
33585-
disclaimer in the documentation and/or other materials provided
33586-
with the distribution.
33587-
* Neither the name of Google Inc. nor the names of its
33588-
contributors may be used to endorse or promote products derived
33589-
from this software without specific prior written permission.
33590-
33591-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
33592-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
33593-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
33594-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
33595-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
33596-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
33597-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
33598-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
33599-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
33600-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33601-
33602-
33603-
--------------------------------------------------------------------------------
33604-
webviewx_plus
33605-
33606-
BSD 3-Clause License
33607-
33608-
Copyright (c) 2022, Mahad Asghar
33609-
All rights reserved.
33610-
33611-
Redistribution and use in source and binary forms, with or without
33612-
modification, are permitted provided that the following conditions are met:
33613-
33614-
1. Redistributions of source code must retain the above copyright notice, this
33615-
list of conditions and the following disclaimer.
33616-
33617-
2. Redistributions in binary form must reproduce the above copyright notice,
33618-
this list of conditions and the following disclaimer in the documentation
33619-
and/or other materials provided with the distribution.
33620-
33621-
3. Neither the name of the copyright holder nor the names of its
33622-
contributors may be used to endorse or promote products derived from
33623-
this software without specific prior written permission.
33624-
33625-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
33626-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
33627-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
33628-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
33629-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
33630-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
33631-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
33632-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
33633-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33634-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33635-
3363633534
--------------------------------------------------------------------------------
3363733535
win32
3363833536

0 commit comments

Comments
 (0)