platform/framework/web/crosswalk-tizen.git
8 years agoMention open as hidden is manually configurable
Kevin Sawicki [Wed, 6 Jul 2016 21:17:19 +0000 (14:17 -0700)]
Mention open as hidden is manually configurable

8 years agoDoc login item APIs
Kevin Sawicki [Wed, 6 Jul 2016 21:06:38 +0000 (14:06 -0700)]
Doc login item APIs

8 years agoCombine launch and current status login item APIs
Kevin Sawicki [Wed, 6 Jul 2016 20:57:20 +0000 (13:57 -0700)]
Combine launch and current status login item APIs

8 years agoAdd specs for login item APIs
Kevin Sawicki [Wed, 6 Jul 2016 20:34:14 +0000 (13:34 -0700)]
Add specs for login item APIs

8 years agoAdd API to add/remove app as login item
Kevin Sawicki [Wed, 6 Jul 2016 20:26:16 +0000 (13:26 -0700)]
Add API to add/remove app as login item

8 years agoAdd app.getLoginItemStatus API
Kevin Sawicki [Wed, 6 Jul 2016 20:17:39 +0000 (13:17 -0700)]
Add app.getLoginItemStatus API

8 years agoAdd getLoginItemLaunchStatus API
Kevin Sawicki [Wed, 6 Jul 2016 18:43:44 +0000 (11:43 -0700)]
Add getLoginItemLaunchStatus API

8 years agoMerge pull request #6368 from vsemozhetbyt/patch-1
Kevin Sawicki [Wed, 6 Jul 2016 16:02:35 +0000 (09:02 -0700)]
Merge pull request #6368 from vsemozhetbyt/patch-1

Fix disordered definitions in webContents doc

8 years agoFix disordered definitions in webContents doc
vsemozhetbyt [Wed, 6 Jul 2016 15:58:50 +0000 (18:58 +0300)]
Fix disordered definitions in webContents doc

:memo: Swap `clearSelection` and `keepSelection` definitions
for `webContents.stopFindInPage(action)` that seems to be in wrong order.

[ci skip]

8 years agoBump v1.2.6
Cheng Zhao [Wed, 6 Jul 2016 04:20:36 +0000 (13:20 +0900)]
Bump v1.2.6

8 years agoMerge pull request #6356 from jonathansampson/patch-1
Paul Betts [Wed, 6 Jul 2016 02:37:38 +0000 (19:37 -0700)]
Merge pull request #6356 from jonathansampson/patch-1

modern.ie is no longer in use

8 years agomodern.ie is no longer in use
Jonathan Sampson [Wed, 6 Jul 2016 02:34:33 +0000 (19:34 -0700)]
modern.ie is no longer in use

The URL exists for historical reasons, but is no longer the primary URL for developer resources.

8 years agoMerge pull request #6354 from electron/package-json-bom
Cheng Zhao [Wed, 6 Jul 2016 00:48:37 +0000 (09:48 +0900)]
Merge pull request #6354 from electron/package-json-bom

Use require to load package.json

8 years agoUse require to load package.json instead of fs/JSON
Kevin Sawicki [Tue, 5 Jul 2016 22:50:12 +0000 (15:50 -0700)]
Use require to load package.json instead of fs/JSON

8 years agoMerge pull request #6333 from electron/drag-item
Cheng Zhao [Mon, 4 Jul 2016 04:30:56 +0000 (13:30 +0900)]
Merge pull request #6333 from electron/drag-item

Add `webContents.startDrag(item)` API

8 years agoReduce the scope of ScopedNestableTaskAllower
Cheng Zhao [Sun, 3 Jul 2016 06:30:27 +0000 (15:30 +0900)]
Reduce the scope of ScopedNestableTaskAllower

8 years agodocs: Use <a> as example
Cheng Zhao [Sun, 3 Jul 2016 06:27:26 +0000 (15:27 +0900)]
docs: Use <a> as example

8 years agodocs: Dragging files out of the window
Cheng Zhao [Sun, 3 Jul 2016 06:26:22 +0000 (15:26 +0900)]
docs: Dragging files out of the window

8 years agodocs: webContents.startDrag(item)
Cheng Zhao [Sun, 3 Jul 2016 06:10:59 +0000 (15:10 +0900)]
docs: webContents.startDrag(item)

8 years agowin: Use drag_utils::CreateDragImageForFile
Cheng Zhao [Sun, 3 Jul 2016 05:44:47 +0000 (14:44 +0900)]
win: Use drag_utils::CreateDragImageForFile

