platform/framework/web/crosswalk-tizen.git
8 years agoMerge pull request #6693 from sairoutine/jpdocs
Cheng Zhao [Tue, 2 Aug 2016 23:30:32 +0000 (08:30 +0900)]
Merge pull request #6693 from sairoutine/jpdocs

Japanese: add coding-style.md

8 years agoMerge pull request #6694 from ssdong/fixed_typo_in_chinese_doc_translation
Cheng Zhao [Tue, 2 Aug 2016 23:30:18 +0000 (08:30 +0900)]
Merge pull request #6694 from ssdong/fixed_typo_in_chinese_doc_translation

fixed typo in simplified chinese doc translation

8 years agoBump v1.3.2
Cheng Zhao [Tue, 2 Aug 2016 13:29:09 +0000 (22:29 +0900)]
Bump v1.3.2

8 years agofixed typo in simplified chinese doc translation
Susu Dong (LCL) [Tue, 2 Aug 2016 19:21:49 +0000 (15:21 -0400)]
fixed typo in simplified chinese doc translation

8 years ago:memo: Japanese: add coding-style.md [ci skip]
sairoutine [Tue, 2 Aug 2016 18:21:22 +0000 (03:21 +0900)]
:memo: Japanese: add coding-style.md [ci skip]

8 years agoMerge pull request #6677 from miniak/default-app-menu
Kevin Sawicki [Tue, 2 Aug 2016 17:27:56 +0000 (10:27 -0700)]
Merge pull request #6677 from miniak/default-app-menu

Add zooming commands to menu in default app

8 years agoMove Toggle Fullscreen to the bottom of the View menu
Milan Burda [Mon, 1 Aug 2016 13:44:25 +0000 (15:44 +0200)]
Move Toggle Fullscreen to the bottom of the View menu

8 years agoAdd zooming commands to menu (default app)
Milan Burda [Mon, 1 Aug 2016 13:41:13 +0000 (15:41 +0200)]
Add zooming commands to menu (default app)

8 years agoUpdate libchromiumcontent: close #6668
Cheng Zhao [Tue, 2 Aug 2016 12:38:34 +0000 (21:38 +0900)]
Update libchromiumcontent: close #6668

8 years agoMerge pull request #6688 from electron/constructor-refactor
Cheng Zhao [Tue, 2 Aug 2016 12:37:56 +0000 (21:37 +0900)]
Merge pull request #6688 from electron/constructor-refactor

Use FunctionTemplate instead of ObjectTemplate for native classes

8 years agoFix lint errors of using __proto__
Cheng Zhao [Tue, 2 Aug 2016 12:02:28 +0000 (21:02 +0900)]
Fix lint errors of using __proto__

8 years agoMake WebContents inherit NavigationController
Cheng Zhao [Tue, 2 Aug 2016 11:55:56 +0000 (20:55 +0900)]
Make WebContents inherit NavigationController

8 years agoSet JavaScript APIs on prototype of WebContents
Cheng Zhao [Tue, 2 Aug 2016 11:52:07 +0000 (20:52 +0900)]
Set JavaScript APIs on prototype of WebContents

8 years agoSet prototype of constructor directly
Cheng Zhao [Tue, 2 Aug 2016 11:38:35 +0000 (20:38 +0900)]
Set prototype of constructor directly

8 years agoEvery native class now gets a name
Cheng Zhao [Tue, 2 Aug 2016 10:28:12 +0000 (19:28 +0900)]
Every native class now gets a name

8 years agoPass FunctionTemplate in BuildPrototype
Cheng Zhao [Tue, 2 Aug 2016 09:08:12 +0000 (18:08 +0900)]
Pass FunctionTemplate in BuildPrototype

8 years agoSave the prototype of EventEmitter
Cheng Zhao [Tue, 2 Aug 2016 09:07:58 +0000 (18:07 +0900)]
Save the prototype of EventEmitter

