platform/framework/web/crosswalk-tizen.git
8 years agoRemove duplicated converter for content::WebContents
Cheng Zhao [Tue, 26 Apr 2016 07:31:56 +0000 (16:31 +0900)]
Remove duplicated converter for content::WebContents

8 years agoShould also destory RemoteCallbackFreer when page is reloaded
Cheng Zhao [Tue, 26 Apr 2016 07:30:26 +0000 (16:30 +0900)]
Should also destory RemoteCallbackFreer when page is reloaded

8 years agoDereference remote objects with native code
Cheng Zhao [Tue, 26 Apr 2016 07:10:27 +0000 (16:10 +0900)]
Dereference remote objects with native code

Previously we rely on the v8util.setDestructor to dereference the remote
objects in JavaScript, however as documented in V8, it is forbidden to
call V8 APIs in object's destructor (e.g. the weak callback), and doing
so would result in crashs.

This commit removes the JavaScript setDestructor method, and avoids
doing the dereference work with V8.

8 years agoMerge branch 'MarshallOfSound-master'
Cheng Zhao [Tue, 26 Apr 2016 02:15:56 +0000 (11:15 +0900)]
Merge branch 'MarshallOfSound-master'

8 years agoFix compilation error
Cheng Zhao [Tue, 26 Apr 2016 02:15:36 +0000 (11:15 +0900)]
Fix compilation error

8 years agoMerge pull request #5290 from arifcakiroglu/master
Cheng Zhao [Tue, 26 Apr 2016 02:13:09 +0000 (11:13 +0900)]
Merge pull request #5290 from arifcakiroglu/master

Translate docs to Turkish

8 years agoEmit an error if `quitAndInstall` is called without an update being available
Samuel Attard [Mon, 25 Apr 2016 15:35:34 +0000 (01:35 +1000)]
Emit an error if `quitAndInstall` is called without an update being available

8 years agoMerge branch 'michal1106-patch-1'
Cheng Zhao [Tue, 26 Apr 2016 01:24:57 +0000 (10:24 +0900)]
Merge branch 'michal1106-patch-1'

8 years agoRevise the using-pepper-flash-plugin.md
Cheng Zhao [Tue, 26 Apr 2016 01:24:43 +0000 (10:24 +0900)]
Revise the using-pepper-flash-plugin.md

8 years agoMerge pull request #5282 from electron/system-preferences
Cheng Zhao [Mon, 25 Apr 2016 23:21:43 +0000 (08:21 +0900)]
Merge pull request #5282 from electron/system-preferences

Add systemPreferences module

8 years agoAdded Turkish Docs link to README-ko
arifcakiroglu [Mon, 25 Apr 2016 22:03:17 +0000 (01:03 +0300)]
Added Turkish Docs link to README-ko

8 years agoUpdate README
arifcakiroglu [Mon, 25 Apr 2016 21:49:34 +0000 (00:49 +0300)]
Update README

8 years agoUpdate using-pepper-flash-plugin.md
michal1106 [Mon, 25 Apr 2016 13:45:56 +0000 (16:45 +0300)]
Update using-pepper-flash-plugin.md

8 years agodocs: platform-theme-changed is deprecated
Cheng Zhao [Mon, 25 Apr 2016 13:27:44 +0000 (22:27 +0900)]
docs: platform-theme-changed is deprecated

8 years agodocs: systemPreferences
Cheng Zhao [Mon, 25 Apr 2016 06:36:38 +0000 (15:36 +0900)]
docs: systemPreferences

8 years agoAdd systemPreferences.getUserDefault
Cheng Zhao [Mon, 25 Apr 2016 06:35:52 +0000 (15:35 +0900)]
Add systemPreferences.getUserDefault

8 years agoDeprecate the platform-theme-changed event
Cheng Zhao [Mon, 25 Apr 2016 05:34:30 +0000 (14:34 +0900)]
Deprecate the platform-theme-changed event

8 years agoAdd systemPreferences.subscribeNotification
Cheng Zhao [Mon, 25 Apr 2016 05:25:14 +0000 (14:25 +0900)]
Add systemPreferences.subscribeNotification

8 years agoMove isAeroGlassEnabled and isDarkMode to systemPreferences
Cheng Zhao [Mon, 25 Apr 2016 03:35:09 +0000 (12:35 +0900)]
Move isAeroGlassEnabled and isDarkMode to systemPreferences

8 years agoBuildPrototype should not be empty
Cheng Zhao [Mon, 25 Apr 2016 03:24:11 +0000 (12:24 +0900)]
BuildPrototype should not be empty

