Commit Graph

177 Commits

Author SHA1 Message Date
Benjamin Pasero
fc21a3e0b3 Web: download from explorer via blobs (fix #89407) 2020-01-28 10:15:21 +01:00
Alex Dima
872096e142 Fix issue with getTopLeftOffset hitting a shadow root 2020-01-20 10:33:51 +01:00
Alex Dima
fec1e5516b Remove unnecessary changes 2020-01-20 08:38:57 +01:00
Alex Dima
8f8c09edf4 Remove other reference of monacoShadowRoot 2020-01-19 22:25:00 +01:00
Alex Dima
bb73c423a8 No more need to use monacoShadowRoot in createStyleSheet because all standalone editor calls are qualified 2020-01-19 22:04:39 +01:00
Alex Dima
d818559db0 Merge remote-tracking branch 'origin/master' into pr/lmvco/88536 2020-01-19 21:42:42 +01:00
Alex Dima
c201d89e6a Create local style sheets if the editor is in a shadow DOM 2020-01-19 21:40:52 +01:00
Alex Dima
7de1b3b438 Merge remote-tracking branch 'origin/master' into pr/lmvco/88536 2020-01-19 16:52:01 +01:00
Luis Oliveira
9d2b165a05 Fixing build isssues 2020-01-13 14:30:10 +00:00
Luis Oliveira
4766c9d226 Fixing small issue in dom.ts 2020-01-13 12:51:40 +00:00
Luis Oliveira
c5771a3cb6 Small changes to ShadowDOM 2020-01-13 09:36:48 +00:00
Luis Oliveira
438c35c042 Applying changes for shadow DOM 2020-01-10 17:59:06 +00:00
jeanp413
4f07d93cf7 Fixes #79857 2019-12-28 16:52:15 -05:00
Alex Dima
bc38acf1a4 Use passive: false when it is intentional (fixes microsoft/monaco-editor#1122) 2019-12-12 14:43:32 +01:00
Peng Lyu
ca42425503 Fix #83599. Refresh code widget focus state when hide 2019-12-05 16:17:09 -08:00
Joao Moreno
8ab4d328fa fixes #85039 2019-12-02 14:33:53 +01:00
Peng Lyu
9197d42531 4px margin for home indicator 2019-11-21 15:38:54 -08:00
Peng Lyu
6b21839efd Update lightbulb gesture clicking. 2019-11-21 14:48:52 -08:00
Peng Lyu
1ef501369f exclude system status bar from visual viewport in standalone mode. 2019-11-21 14:48:52 -08:00
Peng Lyu
ee3adf5fd0 Adopt generic mouse events for debug toolbar. 2019-11-20 11:48:27 -08:00
Peng Lyu
40d8fd76b8 pointer events check is not necessary 2019-11-15 14:05:25 -08:00
Peng Lyu
d2e8f2babd limit pointer events to ios 2019-11-15 14:03:45 -08:00
Peng Lyu
18f2fd24c4 Merge remote-tracking branch 'upstream/master' into rebornix/viewportevent 2019-11-15 14:02:14 -08:00
Peng Lyu
5517ac2c12 separete platform check and pointer events. 2019-11-15 14:01:44 -08:00
Peng Lyu
09b5b68aeb Merge remote-tracking branch 'upstream/master' into rebornix/viewportevent 2019-11-15 11:52:07 -08:00
Alex Dima
da112cdb5a changes for #81574 2019-11-15 17:27:23 +01:00
Peng Lyu
a5d14832bd ClientArea. use visual viewport only on mobile. 2019-11-14 11:13:53 -08:00
Peng Lyu
0efcaded93 Merge remote-tracking branch 'upstream/master' into rebornix/viewportevent 2019-11-14 11:10:41 -08:00
Peng Lyu
be772cc38f Fix #83719. PointerEvent handler for iOS. 2019-11-14 10:48:31 -08:00
Peng Lyu
5d0fd48922 Render workbench inside visual viewport. 2019-11-13 11:57:40 -08:00
Benjamin Pasero
d0509cbc84 Web: allow to download from the explorer (#83220)
* wip

* finish
2019-10-24 14:40:27 +02:00
Benjamin Pasero
fa9c39ae35 Web: update PWA theme_color dynamically based on theme 2019-09-27 07:43:17 +02:00
Alex Dima
4e0de7ce57 web connection 2019-09-16 21:48:57 +02:00
Alex Dima
aa1e29286a Prevent back/forward gestures on macos 2019-09-16 15:55:04 +02:00
Matt Bierner
8678266580 Make Dimension immutable
This value should never be mutated by funtions it is passed to. This change makes it immutable. It also inlines the type in a few places in complex code in legacyLayout that were depending on `Dimension` being  mutable
2019-09-13 15:41:02 -07:00
Alex Dima
2afeba767c Add resourceUriProvider API 2019-09-11 18:02:54 +02:00
Alex Dima
d104c2c46d Fixes #79475: Protect against bad callers of asCSSUrl 2019-08-22 10:56:48 +02:00
Alex Dima
b58579c643 Use cookie for connection token, align fetching of remote resources 2019-08-21 16:11:35 +02:00
Benjamin Pasero
98467c3b7c web - storage/lifecycle 💄 2019-08-17 10:17:09 +02:00
Alex Dima
265dba5598 Fixes microsoft/vscode-remote-release#687:
- remove ipc message that passes over the resolved authority
- don't go through the protocol handler when hitting 127.0.0.1
2019-08-16 17:37:40 +02:00
Alex Dima
623855b7c4 Introduce and adopt asCSSUrl 2019-08-16 17:37:40 +02:00
Alex Dima
1ec1b9fe56 More fixes for #78168 2019-08-07 09:30:27 +02:00
Johannes Rieken
ea123f7547 web - make service worker optional 2019-08-05 15:13:45 +02:00
Johannes Rieken
e0b60266a2 force refetch of remote resources that have been added before the SW is ready, #75061 2019-07-24 12:22:12 +02:00
Johannes Rieken
18a1030852 Revert "update style.textContent instead of calling insertRule, #75061"
This reverts commit 5565ddd88c.
2019-07-22 14:57:25 +02:00
Alexandru Dima
b5bf2319cf Merge pull request #72313 from matpl/master
Add shadow root support for isInDOM function
2019-07-22 10:52:00 +02:00
Johannes Rieken
38aadec987 use structured data as query so that requests can be retriggered if needed, #75061 2019-07-11 14:48:00 +02:00
Johannes Rieken
7980cd2697 replace mutation observer with dom#asDomUri, #75061 2019-07-04 10:20:03 +02:00
Peng Lyu
41b3cbc1dc webkit fullscreen detection 2019-06-24 10:49:24 -07:00
Peng Lyu
3399d30c70 Fullscreen change event. 2019-06-19 18:54:54 -07:00