platform/framework/web/crosswalk-tizen.git
8 years agoMerge pull request #6710 from miniak/docs-fixes
Kevin Sawicki [Wed, 3 Aug 2016 21:36:27 +0000 (14:36 -0700)]
Merge pull request #6710 from miniak/docs-fixes

docs: fix cwd description for shell.writeShortcutLink

8 years agodocs: fix cwd description for shell.writeShortcutLink
Milan Burda [Wed, 3 Aug 2016 13:43:30 +0000 (15:43 +0200)]
docs: fix cwd description for shell.writeShortcutLink

8 years agoMerge pull request #6706 from sairoutine/jpdocs
Cheng Zhao [Wed, 3 Aug 2016 11:06:03 +0000 (20:06 +0900)]
Merge pull request #6706 from sairoutine/jpdocs

Japanese: add atom-shell-vs-node-webkit.md

8 years agoMerge pull request #6707 from electron/auto-run-micro-tasks
Cheng Zhao [Wed, 3 Aug 2016 09:14:01 +0000 (18:14 +0900)]
Merge pull request #6707 from electron/auto-run-micro-tasks

Revert Node's call of SetAutorunMicrotasks(false)

8 years agoRevert Node's call of SetAutorunMicrotasks(false)
Cheng Zhao [Wed, 3 Aug 2016 08:57:10 +0000 (17:57 +0900)]
Revert Node's call of SetAutorunMicrotasks(false)

8 years ago:memo: japanese: add atom-shell-vs-node-webkit.md [ci skip]
sairoutine [Wed, 3 Aug 2016 08:21:30 +0000 (17:21 +0900)]
:memo: japanese: add atom-shell-vs-node-webkit.md [ci skip]

8 years agoMerge pull request #6705 from electron/remove-view-painted
Cheng Zhao [Wed, 3 Aug 2016 07:55:48 +0000 (16:55 +0900)]
Merge pull request #6705 from electron/remove-view-painted

Remove the view-painted event

8 years agoRemove the view-painted event
Cheng Zhao [Wed, 3 Aug 2016 07:20:55 +0000 (16:20 +0900)]
Remove the view-painted event

8 years agoCleanup atom_api_system_preferences_mac.mm
Cheng Zhao [Wed, 3 Aug 2016 07:13:51 +0000 (16:13 +0900)]
Cleanup atom_api_system_preferences_mac.mm

8 years agoMerge pull request #6686 from darkdh/swipe_prefs
Cheng Zhao [Wed, 3 Aug 2016 07:10:29 +0000 (16:10 +0900)]
Merge pull request #6686 from darkdh/swipe_prefs

Swipe back/forward should respect system preferences

8 years agodocs: Do not repeat processes for multiple times in menu.md
Cheng Zhao [Wed, 3 Aug 2016 07:08:54 +0000 (16:08 +0900)]
docs: Do not repeat processes for multiple times in menu.md

8 years agoMerge pull request #6700 from calidion/patch-1
Cheng Zhao [Wed, 3 Aug 2016 07:00:52 +0000 (16:00 +0900)]
Merge pull request #6700 from calidion/patch-1

Update menu.md

8 years agoMerge pull request #6703 from electron/merge-offscreen
Cheng Zhao [Wed, 3 Aug 2016 06:58:31 +0000 (15:58 +0900)]
Merge pull request #6703 from electron/merge-offscreen

Merge #6691

8 years agoAdd Offscreen Rendering to guides
Cheng Zhao [Wed, 3 Aug 2016 06:38:24 +0000 (15:38 +0900)]
Add Offscreen Rendering to guides

8 years agoPut constants in annoymouse namespace
Cheng Zhao [Wed, 3 Aug 2016 05:09:38 +0000 (14:09 +0900)]
Put constants in annoymouse namespace

8 years agoFix accidentally changed lines
Cheng Zhao [Wed, 3 Aug 2016 05:03:57 +0000 (14:03 +0900)]
Fix accidentally changed lines

8 years agoRefactor osr_render_widget_host_view
Cheng Zhao [Wed, 3 Aug 2016 04:46:34 +0000 (13:46 +0900)]
Refactor osr_render_widget_host_view

8 years agoRefactor osr_output_device
Cheng Zhao [Wed, 3 Aug 2016 04:04:36 +0000 (13:04 +0900)]
Refactor osr_output_device

8 years agoRefactor the code in atom_api_web_contents
Cheng Zhao [Wed, 3 Aug 2016 03:29:55 +0000 (12:29 +0900)]
Refactor the code in atom_api_web_contents

8 years agoMove osr related files to atom/browser/osr
Cheng Zhao [Wed, 3 Aug 2016 02:01:35 +0000 (11:01 +0900)]
Move osr related files to atom/browser/osr

8 years agoAdd IsSwipeTrackingFromScrollEventsEnabled in system prefs
Anthony Tseng [Wed, 3 Aug 2016 02:27:56 +0000 (10:27 +0800)]
Add IsSwipeTrackingFromScrollEventsEnabled in system prefs

