platform/framework/web/crosswalk-tizen.git
8 years agoMerge pull request #4989 from atom/document-option-vs-alt
Cheng Zhao [Sat, 2 Apr 2016 10:19:09 +0000 (19:19 +0900)]
Merge pull request #4989 from atom/document-option-vs-alt

use alt, not option

8 years agoMerge pull request #4897 from atom/node-integration-inheritance
Cheng Zhao [Sat, 2 Apr 2016 10:14:58 +0000 (19:14 +0900)]
Merge pull request #4897 from atom/node-integration-inheritance

Disable node on child window when disabled on parent

8 years agoPull app/session from remote
Kevin Sawicki [Fri, 1 Apr 2016 23:59:13 +0000 (16:59 -0700)]
Pull app/session from remote

8 years agoRemove duplicate require
Kevin Sawicki [Fri, 1 Apr 2016 23:53:44 +0000 (16:53 -0700)]
Remove duplicate require

8 years agoRemove semicolons
Kevin Sawicki [Fri, 1 Apr 2016 23:52:55 +0000 (16:52 -0700)]
Remove semicolons

8 years agoRemove stray log
Kevin Sawicki [Fri, 1 Apr 2016 23:52:28 +0000 (16:52 -0700)]
Remove stray log

8 years agoRemove lint warnings
Kevin Sawicki [Wed, 30 Mar 2016 18:56:31 +0000 (11:56 -0700)]
Remove lint warnings

8 years agoListen for browser-window-created event for asserts
Kevin Sawicki [Wed, 30 Mar 2016 18:17:24 +0000 (11:17 -0700)]
Listen for browser-window-created event for asserts

8 years agoDoc node integration inheritance
Kevin Sawicki [Wed, 30 Mar 2016 17:55:16 +0000 (10:55 -0700)]
Doc node integration inheritance

8 years agoDisable guest node integration when embedder has it disabled
Kevin Sawicki [Wed, 30 Mar 2016 17:51:56 +0000 (10:51 -0700)]
Disable guest node integration when embedder has it disabled

8 years agoAdd failing spec for webview nodeIntegration inheritance
Kevin Sawicki [Wed, 30 Mar 2016 17:33:15 +0000 (10:33 -0700)]
Add failing spec for webview nodeIntegration inheritance

8 years agoAdd missing title param
Kevin Sawicki [Thu, 24 Mar 2016 21:12:46 +0000 (14:12 -0700)]
Add missing title param

8 years agoCheck of nodeIntegration is strictly equal to false
Kevin Sawicki [Thu, 24 Mar 2016 20:27:03 +0000 (13:27 -0700)]
Check of nodeIntegration is strictly equal to false

8 years agoCheck nodeIntegration on embedder's webPreferences
Kevin Sawicki [Thu, 24 Mar 2016 20:22:13 +0000 (13:22 -0700)]
Check nodeIntegration on embedder's webPreferences

8 years agoAdd clearer assertion of process being undefined
Kevin Sawicki [Thu, 24 Mar 2016 19:29:54 +0000 (12:29 -0700)]
Add clearer assertion of process being undefined

8 years agoUse template strings
Kevin Sawicki [Thu, 24 Mar 2016 00:40:25 +0000 (17:40 -0700)]
Use template strings

8 years agoRemove stray log
Kevin Sawicki [Thu, 24 Mar 2016 00:38:30 +0000 (17:38 -0700)]
Remove stray log

8 years agoDisable node on child when disabled on parent
Kevin Sawicki [Thu, 24 Mar 2016 00:36:26 +0000 (17:36 -0700)]
Disable node on child when disabled on parent

8 years agoAdd failing spec for nodeIntegration inheritance
Kevin Sawicki [Wed, 23 Mar 2016 23:53:20 +0000 (16:53 -0700)]
Add failing spec for nodeIntegration inheritance

8 years agoMerge pull request #4976 from atom/electron-resources
Kevin Sawicki [Fri, 1 Apr 2016 23:26:05 +0000 (16:26 -0700)]
Merge pull request #4976 from atom/electron-resources

Rename atom to electron in bundled resources

8 years agoRename atom.asar to electron.asar in specs
Kevin Sawicki [Thu, 31 Mar 2016 22:46:41 +0000 (15:46 -0700)]
Rename atom.asar to electron.asar in specs

