Cheng Zhao
|
e97d3c21a3
|
Merge pull request #7719 from electron/find-pasteboard
Add macOS find pasteboard support
|
2016-10-26 11:23:14 +09:00 |
|
Kevin Sawicki
|
9e266642f9
|
Merge pull request #7592 from frontapp/master
Preview file with QuickLook
|
2016-10-26 10:12:15 +09:00 |
|
Kevin Sawicki
|
0f5bfadd2b
|
Merge pull request #7740 from mauriciofauth/pt-br/api/window-open
Update docs-translations/pt-BR/api/window-open.md
|
2016-10-26 09:58:48 +09:00 |
|
Kevin Sawicki
|
d85c4da11b
|
Minor formatting tweaks
|
2016-10-26 09:55:34 +09:00 |
|
Kevin Sawicki
|
d982376fc4
|
filename -> displayName
|
2016-10-26 09:47:38 +09:00 |
|
Pierre Laurac
|
d26601f695
|
Convention naming
|
2016-10-26 09:07:38 +09:00 |
|
Pierre Laurac
|
0ec57cca32
|
last linter commit
|
2016-10-26 09:06:50 +09:00 |
|
Pierre Laurac
|
cf5fc3f922
|
more linter
|
2016-10-26 09:06:44 +09:00 |
|
Pierre Laurac
|
1f60aff73d
|
linter
|
2016-10-26 09:06:39 +09:00 |
|
Pierre Laurac
|
9b19e6ee38
|
Changing names and memory leak fix
|
2016-10-26 09:05:42 +09:00 |
|
Pierre Laurac
|
6bac17fb9a
|
Linter
|
2016-10-26 09:05:36 +09:00 |
|
Pierre Laurac
|
e759ce72b5
|
Using UTF8 String for filepath and filename
|
2016-10-26 09:05:27 +09:00 |
|
Pierre Laurac
|
b44371f4bf
|
filename as Optional argument
|
2016-10-26 09:05:01 +09:00 |
|
Pierre Laurac
|
9736dc3115
|
Specifying macOS only method
|
2016-10-26 09:04:30 +09:00 |
|
Pierre Laurac
|
18ac4178fe
|
Validation with linter
|
2016-10-26 09:04:22 +09:00 |
|
Pierre Laurac
|
2f7cceb11c
|
Removing extra line break
|
2016-10-26 09:03:55 +09:00 |
|
Pierre Laurac
|
002462ce7b
|
Removing unused header dependencies
|
2016-10-26 09:03:49 +09:00 |
|
Pierre Laurac
|
4d305b06d1
|
Adding documentation
|
2016-10-26 09:03:14 +09:00 |
|
Pierre Laurac
|
9673cee4d7
|
Using string from the std
|
2016-10-26 09:02:36 +09:00 |
|
Pierre Laurac
|
526debb5ab
|
Adding easy way to preview files
|
2016-10-26 09:02:29 +09:00 |
|
Pierre Laurac
|
fb444f646b
|
default template for PreviewFile
|
2016-10-26 09:02:21 +09:00 |
|
Kevin Sawicki
|
26f76f8d41
|
Merge pull request #7739 from electron/fix-incorrect-types-registerURLSchemeAsPrivileged
Update web-frame.md
|
2016-10-26 08:50:20 +09:00 |
|
Maurício Meneghini Fauth
|
9ae18c6194
|
📝 Update docs-translations/pt-BR/api/window-open.md [ci skip]
|
2016-10-25 21:48:22 -02:00 |
|
Samuel Attard
|
9e425cd01e
|
Update web-frame.md
|
2016-10-26 10:04:18 +11:00 |
|
Zeke Sikelianos
|
171b901c61
|
Merge pull request #7736 from mauriciofauth/pt-br/readme
Fix links in docs-translations/pt-BR/README.md
|
2016-10-25 14:18:01 -07:00 |
|
Zeke Sikelianos
|
fbade9305c
|
Merge pull request #7730 from tinydew4/translate-ko
[ko] Update the korean docs depend on the '1c7d5df' commit.
|
2016-10-25 13:55:42 -07:00 |
|
Maurício Meneghini Fauth
|
082cd9b72c
|
📝 Fix links in docs-translations/pt-BR/README.md [ci skip]
|
2016-10-25 15:53:33 -02:00 |
|
ali.ibrahim
|
e9db926b48
|
Fixing code review issues: fixing linter issues in spec file.
|
2016-10-25 16:55:17 +02:00 |
|
ali.ibrahim
|
bdb3f4d4cb
|
Fixing code review issues: adding some test cases for partition/session options.
|
2016-10-25 16:19:26 +02:00 |
|
ali.ibrahim
|
b44d5290e2
|
Fixing code review issues: adding a partition options and making the session option only takes Session objects.
|
2016-10-25 15:47:54 +02:00 |
|
tinydew4
|
6a36deec3b
|
Update the korean docs depend on the '1c7d5df' commit.
|
2016-10-25 13:34:48 +00:00 |
|
ali.ibrahim
|
6d7f179a9b
|
Fixing code review issues: making delegate_ a raw pointer.
|
2016-10-25 15:02:35 +02:00 |
|
ali.ibrahim
|
61278f9ace
|
Fixing code review issues.
|
2016-10-25 12:41:01 +02:00 |
|
Kevin Sawicki
|
7ffc1faf5b
|
Document read/writeFindText
|
2016-10-25 14:16:40 +09:00 |
|
Kevin Sawicki
|
1c3b5835f4
|
Add spec for read/write find text
|
2016-10-25 14:15:54 +09:00 |
|
Kevin Sawicki
|
1718697ef0
|
Read/write find pasteboard text via IPC in renderer process
|
2016-10-25 14:15:54 +09:00 |
|
Kevin Sawicki
|
144a61c5a3
|
Add find text support to clipboard
|
2016-10-25 14:15:54 +09:00 |
|
Kevin Sawicki
|
f7bf8c4fdc
|
Merge pull request #7718 from mike-engel/mengel/update-docs
Clarify the setMenuBarVisibility api
|
2016-10-25 13:08:37 +09:00 |
|
Mike Engel
|
6f64ad30cb
|
Clarify the setMenuBarVisibility api
The setMenuBarVisibility api is only supported on Windows and Linux.
This adds some minor documentation to make that clearer. Fixes #7686
|
2016-10-24 22:04:45 -06:00 |
|
Kevin Sawicki
|
1c7d5df2fe
|
Merge pull request #7717 from electron/doc-lists
Add newlines before lists
|
2016-10-25 12:40:32 +09:00 |
|
Kevin Sawicki
|
65e6da2673
|
Add newlines before lists
|
2016-10-25 12:38:08 +09:00 |
|
Kevin Sawicki
|
39a5c7dab9
|
Merge pull request #7631 from beakerbrowser/webview-policy-flags2
Add 'webpreferences' attribute to webview
|
2016-10-25 12:14:25 +09:00 |
|
Kevin Sawicki
|
b4cc3541a8
|
Minor tweaks to webpreferences docs
|
2016-10-25 12:08:19 +09:00 |
|
Kevin Sawicki
|
68c2c9825f
|
Remove lint warnings
|
2016-10-25 10:36:43 +09:00 |
|
Kevin Sawicki
|
3aad6a0c99
|
Use forEach and destructuring for parsing features
|
2016-10-25 10:31:50 +09:00 |
|
Kevin Sawicki
|
2556ed8744
|
Add parse-features-strings.js
|
2016-10-25 10:28:36 +09:00 |
|
Paul Frazee
|
f35536bdc5
|
factor out parse-features-string.js
|
2016-10-24 20:21:42 -05:00 |
|
Cheng Zhao
|
775328d5d5
|
Merge pull request #7707 from electron/focus-window-on-menu-bar-click
Focus window on menu bar click
|
2016-10-25 09:09:45 +09:00 |
|
Zeke Sikelianos
|
1a03e62717
|
update docs linter to support parsing of function parameter types
|
2016-10-24 12:04:37 -07:00 |
|
Kevin Sawicki
|
31b4f61815
|
Merge pull request #7651 from deepak1556/session_cert_verifier_patch
session: exclude hosts from CT verification if they are handled by custom cert verifiers
|
2016-10-24 16:53:04 +09:00 |
|