platform/framework/web/crosswalk-tizen.git
8 years agoRemove unused errorMessage reference
Kevin Sawicki [Tue, 19 Jan 2016 19:02:12 +0000 (11:02 -0800)]
Remove unused errorMessage reference

8 years agoAdd failing spec
Kevin Sawicki [Tue, 19 Jan 2016 18:57:18 +0000 (10:57 -0800)]
Add failing spec

8 years agoUse const and remove extra returns
Kevin Sawicki [Tue, 19 Jan 2016 18:54:12 +0000 (10:54 -0800)]
Use const and remove extra returns

8 years agoMerge pull request #4153 from sunaiwen/patch-1
Kevin Sawicki [Tue, 19 Jan 2016 18:12:26 +0000 (10:12 -0800)]
Merge pull request #4153 from sunaiwen/patch-1

Update debugging-main-process.md

8 years agoMerge pull request #4150 from hamxiaoz/patch-1
Kevin Sawicki [Tue, 19 Jan 2016 18:10:17 +0000 (10:10 -0800)]
Merge pull request #4150 from hamxiaoz/patch-1

Fix a broken link

8 years agoUpdate debugging-main-process.md
Niven Su [Tue, 19 Jan 2016 05:49:49 +0000 (13:49 +0800)]
Update debugging-main-process.md

fix doc typo

8 years agoFix a broken link
Andrew Zheng [Mon, 18 Jan 2016 21:50:33 +0000 (13:50 -0800)]
Fix a broken link

The reference-style link uses a relative path, which doesn't work well on the main site http://electron.atom.io/.

8 years agoMerge pull request #4142 from Rokt33r/patch-2
Cheng Zhao [Mon, 18 Jan 2016 10:33:03 +0000 (18:33 +0800)]
Merge pull request #4142 from Rokt33r/patch-2

Update frameless-window.md

8 years agoUpdate frameless-window.md
Dick Choi [Mon, 18 Jan 2016 09:35:14 +0000 (18:35 +0900)]
Update frameless-window.md

