Changes of Linux canary v0.0.96

This commit is contained in:
DisTok 2019-10-01 15:50:08 +02:00
parent a1a13dd5af
commit 5e0a6498e9
92 changed files with 0 additions and 92 deletions

View File

@ -85,4 +85,3 @@ deprecate.fnToProperty(app, 'accessibilitySupportEnabled', '_isAccessibilitySupp
// Wrappers for native classes.
const { DownloadItem } = process.electronBinding('download_item');
Object.setPrototypeOf(DownloadItem.prototype, events_1.EventEmitter.prototype);
//# sourceMappingURL=app.js.map

View File

@ -5,4 +5,3 @@ if (process.platform === 'win32') {
else {
module.exports = require('@electron/internal/browser/api/auto-updater/auto-updater-native');
}
//# sourceMappingURL=auto-updater.js.map

View File

@ -5,4 +5,3 @@ const { autoUpdater, AutoUpdater } = process.electronBinding('auto_updater');
Object.setPrototypeOf(AutoUpdater.prototype, EventEmitter.prototype);
EventEmitter.call(autoUpdater);
module.exports = autoUpdater;
//# sourceMappingURL=auto-updater-native.js.map

View File

@ -68,4 +68,3 @@ class AutoUpdater extends EventEmitter {
}
}
module.exports = new AutoUpdater();
//# sourceMappingURL=auto-updater-win.js.map

View File

@ -104,4 +104,3 @@ exports.supported = function () {
return false;
}
};
//# sourceMappingURL=squirrel-update-win.js.map

View File

@ -10,4 +10,3 @@ BrowserView.fromWebContents = (webContents) => {
return null;
};
module.exports = BrowserView;
//# sourceMappingURL=browser-view.js.map

View File

@ -168,4 +168,3 @@ Object.assign(BrowserWindow.prototype, {
}
});
module.exports = BrowserWindow;
//# sourceMappingURL=browser-window.js.map

View File

@ -9,4 +9,3 @@ contentTracing.getTraceBufferUsage = deprecate.promisifyMultiArg(contentTracing.
/* (value) => [value.paths, value.bookmarks] */
);
module.exports = contentTracing;
//# sourceMappingURL=content-tracing.js.map

View File

@ -7,4 +7,3 @@ class CrashReporterMain extends CrashReporter {
}
}
module.exports = new CrashReporterMain();
//# sourceMappingURL=crash-reporter.js.map

View File

@ -181,4 +181,3 @@ module.exports.showMessageBox = deprecate.promisifyMultiArg(module.exports.showM
module.exports.showOpenDialog = deprecate.promisifyMultiArg(module.exports.showOpenDialog, ({ filePaths, bookmarks }) => [filePaths, bookmarks]);
module.exports.showSaveDialog = deprecate.promisifyMultiArg(module.exports.showSaveDialog, ({ filePath, bookmarks }) => [filePath, bookmarks]);
module.exports.showCertificateTrustDialog = deprecate.promisify(module.exports.showCertificateTrustDialog);
//# sourceMappingURL=dialog.js.map

View File

@ -16,4 +16,3 @@ for (const module of moduleList) {
})
});
}
//# sourceMappingURL=electron.js.map

View File

@ -1,3 +1,2 @@
'use strict';
module.exports = process.electronBinding('global_shortcut').globalShortcut;
//# sourceMappingURL=global-shortcut.js.map

View File

@ -19,4 +19,3 @@ else {
}
module.exports.purchaseProduct = deprecate.promisify(module.exports.purchaseProduct);
module.exports.getProducts = deprecate.promisify(module.exports.getProducts);
//# sourceMappingURL=in-app-purchase.js.map

View File

@ -5,4 +5,3 @@ const emitter = new events_1.EventEmitter();
// Do not throw exception when channel name is "error".
emitter.on('error', () => { });
exports.default = emitter;
//# sourceMappingURL=ipc-main.js.map

View File

@ -306,4 +306,3 @@ exports.execute = (role, focusedWindow, focusedWebContents) => {
}
return false;
};
//# sourceMappingURL=menu-item-roles.js.map

View File

@ -71,4 +71,3 @@ MenuItem.prototype.overrideReadOnlyProperty = function (name, defaultValue) {
});
};
module.exports = MenuItem;
//# sourceMappingURL=menu-item.js.map

View File

@ -152,4 +152,3 @@ function sortMenuItems(menuItems) {
return joined;
}
module.exports = { sortMenuItems };
//# sourceMappingURL=menu-utils.js.map

View File

@ -260,4 +260,3 @@ function insertItemByType(item, pos) {
types[item.type]();
}
module.exports = Menu;
//# sourceMappingURL=menu.js.map

View File

@ -33,4 +33,3 @@ module.exports = [
if (features.isViewApiEnabled()) {
module.exports.push({ name: 'BoxLayout', file: 'views/box-layout' }, { name: 'Button', file: 'views/button' }, { name: 'LabelButton', file: 'views/label-button' }, { name: 'LayoutManager', file: 'views/layout-manager' }, { name: 'MdTextButton', file: 'views/md-text-button' }, { name: 'ResizeArea', file: 'views/resize-area' }, { name: 'TextField', file: 'views/text-field' });
}
//# sourceMappingURL=module-list.js.map

View File

@ -25,4 +25,3 @@ Object.setPrototypeOf(module.exports, new Proxy({}, {
return { configurable: true, enumerable: true };
}
}));
//# sourceMappingURL=net-log.js.map

View File

@ -355,4 +355,3 @@ Net.prototype.request = function (options, callback) {
};
net.ClientRequest = ClientRequest;
module.exports = net;
//# sourceMappingURL=net.js.map

View File

@ -4,4 +4,3 @@ const { Notification, isSupported } = process.electronBinding('notification');
Object.setPrototypeOf(Notification.prototype, EventEmitter.prototype);
Notification.isSupported = isSupported;
module.exports = Notification;
//# sourceMappingURL=notification.js.map

View File

@ -40,4 +40,3 @@ powerMonitor.querySystemIdleTime = function (callback) {
process.nextTick(() => callback(idleTime));
};
module.exports = powerMonitor;
//# sourceMappingURL=power-monitor.js.map

View File

@ -1,3 +1,2 @@
'use strict';
module.exports = process.electronBinding('power_save_blocker').powerSaveBlocker;
//# sourceMappingURL=power-save-blocker.js.map

View File

@ -24,4 +24,3 @@ Object.setPrototypeOf(protocol, new Proxy({}, {
}
}));
exports.default = protocol;
//# sourceMappingURL=protocol.js.map

View File

@ -5,4 +5,3 @@ const { screen, Screen } = process.electronBinding('screen');
Object.setPrototypeOf(Screen.prototype, EventEmitter.prototype);
EventEmitter.call(screen);
module.exports = screen;
//# sourceMappingURL=screen.js.map

View File

@ -38,4 +38,3 @@ Cookies.prototype.remove = deprecate.promisify(Cookies.prototype.remove);
Cookies.prototype.set = deprecate.promisify(Cookies.prototype.set);
NetLog.prototype.stopLogging = deprecate.promisify(NetLog.prototype.stopLogging);
Protocol.prototype.isProtocolHandled = deprecate.promisify(Protocol.prototype.isProtocolHandled);
//# sourceMappingURL=session.js.map

View File

@ -5,4 +5,3 @@ const { systemPreferences, SystemPreferences } = process.electronBinding('system
Object.setPrototypeOf(SystemPreferences.prototype, EventEmitter.prototype);
EventEmitter.call(systemPreferences);
module.exports = systemPreferences;
//# sourceMappingURL=system-preferences.js.map

View File

@ -17,4 +17,3 @@ TopLevelWindow.getFocusedWindow = () => {
return TopLevelWindow.getAllWindows().find((win) => win.isFocused());
};
module.exports = TopLevelWindow;
//# sourceMappingURL=top-level-window.js.map

View File

@ -308,4 +308,3 @@ TouchBar.TouchBarScrubber = class TouchBarScrubber extends TouchBarItem {
}
};
module.exports = TouchBar;
//# sourceMappingURL=touch-bar.js.map

View File

@ -6,4 +6,3 @@ Object.setPrototypeOf(Tray.prototype, EventEmitter.prototype);
// Deprecations
Tray.prototype.setHighlightMode = deprecate.removeFunction(Tray.prototype.setHighlightMode, 'setHighlightMode');
module.exports = Tray;
//# sourceMappingURL=tray.js.map

View File

