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

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 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 agopaint toggling fix cleanup
gellert [Sun, 31 Jul 2016 23:01:55 +0000 (01:01 +0200)]
paint toggling fix cleanup

8 years agofixes paint toggling, for real tho hopefully
gellert [Sun, 31 Jul 2016 22:47:53 +0000 (00:47 +0200)]
fixes paint toggling, for real tho hopefully

8 years agofiltering out offscreen webcontents in getAllWebcontents call
gellert [Sun, 31 Jul 2016 20:06:34 +0000 (22:06 +0200)]
filtering out offscreen webcontents in getAllWebcontents call

8 years agofixes paint toggling
gellert [Sun, 31 Jul 2016 20:05:36 +0000 (22:05 +0200)]
fixes paint toggling

8 years agoHide when not painting + cursor event fix
Heilig Benedek [Sun, 31 Jul 2016 16:40:35 +0000 (18:40 +0200)]
Hide when not painting + cursor event fix

8 years agoadds tests for osr
gellert [Sun, 31 Jul 2016 15:10:53 +0000 (17:10 +0200)]
adds tests for osr

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 agodoes linting
gellert [Sun, 31 Jul 2016 10:19:56 +0000 (12:19 +0200)]
does linting

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 agoremove fpscounter, can be enabled from node
Heilig Benedek [Sun, 31 Jul 2016 03:13:29 +0000 (05:13 +0200)]
remove fpscounter, can be enabled from node

8 years agoMerge branch 'speedup-gpu' of https://github.com/MaxWhere/electron into speedup-gpu
Heilig Benedek [Sun, 31 Jul 2016 03:12:34 +0000 (05:12 +0200)]
Merge branch 'speedup-gpu' of https://github.com/MaxWhere/electron into speedup-gpu

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 agoadds tutorial
gellert [Sat, 30 Jul 2016 22:47:08 +0000 (00:47 +0200)]
adds tutorial

8 years agoadds docs for osr
gellert [Sat, 30 Jul 2016 22:22:34 +0000 (00:22 +0200)]
adds docs for osr