platform/framework/web/crosswalk-tizen.git
8 years agoMerge pull request #2818 from IonicaBizauKitchen/require
Cheng Zhao [Fri, 18 Sep 2015 02:25:10 +0000 (10:25 +0800)]
Merge pull request #2818 from IonicaBizauKitchen/require

Fixed the mapNumbers require call

8 years agoBump v0.33.0
Cheng Zhao [Thu, 17 Sep 2015 10:31:12 +0000 (18:31 +0800)]
Bump v0.33.0

8 years agoMerge pull request #2817 from atom/fix-set-immediate
Cheng Zhao [Thu, 17 Sep 2015 10:27:53 +0000 (18:27 +0800)]
Merge pull request #2817 from atom/fix-set-immediate

Update to node v4.1.0

8 years agoFixed the mapNumbers require call
Ionică Bizău [Thu, 17 Sep 2015 09:24:12 +0000 (12:24 +0300)]
Fixed the mapNumbers require call

Since mapNumber.js is a file, we should prefix it with "./", otherwise an error is thrown.

8 years agoChange version to v0.32.4
Cheng Zhao [Thu, 17 Sep 2015 08:11:14 +0000 (16:11 +0800)]
Change version to v0.32.4

This makes sure the native modules are built against the headers of
v0.32.4, since Node.js v4.1.0 has bumped the module version.

8 years agoUpdate to node v4.1.0
Cheng Zhao [Thu, 17 Sep 2015 08:06:35 +0000 (16:06 +0800)]
Update to node v4.1.0

8 years agospec: vm.createContext should not crash
Cheng Zhao [Thu, 17 Sep 2015 08:06:19 +0000 (16:06 +0800)]
spec: vm.createContext should not crash

8 years agospec: setImmediate should work in forked scripts
Cheng Zhao [Thu, 17 Sep 2015 07:12:15 +0000 (15:12 +0800)]
spec: setImmediate should work in forked scripts

8 years agoUpdate brightray for #2808
Cheng Zhao [Thu, 17 Sep 2015 07:01:33 +0000 (15:01 +0800)]
Update brightray for #2808

8 years agoMerge pull request #2815 from atom/release-resources
Cheng Zhao [Thu, 17 Sep 2015 06:56:21 +0000 (14:56 +0800)]
Merge pull request #2815 from atom/release-resources

Release the resources of native window immediately when it is closed

8 years agoNo need to delete window in Destory
Cheng Zhao [Thu, 17 Sep 2015 03:32:19 +0000 (11:32 +0800)]
No need to delete window in Destory

The native window is now automatically deleted after it gets closed.

8 years agoRelease the native window after window gets closed
Cheng Zhao [Thu, 17 Sep 2015 03:30:17 +0000 (11:30 +0800)]
Release the native window after window gets closed

Previously we delete the window after the JS object gets garbage
collected, which is too late for releasing some resources.

8 years agoUpdate brightray to unsubscribe from NSNotificationCenter
Cheng Zhao [Thu, 17 Sep 2015 03:25:27 +0000 (11:25 +0800)]
Update brightray to unsubscribe from NSNotificationCenter

8 years agoMerge pull request #2800 from seanchas116/app-getlocale
Cheng Zhao [Wed, 16 Sep 2015 15:25:25 +0000 (23:25 +0800)]
Merge pull request #2800 from seanchas116/app-getlocale

App app.getLocale() API to get application locale

8 years agoMerge pull request #2798 from jonatasfreitasv/master
Cheng Zhao [Wed, 16 Sep 2015 15:18:28 +0000 (23:18 +0800)]
Merge pull request #2798 from jonatasfreitasv/master

Three api docs translated to pt-BR

8 years agoUpdate brightray for #2790
Cheng Zhao [Wed, 16 Sep 2015 11:59:03 +0000 (19:59 +0800)]
Update brightray for #2790

8 years agoMerge pull request #2789 from deepak1556/protocol_response_headers_patch
Cheng Zhao [Wed, 16 Sep 2015 11:50:33 +0000 (19:50 +0800)]
Merge pull request #2789 from deepak1556/protocol_response_headers_patch

protocol: respect provided mimetype in generated response headers

8 years agoAdd docs for app.getLocale()
Ryohei Ikegami [Wed, 16 Sep 2015 08:17:49 +0000 (17:17 +0900)]
Add docs for app.getLocale()

8 years agoAdd app.getLocale()
Ryohei Ikegami [Wed, 16 Sep 2015 08:16:21 +0000 (17:16 +0900)]
Add app.getLocale()