@ -5,4 +5,3 @@ Object.setPrototypeOf(View.prototype, EventEmitter.prototype);
View.prototype._init = function () {
};
module.exports = View;
//# sourceMappingURL=view.js.map

View File

@ -8,4 +8,3 @@ WebContentsView.prototype._init = function () {
View.prototype._init.call(this);
};
module.exports = WebContentsView;
//# sourceMappingURL=web-contents-view.js.map

View File

@ -444,4 +444,3 @@ module.exports = {
return binding.getAllWebContents();
}
};
//# sourceMappingURL=web-contents.js.map

View File

@ -487,4 +487,3 @@ app.once('ready', function () {
}
}
});
//# sourceMappingURL=chrome-extension.js.map

View File

@ -20,4 +20,3 @@ exports.crashReporterInit = function (options) {
appVersion: app.getVersion()
};
};
//# sourceMappingURL=crash-reporter-init.js.map

View File

@ -47,4 +47,3 @@ exports.setDefaultApplicationMenu = () => {
const menu = electron_1.Menu.buildFromTemplate(template);
electron_1.Menu.setApplicationMenu(menu);
};
//# sourceMappingURL=default-menu.js.map

View File

@ -83,4 +83,3 @@ const createCapturerEmitHandler = (capturer, request) => {
}
};
};
//# sourceMappingURL=desktop-capturer.js.map

View File

@ -90,4 +90,3 @@ ipcMainUtils.handle('ELECTRON_INSPECTOR_CONFIRM', async function (event, message
const { response } = await dialog.showMessageBox(window, options);
return response === 0;
});
//# sourceMappingURL=devtools.js.map

View File

@ -362,4 +362,3 @@ const getEmbedder = function (guestInstanceId) {
};
exports.getGuestForWebContents = getGuestForWebContents;
exports.isWebViewTagEnabled = isWebViewTagEnabled;
//# sourceMappingURL=guest-view-manager.js.map

View File

@ -328,4 +328,3 @@ ipcMainInternal.on('ELECTRON_GUEST_WINDOW_MANAGER_WEB_CONTENTS_METHOD_SYNC', fun
event.returnValue = null;
}
});
//# sourceMappingURL=guest-window-manager.js.map

View File

@ -184,4 +184,3 @@ else {
console.error('Failed to locate a valid package to load (app, app.asar or default_app.asar)');
console.error('This normally means you\'ve damaged the Electron package somehow');
}
//# sourceMappingURL=init.js.map

View File

@ -50,4 +50,3 @@ function invokeInWebContents(sender, sendToAll, command, ...args) {
});
}
exports.invokeInWebContents = invokeInWebContents;
//# sourceMappingURL=ipc-main-internal-utils.js.map

View File

@ -5,4 +5,3 @@ const emitter = new events_1.EventEmitter();
// Do not throw exception when channel name is "error".
emitter.on('error', () => { });
exports.ipcMainInternal = emitter;
//# sourceMappingURL=ipc-main-internal.js.map

View File

@ -222,4 +222,3 @@ const NavigationController = (function () {
return NavigationController;
})();
module.exports = NavigationController;
//# sourceMappingURL=navigation-controller.js.map

View File

@ -118,4 +118,3 @@ class ObjectsRegistry {
}
}
module.exports = new ObjectsRegistry();
//# sourceMappingURL=objects-registry.js.map

View File

@ -479,4 +479,3 @@ ipcMainUtils.handle('ELECTRON_BROWSER_SANDBOX_LOAD', async function (event) {
ipcMainInternal.on('ELECTRON_BROWSER_PRELOAD_ERROR', function (event, preloadPath, error) {
event.sender.emit('preload-error', event, preloadPath, errorUtils.deserialize(error));
});
//# sourceMappingURL=rpc-server.js.map

View File

@ -23,4 +23,3 @@ if (process.type === 'renderer') {
}
}
module.exports = clipboard;
//# sourceMappingURL=clipboard.js.map

View File

@ -184,4 +184,3 @@ const deprecate = {
}
};
exports.default = deprecate;
//# sourceMappingURL=deprecate.js.map

View File

