Update from original#1
Merged
Merged
Conversation
Add an example of how to use webdriverio with electron
When I first tried to add something to the C++ code, I was a bit overwhelmed by all the special types and abstractions. The info added will hopefully make it a bit easier to start, by directing users to the right place.
This resolves #2293.
One of the tests failed because in one of the paths the drive letter was upper case `C` and in the other it was lower case `c`. Paths in Windows are case insensitive, so this shouldn't fail. The fix was to lower case the paths before comparison (only on Windows).
Organize Documentation Translations
Make sure guest view is destroyed immediately when embeder is closed
This reverts commit d7fda9c.
Fix important typo and update as upstream
nativemate: increase recursion depth
win: Add compatibility information in manifest file
This fixes app.quit() not working when it is called before the message loop starts to run.
win: Delay quitting until next tick of message loop
This reverts commit 1d148fe.
Fix debugger not working for main process
It frees us from using C++ to track JS objects, thus improves the performance of collecting memory.
It is failing in Travis CI but not in GitHub CI or my own machine, ignore it for now.
Optimize memory usage when using remote module
Add webFrame.setZoomLevelLimits API
Opt into location services
etiktin
pushed a commit
that referenced
this pull request
Sep 16, 2015
etiktin
pushed a commit
that referenced
this pull request
Oct 6, 2015
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.