8 years agopt-BR README.md updated.
Jonatas Freitas [Wed, 16 Sep 2015 03:39:14 +0000 (00:39 -0300)]
pt-BR README.md updated.

8 years agoapi/shell translated to pt-BR
Jonatas Freitas [Wed, 16 Sep 2015 03:36:43 +0000 (00:36 -0300)]
api/shell translated to pt-BR

8 years agoapi/process.md translated to pt-BR
Jonatas Freitas [Wed, 16 Sep 2015 03:10:35 +0000 (00:10 -0300)]
api/process.md translated to pt-BR

8 years agoprotocol: respect provided mimetype in generated response headers
Robo [Tue, 15 Sep 2015 14:24:16 +0000 (19:54 +0530)]
protocol: respect provided mimetype in generated response headers

8 years agoscript: Call Electron binary from Debug build
Cheng Zhao [Wed, 16 Sep 2015 01:21:09 +0000 (09:21 +0800)]
script: Call Electron binary from Debug build

We usually don't build Release version on the development machine.

8 years agodocs: Make description of fullscreen more precise
Cheng Zhao [Wed, 16 Sep 2015 01:20:16 +0000 (09:20 +0800)]
docs: Make description of fullscreen more precise

Closes #2793.

8 years agoMerge pull request #2796 from atom/fix-wrong-check-activate-event
Cheng Zhao [Wed, 16 Sep 2015 01:04:33 +0000 (09:04 +0800)]
Merge pull request #2796 from atom/fix-wrong-check-activate-event

Fix a wrong check in emitting 'activate-with-no-open-windows' event.

8 years agoFix a wrong check in emitting 'activate-with-no-open-windows' event.
Haojian Wu [Wed, 16 Sep 2015 00:36:01 +0000 (08:36 +0800)]
Fix a wrong check in emitting 'activate-with-no-open-windows' event.

8 years agoMerge pull request #2784 from neutrous/patch-1
Cheng Zhao [Tue, 15 Sep 2015 13:28:59 +0000 (21:28 +0800)]
Merge pull request #2784 from neutrous/patch-1

Update quick-start.md for zh-CN

8 years agoBump v0.32.3
Cheng Zhao [Tue, 15 Sep 2015 07:30:22 +0000 (15:30 +0800)]
Bump v0.32.3

8 years agoUpdate node, fixes #2786
Cheng Zhao [Tue, 15 Sep 2015 07:19:43 +0000 (15:19 +0800)]
Update node, fixes #2786

8 years agoMerge pull request #2787 from atom/test
Cheng Zhao [Tue, 15 Sep 2015 07:02:08 +0000 (15:02 +0800)]
Merge pull request #2787 from atom/test

Fix a few failing specs on the CI machine with OS X 10.10 SDK

8 years agoThe crash-reporter test is not reliable on CI machine
Cheng Zhao [Tue, 15 Sep 2015 06:43:11 +0000 (14:43 +0800)]
The crash-reporter test is not reliable on CI machine

9 years agospec: Delay timeout of window.opener test
Cheng Zhao [Tue, 15 Sep 2015 06:26:46 +0000 (14:26 +0800)]
spec: Delay timeout of window.opener test

9 years agospec: Check existence of webview before removing it
Cheng Zhao [Tue, 15 Sep 2015 05:45:26 +0000 (13:45 +0800)]
spec: Check existence of webview before removing it

9 years agospec: Run tests on OS X CI machine
Cheng Zhao [Tue, 15 Sep 2015 05:29:03 +0000 (13:29 +0800)]
spec: Run tests on OS X CI machine

9 years agoMake crash-reporter spec more reliable
Cheng Zhao [Tue, 15 Sep 2015 05:18:01 +0000 (13:18 +0800)]
Make crash-reporter spec more reliable

9 years agoMerge pull request #2785 from atom/fix-devtools-extension
Cheng Zhao [Tue, 15 Sep 2015 04:56:36 +0000 (12:56 +0800)]
Merge pull request #2785 from atom/fix-devtools-extension

Add BrowserWindow.isDevToolsFocused and fix "devtools-focused" not working

9 years agoUpdate brightray to use 10.10 SDK
Cheng Zhao [Tue, 15 Sep 2015 04:08:17 +0000 (12:08 +0800)]
Update brightray to use 10.10 SDK

9 years agodocs: BrowserWindow.isDevToolsFocused
Cheng Zhao [Tue, 15 Sep 2015 03:43:04 +0000 (11:43 +0800)]
docs: BrowserWindow.isDevToolsFocused

