platform/framework/web/crosswalk-tizen.git
7 years agoFix maximize --> unmaximize positioning issue
Samuel Attard [Tue, 22 Nov 2016 05:07:05 +0000 (16:07 +1100)]
Fix maximize --> unmaximize positioning issue

7 years agoRevert "incorrect position when restored from maximize-on-top-drag under Windows...
Samuel Attard [Tue, 22 Nov 2016 04:49:56 +0000 (15:49 +1100)]
Revert "incorrect position when restored from maximize-on-top-drag under Windows #7630"

This reverts commit a2b3abbf47f2adc8f945f3e12ce6f756670d03ca.

7 years agoAdd failing spec for window size after restore
Samuel Attard [Tue, 22 Nov 2016 04:49:47 +0000 (15:49 +1100)]
Add failing spec for window size after restore

7 years agoMerge pull request #8030 from LuisHsu/master
Kevin Sawicki [Mon, 21 Nov 2016 17:53:25 +0000 (09:53 -0800)]
Merge pull request #8030 from LuisHsu/master

zh_TW translation of tutorial docs

7 years agoMerge pull request #8027 from bowbowbow/patch-1
Kevin Sawicki [Mon, 21 Nov 2016 17:51:44 +0000 (09:51 -0800)]
Merge pull request #8027 from bowbowbow/patch-1

Fix missed parameter in example.

7 years agoMerge pull request #7993 from electron/get-user-default-crash
Kevin Sawicki [Mon, 21 Nov 2016 17:50:37 +0000 (09:50 -0800)]
Merge pull request #7993 from electron/get-user-default-crash

Prevent systemPreferences.getUserDefault crash for missing arrays/dictionaries

7 years agoFix crash when return value pointer is null
Kevin Sawicki [Thu, 17 Nov 2016 00:30:46 +0000 (16:30 -0800)]
Fix crash when return value pointer is null

7 years agoAdd failing spec for unknown user defaults
Kevin Sawicki [Thu, 17 Nov 2016 00:28:57 +0000 (16:28 -0800)]
Add failing spec for unknown user defaults

7 years agoMerge pull request #7776 from electron/zoom-to-web-contents-size
Kevin Sawicki [Mon, 21 Nov 2016 17:21:55 +0000 (09:21 -0800)]
Merge pull request #7776 from electron/zoom-to-web-contents-size

Add zoomToPageWidth window option

7 years agoMention preferred size
Kevin Sawicki [Thu, 17 Nov 2016 21:12:52 +0000 (13:12 -0800)]
Mention preferred size

7 years ago:art:
Kevin Sawicki [Thu, 27 Oct 2016 19:13:45 +0000 (12:13 -0700)]
:art:

7 years agointrinsicWidth -> pageWidth
Kevin Sawicki [Thu, 27 Oct 2016 18:56:41 +0000 (11:56 -0700)]
intrinsicWidth -> pageWidth

7 years agoAdd spec for zoomToPageWidth
Kevin Sawicki [Thu, 27 Oct 2016 18:54:27 +0000 (11:54 -0700)]
Add spec for zoomToPageWidth

7 years agoRemove unneeded proportion calculation
Kevin Sawicki [Thu, 27 Oct 2016 18:49:13 +0000 (11:49 -0700)]
Remove unneeded proportion calculation

7 years agozoomToContentSize -> zoomToPageWidth
Kevin Sawicki [Thu, 27 Oct 2016 18:29:51 +0000 (11:29 -0700)]
zoomToContentSize -> zoomToPageWidth

7 years agoDocument zoomToContentSize
Kevin Sawicki [Thu, 27 Oct 2016 18:17:24 +0000 (11:17 -0700)]
Document zoomToContentSize

7 years agoAdd support for zooming to content size
Kevin Sawicki [Wed, 26 Oct 2016 03:12:12 +0000 (12:12 +0900)]
Add support for zooming to content size

7 years agoMerge pull request #8031 from muryoimpl/fix-broken-link-in-api-dialog
Zeke Sikelianos [Mon, 21 Nov 2016 01:54:47 +0000 (17:54 -0800)]
Merge pull request #8031 from muryoimpl/fix-broken-link-in-api-dialog

Fix typo in docs/api/dialog

7 years agoFix typo
muryoimpl [Sun, 20 Nov 2016 15:49:11 +0000 (00:49 +0900)]
Fix typo