8 years agoAdd systemPreferences module
Cheng Zhao [Sun, 24 Apr 2016 12:13:46 +0000 (21:13 +0900)]
Add systemPreferences module

8 years agoMerge pull request #5280 from electron/better-wrappable
Cheng Zhao [Mon, 25 Apr 2016 02:22:56 +0000 (11:22 +0900)]
Merge pull request #5280 from electron/better-wrappable

Clean up the Wrappable class

8 years agoMake VS happy
Cheng Zhao [Mon, 25 Apr 2016 01:40:19 +0000 (10:40 +0900)]
Make VS happy

8 years agoFix building on non-mac
Cheng Zhao [Mon, 25 Apr 2016 01:27:54 +0000 (10:27 +0900)]
Fix building on non-mac

8 years agoRemove unneeded cleanup code
Cheng Zhao [Mon, 25 Apr 2016 01:23:36 +0000 (10:23 +0900)]
Remove unneeded cleanup code

8 years agoRemove the isolate parameter of GetWrapper
Cheng Zhao [Mon, 25 Apr 2016 01:19:25 +0000 (10:19 +0900)]
Remove the isolate parameter of GetWrapper

8 years agoMake Wrappable a template class
Cheng Zhao [Mon, 25 Apr 2016 01:17:54 +0000 (10:17 +0900)]
Make Wrappable a template class

8 years agoMerge pull request #5263 from miniak/mac-fix-maximize
Cheng Zhao [Sun, 24 Apr 2016 04:58:36 +0000 (13:58 +0900)]
Merge pull request #5263 from miniak/mac-fix-maximize

Fix BrowserWindow.maximize/unmaximize on Mac

8 years agoMerge pull request #5249 from electron/api-summaries
Cheng Zhao [Sun, 24 Apr 2016 04:50:17 +0000 (13:50 +0900)]
Merge pull request #5249 from electron/api-summaries

create a one-liner description for each API

8 years agoMerge pull request #5260 from fierroformo/fix-spanish-docs
Cheng Zhao [Sun, 24 Apr 2016 04:45:13 +0000 (13:45 +0900)]
Merge pull request #5260 from fierroformo/fix-spanish-docs

Fix spanish docs

8 years agoMerge pull request #5253 from preco21/master
Cheng Zhao [Sun, 24 Apr 2016 04:38:06 +0000 (13:38 +0900)]
Merge pull request #5253 from preco21/master

docs: Update Korean docs as Upstream

8 years agoMerge pull request #5252 from miniak/doc-fix
Cheng Zhao [Sun, 24 Apr 2016 04:37:45 +0000 (13:37 +0900)]
Merge pull request #5252 from miniak/doc-fix

Documentation fixes

8 years agoFix BrowserWindow.maximize/unmaximize on Mac
Milan Burda [Fri, 22 Apr 2016 23:15:00 +0000 (01:15 +0200)]
Fix BrowserWindow.maximize/unmaximize on Mac

8 years agoFix links in readme for spanish translation
Alejandro Betancourt [Fri, 22 Apr 2016 22:13:51 +0000 (17:13 -0500)]
Fix links in readme for spanish translation

8 years agoDocument process.crash method
Milan Burda [Fri, 22 Apr 2016 21:58:41 +0000 (23:58 +0200)]
Document process.crash method

8 years agoFix translations to spanish
Alejandro Betancourt [Fri, 22 Apr 2016 19:34:46 +0000 (14:34 -0500)]
Fix translations to spanish

8 years agomore updates to api summaries based on feedback
Zeke Sikelianos [Fri, 22 Apr 2016 18:42:54 +0000 (11:42 -0700)]
more updates to api summaries based on feedback

8 years agoupdate excerpts based on feedback
Zeke Sikelianos [Fri, 22 Apr 2016 17:30:49 +0000 (10:30 -0700)]
update excerpts based on feedback

8 years agoblockquote summaries
Zeke Sikelianos [Thu, 21 Apr 2016 22:39:12 +0000 (15:39 -0700)]
blockquote summaries

8 years agocreate a one-liner description for each API
Zeke Sikelianos [Thu, 21 Apr 2016 22:35:29 +0000 (15:35 -0700)]
create a one-liner description for each API

8 years agoMerge pull request #5254 from preco21/document-fixes-3
Jessica Lord [Fri, 22 Apr 2016 16:55:25 +0000 (09:55 -0700)]
Merge pull request #5254 from preco21/document-fixes-3

docs: Improve documentations

