Conversation
|
This is ready to go, testings will be appreciated. Prebuilt binaries for Chrome 53 build can be found at: https://github.com/electron/electron/releases/tag/untagged-022e0d01224f774e7712 |
|
Verified some stuff on linux for which we don't have tests.
stacktrace:
|
| dict.Get("accelerationRatioX", &out->accelerationRatioX); | ||
| dict.Get("accelerationRatioY", &out->accelerationRatioY); | ||
| dict.Get("hasPreciseScrollingDeltas", &out->hasPreciseScrollingDeltas); | ||
| dict.Get("canScroll", &out->canScroll); |
There was a problem hiding this comment.
option should be removed from docs ?
There was a problem hiding this comment.
There is no such member in blink::WebMouseWheelEvent anymore.
There was a problem hiding this comment.
If we want to maintain backwards compatibility, we could use the method that replaced that member https://codereview.chromium.org/2052663004/patch/80001/90009 (but I'm not sure that's a widely used feature anyway, might not worth the hassle)
|
@zcbenz I tried to use the link above to the prebuilt binaries, but got a 404. |
Since Chrome 53 all meaningful results of found-in-page are finalUpdate.
|
maybe this is not place to ask about this . but what is the percentage of es6 in electron 1.4.0 ? |
|
@alnour-altegani http://node.green/ |
|
The .node-version file (root folder) is still 6.3.0 |
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2944338 Electron has had a `GetCompositor()` method in this class since #7104. Upstream just added a virtual GetCompositor() to parent class RenderWidgetHostViewBase, so mark ours as 'override' and move its declaration + implementation to the 'overrides RenderWidgetHostViewBase' sections of our .h, .cc.
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2944338 Electron has had a `GetCompositor()` method in this class since #7104. Upstream just added a virtual GetCompositor() to parent class RenderWidgetHostViewBase, so mark ours as 'override' and move its declaration + implementation to the 'overrides RenderWidgetHostViewBase' sections of our .h, .cc.
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2944338 Electron has had a `GetCompositor()` method in this class since #7104. Upstream just added a virtual GetCompositor() to parent class RenderWidgetHostViewBase, so mark ours as 'override' and move its declaration + implementation to the 'overrides RenderWidgetHostViewBase' sections of our .h, .cc.
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2944338 Electron has had a `GetCompositor()` method in this class since #7104. Upstream just added a virtual GetCompositor() to parent class RenderWidgetHostViewBase, so mark ours as 'override' and move its declaration + implementation to the 'overrides RenderWidgetHostViewBase' sections of our .h, .cc.
Debug build compiles on:
Release build compiles on:
Tests passing on:
Merge: