platform/framework/web/crosswalk-tizen.git
8 years agoBump v1.1.1
Cheng Zhao [Fri, 20 May 2016 00:30:24 +0000 (09:30 +0900)]
Bump v1.1.1

8 years agoMerge pull request #5616 from electron/inherit-zoom
Cheng Zhao [Fri, 20 May 2016 00:27:06 +0000 (00:27 +0000)]
Merge pull request #5616 from electron/inherit-zoom

Inherit zoomFactor in webview

8 years agoMerge pull request #5617 from electron/dont-return-from-on-functions
Cheng Zhao [Fri, 20 May 2016 00:26:29 +0000 (00:26 +0000)]
Merge pull request #5617 from electron/dont-return-from-on-functions

Remove returns from event listeners

8 years agoMerge pull request #5611 from jviotti/fix/invalid-archive-asar-exec
Cheng Zhao [Fri, 20 May 2016 00:24:10 +0000 (00:24 +0000)]
Merge pull request #5611 from jviotti/fix/invalid-archive-asar-exec

Override `child_process.execFile` asar patch for `child_process.exec`

8 years agoMerge pull request #5614 from electron/bengotow-remote-docs
Cheng Zhao [Thu, 19 May 2016 23:54:20 +0000 (23:54 +0000)]
Merge pull request #5614 from electron/bengotow-remote-docs

Update remote.md to mention enumerable property limitation

8 years agoMerge pull request #5608 from Gaserd/patch-4
Cheng Zhao [Thu, 19 May 2016 23:51:22 +0000 (23:51 +0000)]
Merge pull request #5608 from Gaserd/patch-4

docs : Russian

8 years agoRemove returns from event listeners
Kevin Sawicki [Thu, 19 May 2016 22:28:08 +0000 (15:28 -0700)]
Remove returns from event listeners

8 years agoAdd test for webview zoomFactor inheritance
Kevin Sawicki [Thu, 19 May 2016 21:46:11 +0000 (14:46 -0700)]
Add test for webview zoomFactor inheritance

8 years agoAdd zoomFactor to guest params
Kevin Sawicki [Thu, 19 May 2016 21:32:16 +0000 (14:32 -0700)]
Add zoomFactor to guest params

8 years ago:art:
Kevin Sawicki [Thu, 19 May 2016 20:42:48 +0000 (13:42 -0700)]
:art:

8 years agoOverride `child_process.execFile` asar patch for `child_process.exec`
Juan Cruz Viotti [Thu, 19 May 2016 15:08:08 +0000 (11:08 -0400)]
Override `child_process.execFile` asar patch for `child_process.exec`

NodeJS implements `child_process.exec` by simply passing the whole
command to `child_process.execFile`. See:

- https://github.com/nodejs/node/blob/master/lib/child_process.js#L90
- https://github.com/nodejs/node/blob/master/lib/child_process.js#L99

Electron patches `child_process.execFile` to add support for `asar`
archives by injecting logic that extracts the required files from the
`asar` to a temporary location before delegating the work to the
original `child_process.execFile`.

In order to decide whether to inject the custom `asar` extracting logic,
Electron makes use of a helper function called `splitPath()`. See:

- https://github.com/electron/electron/blob/master/lib/common/asar.js#L37

If the first argument of the returned array equals `true`, means that
the path is considered to be an `asar` archive, and thus the extraction
logic takes place. The problem is that if the command passed to
`child_process.execFile` *contains* a path to an asar archive, padded
with other commands/arguments, `splitPath()` will consider it to be an
`asar` archive, and will try to extract it, throwing a rightfully
`Invalid package` error.

Fixes: https://github.com/electron/electron/issues/5571
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
8 years agoUpdate remote.md to mention enumerable property limitation
Ben Gotow [Thu, 19 May 2016 16:31:02 +0000 (09:31 -0700)]
Update remote.md to mention enumerable property limitation

#5599

8 years agodocs : Russian
Sergey [Thu, 19 May 2016 13:46:42 +0000 (16:46 +0300)]
docs : Russian

Russian language for http://electron.atom.io/docs/tutorial/mac-app-store-submission-guide/

8 years agoMerge pull request #5606 from electron/process-docs
Cheng Zhao [Thu, 19 May 2016 11:59:37 +0000 (11:59 +0000)]
Merge pull request #5606 from electron/process-docs

Cleanup the docs of process object

8 years agoCleanup the docs of process object
Cheng Zhao [Thu, 19 May 2016 11:12:56 +0000 (20:12 +0900)]
Cleanup the docs of process object

8 years agoMerge pull request #5526 from electron/process-stats
Cheng Zhao [Thu, 19 May 2016 10:34:01 +0000 (10:34 +0000)]
Merge pull request #5526 from electron/process-stats

Process and System memory statistics API

8 years agoMerge pull request #5600 from tensor5/update_clang_only_if_needed
Cheng Zhao [Thu, 19 May 2016 10:29:29 +0000 (10:29 +0000)]
Merge pull request #5600 from tensor5/update_clang_only_if_needed

Update Clang only if needed

8 years agoMerge pull request #5604 from preco21/korean-docs-5
Cheng Zhao [Thu, 19 May 2016 10:27:03 +0000 (10:27 +0000)]
Merge pull request #5604 from preco21/korean-docs-5

docs: Update Korean docs as upstream

8 years agoMerge pull request #5605 from preco21/document-fixes-5
Cheng Zhao [Thu, 19 May 2016 10:26:38 +0000 (10:26 +0000)]
Merge pull request #5605 from preco21/document-fixes-5

docs: Improve docs

8 years agoIgnore failures of OS X on Travis CI
Cheng Zhao [Thu, 19 May 2016 10:23:02 +0000 (19:23 +0900)]
Ignore failures of OS X on Travis CI

8 years agoUpdate brightray for #5578
Cheng Zhao [Thu, 19 May 2016 10:22:32 +0000 (19:22 +0900)]
Update brightray for #5578

8 years agoMerge pull request #5578 from deepak1556/disable_http2_patch
Cheng Zhao [Thu, 19 May 2016 10:21:36 +0000 (10:21 +0000)]
Merge pull request #5578 from deepak1556/disable_http2_patch

browser: flag to disable HTTP/2 and SPDY/3.1 protocols

8 years agoMerge pull request #5602 from electron/static-linking-vs-runtime
Cheng Zhao [Thu, 19 May 2016 09:50:53 +0000 (09:50 +0000)]
Merge pull request #5602 from electron/static-linking-vs-runtime

Link with VS2015 libraries statically for Release build

8 years ago:memo: Fix link to improve readability
Plusb Preco [Thu, 19 May 2016 09:36:26 +0000 (18:36 +0900)]
:memo: Fix link to improve readability

[ci skip]

8 years ago:memo: Remove unused link
Plusb Preco [Thu, 19 May 2016 09:34:08 +0000 (18:34 +0900)]
:memo: Remove unused link

[ci skip]

8 years ago:memo: Adjust line length to `80`
Plusb Preco [Thu, 19 May 2016 09:32:43 +0000 (18:32 +0900)]
:memo: Adjust line length to `80`

[ci skip]

8 years ago:memo: Adjust line length to `80`
Plusb Preco [Thu, 19 May 2016 09:28:24 +0000 (18:28 +0900)]
:memo: Adjust line length to `80`

[ci skip]

8 years ago:memo: Small fixes
Plusb Preco [Thu, 19 May 2016 09:24:42 +0000 (18:24 +0900)]
:memo: Small fixes

* Adjust line length to `80`.
* Fix typos

[ci skip]

8 years ago:memo: Update Korean docs as upstream
Plusb Preco [Thu, 19 May 2016 08:22:51 +0000 (17:22 +0900)]
:memo: Update Korean docs as upstream

[ci skip]

8 years agoOnly use the osfhandle hack on Windows
Cheng Zhao [Thu, 19 May 2016 08:02:40 +0000 (17:02 +0900)]
Only use the osfhandle hack on Windows

8 years agoFix passing fd across modules
Cheng Zhao [Thu, 19 May 2016 07:38:37 +0000 (16:38 +0900)]
Fix passing fd across modules

8 years agoNo need to download and ship vs runtime libraries
Cheng Zhao [Thu, 19 May 2016 06:49:26 +0000 (15:49 +0900)]
No need to download and ship vs runtime libraries

8 years agoLink with Vs2015 runtime statically for Release build
Cheng Zhao [Thu, 19 May 2016 06:06:47 +0000 (15:06 +0900)]
Link with Vs2015 runtime statically for Release build

8 years agoMerge pull request #5601 from electron/team-id
Cheng Zhao [Thu, 19 May 2016 03:24:31 +0000 (03:24 +0000)]
Merge pull request #5601 from electron/team-id

Include team ID in the base bundle ID

8 years agodocs: Team ID is now required for signing
Cheng Zhao [Thu, 19 May 2016 02:13:09 +0000 (11:13 +0900)]
docs: Team ID is now required for signing

8 years agoAdd team ID to base Bundle ID
Cheng Zhao [Thu, 19 May 2016 01:57:57 +0000 (10:57 +0900)]
Add team ID to base Bundle ID

8 years agoUpdate Clang only if needed
Nicola Squartini [Thu, 19 May 2016 01:14:57 +0000 (10:14 +0900)]
Update Clang only if needed

8 years agoMerge pull request #5588 from brunoqueiros/error-message
Kevin Sawicki [Thu, 19 May 2016 00:41:57 +0000 (17:41 -0700)]
Merge pull request #5588 from brunoqueiros/error-message

Improve error message

8 years agoMerge pull request #5595 from miniak/asar-fix
Cheng Zhao [Wed, 18 May 2016 23:40:11 +0000 (23:40 +0000)]
Merge pull request #5595 from miniak/asar-fix

Make js2asar.py more robust

8 years ago:art: Use the same stack trace for both cases
Bruno Queiros [Wed, 18 May 2016 22:02:42 +0000 (19:02 -0300)]
:art: Use the same stack trace for both cases

8 years agoMerge pull request #5587 from kcrt/master
Kevin Sawicki [Wed, 18 May 2016 20:55:10 +0000 (13:55 -0700)]
Merge pull request #5587 from kcrt/master

Japanese manual: add electron-versioning.

8 years agoMerge pull request #5594 from Gaserd/patch-3
Kevin Sawicki [Wed, 18 May 2016 20:52:47 +0000 (13:52 -0700)]
Merge pull request #5594 from Gaserd/patch-3

Create supported-platforms.md

8 years agoMake js2asar.py more robust
Milan Burda [Wed, 18 May 2016 19:54:53 +0000 (12:54 -0700)]
Make js2asar.py more robust

8 years agoCreate supported-platforms.md
Sergey [Wed, 18 May 2016 19:40:12 +0000 (22:40 +0300)]
Create supported-platforms.md

Create new file - supported-platforms.
Russian language for this page - http://electron.atom.io/docs/tutorial/supported-platforms/

8 years ago:memo:
Paul Betts [Wed, 18 May 2016 18:08:04 +0000 (11:08 -0700)]
:memo:

8 years agoMove everything into atom_bindings
Paul Betts [Wed, 18 May 2016 18:07:30 +0000 (11:07 -0700)]
Move everything into atom_bindings

8 years agoMerge pull request #5589 from Gaserd/patch-2
Paul Betts [Wed, 18 May 2016 17:57:53 +0000 (10:57 -0700)]
Merge pull request #5589 from Gaserd/patch-2

исправление ошибки в слове

8 years agoисправление ошибки в слове
Sergey [Wed, 18 May 2016 15:04:52 +0000 (18:04 +0300)]
исправление ошибки в слове

ничего критичного, просто букву не ту поставили.

8 years ago:art: Improve error message
Bruno Queiros [Wed, 18 May 2016 14:00:08 +0000 (11:00 -0300)]
:art: Improve error message

8 years agoJapanese manual: add electron-versioning.
TAKAHASHI Kyohei [Wed, 18 May 2016 13:30:11 +0000 (22:30 +0900)]
Japanese manual: add electron-versioning.

electron-versioning.md is translated.
Other tutorial files are updated.
[ci skip]

8 years agoMerge pull request #5584 from electron/sandbox-no-expl
Cheng Zhao [Wed, 18 May 2016 10:02:30 +0000 (10:02 +0000)]
Merge pull request #5584 from electron/sandbox-no-expl

Enable sandboxing without using temporary-exception

8 years agodocs: Update MAS guide without using temporary-exception
Cheng Zhao [Wed, 18 May 2016 07:48:22 +0000 (16:48 +0900)]
docs: Update MAS guide without using temporary-exception

8 years agoCurrently set base bundle ID
Cheng Zhao [Wed, 18 May 2016 07:42:26 +0000 (16:42 +0900)]
Currently set base bundle ID

8 years ago:memo: Update Korean docs as upstream
Plusb Preco [Wed, 18 May 2016 07:41:21 +0000 (16:41 +0900)]
:memo: Update Korean docs as upstream

[ci skip]