8 years agoMerge pull request #5244 from electron/disable-node-in-web-view-when-disabled-in...
Kevin Sawicki [Fri, 22 Apr 2016 16:05:58 +0000 (09:05 -0700)]
Merge pull request #5244 from electron/disable-node-in-web-view-when-disabled-in-parent

Disable node in webviews when disabled in parent window

8 years ago:memo: Remove additional whitespaces
Plusb Preco [Fri, 22 Apr 2016 14:30:16 +0000 (23:30 +0900)]
:memo: Remove additional whitespaces

[ci skip]

8 years ago:memo: Fix coding style issues
Plusb Preco [Fri, 22 Apr 2016 14:26:19 +0000 (23:26 +0900)]
:memo: Fix coding style issues

[ci skip]

8 years ago:memo: Remove additional whitespaces
Plusb Preco [Fri, 22 Apr 2016 14:23:39 +0000 (23:23 +0900)]
:memo: Remove additional whitespaces

[ci skip]

8 years ago:memo: Remove additional whitespaces
Plusb Preco [Fri, 22 Apr 2016 14:23:15 +0000 (23:23 +0900)]
:memo: Remove additional whitespaces

[ci skip]

8 years ago:memo: Add missing platform specified tag
Plusb Preco [Fri, 22 Apr 2016 14:21:42 +0000 (23:21 +0900)]
:memo: Add missing platform specified tag

[ci skip]

8 years ago:memo: Normalize code tags
Plusb Preco [Fri, 22 Apr 2016 14:15:31 +0000 (23:15 +0900)]
:memo: Normalize code tags

[ci skip]

8 years ago:memo: Correct heading order
Plusb Preco [Fri, 22 Apr 2016 14:11:39 +0000 (23:11 +0900)]
:memo: Correct heading order

[ci skip]

8 years ago:memo: Fix coding style issues
Plusb Preco [Fri, 22 Apr 2016 14:09:59 +0000 (23:09 +0900)]
:memo: Fix coding style issues

* Correct heading order
* Adjust line length to `80`
* Beautify docs
* Apply small fixes
* Normalize whitespaces

[ci skip]

8 years ago:memo: Fix typos
Plusb Preco [Fri, 22 Apr 2016 13:56:24 +0000 (22:56 +0900)]
:memo: Fix typos

[ci skip]

8 years ago:memo: Remove unused link reference
Plusb Preco [Fri, 22 Apr 2016 13:55:38 +0000 (22:55 +0900)]
:memo: Remove unused link reference

[ci skip]

8 years ago:memo: Fix coding style issues
Plusb Preco [Fri, 22 Apr 2016 13:53:26 +0000 (22:53 +0900)]
:memo: Fix coding style issues

* Adjust line length to `80`
* Normalize whitespaces

[ci skip]

8 years ago:memo: Correct description style
Plusb Preco [Fri, 22 Apr 2016 13:20:41 +0000 (22:20 +0900)]
:memo: Correct description style

[ci skip]

8 years ago:memo: Apply small fixes
Plusb Preco [Fri, 22 Apr 2016 13:14:42 +0000 (22:14 +0900)]
:memo: Apply small fixes

[ci skip]

8 years ago:memo: Apply small fixes
Plusb Preco [Fri, 22 Apr 2016 13:11:02 +0000 (22:11 +0900)]
:memo: Apply small fixes

[ci skip]

8 years ago:memo: Update `README-ko.md`
Plusb Preco [Fri, 22 Apr 2016 13:04:39 +0000 (22:04 +0900)]
:memo: Update `README-ko.md`

[ci skip]

8 years ago:memo: Update Korean docs as upstream
Plusb Preco [Fri, 22 Apr 2016 13:02:39 +0000 (22:02 +0900)]
:memo: Update Korean docs as upstream

[ci skip]

8 years agoFix display.rotation documentation
Milan Burda [Fri, 22 Apr 2016 10:32:11 +0000 (12:32 +0200)]
Fix display.rotation documentation

8 years agoBump v0.37.7
Cheng Zhao [Fri, 22 Apr 2016 08:39:11 +0000 (17:39 +0900)]
Bump v0.37.7

8 years agoMerge pull request #5250 from electron/felix/camelCase
Cheng Zhao [Fri, 22 Apr 2016 02:23:15 +0000 (11:23 +0900)]
Merge pull request #5250 from electron/felix/camelCase

Windows Store Camels

8 years ago:art: Windows Store Camels
Felix Rieseberg [Fri, 22 Apr 2016 02:11:25 +0000 (19:11 -0700)]
:art: Windows Store Camels