8 years agoRename atom.icns to electron.icns
Kevin Sawicki [Thu, 31 Mar 2016 21:07:28 +0000 (14:07 -0700)]
Rename atom.icns to electron.icns

8 years agoatom.asar -> electron.asar
Kevin Sawicki [Thu, 31 Mar 2016 16:26:11 +0000 (09:26 -0700)]
atom.asar -> electron.asar

8 years agoatom.gyp -> electron.gyp
Kevin Sawicki [Thu, 31 Mar 2016 16:23:04 +0000 (09:23 -0700)]
atom.gyp -> electron.gyp

8 years agoMerge pull request #4969 from atom/null-dialog-callback
Kevin Sawicki [Fri, 1 Apr 2016 23:11:09 +0000 (16:11 -0700)]
Merge pull request #4969 from atom/null-dialog-callback

Add dialog callback fallback

8 years agouse alt, not option
Zeke Sikelianos [Fri, 1 Apr 2016 22:48:12 +0000 (15:48 -0700)]
use alt, not option

8 years agoFallback to using the last argument as the callback
Kevin Sawicki [Thu, 31 Mar 2016 16:07:56 +0000 (09:07 -0700)]
Fallback to using the last argument as the callback

8 years agoMerge pull request #4956 from atom/default-app-asar
Kevin Sawicki [Fri, 1 Apr 2016 19:52:51 +0000 (12:52 -0700)]
Merge pull request #4956 from atom/default-app-asar

Store default_app in .asar archive

8 years agoRemove logging
Kevin Sawicki [Wed, 30 Mar 2016 18:53:14 +0000 (11:53 -0700)]
Remove logging

8 years agoStore default_app in .asar archive
Kevin Sawicki [Wed, 30 Mar 2016 18:50:17 +0000 (11:50 -0700)]
Store default_app in .asar archive

8 years agoMerge pull request #4982 from atom/fix-windows
Cheng Zhao [Fri, 1 Apr 2016 07:57:27 +0000 (16:57 +0900)]
Merge pull request #4982 from atom/fix-windows

Fix various problems on Windows build

8 years agospec: Fix failing test due to path delimiter
Cheng Zhao [Fri, 1 Apr 2016 07:42:44 +0000 (16:42 +0900)]
spec: Fix failing test due to path delimiter

8 years agoFix the background color in test app
Cheng Zhao [Fri, 1 Apr 2016 07:35:19 +0000 (16:35 +0900)]
Fix the background color in test app

8 years agoFix compilation errors on Windows
Cheng Zhao [Fri, 1 Apr 2016 07:34:20 +0000 (16:34 +0900)]
Fix compilation errors on Windows

8 years agoMerge pull request #4981 from atom/member-object-reference
Cheng Zhao [Fri, 1 Apr 2016 07:11:21 +0000 (16:11 +0900)]
Merge pull request #4981 from atom/member-object-reference

Remote object should be referenced by its members

8 years agoReference the remote object in its prototype chain's methods
Cheng Zhao [Fri, 1 Apr 2016 06:45:36 +0000 (15:45 +0900)]
Reference the remote object in its prototype chain's methods

8 years agospec: Remote object should be referenced by methods in its prototype chain
Cheng Zhao [Fri, 1 Apr 2016 06:35:34 +0000 (15:35 +0900)]
spec: Remote object should be referenced by methods in its prototype chain

8 years agoRemote object's members should reference itself
Cheng Zhao [Fri, 1 Apr 2016 06:26:30 +0000 (15:26 +0900)]
Remote object's members should reference itself

8 years agospec: Remote object should be referenced by its members
Cheng Zhao [Fri, 1 Apr 2016 05:50:33 +0000 (14:50 +0900)]
spec: Remote object should be referenced by its members

8 years agoMerge pull request #4917 from deepak1556/new_window_disposition_patch
Cheng Zhao [Fri, 1 Apr 2016 04:52:29 +0000 (13:52 +0900)]
Merge pull request #4917 from deepak1556/new_window_disposition_patch

browser: fix disposition value for new-window event

8 years agoremoved redundant delegation
deepak1556 [Thu, 31 Mar 2016 14:21:18 +0000 (19:51 +0530)]
removed redundant delegation