`-title-bar-style` => `titleBarStyle“

https://github.com/atom/electron/blob/master/docs/api/browser-window.md#class-browserwindow

8 years agoMerge pull request #4138 from yamatoya/master
Cheng Zhao [Mon, 18 Jan 2016 07:37:07 +0000 (15:37 +0800)]
Merge pull request #4138 from yamatoya/master

Add Japanes translated docs.

8 years agoAdd Japanes translated docs.
Takahito Yamatoya [Sun, 17 Jan 2016 16:00:28 +0000 (01:00 +0900)]
Add Japanes translated docs.

8 years agoMerge pull request #4135 from atom/add-npm-start
Cheng Zhao [Sun, 17 Jan 2016 06:33:28 +0000 (14:33 +0800)]
Merge pull request #4135 from atom/add-npm-start

Add npm start script

8 years agoAdd npm start script
Kevin Sawicki [Sat, 16 Jan 2016 20:31:09 +0000 (12:31 -0800)]
Add npm start script

8 years agoMerge pull request #4133 from yamatoya/master
Cheng Zhao [Sat, 16 Jan 2016 16:11:52 +0000 (00:11 +0800)]
Merge pull request #4133 from yamatoya/master

Update Japanese translated docs.

8 years agoUpdate Japanese translated docs.
Takahito Yamatoya [Sat, 16 Jan 2016 16:02:02 +0000 (01:02 +0900)]
Update Japanese translated docs.

8 years agomodules.exports => module.exports
Cheng Zhao [Sat, 16 Jan 2016 06:26:01 +0000 (14:26 +0800)]
modules.exports => module.exports

8 years agoMerge pull request #4131 from etiktin/add_is_DWM_enabled
Cheng Zhao [Sat, 16 Jan 2016 06:16:22 +0000 (14:16 +0800)]
Merge pull request #4131 from etiktin/add_is_DWM_enabled

Add API for checking if DWM composition (Aero Glass) is enabled

8 years agoMerge pull request #4126 from atom/add-eslint
Cheng Zhao [Sat, 16 Jan 2016 05:26:07 +0000 (13:26 +0800)]
Merge pull request #4126 from atom/add-eslint

Run eslint on CI

8 years agoMerge pull request #4121 from atom/format-coffee-helpers
Cheng Zhao [Sat, 16 Jan 2016 05:24:26 +0000 (13:24 +0800)]
Merge pull request #4121 from atom/format-coffee-helpers

Format leftover CoffeeScript helpers

8 years agoAdd documentation
Eran Tiktin [Sat, 16 Jan 2016 05:18:20 +0000 (07:18 +0200)]
Add documentation

8 years agoAdd API for checking if AeroGlass/DWM is enabled
Eran Tiktin [Sat, 16 Jan 2016 04:27:44 +0000 (06:27 +0200)]
Add API for checking if AeroGlass/DWM is enabled

Resolves #1020

8 years agoMerge pull request #4112 from evgenyzinoviev/resize-animate-pr
Cheng Zhao [Sat, 16 Jan 2016 04:12:00 +0000 (12:12 +0800)]
Merge pull request #4112 from evgenyzinoviev/resize-animate-pr

Animate window resizing on OS X

8 years agoUpdate brightray, close #4124
Cheng Zhao [Sat, 16 Jan 2016 03:43:15 +0000 (11:43 +0800)]
Update brightray, close #4124

8 years agoMerge pull request #4129 from etiktin/fix_4127
Cheng Zhao [Sat, 16 Jan 2016 03:41:28 +0000 (11:41 +0800)]
Merge pull request #4129 from etiktin/fix_4127

Fix freeing asar fd on Windows

8 years agoFix Windows crash when trying to free asar fd
Eran Tiktin [Sat, 16 Jan 2016 01:48:07 +0000 (03:48 +0200)]
Fix Windows crash when trying to free asar fd

8 years agoRemove unneeded semicolon
Kevin Sawicki [Fri, 15 Jan 2016 23:10:26 +0000 (15:10 -0800)]
Remove unneeded semicolon

8 years agoAdd missing {
Kevin Sawicki [Fri, 15 Jan 2016 23:09:25 +0000 (15:09 -0800)]
Add missing {

8 years agoUse ES6 style class
Kevin Sawicki [Fri, 15 Jan 2016 22:31:23 +0000 (14:31 -0800)]
Use ES6 style class

8 years agoDisable linebreak-style rule
Kevin Sawicki [Fri, 15 Jan 2016 22:58:34 +0000 (14:58 -0800)]
Disable linebreak-style rule

8 years agoLint entire atom folder
Kevin Sawicki [Fri, 15 Jan 2016 22:43:23 +0000 (14:43 -0800)]
Lint entire atom folder

8 years agoCombine duplicate eslint keys
Kevin Sawicki [Fri, 15 Jan 2016 22:40:37 +0000 (14:40 -0800)]
Combine duplicate eslint keys

8 years agoRun eslint on CI
Kevin Sawicki [Fri, 15 Jan 2016 22:38:07 +0000 (14:38 -0800)]
Run eslint on CI

8 years agoRename eslintrc-src to eslintrc-base
Kevin Sawicki [Fri, 15 Jan 2016 22:37:51 +0000 (14:37 -0800)]
Rename eslintrc-src to eslintrc-base

8 years agoAdd back v8Util binding
Kevin Sawicki [Fri, 15 Jan 2016 22:29:36 +0000 (14:29 -0800)]
Add back v8Util binding

8 years agoUse ES6 style class
Kevin Sawicki [Fri, 15 Jan 2016 22:28:12 +0000 (14:28 -0800)]
Use ES6 style class

8 years agoUse ES6 style class
Kevin Sawicki [Fri, 15 Jan 2016 22:15:42 +0000 (14:15 -0800)]
Use ES6 style class

8 years agoUse ES6 style class
Kevin Sawicki [Fri, 15 Jan 2016 22:12:57 +0000 (14:12 -0800)]
Use ES6 style class

8 years agoLint spec js files
Kevin Sawicki [Fri, 15 Jan 2016 22:02:05 +0000 (14:02 -0800)]
Lint spec js files

8 years agoAdd eslint dev dependency
Kevin Sawicki [Fri, 15 Jan 2016 21:52:42 +0000 (13:52 -0800)]
Add eslint dev dependency

8 years agoAdd initial eslint script
Kevin Sawicki [Fri, 15 Jan 2016 21:52:18 +0000 (13:52 -0800)]
Add initial eslint script

8 years agoAdd initial eslint config
Kevin Sawicki [Fri, 15 Jan 2016 21:37:03 +0000 (13:37 -0800)]
Add initial eslint config

8 years agoUse const instead of var
Kevin Sawicki [Fri, 15 Jan 2016 19:46:52 +0000 (11:46 -0800)]
Use const instead of var

8 years agoMerge pull request #11 from atom/master
Eran Tiktin [Fri, 15 Jan 2016 19:00:37 +0000 (21:00 +0200)]
Merge pull request #11 from atom/master

Update from upstream

8 years agoRemove unneeded .constructor segments
Kevin Sawicki [Fri, 15 Jan 2016 18:29:00 +0000 (10:29 -0800)]
Remove unneeded .constructor segments

8 years agoUse util.inherits instead of CoffeeScript's extend function
Kevin Sawicki [Fri, 15 Jan 2016 17:57:36 +0000 (09:57 -0800)]
Use util.inherits instead of CoffeeScript's extend function

8 years agoDeclare vars one per line
Kevin Sawicki [Fri, 15 Jan 2016 17:32:57 +0000 (09:32 -0800)]
Declare vars one per line

8 years agoUse [].inclues where appropriate
Kevin Sawicki [Fri, 15 Jan 2016 17:30:29 +0000 (09:30 -0800)]
Use [].inclues where appropriate

8 years agoRemove unneeded [].indexOf fallback
Kevin Sawicki [Fri, 15 Jan 2016 17:24:53 +0000 (09:24 -0800)]
Remove unneeded [].indexOf fallback

8 years agoMerge pull request #4122 from atom/remove-cpp-lint-warning
Kevin Sawicki [Fri, 15 Jan 2016 18:17:16 +0000 (10:17 -0800)]
Merge pull request #4122 from atom/remove-cpp-lint-warning

Fix lint errors in archive.cc

8 years agoAdd missing semicolon
Kevin Sawicki [Fri, 15 Jan 2016 18:09:19 +0000 (10:09 -0800)]
Add missing semicolon

8 years agoUse 2 space indent instead of 3
Kevin Sawicki [Fri, 15 Jan 2016 18:05:35 +0000 (10:05 -0800)]
Use 2 space indent instead of 3

8 years agocode style fix
evgenyzinoviev [Fri, 15 Jan 2016 16:40:42 +0000 (17:40 +0100)]
code style fix

8 years agoarguments handing rewritten, doc updated
evgenyzinoviev [Fri, 15 Jan 2016 16:31:31 +0000 (17:31 +0100)]
arguments handing rewritten, doc updated

8 years agoMerge pull request #4118 from Ivshti/patch-1
Cheng Zhao [Fri, 15 Jan 2016 15:58:57 +0000 (23:58 +0800)]
Merge pull request #4118 from Ivshti/patch-1

Ensure we close FD on Windows

8 years agoMerge pull request #4116 from 0b61d29/patch-1
Cheng Zhao [Fri, 15 Jan 2016 15:33:25 +0000 (23:33 +0800)]
Merge pull request #4116 from 0b61d29/patch-1

Spelling: bellow → below

8 years agoMerge pull request #4113 from importcjj/master
Cheng Zhao [Fri, 15 Jan 2016 15:32:39 +0000 (23:32 +0800)]
Merge pull request #4113 from importcjj/master

fix incorrect markdown tag

8 years agoMerge pull request #4111 from evgenyzinoviev/movable
Cheng Zhao [Fri, 15 Jan 2016 15:24:22 +0000 (23:24 +0800)]
Merge pull request #4111 from evgenyzinoviev/movable

Added an option to prevent a window from being moved on OS X

8 years agoadded a note that this option is only implemented on osx
evgenyzinoviev [Fri, 15 Jan 2016 15:02:23 +0000 (16:02 +0100)]
added a note that this option is only implemented on osx

8 years agoEnsure we close FD on Windows
Ivo Georgiev [Fri, 15 Jan 2016 14:54:29 +0000 (16:54 +0200)]
Ensure we close FD on Windows

8 years agospelling: bellow -> below
Florian Hämmerle [Fri, 15 Jan 2016 12:43:44 +0000 (13:43 +0100)]
spelling: bellow -> below

8 years agoMerge pull request #4082 from atom/web-contents-lifetime
Cheng Zhao [Fri, 15 Jan 2016 09:24:47 +0000 (17:24 +0800)]
Merge pull request #4082 from atom/web-contents-lifetime

Fix some junk output when running tests

8 years agoSmall ajustments on lifetime of webContents
Cheng Zhao [Wed, 13 Jan 2016 09:59:59 +0000 (17:59 +0800)]
Small ajustments on lifetime of webContents

8 years agospec: Group session.cookies tests
Cheng Zhao [Wed, 13 Jan 2016 09:19:53 +0000 (17:19 +0800)]
spec: Group session.cookies tests

8 years agospec: Remove annoying outputs from savePage test
Cheng Zhao [Wed, 13 Jan 2016 09:12:47 +0000 (17:12 +0800)]
spec: Remove annoying outputs from savePage test

8 years agoNo need to call sender.callbacks.remove
Cheng Zhao [Wed, 13 Jan 2016 09:07:18 +0000 (17:07 +0800)]
No need to call sender.callbacks.remove

The IDWeakMap automatically removes the key when object is garbage
collected.

8 years agoMerge pull request #4109 from atom/const
Cheng Zhao [Fri, 15 Jan 2016 08:32:07 +0000 (16:32 +0800)]
Merge pull request #4109 from atom/const

[WIP] Use `const` for requires

8 years agofix incorrect markdown tag
Importcjj [Fri, 15 Jan 2016 07:26:16 +0000 (15:26 +0800)]
fix incorrect markdown tag

8 years agoBump v0.36.4
Cheng Zhao [Fri, 15 Jan 2016 06:27:19 +0000 (14:27 +0800)]
Bump v0.36.4

8 years agoFix doc
evgenyzinoviev [Fri, 15 Jan 2016 04:57:00 +0000 (05:57 +0100)]
Fix doc

8 years agoAnimate window resizing on OS X
evgenyzinoviev [Fri, 15 Jan 2016 04:54:12 +0000 (05:54 +0100)]
Animate window resizing on OS X

8 years agoAdded option to prevent a window from being moved on OS X
evgenyzinoviev [Fri, 15 Jan 2016 02:45:19 +0000 (03:45 +0100)]
Added option to prevent a window from being moved on OS X

8 years agoClean up variable declarations
Jessica Lord [Fri, 15 Jan 2016 02:07:29 +0000 (18:07 -0800)]
Clean up variable declarations

8 years agoMerge pull request #4110 from atom/add-missing-spec-suffix
Kevin Sawicki [Fri, 15 Jan 2016 01:50:02 +0000 (17:50 -0800)]
Merge pull request #4110 from atom/add-missing-spec-suffix

Add missing spec suffix to desktopCapturer spec filename

8 years agoExpand spec description
Kevin Sawicki [Fri, 15 Jan 2016 01:04:38 +0000 (17:04 -0800)]
Expand spec description

8 years ago:fire: stray `ref`
Jessica Lord [Fri, 15 Jan 2016 01:03:55 +0000 (17:03 -0800)]
:fire: stray `ref`

8 years agoAdd missing -spec suffix to desktop capturer spec
Kevin Sawicki [Fri, 15 Jan 2016 01:03:51 +0000 (17:03 -0800)]
Add missing -spec suffix to desktop capturer spec

8 years agoMerge pull request #4102 from Mingling94/documentation
Jessica Lord [Thu, 14 Jan 2016 23:48:09 +0000 (15:48 -0800)]
Merge pull request #4102 from Mingling94/documentation

Styled the removeListener & removeAllListeners

8 years agoInline `var`
Jessica Lord [Thu, 14 Jan 2016 23:44:33 +0000 (15:44 -0800)]
Inline `var`

8 years agoUse `const`
Jessica Lord [Thu, 14 Jan 2016 22:20:06 +0000 (14:20 -0800)]
Use `const`

8 years agoUse `const`
Jessica Lord [Thu, 14 Jan 2016 22:11:50 +0000 (14:11 -0800)]
Use `const`

8 years agoUse `const`
Jessica Lord [Thu, 14 Jan 2016 21:21:11 +0000 (13:21 -0800)]
Use `const`

8 years agoUse `const`
Jessica Lord [Thu, 14 Jan 2016 21:18:52 +0000 (13:18 -0800)]
Use `const`

8 years agoUse `const`
Jessica Lord [Thu, 14 Jan 2016 21:16:42 +0000 (13:16 -0800)]
Use `const`

8 years agoMerge pull request #4106 from atom/clean-up-comments
Kevin Sawicki [Thu, 14 Jan 2016 22:10:26 +0000 (14:10 -0800)]
Merge pull request #4106 from atom/clean-up-comments

Clean up comments from CoffeeScript migration

8 years agoRemove extra newlines around comments
Kevin Sawicki [Thu, 14 Jan 2016 19:10:12 +0000 (11:10 -0800)]
Remove extra newlines around comments

8 years agoUse // for multi-line comments
Kevin Sawicki [Thu, 14 Jan 2016 18:44:21 +0000 (10:44 -0800)]
Use // for multi-line comments

8 years agoUse // for single line comments
Kevin Sawicki [Thu, 14 Jan 2016 18:35:29 +0000 (10:35 -0800)]
Use // for single line comments

8 years agoStyled the removeListener & removeAllListeners
Ming Luo [Thu, 14 Jan 2016 14:27:24 +0000 (09:27 -0500)]
Styled the removeListener & removeAllListeners

They were previously not written with the same style as other parts of
the doc. Also there was a couple grammar errors

8 years agoGetHttpCacheInIO => DoCacheActionInIO
Cheng Zhao [Thu, 14 Jan 2016 12:48:14 +0000 (20:48 +0800)]
GetHttpCacheInIO => DoCacheActionInIO

8 years agoMerge pull request #4098 from deepak1556/session_cache_size_patch
Cheng Zhao [Thu, 14 Jan 2016 12:18:21 +0000 (20:18 +0800)]
Merge pull request #4098 from deepak1556/session_cache_size_patch

session: api to get current cache size

8 years agosession: api to get current cache size
Robo [Thu, 14 Jan 2016 09:31:54 +0000 (15:01 +0530)]
session: api to get current cache size

8 years agoMerge pull request #4091 from deepak1556/webview_attributes_patch
Cheng Zhao [Thu, 14 Jan 2016 04:22:57 +0000 (12:22 +0800)]
Merge pull request #4091 from deepak1556/webview_attributes_patch

webview: respect properties provided during webview creation

8 years agoMerge pull request #4088 from Mingling94/documentation
Cheng Zhao [Thu, 14 Jan 2016 04:19:47 +0000 (12:19 +0800)]
Merge pull request #4088 from Mingling94/documentation

Detail ipc.removeListener & ipc.removeAllListeners

8 years ago:memo: Update as upstream
Plusb Preco [Mon, 11 Jan 2016 04:11:10 +0000 (13:11 +0900)]
:memo: Update as upstream

[ci skip]

8 years agoMerge pull request #4089 from yamatoya/master
Cheng Zhao [Thu, 14 Jan 2016 01:48:18 +0000 (09:48 +0800)]
Merge pull request #4089 from yamatoya/master

Add  Japanese translated docs.

8 years agowebview: respect properties provided during webview creation
Robo [Wed, 13 Jan 2016 17:02:41 +0000 (22:32 +0530)]
webview: respect properties provided during webview creation

8 years agoMerge pull request #4090 from lukeapage/patch-5
Kevin Sawicki [Wed, 13 Jan 2016 17:00:17 +0000 (09:00 -0800)]
Merge pull request #4090 from lukeapage/patch-5

docs - fix typo leading to bad link

8 years agodocs - fix typo leading to bad link
Luke Page [Wed, 13 Jan 2016 16:52:07 +0000 (16:52 +0000)]
docs - fix typo leading to bad link

8 years agoAdd Japanese translated docs.
大和屋 貴仁 [Wed, 13 Jan 2016 16:33:06 +0000 (01:33 +0900)]
Add  Japanese translated docs.

8 years agoDetail ipc.removeListener & ipc.removeAllListeners
Ming Luo [Wed, 13 Jan 2016 15:18:12 +0000 (10:18 -0500)]
Detail ipc.removeListener & ipc.removeAllListeners