8 years agoviews: Implement webContents.startDrag
Cheng Zhao [Sun, 3 Jul 2016 05:34:35 +0000 (14:34 +0900)]
views: Implement webContents.startDrag

8 years agoSupport dragging multiple files
Cheng Zhao [Sun, 3 Jul 2016 04:58:31 +0000 (13:58 +0900)]
Support dragging multiple files

8 years agomac: Implement webContents.startDrag
Cheng Zhao [Sun, 3 Jul 2016 03:26:43 +0000 (12:26 +0900)]
mac: Implement webContents.startDrag

8 years agodocs: Add trailing period
Cheng Zhao [Sat, 2 Jul 2016 11:27:14 +0000 (20:27 +0900)]
docs: Add trailing period

8 years agoMerge pull request #6324 from MarshallOfSound/master
Cheng Zhao [Sat, 2 Jul 2016 11:25:15 +0000 (11:25 +0000)]
Merge pull request #6324 from MarshallOfSound/master

Document possible getLocale returns values.

8 years agoUpdate docs to match style guide
Samuel Attard [Sat, 2 Jul 2016 11:21:45 +0000 (23:21 +1200)]
Update docs to match style guide

8 years agoDocument possible getLocale returns values. Closes #5363
Samuel Attard [Sat, 2 Jul 2016 09:17:37 +0000 (21:17 +1200)]
Document possible getLocale returns values.  Closes #5363

8 years agoAvoid calling GetWebContentsFromProcessID for twice
Cheng Zhao [Sat, 2 Jul 2016 07:54:12 +0000 (16:54 +0900)]
Avoid calling GetWebContentsFromProcessID for twice

8 years agoMerge pull request #6313 from MarshallOfSound/silent-notification-when-muted
Cheng Zhao [Sat, 2 Jul 2016 07:44:33 +0000 (07:44 +0000)]
Merge pull request #6313 from MarshallOfSound/silent-notification-when-muted

Override the Notification API constructor to create silent notificatons when the webContents is muted

8 years agoMerge pull request #6323 from electron/icon-fix
Cheng Zhao [Sat, 2 Jul 2016 07:41:30 +0000 (07:41 +0000)]
Merge pull request #6323 from electron/icon-fix

Set window icon before showing window

8 years agoSet window icon before showing window
Cheng Zhao [Sat, 2 Jul 2016 07:16:47 +0000 (16:16 +0900)]
Set window icon before showing window

8 years agoMerge pull request #6322 from electron/chrome-51.0.2704.106
Cheng Zhao [Sat, 2 Jul 2016 07:12:23 +0000 (07:12 +0000)]
Merge pull request #6322 from electron/chrome-51.0.2704.106

Update to Chrome 51.0.2704.106

8 years agoUpdate to Chrome 51.0.2704.106
Cheng Zhao [Sat, 2 Jul 2016 04:54:34 +0000 (13:54 +0900)]
Update to Chrome 51.0.2704.106

8 years agoMerge pull request #6309 from electron/app-launcher-rename
Cheng Zhao [Sat, 2 Jul 2016 01:51:47 +0000 (01:51 +0000)]
Merge pull request #6309 from electron/app-launcher-rename

Implement app.setBadgeCount on Mac

8 years agoUpdate for reviews
Cheng Zhao [Sat, 2 Jul 2016 01:36:11 +0000 (10:36 +0900)]
Update for reviews

8 years agoImplement WebContenstAudioMuted in AtomBrowserClient
Samuel Attard [Sat, 2 Jul 2016 01:28:28 +0000 (13:28 +1200)]
Implement WebContenstAudioMuted in AtomBrowserClient

8 years agoMerge pull request #6298 from jhen0409/patch-5
Kevin Sawicki [Fri, 1 Jul 2016 15:59:39 +0000 (08:59 -0700)]
Merge pull request #6298 from jhen0409/patch-5

Support background.page in extension manifest

8 years agoTweak launcher note text
Kevin Sawicki [Fri, 1 Jul 2016 15:51:25 +0000 (08:51 -0700)]
Tweak launcher note text

8 years agoUse background page path instead of generated path
Jhen [Fri, 1 Jul 2016 15:05:00 +0000 (23:05 +0800)]
Use background page path instead of generated path

if extension use manifest.background.page

8 years agoMerge pull request #6315 from electron/fix-extension-match
Cheng Zhao [Fri, 1 Jul 2016 14:14:18 +0000 (14:14 +0000)]
Merge pull request #6315 from electron/fix-extension-match

