platform/framework/web/crosswalk-tizen.git
9 years agoMerge pull request #3092 from atom/crash-reporter
Cheng Zhao [Thu, 15 Oct 2015 11:29:29 +0000 (19:29 +0800)]
Merge pull request #3092 from atom/crash-reporter

Fix problems of crash-reporter on Windows

9 years agospec: Bring back crash-reporter spec on x64 Windows
Cheng Zhao [Thu, 15 Oct 2015 10:25:34 +0000 (18:25 +0800)]
spec: Bring back crash-reporter spec on x64 Windows

9 years agowin: Only install breakpad hook when crash-reporter is used
Cheng Zhao [Thu, 15 Oct 2015 10:25:07 +0000 (18:25 +0800)]
win: Only install breakpad hook when crash-reporter is used

9 years agowin: Hook up V8 to breakpad
Cheng Zhao [Thu, 15 Oct 2015 06:16:27 +0000 (14:16 +0800)]
win: Hook up V8 to breakpad

This fixes the crashes happens from V8 not caught by the crash reporter,
for more context, see http://code.google.com/p/v8/issues/detail?id=3597.

Fix #2365.

9 years agowin: Make the event in crash service signaled by default
Cheng Zhao [Thu, 15 Oct 2015 05:16:24 +0000 (13:16 +0800)]
win: Make the event in crash service signaled by default

Otherwise it seems to block the crash client on some machines.

Fix #2769.

9 years agowin: Fix "enable-larger-than-screen" option spec
Cheng Zhao [Thu, 15 Oct 2015 08:35:50 +0000 (16:35 +0800)]
win: Fix "enable-larger-than-screen" option spec

9 years agoviews: Fix crash when setSizeConstrains is called early
Cheng Zhao [Thu, 15 Oct 2015 08:19:45 +0000 (16:19 +0800)]
views: Fix crash when setSizeConstrains is called early

9 years agowin: Don't output newline except for main process
Cheng Zhao [Thu, 15 Oct 2015 04:44:55 +0000 (12:44 +0800)]
win: Don't output newline except for main process

9 years agoMerge pull request #3084 from kokdemo/master
Jessica Lord [Wed, 14 Oct 2015 20:58:27 +0000 (13:58 -0700)]
Merge pull request #3084 from kokdemo/master

translate the debugging-main-process.md

9 years agotranslate the debugging-main-process.md
kokdemo [Wed, 14 Oct 2015 16:00:52 +0000 (00:00 +0800)]
translate the debugging-main-process.md

9 years agoMerge pull request #3082 from nikarc/patch-1
Thomas Johansen [Wed, 14 Oct 2015 10:42:18 +0000 (12:42 +0200)]
Merge pull request #3082 from nikarc/patch-1

Update application-distribution.md

9 years agoUpdate application-distribution.md
Nicholas Arcuri [Wed, 14 Oct 2015 10:28:27 +0000 (06:28 -0400)]
Update application-distribution.md

Fix typo on line 38

9 years agoBump v0.33.8
Cheng Zhao [Wed, 14 Oct 2015 04:36:03 +0000 (12:36 +0800)]
Bump v0.33.8

9 years agoMerge pull request #2920 from atom/mas
Cheng Zhao [Wed, 14 Oct 2015 04:34:46 +0000 (12:34 +0800)]
Merge pull request #2920 from atom/mas

Add MAS build

9 years agomas: Do not link with QTKit for mas build
Cheng Zhao [Fri, 9 Oct 2015 13:30:41 +0000 (21:30 +0800)]
mas: Do not link with QTKit for mas build

9 years agomac: Set CFBundleExecutable for Electron Framework
Cheng Zhao [Fri, 9 Oct 2015 08:16:35 +0000 (16:16 +0800)]
mac: Set CFBundleExecutable for Electron Framework

9 years agomac: Don't specify CFBundleExecutable in framework
Cheng Zhao [Tue, 29 Sep 2015 05:32:53 +0000 (13:32 +0800)]
mac: Don't specify CFBundleExecutable in framework

