platform/framework/web/crosswalk-tizen.git
8 years agoFix cpplint warnings
Cheng Zhao [Fri, 18 Sep 2015 06:12:48 +0000 (14:12 +0800)]
Fix cpplint warnings

8 years agoDo not manually convert Object to WebInputEvent
Cheng Zhao [Fri, 18 Sep 2015 06:09:31 +0000 (14:09 +0800)]
Do not manually convert Object to WebInputEvent

8 years agoSequence of definitions should follow the declarations
Cheng Zhao [Fri, 18 Sep 2015 05:49:33 +0000 (13:49 +0800)]
Sequence of definitions should follow the declarations

8 years agoAdd converters for WebInputEvent
Cheng Zhao [Fri, 18 Sep 2015 05:33:06 +0000 (13:33 +0800)]
Add converters for WebInputEvent

8 years agoRemove the offscreen-render option
Cheng Zhao [Fri, 18 Sep 2015 04:15:13 +0000 (12:15 +0800)]
Remove the offscreen-render option

We are going to move the APIs to WebContents

8 years agoFix compilation error
Cheng Zhao [Fri, 18 Sep 2015 04:10:00 +0000 (12:10 +0800)]
Fix compilation error

8 years agoMerge branch 'master' of https://github.com/MaxWhere/electron into MaxWhere-master
Cheng Zhao [Fri, 18 Sep 2015 04:01:33 +0000 (12:01 +0800)]
Merge branch 'master' of https://github.com/MaxWhere/electron into MaxWhere-master

8 years agoMerge pull request #2825 from atom/blink-converter
Cheng Zhao [Fri, 18 Sep 2015 03:27:49 +0000 (11:27 +0800)]
Merge pull request #2825 from atom/blink-converter

Move the converters for blink structures to another file

8 years agoFix cpplint warning
Cheng Zhao [Fri, 18 Sep 2015 03:10:32 +0000 (11:10 +0800)]
Fix cpplint warning

8 years agoMove the converters for blink structures to another file
Cheng Zhao [Fri, 18 Sep 2015 03:06:38 +0000 (11:06 +0800)]
Move the converters for blink structures to another file

It makes the api::WebContents smaller.

8 years agoMerge pull request #2802 from nekuz0r/device-emulation
Cheng Zhao [Fri, 18 Sep 2015 02:43:17 +0000 (10:43 +0800)]
Merge pull request #2802 from nekuz0r/device-emulation

Add device emulation

8 years agoMerge pull request #2819 from IonicaBizauKitchen/hash
Cheng Zhao [Fri, 18 Sep 2015 02:25:31 +0000 (10:25 +0800)]
Merge pull request #2819 from IonicaBizauKitchen/hash

Fix the git commit messages hash link

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 agoAdd device emulation API
Gohy Leandre [Mon, 31 Aug 2015 09:19:19 +0000 (11:19 +0200)]
Add device emulation API

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 agoFix the git commit messages hash link
Ionică Bizău [Thu, 17 Sep 2015 09:34:15 +0000 (12:34 +0300)]
Fix the git commit messages hash link

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 agoReturning to original native_mate.
Heilig Benedek [Wed, 16 Sep 2015 01:29:23 +0000 (03:29 +0200)]
Returning to original native_mate.

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 agoRemoved duplicate keydown event sending.
Heilig Benedek [Wed, 16 Sep 2015 01:12:49 +0000 (03:12 +0200)]
Removed duplicate keydown event sending.

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 agoRenamed setOffscreenRender to begin/endFrameSubscription because the name was a bit...
Heilig Benedek [Wed, 16 Sep 2015 00:59:16 +0000 (02:59 +0200)]
Renamed setOffscreenRender to begin/endFrameSubscription because the name was a bit misleading, and replaced the ArrayBuffer creation with a node::Buffer::New call.

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

8 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

8 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

8 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

8 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

8 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

8 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

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

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

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

8 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.

8 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.

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

8 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

8 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

8 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.

8 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'.

8 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.

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

8 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

8 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

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

8 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'

8 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”

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

8 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

8 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.

8 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

8 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.

8 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.

8 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

8 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

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

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

8 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

8 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

8 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

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

8 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

8 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.

8 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"

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

8 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

8 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

8 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

8 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

8 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

更新一下啊

8 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

8 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,

8 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

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

8 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'