Lucas Pugliesi
a824ff479a
📝 Translation of build-instructions-osx.md to pt-br [ci skip]
2016-10-04 14:26:41 -03:00
Kevin Sawicki
c88c6b1323
Merge pull request #7481 from fplucas/master
...
📝 Translation of synopsis.md to pt-br [ci skip]
2016-10-04 09:11:16 -07:00
Kevin Sawicki
b459f00bd3
Merge pull request #7478 from tinydew4/translate-ko
...
Update the ko-KR docs related to the `additionalFeatures`.
2016-10-04 09:10:55 -07:00
Amitoj
00376c1d59
add note about windows
...
note "REPL is not available on Windows."
2016-10-04 19:32:46 +05:30
Lucas Pugliesi
85a8b149bb
📝 Translation of synopsis.md to pt-br [ci skip]
2016-10-04 09:37:18 -03:00
tinydew4
3fcb57559a
Update the ko-KR docs related to the .
2016-10-04 08:35:07 +00:00
Cheng Zhao
bf21892cfa
Merge pull request #7291 from thomsonreuters/Fix_Missing_Additional_Features_New_Popup_Windows
...
Fix for missing additional features fields when creating new popup windows
2016-10-04 15:42:36 +09:00
Cheng Zhao
c4576463e2
Format the docs according to style guide
2016-10-04 14:41:37 +09:00
Michael Vasseur
3af686daff
Documented JavasScript API changes related to the fix for additional features processing
2016-10-04 14:38:32 +09:00
Michael Vasseur
c811188e22
Updated required code to handle missing additional features for popup windows
2016-10-04 14:38:32 +09:00
Cheng Zhao
ef88a06f08
Update libchromiumcontent for #7291
2016-10-04 14:30:59 +09:00
Cheng Zhao
cf050ff9e2
Merge pull request #7468 from electron/focus-window-when-menu-is-clicked
...
Focus window when menu button is pressed
2016-10-04 14:22:49 +09:00
Kevin Sawicki
bb04069e83
Merge pull request #7437 from fplucas/master
...
📝 Translation of CONTRIBUTING.md to pt-br [ci skip]
2016-10-03 15:37:52 -07:00
Amitoj
a938859eb8
repl-docs: move file to tutorials
...
also add note for renderer processes.
2016-10-04 00:12:25 +05:30
Lucas Pugliesi
8d35576a36
Merge CONTRIBUTING.md
2016-10-03 15:18:03 -03:00
Kevin Sawicki
9cae04edde
Remove unused ButtonListener
2016-10-03 10:26:18 -07:00
Kevin Sawicki
11684c2c73
Focus submenu buttons when clicked
2016-10-03 10:13:41 -07:00
Kevin Sawicki
e258973490
Merge pull request #7434 from rafaelstz/patch-2
...
Update year in LICENSE file
2016-10-03 09:29:54 -07:00
Kevin Sawicki
00d57fa547
Merge pull request #7433 from rafaelstz/patch-1
...
Update license in README file
2016-10-03 09:29:26 -07:00
Kevin Sawicki
24106469c5
Merge pull request #7456 from amitmerchant1990/patch-1
...
Update accessibility.md
2016-10-03 09:28:22 -07:00
Kevin Sawicki
9c55280917
Merge pull request #7457 from josephfrazier/fix-findinpage-links
...
Fix webContents.findInPage links in docs
2016-10-03 09:22:53 -07:00
Cheng Zhao
98333049ec
Merge pull request #7452 from enlight/node-buffer-safe-free
...
Prevent undefined behavior when some Node Buffer objects are destroyed
2016-10-03 21:57:37 +09:00
Cheng Zhao
63b45a873b
Merge pull request #7451 from was4444/master
...
keep up with en version
2016-10-03 21:35:06 +09:00
Cheng Zhao
ec34bfde26
Merge pull request #7432 from electron/check-if-window-closed
...
Ignore already closed windows
2016-10-03 21:21:35 +09:00
Cheng Zhao
8ae91ea2ee
Merge pull request #7444 from rogerlista/master
...
📝 Translation of CODE OF CONDUCT.md to pt-BR [ci skip]
2016-10-03 21:19:35 +09:00
Cheng Zhao
772c456513
Merge pull request #7335 from miniak/set-default-error-mode
...
Add process.setDefaultErrorMode()
2016-10-03 20:53:42 +09:00
Cheng Zhao
3a4cd19226
Merge pull request #7461 from electron/revert-7416-fix-windows-draggable-high-dpi
...
Revert "Fix for issues seen on frameless window (Windows) when at 200% resolution"
2016-10-03 20:42:44 +09:00
Cheng Zhao
4d8c1c61a5
Revert "Fix for issues seen on frameless window (Windows) when at 200% resolution"
2016-10-03 20:41:52 +09:00
Cheng Zhao
bee3abe334
Merge pull request #7416 from bsclifton/fix-windows-draggable-high-dpi
...
Fix for issues seen on frameless window (Windows) when at 200% resolution
2016-10-03 18:34:18 +09:00
Joseph Frazier
5d1c626a53
Fix webContents.findInPage links in docs
2016-10-03 02:07:52 -04:00
Amit Merchant
fb612075c4
Update accessibility.md
2016-10-03 11:13:25 +05:30
Vadim Macagon
7c5d3296e7
Prevent undefined behavior when some Node Buffer objects are destroyed
...
If node::Buffer::New() is used to wrap an existing chunk of memory
without providing a custom callback to release that memory then Node
will just use `free()`. In a couple of places Node buffer objects were
constructed from chunks of memory that were allocated with `new[]`, but
a custom callback to release that memory was omitted, this resulted in
undefined behavior when those buffers were destroyed because `free()`
was used to release memory allocated with `new[]`.
To avoid undefined behavior the aforementioned buffer objects are now
constructed with a custom callback that safely releases the underlying
chunk of memory.
2016-10-03 10:26:26 +07:00
Amitoj
002b9b5d4b
add link to repl documentation
2016-10-02 23:47:11 +05:30
Amitoj
a0a23e04cf
s/provides/provides a/
2016-10-02 23:42:37 +05:30
wxf
763fdb4be1
keep up with en version
2016-10-02 21:45:22 +08:00
Amitoj
4d0cef5070
add REPL documentation
2016-10-02 18:20:29 +05:30
Rogério
18c7ba94f8
📝 Translation of accessibility.md to pt-BR [ci skip]
2016-10-01 21:28:17 -03:00
Rogério
5fb72b5e05
📝 Translation of README.md to pt-BR [ci_skip]
2016-10-01 20:55:12 -03:00
Rogério
960971b195
📝 Translation of CONTRIBUTING.md to pt-BR[ci skip]
2016-10-01 19:56:01 -03:00
Rogério
b10a6422d4
Translation of CODE OF CONDUCT.md to pt-BR [ci skip]
2016-10-01 17:59:30 -03:00
Lucas Pugliesi
2714f280f5
📝 Translation of file-object.md to pt-br [ci skip]
2016-10-01 09:07:49 -03:00
Lucas Pugliesi
9c53d241fa
📝 Translation of CONTRIBUTING.md to pt-br [ci skip]
2016-10-01 08:45:31 -03:00
Rafael Corrêa Gomes
f4d33e366d
Update year in LICENSE file
2016-10-01 00:34:29 -03:00
Rafael Corrêa Gomes
73cdf35c98
Update license in README file
2016-10-01 00:33:51 -03:00
Kevin Sawicki
140651c258
Ignore already closed windows
2016-09-30 15:04:13 -07:00
Kevin Sawicki
ff6a8fac2a
Merge pull request #7417 from electron/check-sheet-parent-before-beginning
...
Only begin sheet when no sheet parent
2016-09-30 13:08:35 -07:00
Kevin Sawicki
1807458c66
Only begin sheet when no sheet parent
2016-09-30 10:43:43 -07:00
Kevin Sawicki
fb41474555
Merge pull request #7429 from electron/webview-max-listeners
...
Ensure webviews get reset after spec finishes
2016-09-30 10:43:27 -07:00
Kevin Sawicki
3f390c6849
Ensure webviews get reset after spec finishes
2016-09-30 10:15:11 -07:00
Kevin Sawicki
4a186069d9
Merge pull request #7428 from electron/sandbox-specs
...
Explicitly close popup window from sandbox spec
2016-09-30 09:28:59 -07:00