9 years agomac: Set LSApplicationCategoryType in Info.plist
Cheng Zhao [Tue, 29 Sep 2015 05:27:50 +0000 (13:27 +0800)]
mac: Set LSApplicationCategoryType in Info.plist

9 years agomac: Set CFBundleShortVersionString in Info.plist
Cheng Zhao [Tue, 29 Sep 2015 05:25:51 +0000 (13:25 +0800)]
mac: Set CFBundleShortVersionString in Info.plist

9 years agomas: Use mas as platform name in dist
Cheng Zhao [Tue, 29 Sep 2015 02:59:52 +0000 (10:59 +0800)]
mas: Use mas as platform name in dist

9 years agoFix linking error
Cheng Zhao [Mon, 28 Sep 2015 08:45:53 +0000 (16:45 +0800)]
Fix linking error

9 years agospec: Disable crash reporter test for MAS build
Cheng Zhao [Mon, 28 Sep 2015 07:08:27 +0000 (15:08 +0800)]
spec: Disable crash reporter test for MAS build

9 years agomac: Set process.mas to true for MAS build
Cheng Zhao [Mon, 28 Sep 2015 07:07:49 +0000 (15:07 +0800)]
mac: Set process.mas to true for MAS build

9 years agomac: Disable auto updater in MAS build
Cheng Zhao [Mon, 28 Sep 2015 07:02:36 +0000 (15:02 +0800)]
mac: Disable auto updater in MAS build

9 years agomac: Disable crash reporter for MAS build
Cheng Zhao [Mon, 28 Sep 2015 06:52:55 +0000 (14:52 +0800)]
mac: Disable crash reporter for MAS build

9 years agoUpdate brightray for atom/brightray#156
Cheng Zhao [Wed, 14 Oct 2015 01:47:46 +0000 (09:47 +0800)]
Update brightray for atom/brightray#156

9 years agoMerge pull request #3076 from kokdemo/master
Cheng Zhao [Wed, 14 Oct 2015 01:15:41 +0000 (09:15 +0800)]
Merge pull request #3076 from kokdemo/master

translate the supported-platforms.md and update the README.md

9 years agotranslate the supported-platforms.md and update the README.md
kokdemo [Tue, 13 Oct 2015 16:27:17 +0000 (00:27 +0800)]
translate the supported-platforms.md and update the README.md

9 years agoMerge pull request #3073 from wangdashuaihenshuai/master
Cheng Zhao [Tue, 13 Oct 2015 08:13:36 +0000 (16:13 +0800)]
Merge pull request #3073 from wangdashuaihenshuai/master

doc-translations-zh-CN

9 years agoMerge pull request #3071 from alex-sherwin/patch-1
Cheng Zhao [Tue, 13 Oct 2015 01:32:22 +0000 (09:32 +0800)]
Merge pull request #3071 from alex-sherwin/patch-1

Fixing "tile" -> "title" typo

9 years agoMerge pull request #3070 from deepak1556/v8_value_converter_patch
Cheng Zhao [Tue, 13 Oct 2015 01:05:14 +0000 (09:05 +0800)]
Merge pull request #3070 from deepak1556/v8_value_converter_patch

nativemate: handle binary types in v8 value conversion

9 years agoUpdate brightray for #2903
Cheng Zhao [Tue, 13 Oct 2015 01:04:10 +0000 (09:04 +0800)]
Update brightray for #2903

9 years agoFixing "tile" -> "title" typo
Alex Sherwin [Tue, 13 Oct 2015 00:17:06 +0000 (20:17 -0400)]
Fixing "tile" -> "title" typo

9 years agonativemate: handle binary types in v8 value conversion
Robo [Mon, 12 Oct 2015 19:43:59 +0000 (01:13 +0530)]
nativemate: handle binary types in v8 value conversion

