platform/framework/web/crosswalk-tizen.git
8 years agoMerge pull request #6626 from Starefossen/patch-1
Cheng Zhao [Fri, 29 Jul 2016 01:02:01 +0000 (10:02 +0900)]
Merge pull request #6626 from Starefossen/patch-1

docs: mention app ready event for DevTools Extension tutorial

8 years agoMerge pull request #6631 from amor520/master
Cheng Zhao [Thu, 28 Jul 2016 09:07:33 +0000 (18:07 +0900)]
Merge pull request #6631 from amor520/master

update Prerequisites

8 years agoupdate Prerequisites
amor [Thu, 28 Jul 2016 07:01:36 +0000 (15:01 +0800)]
update Prerequisites

8 years agoMerge pull request #6629 from electron/download-item-get-save-path
Cheng Zhao [Thu, 28 Jul 2016 06:23:43 +0000 (15:23 +0900)]
Merge pull request #6629 from electron/download-item-get-save-path

Set download item save path to selected path from dialog

8 years agoAssert save path of download item
Kevin Sawicki [Thu, 28 Jul 2016 00:52:36 +0000 (17:52 -0700)]
Assert save path of download item

8 years agoMake downloadItem.getSavePath() public
Kevin Sawicki [Thu, 28 Jul 2016 00:33:36 +0000 (17:33 -0700)]
Make downloadItem.getSavePath() public

8 years agoUse selected dialog path as item save path
Kevin Sawicki [Thu, 28 Jul 2016 00:31:26 +0000 (17:31 -0700)]
Use selected dialog path as item save path

8 years agoMerge pull request #6623 from electron/shortcut
Cheng Zhao [Wed, 27 Jul 2016 23:48:52 +0000 (08:48 +0900)]
Merge pull request #6623 from electron/shortcut

Add shell.writeShortcutLink/readShortcutLink APIs

8 years agoMerge pull request #6627 from davej/patch-1
Kevin Sawicki [Wed, 27 Jul 2016 22:57:34 +0000 (15:57 -0700)]
Merge pull request #6627 from davej/patch-1

docs: Explain how to use highlightMode with BrowserWindow

8 years agodocs: Add click handler to tray window example
DaveJ [Wed, 27 Jul 2016 22:56:00 +0000 (23:56 +0100)]
docs: Add click handler to tray window example

8 years agodocs: Fix undefined variables
DaveJ [Wed, 27 Jul 2016 22:23:26 +0000 (23:23 +0100)]
docs: Fix undefined variables

8 years agodocs: Explain how to use highlightMode with BrowserWindow
Dave Jeffery [Wed, 27 Jul 2016 20:35:13 +0000 (21:35 +0100)]
docs: Explain how to use highlightMode with BrowserWindow

As discussed on https://github.com/electron/electron/pull/6620

8 years agodocs: mention app ready event for DevTools Extension tutorial
Hans Kristian Flaatten [Wed, 27 Jul 2016 20:01:01 +0000 (22:01 +0200)]
docs: mention app ready event for DevTools Extension tutorial

8 years agoFix building on non-Windows
Cheng Zhao [Wed, 27 Jul 2016 10:55:05 +0000 (19:55 +0900)]
Fix building on non-Windows

8 years agoFix lint warnings
Cheng Zhao [Wed, 27 Jul 2016 10:51:16 +0000 (19:51 +0900)]
Fix lint warnings

8 years agodocs: icon and iconIndex have to be set together
Cheng Zhao [Wed, 27 Jul 2016 10:49:17 +0000 (19:49 +0900)]
docs: icon and iconIndex have to be set together

8 years agospec: shell.writeShortcutLink/readShortcutLink
Cheng Zhao [Wed, 27 Jul 2016 10:43:02 +0000 (19:43 +0900)]
spec: shell.writeShortcutLink/readShortcutLink

8 years agodocs: shell.writeShortcutLink/readShortcutLink
Cheng Zhao [Wed, 27 Jul 2016 07:47:24 +0000 (16:47 +0900)]
docs: shell.writeShortcutLink/readShortcutLink

8 years agoThrow exception when ReadShortcutLink failed
Cheng Zhao [Wed, 27 Jul 2016 07:32:32 +0000 (16:32 +0900)]
Throw exception when ReadShortcutLink failed

8 years agoAll fields are always returned
Cheng Zhao [Wed, 27 Jul 2016 07:23:35 +0000 (16:23 +0900)]
All fields are always returned

8 years agoInitialize COM before using the API
Cheng Zhao [Wed, 27 Jul 2016 07:20:53 +0000 (16:20 +0900)]
Initialize COM before using the API

