Cheng Zhao
|
82452e7924
|
win: Fix assertion when getting printers
|
2018-01-02 16:54:36 +09:00 |
|
Cheng Zhao
|
e4770c7604
|
Coding style fixes
|
2017-12-20 18:48:09 +09:00 |
|
Heilig Benedek
|
bcef6eb3df
|
document menu closed event and fix styling issue
|
2017-12-20 15:40:07 +09:00 |
|
Heilig Benedek
|
c586806609
|
fix flash menu being unresponsive to commands
|
2017-12-20 15:40:07 +09:00 |
|
Cheng Zhao
|
6b408de884
|
Allow using docked devtools for webview
|
2017-12-01 11:56:58 +09:00 |
|
Cheng Zhao
|
5e4914700e
|
Enable using external WebContents as devtools
|
2017-12-01 10:35:23 +09:00 |
|
Aleksei Kuzmin
|
56e7867455
|
Move IconURLs method from WebFrame to WebLocalFrame
https://codereview.chromium.org/2918903002
|
2017-11-24 10:58:17 +09:00 |
|
Aleksei Kuzmin
|
7608a0489c
|
Network Traffic Annotation added to DownloadURLParams.
https://chromium-review.googlesource.com/c/530307
|
2017-11-24 10:58:16 +09:00 |
|
Aleksei Kuzmin
|
e926473e5a
|
Partial revert of Provide WebContents::CreateParams to tab helpers.
https://chromium-review.googlesource.com/c/571285
|
2017-11-24 10:58:16 +09:00 |
|
Aleksei Kuzmin
|
ea4a36039a
|
Add Keyboard Latency UMA Metrics.
https://codereview.chromium.org/2756893002
|
2017-11-24 10:58:16 +09:00 |
|
Aleksei Kuzmin
|
f03ca53af5
|
Add blink::WebInputEvent::IsPinchGestureEventType().
https://codereview.chromium.org/2861373004
|
2017-11-24 10:58:16 +09:00 |
|
Aleksei Kuzmin
|
650902c656
|
Renamed LoadCommittedDetails.is_in_page to is_same_document.
https://codereview.chromium.org/2841833002
|
2017-11-24 10:58:16 +09:00 |
|
Aleksei Kuzmin
|
90b0984a14
|
Add missing IWYU message_loop.h includes.
https://codereview.chromium.org/2876013002
|
2017-11-24 10:58:16 +09:00 |
|
Aleksei Kuzmin
|
f2bcdab037
|
Provide WebContents::CreateParams to tab helpers.
https://codereview.chromium.org/2894973002
|
2017-11-24 10:58:16 +09:00 |
|
Aleksei Kuzmin
|
ba6e8b4dff
|
Merge ResourceRequestBodyImpl and ResourceRequestBody.
https://codereview.chromium.org/2954343005
|
2017-11-24 10:58:15 +09:00 |
|
Cheng Zhao
|
cee1c459c7
|
Do not accidentally change the behavior of did-change-theme-color
|
2017-11-13 16:20:54 +09:00 |
|
Cheng Zhao
|
7e0593950c
|
Code style fixes
|
2017-11-13 16:13:54 +09:00 |
|
Heilig Benedek
|
276e12ce71
|
pass on web_contents to properly handle devtools
|
2017-11-13 15:50:50 +09:00 |
|
Heilig Benedek
|
f8b3009ebf
|
restructure code to use web_preferences if possible
|
2017-11-13 15:50:49 +09:00 |
|
Heilig Benedek
|
e39aacb30e
|
fix a bug that caused a crash when using an offscreen window with detached devtools, related to autofill popups
|
2017-11-13 15:46:46 +09:00 |
|
Andrew MacDonald
|
c260a0ab78
|
Allow BrowserWindows to emit console-message events.
|
2017-11-07 15:31:15 -08:00 |
|
Ahmed Mohamed Ali
|
463260b249
|
Electron crashes if user clicks Dev Tools & Zoom options #10697
|
2017-10-21 22:21:24 +02:00 |
|
Cheng Zhao
|
cc9771a3d0
|
Merge pull request #10307 from liusy182/10240-theme-color-2
return null when theme color is transparent or not found
|
2017-09-11 18:40:35 +09:00 |
|
Cheng Zhao
|
0550a4a9b8
|
Fix crash when emitting render-view-deleted event
|
2017-08-29 17:46:46 +09:00 |
|
Siyuan Liu
|
5cb58cd42f
|
use nullptr instead of nullptr_t()
|
2017-08-23 09:30:58 +08:00 |
|
Cheng Zhao
|
2c1984b6ed
|
Add WebContents.getNativeView API
|
2017-08-21 19:50:12 +09:00 |
|
Siyuan Liu
|
eeb2e58ad8
|
return null when theme color is not found
|
2017-08-20 22:48:13 +08:00 |
|
Cheng Zhao
|
ecff620528
|
Merge pull request #10081 from renaesop/master
Add a callback option to `webContents.print`
|
2017-08-17 15:56:02 +09:00 |
|
Kevin Sawicki
|
34fff57646
|
Grant the devtools access to the extension origins
|
2017-08-15 16:19:21 +03:00 |
|
Kevin Sawicki
|
4bb95acc2b
|
👕 Remove linter errors
|
2017-08-15 16:19:21 +03:00 |
|
Tony Ganch
|
4d9f309888
|
Fix HasServiceWorker check
Revert cb2014f9e8ae0283e5f20d4e2167be1592228887.
|
2017-08-15 16:19:21 +03:00 |
|
Aleksei Kuzmin
|
ffbb16e854
|
Adds a basic offline check to InstallableManager.
https://codereview.chromium.org/2751343002
|
2017-08-15 16:19:21 +03:00 |
|
Aleksei Kuzmin
|
9b8a77f0d8
|
Adds the ability for WebContentsDelegate to decide if event should be updated
https://codereview.chromium.org/2775553002
|
2017-08-15 16:19:20 +03:00 |
|
Aleksei Kuzmin
|
99e57f9072
|
Add display::GetDisplayNearestView
https://codereview.chromium.org/2751833004
|
2017-08-15 16:19:20 +03:00 |
|
Aleksei Kuzmin
|
bda5e4efcb
|
Moving LatencyInfo into a separate component.
https://codereview.chromium.org/2783973002
|
2017-08-15 16:19:20 +03:00 |
|
Aleksei Kuzmin
|
c7f2e2731c
|
Allow content embedder to set a cursor for RenderWidgetHost
https://codereview.chromium.org/2808763009
|
2017-08-15 16:19:20 +03:00 |
|
Aleksei Kuzmin
|
7a4ca08a8d
|
The Blink Rename
|
2017-08-15 16:19:20 +03:00 |
|
renaesop
|
6d16eb81d2
|
Add a callback option to webContents.print
|
2017-08-15 14:44:24 +08:00 |
|
Vladimir Vainer
|
e0518444da
|
Minor changes to match style, init variables
|
2017-07-17 16:52:02 +03:00 |
|
Vladimir Vainer
|
42cb3461af
|
🐛 Fix #9231: Don't load url when detached.
|
2017-07-09 06:54:22 +03:00 |
|
Kevin Sawicki
|
1c1cf0d1f2
|
Merge pull request #9857 from alexeykuzmin/add-enable-osr-flag
[WIP] Add enable_osr flag
|
2017-06-29 12:30:44 -07:00 |
|
Aleksei Kuzmin
|
da36bdfcc4
|
Add enable_osr build flag
|
2017-06-28 18:58:52 +02:00 |
|
Birunthan Mohanathas
|
f20f87829b
|
Add webContents.setIgnoreMenuShortcuts()
This allows you to disable application menu shortcut handling on a per
web contents basis.
|
2017-06-26 14:01:17 -07:00 |
|
deepak1556
|
50ac7b2edd
|
Revert "Merge pull request #8724 from electron/defer_load_url"
Possible cause for #9121
This reverts commit 886b47e713 , reversing
changes made to 479af3c9e2 .
|
2017-06-05 19:04:21 +05:30 |
|
Heilig Benedek
|
192cd7787b
|
move popup related code to nativewindow
|
2017-05-26 03:39:36 +02:00 |
|
Heilig Benedek
|
218e28b136
|
minor fixes and enable datalist elements in OSR
|
2017-05-21 19:55:19 +02:00 |
|
Heilig Benedek
|
4949531f57
|
🎨 lint fix
|
2017-05-19 21:52:18 +02:00 |
|
Heilig Benedek
|
f360104bee
|
add datalist element view
|
2017-05-19 21:36:37 +02:00 |
|
Kevin Sawicki
|
97160ffa63
|
Make isDefault a bool
|
2017-05-18 10:51:44 -07:00 |
|
Kevin Sawicki
|
aa29bf8019
|
🎨
|
2017-05-18 10:26:22 -07:00 |
|