8 years agoCleanup init.js
Cheng Zhao [Tue, 2 Aug 2016 08:45:46 +0000 (17:45 +0900)]
Cleanup init.js

8 years agoGetConstructor now returns FunctionTemplate
Cheng Zhao [Tue, 2 Aug 2016 08:20:58 +0000 (17:20 +0900)]
GetConstructor now returns FunctionTemplate

8 years agoAll native objects have prototype now
Cheng Zhao [Tue, 2 Aug 2016 08:12:17 +0000 (17:12 +0900)]
All native objects have prototype now

8 years agoGet rid of Constructor class
Cheng Zhao [Tue, 2 Aug 2016 08:02:04 +0000 (17:02 +0900)]
Get rid of Constructor class

8 years agoAttachAsUserData now can assume the existence of wrapper
Cheng Zhao [Tue, 2 Aug 2016 06:28:32 +0000 (15:28 +0900)]
AttachAsUserData now can assume the existence of wrapper

8 years agoDo not rely on Constructor to call Init
Cheng Zhao [Tue, 2 Aug 2016 06:15:40 +0000 (15:15 +0900)]
Do not rely on Constructor to call Init

This makes it deterministic when the JavaScript is initialized, which
can make our logic more clear.

8 years agodocs: the callbacks
Cheng Zhao [Tue, 2 Aug 2016 05:44:06 +0000 (14:44 +0900)]
docs: the callbacks

8 years agoMerge pull request #6685 from electron/document-contents-zoom
Cheng Zhao [Tue, 2 Aug 2016 05:41:09 +0000 (14:41 +0900)]
Merge pull request #6685 from electron/document-contents-zoom

Implement and Document the zoom methods that are mapped to the webContents object

8 years agoMerge pull request #6683 from gabriel/master
Cheng Zhao [Tue, 2 Aug 2016 03:33:36 +0000 (12:33 +0900)]
Merge pull request #6683 from gabriel/master

Add isVisible() to app.dock

8 years agoMerge pull request #6684 from electron/felix-debugging-link-fix
Cheng Zhao [Tue, 2 Aug 2016 03:19:05 +0000 (12:19 +0900)]
Merge pull request #6684 from electron/felix-debugging-link-fix

Fix link to macOS Debugging Instructions

8 years agoFix linting issues
Samuel Attard [Tue, 2 Aug 2016 03:13:17 +0000 (13:13 +1000)]
Fix linting issues

8 years agoDocument the async versions of getZoomFactor and getZoomLevel
Samuel Attard [Tue, 2 Aug 2016 03:04:21 +0000 (13:04 +1000)]
Document the async versions of getZoomFactor and getZoomLevel

8 years agoImplement asynchronous versions of getZoomFactor and GetZoomLevel on the webContents...
Samuel Attard [Tue, 2 Aug 2016 03:02:55 +0000 (13:02 +1000)]
Implement asynchronous versions of getZoomFactor and GetZoomLevel on the webContents object

8 years agoDocument the zoom methods that are mapped to the webContents object
Samuel Attard [Tue, 2 Aug 2016 02:26:49 +0000 (12:26 +1000)]
Document the zoom methods that are mapped to the webContents object

8 years ago:memo: Fix link to macOS Debugging Instructions
Felix Rieseberg [Tue, 2 Aug 2016 02:15:03 +0000 (19:15 -0700)]
:memo: Fix link to macOS Debugging Instructions

8 years agoMerge pull request #6678 from sairoutine/jpdocs
Cheng Zhao [Tue, 2 Aug 2016 00:31:39 +0000 (09:31 +0900)]
Merge pull request #6678 from sairoutine/jpdocs

Japanese: add system-preferences.md

8 years agoMerge pull request #6675 from miniak/docs-ico-sizes
Cheng Zhao [Tue, 2 Aug 2016 00:31:19 +0000 (09:31 +0900)]
Merge pull request #6675 from miniak/docs-ico-sizes