8 years agoAdd shell.writeShortcutLink/readShortcutLink
Cheng Zhao [Wed, 27 Jul 2016 07:16:21 +0000 (16:16 +0900)]
Add shell.writeShortcutLink/readShortcutLink

8 years agoBump v1.3.1
Cheng Zhao [Wed, 27 Jul 2016 04:21:17 +0000 (13:21 +0900)]
Bump v1.3.1

8 years agoMerge pull request #6602 from electron/appusermodelid-remove-spaces
Cheng Zhao [Wed, 27 Jul 2016 01:53:52 +0000 (10:53 +0900)]
Merge pull request #6602 from electron/appusermodelid-remove-spaces

Remove all spaces from potential appUserModelID as it isn't allowed by the spec

8 years agoMerge pull request #6620 from electron/tray-highlight-toggle
Cheng Zhao [Wed, 27 Jul 2016 01:49:38 +0000 (10:49 +0900)]
Merge pull request #6620 from electron/tray-highlight-toggle

Add option to always highlight the tray icon

8 years agoMerge pull request #6619 from electron/web-contents-copy-image-at
Cheng Zhao [Wed, 27 Jul 2016 01:15:38 +0000 (10:15 +0900)]
Merge pull request #6619 from electron/web-contents-copy-image-at

Add webContents.copyImageAt(x, y)

8 years agoMerge pull request #6618 from electron/code-range-registration
Cheng Zhao [Wed, 27 Jul 2016 00:52:18 +0000 (09:52 +0900)]
Merge pull request #6618 from electron/code-range-registration

Only register code range in Windows crash reporter once

8 years agoMerge pull request #6603 from electron/standard-markdown
Cheng Zhao [Wed, 27 Jul 2016 00:36:44 +0000 (09:36 +0900)]
Merge pull request #6603 from electron/standard-markdown

Standardize JavaScript code snippets in the documentation

8 years agoUpdate brightray for #6613
Cheng Zhao [Tue, 26 Jul 2016 23:53:55 +0000 (08:53 +0900)]
Update brightray for #6613

8 years agoMerge pull request #6613 from deepak1556/pref_init_patch
Cheng Zhao [Tue, 26 Jul 2016 23:53:33 +0000 (08:53 +0900)]
Merge pull request #6613 from deepak1556/pref_init_patch

browser: initialize pref registry in brightray

8 years agoUse better regex to match spaces
Samuel Attard [Tue, 26 Jul 2016 23:38:49 +0000 (09:38 +1000)]
Use better regex to match spaces

8 years agoAdd TODO to deprecate boolean param
Kevin Sawicki [Tue, 26 Jul 2016 21:18:15 +0000 (14:18 -0700)]
Add TODO to deprecate boolean param

8 years agoCorrect typo in variable name
Kevin Sawicki [Tue, 26 Jul 2016 21:17:41 +0000 (14:17 -0700)]
Correct typo in variable name

8 years agoUpdate tray.setHighlightMode docs
Kevin Sawicki [Tue, 26 Jul 2016 20:59:19 +0000 (13:59 -0700)]
Update tray.setHighlightMode docs

8 years agoAdd option to always highlight the tray icon
Kevin Sawicki [Tue, 26 Jul 2016 20:51:43 +0000 (13:51 -0700)]
Add option to always highlight the tray icon

8 years agoDocument webContents.copyImageAt(x,y)
Kevin Sawicki [Tue, 26 Jul 2016 19:08:05 +0000 (12:08 -0700)]
Document webContents.copyImageAt(x,y)

8 years agoAdd webContents.copyImageAt
Kevin Sawicki [Tue, 26 Jul 2016 19:06:11 +0000 (12:06 -0700)]
Add webContents.copyImageAt

8 years agoChange registered flag from InitBreakpad
Kevin Sawicki [Tue, 26 Jul 2016 17:50:12 +0000 (10:50 -0700)]
Change registered flag from InitBreakpad

8 years agoAdd spec for starting crash reporter twice
Kevin Sawicki [Tue, 26 Jul 2016 17:43:57 +0000 (10:43 -0700)]
Add spec for starting crash reporter twice

8 years agoOnly register code range once
Kevin Sawicki [Tue, 26 Jul 2016 17:40:11 +0000 (10:40 -0700)]
Only register code range once

8 years agostandardize electron-capturer doc snippets
Zeke Sikelianos [Tue, 26 Jul 2016 16:49:02 +0000 (09:49 -0700)]
standardize electron-capturer doc snippets

8 years agoupdate standard-markdown to use linux-friendly local require statements
Zeke Sikelianos [Tue, 26 Jul 2016 16:43:22 +0000 (09:43 -0700)]
update standard-markdown to use linux-friendly local require statements