8 years agoUpdate libchromiumcontent
deepak1556 [Thu, 31 Mar 2016 13:07:47 +0000 (18:37 +0530)]
Update libchromiumcontent

8 years agodecide early on render initiated window creations
deepak1556 [Thu, 31 Mar 2016 00:58:23 +0000 (06:28 +0530)]
decide early on render initiated window creations

8 years agobrowser: fix disposition value for new-window event
Robo [Fri, 25 Mar 2016 03:17:33 +0000 (08:47 +0530)]
browser: fix disposition value for new-window event

8 years agoMerge pull request #4955 from atom/remove-node-integration-disable-path
Cheng Zhao [Fri, 1 Apr 2016 02:14:30 +0000 (11:14 +0900)]
Merge pull request #4955 from atom/remove-node-integration-disable-path

Remove path for nodeIntegration value of 'disable'

8 years agoMerge pull request #4909 from atom/standard
Cheng Zhao [Fri, 1 Apr 2016 02:13:56 +0000 (11:13 +0900)]
Merge pull request #4909 from atom/standard

Use `standard` JavaScript Style

8 years agoMerge pull request #4964 from jwheare/app-command-docs
Kevin Sawicki [Thu, 31 Mar 2016 22:45:16 +0000 (15:45 -0700)]
Merge pull request #4964 from jwheare/app-command-docs

Improve app-command docs, list arguments and explain command string

8 years agoMerge pull request #4963 from preco21/document-fixes-2
Kevin Sawicki [Thu, 31 Mar 2016 22:44:31 +0000 (15:44 -0700)]
Merge pull request #4963 from preco21/document-fixes-2

Docs: Improve docs styles

8 years agoMerge pull request #4962 from erkyrath/doc-issue-4884
Kevin Sawicki [Thu, 31 Mar 2016 22:43:22 +0000 (15:43 -0700)]
Merge pull request #4962 from erkyrath/doc-issue-4884

Added information about the enabled, visible, and checked properties

8 years agoMerge pull request #4959 from atom/check-url-before-opening
Kevin Sawicki [Thu, 31 Mar 2016 22:41:33 +0000 (15:41 -0700)]
Merge pull request #4959 from atom/check-url-before-opening

Only open http/https links in new-window example

8 years agoMerge pull request #4970 from felixrieseberg/dialog-note
Jessica Lord [Thu, 31 Mar 2016 18:20:08 +0000 (11:20 -0700)]
Merge pull request #4970 from felixrieseberg/dialog-note

Add "remote" note to dialog docs

8 years ago:memo: Add "remote" note to dialog docs
Felix Rieseberg [Thu, 31 Mar 2016 16:54:01 +0000 (09:54 -0700)]
:memo: Add "remote" note to dialog docs

Ref #4943

8 years agoOnly check for nodeIntegration being true
Kevin Sawicki [Thu, 31 Mar 2016 15:26:11 +0000 (08:26 -0700)]
Only check for nodeIntegration being true

8 years agoRemove path for nodeIntgration value of 'disable'
Kevin Sawicki [Wed, 30 Mar 2016 18:10:43 +0000 (11:10 -0700)]
Remove path for nodeIntgration value of 'disable'

8 years agoMerge pull request #4929 from deepak1556/url_request_fetch_job_patch
Cheng Zhao [Thu, 31 Mar 2016 10:37:28 +0000 (19:37 +0900)]
Merge pull request #4929 from deepak1556/url_request_fetch_job_patch

protocol: return status of ReadRawData instead of relying on SetStatus

8 years agoMerge pull request #4926 from preco21/master
Cheng Zhao [Thu, 31 Mar 2016 10:31:29 +0000 (19:31 +0900)]
Merge pull request #4926 from preco21/master

Docs: Update Korean docs as upstream

8 years agoMerge pull request #4965 from atom/docs-get-locale
Cheng Zhao [Thu, 31 Mar 2016 08:38:39 +0000 (17:38 +0900)]
Merge pull request #4965 from atom/docs-get-locale

docs: Add notes on app.getLocale

8 years agodocs: Add notes on app.getLocale
Cheng Zhao [Thu, 31 Mar 2016 08:22:09 +0000 (17:22 +0900)]
docs: Add notes on app.getLocale

