platform/framework/web/crosswalk-tizen.git
8 years agoUpdate to new pref service location in components
Brian R. Bondy [Wed, 27 Apr 2016 18:31:29 +0000 (14:31 -0400)]
Update to new pref service location in components

8 years agoLoadAccessTokensCallbackType -> LoadAccessTokensCallback
Brian R. Bondy [Wed, 27 Apr 2016 17:59:46 +0000 (13:59 -0400)]
LoadAccessTokensCallbackType -> LoadAccessTokensCallback

8 years agoNo more GetCookieMonster
Brian R. Bondy [Wed, 27 Apr 2016 17:40:20 +0000 (13:40 -0400)]
No more GetCookieMonster

8 years agoWidevine AAC CDM no longer avail
Brian R. Bondy [Wed, 27 Apr 2016 17:14:17 +0000 (13:14 -0400)]
Widevine AAC CDM no longer avail

See chromium ./third_party /widevine/cdm/widevine_cdm_common.h

8 years agoRemove Vorbis from CDM support
Brian R. Bondy [Wed, 27 Apr 2016 17:10:14 +0000 (13:10 -0400)]
Remove Vorbis from CDM support

See https://codereview.chromium.org/1690353002

8 years agoAdd referrer_schems to AddAdditionalSchemes
Brian R. Bondy [Wed, 27 Apr 2016 17:02:01 +0000 (13:02 -0400)]
Add referrer_schems to AddAdditionalSchemes

8 years agoBump v1.0.2
Cheng Zhao [Fri, 13 May 2016 00:21:33 +0000 (09:21 +0900)]
Bump v1.0.2

8 years agoUpdate brightray for electron/brightray#219
Cheng Zhao [Fri, 13 May 2016 00:19:46 +0000 (09:19 +0900)]
Update brightray for electron/brightray#219

8 years agoMerge pull request #5513 from danhp/patch-1
Cheng Zhao [Fri, 13 May 2016 00:08:32 +0000 (09:08 +0900)]
Merge pull request #5513 from danhp/patch-1

Document 'Tab' as a supported accelerator.

8 years agoMerge pull request #5508 from electron/bengotow/docs-tweaks
Cheng Zhao [Thu, 12 May 2016 23:46:08 +0000 (08:46 +0900)]
Merge pull request #5508 from electron/bengotow/docs-tweaks

Add to security checklist

8 years ago:memo: Document 'Tab' as a supported accelerator.
Daniel Pham [Thu, 12 May 2016 20:00:58 +0000 (16:00 -0400)]
:memo: Document 'Tab' as a supported accelerator.

[ci skip]

8 years agoAdd to security checklist
Ben Gotow [Sun, 8 May 2016 18:21:11 +0000 (11:21 -0700)]
Add to security checklist

8 years agoMerge pull request #5502 from anthonyryan1/master
Cheng Zhao [Thu, 12 May 2016 10:37:25 +0000 (19:37 +0900)]
Merge pull request #5502 from anthonyryan1/master

Replace gtk_widget_hide_all with gtk_widget_hide

8 years agoUpdate brightray for #5503
Cheng Zhao [Thu, 12 May 2016 09:01:03 +0000 (18:01 +0900)]
Update brightray for #5503

8 years agoMerge pull request #5504 from dalabarge/patch-1
Machisté N. Quintana [Thu, 12 May 2016 02:29:36 +0000 (19:29 -0700)]
Merge pull request #5504 from dalabarge/patch-1

Fixed grammar issue.

8 years agoFixed grammar issue.
Daniel LaBarge [Thu, 12 May 2016 02:08:01 +0000 (21:08 -0500)]
Fixed grammar issue.

8 years agoMerge pull request #5501 from ecmadao/patch-1
Cheng Zhao [Thu, 12 May 2016 01:36:38 +0000 (10:36 +0900)]
Merge pull request #5501 from ecmadao/patch-1

Update screen.md

8 years agoMerge pull request #5500 from radarhere/master
Cheng Zhao [Thu, 12 May 2016 01:26:39 +0000 (10:26 +0900)]
Merge pull request #5500 from radarhere/master

Fixed typo

8 years agoMerge pull request #5496 from deepak1556/linux_dialog_icon_patch
Cheng Zhao [Thu, 12 May 2016 01:24:32 +0000 (10:24 +0900)]
Merge pull request #5496 from deepak1556/linux_dialog_icon_patch

dialog: resize icon on linux before showing

8 years agoUpdate screen.md
ecmadao [Thu, 12 May 2016 01:21:10 +0000 (09:21 +0800)]
Update screen.md

bugfix-修改错别字