8 years agoUpdate menu.md
Eric [Wed, 3 Aug 2016 02:10:56 +0000 (10:10 +0800)]
Update menu.md

1. add difference notice
2.  changed `render process` to `main process`

8 years agoRevert unnecessary changes
Cheng Zhao [Wed, 3 Aug 2016 01:48:07 +0000 (10:48 +0900)]
Revert unnecessary changes

8 years agoOnly enable kEnableBeginFrameScheduling for offscreen
Cheng Zhao [Wed, 3 Aug 2016 01:40:12 +0000 (10:40 +0900)]
Only enable kEnableBeginFrameScheduling for offscreen

It has effects on performance and only gets turned on after Chrome 54.

8 years agodocs: Use app.disableHardwareAcceleration() instead of --disable-gpu
Cheng Zhao [Wed, 3 Aug 2016 01:32:29 +0000 (10:32 +0900)]
docs: Use app.disableHardwareAcceleration() instead of --disable-gpu

The --disable-gpu switch does not work when passed with `appendSwitch`.

8 years agospec: Remove duplicate code in tests
Cheng Zhao [Wed, 3 Aug 2016 01:27:55 +0000 (10:27 +0900)]
spec: Remove duplicate code in tests

8 years agoFix lint warnings in documentations
Cheng Zhao [Wed, 3 Aug 2016 01:15:38 +0000 (10:15 +0900)]
Fix lint warnings in documentations

8 years agoRevert the change on default_app
Cheng Zhao [Wed, 3 Aug 2016 01:13:32 +0000 (10:13 +0900)]
Revert the change on default_app

8 years agoUpdate libchromiumcontent for offscreen patches
Cheng Zhao [Wed, 3 Aug 2016 01:12:41 +0000 (10:12 +0900)]
Update libchromiumcontent for offscreen patches

8 years agoUse electron/brightray
Cheng Zhao [Wed, 3 Aug 2016 01:10:58 +0000 (10:10 +0900)]
Use electron/brightray

8 years agoMerge branch 'offscreen-rendering' of https://github.com/MaxWhere/electron into merge...
Cheng Zhao [Wed, 3 Aug 2016 01:09:48 +0000 (10:09 +0900)]
Merge branch 'offscreen-rendering' of https://github.com/MaxWhere/electron into merge-offscreen

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 agofixes linendings
gellert [Tue, 2 Aug 2016 17:31:30 +0000 (19:31 +0200)]
fixes linendings

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 agofixes linting
gellert [Tue, 2 Aug 2016 14:39:07 +0000 (16:39 +0200)]
fixes linting

8 years agorestoring default app
gellert [Tue, 2 Aug 2016 13:17:50 +0000 (15:17 +0200)]
restoring default app

8 years agoMerge remote-tracking branch 'upstream/master' into speedup-gpu
gellert [Tue, 2 Aug 2016 12:59:03 +0000 (14:59 +0200)]
Merge remote-tracking branch 'upstream/master' into speedup-gpu

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 agoremove unneeded windows specific things
Heilig Benedek [Tue, 2 Aug 2016 10:57:23 +0000 (12:57 +0200)]
remove unneeded windows specific things

8 years agosmall fixes
Heilig Benedek [Tue, 2 Aug 2016 10:56:03 +0000 (12:56 +0200)]
small fixes

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 agoSwipe back/forward should respect system preferences
Anthony Tseng [Mon, 1 Aug 2016 03:26:51 +0000 (11:26 +0800)]
Swipe back/forward should respect system preferences

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 agoMerge branch 'speedup-gpu' of https://github.com/MaxWhere/electron into speedup-gpu
gellert [Mon, 1 Aug 2016 11:28:12 +0000 (13:28 +0200)]
Merge branch 'speedup-gpu' of https://github.com/MaxWhere/electron into speedup-gpu

8 years agoadds transparency
gellert [Mon, 1 Aug 2016 11:27:39 +0000 (13:27 +0200)]
adds transparency

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 agobrightray commit update
Heilig Benedek [Mon, 1 Aug 2016 11:22:16 +0000 (13:22 +0200)]
brightray commit update

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 agoa possible fix for dragging
gellert [Mon, 1 Aug 2016 10:06:46 +0000 (12:06 +0200)]
a possible fix for dragging

8 years agoMerge remote-tracking branch 'upstream/master' into speedup-gpu
gellert [Mon, 1 Aug 2016 10:00:34 +0000 (12:00 +0200)]
Merge remote-tracking branch 'upstream/master' into speedup-gpu

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 agoMerge branch 'speedup-gpu' of https://github.com/MaxWhere/electron into speedup-gpu
Heilig Benedek [Mon, 1 Aug 2016 00:18:37 +0000 (02:18 +0200)]
Merge branch 'speedup-gpu' of https://github.com/MaxWhere/electron into speedup-gpu

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