9 years agoAdd BrowserWindow.isDevToolsFocused
Cheng Zhao [Tue, 15 Sep 2015 03:27:32 +0000 (11:27 +0800)]
Add BrowserWindow.isDevToolsFocused

9 years agoUpdate brightray for DevToolsFocused fix
Cheng Zhao [Tue, 15 Sep 2015 03:26:55 +0000 (11:26 +0800)]
Update brightray for DevToolsFocused fix

9 years agoMerge pull request #2777 from atom/dock-clicked
Cheng Zhao [Tue, 15 Sep 2015 03:17:41 +0000 (11:17 +0800)]
Merge pull request #2777 from atom/dock-clicked

Implement 'activate' event for app.

9 years agoUpdate quick-start.md for zh-CN
Wujg [Tue, 15 Sep 2015 03:15:11 +0000 (11:15 +0800)]
Update quick-start.md for zh-CN

Fixed some typo.

9 years agoMore fixes after code review.
Haojian Wu [Tue, 15 Sep 2015 02:05:53 +0000 (19:05 -0700)]
More fixes after code review.

9 years agoMerge pull request #2783 from atom/fix-devtools-extension
Cheng Zhao [Tue, 15 Sep 2015 02:38:02 +0000 (10:38 +0800)]
Merge pull request #2783 from atom/fix-devtools-extension

Fix `BrowserWindow.addDevToolsExtension` not working

9 years agoMerge pull request #2782 from preco21/master
Cheng Zhao [Tue, 15 Sep 2015 01:46:13 +0000 (09:46 +0800)]
Merge pull request #2782 from preco21/master

Update as upstream

9 years agoDeprecate 'activate-with-no-open-windows' event.
Haojian Wu [Tue, 15 Sep 2015 01:36:05 +0000 (18:36 -0700)]
Deprecate 'activate-with-no-open-windows' event.

9 years agoImplement 'activiate' event instead of 'activate-with-open-windows'.
Haojian Wu [Tue, 15 Sep 2015 01:34:27 +0000 (18:34 -0700)]
Implement 'activiate' event instead of 'activate-with-open-windows'.

9 years agoDo not use did-finish-load to detect whether WebContents is ready
Cheng Zhao [Tue, 15 Sep 2015 01:21:15 +0000 (09:21 +0800)]
Do not use did-finish-load to detect whether WebContents is ready

The WebContents JS object can be created way later after the C++ object
gets created.

9 years agoMake getUrl work for devToolsWebContents
Cheng Zhao [Tue, 15 Sep 2015 01:20:56 +0000 (09:20 +0800)]
Make getUrl work for devToolsWebContents

9 years agodevtools-opened should be emitted after devtools is opened
Cheng Zhao [Tue, 15 Sep 2015 01:18:22 +0000 (09:18 +0800)]
devtools-opened should be emitted after devtools is opened

9 years agoExpose native implementation of WebContent::GetURL
Cheng Zhao [Tue, 15 Sep 2015 01:17:45 +0000 (09:17 +0800)]
Expose native implementation of WebContent::GetURL

9 years agoUpdate as upstream
Plusb Preco [Tue, 15 Sep 2015 00:50:28 +0000 (09:50 +0900)]
Update as upstream

9 years agoMerge remote-tracking branch 'atom/master'
Plusb Preco [Tue, 15 Sep 2015 00:50:11 +0000 (09:50 +0900)]
Merge remote-tracking branch 'atom/master'

9 years agoMerge pull request #2776 from jaanus/osx-window-titlebar
Cheng Zhao [Mon, 14 Sep 2015 15:07:06 +0000 (23:07 +0800)]
Merge pull request #2776 from jaanus/osx-window-titlebar

Implements #2734 “New API to configure BrowserWindow title bar on Mac”

9 years agoExpose experiment APIs
Cheng Zhao [Mon, 14 Sep 2015 14:47:20 +0000 (22:47 +0800)]
Expose experiment APIs

9 years agoCorrectly set user agent for devtools
Cheng Zhao [Mon, 14 Sep 2015 14:49:22 +0000 (22:49 +0800)]
Correctly set user agent for devtools

9 years agoImplements #2734 “New API to configure BrowserWindow title bar on Mac”
jaanus [Mon, 14 Sep 2015 12:15:41 +0000 (14:15 +0200)]
Implements #2734 “New API to configure BrowserWindow title bar on Mac”

New API supported on Yosemite 10.10 and newer.