9 years agoMerge branch 'master' of https://github.com/preco21/electron into preco21-master
Cheng Zhao [Mon, 12 Oct 2015 01:42:10 +0000 (09:42 +0800)]
Merge branch 'master' of https://github.com/preco21/electron into preco21-master

9 years agoMerge pull request #3062 from kokdemo/master
Cheng Zhao [Mon, 12 Oct 2015 01:39:16 +0000 (09:39 +0800)]
Merge pull request #3062 from kokdemo/master

translate the application-distrubution.md

9 years agoAdd missing paragraphs
Plusb Preco [Sun, 11 Oct 2015 23:23:30 +0000 (08:23 +0900)]
Add missing paragraphs

9 years agoUpdate as upstream, improve grammar
Plusb Preco [Sun, 11 Oct 2015 23:19:44 +0000 (08:19 +0900)]
Update as upstream, improve grammar

9 years agoMerge remote-tracking branch 'atom/master'
kokdemo [Sun, 11 Oct 2015 14:28:44 +0000 (22:28 +0800)]
Merge remote-tracking branch 'atom/master'

9 years agotranslate the application-distrubution.md
kokdemo [Sun, 11 Oct 2015 14:26:14 +0000 (22:26 +0800)]
translate the application-distrubution.md

9 years agoMerge pull request #3061 from flying-sheep/patch-1
Cheng Zhao [Sun, 11 Oct 2015 13:45:36 +0000 (21:45 +0800)]
Merge pull request #3061 from flying-sheep/patch-1

fixed devtools instructions

9 years agofixed devtools instructions
Philipp A. [Sun, 11 Oct 2015 13:18:27 +0000 (15:18 +0200)]
fixed devtools instructions

9 years agoMerge pull request #3060 from etiktin/output_fixes
Cheng Zhao [Sun, 11 Oct 2015 07:19:07 +0000 (15:19 +0800)]
Merge pull request #3060 from etiktin/output_fixes

Output to console fixes

9 years agoMerge pull request #3059 from osanyin/docs-translation
Cheng Zhao [Sun, 11 Oct 2015 07:18:35 +0000 (15:18 +0800)]
Merge pull request #3059 from osanyin/docs-translation

Some docs translated to pt-BR

9 years agofix docs-translations/zh-CN/api ipc-main-process.md '' -> bug
jinhai.wang [Sun, 11 Oct 2015 06:56:23 +0000 (14:56 +0800)]
fix docs-translations/zh-CN/api ipc-main-process.md '' ->  bug

9 years agoadd new file: ipc-main-process.md
jinhai.wang [Sun, 11 Oct 2015 05:52:06 +0000 (13:52 +0800)]
add new file:   ipc-main-process.md

9 years agoBlock all internal logs when running without `--enable-logging`
Eran Tiktin [Sat, 10 Oct 2015 17:44:22 +0000 (20:44 +0300)]
Block all internal logs when running without `--enable-logging`

9 years agoGo back to using node's console.* and std*.write
Eran Tiktin [Sat, 10 Oct 2015 17:17:08 +0000 (20:17 +0300)]
Go back to using node's console.* and std*.write

It seems that whatever issues we had with using the original
implementation of node for `console.*` calls and for
`process.std*.write` on Windows were solved.
So I removed the patch.

Tested it with cmd, cygwin and used spawn and exec and everything seems
to work (except for colors/ansi escape codes, but that didn't work
before anyway).

9 years agoonline-offline-events.md translated to pt-BR
Rafael Guimarães [Sat, 10 Oct 2015 17:01:55 +0000 (14:01 -0300)]
online-offline-events.md translated to pt-BR

9 years agoonline-offline-events.md translated to pt-BR
Rafael Guimarães [Sat, 10 Oct 2015 16:41:32 +0000 (13:41 -0300)]
online-offline-events.md translated to pt-BR

9 years agoMerge remote-tracking branch 'refs/remotes/atom/master'
Eran Tiktin [Sat, 10 Oct 2015 15:16:55 +0000 (18:16 +0300)]
Merge remote-tracking branch 'refs/remotes/atom/master'

