mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-01-10 16:29:48 +00:00
fixed electron.diff
This commit is contained in:
parent
74ab935e1b
commit
1d952ad63b
@ -14,29 +14,6 @@ body {
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- Sentry error reporting -->
|
|
||||||
<script defer
|
|
||||||
src="https://browser.sentry-cdn.com/5.22.3/bundle.tracing.min.js"
|
|
||||||
integrity="sha384-HfEJlGrJtFM0B01Wt4sGzTbxWqLMcMeGAXCbyQyB+iK9BhnDmNAtIGovhekIQOa2"
|
|
||||||
crossorigin="anonymous"
|
|
||||||
></script>
|
|
||||||
<script defer>
|
|
||||||
Sentry.init({
|
|
||||||
dsn: 'https://bf329df3d1b34afa9f5b5e8ecd80ad11@o320878.ingest.sentry.io/1813925',
|
|
||||||
beforeBreadcrumb(breadcrumb, hint) {
|
|
||||||
if (breadcrumb.category === 'xhr' && typeof breadcrumb.data.url === 'string') {
|
|
||||||
if (breadcrumb.data.url.startsWith('http')) return null; // discard external scripts
|
|
||||||
}
|
|
||||||
return breadcrumb;
|
|
||||||
},
|
|
||||||
beforeSend(event, hint) {
|
|
||||||
const error = hint.originalException;
|
|
||||||
if (error instanceof EmuHalt) return null; // ignore EmuHalt
|
|
||||||
return event;
|
|
||||||
},
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<!-- for file upload -->
|
<!-- for file upload -->
|
||||||
<input type="file" id="uploadFileElem" multiple accept="*" style="display:none" onchange="handleFileUpload(this.files)">
|
<input type="file" id="uploadFileElem" multiple accept="*" style="display:none" onchange="handleFileUpload(this.files)">
|
||||||
|
|
||||||
@ -457,5 +434,28 @@ $( ".dropdown-submenu" ).click(function(event) {
|
|||||||
startUI();
|
startUI();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<!-- Sentry error reporting -->
|
||||||
|
<script
|
||||||
|
src="https://browser.sentry-cdn.com/5.29.0/bundle.min.js"
|
||||||
|
integrity="sha384-/dYT/04VSU9ItKRPTkWeVZ0kqRsVh/T/5rNCjzBwpx7sYeeueKgJzGMNXSal3xoo"
|
||||||
|
crossorigin="anonymous"
|
||||||
|
></script>
|
||||||
|
<script>
|
||||||
|
Sentry.init({
|
||||||
|
dsn: 'https://bf329df3d1b34afa9f5b5e8ecd80ad11@o320878.ingest.sentry.io/1813925',
|
||||||
|
beforeBreadcrumb(breadcrumb, hint) {
|
||||||
|
if (breadcrumb.category === 'xhr' && typeof breadcrumb.data.url === 'string') {
|
||||||
|
if (breadcrumb.data.url.startsWith('http')) return null; // discard external scripts
|
||||||
|
}
|
||||||
|
return breadcrumb;
|
||||||
|
},
|
||||||
|
beforeSend(event, hint) {
|
||||||
|
const error = hint.originalException;
|
||||||
|
if (error instanceof EmuHalt) return null; // ignore EmuHalt
|
||||||
|
return event;
|
||||||
|
},
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
2
lib/FileSaver.min.js
vendored
2
lib/FileSaver.min.js
vendored
@ -1,3 +1,3 @@
|
|||||||
(function(a,b){if("function"==typeof define&&define.amd)define([],b);else if("undefined"!=typeof exports)b();else{b(),a.FileSaver={exports:{}}.exports}})(this,function(){"use strict";function b(a,b){return"undefined"==typeof b?b={autoBom:!1}:"object"!=typeof b&&(console.warn("Deprecated: Expected third argument to be a object"),b={autoBom:!b}),b.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(a.type)?new Blob(["\uFEFF",a],{type:a.type}):a}function c(b,c,d){var e=new XMLHttpRequest;e.open("GET",b),e.responseType="blob",e.onload=function(){a(e.response,c,d)},e.onerror=function(){console.error("could not download file")},e.send()}function d(a){var b=new XMLHttpRequest;b.open("HEAD",a,!1);try{b.send()}catch(a){}return 200<=b.status&&299>=b.status}function e(a){try{a.dispatchEvent(new MouseEvent("click"))}catch(c){var b=document.createEvent("MouseEvents");b.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),a.dispatchEvent(b)}}var f="object"==typeof window&&window.window===window?window:"object"==typeof self&&self.self===self?self:"object"==typeof global&&global.global===global?global:void 0,a=f.saveAs||("object"!=typeof window||window!==f?function(){}:"download"in HTMLAnchorElement.prototype?function(b,g,h){var i=f.URL||f.webkitURL,j=document.createElement("a");g=g||b.name||"download",j.download=g,j.rel="noopener","string"==typeof b?(j.href=b,j.origin===location.origin?e(j):d(j.href)?c(b,g,h):e(j,j.target="_blank")):(j.href=i.createObjectURL(b),setTimeout(function(){i.revokeObjectURL(j.href)},4E4),setTimeout(function(){e(j)},0))}:"msSaveOrOpenBlob"in navigator?function(f,g,h){if(g=g||f.name||"download","string"!=typeof f)navigator.msSaveOrOpenBlob(b(f,h),g);else if(d(f))c(f,g,h);else{var i=document.createElement("a");i.href=f,i.target="_blank",setTimeout(function(){e(i)})}}:function(a,b,d,e){if(e=e||open("","_blank"),e&&(e.document.title=e.document.body.innerText="downloading..."),"string"==typeof a)return c(a,b,d);var g="application/octet-stream"===a.type,h=/constructor/i.test(f.HTMLElement)||f.safari,i=/CriOS\/[\d]+/.test(navigator.userAgent);if((i||g&&h)&&"object"==typeof FileReader){var j=new FileReader;j.onloadend=function(){var a=j.result;a=i?a:a.replace(/^data:[^;]*;/,"data:attachment/file;"),e?e.location.href=a:location=a,e=null},j.readAsDataURL(a)}else{var k=f.URL||f.webkitURL,l=k.createObjectURL(a);e?e.location=l:location.href=l,e=null,setTimeout(function(){k.revokeObjectURL(l)},4E4)}});f.saveAs=a.saveAs=a,"undefined"!=typeof module&&(module.exports=a)});
|
(function(a,b){if("function"==typeof define&&define.amd)define([],b);else if("undefined"!=typeof exports)b();else{b(),a.FileSaver={exports:{}}.exports}})(this,function(){"use strict";function b(a,b){return"undefined"==typeof b?b={autoBom:!1}:"object"!=typeof b&&(console.warn("Deprecated: Expected third argument to be a object"),b={autoBom:!b}),b.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(a.type)?new Blob(["\uFEFF",a],{type:a.type}):a}function c(a,b,c){var d=new XMLHttpRequest;d.open("GET",a),d.responseType="blob",d.onload=function(){g(d.response,b,c)},d.onerror=function(){console.error("could not download file")},d.send()}function d(a){var b=new XMLHttpRequest;b.open("HEAD",a,!1);try{b.send()}catch(a){}return 200<=b.status&&299>=b.status}function e(a){try{a.dispatchEvent(new MouseEvent("click"))}catch(c){var b=document.createEvent("MouseEvents");b.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),a.dispatchEvent(b)}}var f="object"==typeof window&&window.window===window?window:"object"==typeof self&&self.self===self?self:"object"==typeof global&&global.global===global?global:void 0,a=f.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),g=f.saveAs||("object"!=typeof window||window!==f?function(){}:"download"in HTMLAnchorElement.prototype&&!a?function(b,g,h){var i=f.URL||f.webkitURL,j=document.createElement("a");g=g||b.name||"download",j.download=g,j.rel="noopener","string"==typeof b?(j.href=b,j.origin===location.origin?e(j):d(j.href)?c(b,g,h):e(j,j.target="_blank")):(j.href=i.createObjectURL(b),setTimeout(function(){i.revokeObjectURL(j.href)},4E4),setTimeout(function(){e(j)},0))}:"msSaveOrOpenBlob"in navigator?function(f,g,h){if(g=g||f.name||"download","string"!=typeof f)navigator.msSaveOrOpenBlob(b(f,h),g);else if(d(f))c(f,g,h);else{var i=document.createElement("a");i.href=f,i.target="_blank",setTimeout(function(){e(i)})}}:function(b,d,e,g){if(g=g||open("","_blank"),g&&(g.document.title=g.document.body.innerText="downloading..."),"string"==typeof b)return c(b,d,e);var h="application/octet-stream"===b.type,i=/constructor/i.test(f.HTMLElement)||f.safari,j=/CriOS\/[\d]+/.test(navigator.userAgent);if((j||h&&i||a)&&"undefined"!=typeof FileReader){var k=new FileReader;k.onloadend=function(){var a=k.result;a=j?a:a.replace(/^data:[^;]*;/,"data:attachment/file;"),g?g.location.href=a:location=a,g=null},k.readAsDataURL(b)}else{var l=f.URL||f.webkitURL,m=l.createObjectURL(b);g?g.location=m:location.href=m,g=null,setTimeout(function(){l.revokeObjectURL(m)},4E4)}});f.saveAs=g.saveAs=g,"undefined"!=typeof module&&(module.exports=g)});
|
||||||
|
|
||||||
//# sourceMappingURL=FileSaver.min.js.map
|
//# sourceMappingURL=FileSaver.min.js.map
|
@ -1,11 +1,11 @@
|
|||||||
--- index.html 2020-08-29 17:52:46.000000000 -0500
|
--- index.html 2020-12-08 10:30:08.000000000 -0600
|
||||||
+++ electron.html 2020-08-29 17:54:08.000000000 -0500
|
+++ electron.html 2020-12-08 11:57:52.000000000 -0600
|
||||||
@@ -3,18 +3,7 @@
|
@@ -3,18 +3,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>8bitworkshop IDE</title>
|
<title>8bitworkshop IDE</title>
|
||||||
-<link rel="manifest" href="manifest.json">
|
-<link rel="manifest" href="manifest.json">
|
||||||
-<meta name="googlebot" content="nosnippet" />
|
-<meta name="googlebot" content="noindex" />
|
||||||
-<meta name="mobile-web-app-capable" content="yes">
|
-<meta name="mobile-web-app-capable" content="yes">
|
||||||
-<meta name="apple-mobile-web-app-capable" content="yes">
|
-<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
-<meta name="application-name" content="8bitworkshop">
|
-<meta name="application-name" content="8bitworkshop">
|
||||||
@ -19,7 +19,7 @@
|
|||||||
<style type="text/css" media="screen">
|
<style type="text/css" media="screen">
|
||||||
body {
|
body {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@@ -22,50 +11,32 @@
|
@@ -22,22 +11,6 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<link rel="stylesheet" href="css/ui.css">
|
<link rel="stylesheet" href="css/ui.css">
|
||||||
@ -38,58 +38,11 @@
|
|||||||
-<script defer src="https://www.gstatic.com/firebasejs/5.11.1/firebase-app.js"></script>
|
-<script defer src="https://www.gstatic.com/firebasejs/5.11.1/firebase-app.js"></script>
|
||||||
-<script defer src="https://www.gstatic.com/firebasejs/5.11.1/firebase-auth.js"></script>
|
-<script defer src="https://www.gstatic.com/firebasejs/5.11.1/firebase-auth.js"></script>
|
||||||
-<script defer src="config.js"></script>
|
-<script defer src="config.js"></script>
|
||||||
+</head>
|
|
||||||
+<body>
|
|
||||||
|
|
||||||
<!-- Sentry error reporting -->
|
|
||||||
<script defer
|
|
||||||
- src="https://browser.sentry-cdn.com/5.22.3/bundle.tracing.min.js"
|
|
||||||
- integrity="sha384-HfEJlGrJtFM0B01Wt4sGzTbxWqLMcMeGAXCbyQyB+iK9BhnDmNAtIGovhekIQOa2"
|
|
||||||
- crossorigin="anonymous"
|
|
||||||
+src="https://browser.sentry-cdn.com/5.22.3/bundle.tracing.min.js"
|
|
||||||
+integrity="sha384-HfEJlGrJtFM0B01Wt4sGzTbxWqLMcMeGAXCbyQyB+iK9BhnDmNAtIGovhekIQOa2"
|
|
||||||
+crossorigin="anonymous"
|
|
||||||
></script>
|
|
||||||
<script defer>
|
|
||||||
-if (window.location.host.endsWith('8bitworkshop.com')) {
|
|
||||||
- Sentry.init({
|
|
||||||
- dsn: 'https://bf329df3d1b34afa9f5b5e8ecd80ad11@o320878.ingest.sentry.io/1813925',
|
|
||||||
- beforeBreadcrumb(breadcrumb, hint) {
|
|
||||||
- if (breadcrumb.category === 'xhr' && typeof breadcrumb.data.url === 'string') {
|
|
||||||
- if (breadcrumb.data.url.startsWith('http')) return null; // discard external scripts
|
|
||||||
- }
|
|
||||||
- return breadcrumb;
|
|
||||||
- },
|
|
||||||
- beforeSend(event, hint) {
|
|
||||||
- const error = hint.originalException;
|
|
||||||
- if (error instanceof EmuHalt) return null; // ignore EmuHalt
|
|
||||||
- return event;
|
|
||||||
- },
|
|
||||||
- });
|
|
||||||
-}
|
|
||||||
+Sentry.init({
|
|
||||||
+ dsn: 'https://bf329df3d1b34afa9f5b5e8ecd80ad11@o320878.ingest.sentry.io/1813925',
|
|
||||||
+ beforeBreadcrumb(breadcrumb, hint) {
|
|
||||||
+ if (breadcrumb.category === 'xhr' && typeof breadcrumb.data.url === 'string') {
|
|
||||||
+ if (breadcrumb.data.url.startsWith('http')) return null; // discard external scripts
|
|
||||||
+ }
|
|
||||||
+ return breadcrumb;
|
|
||||||
+ },
|
|
||||||
+ beforeSend(event, hint) {
|
|
||||||
+ const error = hint.originalException;
|
|
||||||
+ if (error instanceof EmuHalt) return null; // ignore EmuHalt
|
|
||||||
+ return event;
|
|
||||||
+ },
|
|
||||||
+});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
-</head>
|
|
||||||
-<body>
|
|
||||||
-
|
-
|
||||||
<!-- for file upload -->
|
</head>
|
||||||
<input type="file" id="uploadFileElem" multiple accept="*" style="display:none" onchange="handleFileUpload(this.files)">
|
<body>
|
||||||
|
|
||||||
@@ -90,26 +61,6 @@
|
@@ -65,26 +38,6 @@
|
||||||
<hr>
|
<hr>
|
||||||
<li><a class="dropdown-item" href="#" id="item_addfile_include">Add Include File...</a></li>
|
<li><a class="dropdown-item" href="#" id="item_addfile_include">Add Include File...</a></li>
|
||||||
<li><a class="dropdown-item" href="#" id="item_addfile_link">Add Linked File...</a></li>
|
<li><a class="dropdown-item" href="#" id="item_addfile_link">Add Linked File...</a></li>
|
||||||
@ -116,7 +69,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="dropdown dropdown-submenu">
|
<li class="dropdown dropdown-submenu">
|
||||||
@@ -135,36 +86,6 @@
|
@@ -110,36 +63,6 @@
|
||||||
<li><a class="dropdown-item" href="#" id="item_debug_expr">Break Expression...</a></li>
|
<li><a class="dropdown-item" href="#" id="item_debug_expr">Break Expression...</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
@ -153,15 +106,15 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
@@ -260,39 +181,6 @@
|
@@ -235,41 +158,8 @@
|
||||||
<span class="label"><span id="settle_label"></span> evals/clk</span>
|
<span class="label"><span id="settle_label"></span> evals/clk</span>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
- <!-- BOOKS menu -->
|
- <!-- BOOKS menu -->
|
||||||
- <span class="dropdown pull-right">
|
- <span class="dropdown pull-right">
|
||||||
- <a class="btn dropdown-toggle hidden-xs toolbarMenuButton" id="booksMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
- <a class="btn dropdown-toggle hidden-xs hiddem-sm toolbarMenuButton" id="booksMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
- <span class="glyphicon glyphicon-book" aria-hidden="true"></span>
|
- <span class="glyphicon glyphicon-book" aria-hidden="true"></span>
|
||||||
- Get Books <span class="caret"></span>
|
- Books <span class="caret"></span>
|
||||||
- </a>
|
- </a>
|
||||||
- <ul class="dropdown-menu dropdown-menu-right" aria-labelledby="booksMenuButton">
|
- <ul class="dropdown-menu dropdown-menu-right" aria-labelledby="booksMenuButton">
|
||||||
- <li>
|
- <li>
|
||||||
@ -191,9 +144,12 @@
|
|||||||
- </ul>
|
- </ul>
|
||||||
- </span>
|
- </span>
|
||||||
<!-- 8bitworkshop logo -->
|
<!-- 8bitworkshop logo -->
|
||||||
<span class="logo-gradient hidden-xs hidden-sm hidden-md pull-right" style="margin-left:auto" onclick="window.open('/','_8bitws');">8bitworkshop</span>
|
- <span class="logo-gradient hidden-xs hidden-sm pull-right" style="margin-left:auto" onclick="window.open('/','_8bitws');">8bitworkshop</span>
|
||||||
|
+ <span class="logo-gradient hidden-xs hidden-sm hidden-md pull-right" style="margin-left:auto" onclick="window.open('/','_8bitws');">8bitworkshop</span>
|
||||||
|
|
||||||
@@ -478,73 +366,6 @@
|
</div><!-- controls_dynamic -->
|
||||||
|
</div><!-- controls_top -->
|
||||||
|
@@ -453,73 +343,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user