docs: Improve ICO size list

8 years agoAdd isVisible() to app.dock
Gabriel Handford [Mon, 1 Aug 2016 22:22:37 +0000 (15:22 -0700)]
Add isVisible() to app.dock

8 years ago:memo: Japanese: add system-preferences.md [ci skip]
sairoutine [Mon, 1 Aug 2016 14:43:07 +0000 (23:43 +0900)]
:memo: Japanese: add system-preferences.md [ci skip]

8 years agoMerge pull request #6676 from electron/fix-upload
Cheng Zhao [Mon, 1 Aug 2016 13:54:10 +0000 (22:54 +0900)]
Merge pull request #6676 from electron/fix-upload

Fix a few errors when running the script to upload checksum files

8 years agoMust pass unicode to StringIO
Cheng Zhao [Mon, 1 Aug 2016 13:08:29 +0000 (22:08 +0900)]
Must pass unicode to StringIO

8 years agoUse spaces between checksum and filename
Cheng Zhao [Mon, 1 Aug 2016 13:00:35 +0000 (22:00 +0900)]
Use spaces between checksum and filename

8 years agoFix filename when uploading to github
Cheng Zhao [Mon, 1 Aug 2016 12:59:25 +0000 (21:59 +0900)]
Fix filename when uploading to github

8 years agoFix error in run_boto_script
Cheng Zhao [Mon, 1 Aug 2016 12:54:03 +0000 (21:54 +0900)]
Fix error in run_boto_script

8 years agoFix error of run_python_script
Cheng Zhao [Mon, 1 Aug 2016 12:41:55 +0000 (21:41 +0900)]
Fix error of run_python_script

8 years agoDo not put the upload logic in make_zip
Cheng Zhao [Mon, 1 Aug 2016 12:03:55 +0000 (21:03 +0900)]
Do not put the upload logic in make_zip

8 years agoMerge pull request #6588 from malept/dist-checksums
Cheng Zhao [Mon, 1 Aug 2016 11:47:07 +0000 (20:47 +0900)]
Merge pull request #6588 from malept/dist-checksums

Generate and upload checksums for released ZIPs to GitHub

8 years agoMerge pull request #6674 from electron/session-no-gc
Cheng Zhao [Mon, 1 Aug 2016 11:40:55 +0000 (20:40 +0900)]
Merge pull request #6674 from electron/session-no-gc

Do not garbage collect sessions

8 years agoRemove usages of linked_ptr
Cheng Zhao [Mon, 1 Aug 2016 11:26:06 +0000 (20:26 +0900)]
Remove usages of linked_ptr

It is no longer needed since we now have move semantic.

8 years agodocs: Improve ICO size list
Milan Burda [Mon, 1 Aug 2016 11:13:40 +0000 (13:13 +0200)]
docs: Improve ICO size list

8 years agoMove the code to native
Cheng Zhao [Mon, 1 Aug 2016 11:11:17 +0000 (20:11 +0900)]
Move the code to native

8 years agoDo not garbage collect sessions
Cheng Zhao [Mon, 1 Aug 2016 10:35:51 +0000 (19:35 +0900)]
Do not garbage collect sessions

8 years agoUse S3 as an intermediary store & merge shasum files before uploading to GitHub
Mark Lee [Mon, 1 Aug 2016 02:00:19 +0000 (19:00 -0700)]
Use S3 as an intermediary store & merge shasum files before uploading to GitHub

8 years agoGenerate and upload checksums for released ZIPs to GitHub
Mark Lee [Mon, 25 Jul 2016 02:19:23 +0000 (19:19 -0700)]
Generate and upload checksums for released ZIPs to GitHub

When generating an Electron release, create a `sha256sum`-compatible
file for each ZIP file, and upload them to the corresponding GitHub release.
This is primarily to confirm that the download of a given ZIP completed
successfully, as opposed to verifying that an Electron team member uploaded
the given ZIP files (which would require using a trusted GPG key).

8 years agoFix styling issues
Cheng Zhao [Mon, 1 Aug 2016 00:58:33 +0000 (09:58 +0900)]
Fix styling issues

8 years agoMerge pull request #6667 from liusy182/restore-issue
Cheng Zhao [Mon, 1 Aug 2016 00:56:08 +0000 (09:56 +0900)]
Merge pull request #6667 from liusy182/restore-issue

fix maximize restore issue caused by restore window size change

8 years agoMerge pull request #6661 from MaxWhere/minor-fixes
Cheng Zhao [Mon, 1 Aug 2016 00:45:41 +0000 (09:45 +0900)]
Merge pull request #6661 from MaxWhere/minor-fixes

A minor fix for sendInputEvent and improvements related to cursor-changed event

8 years agoadd documentation for changes
Heilig Benedek [Mon, 1 Aug 2016 00:14:45 +0000 (02:14 +0200)]
add documentation for changes

8 years agofix UTF character sending as suggested by @zcbenz
Heilig Benedek [Mon, 1 Aug 2016 00:14:11 +0000 (02:14 +0200)]
fix UTF character sending as suggested by @zcbenz

8 years agofix toBUFFER naming issue and cursor-changed parameter order
Heilig Benedek [Mon, 1 Aug 2016 00:13:31 +0000 (02:13 +0200)]
fix toBUFFER naming issue and cursor-changed parameter order

8 years agoMerge pull request #6663 from simonmysun/patch-1
Cheng Zhao [Sun, 31 Jul 2016 23:45:15 +0000 (08:45 +0900)]
Merge pull request #6663 from simonmysun/patch-1

Typo fix

8 years agoMerge pull request #6662 from sairoutine/jpdocs
Cheng Zhao [Sun, 31 Jul 2016 23:44:54 +0000 (08:44 +0900)]
Merge pull request #6662 from sairoutine/jpdocs

Japanese: add testing-on-headless-ci.md

8 years agofix maximize restore issue caused by restore window size change
liusi [Sun, 31 Jul 2016 13:49:54 +0000 (21:49 +0800)]
fix maximize restore issue caused by restore window size change

8 years agoTypo fix
孙茂胤 [Sun, 31 Jul 2016 08:11:03 +0000 (16:11 +0800)]
Typo fix

8 years ago:memo: Japanese: add testing-on-headless-ci.md [ci skip]
sairoutine [Sun, 31 Jul 2016 08:05:13 +0000 (17:05 +0900)]
:memo: Japanese: add testing-on-headless-ci.md [ci skip]

8 years agoSend some more data with the cursor-changed event
Heilig Benedek [Sun, 31 Jul 2016 03:11:56 +0000 (05:11 +0200)]
Send some more data with the cursor-changed event

8 years agoAdds option to get raw data from NativeImage
Heilig Benedek [Sun, 31 Jul 2016 03:11:18 +0000 (05:11 +0200)]
Adds option to get raw data from NativeImage

8 years agoFixes not being able to send UTF8 characters anymore
Heilig Benedek [Sun, 31 Jul 2016 03:10:14 +0000 (05:10 +0200)]
Fixes not being able to send UTF8 characters anymore

8 years agoMerge pull request #13 from electron/master
Heilig Benedek [Sun, 31 Jul 2016 03:19:43 +0000 (05:19 +0200)]
Merge pull request #13 from electron/master

update as upstream

8 years agoMerge pull request #6641 from electron/felix-macos-debugging
Cheng Zhao [Sat, 30 Jul 2016 02:55:05 +0000 (11:55 +0900)]
Merge pull request #6641 from electron/felix-macos-debugging

Add debugging instructions for macOS

