platform/framework/web/crosswalk-tizen.git
10 years agoOnly report "app invalid" error when app could not be loaded, fixes #294.
Cheng Zhao [Wed, 14 May 2014 08:27:40 +0000 (16:27 +0800)]
Only report "app invalid" error when app could not be loaded, fixes #294.

10 years agoUpgrade node: Enable ArrayBufferAllocator, fix #308.
Cheng Zhao [Wed, 14 May 2014 08:11:55 +0000 (16:11 +0800)]
Upgrade node: Enable ArrayBufferAllocator, fix #308.

10 years agoAdd spec for #308.
Cheng Zhao [Wed, 14 May 2014 08:10:33 +0000 (16:10 +0800)]
Add spec for #308.

10 years agoMerge pull request #304 from kramerc/graphics-switching
Cheng Zhao [Wed, 14 May 2014 02:32:33 +0000 (10:32 +0800)]
Merge pull request #304 from kramerc/graphics-switching

Fix Atom Shell from always using the discrete GPU

10 years agoMerge pull request #307 from SeriousM/patch-1
Cheng Zhao [Wed, 14 May 2014 02:29:16 +0000 (10:29 +0800)]
Merge pull request #307 from SeriousM/patch-1

The source_root was wrong computed

10 years agoThe source_root was wrong computed
Bernhard Millauer [Tue, 13 May 2014 23:07:26 +0000 (01:07 +0200)]
The source_root was wrong computed

Using 'SOURCE_ROOT = os.path.dirname(os.path.dirname(__file__))' leads to an empty string if the path is relative.

10 years agoAdd missing graphics switching attribute.
Kramer Campbell [Tue, 13 May 2014 16:33:54 +0000 (09:33 -0700)]
Add missing graphics switching attribute.

Atom Shell was causing the GPU to be switched to the discrete card as
this attribute was missing from Info.plist files in common/ and
renderer/

10 years agoShip with libnotify.so.
Cheng Zhao [Tue, 13 May 2014 13:03:55 +0000 (21:03 +0800)]
Ship with libnotify.so.

10 years agoDo not copy system libraries with permission bits.
Cheng Zhao [Tue, 13 May 2014 13:03:32 +0000 (21:03 +0800)]
Do not copy system libraries with permission bits.

10 years agoOnly open url in browser for GET request, fixes #299.
Cheng Zhao [Tue, 13 May 2014 06:45:30 +0000 (14:45 +0800)]
Only open url in browser for GET request, fixes #299.

10 years agoBump v0.12.4.
Cheng Zhao [Mon, 12 May 2014 13:44:33 +0000 (21:44 +0800)]
Bump v0.12.4.

10 years agogtk: Show the menu after it has been added to window, fixes #292.
Cheng Zhao [Mon, 12 May 2014 13:31:46 +0000 (21:31 +0800)]
gtk: Show the menu after it has been added to window, fixes #292.

10 years agoMerge pull request #288 from jhiggins-thrillist/patch-1
Cheng Zhao [Mon, 12 May 2014 04:27:39 +0000 (12:27 +0800)]
Merge pull request #288 from jhiggins-thrillist/patch-1

Fixed typo in BrowserWindow API Documentation

10 years agoFixed typo in BrowserWindow API Documentation
Joseph Higgins [Sat, 10 May 2014 18:18:40 +0000 (14:18 -0400)]
Fixed typo in BrowserWindow API Documentation

10 years agoMerge pull request #285 from GregMefford/patch-3
Cheng Zhao [Sat, 10 May 2014 13:19:29 +0000 (21:19 +0800)]
Merge pull request #285 from GregMefford/patch-3

Doc: grammar/content fixes in the remote module

10 years agoMerge pull request #284 from GregMefford/patch-2
Cheng Zhao [Sat, 10 May 2014 13:17:49 +0000 (21:17 +0800)]
Merge pull request #284 from GregMefford/patch-2

Doc: grammatical fixes in Windows build docs

10 years agoMerge pull request #283 from GregMefford/patch-1
Cheng Zhao [Sat, 10 May 2014 13:17:28 +0000 (21:17 +0800)]
Merge pull request #283 from GregMefford/patch-1

Doc: Grammatical fixes to synopsys.md

10 years agoMerge pull request #286 from yaotti/patch-1
Cheng Zhao [Sat, 10 May 2014 13:17:07 +0000 (21:17 +0800)]
Merge pull request #286 from yaotti/patch-1