8 years agoMerge pull request #5489 from felixrieseberg/windows-store-guide
Cheng Zhao [Thu, 12 May 2016 00:30:18 +0000 (09:30 +0900)]
Merge pull request #5489 from felixrieseberg/windows-store-guide

Add Windows Store Guide

8 years agoMerge pull request #5487 from felixrieseberg/windows-dialog-array
Cheng Zhao [Thu, 12 May 2016 00:26:28 +0000 (09:26 +0900)]
Merge pull request #5487 from felixrieseberg/windows-dialog-array

Document Dialog Buttons Behavior on Windows

8 years agoFixed typo
Andrew Murray [Wed, 11 May 2016 22:14:17 +0000 (08:14 +1000)]
Fixed typo

8 years agoReplace gtk_widget_hide_all with gtk_widget_hide
Anthony Ryan [Wed, 11 May 2016 19:33:43 +0000 (15:33 -0400)]
Replace gtk_widget_hide_all with gtk_widget_hide

gtk_widget_hide_all was deprecated in gtk+ 2.24 and was removed
entirely in recent versions. This is a pretty straight forward
replacement.

8 years agodialog: resize icon on linux before showing
deepak1556 [Wed, 11 May 2016 17:00:10 +0000 (22:30 +0530)]
dialog: resize icon on linux before showing

8 years agoMerge branch '1-0-release'
Cheng Zhao [Wed, 11 May 2016 13:11:08 +0000 (22:11 +0900)]
Merge branch '1-0-release'

8 years agoMerge pull request #5491 from electron/key-weak-map
Cheng Zhao [Wed, 11 May 2016 13:10:43 +0000 (22:10 +0900)]
Merge pull request #5491 from electron/key-weak-map

Extend the IDWeakMap to accept arbitrary key type

8 years agohash function for pair is already defined in VS
Cheng Zhao [Wed, 11 May 2016 12:20:40 +0000 (21:20 +0900)]
hash function for pair is already defined in VS

8 years agoAdd typename hint to fix compilation error on VS2015
Cheng Zhao [Wed, 11 May 2016 11:57:21 +0000 (20:57 +0900)]
Add typename hint to fix compilation error on VS2015

8 years agoUse DoubleIDWeakMap for |rendererFunctions|
Cheng Zhao [Wed, 11 May 2016 11:40:48 +0000 (20:40 +0900)]
Use DoubleIDWeakMap for |rendererFunctions|

8 years agoBump v1.0.1
Cheng Zhao [Wed, 11 May 2016 11:10:38 +0000 (20:10 +0900)]
Bump v1.0.1

8 years agoMerge pull request #5490 from electron/webcontents-event
Cheng Zhao [Wed, 11 May 2016 10:59:09 +0000 (19:59 +0900)]
Merge pull request #5490 from electron/webcontents-event

Listen for devtools-opened on webContents

8 years agoUse arrow function for this binding
Kevin Sawicki [Wed, 11 May 2016 10:54:52 +0000 (12:54 +0200)]
Use arrow function for this binding

8 years agoListen for devtools-opened on webContents
Kevin Sawicki [Wed, 11 May 2016 10:48:46 +0000 (12:48 +0200)]
Listen for devtools-opened on webContents

8 years agoMove createIDWeakMap to v8Util
Cheng Zhao [Wed, 11 May 2016 10:30:06 +0000 (19:30 +0900)]
Move createIDWeakMap to v8Util

8 years agoTurn api::IDWeakMap into api::KeyWeakMap<T>
Cheng Zhao [Wed, 11 May 2016 09:21:35 +0000 (18:21 +0900)]
Turn api::IDWeakMap into api::KeyWeakMap<T>

8 years ago:memo: Add Windows Store Guide
Felix Rieseberg [Wed, 11 May 2016 08:48:33 +0000 (10:48 +0200)]
:memo: Add Windows Store Guide

This commit adds a guide about how to compile your app as a Windows Store app, analog to the Mac App Store guide.

8 years ago:memo: Document Dialog Buttons Behavior on Windows
Felix Rieseberg [Wed, 11 May 2016 08:26:15 +0000 (10:26 +0200)]
:memo: Document Dialog Buttons Behavior on Windows

Closes #5464

8 years agoUse create function instead of IDWeakMap constructor
Cheng Zhao [Wed, 11 May 2016 07:15:32 +0000 (16:15 +0900)]
Use create function instead of IDWeakMap constructor

8 years agoRemove IDWeakMap
Cheng Zhao [Wed, 11 May 2016 06:51:22 +0000 (15:51 +0900)]
Remove IDWeakMap

