electron/lib/browser/api
Micha Hanselmann 47a38daee2 feat: migrate custom macOS tray view to native one (#18981)
* restore stash

revert

some things work others dont

tracking area for rescue

manual popup

restore drag n drop

cleanup

* fix: make tray not block main process (#18880)

* fix: make tray not block main process

* make AtomMenuModel refcounted

* add support for ansi codes in title

add remove TODOs

* chore: use ScopedPumpMessagesInPrivateModes in tray (#18977)

* chore: use ScopedPumpMessagesInPrivateModes in tray

* revert refcounting of AtomMenuModel

* Prefer WeakPtr for posting tasks to handle unexpected destruction

* cleanup .h

* cleanup .mm

* add imports

add missing include

* fix: crash when tray popup called twice (#18999)

* remove highlightMode and TODOs

* remove unnecessary copy
2019-07-31 10:52:50 -07:00
..
auto-updater chore: rename atomBinding to electronBinding (#17419) 2019-03-18 12:37:06 -07:00
exports refactor: bundle the browser and renderer process electron code (#18553) 2019-06-02 13:03:03 -07:00
views chore: rename atomBinding to electronBinding (#17419) 2019-03-18 12:37:06 -07:00
app.ts docs: add support for readonly,deprecated and platform doc annotations (#19478) 2019-07-26 16:12:59 -07:00
auto-updater.js chore: have 'use strict' consistently across our lib files (#14721) 2018-09-23 00:28:50 +12:00
browser-view.js chore: rename atomBinding to electronBinding (#17419) 2019-03-18 12:37:06 -07:00
browser-window.js fix: [wc|bw]-created events do not emit an event object (#19465) 2019-07-29 13:54:37 -07:00
content-tracing.js feat: [contentTracing] allow calling stopTracing() with no arguments (#18411) 2019-05-28 14:15:42 -07:00
crash-reporter.js refactor: crashReporterInit (#16729) 2019-02-05 12:56:44 -08:00
dialog.js refactor: pass MessageBox params as a struct (#18732) 2019-06-14 08:26:25 -07:00
global-shortcut.js chore: rename atomBinding to electronBinding (#17419) 2019-03-18 12:37:06 -07:00
in-app-purchase.js chore: remove promisification deprecation callbacks (#17907) 2019-04-30 07:08:32 -07:00
ipc-main.ts feat: add ipcRenderer.invoke() (#18449) 2019-05-31 10:25:19 -07:00
menu-item-roles.js test: move MenuItem spec to main process (#19235) 2019-07-16 12:54:18 -07:00
menu-item.js add toolTip property for MenuItem (#19099) 2019-07-11 17:56:22 +09:00
menu-utils.js fix: ability to fetch separators by id (#15290) 2018-10-19 13:09:40 -07:00
menu.js add toolTip property for MenuItem (#19099) 2019-07-11 17:56:22 +09:00
module-keys.js refactor: bundle the browser and renderer process electron code (#18553) 2019-06-02 13:03:03 -07:00
module-list.js refactor: bundle the browser and renderer process electron code (#18553) 2019-06-02 13:03:03 -07:00
net-log.js fix: correctly return properties on the netLog module (#17525) 2019-03-25 22:40:38 -04:00
net.js test: unflake some net specs (#18782) 2019-06-14 16:26:07 -07:00
notification.js chore: rename atomBinding to electronBinding (#17419) 2019-03-18 12:37:06 -07:00
power-monitor.ts chore: remove deprecated APIs (#18159) 2019-05-09 14:48:10 -04:00
power-save-blocker.js chore: rename atomBinding to electronBinding (#17419) 2019-03-18 12:37:06 -07:00
protocol.ts chore: rename atomBinding to electronBinding (#17419) 2019-03-18 12:37:06 -07:00
screen.ts refactor: allow requiring modules with no side effects (#17496) 2019-04-30 09:46:08 +09:00
session.js feat: allow setting capture mode and max file size in netLog API (#19215) 2019-07-25 16:06:39 -07:00
system-preferences.js refactor: convert browser window state fns to props (#18618) 2019-06-04 22:44:16 -07:00
top-level-window.js refactor: make applicationMenu a property on app (#17361) 2019-04-02 13:36:57 -07:00
touch-bar.js chore: remove deprecated touch-bar API (#15650) 2018-11-09 17:00:19 +11:00
tray.js feat: migrate custom macOS tray view to native one (#18981) 2019-07-31 10:52:50 -07:00
view.js chore: rename atomBinding to electronBinding (#17419) 2019-03-18 12:37:06 -07:00
web-contents-view.js chore: rename atomBinding to electronBinding (#17419) 2019-03-18 12:37:06 -07:00
web-contents.js fix: [wc|bw]-created events do not emit an event object (#19465) 2019-07-29 13:54:37 -07:00