deepak1556
|
7b9dd81018
|
update libcc for macOS render widget dcheck crash fix
|
2018-01-02 16:37:12 +09:00 |
|
deepak1556
|
b9ace16959
|
update libcc for using custom platform with gin
|
2018-01-02 16:37:12 +09:00 |
|
deepak1556
|
769fbd0d3b
|
REVIEW: register BrowserChildProcessObserver once main message loop is ready
|
2018-01-02 16:37:11 +09:00 |
|
deepak1556
|
1b30cac372
|
Don't delay node module initialization
|
2018-01-02 16:37:11 +09:00 |
|
Cheng Zhao
|
1043f07b42
|
Fix compilation on Windows
|
2018-01-02 16:37:11 +09:00 |
|
deepak1556
|
237bd6790b
|
FIXME: allow IO access on main thread for crash reporter
|
2018-01-02 16:37:11 +09:00 |
|
deepak1556
|
abe1faea5c
|
REVIEW: setup request context for NSS OCSP only once
|
2018-01-02 16:37:11 +09:00 |
|
deepak1556
|
e3a56240c9
|
REVIEW: fix base::File helper usage on incorrect task sequence
|
2018-01-02 16:37:10 +09:00 |
|
deepak1556
|
fd297722a8
|
Note about incorrect usage of blink::SchemeRegistry methods
|
2018-01-02 16:37:10 +09:00 |
|
deepak1556
|
73919ea91a
|
update libcc
|
2018-01-02 16:37:10 +09:00 |
|
deepak1556
|
d27744f455
|
Some blink::WebSecurityPolicy methods should be invoked before other render threads are created
|
2018-01-02 16:37:10 +09:00 |
|
deepak1556
|
0df464e16a
|
address review comments
|
2018-01-02 16:37:09 +09:00 |
|
deepak1556
|
ee80313666
|
opt into location service on main thread
|
2018-01-02 16:37:09 +09:00 |
|
deepak1556
|
d29c27dc78
|
REVIEW: obtain mime type from file path only on IO allowed sequence
|
2018-01-02 16:37:09 +09:00 |
|
deepak1556
|
e072213923
|
FIXME: dbus ObjectProxy methods should only be invoked on IO allowed sequence
|
2018-01-02 16:37:09 +09:00 |
|
deepak1556
|
a1592446da
|
REVIEW: access GetApplicationLocale on sequence that allows IO
|
2018-01-02 16:37:08 +09:00 |
|
deepak1556
|
1912fbb073
|
reenable some specs
|
2018-01-02 16:37:08 +09:00 |
|
deepak1556
|
69bd44edbb
|
REVIEW: add render process lifecycle observer only once
|
2018-01-02 16:37:08 +09:00 |
|
deepak1556
|
ebb0e46380
|
REVIEW: create AtomNetworkDelegate on the IO thread
|
2018-01-02 16:37:08 +09:00 |
|
Cheng Zhao
|
b2cef31bc0
|
Revert "Fix race condition when calling JsAsker::BeforeStartInUI"
This reverts commit 37317d74adb53afdcb22c85f2d3987fbae290ac7.
|
2018-01-02 16:37:08 +09:00 |
|
Cheng Zhao
|
6d9b186fa7
|
Fix race condition when calling JsAsker::BeforeStartInUI
|
2018-01-02 16:37:07 +09:00 |
|
deepak1556
|
e30131f30b
|
Initialize isolate holder in standalone node mode
|
2018-01-02 16:37:07 +09:00 |
|
deepak1556
|
88e53b1b5e
|
REVIEW: destroy process singleton on sequence where IO is allowed
|
2018-01-02 16:37:07 +09:00 |
|
deepak1556
|
c3154d86e0
|
FIXME: disable some specs
|
2018-01-02 16:37:07 +09:00 |
|
deepak1556
|
1d95241185
|
FIXME: refactor and remove usage of ScopedAllowIO where possible
|
2018-01-02 16:37:06 +09:00 |
|
deepak1556
|
90acb22a58
|
dont use UI methods on IO thread
|
2018-01-02 16:37:06 +09:00 |
|
deepak1556
|
a518c5c3c4
|
derefence weak ptr only on the same sequence runner it was created in
|
2018-01-02 16:37:06 +09:00 |
|
deepak1556
|
fedf1d889b
|
handle NaN conversion from V8
|
2018-01-02 16:37:06 +09:00 |
|
deepak1556
|
db156865e7
|
pref store needs to be loaded on a thread that allows IO
|
2018-01-02 16:37:06 +09:00 |
|
deepak1556
|
b4e6516ad8
|
fix dcheck failure with invalid UTF8 string conversion for base::Value
|
2018-01-02 16:37:05 +09:00 |
|
deepak1556
|
5c25855ac5
|
create user data dir on thread that allows IO
|
2018-01-02 16:37:05 +09:00 |
|
Cheng Zhao
|
249bd41e11
|
Merge pull request #11546 from electron/menu-callback
Add callback parameter for Menu.popup
|
2018-01-02 16:20:58 +09:00 |
|
deepak1556
|
99e26b8318
|
fix: draggable region ipc should be frame based
|
2018-01-01 22:54:02 +05:30 |
|
Cheng Zhao
|
d04ae88426
|
The RenderWidgetHostView might not be available when showing menu
|
2018-01-01 19:37:59 +09:00 |
|
Cheng Zhao
|
bc61f2eafa
|
Copy the callback instead of reference
I don't really see how this could be a problem, likely a bug of VS 2017?
|
2018-01-01 19:37:59 +09:00 |
|
Cheng Zhao
|
46330ac2a9
|
Remove the closed event of Menu
The callback of Menu.popup does more things, and there is actually no
request for the closed event.
|
2018-01-01 17:22:07 +09:00 |
|
Cheng Zhao
|
73d78d345a
|
Make callback work for old-style Menu.popup call
While the old-style Menu.popup has been deprecated, it is still being
used widely in apps and even in Electron itself.
|
2018-01-01 17:17:01 +09:00 |
|
Cheng Zhao
|
2ec3b8ce76
|
spec: callback for Menu.popup
|
2018-01-01 16:56:22 +09:00 |
|
Cheng Zhao
|
c3eadd5b63
|
mac: Call callback when menu is programmely closed
|
2018-01-01 16:49:25 +09:00 |
|
Cheng Zhao
|
9c6aa9ce90
|
docs: callback of Menu.popup
|
2018-01-01 16:42:23 +09:00 |
|
Cheng Zhao
|
7b01a8b860
|
Add callback parameter to Menu.popup
|
2018-01-01 16:26:19 +09:00 |
|
Cheng Zhao
|
2e3d940749
|
Fix "test.py -g Menu" not working
|
2018-01-01 15:46:39 +09:00 |
|
Cheng Zhao
|
d7bc127c60
|
mac: Correctly close popup menu
|
2018-01-01 15:40:15 +09:00 |
|
Miguel Piedrafita
|
46121da765
|
Update license year
|
2018-01-01 00:51:40 +01:00 |
|
Zhuo Lu
|
b8ec84c761
|
Fix syntax
|
2018-01-01 02:23:32 +08:00 |
|
Tiago Danin
|
e9121936e8
|
Doc Update: New path for web-contents.md
|
2017-12-28 18:22:30 -02:00 |
|
Felix Rieseberg
|
5f4b62b6c8
|
feat: Allow testing of single spec modules (#11409)
* 🔧 ES6 for the spec
* 👷 Allow testing of single modules
* ❤️ Implement feedback
* 📝 Add a testing doc
* 📝 Link to it
* 📝 Cleanup
|
2017-12-28 06:18:33 -05:00 |
|
Zhuo Lu
|
d45914c3f7
|
MenuItem roles camelCase-compatible
|
2017-12-28 13:28:20 +08:00 |
|
Cheng Zhao
|
a161f6e368
|
Merge pull request #11527 from electron/fix-buffer-crash-master
master: Fix crash when using crypto module
|
2017-12-27 21:45:32 +09:00 |
|
Cheng Zhao
|
e45a125f65
|
Update node: Fix crash when doing crypto operation
|
2017-12-27 20:37:04 +09:00 |
|