8 years agoMake KeyWeakMap a template class
Cheng Zhao [Wed, 11 May 2016 05:46:32 +0000 (14:46 +0900)]
Make KeyWeakMap a template class

8 years agoFix leak when KeyWeakMap::Remove is called directly
Cheng Zhao [Wed, 11 May 2016 05:26:32 +0000 (14:26 +0900)]
Fix leak when KeyWeakMap::Remove is called directly

Usually the KeyObject would be destroyed when GC happens, but then
Remove is called before GC happens, the KeyObject would be leaked
forever. This fixes it by keeping KeyObject as a member of map.

8 years agoAdd KeyWeakMap without Add method
Cheng Zhao [Wed, 11 May 2016 04:40:33 +0000 (13:40 +0900)]
Add KeyWeakMap without Add method

8 years agoRemove unused methods of IDWeakMap
Cheng Zhao [Wed, 11 May 2016 03:24:02 +0000 (12:24 +0900)]
Remove unused methods of IDWeakMap

8 years agoMerge branch 'master' of https://github.com/electron/electron
Cheng Zhao [Wed, 11 May 2016 06:15:15 +0000 (15:15 +0900)]
Merge branch 'master' of https://github.com/electron/electron

8 years agoMerge branch '1-0-release'
Cheng Zhao [Wed, 11 May 2016 06:14:56 +0000 (15:14 +0900)]
Merge branch '1-0-release'

8 years agoMerge pull request #5486 from electron/fix-dump-version-info-js
Cheng Zhao [Wed, 11 May 2016 06:12:04 +0000 (15:12 +0900)]
Merge pull request #5486 from electron/fix-dump-version-info-js

Do not use require('app') in dump-version-info.js

8 years agoDo not use require('app') in dump-version-info.js
Cheng Zhao [Wed, 11 May 2016 06:07:09 +0000 (15:07 +0900)]
Do not use require('app') in dump-version-info.js

8 years agoMerge pull request #5485 from preco21/korean-docs-4
Cheng Zhao [Wed, 11 May 2016 05:48:43 +0000 (14:48 +0900)]
Merge pull request #5485 from preco21/korean-docs-4

docs: Update Korean docs as upstream

8 years ago:memo: Update Korean docs as upstream
Plusb Preco [Wed, 11 May 2016 04:48:40 +0000 (13:48 +0900)]
:memo: Update Korean docs as upstream

[ci skip]

8 years agoMerge pull request #5480 from preco21/patch-3
Machisté N. Quintana [Wed, 11 May 2016 04:27:45 +0000 (21:27 -0700)]
Merge pull request #5480 from preco21/patch-3

docs: Match object notation style

8 years ago:memo: Update `README-ko.md`
Plusb Preco [Wed, 11 May 2016 01:48:54 +0000 (10:48 +0900)]
:memo: Update `README-ko.md`

[ci skip]

8 years ago:memo: Match object notation style
Plusb Preco [Wed, 11 May 2016 01:30:02 +0000 (10:30 +0900)]
:memo: Match object notation style

[ci skip]

8 years agoMerge pull request #5477 from danhp/download-bounce
Cheng Zhao [Wed, 11 May 2016 00:41:08 +0000 (09:41 +0900)]
Merge pull request #5477 from danhp/download-bounce

Add API: app.dock.downloadFinished(filePath)

8 years agoMerge pull request #5479 from electron/widevine-path
Cheng Zhao [Wed, 11 May 2016 00:24:24 +0000 (09:24 +0900)]
Merge pull request #5479 from electron/widevine-path

Fix passing paths in command line

8 years agoMerge branch 'document-fixes-4' of https://github.com/preco21/electron into preco21...
Cheng Zhao [Wed, 11 May 2016 00:23:52 +0000 (09:23 +0900)]
Merge branch 'document-fixes-4' of https://github.com/preco21/electron into preco21-document-fixes-4

8 years agoMerge pull request #5473 from preco21/korean-docs-3
Cheng Zhao [Wed, 11 May 2016 00:20:51 +0000 (09:20 +0900)]
Merge pull request #5473 from preco21/korean-docs-3

docs: Update Korean docs as upstream

8 years agoMerge pull request #5471 from nickytonline/fix-readme
Cheng Zhao [Wed, 11 May 2016 00:12:01 +0000 (09:12 +0900)]
Merge pull request #5471 from nickytonline/fix-readme

Fixed code snippet in read me

8 years agoFix passing paths in command line
Cheng Zhao [Tue, 10 May 2016 23:47:50 +0000 (08:47 +0900)]
Fix passing paths in command line

