Граф коммитов

1386 Коммитов

Автор SHA1 Сообщение Дата
Sudowoodo Release Bot fcad531f2e Bump v16.0.0-nightly.20210909 2021-09-09 06:01:36 -07:00
Sudowoodo Release Bot 9dee1183f9 Bump v16.0.0-nightly.20210908 2021-09-08 06:02:30 -07:00
Sudowoodo Release Bot 64e33002f8 Bump v16.0.0-nightly.20210907 2021-09-07 06:02:06 -07:00
Sudowoodo Release Bot ce6a71e936 Bump v16.0.0-nightly.20210906 2021-09-06 19:02:56 -07:00
Sudowoodo Release Bot 57e3c25378 Revert "Bump v16.0.0-nightly.20210906"
This reverts commit f39ba9281c.
2021-09-06 18:48:49 -07:00
Sudowoodo Release Bot f39ba9281c Bump v16.0.0-nightly.20210906 2021-09-06 06:02:05 -07:00
Sudowoodo Release Bot 92222c874f Bump v16.0.0-nightly.20210903 2021-09-03 06:02:32 -07:00
Sudowoodo Release Bot c30303207a Bump v16.0.0-nightly.20210902 2021-09-02 16:35:36 -07:00
Sudowoodo Release Bot 5554de0237 Revert "Bump v16.0.0-nightly.20210902"
This reverts commit 6d4995ec17.
2021-09-02 14:40:45 -07:00
Sudowoodo Release Bot 6d4995ec17 Bump v16.0.0-nightly.20210902 2021-09-02 06:01:22 -07:00
Sudowoodo Release Bot ad776d6113 Bump v16.0.0-nightly.20210901 2021-09-01 06:01:17 -07:00
Jeremy Rose dd7aeda6fb
feat: add app.configureHostResolver (#30576) 2021-08-31 11:55:30 -07:00
Sudowoodo Release Bot 88ff3a6a9a Bump v16.0.0-nightly.20210831 2021-08-31 06:00:47 -07:00
Sudowoodo Release Bot c2da4ec2bc Bump v16.0.0-nightly.20210830 2021-08-30 06:01:39 -07:00
Sudowoodo Release Bot 96131af5d3 Bump v16.0.0-nightly.20210827 2021-08-27 06:01:16 -07:00
Sudowoodo Release Bot f9c6f9af83 Bump v16.0.0-nightly.20210826 2021-08-26 06:01:35 -07:00
Sudowoodo Release Bot c2c1b22a31 Bump v16.0.0-nightly.20210825 2021-08-25 06:03:14 -07:00
Sudowoodo Release Bot e43a25724c Bump v16.0.0-nightly.20210824 2021-08-24 06:01:17 -07:00
Sudowoodo Release Bot 34f1bc0e82 Bump v16.0.0-nightly.20210823 2021-08-23 06:01:59 -07:00
Sudowoodo Release Bot 517b174c3c Bump v16.0.0-nightly.20210820 2021-08-20 06:01:13 -07:00
Sudowoodo Release Bot 4820dee980 Bump v16.0.0-nightly.20210819 2021-08-19 06:00:58 -07:00
Sudowoodo Release Bot f797159fbe Bump v16.0.0-nightly.20210818 2021-08-18 06:00:48 -07:00
Sudowoodo Release Bot ff128a32d9 Bump v16.0.0-nightly.20210817 2021-08-17 06:00:38 -07:00
Sudowoodo Release Bot eaa5d372fb Bump v16.0.0-nightly.20210816 2021-08-16 06:01:11 -07:00
Sudowoodo Release Bot 7132f36ddd Bump v16.0.0-nightly.20210813 2021-08-13 10:41:03 -07:00
Sudowoodo Release Bot 1e983e2a6e Revert "Bump v16.0.0-nightly.20210813"
This reverts commit c5db7a9013.
2021-08-13 10:39:45 -07:00
Sudowoodo Release Bot c5db7a9013 Bump v16.0.0-nightly.20210813 2021-08-13 10:38:06 -07:00
Sudowoodo Release Bot d313ddbd3d Revert "Bump v16.0.0-nightly.20210813"
This reverts commit 6ad47322fa.
2021-08-13 10:30:22 -07:00
Sudowoodo Release Bot 6ad47322fa Bump v16.0.0-nightly.20210813 2021-08-13 10:27:52 -07:00
Sudowoodo Release Bot 17615654e8 Revert "Bump v16.0.0-nightly.20210813"
This reverts commit c6267d9fb0.
2021-08-13 10:23:49 -07:00
Sudowoodo Release Bot c6267d9fb0 Bump v16.0.0-nightly.20210813 2021-08-13 09:30:30 -07:00
Sudowoodo Release Bot 52890e9efd Revert "Bump v16.0.0-nightly.20210813"
This reverts commit 7668507c9d.
2021-08-13 08:10:10 -07:00
Sudowoodo Release Bot 7668507c9d Bump v16.0.0-nightly.20210813 2021-08-13 06:01:58 -07:00
Samuel Attard 439e83de6c
refactor: remove all usages of the legacy request module (#30492)
* Replaces request with got
* Replaces nugget with got streams
* Replaces request in docs with got
* Upgrades dugite to drop requests dependency
2021-08-12 10:34:49 -07:00
Sudowoodo Release Bot 08ff1c2cbf Bump v16.0.0-nightly.20210812 2021-08-12 06:01:50 -07:00
Samuel Attard e11953b0e6
build: update remark (#30493) 2021-08-11 11:13:33 -07:00
Michaela Laurencin 41646d1168
feat: enable windows control overlay on Windows (#29600)
* rebase "feat: enable windows control overlay on Windows"

* correct compilation error

* fix linting errors

* modify includes and build file

* change `hidden` option to `overlay`

* add patch to fix visual layout

* add button background color parameter

* add button text color parameter

* modify `overlay` in docs and modify button hover/press transition color

* change `text` to `symbol`

* remove todo and fix `text` replacement

* add new titleBarOverlay property and remove titleBarStyle `overlay`

* update browser and frameless window docs

* remove chromium patches

* chore: update patches

* change button hover color, update trailing `_`, update test file

* add dchecks, update title bar drawing checks, update test file

* modify for mac and linux builds

* update docs with overlayColor and overlaySymbolColor

* add corner and side hit test info

* modify docs and copyright info

* modify `titlebar_overlay_` as boolean or object

* move `title_bar_style_ to `NativeWindow`

* update docs with boolean and object titlebar_overlay_

* add `IsEmpty` checks

* move get options for boolean and object checks

* fix linting error

* disable `use_lld` for macos

* Update docs/api/frameless-window.md

Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>

* Update docs/api/frameless-window.md

Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>

* Update docs/api/frameless-window.md

Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>

* Apply docs suggestions from code review

Co-authored-by: Jeremy Rose <jeremya@chromium.org>

* modify `true` option description `titleBarOverlay`

* ci: cleanup keychain after tests on arm64 mac (#30472)

Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Rose <jeremya@chromium.org>
2021-08-11 14:07:36 -04:00
Sudowoodo Release Bot 42936b07fe Bump v16.0.0-nightly.20210811 2021-08-11 06:01:26 -07:00
Sudowoodo Release Bot f17e6ae318 Bump v16.0.0-nightly.20210810 2021-08-10 06:01:37 -07:00
Electron Bot 08e9aea940 Bump v16.0.0-nightly.20210809 2021-08-09 06:02:07 -07:00
Electron Bot 66c458a353 Bump v16.0.0-nightly.20210806 2021-08-06 14:06:30 -07:00
Electron Bot d783e944d3 Revert "Bump v16.0.0-nightly.20210806"
This reverts commit 641260bc32.
2021-08-06 12:58:53 -07:00
Electron Bot 641260bc32 Bump v16.0.0-nightly.20210806 2021-08-06 06:01:19 -07:00
Electron Bot 423172775e Bump v16.0.0-nightly.20210805 2021-08-05 06:01:09 -07:00
Electron Bot acbd643e2a Bump v16.0.0-nightly.20210804 2021-08-04 06:00:53 -07:00
Electron Bot 4519bc3cd1 Bump v16.0.0-nightly.20210803 2021-08-03 06:01:40 -07:00
Electron Bot 0cabff0a21 Bump v16.0.0-nightly.20210802 2021-08-02 06:01:52 -07:00
Electron Bot 7b5deb2f3a Bump v16.0.0-nightly.20210730 2021-07-30 06:01:04 -07:00
Electron Bot 4aa9455613 Bump v16.0.0-nightly.20210729 2021-07-29 06:02:12 -07:00
Electron Bot d63980edeb Bump v16.0.0-nightly.20210728 2021-07-28 06:01:28 -07:00