Samuel Attard
|
d7f07e8a80
|
refactor: rename the atom directory to shell
|
2019-06-19 17:33:28 -07:00 |
|
Shelley Vohr
|
abab90f563
|
feat: allow resigning current NSUserActivity (#18659)
* feat: allow resigning current NSUserActivity
* wrap in @available check
|
2019-06-06 22:16:03 -07:00 |
|
Milan Burda
|
9585818a90
|
chore: add clang-format and limited linting for Objective-C sources (#18104)
|
2019-05-02 21:05:37 +09:00 |
|
Electron Bot
|
716cb28430
|
chore: bump chromium to 1e9f9a24aa12 (master) (#17880)
* chore: bump chromium in DEPS to 1e9f9a24aa12bea9cf194a82a7e249bd1242ec4f
* chore: update patches
* Make WebContents' theme color a base::Optional<SkColor>
https://chromium-review.googlesource.com/c/chromium/src/+/1540022
* update autofill patch for incorrect header includes
* Move Shell messages to web_test and rename to BlinkTest.
https://chromium-review.googlesource.com/c/chromium/src/+/1525181
* Make PlatformNotificationServiceImpl a KeyedService.
https://chromium-review.googlesource.com/c/chromium/src/+/1336150
* Move MediaPlayerId to its own file.
https://chromium-review.googlesource.com/c/chromium/src/+/1547057
* Remove net/base/completion_callback.h, which is no longer used
https://chromium-review.googlesource.com/c/chromium/src/+/1552821
* AW NS: support file scheme cookies
https://chromium-review.googlesource.com/c/chromium/src/+/1533486
* Remove SecurityInfo and adapt remaining consumers
https://chromium-review.googlesource.com/c/chromium/src/+/1509455
* Remove deprecated type-specific number to string conversion functions
https://chromium-review.googlesource.com/c/chromium/src/+/1545881
* DevTools: Adding new performance histograms for launch of top 4 tools
https://chromium-review.googlesource.com/c/chromium/src/+/1506388
* Update include paths for //base/hash/hash.h
https://chromium-review.googlesource.com/c/chromium/src/+/1544630
* build: Disable ensure_gn_version gclient hook for mac CI checkout
* update patches
* use maybe version of v8::String::NewFromTwoByte
* bump appveyor image version
* fix mac ci hopefully
* Convert enum to enum class for MenuAnchorPosition
https://chromium-review.googlesource.com/c/chromium/src/+/1530508
* use maybe version of ToObject
* RenderViewHost::GetProcess is no longer const
* Unrefcount AuthChallengeInfo
https://chromium-review.googlesource.com/c/chromium/src/+/1550631
* MenuButtonController takes Button rather than MenuButton
https://chromium-review.googlesource.com/c/chromium/src/+/1500935
* add //ui/views_bridge_mac to deps to fix link error
* forward declare views::Button in atom::MenuDelegate
* more v8 patches
* base/{=> hash}/md5.h
https://chromium-review.googlesource.com/c/chromium/src/+/1535124
* gfx::{PlatformFontWin => win}::*
https://chromium-review.googlesource.com/c/chromium/src/+/1534178
* fix v8 patches
* [base] Rename TaskScheduler to ThreadPool
https://chromium-review.googlesource.com/c/chromium/src/+/1561552
* use internal_config_base for bytecode_builtins_list_generator
avoids windows link errors
* FIXME: temporarily disable v8/breakpad integration
* FIXME: temporarily disable prevent-will-redirect test
* FIXME: disable neon on aarch64 pending crbug.com/953815
* update to account for WebCursor refactor
https://chromium-review.googlesource.com/c/chromium/src/+/1562755
* enable stack dumping on appveyor
* Revert "FIXME: disable neon on aarch64 pending crbug.com/953815"
This reverts commit 57f082026be3d83069f2a2814684abf4dc9e7b53.
* fix: remove const qualifiers to match upstream
* fix: remove const qualifiers to match upstream in cc files as well
* don't throw an error when testing if an object is an object
* use non-deprecated Buffer constructor
* Remove net::CookieSameSite::DEFAULT_MODE enum value
https://chromium-review.googlesource.com/c/chromium/src/+/1567955
* depend on modded dbus-native to work around buffer deprecation
https://github.com/sidorares/dbus-native/pull/262
* revert clang roll to fix arm build on linux
* fixup! depend on modded dbus-native to work around buffer deprecation
need more coffee
* update coffee-script
* robustify verify-mksnapshot w.r.t. command-line parameters
* Revert "robustify verify-mksnapshot w.r.t. command-line parameters"
This reverts commit a49af01411f684f6025528d604895c3696e0bc57.
* fix mksnapshot by matching args
* update patches
* TMP: enable rdp on appveyor
* Changed ContentBrowserClient::CreateQuotaPermissionContext() to return scoped_refptr.
https://chromium-review.googlesource.com/c/chromium/src/+/1569376
* Make content::ResourceType an enum class.
https://chromium-review.googlesource.com/c/chromium/src/+/1569345
* fixup! Make content::ResourceType an enum class.
* turn off rdp
* use net::CompletionRepeatingCallback instead of base::Callback<void(int)>
* remove disable_ensure_gn_version_gclient_hook.patch
* copy repeating callback instead of std::move
* fix lint
* add completion_repeating_callback.h include
|
2019-04-20 10:20:37 -07:00 |
|
Shelley Vohr
|
12b6a0f5b2
|
feat: add native emoji picker (#17359)
|
2019-03-14 13:39:52 -07:00 |
|
deepak1556
|
49f414b439
|
[Mac] Remove GC calls from Chromium.
https://chromium-review.googlesource.com/c/chromium/src/+/1471382
|
2019-03-08 15:04:32 -08:00 |
|
Shazron Abdullah
|
6da939629b
|
fix: respect the user's active app focus (#16400)
* Respect the user's active app
Apple recommends not setting this to true. https://developer.apple.com/documentation/appkit/nsapplication/1428468-activateignoringotherapps?language=objc
* Remove atom_bundle_mover.mm change for [NSApp activateIgnoringOtherApps:]
|
2019-02-25 17:44:38 -08:00 |
|
Milan Burda
|
5e762d6a47
|
chore: finalize dropping support for OS X Mavericks (version 10.9) (#17102)
|
2019-02-25 17:21:57 +00:00 |
|
Cheng Zhao
|
32a4de4a68
|
chore: make util::Promise a move-only type (#17071)
|
2019-02-21 12:32:44 +00:00 |
|
deepak1556
|
d7fea1b484
|
REVIEW: fix possible -Wdeprecated-declarations warnings
|
2019-02-14 23:59:26 +05:30 |
|
Shelley Vohr
|
ca83d36426
|
feat: promisify app.dock.show() (#16904)
* feat: promisify app.dock.show
* add a spec
|
2019-02-12 21:06:33 -08:00 |
|
Jeremy Apthorp
|
d228bdfb9e
|
gfx::NativeView is no longer NSView on mac
https://chromium-review.googlesource.com/c/1270343
|
2019-01-22 10:32:04 -08:00 |
|
Shelley Vohr
|
73fbb69c50
|
chore: change return type of platform_util::SetLoginItemEnabled (#15854)
|
2018-11-27 23:16:53 -05:00 |
|
Shelley Vohr
|
787dbbe610
|
feat: add about panel customization on linux (#15658)
|
2018-11-13 17:12:24 -05:00 |
|
Milan Burda
|
8ba271efba
|
refactor: eliminate brightray (#15240)
|
2018-10-24 12:49:10 +02:00 |
|
Shelley Vohr
|
6fc2a2a051
|
fix: natively implement LoginItem functions (#15010)
|
2018-10-12 15:19:27 -07:00 |
|
Shelley Vohr
|
003a92e099
|
refactor: remove deprecated GetAs methods (#13425)
* refactor: remove deprecated GetAs methods
* restructure URLRequestAsyncAsarJob on win
* fix: add string conversion header
|
2018-06-27 14:52:48 -07:00 |
|
Samuel Attard
|
79fbd6bab1
|
Revert "fix: Drop support for OS X Mavericks (version 10.9)" (#13333)
|
2018-06-20 07:27:55 -05:00 |
|
Husayn
|
1a8c986fb1
|
set mac protocol to none (#13302)
|
2018-06-20 13:16:37 +10:00 |
|
Milan Burda
|
794fe741e9
|
fix: Drop support for OS X Mavericks (version 10.9)
|
2018-06-19 17:49:27 +02:00 |
|
Shelley Vohr
|
12a57ff1c2
|
clang-format objc files (#12673)
|
2018-04-20 11:47:04 -07:00 |
|
Jeremy Apthorp
|
f3c00e96aa
|
Bring mac code into conformance with -Wunguarded-availability
|
2018-04-19 11:12:58 -07:00 |
|
Jeremy Apthorp
|
a635f078c6
|
[chromium-style] auto variable type must not deduce to a raw pointer type
|
2018-04-19 11:10:52 -07:00 |
|
Cheng Zhao
|
78468098c5
|
Don't store WebContents in NativeWindow
|
2018-03-06 16:21:18 +09:00 |
|
Cheng Zhao
|
983e1b1a70
|
Implement shutdown event for macOS
|
2018-02-05 16:20:57 +09:00 |
|
Ted Kim
|
8184cbfb06
|
Implement login helper to manage login item in Mac App Store build
|
2017-11-17 10:53:09 +09:00 |
|
Alexey Kuzmin
|
8657169017
|
Revert "Implement login helper to manage login item in Mac App Store build"
|
2017-11-16 19:05:13 +03:00 |
|
Ted Kim
|
4119da607f
|
Implement login helper to manage login item in Mac App Store build
|
2017-10-20 11:44:19 +09:00 |
|
Cheng Zhao
|
ff023115f5
|
Style fixes
|
2017-09-14 16:12:34 +09:00 |
|
Rafael Nobre
|
9483f0fc14
|
Adds synchronization logic to allow NSUserActivityDelegate to wait Javascript updating the NSUserActiity UserInfo if requested.
|
2017-09-14 15:59:43 +09:00 |
|
Rafael Nobre
|
a870799c32
|
Exposes more Handoff related APIs to Electron.
|
2017-09-14 15:59:43 +09:00 |
|
Kevin Sawicki
|
da5d7d72b0
|
Add GetWindows helper that returns a vector
|
2017-04-11 09:09:17 -07:00 |
|
Haojian Wu
|
e8abee9ca9
|
Replace C-style casts with static_cast.
|
2017-03-30 23:05:47 +02:00 |
|
Haojian Wu
|
ff745e1a82
|
Use prefix increment in for loops.
|
2017-03-30 22:56:21 +02:00 |
|
Haojian Wu
|
8d8c7ce6ad
|
Correct type cast.
|
2017-03-30 22:53:20 +02:00 |
|
Haojian Wu
|
5f724e57bc
|
Avoid unnecessary copy of parameters.
|
2017-03-29 22:06:07 +02:00 |
|
Cheng Zhao
|
e91eed6758
|
FOR_EACH_OBSERVER is removed
|
2017-02-06 10:34:28 -08:00 |
|
Kevin Sawicki
|
e2501a80e4
|
Add path and args to LoginItemSettings struct
|
2017-02-06 08:34:35 -08:00 |
|
Charlie Hess
|
26d4a3b0ba
|
Fix method signature on macOS.
|
2017-02-06 08:34:35 -08:00 |
|
Kevin Sawicki
|
11449b2e8c
|
Convert about credits to NSAttributedString
|
2016-11-16 07:42:24 -08:00 |
|
Kevin Sawicki
|
1e4ef195bb
|
Use lower-case about panel option keys
|
2016-10-12 11:18:21 -07:00 |
|
Kevin Sawicki
|
7de6a06acf
|
Support setting about panel options
|
2016-10-10 13:30:58 -07:00 |
|
Cheng Zhao
|
77dfd3a76c
|
Do not add extra space when args is empty
|
2016-08-22 09:50:58 +09:00 |
|
Samuel Attard
|
88bf089504
|
Pass args through correctly
|
2016-08-16 17:40:44 +10:00 |
|
Samuel Attard
|
14154e374a
|
Fix cpp linting issues
|
2016-08-16 15:54:30 +10:00 |
|
Samuel Attard
|
e5daf63b0e
|
Allow client to specify EXE file and args to set as default handler
* Optional path param to setAsDefaultProtocolClient
* Optional args param to setAsDefaultProtocolClient
|
2016-08-16 15:35:33 +10:00 |
|
Gabriel Handford
|
7bde92deb9
|
Add isVisible() to app.dock
|
2016-08-01 15:22:37 -07:00 |
|
Cheng Zhao
|
6e81c55880
|
Merge pull request #6385 from electron/only-use-role-accelerator-in-app-menu
Only use default role accelerator in app menu
|
2016-07-08 11:22:21 +09:00 |
|
Kevin Sawicki
|
7326d3d3d5
|
🎨
|
2016-07-07 16:38:12 -07:00 |
|
Kevin Sawicki
|
c100300764
|
Update API to get/setLoginItemSettings
|
2016-07-07 16:29:09 -07:00 |
|