Hye Sung Jung
0bd8a97f38
update ( #21915 )
2020-01-29 18:42:25 +09:00
Mark Lee
28fb2b7ed5
docs: move breaking changes out of API folder ( #21870 )
...
This should allow planned breaking changes to be shown in the website
prior to a stable release with the changes included.
2020-01-28 22:19:18 +00:00
Erick Zhao
ae0064d787
docs: remove references to inaccessible team pages ( #21923 )
2020-01-28 22:16:42 +00:00
Erick Zhao
ca81e72975
docs: fix links to SECURITY and CONTRIBUTING files ( #21921 )
2020-01-28 22:16:22 +00:00
Mehedi Hassan
1d58db82f2
Fix node.lib download link ( #21930 )
...
The documentation is currently pointing to a download link that leads to a 404 for the ARM64 version of `node.lib`. This change updates the link to the correct download for ARM64 `node.lib`.
2020-01-28 22:15:09 +00:00
Shelley Vohr
548b290ea7
feat: add more options to printToPDF ( #21906 )
2020-01-28 20:47:24 +00:00
Charles Kerr
1b4eb0b679
fix: use powerMonitor.on() only after app is ready ( #21927 )
...
* fix: use powerMonitor.on() only after app is ready
powerMonitor can't be used until the app is ready; however, on Linux,
powerMonitor.on() was called as soon as lib/browser/api/power-monitor.ts
was loaded.
This patch takes @vladimiry's suggestion of wrapping that in an
app.on('ready') handler to prevent powerMonitor.on() from being called
prematurely.
Fixes #21716
2020-01-28 12:19:44 -06:00
Electron Bot
64f484c894
Bump v9.0.0-nightly.20200128
2020-01-28 07:33:06 -08:00
Charles Kerr
5f307381d2
fix: ensure tray icon is the proper size on linux ( #21904 )
...
* fix: ensure tray icon is the proper size on linux
Fixes #21445 .
* chore: use correct include order
* chore: use correct include order
* chore: remove use of deprecated casting style
* chore: be more explicit about the 22 pixel height
* chore: remove now-unneeded #include statements
* chore: fix typo and bugs.chromium.org link
* refactor: put GetIconFromImage() in anon namespace
2020-01-28 10:17:45 -05:00
Shelley Vohr
55ccca922d
fix: About Panel credits should be dark mode aware ( #21880 )
2020-01-28 04:23:02 +00:00
John Kleinschmidt
5d1a9c0cbb
ci: Use Windows VM initialized via script ( #21882 )
...
* ci: use VM initialized via setup script
* update depot_tools location
* Handle bad src archive files
* Use proper version of windbg
2020-01-27 21:45:04 -05:00
Mark Lee
1aac233711
docs: clean up context bridge API docs ( #21888 )
2020-01-27 17:14:54 -06:00
Shelley Vohr
c588658a01
fix: window.print() only working once ( #21893 )
2020-01-27 18:54:56 +00:00
Samuel Attard
37feeb8e5f
feat: expose the chromium validated certificate in the certificate verify proc ( #21890 )
2020-01-27 10:48:29 -08:00
loc
f34cbe66a0
docs: add .lldbinit to macOS debugging docs ( #21879 )
...
* docs: add .lldbinit to macOS debugging docs
* fix lint by adding language to fenced code block
* remove trailing whitespace 😑
2020-01-27 08:10:25 -08:00
Electron Bot
eaa907d1dc
Bump v9.0.0-nightly.20200127
2020-01-27 07:31:14 -08:00
Matthew Harris
129df5ffca
docs(offscreen-rendering): missing word "is" ( #21898 )
2020-01-27 15:48:56 +09:00
Cheng Zhao
0209302d84
test: use exit event to wait for process exit ( #21865 )
2020-01-27 10:29:50 +09:00
Cheng Zhao
2743d60f52
fix: menu not updating with Tray.setContextMenu ( #21883 )
2020-01-26 13:02:33 -08:00
Samuel Attard
edafbc43e1
Update browser-window.md ( #21892 )
2020-01-26 12:17:18 -08:00
Shelley Vohr
425d6ae47b
fix: recursive printing crash ( #21889 )
2020-01-26 11:52:50 -08:00
Electron Bot
ee1d9ec6f9
Bump v9.0.0-nightly.20200126
2020-01-26 07:32:18 -08:00
Electron Bot
501f9d21f6
Bump v9.0.0-nightly.20200125
2020-01-25 07:31:27 -08:00
LuoJinghua
852b8693bd
feat: Exposing methods required by capturing a hidden webContents ( #21679 )
2020-01-25 09:43:42 +09:00
Electron Bot
8103ded33e
Bump v9.0.0-nightly.20200124
2020-01-24 07:33:00 -08:00
bitdisaster
467d7457be
docs: details to run unit tests on Windows ( #21840 )
...
* document how to get unit tests running
* chore: fix styles
* chore: add lang fence
Co-authored-by: Cheng Zhao <zcbenz@github.com>
2020-01-24 10:51:09 +09:00
Cheng Zhao
74acd17771
test: make window.history.pushState test more robust ( #21875 )
2020-01-23 10:51:41 -08:00
Tony
5781850706
feat: custom positioning for traffic light buttons ( #21781 )
...
* feat: custom positioning for traffic light buttons
* remove NSLog and unnecessary call-site in IsVisible()
* no longer need to check if entering fullscreen
* change API to take a point object
Co-authored-by: tonyfwoo <55114329+tonyfwoo@users.noreply.github.com>
2020-01-23 10:13:08 -08:00
Samuel Attard
dd95a6f034
build: move external binaries to S3 ( #21829 )
2020-01-23 10:00:35 -08:00
John Kleinschmidt
c92edc8fc4
test: specify target arch on mksnapshot ( #21871 )
2020-01-23 09:54:27 -08:00
John Kleinschmidt
dc2fcff01c
ci: use goma for windows and linux builds ( #21868 )
...
* ci: use goma for windows and linux builds
2020-01-23 09:47:38 -08:00
Electron Bot
7c0a9f29ca
Bump v9.0.0-nightly.20200123
2020-01-23 07:32:49 -08:00
Ross Rosen
1d58072f65
docs: added info on bookmark return values for securityScopedBookmarks ( #17584 )
2020-01-23 10:17:39 +09:00
Shelley Vohr
b90537a629
feat: add tray.closeContextMenu() ( #21807 )
2020-01-22 15:25:17 -08:00
Electron Bot
87af95be3e
Revert "Bump v9.0.0-nightly.20200122"
...
This reverts commit 21b9b30b99
.
2020-01-22 08:13:55 -08:00
Electron Bot
21b9b30b99
Bump v9.0.0-nightly.20200122
2020-01-22 07:31:45 -08:00
Shelley Vohr
a5d5e76b10
fix: some websites using WebComponents V0 not loading ( #21858 )
2020-01-22 22:03:17 +09:00
Shelley Vohr
11804dfe2f
fix: Windows checkboxChecked edge case ( #21852 )
2020-01-22 16:38:39 +09:00
Cheng Zhao
fbc2f8344f
fix: crash when doing redirect navigation with webRequest listener ( #21838 )
...
* fix: pass navigation_ui_data to proxying factory
* fix: clone response instead of move in redirect
2020-01-22 10:31:10 +09:00
Cheng Zhao
36fac7bfec
fix: call SetCanActivate in setFocusable ( #21846 )
2020-01-22 10:13:48 +09:00
Jeremy Apthorp
100a85f93a
fix: [extensions] load extensions on the IO thread ( #21811 )
2020-01-21 09:43:18 -08:00
Jeremy Apthorp
acb5b75057
chore: [extensions] support old APIs when enable_electron_extensions = true ( #21812 )
2020-01-21 09:42:55 -08:00
Electron Bot
dc97fe0640
chore: bump chromium to b243c83a66a7fded00f3408107778 (master) ( #21827 )
...
Co-authored-by: Robo <hop2deep@gmail.com>
2020-01-21 09:39:37 -08:00
Electron Bot
34baa02c28
Bump v9.0.0-nightly.20200121
2020-01-21 07:31:48 -08:00
Jeremy Apthorp
d802fe0fdd
fix: [extensions] some chrome.extension APIs ( #21804 )
2020-01-21 09:44:09 +09:00
Samuel Attard
ebe8bddc31
fix: ignore (un)lock events for sessions that aren't the current session ( #21805 )
2020-01-20 15:48:12 +09:00
Shelley Vohr
38947f43de
docs: menu item labels are not dynamic ( #21823 )
2020-01-20 15:44:22 +09:00
Electron Bot
64a2490efe
Bump v9.0.0-nightly.20200119
2020-01-19 07:31:09 -08:00
Electron Bot
48b9c7df84
Bump v9.0.0-nightly.20200118
2020-01-18 07:31:19 -08:00
Martin
9636acb907
docs: update setAspectRatio documentation ( #19945 )
2020-01-17 20:35:27 +00:00