9 years agoBump v0.33.7
Cheng Zhao [Sat, 10 Oct 2015 09:37:25 +0000 (17:37 +0800)]
Bump v0.33.7

9 years agoCan not print string16 in wcout on POSIX
Cheng Zhao [Sat, 10 Oct 2015 09:43:38 +0000 (17:43 +0800)]
Can not print string16 in wcout on POSIX

9 years agoMerge pull request #3056 from etiktin/fix_console_windows
Cheng Zhao [Sat, 10 Oct 2015 09:32:15 +0000 (17:32 +0800)]
Merge pull request #3056 from etiktin/fix_console_windows

Fix console.* calls on Windows

9 years agoUpdate as upstream
Plusb Preco [Sat, 10 Oct 2015 06:10:34 +0000 (15:10 +0900)]
Update as upstream

9 years agoMerge remote-tracking branch 'atom/master'
Plusb Preco [Sat, 10 Oct 2015 06:10:24 +0000 (15:10 +0900)]
Merge remote-tracking branch 'atom/master'

9 years agoFix `process.std*.write`
Eran Tiktin [Sat, 10 Oct 2015 05:13:27 +0000 (08:13 +0300)]
Fix `process.std*.write`

- Support printing Buffer
- Don't add '\n' at the end the chunk

9 years agoMerge pull request #3055 from kokdemo/master
Cheng Zhao [Sat, 10 Oct 2015 04:25:48 +0000 (12:25 +0800)]
Merge pull request #3055 from kokdemo/master

add translate of app.md in zh-CN

9 years agoCopying online-offline-events.md file
Rafael Guimarães [Sat, 10 Oct 2015 04:20:42 +0000 (01:20 -0300)]
Copying online-offline-events.md file

9 years agoFix console.* calls on Windows
Eran Tiktin [Sat, 10 Oct 2015 03:39:02 +0000 (06:39 +0300)]
Fix console.* calls on Windows

- Calls for console.* on browser process are printed with no need for
--enable-logging
- The output is without the logging prefix
- The cursor in the terminal is always after the last output
- The first output starts on a new line and not at the prompt
- console.* from renderer are not printed to cmd
- Added a missing '\n' in the default_app help output

9 years agoadd translate of app.md in zh-CN
kokdemo [Sat, 10 Oct 2015 03:33:14 +0000 (11:33 +0800)]
add translate of app.md in zh-CN

9 years agoMerge remote-tracking branch 'refs/remotes/atom/master'
Eran Tiktin [Sat, 10 Oct 2015 03:01:01 +0000 (06:01 +0300)]
Merge remote-tracking branch 'refs/remotes/atom/master'

9 years agoSome fixes
Rafael Guimarães [Sat, 10 Oct 2015 01:47:07 +0000 (22:47 -0300)]
Some fixes

9 years agoREADME.md updated
Rafael Guimarães [Sat, 10 Oct 2015 01:17:21 +0000 (22:17 -0300)]
README.md updated

9 years agoTranslation to pt-BR of the desktop-environment-integration.md file
Rafael Guimarães [Sat, 10 Oct 2015 01:15:14 +0000 (22:15 -0300)]
Translation to pt-BR of the desktop-environment-integration.md file

9 years agoMerge pull request #3046 from mariozaizar/better-translations
Cheng Zhao [Sat, 10 Oct 2015 01:13:53 +0000 (09:13 +0800)]
Merge pull request #3046 from mariozaizar/better-translations

Missing translations for ES lang.

9 years agoRevert vendor/ changes added by mistake.
Mario Zaizar [Fri, 9 Oct 2015 16:17:54 +0000 (09:17 -0700)]
Revert vendor/ changes added by mistake.

9 years agoMerge branch 'master' of https://github.com/atom/electron into better-translations
Mario Zaizar [Fri, 9 Oct 2015 15:58:07 +0000 (08:58 -0700)]
Merge branch 'master' of https://github.com/atom/electron into better-translations