Fix a typo

10 years agoFix a typo
Hiroshige Umino yaotti [Sat, 10 May 2014 09:47:54 +0000 (18:47 +0900)]
Fix a typo

10 years agoDoc: grammar/content fixes in the remote module
Greg Mefford [Sat, 10 May 2014 03:51:25 +0000 (23:51 -0400)]
Doc: grammar/content fixes in the remote module

Mostly minor grammatical issues, but also some content that seems to be incorrect based on the surrounding descriptions and example code.

10 years agoDoc: grammatical fixes in Windows build docs
Greg Mefford [Sat, 10 May 2014 02:11:17 +0000 (22:11 -0400)]
Doc: grammatical fixes in Windows build docs

Minor documentation changes to fix typos and clarify some phrasing

10 years agoDoc: Grammatical fixes to synopsys.md
Greg Mefford [Sat, 10 May 2014 01:17:10 +0000 (21:17 -0400)]
Doc: Grammatical fixes to synopsys.md

10 years agolinux: Ship system dynamic libraries, closes #278.
Cheng Zhao [Fri, 9 May 2014 11:29:18 +0000 (19:29 +0800)]
linux: Ship system dynamic libraries, closes #278.

10 years agoMerge pull request #276 from atom/quitting-unresponsive
Cheng Zhao [Fri, 9 May 2014 05:33:39 +0000 (13:33 +0800)]
Merge pull request #276 from atom/quitting-unresponsive

Fix emitting unresponsive event when closing window

10 years agoBring the close timeout back to 5s.
Cheng Zhao [Fri, 9 May 2014 04:10:37 +0000 (12:10 +0800)]
Bring the close timeout back to 5s.

10 years agoDo not send "unresponsive" when window is closed.
Cheng Zhao [Fri, 9 May 2014 04:08:15 +0000 (12:08 +0800)]
Do not send "unresponsive" when window is closed.

10 years agoOnly cancel unresponsive event when window close is cancelled.
Cheng Zhao [Fri, 9 May 2014 03:40:48 +0000 (11:40 +0800)]
Only cancel unresponsive event when window close is cancelled.

10 years agoDo not override pending unresponsive counter.
Cheng Zhao [Fri, 9 May 2014 03:26:13 +0000 (11:26 +0800)]
Do not override pending unresponsive counter.

10 years agoPrint the script running in cibuild.
Cheng Zhao [Fri, 9 May 2014 02:17:02 +0000 (10:17 +0800)]
Print the script running in cibuild.

10 years agoAssume users are using Xcode 5.1.
Cheng Zhao [Fri, 9 May 2014 02:04:13 +0000 (10:04 +0800)]
Assume users are using Xcode 5.1.

10 years agoDo not receive notifications after window is closed, fixes #265.
Cheng Zhao [Fri, 9 May 2014 01:47:11 +0000 (09:47 +0800)]
Do not receive notifications after window is closed, fixes #265.

10 years agoFix closing a crashed window, closes #269.
Cheng Zhao [Fri, 9 May 2014 01:26:46 +0000 (09:26 +0800)]
Fix closing a crashed window, closes #269.

10 years agoMerge pull request #273 from weakish/patch-1
Cheng Zhao [Thu, 8 May 2014 10:01:51 +0000 (18:01 +0800)]
Merge pull request #273 from weakish/patch-1

doc atom-shell-vs-node-webkit: typo

10 years agodoc atom-shell-vs-node-webkit: typo
Jakukyo Friel [Thu, 8 May 2014 07:38:28 +0000 (15:38 +0800)]
doc atom-shell-vs-node-webkit: typo

10 years agoMerge pull request #266 from dougnukem/patch-2
Cheng Zhao [Thu, 8 May 2014 04:22:00 +0000 (12:22 +0800)]
Merge pull request #266 from dougnukem/patch-2

Update "app" to "your-app" to avoid module collision with require('app')

10 years agoMerge pull request #267 from kramerc/patch-1
Cheng Zhao [Thu, 8 May 2014 01:40:39 +0000 (09:40 +0800)]
Merge pull request #267 from kramerc/patch-1

Correct WebContents send example.

10 years agoDo not rely on external server in spec.
Cheng Zhao [Thu, 8 May 2014 01:20:01 +0000 (09:20 +0800)]
Do not rely on external server in spec.

10 years agoCorrect WebContents send example.
Kramer Campbell [Wed, 7 May 2014 23:32:02 +0000 (16:32 -0700)]
Correct WebContents send example.

10 years agoUpdate "app" to "your-app" to avoid module collision with require('app')
Doug Daniels [Wed, 7 May 2014 19:21:13 +0000 (14:21 -0500)]
Update "app" to "your-app" to avoid module collision with require('app')

If you name your app's folder `app/` and if you run the atom-shell from the directory above that, it will result in an error, which I believe is caused by resolving `require('app')` to your `app/` folder.

So just to avoid confusion where someone might create an app with that folder and run the atom-shell from that directory.

I wrote up some details getting atom-shell working using the grunt plugin.

- https://github.com/atom/atom-shell/issues/256#issuecomment-42464026

10 years agoMake timeout longer for some could-be-slow specs.
Cheng Zhao [Wed, 7 May 2014 15:12:24 +0000 (23:12 +0800)]
Make timeout longer for some could-be-slow specs.

10 years agoMerge pull request #263 from Navgeet/bump
Cheng Zhao [Wed, 7 May 2014 14:51:17 +0000 (22:51 +0800)]
Merge pull request #263 from Navgeet/bump

bump apm to 0.50.x

10 years agoMerge pull request #264 from NKMR6194/master
Cheng Zhao [Wed, 7 May 2014 14:50:42 +0000 (22:50 +0800)]
Merge pull request #264 from NKMR6194/master

Fixed typos

10 years agobump apm to 0.50.x
Navgeet Agrawal [Wed, 7 May 2014 11:11:50 +0000 (16:41 +0530)]
bump apm to 0.50.x

10 years agoFixed typos
SAKATA Sinji [Wed, 7 May 2014 11:04:14 +0000 (20:04 +0900)]
Fixed typos

10 years agoBump v0.12.3.
Cheng Zhao [Wed, 7 May 2014 07:33:32 +0000 (15:33 +0800)]
Bump v0.12.3.

10 years agoMerge pull request #261 from pborreli/typos
Cheng Zhao [Wed, 7 May 2014 06:49:40 +0000 (14:49 +0800)]
Merge pull request #261 from pborreli/typos

Fixed typos

10 years agoFixed typos
Pascal Borreli [Wed, 7 May 2014 06:34:53 +0000 (07:34 +0100)]
Fixed typos

10 years agoMerge pull request #258 from commadelimited/doc-fixes
Cheng Zhao [Wed, 7 May 2014 06:04:06 +0000 (14:04 +0800)]
Merge pull request #258 from commadelimited/doc-fixes

Capitilization, grammar, and punctuation changes

10 years agoCapitilization, grammar, and punctuation changes
andy matthews [Wed, 7 May 2014 05:06:35 +0000 (00:06 -0500)]
Capitilization, grammar, and punctuation changes

10 years agoFixes auto updater regression, closes atom/atom#1949.
Cheng Zhao [Wed, 7 May 2014 03:32:06 +0000 (11:32 +0800)]
Fixes auto updater regression, closes atom/atom#1949.

10 years agoMerge pull request #255 from dougnukem/patch-1
Cheng Zhao [Wed, 7 May 2014 02:00:11 +0000 (10:00 +0800)]
Merge pull request #255 from dougnukem/patch-1

minor spelling fix and grammar

10 years ago:lipstick: Fix format.
Cheng Zhao [Wed, 7 May 2014 01:47:58 +0000 (09:47 +0800)]
:lipstick: Fix format.

10 years ago:memo: Say more on sending messages from browser to web page.
Cheng Zhao [Wed, 7 May 2014 01:45:39 +0000 (09:45 +0800)]
:memo: Say more on sending messages from browser to web page.

10 years agominor spelling fix and grammar
Doug Daniels [Wed, 7 May 2014 01:30:58 +0000 (20:30 -0500)]
minor spelling fix and grammar

10 years agoMake sure the job factory is created when initializing protocol module.
Cheng Zhao [Wed, 7 May 2014 01:16:45 +0000 (09:16 +0800)]
Make sure the job factory is created when initializing protocol module.

Fixes atom/atom#1963, the regression came when moving to use native-mate
to reimplment the APIs.

10 years agolinux: Be quiet when uploading crash report.
Cheng Zhao [Wed, 7 May 2014 01:05:00 +0000 (09:05 +0800)]
linux: Be quiet when uploading crash report.

10 years agoMerge pull request #246 from Dorian/patch-1
Cheng Zhao [Wed, 7 May 2014 00:38:04 +0000 (08:38 +0800)]
Merge pull request #246 from Dorian/patch-1

Update quick-start.md: Minor wording changes

10 years agoMerge pull request #252 from CoolOppo/patch-1
Kevin Sawicki [Tue, 6 May 2014 18:35:52 +0000 (11:35 -0700)]
Merge pull request #252 from CoolOppo/patch-1

Update README.md

10 years agoUpdate README.md
CoolOppo [Tue, 6 May 2014 18:34:02 +0000 (14:34 -0400)]
Update README.md

Fixed a small typo

10 years agoMerge pull request #247 from quicksnap/patch-1
Kevin Sawicki [Tue, 6 May 2014 16:53:57 +0000 (09:53 -0700)]
Merge pull request #247 from quicksnap/patch-1

missing adjective =)

10 years agoUpdate atom-shell-vs-node-webkit.md
Dan Schuman [Tue, 6 May 2014 16:52:24 +0000 (09:52 -0700)]
Update atom-shell-vs-node-webkit.md

10 years agomissing adjective =)
Dan Schuman [Tue, 6 May 2014 16:46:29 +0000 (09:46 -0700)]
missing adjective =)

10 years agoQuick-start.md: Emphasis on important concepts of atom-shell
Dorian Marié [Tue, 6 May 2014 16:04:13 +0000 (13:04 -0300)]
Quick-start.md: Emphasis on important concepts of atom-shell

10 years agoUpdate quick-start.md: Minor wording changes
Dorian Marié [Tue, 6 May 2014 15:55:34 +0000 (12:55 -0300)]
Update quick-start.md: Minor wording changes

10 years agoMerge pull request #243 from hughsk/enable-webgl
Cheng Zhao [Tue, 6 May 2014 12:23:45 +0000 (20:23 +0800)]
Merge pull request #243 from hughsk/enable-webgl

Enable WebGL

10 years agoEnable WebGL
Hugh Kennedy [Tue, 6 May 2014 08:43:58 +0000 (10:43 +0200)]
Enable WebGL

Enabling the `experimental_webgl_enabled` preference allows you
to create a WebGL context from within atom-shell.

While not necessarily important for the Atom editor, for others
to use atom-shell in substitution for node-webkit this is a
potentially useful feature, e.g. for packaged HTML5 games.

10 years agoFix subtitle
Cheng Zhao [Tue, 6 May 2014 07:22:29 +0000 (15:22 +0800)]
Fix subtitle

10 years ago:lipstick: Remove redundant empty line.
Cheng Zhao [Tue, 6 May 2014 07:20:47 +0000 (15:20 +0800)]
:lipstick: Remove redundant empty line.

10 years ago:memo: Add technical differences to node-webkit, fixes #242.
Cheng Zhao [Tue, 6 May 2014 07:16:54 +0000 (15:16 +0800)]
:memo: Add technical differences to node-webkit, fixes #242.

10 years agoSquirrel.Mac is open sourced.
Cheng Zhao [Tue, 6 May 2014 03:22:03 +0000 (11:22 +0800)]
Squirrel.Mac is open sourced.

10 years ago:memo: Add missing space
Kevin Sawicki [Tue, 6 May 2014 03:13:19 +0000 (20:13 -0700)]
:memo: Add missing space

10 years agoAdd Travis badge
Kevin Sawicki [Mon, 5 May 2014 21:19:16 +0000 (14:19 -0700)]
Add Travis badge

10 years agoListen on 0 to get random port
Kevin Sawicki [Mon, 5 May 2014 21:06:47 +0000 (14:06 -0700)]
Listen on 0 to get random port

10 years agoAdd initial Travis config
Kevin Sawicki [Mon, 5 May 2014 20:37:28 +0000 (13:37 -0700)]
Add initial Travis config

10 years agoUpdate readme
probablycorey [Mon, 5 May 2014 18:56:35 +0000 (11:56 -0700)]
Update readme

10 years agoUse tabs instead of spaces
Kevin Sawicki [Mon, 5 May 2014 18:52:41 +0000 (11:52 -0700)]
Use tabs instead of spaces

10 years agoMerge pull request #235 from atom/open-source
Corey Johnson [Mon, 5 May 2014 18:19:49 +0000 (11:19 -0700)]
Merge pull request #235 from atom/open-source

Open source atom-shell