8 years agoMerge pull request #5247 from djpereira/patch-1
Kevin Sawicki [Thu, 21 Apr 2016 22:32:56 +0000 (15:32 -0700)]
Merge pull request #5247 from djpereira/patch-1

Update desktop-capturer.md

8 years agoUpdate desktop-capturer.md
Daniel Pereira [Thu, 21 Apr 2016 22:00:19 +0000 (17:00 -0500)]
Update desktop-capturer.md

Fixed native image link.

8 years agoDisable node integration on webview when disabled on window
Kevin Sawicki [Thu, 21 Apr 2016 18:52:10 +0000 (11:52 -0700)]
Disable node integration on webview when disabled on window

8 years agoAdd failing spec
Kevin Sawicki [Thu, 21 Apr 2016 18:49:42 +0000 (11:49 -0700)]
Add failing spec

8 years ago:memo: Update Korean docs as upstream
Plusb Preco [Thu, 21 Apr 2016 09:51:27 +0000 (18:51 +0900)]
:memo: Update Korean docs as upstream

[ci skip]

8 years agoMerge pull request #5238 from electron/felix/appx-detection
Cheng Zhao [Thu, 21 Apr 2016 07:21:38 +0000 (16:21 +0900)]
Merge pull request #5238 from electron/felix/appx-detection

Add Windows Store Detection

8 years agoAdd Windows Store Detection
Felix Rieseberg [Thu, 21 Apr 2016 06:55:56 +0000 (23:55 -0700)]
Add Windows Store Detection

If we're running as a Windows Store appx package,
`process.windowsstore` will be `true`, otherwise
`undefined`.

8 years agoMerge pull request #5237 from electron/set-path-no-create
Cheng Zhao [Thu, 21 Apr 2016 05:49:55 +0000 (14:49 +0900)]
Merge pull request #5237 from electron/set-path-no-create

Do not create the folder passed to app.setPath

8 years agoDo not create the folder passed to app.setPath
Cheng Zhao [Thu, 21 Apr 2016 05:37:29 +0000 (14:37 +0900)]
Do not create the folder passed to app.setPath

8 years agoMerge pull request #5236 from electron/short-ss-path
Cheng Zhao [Thu, 21 Apr 2016 05:14:24 +0000 (14:14 +0900)]
Merge pull request #5236 from electron/short-ss-path

Make the length of SingletonSocket's path as short as we can

8 years agoMake the length of SingletonSocket's path as short as we can
Cheng Zhao [Thu, 21 Apr 2016 04:58:11 +0000 (13:58 +0900)]
Make the length of SingletonSocket's path as short as we can

8 years ago:memo: Small fixes
Plusb Preco [Thu, 21 Apr 2016 03:33:56 +0000 (12:33 +0900)]
:memo: Small fixes

[ci skip]

8 years agoMerge pull request #5233 from electron/remove-no-exception
Cheng Zhao [Thu, 21 Apr 2016 02:50:27 +0000 (11:50 +0900)]
Merge pull request #5233 from electron/remove-no-exception

Guard against unexist owner when removing ref to remote object

8 years agoMerge pull request #5231 from deepak1556/open_external_pemission_patch
Cheng Zhao [Thu, 21 Apr 2016 02:50:01 +0000 (11:50 +0900)]
Merge pull request #5231 from deepak1556/open_external_pemission_patch

session: allow providing permission to handle external protocols

8 years agoGuard against unexist owner when removing ref to remote object
Cheng Zhao [Thu, 21 Apr 2016 02:17:12 +0000 (11:17 +0900)]
Guard against unexist owner when removing ref to remote object

8 years agosession: allow providing permission to handle external protocols
deepak1556 [Wed, 20 Apr 2016 16:55:15 +0000 (22:25 +0530)]
session: allow providing permission to handle external protocols

8 years agoMerge pull request #5199 from Mr0grog/5183-disambiguate-loading-from-main-frame-loading
Cheng Zhao [Wed, 20 Apr 2016 11:49:56 +0000 (20:49 +0900)]
Merge pull request #5199 from Mr0grog/5183-disambiguate-loading-from-main-frame-loading

Add `isLoadingMainFrame()` to WebContents

8 years ago:memo: Update Korean docs as upstream
Plusb Preco [Wed, 20 Apr 2016 09:45:07 +0000 (18:45 +0900)]
:memo: Update Korean docs as upstream

* Update docs
* Small fixes

[ci skip]

8 years ago:memo: Add English docs for `webContents.isLoadingMainFrame()`
Rob Brackett [Wed, 20 Apr 2016 06:27:22 +0000 (23:27 -0700)]
:memo: Add English docs for `webContents.isLoadingMainFrame()`
[ci skip]