8 years agoMerge pull request #5582 from electron/notification-user-info
Cheng Zhao [Wed, 18 May 2016 07:36:31 +0000 (07:36 +0000)]
Merge pull request #5582 from electron/notification-user-info

Pass userInfo in systemPreferences.subscribeNotification

8 years agoUse string description for unknown types
Cheng Zhao [Wed, 18 May 2016 07:01:08 +0000 (16:01 +0900)]
Use string description for unknown types

8 years agoDo not convert NSDictionary to JSON
Cheng Zhao [Wed, 18 May 2016 06:49:33 +0000 (15:49 +0900)]
Do not convert NSDictionary to JSON

8 years agoIgnore invalid JSON object when converting NSDictionary
Cheng Zhao [Wed, 18 May 2016 05:50:12 +0000 (14:50 +0900)]
Ignore invalid JSON object when converting NSDictionary

8 years agoPass userInfo in subscribeNotification
Cheng Zhao [Wed, 18 May 2016 05:40:19 +0000 (14:40 +0900)]
Pass userInfo in subscribeNotification

8 years agoMerge pull request #5580 from electron/annoymous-web-contents
Cheng Zhao [Wed, 18 May 2016 05:31:10 +0000 (05:31 +0000)]
Merge pull request #5580 from electron/annoymous-web-contents

Add support for anonymous WebContents

8 years agoMake non-public module accesible via remote
Cheng Zhao [Wed, 18 May 2016 04:55:48 +0000 (13:55 +0900)]
Make non-public module accesible via remote

8 years agoHandle keyboard events for WebContents that do not have owner window
Cheng Zhao [Wed, 18 May 2016 04:47:50 +0000 (13:47 +0900)]
Handle keyboard events for WebContents that do not have owner window

8 years agoRemove WebViewGuestDelegate::HandleKeyboardEvent
Cheng Zhao [Wed, 18 May 2016 04:29:21 +0000 (13:29 +0900)]
Remove WebViewGuestDelegate::HandleKeyboardEvent

8 years agoWebContents without owner window should always open detached devtools
Cheng Zhao [Tue, 17 May 2016 13:39:18 +0000 (22:39 +0900)]
WebContents without owner window should always open detached devtools

8 years agoAdd webContents.id property
Cheng Zhao [Tue, 17 May 2016 12:56:47 +0000 (21:56 +0900)]
Add webContents.id property

8 years agoA normal WebContents can have no owner window
Cheng Zhao [Tue, 17 May 2016 12:50:47 +0000 (21:50 +0900)]
A normal WebContents can have no owner window

8 years agoMake sure BrowserContext is always destroyed after WebContents
Cheng Zhao [Tue, 17 May 2016 12:49:05 +0000 (21:49 +0900)]
Make sure BrowserContext is always destroyed after WebContents

8 years ago:memo: Update Korean docs as upstream
Plusb Preco [Wed, 18 May 2016 03:15:29 +0000 (12:15 +0900)]
:memo: Update Korean docs as upstream

[ci skip]

8 years agoMerge pull request #5574 from electron/devtools-extension-test
Cheng Zhao [Wed, 18 May 2016 01:46:44 +0000 (01:46 +0000)]
Merge pull request #5574 from electron/devtools-extension-test

Add test that loads a devtools extension

8 years agoMerge pull request #5575 from electron/link-to-spectron
Cheng Zhao [Wed, 18 May 2016 01:34:56 +0000 (01:34 +0000)]
Merge pull request #5575 from electron/link-to-spectron

Add spectron to ChromeDriver doc

8 years agobrowser: flag to disable HTTP/2 and SPDY/3.1 protocols
deepak1556 [Wed, 18 May 2016 01:26:58 +0000 (06:56 +0530)]
browser: flag to disable HTTP/2 and SPDY/3.1 protocols

8 years agoMerge pull request #5559 from electron/disable-webview
Cheng Zhao [Wed, 18 May 2016 01:26:58 +0000 (01:26 +0000)]
Merge pull request #5559 from electron/disable-webview

Disable webview when nodeIntegration is off

8 years agoMerge pull request #5576 from electron/title-tweaks
Cheng Zhao [Wed, 18 May 2016 01:26:27 +0000 (01:26 +0000)]
Merge pull request #5576 from electron/title-tweaks

Tweak doc headings

8 years agoMerge pull request #5567 from felixrieseberg/versioning
Cheng Zhao [Wed, 18 May 2016 00:43:23 +0000 (00:43 +0000)]
Merge pull request #5567 from felixrieseberg/versioning