7 years ago:memo: zh_TW of tutorial/accessibility.md
LuisHsu [Sun, 20 Nov 2016 14:35:32 +0000 (22:35 +0800)]
:memo: zh_TW of tutorial/accessibility.md

[ci skip]

 * Translate tutorial/about.md

7 years ago:memo: zh_TW translation of tutorial/about.md
LuisHsu [Sun, 20 Nov 2016 14:01:43 +0000 (22:01 +0800)]
:memo: zh_TW translation of tutorial/about.md

[ci skip]

1. Translate tutorial/about.md

2. Fix some broken links

3. Untranslated links are keep in English

7 years agoI modified missed parameter in example.
bowbowbow [Sun, 20 Nov 2016 12:30:50 +0000 (21:30 +0900)]
I modified missed parameter in example.

Below example (in line 43 ~ 45) not working like comment. Because `ipcRenderer` callback function have two parameters (event, arg).

```javascript
ipcRenderer.on('asynchronous-reply', (arg) => {
  console.log(arg) // "pong" 출력
})
```

7 years agoMerge pull request #8009 from deed02392/master
Zeke Sikelianos [Fri, 18 Nov 2016 16:33:24 +0000 (08:33 -0800)]
Merge pull request #8009 from deed02392/master

Update docs

7 years agoMerge pull request #1 from deed02392/patch-1
deed02392 [Fri, 18 Nov 2016 00:38:24 +0000 (00:38 +0000)]
Merge pull request #1 from deed02392/patch-1

Patch 1

7 years agoUpdate formatting to prevent '[] ()' sequences (e.g. String[] (optional)), which...
George Hafiz [Fri, 18 Nov 2016 00:34:48 +0000 (00:34 +0000)]
Update formatting to prevent '[] ()' sequences (e.g. String[] (optional)), which breaks MD rendering on GitHub and hides the array indication

7 years agoUpdate dialog.md
deed02392 [Thu, 17 Nov 2016 22:39:24 +0000 (22:39 +0000)]
Update dialog.md

Fix syntax to support docs parser and MD.

7 years agoMerge pull request #7981 from electron/more-menu-item-roles
Kevin Sawicki [Thu, 17 Nov 2016 21:04:13 +0000 (13:04 -0800)]
Merge pull request #7981 from electron/more-menu-item-roles

Add reload and toggledevtools menu item roles

7 years agoAdd rpc error for ELECTRON_BROWSER_MEMBER_GET
Kevin Sawicki [Thu, 17 Nov 2016 20:23:00 +0000 (12:23 -0800)]
Add rpc error for ELECTRON_BROWSER_MEMBER_GET

7 years agoDocument reload and toggledevtools roles
Kevin Sawicki [Tue, 15 Nov 2016 18:53:36 +0000 (10:53 -0800)]
Document reload and toggledevtools roles

7 years agoAdd toggledevtools menu item role
Kevin Sawicki [Tue, 15 Nov 2016 18:52:03 +0000 (10:52 -0800)]
Add toggledevtools menu item role

7 years agoAdd reload menu item role
Kevin Sawicki [Tue, 15 Nov 2016 18:49:51 +0000 (10:49 -0800)]
Add reload menu item role

7 years agoMerge pull request #8003 from electron/missing-remote-object-error
Kevin Sawicki [Thu, 17 Nov 2016 18:57:03 +0000 (10:57 -0800)]
Merge pull request #8003 from electron/missing-remote-object-error

Throw custom error when remote object is missing from registry

7 years agoNegate code as per node docs
Kevin Sawicki [Thu, 17 Nov 2016 18:22:29 +0000 (10:22 -0800)]
Negate code as per node docs

7 years agoSet errno on RPC error
Kevin Sawicki [Thu, 17 Nov 2016 18:09:29 +0000 (10:09 -0800)]
Set errno on RPC error

7 years agoThrow custom error when remote object is missing from registry
Kevin Sawicki [Thu, 17 Nov 2016 17:55:13 +0000 (09:55 -0800)]
Throw custom error when remote object is missing from registry

7 years agoUpdate dialog.md
deed02392 [Thu, 17 Nov 2016 07:36:37 +0000 (07:36 +0000)]
Update dialog.md

Fix 'properties' type in documentation (was missing `[]` notation due to lack of Markdown escaping).