@ -6,4 +6,3 @@ exports.setHandler = function (deprecationHandler) {
exports.getHandler = function () {
return deprecate.getHandler();
};
//# sourceMappingURL=deprecations.js.map

View File

@ -31,4 +31,3 @@ exports.defineProperties = function (targetExports) {
}
return Object.defineProperties(targetExports, descriptors);
};
//# sourceMappingURL=electron.js.map

View File

@ -9,4 +9,3 @@ module.exports = function isPromise(val) {
val.constructor.resolve &&
val.constructor.resolve instanceof Function);
};
//# sourceMappingURL=is-promise.js.map

View File

@ -9,4 +9,3 @@ module.exports = [
{ name: 'deprecations', file: 'deprecations', private: true },
{ name: 'isPromise', file: 'is-promise', private: true }
];
//# sourceMappingURL=module-list.js.map

View File

@ -1,4 +1,3 @@
'use strict';
const { nativeImage } = process.electronBinding('native_image');
module.exports = nativeImage;
//# sourceMappingURL=native-image.js.map

View File

@ -1,3 +1,2 @@
'use strict';
module.exports = process.electronBinding('shell');
//# sourceMappingURL=shell.js.map

View File

@ -16,4 +16,3 @@ function electronBindingSetup(binding, processType) {
};
}
exports.electronBindingSetup = electronBindingSetup;
//# sourceMappingURL=atom-binding-setup.js.map

View File

@ -61,4 +61,3 @@ exports.metaToBuffer = function (value) {
return data;
}
};
//# sourceMappingURL=buffer-utils.js.map

View File

@ -47,4 +47,3 @@ module.exports = {
serialize,
deserialize
};
//# sourceMappingURL=clipboard-utils.js.map

View File

@ -75,4 +75,3 @@ class CrashReporter {
}
}
module.exports = CrashReporter;
//# sourceMappingURL=crash-reporter.js.map

View File

@ -34,4 +34,3 @@ exports.serialize = function (error) {
}
return error;
};
//# sourceMappingURL=error-utils.js.map

View File

@ -58,4 +58,3 @@ if (process.platform === 'win32') {
}
});
}
//# sourceMappingURL=init.js.map

View File

@ -17,4 +17,3 @@ module.exports = function parseFeaturesString(features, emit) {
emit(key, value);
});
};
//# sourceMappingURL=parse-features-string.js.map

View File

@ -41,4 +41,3 @@ Module._resolveFilename = function (request, parent, isMain) {
return originalResolveFilename(request, parent, isMain);
}
};
//# sourceMappingURL=reset-search-paths.js.map

View File

@ -66,4 +66,3 @@ exports.asyncPromiseMethods = new Set([
'executeJavaScript',
'printToPDF'
]);
//# sourceMappingURL=web-view-methods.js.map

View File

@ -7,4 +7,3 @@ class CrashReporterRenderer extends CrashReporter {
}
}
module.exports = new CrashReporterRenderer();
//# sourceMappingURL=crash-reporter.js.map

View File

@ -35,4 +35,3 @@ const getSources = (options) => {
});
};
exports.getSources = deprecate.promisify(getSources);
//# sourceMappingURL=desktop-capturer.js.map

View File

@ -18,4 +18,3 @@ for (const { name, file, enabled = true, private: isPrivate = false } of moduleL
})
});
}
//# sourceMappingURL=electron.js.map

View File

@ -20,4 +20,3 @@ ipcRenderer.sendToAll = function (webContentsId, channel, ...args) {
return ipc.sendTo(internal, true, webContentsId, channel, args);
};
module.exports = ipcRenderer;
//# sourceMappingURL=ipc-renderer.js.map

View File

@ -15,4 +15,3 @@ module.exports = [
{ name: 'remote', file: 'remote', enabled: enableRemoteModule },
{ name: 'webFrame', file: 'web-frame' }
];
//# sourceMappingURL=module-list.js.map

View File

@ -337,4 +337,3 @@ browserModules
.filter((m) => !m.private)
.map((m) => m.name)
.forEach(addBuiltinProperty);
//# sourceMappingURL=remote.js.map

View File

@ -79,4 +79,3 @@ for (const method of promisifiedMethods) {
}
const _webFrame = new WebFrame(window);
exports.default = _webFrame;
//# sourceMappingURL=web-frame.js.map

View File

@ -49,4 +49,3 @@ class CallbacksRegistry {
}
}
module.exports = CallbacksRegistry;
//# sourceMappingURL=callbacks-registry.js.map