Add Information about Versioning

8 years agoUpdate brightray to fix linking problem on Linux
Cheng Zhao [Wed, 18 May 2016 00:42:38 +0000 (09:42 +0900)]
Update brightray to fix linking problem on Linux

8 years agoRemove semicolon
Kevin Sawicki [Tue, 17 May 2016 23:42:37 +0000 (16:42 -0700)]
Remove semicolon

8 years agoUpdate interval id variable name
Kevin Sawicki [Tue, 17 May 2016 23:42:21 +0000 (16:42 -0700)]
Update interval id variable name

8 years agoShow last panel by id
Kevin Sawicki [Tue, 17 May 2016 23:40:34 +0000 (16:40 -0700)]
Show last panel by id

8 years agowith -> on
Kevin Sawicki [Tue, 17 May 2016 23:05:47 +0000 (16:05 -0700)]
with -> on

8 years agoTweak doc headings
Kevin Sawicki [Tue, 17 May 2016 23:02:54 +0000 (16:02 -0700)]
Tweak doc headings

8 years agoSimplify sentence
Kevin Sawicki [Tue, 17 May 2016 22:14:50 +0000 (15:14 -0700)]
Simplify sentence

8 years agoAdd spectron section
Kevin Sawicki [Tue, 17 May 2016 22:13:26 +0000 (15:13 -0700)]
Add spectron section

8 years agoRecommend electron-chromedriver
Kevin Sawicki [Tue, 17 May 2016 22:09:09 +0000 (15:09 -0700)]
Recommend electron-chromedriver

8 years agoAdd comment about panel switching via input event
Kevin Sawicki [Tue, 17 May 2016 22:05:58 +0000 (15:05 -0700)]
Add comment about panel switching via input event

8 years agoUse consistent function styles
Kevin Sawicki [Tue, 17 May 2016 22:05:27 +0000 (15:05 -0700)]
Use consistent function styles

8 years agoUse control on non-mac platforms
Kevin Sawicki [Tue, 17 May 2016 22:01:32 +0000 (15:01 -0700)]
Use control on non-mac platforms

8 years agoDRY up specs
Kevin Sawicki [Tue, 17 May 2016 21:59:33 +0000 (14:59 -0700)]
DRY up specs

8 years agoAdd spec for undocked devtools
Kevin Sawicki [Tue, 17 May 2016 21:56:00 +0000 (14:56 -0700)]
Add spec for undocked devtools

8 years agoCome Correct with Wrapping
Paul Betts [Tue, 17 May 2016 21:54:33 +0000 (14:54 -0700)]
Come Correct with Wrapping

8 years agoAdd spec for devtools extension
Kevin Sawicki [Tue, 17 May 2016 21:52:45 +0000 (14:52 -0700)]
Add spec for devtools extension

8 years ago:fire: old docs
Paul Betts [Tue, 17 May 2016 21:52:01 +0000 (14:52 -0700)]
:fire: old docs

8 years agoDox
Paul Betts [Tue, 17 May 2016 21:46:50 +0000 (14:46 -0700)]
Dox

8 years agoMove process-stats methods to process
Paul Betts [Tue, 17 May 2016 21:37:32 +0000 (14:37 -0700)]
Move process-stats methods to process

8 years agoAdd docs
Paul Betts [Sat, 14 May 2016 01:12:33 +0000 (18:12 -0700)]
Add docs

8 years agoLinting
Paul Betts [Sat, 14 May 2016 01:01:29 +0000 (18:01 -0700)]
Linting

8 years agoRename Metrics => MemoryInfo so it's consistent
Paul Betts [Sat, 14 May 2016 00:57:35 +0000 (17:57 -0700)]
Rename Metrics => MemoryInfo so it's consistent

8 years agoEverything is in KB
Paul Betts [Sat, 14 May 2016 00:56:40 +0000 (17:56 -0700)]
Everything is in KB

8 years agoImplement process and system memory statistics
Paul Betts [Sat, 14 May 2016 00:50:58 +0000 (17:50 -0700)]
Implement process and system memory statistics

8 years agoWire it up
Paul Betts [Sat, 14 May 2016 00:33:57 +0000 (17:33 -0700)]
Wire it up

8 years agoAdd the dumbest new builtin that works
Paul Betts [Sat, 14 May 2016 00:33:47 +0000 (17:33 -0700)]
Add the dumbest new builtin that works