8 years agoupdate to standard-markdown with node 0.10 support
Zeke Sikelianos [Tue, 26 Jul 2016 16:17:27 +0000 (09:17 -0700)]
update to standard-markdown with node 0.10 support

8 years agoupdate `npm run lint` to include docs
Zeke Sikelianos [Tue, 26 Jul 2016 01:48:48 +0000 (18:48 -0700)]
update `npm run lint` to include docs

8 years agostandardize all javascript blocks in English docs
Zeke Sikelianos [Tue, 26 Jul 2016 01:39:25 +0000 (18:39 -0700)]
standardize all javascript blocks in English docs

8 years agoadd npm script to lint all javascript blocks in the docs using standard
Zeke Sikelianos [Tue, 26 Jul 2016 01:37:58 +0000 (18:37 -0700)]
add npm script to lint all javascript blocks in the docs using standard

8 years agobrowser: initialize pref registry in brightray
deepak1556 [Tue, 26 Jul 2016 11:04:04 +0000 (16:34 +0530)]
browser: initialize pref registry in brightray

8 years agoMerge pull request #6612 from electron/cc-cxx
Cheng Zhao [Tue, 26 Jul 2016 10:55:25 +0000 (19:55 +0900)]
Merge pull request #6612 from electron/cc-cxx

Do not overwrite CC and CXX in bootstrap

8 years agoNo more need to overwrite env when running update.py
Cheng Zhao [Tue, 26 Jul 2016 10:24:58 +0000 (19:24 +0900)]
No more need to overwrite env when running update.py

8 years agoIgnore CC and CXX in env
Cheng Zhao [Tue, 26 Jul 2016 10:24:28 +0000 (19:24 +0900)]
Ignore CC and CXX in env

8 years agoMerge pull request #6609 from electron/msvs
Cheng Zhao [Tue, 26 Jul 2016 10:03:25 +0000 (19:03 +0900)]
Merge pull request #6609 from electron/msvs

Add --msvs parameter to bootstrap.py

8 years agodocs: Mention the --msvs
Cheng Zhao [Tue, 26 Jul 2016 08:42:12 +0000 (17:42 +0900)]
docs: Mention the --msvs

8 years agodocs: x64 is the default build
Cheng Zhao [Tue, 26 Jul 2016 08:40:58 +0000 (17:40 +0900)]
docs: x64 is the default build

8 years agoAdd --msvs parameter to bootstrap.py
Cheng Zhao [Tue, 26 Jul 2016 08:38:31 +0000 (17:38 +0900)]
Add --msvs parameter to bootstrap.py

8 years agoMerge pull request #6607 from enlight/patch-4
Cheng Zhao [Tue, 26 Jul 2016 07:29:01 +0000 (16:29 +0900)]
Merge pull request #6607 from enlight/patch-4

Normalize string quotes in desktopCapturer docs

8 years agoMerge pull request #6606 from electron/font-settings
Cheng Zhao [Tue, 26 Jul 2016 05:11:20 +0000 (14:11 +0900)]
Merge pull request #6606 from electron/font-settings

Set page's font settings with system settings

8 years agoNormalize string quotes in desktopCapturer docs
Vadim Macagon [Tue, 26 Jul 2016 04:57:39 +0000 (11:57 +0700)]
Normalize string quotes in desktopCapturer docs