9 years agospec: Increate timeout for webview tests
Cheng Zhao [Mon, 14 Sep 2015 13:13:24 +0000 (21:13 +0800)]
spec: Increate timeout for webview tests

9 years agoMention 'activate-with-no-open-windows' on OS X only.
Haojian Wu [Mon, 14 Sep 2015 12:34:45 +0000 (20:34 +0800)]
Mention 'activate-with-no-open-windows' on OS X only.

9 years ago[OS X] Implement 'activate-with-open-windows' event for app.
Haojian Wu [Mon, 14 Sep 2015 11:28:13 +0000 (19:28 +0800)]
[OS X] Implement 'activate-with-open-windows' event for app.

9 years agoUpdate brightray for atom/brightray#140
Cheng Zhao [Mon, 14 Sep 2015 11:24:54 +0000 (19:24 +0800)]
Update brightray for atom/brightray#140

9 years agoMerge pull request #2774 from atom/browser-window-created
Cheng Zhao [Mon, 14 Sep 2015 09:44:50 +0000 (17:44 +0800)]
Merge pull request #2774 from atom/browser-window-created

Add browser-window-created event for app module

9 years agospec: browser-window-created event
Cheng Zhao [Mon, 14 Sep 2015 09:02:45 +0000 (17:02 +0800)]
spec: browser-window-created event

9 years agodocs: browser-window-created event
Cheng Zhao [Mon, 14 Sep 2015 09:02:36 +0000 (17:02 +0800)]
docs: browser-window-created event

9 years agoEmit browser-window-created when window is created
Cheng Zhao [Mon, 14 Sep 2015 09:02:24 +0000 (17:02 +0800)]
Emit browser-window-created when window is created

9 years agoMerge pull request #2773 from atom/require-global
Cheng Zhao [Mon, 14 Sep 2015 08:45:27 +0000 (16:45 +0800)]
Merge pull request #2773 from atom/require-global

Make sure global symbols of Node.js is always available in preload script

9 years agoMake global.setImmediate work in browser process
Cheng Zhao [Mon, 14 Sep 2015 08:34:58 +0000 (16:34 +0800)]
Make global.setImmediate work in browser process

9 years agoSet global.setImmediate
Cheng Zhao [Mon, 14 Sep 2015 08:25:43 +0000 (16:25 +0800)]
Set global.setImmediate

9 years agospec: node symbols should always be available in preload script
Cheng Zhao [Mon, 14 Sep 2015 08:05:58 +0000 (16:05 +0800)]
spec: node symbols should always be available in preload script

9 years agoNo more need to override setImmediate
Cheng Zhao [Mon, 14 Sep 2015 07:47:39 +0000 (15:47 +0800)]
No more need to override setImmediate

It is now done in Node.js.

9 years agoUpdate node to pass all globals through "require"
Cheng Zhao [Mon, 14 Sep 2015 07:46:46 +0000 (15:46 +0800)]
Update node to pass all globals through "require"

9 years agoUpdate as upstream
Plusb Preco [Sun, 13 Sep 2015 23:07:24 +0000 (08:07 +0900)]
Update as upstream

9 years agoDocumentation api/accelerator translated to pt-BR
Jonatas Freitas [Fri, 11 Sep 2015 16:28:34 +0000 (13:28 -0300)]
Documentation api/accelerator translated to pt-BR

9 years agoMerge pull request #2762 from GoooIce/master
Cheng Zhao [Fri, 11 Sep 2015 13:09:07 +0000 (21:09 +0800)]
Merge pull request #2762 from GoooIce/master

Add docs-translations\api\ global-shortcut.md and accelerator.md for zh-CN

9 years agoMerge pull request #2764 from tomashanacek/master
Cheng Zhao [Fri, 11 Sep 2015 13:06:26 +0000 (21:06 +0800)]
Merge pull request #2764 from tomashanacek/master

docs: Fix role hideothers, unhide typo

9 years agodocs: Fix role hideothers, unhide typo
Tomáš Hanáček [Fri, 11 Sep 2015 12:26:48 +0000 (14:26 +0200)]
docs: Fix role hideothers, unhide typo

9 years agoMerge pull request #3 from atom/master
王雪 [Fri, 11 Sep 2015 10:38:10 +0000 (18:38 +0800)]
Merge pull request #3 from atom/master

更新一下啊

9 years agoAdd api\accelerator.md
GoooIce [Fri, 11 Sep 2015 09:27:20 +0000 (17:27 +0800)]
Add api\accelerator.md

Add api\accelerator.md