Don't use MatchesExtension for matching filters

8 years agoMerge pull request #6314 from electron/suppress-session-protocol
Cheng Zhao [Fri, 1 Jul 2016 13:56:48 +0000 (13:56 +0000)]
Merge pull request #6314 from electron/suppress-session-protocol

spec: Suppress the session.protocol test

8 years agoDon't use MatchesExtension for matching filters
Cheng Zhao [Fri, 1 Jul 2016 13:55:15 +0000 (22:55 +0900)]
Don't use MatchesExtension for matching filters

MatchesExtension compares double extensions like .tar.gz, which does not
match the filters.

8 years agospec: Suppress the session.protocol test
Cheng Zhao [Fri, 1 Jul 2016 13:24:30 +0000 (22:24 +0900)]
spec: Suppress the session.protocol test

8 years agoapp.setBadgeCount should return boolean
Cheng Zhao [Fri, 1 Jul 2016 13:18:39 +0000 (22:18 +0900)]
app.setBadgeCount should return boolean

8 years agoOverride the Notification API constructor to create silent notifications when the...
Samuel Attard [Fri, 1 Jul 2016 11:12:06 +0000 (23:12 +1200)]
Override the Notification API constructor to create silent notifications when the webContents is muted

8 years agodocs: app.setBadgeCount
Cheng Zhao [Fri, 1 Jul 2016 08:44:09 +0000 (17:44 +0900)]
docs: app.setBadgeCount

8 years agomac: Implement app.setBadgeCount
Cheng Zhao [Fri, 1 Jul 2016 08:39:01 +0000 (17:39 +0900)]
mac: Implement app.setBadgeCount

8 years agoMerge pull request #6216 from electron/class-docs
Cheng Zhao [Fri, 1 Jul 2016 05:34:01 +0000 (05:34 +0000)]
Merge pull request #6216 from electron/class-docs

Add details to docs/styleguide.md

8 years agoconjunctions don't have to be capitalized
Cheng Zhao [Fri, 1 Jul 2016 05:33:22 +0000 (14:33 +0900)]
conjunctions don't have to be capitalized

8 years agoUse `*` instead of `-` for lists
Cheng Zhao [Fri, 1 Jul 2016 05:30:55 +0000 (14:30 +0900)]
Use `*` instead of `-` for lists

`*` is used in most lists in our docs, let's keep consistency.

8 years agoUpdate atom-shell-vs-node-webkit.md
Cheng Zhao [Fri, 1 Jul 2016 05:27:56 +0000 (14:27 +0900)]
Update atom-shell-vs-node-webkit.md

8 years agoMerge pull request #6294 from preco21/korean-docs-9
Kevin Sawicki [Thu, 30 Jun 2016 21:41:50 +0000 (14:41 -0700)]
Merge pull request #6294 from preco21/korean-docs-9

docs: Update Korean docs as upstream

8 years agoSupport background.page in extension manifest
Jhen [Thu, 30 Jun 2016 07:45:03 +0000 (15:45 +0800)]
Support background.page in extension manifest

8 years ago:memo: Update Korean docs as upstream
Plusb Preco [Thu, 30 Jun 2016 02:32:14 +0000 (11:32 +0900)]
:memo: Update Korean docs as upstream

[ci skip]

8 years agoMerge pull request #6225 from miniak/publish-pdb
Kevin Sawicki [Wed, 29 Jun 2016 23:54:26 +0000 (16:54 -0700)]
Merge pull request #6225 from miniak/publish-pdb

Publish Windows PDBs to allow debugging without Symbol server

8 years agoMerge pull request #6280 from electron/pop-up-context-menu-windows
Kevin Sawicki [Wed, 29 Jun 2016 20:00:10 +0000 (13:00 -0700)]
Merge pull request #6280 from electron/pop-up-context-menu-windows

Use previously set context menu when popup menu is null

8 years agoUse nullptr comparisons
Kevin Sawicki [Tue, 28 Jun 2016 22:28:27 +0000 (15:28 -0700)]
Use nullptr comparisons

8 years agoUse set context menu when param is not specified
Kevin Sawicki [Tue, 28 Jun 2016 22:10:32 +0000 (15:10 -0700)]
Use set context menu when param is not specified

8 years agoMerge pull request #6243 from jnugh/master
Kevin Sawicki [Wed, 29 Jun 2016 18:45:19 +0000 (11:45 -0700)]
Merge pull request #6243 from jnugh/master