8 years agoImprove app-command docs, list arguments and explain command string
James Wheare [Thu, 31 Mar 2016 07:56:49 +0000 (08:56 +0100)]
Improve app-command docs, list arguments and explain command string

8 years agoMerge pull request #4902 from hdwong/master
Cheng Zhao [Thu, 31 Mar 2016 07:02:39 +0000 (16:02 +0900)]
Merge pull request #4902 from hdwong/master

fix translation

8 years ago:memo: Add missing docs
Plusb Preco [Thu, 31 Mar 2016 05:30:14 +0000 (14:30 +0900)]
:memo: Add missing docs

[ci skip]

8 years ago:memo: Normailze note markers
Plusb Preco [Thu, 31 Mar 2016 05:17:50 +0000 (14:17 +0900)]
:memo: Normailze note markers

* Normalize note markers syntax `__` to `**`

[ci skip]

8 years ago:memo: Update docs styles
Plusb Preco [Thu, 31 Mar 2016 05:16:14 +0000 (14:16 +0900)]
:memo: Update docs styles

* Adjust line length to `80`
* Normalize whitespaces

[ci skip]

8 years ago:memo: Update Korean docs as upstream
Plusb Preco [Thu, 31 Mar 2016 05:03:35 +0000 (14:03 +0900)]
:memo: Update Korean docs as upstream

[ci skip]

8 years agoAdded information about the enabled, visible, and checked properties --
Andrew Plotkin [Thu, 31 Mar 2016 03:57:28 +0000 (23:57 -0400)]
Added information about the enabled, visible, and checked properties --
when they can be set and what they mean.

Also tidied up the grammar and clarified wording.

8 years agoMerge pull request #4901 from yucheng-inc/master
Cheng Zhao [Thu, 31 Mar 2016 02:23:01 +0000 (11:23 +0900)]
Merge pull request #4901 from yucheng-inc/master

translations   zh-CN    doc

8 years agoMerge pull request #4885 from ArekSredzki/patch-1
Cheng Zhao [Thu, 31 Mar 2016 02:07:14 +0000 (11:07 +0900)]
Merge pull request #4885 from ArekSredzki/patch-1

Added electron-release-server link to the docs

8 years agoMerge pull request #4896 from felixrieseberg/default-protocol-handler
Cheng Zhao [Thu, 31 Mar 2016 01:38:57 +0000 (10:38 +0900)]
Merge pull request #4896 from felixrieseberg/default-protocol-handler

Enable Electron to set/unset itself as default protocol handler (OS X, Windows)

8 years agoMerge pull request #4843 from jwheare/mac-swipe-events
Cheng Zhao [Thu, 31 Mar 2016 01:37:27 +0000 (10:37 +0900)]
Merge pull request #4843 from jwheare/mac-swipe-events

OSX: Expose 3-finger swipe events in browser-window

8 years agoMerge pull request #4892 from deepak1556/v8_util_patch
Cheng Zhao [Thu, 31 Mar 2016 01:22:23 +0000 (10:22 +0900)]
Merge pull request #4892 from deepak1556/v8_util_patch

common: use v8::private symbols as identifiers for object properties

8 years agoUpdate native-mate for #4892
Cheng Zhao [Thu, 31 Mar 2016 01:21:21 +0000 (10:21 +0900)]
Update native-mate for #4892

8 years agogive anonymous function a name
Zeke Sikelianos [Wed, 30 Mar 2016 23:29:30 +0000 (16:29 -0700)]
give anonymous function a name

8 years agofix a minor style issue
Zeke Sikelianos [Wed, 30 Mar 2016 22:15:33 +0000 (15:15 -0700)]
fix a minor style issue

8 years agoderp
Zeke Sikelianos [Wed, 30 Mar 2016 21:59:39 +0000 (14:59 -0700)]
derp

8 years agoeradicate all per-file eslint globals
Zeke Sikelianos [Wed, 30 Mar 2016 21:56:30 +0000 (14:56 -0700)]
eradicate all per-file eslint globals

8 years agodo not lint on windows CI
Zeke Sikelianos [Wed, 30 Mar 2016 21:21:07 +0000 (14:21 -0700)]
do not lint on windows CI