9 years agoUpdate brightray for #3048
Cheng Zhao [Fri, 9 Oct 2015 13:08:00 +0000 (21:08 +0800)]
Update brightray for #3048

9 years agoMerge pull request #3048 from deepak1556/accept_language_patch
Cheng Zhao [Fri, 9 Oct 2015 13:05:57 +0000 (21:05 +0800)]
Merge pull request #3048 from deepak1556/accept_language_patch

browser: get accept-language header from system locale

9 years agobrowser: get accept-language header from system locale
Robo [Fri, 9 Oct 2015 07:48:37 +0000 (13:18 +0530)]
browser: get accept-language header from system locale

9 years agoRemoving "Rebranding", "Empaquetamiento" and other minor changes to es/tutorial/appli...
Mario Zaizar [Fri, 9 Oct 2015 06:55:32 +0000 (23:55 -0700)]
Removing "Rebranding", "Empaquetamiento" and other minor changes to es/tutorial/application-distribution.md

9 years agoMerge branch 'master' of https://github.com/atom/electron into better-translations
Mario Zaizar [Fri, 9 Oct 2015 06:24:23 +0000 (23:24 -0700)]
Merge branch 'master' of https://github.com/atom/electron into better-translations

9 years agoMerge remote-tracking branch 'atom/master' into better-translations
Mario Zaizar [Fri, 9 Oct 2015 06:19:32 +0000 (23:19 -0700)]
Merge remote-tracking branch 'atom/master' into better-translations

9 years agoBreakdown a super long line inside styleguide.md
Mario Zaizar [Fri, 9 Oct 2015 06:19:16 +0000 (23:19 -0700)]
Breakdown a super long line inside styleguide.md

9 years agoAdding /docs-translations/es/styleguide.md
Mario Zaizar [Fri, 9 Oct 2015 06:16:15 +0000 (23:16 -0700)]
Adding /docs-translations/es/styleguide.md

9 years agoAdding missing links to /docs-translations/es/README.md and improving some texts.
Mario Zaizar [Fri, 9 Oct 2015 05:56:11 +0000 (22:56 -0700)]
Adding missing links to /docs-translations/es/README.md and improving some texts.

9 years agoMerge branch 'xcode-7' of https://github.com/joshaber/electron into joshaber-xcode-7
Cheng Zhao [Fri, 9 Oct 2015 04:29:45 +0000 (12:29 +0800)]
Merge branch 'xcode-7' of https://github.com/joshaber/electron into joshaber-xcode-7

9 years agoMerge pull request #3040 from theojulienne/accessibility-fixes
Cheng Zhao [Fri, 9 Oct 2015 04:25:11 +0000 (12:25 +0800)]
Merge pull request #3040 from theojulienne/accessibility-fixes

Fix Text to Speech on OS X 10.11

9 years agoMerge pull request #3036 from renatoalencar/master
Cheng Zhao [Fri, 9 Oct 2015 02:17:02 +0000 (10:17 +0800)]
Merge pull request #3036 from renatoalencar/master

Add pt-BR translation for quick-start guide

9 years agoEnable accessibility tree only when VoiceOver enabled, fixes atom/atom#3288.
Theo Julienne [Thu, 8 Oct 2015 22:56:26 +0000 (15:56 -0700)]
Enable accessibility tree only when VoiceOver enabled, fixes atom/atom#3288.

9 years agoNSWorkspace selectFile:inFileViewerRootedAtPath: requires a non-null second argument.
Theo Julienne [Thu, 8 Oct 2015 18:25:05 +0000 (11:25 -0700)]
NSWorkspace selectFile:inFileViewerRootedAtPath: requires a non-null second argument.

9 years agoMerge branch 'master' of https://www.github.com/atom/electron
Renato Alencar [Thu, 8 Oct 2015 15:41:56 +0000 (12:41 -0300)]
Merge branch 'master' of https://github.com/atom/electron