9 years agoMerge pull request #2760 from preco21/master
Cheng Zhao [Fri, 11 Sep 2015 09:06:48 +0000 (17:06 +0800)]
Merge pull request #2760 from preco21/master

Update as upstream, add new translated docs, fix typos,

9 years agoAdd session.md as translated, mark untranslated files in README.md
Plusb Preco [Fri, 11 Sep 2015 04:30:37 +0000 (13:30 +0900)]
Add session.md as translated, mark untranslated files in README.md

9 years agoUpdate as upstream, fix typos
Plusb Preco [Fri, 11 Sep 2015 02:56:36 +0000 (11:56 +0900)]
Update as upstream, fix typos

9 years agoMerge remote-tracking branch 'atom/master'
Plusb Preco [Fri, 11 Sep 2015 02:56:11 +0000 (11:56 +0900)]
Merge remote-tracking branch 'atom/master'

9 years agoMerge pull request #2757 from atom/jl-web-contents-links
Jessica Lord [Thu, 10 Sep 2015 21:48:33 +0000 (14:48 -0700)]
Merge pull request #2757 from atom/jl-web-contents-links

Update Documentation Links to web-contents

9 years agoMerge pull request #2751 from atom/jl-bw-prop
Jessica Lord [Thu, 10 Sep 2015 21:47:38 +0000 (14:47 -0700)]
Merge pull request #2751 from atom/jl-bw-prop

Create Instance Properties Section in BrowserWindow

9 years agoMerge pull request #2756 from GoooIce/master
Jessica Lord [Thu, 10 Sep 2015 19:47:05 +0000 (12:47 -0700)]
Merge pull request #2756 from GoooIce/master

Add docs-translations\api\shell.md for zh-CN

9 years agoUpdate links to web-contents.md
Jessica Lord [Thu, 10 Sep 2015 19:19:37 +0000 (12:19 -0700)]
Update links to web-contents.md

9 years agoMerge branch 'patch-1' of https://github.com/destan/electron into destan-patch-1
Jessica Lord [Thu, 10 Sep 2015 19:13:21 +0000 (12:13 -0700)]
Merge branch 'patch-1' of https://github.com/destan/electron into destan-patch-1

9 years ago:fire: extra line
Jessica Lord [Thu, 10 Sep 2015 19:11:40 +0000 (12:11 -0700)]
:fire: extra line

9 years agoResolve conflicts
Jessica Lord [Thu, 10 Sep 2015 19:09:37 +0000 (12:09 -0700)]
Resolve conflicts

9 years agoFix harder
Paul Betts [Thu, 10 Sep 2015 18:00:43 +0000 (11:00 -0700)]
Fix harder

9 years agoFix electron-rebuild instructions for Win32
Paul Betts [Thu, 10 Sep 2015 17:57:08 +0000 (10:57 -0700)]
Fix electron-rebuild instructions for Win32

9 years agoMerge pull request #2750 from atom/jl-doc-bits
Jessica Lord [Thu, 10 Sep 2015 17:41:42 +0000 (10:41 -0700)]
Merge pull request #2750 from atom/jl-doc-bits

A Few More Documentation Things

9 years agoAdd api\global-shortcut.md
GoooIce [Thu, 10 Sep 2015 14:29:22 +0000 (22:29 +0800)]
Add api\global-shortcut.md

Add api\global-shortcut.md

9 years agoMerge pull request #2 from atom/master
王雪 [Thu, 10 Sep 2015 12:39:22 +0000 (20:39 +0800)]
Merge pull request #2 from atom/master

更新一下啊

9 years agoadd api\shell.md
GoooIce [Thu, 10 Sep 2015 12:27:50 +0000 (20:27 +0800)]
add api\shell.md

add api\shell.md

9 years agoBump v0.32.2
Cheng Zhao [Thu, 10 Sep 2015 08:27:15 +0000 (16:27 +0800)]
Bump v0.32.2

9 years agoMerge pull request #2754 from atom/fix-node-integration
Cheng Zhao [Thu, 10 Sep 2015 08:26:12 +0000 (16:26 +0800)]
Merge pull request #2754 from atom/fix-node-integration

Fix "node-integration" not working in "web-preferences"

9 years agoNo need to set menu in spec window
Cheng Zhao [Thu, 10 Sep 2015 08:01:04 +0000 (16:01 +0800)]
No need to set menu in spec window

9 years agoUpdate native-mate to fix the behavior of Dictionary::Get
Cheng Zhao [Thu, 10 Sep 2015 07:58:10 +0000 (15:58 +0800)]
Update native-mate to fix the behavior of Dictionary::Get