7 years agoMerge pull request #7974 from electron/chrome-runtime-response-callback
Cheng Zhao [Thu, 17 Nov 2016 04:01:38 +0000 (13:01 +0900)]
Merge pull request #7974 from electron/chrome-runtime-response-callback

Implement chrome.runtime.onMessage response callback

7 years agoRemove semicolon
Samuel Attard [Thu, 17 Nov 2016 03:56:44 +0000 (14:56 +1100)]
Remove semicolon

7 years agoMerge branch 'gabriel-master'
Cheng Zhao [Thu, 17 Nov 2016 03:15:38 +0000 (12:15 +0900)]
Merge branch 'gabriel-master'

7 years agoAlso fix the Windows and Linux side of async openExternal
Cheng Zhao [Thu, 17 Nov 2016 03:13:07 +0000 (12:13 +0900)]
Also fix the Windows and Linux side of async openExternal

7 years agoplatform_util code should not involve V8 code
Cheng Zhao [Thu, 17 Nov 2016 02:22:09 +0000 (11:22 +0900)]
platform_util code should not involve V8 code

7 years agoSimplify getting callback
Cheng Zhao [Thu, 17 Nov 2016 01:36:16 +0000 (10:36 +0900)]
Simplify getting callback

7 years agoFix win/linux compile (again)
Gabriel Handford [Wed, 2 Nov 2016 23:36:01 +0000 (16:36 -0700)]
Fix win/linux compile (again)

7 years agoFix win/linux compile
Gabriel Handford [Wed, 2 Nov 2016 23:34:56 +0000 (16:34 -0700)]
Fix win/linux compile

7 years agoUpdate docs
Gabriel Handford [Wed, 2 Nov 2016 23:29:25 +0000 (16:29 -0700)]
Update docs

7 years agoMore general string for OSStatus
Gabriel Handford [Wed, 2 Nov 2016 23:26:30 +0000 (16:26 -0700)]
More general string for OSStatus

7 years agoMore readable
Gabriel Handford [Wed, 2 Nov 2016 23:23:37 +0000 (16:23 -0700)]
More readable

7 years agoFix ternary
Gabriel Handford [Wed, 2 Nov 2016 23:22:20 +0000 (16:22 -0700)]
Fix ternary

7 years agoCallback uses (platform specific) error, with message
Gabriel Handford [Wed, 2 Nov 2016 23:20:26 +0000 (16:20 -0700)]
Callback uses (platform specific) error, with message

7 years agoFix method names, move to anon namespace
Gabriel Handford [Tue, 25 Oct 2016 22:19:34 +0000 (15:19 -0700)]
Fix method names, move to anon namespace

7 years agoLinting
Gabriel Handford [Mon, 24 Oct 2016 17:09:48 +0000 (10:09 -0700)]
Linting

7 years agoFix header
Gabriel Handford (linux) [Fri, 21 Oct 2016 00:08:05 +0000 (17:08 -0700)]
Fix header

7 years agoInclude callback header
Gabriel Handford [Thu, 20 Oct 2016 20:01:14 +0000 (13:01 -0700)]
Include callback header

7 years agoRemove redundant comment
Gabriel Handford [Fri, 14 Oct 2016 19:41:12 +0000 (12:41 -0700)]
Remove redundant comment

7 years agoFix linting
Gabriel Handford [Fri, 14 Oct 2016 19:38:55 +0000 (12:38 -0700)]
Fix linting

7 years agoUpdate shell openExternal docs (from review)
Gabriel Handford [Fri, 14 Oct 2016 19:34:22 +0000 (12:34 -0700)]
Update shell openExternal docs (from review)

7 years agoRemove redundant method
Gabriel Handford [Fri, 14 Oct 2016 19:34:02 +0000 (12:34 -0700)]
Remove redundant method

7 years agoFix method call
Gabriel Handford [Fri, 14 Oct 2016 02:16:47 +0000 (19:16 -0700)]
Fix method call

7 years agoFix typo
Gabriel Handford [Fri, 14 Oct 2016 02:10:12 +0000 (19:10 -0700)]
Fix typo

7 years agoShell openExternal can take optional callback (macOS)
Gabriel Handford [Thu, 13 Oct 2016 20:28:11 +0000 (13:28 -0700)]
Shell openExternal can take optional callback (macOS)

