-
-
Couldn't load subscription status.
- Fork 3.1k
Description
This issue will be used for tracking feature parity with electron.
The first step is establishing a list of electron features, and determining which of those we wish to eventually implement in tauri
The feature list will be sourced from the electron website
Auto updates
Crash Reporting
Debugging and Profiling
Windows Intaller
Session, Local Storage, Cookies
Define keyboard shortcuts.
Make HTTP/HTTPS requests.
Perform copy and paste operations on the system clipboard.
Manipulate the command line arguments for your app that Chromium reads
Collect tracing data from Chromium to find performance bottlenecks and slow operations.
Create a safe, bi-directional, synchronous bridge across isolated contexts
Access information about media sources that can be used to capture audio and video from the desktop using the navigator.mediaDevices.getUserMedia API.
Display native system dialogs for opening and saving files, alerting, etc.
Control your app in the macOS dock
Control file downloads from remote sources.
Control application configuration and behavior without changing code.
Use the HTML5 File API to work natively with files on the filesystem.
Open a window without toolbars, borders, or other graphical "chrome".
Detect keyboard events when the application does not have keyboard focus.
In-app purchases on Mac App Store.
Handle responses to HTTP/HTTPS requests.
Locale values returned by app.getLocale().
Create native notifications, application menus and context menus.
Add items to native application menus and context menus.
Create tray, dock, and application icons using PNG or JPG files.
Read and respond to changes in Chromium's native color theme.
Issue HTTP/HTTPS requests using Chromium's native networking library
Logging network events for a session.
Create OS desktop notifications
Monitor power state changes.
Block the system from entering low-power (sleep) mode.
Extensions to process object.
Register a custom protocol and intercept existing protocol requests.
Register a custom protocol and intercept existing protocol requests.
Create a browser window with a sandboxed renderer. With this option enabled, the renderer must communicate via IPC to the main process in order to access node APIs.
Retrieve information about screen size, displays, cursor position, etc.
Manage browser sessions, cookies, cache, proxy settings, etc.
Manage files and URLs using their default applications.
Get system preferences.
Create TouchBar layouts for native macOS applications
Create a button in the touch bar for native macOS applications
Create a color picker in the touch bar for native macOS applications
Create a group in the touch bar for native macOS applications
Create a label in the touch bar for native macOS applications
Create a popover in the touch bar for native macOS applications
Create a scrubber (a scrollable selector)
Create a segmented control (a button group) where one button has a selected state
Create a slider in the touch bar for native macOS applications
Create a spacer between two items in the touch bar for native macOS applications
Add icons and context menus to the system's notification area.
Render and control web pages.
Customize the rendering of the current web page.
Intercept and modify the contents of a request at various stages of its lifetime.
Display external web content in an isolated frame and process.
Open a new window and load a URL.
Print to Printer and related options