Missed one string in my previous PR :(

8 years agoMerge pull request #6593 from enlight/improved-desktop-capturer-docs
Cheng Zhao [Tue, 26 Jul 2016 04:35:54 +0000 (13:35 +0900)]
Merge pull request #6593 from enlight/improved-desktop-capturer-docs

Improve readability, and add a link to the navigator.getUserMedia API

8 years agoc++11 styling
Cheng Zhao [Tue, 26 Jul 2016 04:32:17 +0000 (13:32 +0900)]
c++11 styling

8 years agoSet page's font settings with system settings
Cheng Zhao [Tue, 26 Jul 2016 04:29:27 +0000 (13:29 +0900)]
Set page's font settings with system settings

8 years agoImprove the desktopCapturer docs
Vadim Macagon [Mon, 25 Jul 2016 10:49:25 +0000 (17:49 +0700)]
Improve the desktopCapturer docs

Made minor improvements to readability, and added a link to the
`navigator.getUserMedia` docs on MDN for convenience.

8 years agoMerge pull request #6566 from electron/win-autoupdater-es6
Cheng Zhao [Tue, 26 Jul 2016 03:46:00 +0000 (12:46 +0900)]
Merge pull request #6566 from electron/win-autoupdater-es6

Move autoUpdater to ES6

8 years agoMerge pull request #6598 from electron/fs-access-asar
Cheng Zhao [Tue, 26 Jul 2016 03:42:59 +0000 (12:42 +0900)]
Merge pull request #6598 from electron/fs-access-asar

Add asar implementation of fs.access/accessSync

8 years agoMerge pull request #6596 from liusy182/restore-issue
Cheng Zhao [Tue, 26 Jul 2016 02:21:59 +0000 (11:21 +0900)]
Merge pull request #6596 from liusy182/restore-issue

Window position doesn't restore correctly minimize and restore window

8 years agoMerge pull request #6595 from lukeapage/patch-8
Cheng Zhao [Tue, 26 Jul 2016 02:16:57 +0000 (11:16 +0900)]
Merge pull request #6595 from lukeapage/patch-8

Clarify the default arguments for Menu popup

8 years agoRemove all spaces from potential appUserModelID as it isn't allowed by the spec
Samuel Attard [Tue, 26 Jul 2016 01:44:01 +0000 (11:44 +1000)]
Remove all spaces from potential appUserModelID as it isn't allowed by the spec

8 years agoMove auto-updater-win to ES6
Samuel Attard [Tue, 26 Jul 2016 01:40:55 +0000 (11:40 +1000)]
Move auto-updater-win to ES6

8 years agoMerge pull request #6601 from feross/master
Kevin Sawicki [Tue, 26 Jul 2016 00:45:50 +0000 (17:45 -0700)]
Merge pull request #6601 from feross/master

Fix test for PR #6600

8 years agoFix test for PR #6600
Feross Aboukhadijeh [Tue, 26 Jul 2016 00:27:45 +0000 (17:27 -0700)]
Fix test for PR #6600

Just realized that the tests don't pass after my PR. This fixes that :)

8 years agoMerge pull request #6600 from feross/master
Kevin Sawicki [Mon, 25 Jul 2016 22:21:05 +0000 (15:21 -0700)]
Merge pull request #6600 from feross/master

MenuItem: Use 'Close Window' for 'close' role label

8 years agoMenuItem: Use 'Close Window' for 'close' role label
Feross Aboukhadijeh [Mon, 25 Jul 2016 22:13:17 +0000 (15:13 -0700)]
MenuItem: Use 'Close Window' for 'close' role label

On OS X, the standard label that's used for the 'close' role is 'Close
Window'. You can see this in the default macOS apps from Apple.

8 years agoAdd spec for accessing normal files
Kevin Sawicki [Mon, 25 Jul 2016 18:17:40 +0000 (11:17 -0700)]
Add spec for accessing normal files

8 years agoSupport paths as Buffers
Kevin Sawicki [Mon, 25 Jul 2016 18:10:36 +0000 (11:10 -0700)]
Support paths as Buffers

8 years agoAdd asar-supported fs.accessSync implementation
Kevin Sawicki [Mon, 25 Jul 2016 18:05:18 +0000 (11:05 -0700)]
Add asar-supported fs.accessSync implementation

8 years agoAdd asar-supported fs.access implementation
Kevin Sawicki [Mon, 25 Jul 2016 17:49:20 +0000 (10:49 -0700)]
Add asar-supported fs.access implementation

8 years agoUse let/const instead of var
Kevin Sawicki [Mon, 25 Jul 2016 17:07:39 +0000 (10:07 -0700)]
Use let/const instead of var

8 years agoMerge branch 'master' of https://github.com/electron/electron into restore-issue
liusi [Mon, 25 Jul 2016 14:53:18 +0000 (22:53 +0800)]
Merge branch 'master' of https://github.com/electron/electron into restore-issue

8 years agoissue 6574 - Window position doesn't restore correctly
liusi [Mon, 25 Jul 2016 14:51:27 +0000 (22:51 +0800)]
issue 6574 - Window position doesn't restore correctly

8 years agoClarify the default arguments for popup
Luke Page [Mon, 25 Jul 2016 11:57:38 +0000 (13:57 +0200)]
Clarify the default arguments for popup

The null / -1 defaults weren't very helpful, so changed to follow other documentation and write the behaviour if that param is missing.

8 years agoMerge pull request #6576 from electron/browser-window-proxy-docs
Cheng Zhao [Mon, 25 Jul 2016 07:55:49 +0000 (16:55 +0900)]
Merge pull request #6576 from electron/browser-window-proxy-docs

Fix BrowserWindowProxy documentation

8 years agoMerge pull request #6575 from electron/asar-doc-fixes
Cheng Zhao [Mon, 25 Jul 2016 07:55:20 +0000 (16:55 +0900)]
Merge pull request #6575 from electron/asar-doc-fixes

fix wording in asar doc

8 years agoMerge pull request #6573 from electron/native-image-doc
Cheng Zhao [Mon, 25 Jul 2016 07:55:09 +0000 (16:55 +0900)]
Merge pull request #6573 from electron/native-image-doc

Fix documentation for NativeImage

8 years agoMerge pull request #6590 from electron/reliable-typed-array
Cheng Zhao [Mon, 25 Jul 2016 07:54:54 +0000 (16:54 +0900)]
Merge pull request #6590 from electron/reliable-typed-array

Use ArrayBuffer.isView to detect Buffer and ArrayBuffer

8 years agoUse deepEqual for comparing type arrays
Cheng Zhao [Mon, 25 Jul 2016 07:41:20 +0000 (16:41 +0900)]
Use deepEqual for comparing type arrays

8 years agoUse Buffer.from instead of deprecated new Buffer
Cheng Zhao [Mon, 25 Jul 2016 07:40:22 +0000 (16:40 +0900)]
Use Buffer.from instead of deprecated new Buffer

8 years agoUse ArrayBuffer.isView to detect Buffer and ArrayBuffer
Cheng Zhao [Mon, 25 Jul 2016 07:39:09 +0000 (16:39 +0900)]
Use ArrayBuffer.isView to detect Buffer and ArrayBuffer

8 years agospec: TypeArray should work in remote
Cheng Zhao [Mon, 25 Jul 2016 07:30:40 +0000 (16:30 +0900)]
spec: TypeArray should work in remote

8 years agoMerge pull request #6572 from haadcode/master
Cheng Zhao [Mon, 25 Jul 2016 07:22:29 +0000 (16:22 +0900)]
Merge pull request #6572 from haadcode/master

Add support for TypedArrays in IPC.

8 years agoUpdate brightray for #6156
Cheng Zhao [Mon, 25 Jul 2016 07:08:38 +0000 (16:08 +0900)]
Update brightray for #6156

8 years agoMerge pull request #6565 from TiagoDanin/Update-Doc
Cheng Zhao [Mon, 25 Jul 2016 07:05:04 +0000 (16:05 +0900)]
Merge pull request #6565 from TiagoDanin/Update-Doc

Update docs-translations

8 years agoMerge pull request #6558 from deepak1556/session_proxy_patch
Cheng Zhao [Mon, 25 Jul 2016 07:03:50 +0000 (16:03 +0900)]
Merge pull request #6558 from deepak1556/session_proxy_patch

session: add proxyBypassRules option to setProxy api

8 years agoMerge pull request #6524 from liusy182/painted-event-6426
Cheng Zhao [Mon, 25 Jul 2016 07:02:50 +0000 (16:02 +0900)]
Merge pull request #6524 from liusy182/painted-event-6426

add "view-painted" event to WebContent.

8 years agoBump v1.3.0
Cheng Zhao [Mon, 25 Jul 2016 03:55:56 +0000 (12:55 +0900)]
Bump v1.3.0

8 years agoMerge pull request #6589 from electron/200-resources
Cheng Zhao [Mon, 25 Jul 2016 03:54:45 +0000 (12:54 +0900)]
Merge pull request #6589 from electron/200-resources

Load a few resources pak added in Chrome 52

8 years agoCopy a few more files to out dir
Cheng Zhao [Mon, 25 Jul 2016 03:10:39 +0000 (12:10 +0900)]
Copy a few more files to out dir

8 years agoLoad a few more pak files
Cheng Zhao [Mon, 25 Jul 2016 02:10:53 +0000 (11:10 +0900)]
Load a few more pak files

8 years agoUpdate libchromiumcontent: fix linking error on Linux
Cheng Zhao [Sun, 24 Jul 2016 23:53:58 +0000 (08:53 +0900)]
Update libchromiumcontent: fix linking error on Linux

8 years agoMerge pull request #6585 from electron/win-release
Cheng Zhao [Sun, 24 Jul 2016 13:23:19 +0000 (22:23 +0900)]
Merge pull request #6585 from electron/win-release

Do not export symbols of OpenSSL on Windows

8 years agoDo not export symbols of OpenSSL on Windows
Cheng Zhao [Sun, 24 Jul 2016 12:19:30 +0000 (21:19 +0900)]
Do not export symbols of OpenSSL on Windows

8 years agoMerge pull request #6584 from electron/fix-ci
Cheng Zhao [Sun, 24 Jul 2016 12:55:11 +0000 (21:55 +0900)]
Merge pull request #6584 from electron/fix-ci

Do not throw exception when channel name is "error"