7 years agoMerge pull request #7969 from electron/one-file-per-api
Zeke Sikelianos [Wed, 16 Nov 2016 19:12:36 +0000 (11:12 -0800)]
Merge pull request #7969 from electron/one-file-per-api

move each API doc into its own file

7 years agouse unreleased linter
Zeke Sikelianos [Tue, 15 Nov 2016 19:41:52 +0000 (11:41 -0800)]
use unreleased linter

7 years agomove menu constructor docs to top of file
Zeke Sikelianos [Tue, 15 Nov 2016 00:41:15 +0000 (16:41 -0800)]
move menu constructor docs to top of file

7 years agofix some class headings
Zeke Sikelianos [Tue, 15 Nov 2016 00:24:48 +0000 (16:24 -0800)]
fix some class headings

7 years agoadd description and process for BrowserWindow class
Zeke Sikelianos [Tue, 15 Nov 2016 00:14:32 +0000 (16:14 -0800)]
add description and process for BrowserWindow class

7 years agoDownloadItem only needs one heading
Zeke Sikelianos [Tue, 15 Nov 2016 00:14:19 +0000 (16:14 -0800)]
DownloadItem only needs one heading

7 years agofix UploadBlob heading
Zeke Sikelianos [Mon, 14 Nov 2016 22:55:25 +0000 (14:55 -0800)]
fix UploadBlob heading

7 years agoreturns an instance, not the module
Zeke Sikelianos [Mon, 14 Nov 2016 22:54:28 +0000 (14:54 -0800)]
returns an instance, not the module

7 years agofix structure headings
Zeke Sikelianos [Mon, 14 Nov 2016 22:54:16 +0000 (14:54 -0800)]
fix structure headings

7 years agomove each API doc into its own file
Zeke Sikelianos [Thu, 10 Nov 2016 20:25:26 +0000 (12:25 -0800)]
move each API doc into its own file

7 years agoBump v1.4.7
Kevin Sawicki [Wed, 16 Nov 2016 16:11:28 +0000 (08:11 -0800)]
Bump v1.4.7

7 years agoMerge branch 'opener-origin-check'
Kevin Sawicki [Wed, 16 Nov 2016 16:10:18 +0000 (08:10 -0800)]
Merge branch 'opener-origin-check'

7 years agoMake scheme const
Kevin Sawicki [Wed, 16 Nov 2016 16:03:07 +0000 (08:03 -0800)]
Make scheme const

7 years agoUse sender.id instead of sender.webContents.id
Kevin Sawicki [Wed, 16 Nov 2016 15:50:24 +0000 (07:50 -0800)]
Use sender.id instead of sender.webContents.id

7 years agoDon't log blocked messages when guestWindow is null
Kevin Sawicki [Wed, 16 Nov 2016 01:41:15 +0000 (17:41 -0800)]
Don't log blocked messages when guestWindow is null

7 years agoAlways call done callback in before block
Kevin Sawicki [Wed, 16 Nov 2016 01:35:57 +0000 (17:35 -0800)]
Always call done callback in before block

7 years agoFix standard linting errors
Cheng Zhao [Wed, 16 Nov 2016 00:57:12 +0000 (09:57 +0900)]
Fix standard linting errors

7 years agoPrint error messages
Cheng Zhao [Wed, 16 Nov 2016 00:51:43 +0000 (09:51 +0900)]
Print error messages

7 years agoDo permission check when calling guest window methods
Cheng Zhao [Tue, 15 Nov 2016 08:45:34 +0000 (17:45 +0900)]
Do permission check when calling guest window methods

7 years agospec: Should check origin before accessing window.opener
Cheng Zhao [Tue, 15 Nov 2016 07:47:28 +0000 (16:47 +0900)]
spec: Should check origin before accessing window.opener

7 years agoMerge pull request #7980 from electron/guard-against-missing-members
Kevin Sawicki [Wed, 16 Nov 2016 15:46:42 +0000 (07:46 -0800)]
Merge pull request #7980 from electron/guard-against-missing-members

Guard against missing members in setObjectMembers

7 years agoGuard against missing members in setObjectMembers
Kevin Sawicki [Tue, 15 Nov 2016 17:44:41 +0000 (09:44 -0800)]
Guard against missing members in setObjectMembers

7 years agoMerge pull request #7979 from electron/credits-attributed-string
Kevin Sawicki [Wed, 16 Nov 2016 15:45:07 +0000 (07:45 -0800)]
Merge pull request #7979 from electron/credits-attributed-string