8 years agosay we are linting
Zeke Sikelianos [Wed, 30 Mar 2016 21:16:16 +0000 (14:16 -0700)]
say we are linting

8 years agotry to fix CI linting
Zeke Sikelianos [Wed, 30 Mar 2016 21:12:59 +0000 (14:12 -0700)]
try to fix CI linting

8 years agouse window.location instead of location
Zeke Sikelianos [Wed, 30 Mar 2016 21:07:27 +0000 (14:07 -0700)]
use window.location instead of location

8 years agorestrict mocha scope to /spec; break out link tasks
Zeke Sikelianos [Wed, 30 Mar 2016 21:07:16 +0000 (14:07 -0700)]
restrict mocha scope to /spec; break out link tasks

8 years agoavoid using eslint comment exceptions
Zeke Sikelianos [Wed, 30 Mar 2016 21:06:50 +0000 (14:06 -0700)]
avoid using eslint comment exceptions

8 years agoremove eslint from devDependencies
Zeke Sikelianos [Wed, 30 Mar 2016 20:30:30 +0000 (13:30 -0700)]
remove eslint from devDependencies

8 years agouse standard.env.mocha instead of a list of globals
Zeke Sikelianos [Wed, 30 Mar 2016 20:17:04 +0000 (13:17 -0700)]
use standard.env.mocha instead of a list of globals

8 years agoupdate CONTRIBUTING doc
Zeke Sikelianos [Tue, 29 Mar 2016 17:44:01 +0000 (10:44 -0700)]
update CONTRIBUTING doc

8 years agoreplace eslint with standard
Zeke Sikelianos [Tue, 29 Mar 2016 17:43:41 +0000 (10:43 -0700)]
replace eslint with standard

8 years agodo not return and assign
Zeke Sikelianos [Tue, 29 Mar 2016 17:33:17 +0000 (10:33 -0700)]
do not return and assign

8 years agoreplace snazzy with standard; autoformat package.json
Zeke Sikelianos [Tue, 29 Mar 2016 05:10:27 +0000 (22:10 -0700)]
replace snazzy with standard; autoformat package.json

8 years agofinish standardizing!
Zeke Sikelianos [Tue, 29 Mar 2016 01:00:30 +0000 (18:00 -0700)]
finish standardizing!

8 years agoreplace __proto__ with Object.setPrototype
Zeke Sikelianos [Tue, 29 Mar 2016 00:51:11 +0000 (17:51 -0700)]
replace __proto__ with Object.setPrototype

8 years agostandardize by hand
Zeke Sikelianos [Tue, 29 Mar 2016 00:40:40 +0000 (17:40 -0700)]
standardize by hand

8 years agostandardize by hand
Zeke Sikelianos [Tue, 29 Mar 2016 00:35:49 +0000 (17:35 -0700)]
standardize by hand

8 years agostandardize by hand
Zeke Sikelianos [Tue, 29 Mar 2016 00:16:08 +0000 (17:16 -0700)]
standardize by hand

8 years agoremove useless constructors
Zeke Sikelianos [Mon, 28 Mar 2016 23:36:08 +0000 (16:36 -0700)]
remove useless constructors

8 years agothrow error if it exists
Zeke Sikelianos [Mon, 28 Mar 2016 23:33:16 +0000 (16:33 -0700)]
throw error if it exists

8 years agodance around error checking with this one weird trick
Zeke Sikelianos [Mon, 28 Mar 2016 23:31:06 +0000 (16:31 -0700)]
dance around error checking with this one weird trick

8 years agostandardize more
Zeke Sikelianos [Mon, 28 Mar 2016 23:19:18 +0000 (16:19 -0700)]
standardize more

8 years agomostly more globals
Zeke Sikelianos [Mon, 28 Mar 2016 23:11:00 +0000 (16:11 -0700)]
mostly more globals

8 years agodo more manual cleanup and specify globals
Zeke Sikelianos [Mon, 28 Mar 2016 21:00:41 +0000 (14:00 -0700)]
do more manual cleanup and specify globals

8 years agotiptoe
Zeke Sikelianos [Mon, 28 Mar 2016 20:47:31 +0000 (13:47 -0700)]
tiptoe

8 years agostandardize more
Zeke Sikelianos [Mon, 28 Mar 2016 20:19:41 +0000 (13:19 -0700)]
standardize more