10 years agoBump v0.12.2.
Cheng Zhao [Mon, 5 May 2014 09:13:13 +0000 (17:13 +0800)]
Bump v0.12.2.

10 years agoBetter window height for default_app.
Cheng Zhao [Mon, 5 May 2014 09:12:39 +0000 (17:12 +0800)]
Better window height for default_app.

10 years agoMerge pull request #240 from atom/friendly-default-app
Cheng Zhao [Mon, 5 May 2014 09:04:14 +0000 (17:04 +0800)]
Merge pull request #240 from atom/friendly-default-app

Provide a friendly interface for opening an app

10 years agoAlso report when user provided strange files.
Cheng Zhao [Mon, 5 May 2014 08:50:11 +0000 (16:50 +0800)]
Also report when user provided strange files.

10 years agoDisable elastic scrolling.
Cheng Zhao [Mon, 5 May 2014 08:48:58 +0000 (16:48 +0800)]
Disable elastic scrolling.

10 years agoLinkify the docs in default_app.
Cheng Zhao [Mon, 5 May 2014 08:46:25 +0000 (16:46 +0800)]
Linkify the docs in default_app.

10 years agoUse dialog to report invalid app.
Cheng Zhao [Mon, 5 May 2014 08:35:06 +0000 (16:35 +0800)]
Use dialog to report invalid app.

10 years agoEnable dragging to open an app.
Cheng Zhao [Mon, 5 May 2014 08:30:37 +0000 (16:30 +0800)]
Enable dragging to open an app.

10 years agoAdd some styles.
Cheng Zhao [Mon, 5 May 2014 08:02:52 +0000 (16:02 +0800)]
Add some styles.

10 years agoShow a friendly guide when atom-shell is opened without app.
Cheng Zhao [Mon, 5 May 2014 07:45:50 +0000 (15:45 +0800)]
Show a friendly guide when atom-shell is opened without app.

10 years ago:memo: Add Synopsis chapter.
Cheng Zhao [Mon, 5 May 2014 06:49:05 +0000 (14:49 +0800)]
:memo: Add Synopsis chapter.

10 years ago:memo: Simpilify the structure of API references.
Cheng Zhao [Mon, 5 May 2014 06:24:57 +0000 (14:24 +0800)]
:memo: Simpilify the structure of API references.

10 years agowin: Fix dumping symbols.
Cheng Zhao [Tue, 29 Apr 2014 04:33:20 +0000 (12:33 +0800)]
win: Fix dumping symbols.

10 years ago:memo: Add Squirrel's server settings in auto-updater doc.
Cheng Zhao [Mon, 5 May 2014 02:07:15 +0000 (10:07 +0800)]
:memo: Add Squirrel's server settings in auto-updater doc.

10 years ago:memo: Mention 64/32 bit support on each platform.
Cheng Zhao [Mon, 5 May 2014 01:48:44 +0000 (09:48 +0800)]
:memo: Mention 64/32 bit support on each platform.

10 years agoBump v0.12.1.
Cheng Zhao [Mon, 5 May 2014 01:47:46 +0000 (01:47 +0000)]
Bump v0.12.1.

10 years ago:memo: A simpler README.
Cheng Zhao [Sun, 4 May 2014 12:58:59 +0000 (20:58 +0800)]
:memo: A simpler README.

10 years agoSwitch to use MIT license.
Cheng Zhao [Fri, 25 Apr 2014 09:49:37 +0000 (17:49 +0800)]
Switch to use MIT license.

10 years ago:memo: Update source code structure.
Cheng Zhao [Sun, 4 May 2014 12:15:20 +0000 (20:15 +0800)]
:memo: Update source code structure.

10 years agoMerge pull request #239 from atom/tutorials
Cheng Zhao [Sun, 4 May 2014 10:32:56 +0000 (18:32 +0800)]
Merge pull request #239 from atom/tutorials

Improve the tutorials

10 years ago:memo: Separate the application distribution chapter out.
Cheng Zhao [Sun, 4 May 2014 10:32:12 +0000 (18:32 +0800)]
:memo: Separate the application distribution chapter out.

10 years ago:memo: Update the quick start on writing the app.
Cheng Zhao [Wed, 30 Apr 2014 09:28:36 +0000 (17:28 +0800)]
:memo: Update the quick start on writing the app.

10 years ago:memo: Simpler introduction in quick start.
Cheng Zhao [Wed, 30 Apr 2014 08:39:49 +0000 (16:39 +0800)]
:memo: Simpler introduction in quick start.