9 years agoMerge pull request #3025 from janwiemers/master
Cheng Zhao [Thu, 8 Oct 2015 08:26:05 +0000 (16:26 +0800)]
Merge pull request #3025 from janwiemers/master

add a --app parameter to the default_app

9 years agoremove the --app option from the default_app documentation
Jan Wiemers [Thu, 8 Oct 2015 07:23:24 +0000 (09:23 +0200)]
remove the --app option from the default_app documentation

9 years agoMerge pull request #3033 from deepak1556/response_headers_patch
Cheng Zhao [Thu, 8 Oct 2015 08:16:23 +0000 (16:16 +0800)]
Merge pull request #3033 from deepak1556/response_headers_patch

webcontents: dont modify response header value

9 years agoUpdate brightray and crashpad for XCode 7 fixes
Cheng Zhao [Thu, 8 Oct 2015 08:09:22 +0000 (16:09 +0800)]
Update brightray and crashpad for XCode 7 fixes

9 years agowebcontents: dont modify response header value
Robo [Thu, 8 Oct 2015 06:01:41 +0000 (11:31 +0530)]
webcontents: dont modify response header value

9 years agoMerge pull request #3010 from deepak1556/guest_zoom_level_patch
Cheng Zhao [Thu, 8 Oct 2015 05:52:22 +0000 (13:52 +0800)]
Merge pull request #3010 from deepak1556/guest_zoom_level_patch

webcontents: notify guests of embedders' zoom level change

9 years agowebcontents: notify guests of embedders' zoom level change
Robo [Tue, 6 Oct 2015 15:33:14 +0000 (21:03 +0530)]
webcontents: notify guests of embedders' zoom level change

9 years agodocs: Fix wrong level for API titles
Cheng Zhao [Thu, 8 Oct 2015 03:14:04 +0000 (11:14 +0800)]
docs: Fix wrong level for API titles

9 years agoMerge pull request #3027 from stevekinney/minor-style-update-global-shortcut
Cheng Zhao [Thu, 8 Oct 2015 02:47:39 +0000 (10:47 +0800)]
Merge pull request #3027 from stevekinney/minor-style-update-global-shortcut

Minor style update to the global-shortcut documentation

9 years agoMerge pull request #3024 from preco21/master
Cheng Zhao [Thu, 8 Oct 2015 02:47:00 +0000 (10:47 +0800)]
Merge pull request #3024 from preco21/master

Improve grammar, fix small typos

9 years agoFix `postMessage` not working for windows opened by `window.open`
Cheng Zhao [Thu, 8 Oct 2015 02:27:55 +0000 (10:27 +0800)]
Fix `postMessage` not working for windows opened by `window.open`

9 years agoMerge pull request #3020 from atom/fix-switch-path
Cheng Zhao [Thu, 8 Oct 2015 02:37:09 +0000 (10:37 +0800)]
Merge pull request #3020 from atom/fix-switch-path

Fix a wrong usage of switch commandline.

9 years agoMerge pull request #3030 from atom/fix-xcode-6
Cheng Zhao [Thu, 8 Oct 2015 02:31:41 +0000 (10:31 +0800)]
Merge pull request #3030 from atom/fix-xcode-6

Fix building with Xcode 6

9 years agoFix building with Xcode 6
Cheng Zhao [Thu, 8 Oct 2015 02:14:22 +0000 (10:14 +0800)]
Fix building with Xcode 6

9 years agoMerge pull request #3017 from Meyito/API-es
Cheng Zhao [Thu, 8 Oct 2015 01:37:21 +0000 (09:37 +0800)]
Merge pull request #3017 from Meyito/API-es

Translations of some of the Electron docs API in Spanish

9 years agoMove native modules to optionalDependencies
Cheng Zhao [Thu, 8 Oct 2015 01:25:31 +0000 (09:25 +0800)]
Move native modules to optionalDependencies

Fixes #3016.

9 years agogrammar and corrections
Renato Alencar [Wed, 7 Oct 2015 21:57:43 +0000 (18:57 -0300)]
grammar and corrections