8 years ago:memo: Add debugging instructions for macOS
Felix Rieseberg [Thu, 28 Jul 2016 19:54:03 +0000 (12:54 -0700)]
:memo: Add debugging instructions for macOS

I already wrote up debugging instructions for Windows, but never got
around to writing them for macOS - until now! This adds a very basic
introduction to LLDB from the command line, which should empower people
to figure out what’s happening inside Electron when they call an
Electron method from JavaScript.

8 years agoMerge pull request #6649 from miniak/docs-fix
Cheng Zhao [Fri, 29 Jul 2016 13:51:26 +0000 (22:51 +0900)]
Merge pull request #6649 from miniak/docs-fix

docs: fix argument types

8 years agodocs: fix argument types
Milan Burda [Fri, 29 Jul 2016 09:53:01 +0000 (11:53 +0200)]
docs: fix argument types

8 years agoMerge pull request #6644 from electron/webcontents-is-focused-crash
Cheng Zhao [Fri, 29 Jul 2016 02:08:11 +0000 (11:08 +0900)]
Merge pull request #6644 from electron/webcontents-is-focused-crash

Check view before checking top level native window

8 years agoMerge pull request #6646 from electron/linux-200
Cheng Zhao [Fri, 29 Jul 2016 02:07:23 +0000 (11:07 +0900)]
Merge pull request #6646 from electron/linux-200

Load 200 DPI resources on Linux

8 years agoLoad 200 DPI resources on Linux
Cheng Zhao [Fri, 29 Jul 2016 01:51:31 +0000 (10:51 +0900)]
Load 200 DPI resources on Linux

8 years agoMerge pull request #6637 from electron/check-window-class
Cheng Zhao [Fri, 29 Jul 2016 01:42:36 +0000 (10:42 +0900)]
Merge pull request #6637 from electron/check-window-class

Check that window is an EventDispatchingWindow

8 years agoMerge pull request #6645 from electron/ico-125
Cheng Zhao [Fri, 29 Jul 2016 01:33:55 +0000 (10:33 +0900)]
Merge pull request #6645 from electron/ico-125

Update ico to include sizes for 125% DPI

8 years agoUpdate ico to include sizes for 125% DPI
Cheng Zhao [Fri, 29 Jul 2016 01:24:56 +0000 (10:24 +0900)]
Update ico to include sizes for 125% DPI

8 years agoMerge pull request #6636 from yuya-oc/docs-win32-icon
Cheng Zhao [Fri, 29 Jul 2016 01:11:05 +0000 (10:11 +0900)]
Merge pull request #6636 from yuya-oc/docs-win32-icon

docs: Add recommended sizes for Windows ICO icons

8 years agoMerge pull request #6626 from Starefossen/patch-1
Cheng Zhao [Fri, 29 Jul 2016 01:02:01 +0000 (10:02 +0900)]
Merge pull request #6626 from Starefossen/patch-1

docs: mention app ready event for DevTools Extension tutorial

8 years agoFix typo in comment
Kevin Sawicki [Thu, 28 Jul 2016 22:48:01 +0000 (15:48 -0700)]
Fix typo in comment

8 years agoReturn early when render widget host view is null
Kevin Sawicki [Thu, 28 Jul 2016 22:47:52 +0000 (15:47 -0700)]
Return early when render widget host view is null

8 years agoCheck that window is an EventDispatchingWindow
Kevin Sawicki [Thu, 28 Jul 2016 15:48:56 +0000 (08:48 -0700)]
Check that window is an EventDispatchingWindow

8 years ago:memo: Add recommended sizes for Windows ICO icons
Yuya Ochiai [Thu, 28 Jul 2016 14:15:25 +0000 (23:15 +0900)]
:memo: Add recommended sizes for Windows ICO icons

For #6396
Please refer to https://msdn.microsoft.com/en-us/library/windows/desktop/dn742485(v=vs.85).aspx
[ci skip]