8 years agofixed code snippet in menu api documentation.
Nick Taylor [Tue, 10 May 2016 20:32:45 +0000 (22:32 +0200)]
fixed code snippet in menu api documentation.

8 years agoAdd API: app.dock.downloadFinished(filePath)
Daniel Pham [Tue, 10 May 2016 19:02:56 +0000 (15:02 -0400)]
Add API: app.dock.downloadFinished(filePath)

8 years ago:memo: Remove whitespace
Plusb Preco [Tue, 10 May 2016 18:34:06 +0000 (03:34 +0900)]
:memo: Remove whitespace

[ci skip]

8 years ago:memo: Update Korean docs as upstream
Plusb Preco [Tue, 10 May 2016 18:14:06 +0000 (03:14 +0900)]
:memo: Update Korean docs as upstream

[ci skip]

8 years ago:memo: Match variable names
Plusb Preco [Tue, 10 May 2016 17:38:42 +0000 (02:38 +0900)]
:memo: Match variable names

[ci skip]

8 years ago:memo: Match variable names
Plusb Preco [Tue, 10 May 2016 17:16:32 +0000 (02:16 +0900)]
:memo: Match variable names

[ci skip]

8 years ago:memo: Fix code style issue
Plusb Preco [Tue, 10 May 2016 17:15:09 +0000 (02:15 +0900)]
:memo: Fix code style issue

* Change `var` to `let`.
* Change `function() {}` to `() => {}`.
* Use shorthand function syntax on object notation.
* Remove spaces between object notation brackets.
* Small fixes.

8 years ago:memo: Add missing semicolons
Plusb Preco [Tue, 10 May 2016 16:57:55 +0000 (01:57 +0900)]
:memo: Add missing semicolons

[ci skip]

8 years ago:memo: Cleanup codes
Plusb Preco [Tue, 10 May 2016 16:34:51 +0000 (01:34 +0900)]
:memo: Cleanup codes

[ci skip]

8 years ago:memo: Remove whitespace after code block
Plusb Preco [Tue, 10 May 2016 16:32:13 +0000 (01:32 +0900)]
:memo: Remove whitespace after code block

[ci skip]

8 years ago:memo: Match destructuring style
Plusb Preco [Tue, 10 May 2016 16:26:38 +0000 (01:26 +0900)]
:memo: Match destructuring style

[ci skip]

8 years agoMerge pull request #5462 from zicai/patch-1
Cheng Zhao [Tue, 10 May 2016 10:44:36 +0000 (19:44 +0900)]
Merge pull request #5462 from zicai/patch-1

Docs:fix a minor typo

8 years ago:memo: Fix code style issue
Plusb Preco [Tue, 10 May 2016 09:42:11 +0000 (18:42 +0900)]
:memo: Fix code style issue

* Match equality operators for consistent that `==`, `!=` by `===`,
`!==`.
* Match string expression notation `"` by `'`.

[ci skip]

8 years agoDocs:fix a minor typo
zicai [Tue, 10 May 2016 08:53:14 +0000 (16:53 +0800)]
Docs:fix a minor typo

8 years ago:memo: Adjust line length to `80`
Plusb Preco [Tue, 10 May 2016 08:41:16 +0000 (17:41 +0900)]
:memo: Adjust line length to `80`

[ci skip]

8 years ago:memo: Small fixes
Plusb Preco [Tue, 10 May 2016 08:35:12 +0000 (17:35 +0900)]
:memo: Small fixes

[ci skip]

8 years ago:memo: Update Korean docs as upstream
Plusb Preco [Tue, 10 May 2016 07:27:14 +0000 (16:27 +0900)]
:memo: Update Korean docs as upstream

[ci skip]

8 years agoUpdate native_mate: close #5392
Cheng Zhao [Tue, 10 May 2016 07:10:02 +0000 (16:10 +0900)]
Update native_mate: close #5392

8 years ago:memo: Add `security.md`
Plusb Preco [Tue, 10 May 2016 04:48:26 +0000 (13:48 +0900)]
:memo: Add `security.md`

[ci skip]

8 years agoMerge pull request #5459 from electron/soft-warning
Cheng Zhao [Tue, 10 May 2016 02:11:00 +0000 (11:11 +0900)]
Merge pull request #5459 from electron/soft-warning

Turn exception in protocol.registerStandardSchemes into warning warning

8 years agospec: protocol.registerStandardSchemes does not throw
Cheng Zhao [Tue, 10 May 2016 00:57:13 +0000 (09:57 +0900)]
spec: protocol.registerStandardSchemes does not throw