Ubuntu Unity launcher counter badge

8 years agoadd specs for app.launcher api
Jonas Schwabe [Wed, 29 Jun 2016 17:47:20 +0000 (19:47 +0200)]
add specs for app.launcher api

fix linter errors

8 years agoMerge pull request #6290 from electron/updated-apis-in-doc-translations
Kevin Sawicki [Wed, 29 Jun 2016 18:25:44 +0000 (11:25 -0700)]
Merge pull request #6290 from electron/updated-apis-in-doc-translations

Update renamed nativeImage APIs in translated docs

8 years agoUpdate renamed nativeImage APIs
Kevin Sawicki [Wed, 29 Jun 2016 18:22:50 +0000 (11:22 -0700)]
Update renamed nativeImage APIs

8 years agoAdd additional method isUnityRunning, fix multiple typos in docs
Jonas Schwabe [Wed, 29 Jun 2016 17:23:56 +0000 (19:23 +0200)]
Add additional method isUnityRunning, fix multiple typos in docs

8 years agoAdd ifdef for property, which should only be availabe on Linux
Jonas Schwabe [Wed, 29 Jun 2016 17:23:00 +0000 (19:23 +0200)]
Add ifdef for property, which should only be availabe on Linux

8 years agoRename the unityLauncher api to launcher and make it available on linux in general...
Jonas Schwabe [Sun, 26 Jun 2016 09:48:58 +0000 (11:48 +0200)]
Rename the unityLauncher api to launcher and make it available on linux in general. + Document it only works on ubuntu

8 years ago:memo: docs for unity launcher badge api
Jonas Schwabe [Sun, 26 Jun 2016 00:10:27 +0000 (02:10 +0200)]
:memo: docs for unity launcher badge api

8 years agoFix linter errors
Jonas Schwabe [Sun, 26 Jun 2016 00:00:41 +0000 (02:00 +0200)]
Fix linter errors

8 years agoImplement libunity launcher badge counter to be set via electron, fixes #4193
Jonas Schwabe [Sat, 25 Jun 2016 23:55:24 +0000 (01:55 +0200)]
Implement libunity launcher badge counter to be set via electron, fixes #4193

8 years agoMerge pull request #6289 from electron/lint-specs
Kevin Sawicki [Wed, 29 Jun 2016 18:14:53 +0000 (11:14 -0700)]
Merge pull request #6289 from electron/lint-specs

Remove standard linter warnings from specs

8 years ago:memo: Update Korean docs as upstream
Plusb Preco [Wed, 29 Jun 2016 17:50:41 +0000 (02:50 +0900)]
:memo: Update Korean docs as upstream

[ci skip]

8 years agoUpdate buffer length asserts
Kevin Sawicki [Wed, 29 Jun 2016 16:44:38 +0000 (09:44 -0700)]
Update buffer length asserts

8 years ago:art:
Kevin Sawicki [Wed, 29 Jun 2016 16:42:12 +0000 (09:42 -0700)]
:art:

8 years agoRemove standard linter warnings
Kevin Sawicki [Wed, 29 Jun 2016 16:37:10 +0000 (09:37 -0700)]
Remove standard linter warnings

8 years agoAdd WebInspector as global
Kevin Sawicki [Wed, 29 Jun 2016 16:37:00 +0000 (09:37 -0700)]
Add WebInspector as global

8 years agoSet browser env in specs
Kevin Sawicki [Wed, 29 Jun 2016 16:36:32 +0000 (09:36 -0700)]
Set browser env in specs

8 years agochange into spec directory before running standard
Kevin Sawicki [Wed, 29 Jun 2016 16:13:23 +0000 (09:13 -0700)]
change into spec directory before running standard

8 years agoUpgrade to standard 7.1.2+
Kevin Sawicki [Wed, 29 Jun 2016 16:12:59 +0000 (09:12 -0700)]
Upgrade to standard 7.1.2+

8 years agoMerge pull request #6282 from electron/cookie-set-failed-message
Kevin Sawicki [Wed, 29 Jun 2016 16:46:02 +0000 (09:46 -0700)]
Merge pull request #6282 from electron/cookie-set-failed-message

Mention setting cookie in failure message

8 years agoTweak cookie set failure message and add spec
Kevin Sawicki [Wed, 29 Jun 2016 01:44:00 +0000 (18:44 -0700)]
Tweak cookie set failure message and add spec

8 years agoMerge pull request #6281 from electron/cookies-http-only
Kevin Sawicki [Wed, 29 Jun 2016 15:46:37 +0000 (08:46 -0700)]
Merge pull request #6281 from electron/cookies-http-only

