platform/framework/web/crosswalk-tizen.git
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 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

7 years agoMinor doc updates to setSize/disableguestresize
Kevin Sawicki [Tue, 15 Nov 2016 21:59:01 +0000 (13:59 -0800)]
Minor doc updates to setSize/disableguestresize

7 years agoAssert expected height
Kevin Sawicki [Tue, 15 Nov 2016 21:47:14 +0000 (13:47 -0800)]
Assert expected height

7 years ago[ci skip] Correct Linux limitation example
Alexandre [Tue, 15 Nov 2016 20:53:54 +0000 (21:53 +0100)]
[ci skip] Correct Linux limitation example

7 years agoMerge pull request #7962 from liusy182/disable-accelerator
Kevin Sawicki [Tue, 15 Nov 2016 19:05:36 +0000 (11:05 -0800)]
Merge pull request #7962 from liusy182/disable-accelerator

disable accelerator when menu item is disabled

7 years agoAllow webview guests to be resized manually
Birunthan Mohanathas [Tue, 25 Oct 2016 05:17:38 +0000 (22:17 -0700)]
Allow webview guests to be resized manually

This adds the `disableguestresize` property for webviews to prevent the
webview guest from reacting to size changes of the webview element. This
also partially documents the `webContents.setSize` function in order to
manually control the webview guest size.

These two features can be combined to improve resize performance for
e.g. webviews that span the entire window. This greatly reduces the lag
described in #6905.