8 years agoMerge pull request #5219 from atdrago/master
Cheng Zhao [Wed, 20 Apr 2016 06:11:43 +0000 (15:11 +0900)]
Merge pull request #5219 from atdrago/master

Add note for OS X about using `role` on MenuItem

8 years agoMerge pull request #5222 from Stone-Jay/master
Cheng Zhao [Wed, 20 Apr 2016 06:05:25 +0000 (15:05 +0900)]
Merge pull request #5222 from Stone-Jay/master

fixes some translation mistakes

8 years agoMerge pull request #5213 from rmcdonald/patch-1
Cheng Zhao [Wed, 20 Apr 2016 06:05:04 +0000 (15:05 +0900)]
Merge pull request #5213 from rmcdonald/patch-1

Correct transposition errors by changing xfvb to xvfb

8 years agoMerge pull request #5223 from electron/remote-cleanup
Cheng Zhao [Wed, 20 Apr 2016 05:47:16 +0000 (14:47 +0900)]
Merge pull request #5223 from electron/remote-cleanup

Small cleanup of the code determining value's type

8 years agoMerge pull request #5197 from deepak1556/client_certificate_patch
Cheng Zhao [Wed, 20 Apr 2016 05:35:00 +0000 (14:35 +0900)]
Merge pull request #5197 from deepak1556/client_certificate_patch

app: api to import client certificate

8 years agobuffer, null, array etc. all belong to object
Cheng Zhao [Wed, 20 Apr 2016 05:32:32 +0000 (14:32 +0900)]
buffer, null, array etc. all belong to object

8 years agoCleanup the code determining value's type
Cheng Zhao [Wed, 20 Apr 2016 05:26:49 +0000 (14:26 +0900)]
Cleanup the code determining value's type

8 years agoChange `WebContents::IsLoadingMainFrame` to compare SiteInstances
Rob Brackett [Wed, 20 Apr 2016 05:05:09 +0000 (22:05 -0700)]
Change `WebContents::IsLoadingMainFrame` to compare SiteInstances
(per @deepak1556's recommendation)

Also updates tests to cover the situation where navigating between pages from the same potential "site" and adds generalized tests for `isLoadingMainFrame()`.

8 years agoMerge pull request #5214 from alexgleason/docs-downloaditem-typo
Cheng Zhao [Wed, 20 Apr 2016 04:44:31 +0000 (13:44 +0900)]
Merge pull request #5214 from alexgleason/docs-downloaditem-typo

Fixed docs sample code programming error for DownloadItem

8 years agoMerge pull request #5208 from deepak1556/devtools_dock_state_patch
Cheng Zhao [Wed, 20 Apr 2016 04:34:52 +0000 (13:34 +0900)]
Merge pull request #5208 from deepak1556/devtools_dock_state_patch

devtools: allow opening in specified dock state

8 years agoUpdate brightray for #5208
Cheng Zhao [Wed, 20 Apr 2016 04:34:30 +0000 (13:34 +0900)]
Update brightray for #5208

8 years agorename importClientCertificate => importCertificate
deepak1556 [Wed, 20 Apr 2016 03:15:49 +0000 (08:45 +0530)]
rename importClientCertificate => importCertificate

8 years agoUpdate screen.md
StoneStoneStone [Wed, 20 Apr 2016 02:58:32 +0000 (10:58 +0800)]
Update screen.md

8 years agoUpdate download-item.md
StoneStoneStone [Wed, 20 Apr 2016 02:39:47 +0000 (10:39 +0800)]
Update download-item.md

8 years agoUpdate screen.md
StoneStoneStone [Wed, 20 Apr 2016 02:37:41 +0000 (10:37 +0800)]
Update screen.md

8 years agoUpdate screen.md
StoneStoneStone [Wed, 20 Apr 2016 02:26:31 +0000 (10:26 +0800)]
Update screen.md

8 years agoFix linting errors.
Rob Brackett [Wed, 20 Apr 2016 02:20:59 +0000 (19:20 -0700)]
Fix linting errors.

8 years agoMerge pull request #5202 from electron/updating-submodules
Cheng Zhao [Wed, 20 Apr 2016 01:51:12 +0000 (10:51 +0900)]
Merge pull request #5202 from electron/updating-submodules

keeping submodules up to date

8 years agoAdd note for OS X about using `role` on MenuItem
Adam Drago [Wed, 20 Apr 2016 01:12:37 +0000 (18:12 -0700)]
Add note for OS X about using `role` on MenuItem