Update key to be httpOnly instead of session

8 years agoUpdate key to be httpOnly instead of session
Kevin Sawicki [Wed, 29 Jun 2016 01:16:34 +0000 (18:16 -0700)]
Update key to be httpOnly instead of session

8 years agoMerge pull request #6288 from thompsonemerson/patch-4
Kevin Sawicki [Wed, 29 Jun 2016 15:15:34 +0000 (08:15 -0700)]
Merge pull request #6288 from thompsonemerson/patch-4

word correction

8 years agoPublish Windows PDBs to allow debugging without Symbol server
Milan Burda [Fri, 24 Jun 2016 12:26:05 +0000 (14:26 +0200)]
Publish Windows PDBs to allow debugging without Symbol server

8 years agoword correction
Emerson Thompson [Wed, 29 Jun 2016 14:15:52 +0000 (11:15 -0300)]
word correction

8 years ago:memo: Update Korean docs as upstream
Plusb Preco [Wed, 29 Jun 2016 13:34:51 +0000 (22:34 +0900)]
:memo: Update Korean docs as upstream

[ci skip]

8 years agoMerge pull request #6279 from electron/chrome-storage-return
Kevin Sawicki [Tue, 28 Jun 2016 21:47:32 +0000 (14:47 -0700)]
Merge pull request #6279 from electron/chrome-storage-return

Always call chrome.storage.*.get callback

8 years agoInvoke callback instead of returning
Kevin Sawicki [Tue, 28 Jun 2016 20:02:03 +0000 (13:02 -0700)]
Invoke callback instead of returning

8 years agoAdd failing spec for no specified storage keys
Kevin Sawicki [Tue, 28 Jun 2016 20:01:51 +0000 (13:01 -0700)]
Add failing spec for no specified storage keys

8 years agoMerge pull request #6269 from Draivin/master
Kevin Sawicki [Tue, 28 Jun 2016 19:44:45 +0000 (12:44 -0700)]
Merge pull request #6269 from Draivin/master

Add chrome.storage.local

8 years agoMerge pull request #6278 from electron/ico-native-image-crash
Kevin Sawicki [Tue, 28 Jun 2016 19:41:48 +0000 (12:41 -0700)]
Merge pull request #6278 from electron/ico-native-image-crash

Fix nativeImage.createFromPath for non-existent .ico

8 years agoAdd spec for valid .ico file
Kevin Sawicki [Tue, 28 Jun 2016 18:58:34 +0000 (11:58 -0700)]
Add spec for valid .ico file

8 years agoAdd assert for non-existent .ico
Kevin Sawicki [Tue, 28 Jun 2016 18:46:04 +0000 (11:46 -0700)]
Add assert for non-existent .ico

8 years agoFix crash in ReadImageSkiaFromICO when CreateSkBitmapFromHICON fails
Milan Burda [Mon, 27 Jun 2016 12:38:12 +0000 (14:38 +0200)]
Fix crash in ReadImageSkiaFromICO when CreateSkBitmapFromHICON fails

8 years agoMerge pull request #6274 from thompsonemerson/patch-3
Daniel Pham [Tue, 28 Jun 2016 13:43:29 +0000 (09:43 -0400)]
Merge pull request #6274 from thompsonemerson/patch-3

word correction

8 years agoMerge pull request #6272 from thompsonemerson/patch-1
Daniel Pham [Tue, 28 Jun 2016 13:43:06 +0000 (09:43 -0400)]
Merge pull request #6272 from thompsonemerson/patch-1

link correction

8 years agoMerge pull request #6273 from thompsonemerson/patch-2
Daniel Pham [Tue, 28 Jun 2016 13:40:47 +0000 (09:40 -0400)]
Merge pull request #6273 from thompsonemerson/patch-2

link to the translation

8 years agoword correction
Emerson Thompson [Tue, 28 Jun 2016 12:43:10 +0000 (09:43 -0300)]
word correction

8 years agolink to the translation
Emerson Thompson [Tue, 28 Jun 2016 12:38:02 +0000 (09:38 -0300)]
link to the translation

8 years agolink correction
Emerson Thompson [Tue, 28 Jun 2016 12:22:53 +0000 (09:22 -0300)]
link correction

8 years agoAdd chrome.storage.local
Ian Ornelas [Tue, 28 Jun 2016 09:02:25 +0000 (06:02 -0300)]
Add chrome.storage.local