8 years agoMerge pull request #6631 from amor520/master
Cheng Zhao [Thu, 28 Jul 2016 09:07:33 +0000 (18:07 +0900)]
Merge pull request #6631 from amor520/master

update Prerequisites

8 years agoupdate Prerequisites
amor [Thu, 28 Jul 2016 07:01:36 +0000 (15:01 +0800)]
update Prerequisites

8 years agoMerge pull request #6629 from electron/download-item-get-save-path
Cheng Zhao [Thu, 28 Jul 2016 06:23:43 +0000 (15:23 +0900)]
Merge pull request #6629 from electron/download-item-get-save-path

Set download item save path to selected path from dialog

8 years agoAssert save path of download item
Kevin Sawicki [Thu, 28 Jul 2016 00:52:36 +0000 (17:52 -0700)]
Assert save path of download item

8 years agoMake downloadItem.getSavePath() public
Kevin Sawicki [Thu, 28 Jul 2016 00:33:36 +0000 (17:33 -0700)]
Make downloadItem.getSavePath() public

8 years agoUse selected dialog path as item save path
Kevin Sawicki [Thu, 28 Jul 2016 00:31:26 +0000 (17:31 -0700)]
Use selected dialog path as item save path

8 years agoMerge pull request #6623 from electron/shortcut
Cheng Zhao [Wed, 27 Jul 2016 23:48:52 +0000 (08:48 +0900)]
Merge pull request #6623 from electron/shortcut

Add shell.writeShortcutLink/readShortcutLink APIs

8 years agoMerge pull request #6627 from davej/patch-1
Kevin Sawicki [Wed, 27 Jul 2016 22:57:34 +0000 (15:57 -0700)]
Merge pull request #6627 from davej/patch-1

docs: Explain how to use highlightMode with BrowserWindow

8 years agodocs: Add click handler to tray window example
DaveJ [Wed, 27 Jul 2016 22:56:00 +0000 (23:56 +0100)]
docs: Add click handler to tray window example

8 years agodocs: Fix undefined variables
DaveJ [Wed, 27 Jul 2016 22:23:26 +0000 (23:23 +0100)]
docs: Fix undefined variables

8 years agodocs: Explain how to use highlightMode with BrowserWindow
Dave Jeffery [Wed, 27 Jul 2016 20:35:13 +0000 (21:35 +0100)]
docs: Explain how to use highlightMode with BrowserWindow

As discussed on https://github.com/electron/electron/pull/6620

8 years agodocs: mention app ready event for DevTools Extension tutorial
Hans Kristian Flaatten [Wed, 27 Jul 2016 20:01:01 +0000 (22:01 +0200)]
docs: mention app ready event for DevTools Extension tutorial

8 years agoFix building on non-Windows
Cheng Zhao [Wed, 27 Jul 2016 10:55:05 +0000 (19:55 +0900)]
Fix building on non-Windows

8 years agoFix lint warnings
Cheng Zhao [Wed, 27 Jul 2016 10:51:16 +0000 (19:51 +0900)]
Fix lint warnings

8 years agodocs: icon and iconIndex have to be set together
Cheng Zhao [Wed, 27 Jul 2016 10:49:17 +0000 (19:49 +0900)]
docs: icon and iconIndex have to be set together

8 years agospec: shell.writeShortcutLink/readShortcutLink
Cheng Zhao [Wed, 27 Jul 2016 10:43:02 +0000 (19:43 +0900)]
spec: shell.writeShortcutLink/readShortcutLink

8 years agodocs: shell.writeShortcutLink/readShortcutLink
Cheng Zhao [Wed, 27 Jul 2016 07:47:24 +0000 (16:47 +0900)]
docs: shell.writeShortcutLink/readShortcutLink

8 years agoThrow exception when ReadShortcutLink failed
Cheng Zhao [Wed, 27 Jul 2016 07:32:32 +0000 (16:32 +0900)]
Throw exception when ReadShortcutLink failed