platform/framework/web/crosswalk-tizen.git
9 years agoimplemetation of AtomCommandline to preserve args
deepak1556 [Tue, 17 Mar 2015 12:55:53 +0000 (18:25 +0530)]
implemetation of AtomCommandline to preserve args

9 years agoMerge pull request #1323 from atom/no-zygote
Cheng Zhao [Sat, 28 Mar 2015 16:32:53 +0000 (00:32 +0800)]
Merge pull request #1323 from atom/no-zygote

Disable zygote process on Linux

9 years agoUpdate libchromiumcontent to disable zygote process
Cheng Zhao [Sat, 28 Mar 2015 16:14:07 +0000 (00:14 +0800)]
Update libchromiumcontent to disable zygote process

9 years agoImprove #1317
Cheng Zhao [Fri, 27 Mar 2015 08:29:14 +0000 (16:29 +0800)]
Improve #1317

9 years agoMerge pull request #1317 from deepak1556/api_window_patch
Cheng Zhao [Fri, 27 Mar 2015 08:26:03 +0000 (16:26 +0800)]
Merge pull request #1317 from deepak1556/api_window_patch

npapi: warn users loading npapi plugins on unsupported platform

9 years agoImprove #1307
Cheng Zhao [Fri, 27 Mar 2015 08:24:33 +0000 (16:24 +0800)]
Improve #1307

9 years agoMerge pull request #1307 from deepak1556/api_windows_patch
Cheng Zhao [Fri, 27 Mar 2015 08:19:45 +0000 (16:19 +0800)]
Merge pull request #1307 from deepak1556/api_windows_patch

providing option to undock devtools from browser-window

9 years agoproviding option to undock devtools from browser-window
deepak1556 [Thu, 26 Mar 2015 09:13:35 +0000 (14:43 +0530)]
providing option to undock devtools from browser-window

9 years agodocs: BrowserWindow.capturePage nows returns NativeImage
Cheng Zhao [Fri, 27 Mar 2015 06:43:29 +0000 (14:43 +0800)]
docs: BrowserWindow.capturePage nows returns NativeImage

9 years agonpapi: warn users loading npapi plugins on unsupported platform
Robo [Thu, 26 Mar 2015 22:44:01 +0000 (04:14 +0530)]
npapi: warn users loading npapi plugins on unsupported platform

9 years agoMerge pull request #1304 from atom/restore-window-state
Cheng Zhao [Thu, 26 Mar 2015 09:05:40 +0000 (17:05 +0800)]
Merge pull request #1304 from atom/restore-window-state

Restore window state when showing window

9 years agoviews: Restore window state when showing window
Cheng Zhao [Thu, 26 Mar 2015 08:39:03 +0000 (16:39 +0800)]
views: Restore window state when showing window

9 years agodocs: Mention the debug symbols, closes #1201
Cheng Zhao [Thu, 26 Mar 2015 07:59:07 +0000 (15:59 +0800)]
docs: Mention the debug symbols, closes #1201

9 years agoMerge pull request #1303 from atom/write-image
Cheng Zhao [Thu, 26 Mar 2015 07:58:08 +0000 (15:58 +0800)]
Merge pull request #1303 from atom/write-image

Add clipboard.writeImage API

9 years agolinux: it is now safe to use clipboard in renderer process
Cheng Zhao [Thu, 26 Mar 2015 07:46:08 +0000 (15:46 +0800)]
linux: it is now safe to use clipboard in renderer process

9 years agospec: clipboard.readImage()
Cheng Zhao [Thu, 26 Mar 2015 07:25:34 +0000 (15:25 +0800)]
spec: clipboard.readImage()

9 years agoAdd clipboard.writeImage API
Cheng Zhao [Thu, 26 Mar 2015 04:54:15 +0000 (12:54 +0800)]
Add clipboard.writeImage API

9 years agodocs: clipboard.readImage/.writeImage
Cheng Zhao [Thu, 26 Mar 2015 04:53:48 +0000 (12:53 +0800)]
docs: clipboard.readImage/.writeImage

9 years agoEnable setting only one side of max/min size, fixes #1301
Cheng Zhao [Thu, 26 Mar 2015 04:23:38 +0000 (12:23 +0800)]
Enable setting only one side of max/min size, fixes #1301

9 years agoUnify how we throw exceptions
Cheng Zhao [Thu, 26 Mar 2015 03:34:41 +0000 (11:34 +0800)]
Unify how we throw exceptions

9 years agoMerge pull request #1297 from deepak1556/api_tray_patch
Cheng Zhao [Thu, 26 Mar 2015 03:28:54 +0000 (11:28 +0800)]
Merge pull request #1297 from deepak1556/api_tray_patch

throw when trying to create tray before app is ready

9 years agoImproves #1295
Cheng Zhao [Thu, 26 Mar 2015 03:27:06 +0000 (11:27 +0800)]
Improves #1295

9 years agoMerge pull request #1295 from deepak1556/app_patch
Cheng Zhao [Thu, 26 Mar 2015 03:20:08 +0000 (11:20 +0800)]
Merge pull request #1295 from deepak1556/app_patch

allow setting loglevel

9 years agoallow setting loglevel
deepak1556 [Wed, 25 Mar 2015 12:21:56 +0000 (17:51 +0530)]
allow setting loglevel

9 years agothrow when trying to create tray before app is ready
deepak1556 [Wed, 25 Mar 2015 14:40:01 +0000 (20:10 +0530)]
throw when trying to create tray before app is ready

9 years agoPrint localizedFailureReason for autoUpdater errors
Cheng Zhao [Wed, 25 Mar 2015 13:19:18 +0000 (21:19 +0800)]
Print localizedFailureReason for autoUpdater errors

This is to help solve #1292.

9 years agoMerge pull request #1290 from deepak1556/protocol_patch
Cheng Zhao [Wed, 25 Mar 2015 13:02:49 +0000 (21:02 +0800)]
Merge pull request #1290 from deepak1556/protocol_patch

[doc]: fix when to use protocol module

9 years agoMerge pull request #1294 from atom/catch-sign
Cheng Zhao [Wed, 25 Mar 2015 12:14:07 +0000 (20:14 +0800)]
Merge pull request #1294 from atom/catch-sign

Catches and reports exception thrown from Squirrel

9 years agoCatch the exception thrown from Squirrel
Cheng Zhao [Wed, 25 Mar 2015 11:59:36 +0000 (19:59 +0800)]
Catch the exception thrown from Squirrel

9 years agoUse Release build of Squirrel
Cheng Zhao [Wed, 25 Mar 2015 11:54:59 +0000 (19:54 +0800)]
Use Release build of Squirrel

9 years agodocs: "options" is a required parameter in dialog.showMessageBox
Cheng Zhao [Wed, 25 Mar 2015 11:20:32 +0000 (19:20 +0800)]
docs: "options" is a required parameter in dialog.showMessageBox

9 years agomac: Don't rely on autorelease to delete window delegate
Cheng Zhao [Wed, 25 Mar 2015 10:51:29 +0000 (18:51 +0800)]
mac: Don't rely on autorelease to delete window delegate

When quiting while closing window, it will leave the window delegate out
of the autorelease pool and crash.

Fixes #881.

9 years ago[doc]: fix when to use protocol module
deepak1556 [Tue, 24 Mar 2015 11:56:12 +0000 (17:26 +0530)]
[doc]: fix when to use protocol module

9 years ago:art: Add "-ize" suffix
Nathan Sobo [Tue, 24 Mar 2015 23:18:51 +0000 (17:18 -0600)]
:art: Add "-ize" suffix

9 years agoMerge pull request #1288 from deepak1556/native_window_mac_patch
Cheng Zhao [Tue, 24 Mar 2015 10:57:17 +0000 (18:57 +0800)]
Merge pull request #1288 from deepak1556/native_window_mac_patch

added acceptsFirstMouse for controlRegionView

9 years agoadded acceptsFirstMouse for controlRegionView
deepak1556 [Tue, 24 Mar 2015 09:20:29 +0000 (14:50 +0530)]
added acceptsFirstMouse for controlRegionView

9 years agoClean up WebView's ipc listeners when detached, fix #1185
Cheng Zhao [Mon, 23 Mar 2015 15:07:53 +0000 (23:07 +0800)]
Clean up WebView's ipc listeners when detached, fix #1185

9 years agoUpdate brightray
Cheng Zhao [Mon, 23 Mar 2015 08:30:01 +0000 (08:30 +0000)]
Update brightray

9 years agoBump v0.22.2
Cheng Zhao [Mon, 23 Mar 2015 08:31:23 +0000 (16:31 +0800)]
Bump v0.22.2

9 years agoMerge pull request #1284 from atom/subpixel-font
Cheng Zhao [Mon, 23 Mar 2015 08:30:58 +0000 (16:30 +0800)]
Merge pull request #1284 from atom/subpixel-font

Bring back the "subpixel-font-scaling" option

9 years agoUpdate libchromiumcontent
Cheng Zhao [Mon, 23 Mar 2015 08:00:03 +0000 (16:00 +0800)]
Update libchromiumcontent

9 years agoRevert "The "subpixel-font-scaling" option is removed"
Cheng Zhao [Mon, 23 Mar 2015 04:31:52 +0000 (12:31 +0800)]
Revert "The "subpixel-font-scaling" option is removed"

This reverts commit 98fbe5127b44a2cdbe0514f9205891c26ae588b8.

9 years agoUpdate native_mate for #1112
Cheng Zhao [Mon, 23 Mar 2015 08:24:38 +0000 (16:24 +0800)]
Update native_mate for #1112

9 years agodocs: The right way of "set", according to #1126
Cheng Zhao [Mon, 23 Mar 2015 02:35:35 +0000 (10:35 +0800)]
docs: The right way of "set", according to #1126

9 years agodocs: Fix setting GYP_DEFINES on Windows, closes #1126
Cheng Zhao [Mon, 23 Mar 2015 02:19:49 +0000 (10:19 +0800)]
docs: Fix setting GYP_DEFINES on Windows, closes #1126

9 years agoCleanup #1275
Cheng Zhao [Mon, 23 Mar 2015 01:51:50 +0000 (09:51 +0800)]
Cleanup #1275

9 years agoMerge pull request #1275 from lygstate/master
Cheng Zhao [Mon, 23 Mar 2015 01:49:10 +0000 (09:49 +0800)]
Merge pull request #1275 from lygstate/master

Add runas as devDependencies, or the python script will install it again...

9 years agoSimplify #1261
Cheng Zhao [Sat, 21 Mar 2015 11:20:52 +0000 (19:20 +0800)]
Simplify #1261

9 years agoMerge pull request #1261 from deepak1556/asar_lib_patch
Cheng Zhao [Sat, 21 Mar 2015 11:17:49 +0000 (19:17 +0800)]
Merge pull request #1261 from deepak1556/asar_lib_patch

 fs.read empty files from asar archive

9 years agoMerge pull request #1267 from atom/asar-unpacked
Cheng Zhao [Sat, 21 Mar 2015 11:11:54 +0000 (19:11 +0800)]
Merge pull request #1267 from atom/asar-unpacked

Add support for asar archives with unpacked files

9 years agodocs: How to use asar archive with unpacked files
Cheng Zhao [Sat, 21 Mar 2015 11:11:15 +0000 (19:11 +0800)]
docs: How to use asar archive with unpacked files

9 years agoAdd runas as devDependencies, or the python script will install it again and again.
Yonggang Luo [Sat, 21 Mar 2015 07:22:45 +0000 (15:22 +0800)]
Add runas as devDependencies, or the python script will install it again and again.
The options of register_msdia80_dll.js should be admin.
Fix the problem of runas not works cause it will escape command parameters by default.

9 years agoAllow reading empty file from asar archive
deepak1556 [Wed, 18 Mar 2015 16:46:37 +0000 (22:16 +0530)]
Allow reading empty file from asar archive

9 years agoRemove unneeded log
Cheng Zhao [Fri, 20 Mar 2015 13:32:10 +0000 (21:32 +0800)]
Remove unneeded log

9 years agoRecognize asar archive with unpacked files
Cheng Zhao [Fri, 20 Mar 2015 12:34:58 +0000 (20:34 +0800)]
Recognize asar archive with unpacked files

9 years agospec: Test asar archive with unpacked files
Cheng Zhao [Fri, 20 Mar 2015 11:12:59 +0000 (19:12 +0800)]
spec: Test asar archive with unpacked files

9 years agoNo need to override child_process.fork
Cheng Zhao [Fri, 20 Mar 2015 11:04:11 +0000 (19:04 +0800)]
No need to override child_process.fork

We already support asar in Node mode.

9 years agoMerge pull request #1208 from deepak1556/protocol
Cheng Zhao [Fri, 20 Mar 2015 02:34:31 +0000 (10:34 +0800)]
Merge pull request #1208 from deepak1556/protocol

adding protocol.RequestBufferJob api

9 years agoAvoid extra copy of data in capturePage
Cheng Zhao [Fri, 20 Mar 2015 02:26:22 +0000 (10:26 +0800)]
Avoid extra copy of data in capturePage

9 years agoadd protocol.RequestBuffer api
deepak1556 [Mon, 16 Mar 2015 12:53:45 +0000 (18:23 +0530)]
add protocol.RequestBuffer api

9 years agodocs: Add a "s"
Cheng Zhao [Thu, 19 Mar 2015 03:25:53 +0000 (11:25 +0800)]
docs: Add a "s"

9 years agoBump v0.22.1
Cheng Zhao [Wed, 18 Mar 2015 14:36:44 +0000 (22:36 +0800)]
Bump v0.22.1

9 years agoShip snapshot file, fixes #1260
Cheng Zhao [Wed, 18 Mar 2015 14:36:01 +0000 (22:36 +0800)]
Ship snapshot file, fixes #1260

9 years agolibudev.so is now dynamically loaded from Chrome 41
Cheng Zhao [Wed, 18 Mar 2015 13:07:03 +0000 (13:07 +0000)]
libudev.so is now dynamically loaded from Chrome 41

9 years agoBump v0.22.0
Cheng Zhao [Wed, 18 Mar 2015 12:57:21 +0000 (20:57 +0800)]
Bump v0.22.0

9 years agoMerge pull request #1254 from austinmoore-/master
Cheng Zhao [Wed, 18 Mar 2015 12:36:29 +0000 (20:36 +0800)]
Merge pull request #1254 from austinmoore-/master

Add check for root in script/bootstrap.py

9 years agoMerge pull request #1240 from suyash/rename-node-webkit-to-nwjs
Cheng Zhao [Wed, 18 Mar 2015 10:01:37 +0000 (18:01 +0800)]
Merge pull request #1240 from suyash/rename-node-webkit-to-nwjs

rename node-webkit to NW.js in development docs

9 years agoMerge pull request #1243 from atom/chrome41
Cheng Zhao [Wed, 18 Mar 2015 10:01:14 +0000 (18:01 +0800)]
Merge pull request #1243 from atom/chrome41

Upgrade to Chrome 41

9 years agowin: Fix tests and compilation errors
Cheng Zhao [Wed, 18 Mar 2015 04:55:44 +0000 (12:55 +0800)]
win: Fix tests and compilation errors

9 years agoUpgrade libchromiumcontent
Cheng Zhao [Wed, 18 Mar 2015 01:56:47 +0000 (09:56 +0800)]
Upgrade libchromiumcontent

9 years agolinux: Upgrade libchromiumcontent to fix linking
Cheng Zhao [Mon, 16 Mar 2015 06:46:20 +0000 (14:46 +0800)]
linux: Upgrade libchromiumcontent to fix linking

9 years agolinux: Fix compilation error
Cheng Zhao [Sat, 14 Mar 2015 18:54:02 +0000 (18:54 +0000)]
linux: Fix compilation error

9 years agojs_stream is a new module of io.js
Cheng Zhao [Sat, 14 Mar 2015 18:31:09 +0000 (11:31 -0700)]
js_stream is a new module of io.js

9 years ago:arrow_up: apm@0.144.0
Cheng Zhao [Sat, 14 Mar 2015 00:52:13 +0000 (17:52 -0700)]
:arrow_up: apm@0.144.0

9 years agoUpgrade brightray to fix invalid commit to libchromiumcontent
Cheng Zhao [Fri, 13 Mar 2015 23:34:02 +0000 (16:34 -0700)]
Upgrade brightray to fix invalid commit to libchromiumcontent

9 years agoFix webview for the new API
Cheng Zhao [Fri, 13 Mar 2015 23:33:06 +0000 (16:33 -0700)]
Fix webview for the new API

9 years agoInitialize AtExitManager before calling MainApplicationBundlePath
Cheng Zhao [Fri, 13 Mar 2015 01:26:10 +0000 (18:26 -0700)]
Initialize AtExitManager before calling MainApplicationBundlePath

Some singleton calsses require the existence of AtExitManager.

9 years agoDefine our own Node entry
Cheng Zhao [Fri, 13 Mar 2015 00:03:16 +0000 (17:03 -0700)]
Define our own Node entry

Chromium's V8 is using external startup snapshot file while Node does
not, so we have to use Chromium's gin for V8 initialization.

9 years agoFix devtools override for its new architecture
Cheng Zhao [Wed, 11 Mar 2015 22:55:40 +0000 (15:55 -0700)]
Fix devtools override for its new architecture

9 years agoUse DevToolsAPI instead of InspectorFrontendAPI
Cheng Zhao [Wed, 11 Mar 2015 21:53:32 +0000 (14:53 -0700)]
Use DevToolsAPI instead of InspectorFrontendAPI

9 years agoRemove the "X-Frame-Options" from response headers for devtools
Cheng Zhao [Wed, 11 Mar 2015 21:38:29 +0000 (14:38 -0700)]
Remove the "X-Frame-Options" from response headers for devtools

9 years agoUpgrade to io.js v1.5.2
Cheng Zhao [Wed, 11 Mar 2015 20:44:49 +0000 (13:44 -0700)]
Upgrade to io.js v1.5.2

9 years agoShip with snapshot files
Cheng Zhao [Wed, 11 Mar 2015 00:25:58 +0000 (17:25 -0700)]
Ship with snapshot files

9 years agoFix other compilation errors
Cheng Zhao [Wed, 11 Mar 2015 00:00:55 +0000 (17:00 -0700)]
Fix other compilation errors

9 years agoThe "subpixel-font-scaling" option is removed
Cheng Zhao [Wed, 11 Mar 2015 00:00:16 +0000 (17:00 -0700)]
The "subpixel-font-scaling" option is removed

9 years agoFix API changes of CopyFromBackingStore
Cheng Zhao [Tue, 10 Mar 2015 23:39:20 +0000 (16:39 -0700)]
Fix API changes of CopyFromBackingStore

9 years agoUpgrade native_mate for unsigned long conversion
Cheng Zhao [Tue, 10 Mar 2015 23:09:20 +0000 (16:09 -0700)]
Upgrade native_mate for unsigned long conversion

9 years agoFix API changes of tracing API
Cheng Zhao [Tue, 10 Mar 2015 23:02:22 +0000 (16:02 -0700)]
Fix API changes of tracing API

9 years agoFix API changes of ContentBrowserClient
Cheng Zhao [Tue, 10 Mar 2015 22:56:40 +0000 (15:56 -0700)]
Fix API changes of ContentBrowserClient

9 years agoFix API changes of WebContentsDelegate
Cheng Zhao [Tue, 10 Mar 2015 22:54:21 +0000 (15:54 -0700)]
Fix API changes of WebContentsDelegate

9 years agoFix ui/gfx/geometry headers
Cheng Zhao [Tue, 10 Mar 2015 22:35:53 +0000 (15:35 -0700)]
Fix ui/gfx/geometry headers

9 years agoCommandLine moved to base::CommandLine
Cheng Zhao [Tue, 10 Mar 2015 22:27:27 +0000 (15:27 -0700)]
CommandLine moved to base::CommandLine

9 years agoUpgrade to Chrome 41
Cheng Zhao [Thu, 5 Mar 2015 02:16:00 +0000 (18:16 -0800)]
Upgrade to Chrome 41

9 years agoUpdate brightray repo url to be under atom org
Kevin Sawicki [Tue, 17 Mar 2015 18:22:39 +0000 (11:22 -0700)]
Update brightray repo url to be under atom org

9 years agoFix accidental update of submodules, closes #1255
Cheng Zhao [Tue, 17 Mar 2015 13:26:10 +0000 (21:26 +0800)]
Fix accidental update of submodules, closes #1255

9 years agodocs: "Quick start" should also be a "tutorial"
Cheng Zhao [Tue, 17 Mar 2015 10:41:54 +0000 (18:41 +0800)]
docs: "Quick start" should also be a "tutorial"

Guides should include information that not available in the API
references, and tutorials should be step-by-step walkthrough or
introductory text on certain APIs.

9 years agodocs: Separate guides and tutorials
Cheng Zhao [Tue, 17 Mar 2015 10:37:18 +0000 (18:37 +0800)]
docs: Separate guides and tutorials

9 years agoAdd argument that allows for non-interactive use
Austin Moore [Tue, 17 Mar 2015 07:19:49 +0000 (01:19 -0600)]
Add argument that allows for non-interactive use

The newly added 'check_root()' method introduced an interactive prompt
that would ask the user if they wanted to continue. The new argument '-y'
will now skip the prompt, so that if a user needs to run this script
un-interactively, they can do so easily.

9 years agoAdd check for root in script/bootstrap.py
Austin Moore [Tue, 17 Mar 2015 07:01:33 +0000 (01:01 -0600)]
Add check for root in script/bootstrap.py

9 years ago:memo: avoid breaking everyone's stuff
Suyash [Mon, 16 Mar 2015 11:20:23 +0000 (16:50 +0530)]
:memo: avoid breaking everyone's stuff