7 years agoupdate app.md Chinese translation to latest version (#7973)
张树源 [Tue, 15 Nov 2016 18:04:00 +0000 (02:04 +0800)]
update app.md Chinese translation to latest version (#7973)

* Update Chinese translation to latest version.

* Update app.md translation

* update app.md Chinese translation to latest version.

7 years agoMerge pull request #7971 from electron/modify-install-docs
Kevin Sawicki [Tue, 15 Nov 2016 18:03:23 +0000 (10:03 -0800)]
Merge pull request #7971 from electron/modify-install-docs

make npm install instructions more prominent

7 years agoMerge pull request #7923 from jhen0409/patch-1
Kevin Sawicki [Tue, 15 Nov 2016 17:04:45 +0000 (09:04 -0800)]
Merge pull request #7923 from jhen0409/patch-1

Add support remove / clear for chrome.storage

7 years agoUpdate devtools extension spec for chrome.storage
Jhen [Tue, 15 Nov 2016 11:41:23 +0000 (19:41 +0800)]
Update devtools extension spec for chrome.storage

7 years agofix linting error
liusi [Tue, 15 Nov 2016 05:19:34 +0000 (13:19 +0800)]
fix linting error

7 years agoMerge pull request #7972 from electron/macos-10-11-constants
Kevin Sawicki [Tue, 15 Nov 2016 01:04:55 +0000 (17:04 -0800)]
Merge pull request #7972 from electron/macos-10-11-constants

Use visual effect values directly since enums are 10.11+

7 years agoUse values directly since constants are 10.11+
Kevin Sawicki [Tue, 15 Nov 2016 00:06:42 +0000 (16:06 -0800)]
Use values directly since constants are 10.11+

7 years agoMerge pull request #7967 from veleek/patch-1
Kevin Sawicki [Mon, 14 Nov 2016 23:46:34 +0000 (15:46 -0800)]
Merge pull request #7967 from veleek/patch-1

Update electron-squirrel-startup link

7 years agolink to more relevant yarn doc
Zeke Sikelianos [Mon, 14 Nov 2016 21:57:12 +0000 (13:57 -0800)]
link to more relevant yarn doc

7 years agomake npm install instructions more prominent
Zeke Sikelianos [Mon, 14 Nov 2016 21:52:07 +0000 (13:52 -0800)]
make npm install instructions more prominent

7 years agoUpdate electron-squirrel-startup link
Ben Randall [Mon, 14 Nov 2016 18:16:24 +0000 (10:16 -0800)]
Update electron-squirrel-startup link

The currently link points to a non-existent page.  I'm pointing it to another link that seems to be appropriate, but I'm not positive.
If someone else knows that this is the correct place to link that would be nice to hear.

7 years agoMerge pull request #7540 from deepak1556/form_post_new_window_patch
Kevin Sawicki [Mon, 14 Nov 2016 15:39:54 +0000 (07:39 -0800)]
Merge pull request #7540 from deepak1556/form_post_new_window_patch

webContents: handle POST navigation for new windows

7 years agoMerge pull request #7958 from jhen0409/patch-2
Kevin Sawicki [Mon, 14 Nov 2016 15:32:53 +0000 (07:32 -0800)]
Merge pull request #7958 from jhen0409/patch-2

Add Redux DevTools Extension to support list

7 years agodisable accelerator when menu item is disabled
liusi [Mon, 14 Nov 2016 04:29:27 +0000 (12:29 +0800)]
disable accelerator when menu item is disabled

7 years agoAdd Redux DevTools Extension to support list
Jhen [Sun, 13 Nov 2016 16:32:31 +0000 (00:32 +0800)]
Add Redux DevTools Extension to support list

7 years agofix lint error
deepak1556 [Sat, 12 Nov 2016 01:46:48 +0000 (07:16 +0530)]
fix lint error

7 years agoMark postData as optional
Kevin Sawicki [Fri, 11 Nov 2016 18:55:13 +0000 (10:55 -0800)]
Mark postData as optional

7 years agoAdd specs for content type on POST forms
Kevin Sawicki [Fri, 11 Nov 2016 18:13:06 +0000 (10:13 -0800)]
Add specs for content type on POST forms

7 years ago:art:
Kevin Sawicki [Fri, 11 Nov 2016 17:22:45 +0000 (09:22 -0800)]
:art:

7 years agospecify content type depending on post data
deepak1556 [Thu, 10 Nov 2016 13:55:34 +0000 (19:25 +0530)]
specify content type depending on post data

7 years agoRemove quotes around key
Kevin Sawicki [Wed, 9 Nov 2016 22:21:17 +0000 (14:21 -0800)]
Remove quotes around key

7 years agouploadData => uploadRawData
deepak1556 [Mon, 24 Oct 2016 10:25:06 +0000 (15:55 +0530)]
uploadData => uploadRawData

7 years agofix build error
deepak1556 [Sun, 23 Oct 2016 08:19:41 +0000 (13:49 +0530)]
fix build error

7 years agoupdate docs
deepak1556 [Thu, 20 Oct 2016 10:17:16 +0000 (15:47 +0530)]
update docs

7 years agoset default values in converter
deepak1556 [Tue, 18 Oct 2016 07:55:46 +0000 (13:25 +0530)]
set default values in converter

7 years agoupdate docs
deepak1556 [Wed, 12 Oct 2016 18:05:35 +0000 (23:35 +0530)]
update docs

7 years agoadd spec
deepak1556 [Wed, 12 Oct 2016 17:26:53 +0000 (22:56 +0530)]
add spec

7 years agoadd docs
deepak1556 [Mon, 10 Oct 2016 12:59:34 +0000 (18:29 +0530)]
add docs

7 years agofix js lint error
deepak1556 [Mon, 10 Oct 2016 12:58:56 +0000 (18:28 +0530)]
fix js lint error

7 years agowebContents: handle POST navigation for new windows
deepak1556 [Sun, 9 Oct 2016 23:30:38 +0000 (05:00 +0530)]
webContents: handle POST navigation for new windows

7 years agoMerge pull request #7946 from electron/move-footer-links-to-bottom
Kevin Sawicki [Fri, 11 Nov 2016 18:23:03 +0000 (10:23 -0800)]
Merge pull request #7946 from electron/move-footer-links-to-bottom

Move footer links to bottom

7 years agoMove footer links to bottom
Kevin Sawicki [Fri, 11 Nov 2016 18:22:27 +0000 (10:22 -0800)]
Move footer links to bottom

7 years agoAdd support remove / clear for chrome.storage
Jhen [Thu, 10 Nov 2016 03:34:46 +0000 (11:34 +0800)]
Add support remove / clear for chrome.storage

7 years agoMerge pull request #7945 from electron/add-process-to-content-tracing-doc
Zeke Sikelianos [Fri, 11 Nov 2016 18:09:07 +0000 (10:09 -0800)]
Merge pull request #7945 from electron/add-process-to-content-tracing-doc

add process to contentTracing doc

7 years agoadd process to contentTracing doc
Zeke Sikelianos [Fri, 11 Nov 2016 18:07:36 +0000 (10:07 -0800)]
add process to contentTracing doc

7 years agoMerge pull request #7884 from electron/optional-things
Zeke Sikelianos [Fri, 11 Nov 2016 17:47:31 +0000 (09:47 -0800)]
Merge pull request #7884 from electron/optional-things

Update docs to correctly identify props and params that are optional

7 years agoupdate docs linter
Zeke Sikelianos [Fri, 11 Nov 2016 17:20:57 +0000 (09:20 -0800)]
update docs linter

7 years agoUpdate menu.md
Samuel Attard [Fri, 11 Nov 2016 05:37:19 +0000 (16:37 +1100)]
Update menu.md

7 years agoremote require could resolve to strings/numbers not just objects
Samuel Attard [Tue, 8 Nov 2016 05:32:40 +0000 (16:32 +1100)]
remote require could resolve to strings/numbers not just objects

7 years agoFix the download-item doc so it correctly resembles a class
Samuel Attard [Tue, 8 Nov 2016 05:31:36 +0000 (16:31 +1100)]
Fix the download-item doc so it correctly resembles a class

7 years agoMove crash-report object to it's own struct
Samuel Attard [Tue, 8 Nov 2016 04:54:34 +0000 (15:54 +1100)]
Move crash-report object to it's own struct

7 years agoFix tray and menu docs
Samuel Attard [Mon, 7 Nov 2016 06:43:55 +0000 (17:43 +1100)]
Fix tray and menu docs

7 years agoMore docs updates
Samuel Attard [Sat, 5 Nov 2016 08:42:45 +0000 (19:42 +1100)]
More docs updates

7 years agoFirst few docs made optional
Samuel Attard [Sun, 30 Oct 2016 10:46:20 +0000 (21:46 +1100)]
First few docs made optional

7 years agoMerge pull request #7944 from electron/autorelease-effect-view
Kevin Sawicki [Fri, 11 Nov 2016 17:05:32 +0000 (09:05 -0800)]
Merge pull request #7944 from electron/autorelease-effect-view

Autorelease NSVisualEffectView

7 years ago:art:
Kevin Sawicki [Fri, 11 Nov 2016 16:44:26 +0000 (08:44 -0800)]
:art:

7 years agoautorelease NSVisualEffectView
Kevin Sawicki [Fri, 11 Nov 2016 16:44:11 +0000 (08:44 -0800)]
autorelease NSVisualEffectView

7 years agoadds test, adds view to AtomNSWindow and minor fixes
gellert [Thu, 10 Nov 2016 19:36:21 +0000 (20:36 +0100)]
adds test, adds view to AtomNSWindow and minor fixes

7 years agoremove method transferred to set with null
gellert [Thu, 10 Nov 2016 10:59:25 +0000 (11:59 +0100)]
remove method transferred to set with null

7 years agodoc fixes
gellert [Tue, 8 Nov 2016 14:24:11 +0000 (15:24 +0100)]
doc fixes

7 years agolittle fix in docs
gellert [Mon, 7 Nov 2016 20:32:09 +0000 (21:32 +0100)]
little fix in docs

7 years agoadds vibrancy effect for macos
gellert [Mon, 7 Nov 2016 20:22:41 +0000 (21:22 +0100)]
adds vibrancy effect for macos

7 years agoMerge pull request #7933 from joshaber/patch-1
Zeke Sikelianos [Fri, 11 Nov 2016 15:43:35 +0000 (07:43 -0800)]
Merge pull request #7933 from joshaber/patch-1

Update external frameworks version

7 years agoDocit
joshaber [Thu, 10 Nov 2016 18:35:56 +0000 (13:35 -0500)]
Docit

7 years agoMerge pull request #7925 from mrxf/patch-5
Kevin Sawicki [Thu, 10 Nov 2016 17:34:14 +0000 (09:34 -0800)]
Merge pull request #7925 from mrxf/patch-5

Modify the error terms

7 years agoMerge pull request #7922 from mrxf/patch-4
Kevin Sawicki [Thu, 10 Nov 2016 17:33:55 +0000 (09:33 -0800)]
Merge pull request #7922 from mrxf/patch-4

Modify some translation errors

7 years agoMerge pull request #7921 from mrxf/patch-3
Kevin Sawicki [Thu, 10 Nov 2016 17:33:04 +0000 (09:33 -0800)]
Merge pull request #7921 from mrxf/patch-3

fix some translation problems

7 years agoUpdate to version 1.2.0 of external frameworks.
Josh Abernathy [Thu, 10 Nov 2016 16:33:01 +0000 (11:33 -0500)]
Update to version 1.2.0 of external frameworks.

7 years agoModify the error terms
张树源 [Thu, 10 Nov 2016 06:42:41 +0000 (14:42 +0800)]
Modify the error terms

There is an error in the translation of the last sentence.It may make reader confuse.

7 years agoModify some translation errors
张树源 [Thu, 10 Nov 2016 03:13:54 +0000 (11:13 +0800)]
Modify some translation errors