8 years agodocs: When to use protocol.registerStandardSchemes
Cheng Zhao [Mon, 9 May 2016 01:20:08 +0000 (10:20 +0900)]
docs: When to use protocol.registerStandardSchemes

8 years agoTurn the exception in protocol.registerStandardSchemes to warning
Cheng Zhao [Mon, 9 May 2016 00:49:28 +0000 (09:49 +0900)]
Turn the exception in protocol.registerStandardSchemes to warning

8 years agoNo need to keep the deprecated APIs
Cheng Zhao [Mon, 9 May 2016 00:22:03 +0000 (09:22 +0900)]
No need to keep the deprecated APIs

They will be removed in next release.

8 years agoBump v1.0.0
Cheng Zhao [Mon, 9 May 2016 10:17:58 +0000 (19:17 +0900)]
Bump v1.0.0

8 years agoFix exception when refreshing specs window
Cheng Zhao [Mon, 9 May 2016 11:08:50 +0000 (20:08 +0900)]
Fix exception when refreshing specs window

8 years agoMerge pull request #5373 from electron/remove-deprecated-apis
Cheng Zhao [Mon, 9 May 2016 10:16:38 +0000 (19:16 +0900)]
Merge pull request #5373 from electron/remove-deprecated-apis

Remove deprecated apis

8 years ago:memo: Fix small typos
Plusb Preco [Mon, 9 May 2016 07:23:11 +0000 (16:23 +0900)]
:memo: Fix small typos

[ci skip]

8 years ago:memo: Update Korean docs as upstream
Plusb Preco [Mon, 9 May 2016 07:20:05 +0000 (16:20 +0900)]
:memo: Update Korean docs as upstream

[ci skip]

8 years ago:memo: Small fixes
Plusb Preco [Mon, 9 May 2016 02:23:46 +0000 (11:23 +0900)]
:memo: Small fixes

[ci skip]

8 years ago:memo: Update Korean docs as upstream
Plusb Preco [Mon, 9 May 2016 01:43:52 +0000 (10:43 +0900)]
:memo: Update Korean docs as upstream

[ci skip]

8 years agoMerge pull request #5406 from deepak1556/protocol_standard_scheme_patch
Cheng Zhao [Mon, 9 May 2016 00:12:35 +0000 (09:12 +0900)]
Merge pull request #5406 from deepak1556/protocol_standard_scheme_patch

protocol: fix registerStandardSchemes api

8 years agoMerge pull request #5440 from electron/bengotow/remove-default-protocol
Cheng Zhao [Sun, 8 May 2016 23:36:21 +0000 (08:36 +0900)]
Merge pull request #5440 from electron/bengotow/remove-default-protocol

Implement RemoveAsDefaultProtocolClient on OS X

8 years agoAdd docs, avoid side effects when not currently default
Ben Gotow [Sun, 8 May 2016 17:50:17 +0000 (10:50 -0700)]
Add docs, avoid side effects when not currently default

8 years agodelay protocol object creation
deepak1556 [Sun, 8 May 2016 11:14:14 +0000 (16:44 +0530)]
delay protocol object creation

8 years agoMerge pull request #5445 from electron/fix-flaky-tests
Cheng Zhao [Sun, 8 May 2016 07:44:29 +0000 (16:44 +0900)]
Merge pull request #5445 from electron/fix-flaky-tests

Suppress the window.open tests on travis CI's mac machine

8 years agoSuppress the window.open tests on travis CI's mac machine
Cheng Zhao [Sun, 8 May 2016 06:15:16 +0000 (15:15 +0900)]
Suppress the window.open tests on travis CI's mac machine

8 years agoMerge pull request #5444 from electron/expiration-date
Cheng Zhao [Sun, 8 May 2016 06:13:36 +0000 (15:13 +0900)]
Merge pull request #5444 from electron/expiration-date

Fix `expirationDate` not showing for persistent cookies

8 years agoSet expirationDate for persistent cookie
Cheng Zhao [Sun, 8 May 2016 05:38:07 +0000 (14:38 +0900)]
Set expirationDate for persistent cookie

8 years agoMerge pull request #5436 from stevekinney/refactor-parse-args-in-dialog
Cheng Zhao [Sun, 8 May 2016 02:57:02 +0000 (11:57 +0900)]
Merge pull request #5436 from stevekinney/refactor-parse-args-in-dialog

Refactor parseArgs function in dialog module

8 years agoMerge pull request #5432 from stevekinney/default-app-to-es6
Cheng Zhao [Sun, 8 May 2016 02:21:01 +0000 (11:21 +0900)]
Merge pull request #5432 from stevekinney/default-app-to-es6

Update default_app to ES6 conventions