View File

@ -171,4 +171,3 @@ function injectTo(extensionId, context) {
};
}
exports.injectTo = injectTo;
//# sourceMappingURL=chrome-api.js.map

View File

@ -106,4 +106,3 @@ module.exports = (getRenderProcessPreferences) => {
}
}
};
//# sourceMappingURL=content-scripts-injector.js.map

View File

@ -19,4 +19,3 @@ class Event {
}
}
module.exports = Event;
//# sourceMappingURL=event.js.map

View File

@ -50,4 +50,3 @@ exports.setup = (extensionId) => {
}
};
};
//# sourceMappingURL=i18n.js.map

View File

@ -85,4 +85,3 @@ module.exports = {
local: getStorageManager('local', extensionId)
})
};
//# sourceMappingURL=storage.js.map

View File

@ -16,4 +16,3 @@ class WebNavigation {
exports.setup = () => {
return new WebNavigation();
};
//# sourceMappingURL=web-navigation.js.map

View File

@ -173,4 +173,3 @@ if (process.isMainFrame) {
const { securityWarnings } = require('@electron/internal/renderer/security-warnings');
securityWarnings(nodeIntegration);
}
//# sourceMappingURL=init.js.map

View File

@ -50,4 +50,3 @@ const createFileSelectorElement = function (callback) {
fileSelectorElement.click = showFileChooserDialog.bind(this, callback);
return fileSelectorElement;
};
//# sourceMappingURL=inspector.js.map

View File

@ -39,4 +39,3 @@ function invokeSync(command, ...args) {
}
}
exports.invokeSync = invokeSync;
//# sourceMappingURL=ipc-renderer-internal-utils.js.map

View File

@ -17,4 +17,3 @@ exports.ipcRendererInternal.sendTo = function (webContentsId, channel, ...args)
exports.ipcRendererInternal.sendToAll = function (webContentsId, channel, ...args) {
return binding.ipc.sendTo(internal, true, webContentsId, channel, args);
};
//# sourceMappingURL=ipc-renderer-internal.js.map

View File

@ -236,4 +236,3 @@ function securityWarnings(nodeIntegration) {
window.addEventListener('load', loadHandler, { once: true });
}
exports.securityWarnings = securityWarnings;
//# sourceMappingURL=security-warnings.js.map

View File

@ -11,4 +11,3 @@ exports.webFrameInit = () => {
return electron_1.webFrame[method](...args);
});
};
//# sourceMappingURL=web-frame-init.js.map

View File

@ -108,4 +108,3 @@ exports.guestViewInternalModule = {
destroyGuest,
attachGuest
};
//# sourceMappingURL=guest-view-internal.js.map

View File

@ -248,4 +248,3 @@ web_view_impl_1.WebViewImpl.prototype.setupWebViewAttributes = function () {
this.attributes["disableblinkfeatures" /* ATTRIBUTE_DISABLEBLINKFEATURES */] = new DisableBlinkFeaturesAttribute(this);
this.attributes["webpreferences" /* ATTRIBUTE_WEBPREFERENCES */] = new WebPreferencesAttribute(this);
};
//# sourceMappingURL=web-view-attributes.js.map

View File

@ -1,3 +1,2 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=web-view-constants.js.map

View File

@ -99,4 +99,3 @@ exports.setupWebView = (v8Util, webViewImpl) => {
};
window.addEventListener('readystatechange', listener, useCapture);
};
//# sourceMappingURL=web-view-element.js.map

View File

@ -230,4 +230,3 @@ exports.webViewImplModule = {
webFrame: electron_1.webFrame,
WebViewImpl
};
//# sourceMappingURL=web-view-impl.js.map

View File

@ -30,4 +30,3 @@ function webViewInit(contextIsolation, webviewTag, guestInstanceId) {
}
}
exports.webViewInit = webViewInit;
//# sourceMappingURL=web-view-init.js.map

View File

@ -244,4 +244,3 @@ exports.windowSetup = (guestInstanceId, openerId, isHiddenPage, usesNativeWindow
});
}
};
//# sourceMappingURL=window-setup.js.map

View File

@ -27,4 +27,3 @@ else {
global.__filename = __filename;
global.__dirname = __dirname;
}
//# sourceMappingURL=init.js.map