Convert about credits to NSAttributedString

7 years agoConvert about credits to NSAttributedString
Kevin Sawicki [Tue, 15 Nov 2016 17:36:23 +0000 (09:36 -0800)]
Convert about credits to NSAttributedString

7 years agoMerge pull request #7978 from electron/memoize-no-asar-env-check
Kevin Sawicki [Wed, 16 Nov 2016 15:41:48 +0000 (07:41 -0800)]
Merge pull request #7978 from electron/memoize-no-asar-env-check

Memoize ELECTRON_NO_ASAR env var check

7 years agoMemoize ELECTRON_NO_ASAR env var check
Kevin Sawicki [Tue, 15 Nov 2016 17:06:52 +0000 (09:06 -0800)]
Memoize ELECTRON_NO_ASAR env var check

7 years agoMerge pull request #7989 from electron/pin-electron-docs-linter
Kevin Sawicki [Wed, 16 Nov 2016 15:37:08 +0000 (07:37 -0800)]
Merge pull request #7989 from electron/pin-electron-docs-linter

Pin electron-docs-linter version

7 years agoPin electron-docs-linter to 1.14.1
Kevin Sawicki [Wed, 16 Nov 2016 15:33:36 +0000 (07:33 -0800)]
Pin electron-docs-linter to 1.14.1

7 years agoMerge pull request #7917 from voidbridge/feature/expose-cert-chain
Kevin Sawicki [Wed, 16 Nov 2016 00:37:58 +0000 (16:37 -0800)]
Merge pull request #7917 from voidbridge/feature/expose-cert-chain

Expose whole certificate chain to verify proc

7 years agoAssert certs further up the chain
Kevin Sawicki [Wed, 16 Nov 2016 00:32:12 +0000 (16:32 -0800)]
Assert certs further up the chain

7 years agoRemove select-client-certificate issueCert assert
Kevin Sawicki [Wed, 16 Nov 2016 00:24:50 +0000 (16:24 -0800)]
Remove select-client-certificate issueCert assert

7 years ago:art: Remove buildup asserts and just use assert.equal
Kevin Sawicki [Tue, 15 Nov 2016 23:53:17 +0000 (15:53 -0800)]
:art: Remove buildup asserts and just use assert.equal

7 years agoFixed incorrect subject name of test client certificate.
Greg Nolle [Tue, 15 Nov 2016 09:36:48 +0000 (09:36 +0000)]
Fixed incorrect subject name of test client certificate.

7 years agoFix listing issues: remove semicolons.
Greg Nolle [Mon, 14 Nov 2016 09:13:49 +0000 (09:13 +0000)]
Fix listing issues: remove semicolons.

7 years agoRemove unnecessary ConvertToV8 calls.
Greg Nolle [Sat, 12 Nov 2016 12:18:38 +0000 (12:18 +0000)]
Remove unnecessary ConvertToV8 calls.

7 years agoAdd assertions for new fields in existing specs.
Greg Nolle [Fri, 11 Nov 2016 09:55:56 +0000 (09:55 +0000)]
Add assertions for new fields in existing specs.

7 years agoExpose extra certificate information: full breakdown of issuer and subject principals...
Greg Nolle [Wed, 9 Nov 2016 17:19:35 +0000 (17:19 +0000)]
Expose extra certificate information: full breakdown of issuer and subject principals, as well as full structure of intermediate issuer certificates.

7 years agoExpose whole certificate chain to verify proc and certificate-error event.
Greg Nolle [Sun, 6 Nov 2016 13:37:07 +0000 (13:37 +0000)]
Expose whole certificate chain to verify proc and certificate-error event.

7 years agoMerge pull request #7658 from figma/webview-manual-guest-resize
Kevin Sawicki [Tue, 15 Nov 2016 22:21:56 +0000 (14:21 -0800)]
Merge pull request #7658 from figma/webview-manual-guest-resize

Allow webview guests to be resized manually

7 years agoMerge pull request #7982 from kirly-af/kirly-af-tray-example-fix
Kevin Sawicki [Tue, 15 Nov 2016 22:19:03 +0000 (14:19 -0800)]
Merge pull request #7982 from kirly-af/kirly-af-tray-example-fix

[ci skip] Correct Linux limitation example