platform/framework/web/crosswalk-tizen.git
9 years agoUse travis-ci's multi-os feature.
Cheng Zhao [Fri, 8 Aug 2014 14:12:24 +0000 (22:12 +0800)]
Use travis-ci's multi-os feature.

9 years agoMerge pull request #565 from atom/deepak1556-appveyor_setup
Cheng Zhao [Fri, 8 Aug 2014 14:06:55 +0000 (22:06 +0800)]
Merge pull request #565 from atom/deepak1556-appveyor_setup

Appveyor setup

9 years agoDon't run tests.
Cheng Zhao [Fri, 8 Aug 2014 13:31:51 +0000 (21:31 +0800)]
Don't run tests.

9 years agoUpdate brightray.
Cheng Zhao [Fri, 8 Aug 2014 04:51:34 +0000 (12:51 +0800)]
Update brightray.

9 years agowin: Don't call pylint in CI.
Cheng Zhao [Fri, 8 Aug 2014 09:37:59 +0000 (17:37 +0800)]
win: Don't call pylint in CI.

9 years agoFix pylint warning.
Cheng Zhao [Fri, 8 Aug 2014 09:32:00 +0000 (17:32 +0800)]
Fix pylint warning.

9 years agowin: Fix calling lint scripts with win32 python.
Cheng Zhao [Fri, 8 Aug 2014 08:41:10 +0000 (16:41 +0800)]
win: Fix calling lint scripts with win32 python.

9 years agowin: Use absolute path for ATL.
Cheng Zhao [Fri, 8 Aug 2014 07:45:24 +0000 (15:45 +0800)]
win: Use absolute path for ATL.

9 years agowin: Build with downloaded ATL instead of the ATL shipped by WDK.
Cheng Zhao [Fri, 8 Aug 2014 06:18:32 +0000 (14:18 +0800)]
win: Build with downloaded ATL instead of the ATL shipped by WDK.

9 years agoviews: Only toggle menu bar when auto-hide-menu-bar is turned on.
Cheng Zhao [Fri, 8 Aug 2014 06:30:43 +0000 (14:30 +0800)]
views: Only toggle menu bar when auto-hide-menu-bar is turned on.

9 years agoMerge pull request #564 from sryze/patch-1
Cheng Zhao [Fri, 8 Aug 2014 06:27:26 +0000 (14:27 +0800)]
Merge pull request #564 from sryze/patch-1

Open output file in binary mode in download()

9 years agowin: Download ATL binaries.
Cheng Zhao [Fri, 8 Aug 2014 06:18:09 +0000 (14:18 +0800)]
win: Download ATL binaries.

9 years agoOpen output file in binary mode in download()
Sergey Zolotarev [Fri, 8 Aug 2014 06:08:01 +0000 (13:08 +0700)]
Open output file in binary mode in download()

This fixes #553.

9 years agoMake node version switching faster.
Cheng Zhao [Fri, 8 Aug 2014 03:35:08 +0000 (11:35 +0800)]
Make node version switching faster.

9 years agoAdd lint scripts.
Cheng Zhao [Fri, 8 Aug 2014 02:58:26 +0000 (10:58 +0800)]
Add lint scripts.

9 years agoUpgrade to apm@0.89.0
Cheng Zhao [Fri, 8 Aug 2014 01:52:57 +0000 (09:52 +0800)]
Upgrade to apm@0.89.0

9 years agoBuild only Debug version.
Cheng Zhao [Fri, 8 Aug 2014 00:18:16 +0000 (08:18 +0800)]
Build only Debug version.

9 years agoNo need of project_id in appveyor.yml.
Cheng Zhao [Thu, 7 Aug 2014 14:34:50 +0000 (22:34 +0800)]
No need of project_id in appveyor.yml.

9 years agoMerge branch 'appveyor_setup' of https://github.com/deepak1556/atom-shell into deepak...
Cheng Zhao [Thu, 7 Aug 2014 14:27:38 +0000 (22:27 +0800)]
Merge branch 'appveyor_setup' of https://github.com/deepak1556/atom-shell into deepak1556-appveyor_setup

Conflicts:
script/lib/util.py

9 years agoBump v0.15.4.
Cheng Zhao [Thu, 7 Aug 2014 11:42:08 +0000 (19:42 +0800)]
Bump v0.15.4.

9 years agoDon't set interval too short.
Cheng Zhao [Thu, 7 Aug 2014 11:40:41 +0000 (19:40 +0800)]
Don't set interval too short.

Otherwise it could be possible that the callback executes for multiple
times before it is cleared.

9 years agoMerge pull request #558 from atom/menubar-autohide
Cheng Zhao [Thu, 7 Aug 2014 11:31:58 +0000 (19:31 +0800)]
Merge pull request #558 from atom/menubar-autohide

Allow window menu bar to be hidden

9 years agomenu_bar_show_ => menu_bar_visible_
Cheng Zhao [Thu, 7 Aug 2014 08:48:30 +0000 (16:48 +0800)]
menu_bar_show_ => menu_bar_visible_

9 years agolinux: Fix detecting Alt modifier.
Cheng Zhao [Thu, 7 Aug 2014 08:45:54 +0000 (16:45 +0800)]
linux: Fix detecting Alt modifier.

9 years agoviews: Focus on web view when window is focused.
Cheng Zhao [Thu, 7 Aug 2014 08:04:14 +0000 (16:04 +0800)]
views: Focus on web view when window is focused.

9 years agoviews: Toggle the menu bar only when a single Alt is released.
Cheng Zhao [Thu, 7 Aug 2014 07:54:05 +0000 (15:54 +0800)]
views: Toggle the menu bar only when a single Alt is released.

9 years agoviews: Show menu when "Alt" is up.
Cheng Zhao [Thu, 7 Aug 2014 07:07:34 +0000 (15:07 +0800)]
views: Show menu when "Alt" is up.

9 years agowin: Fix the key code of Alt.
Cheng Zhao [Thu, 7 Aug 2014 07:02:27 +0000 (15:02 +0800)]
win: Fix the key code of Alt.

9 years agoviews: Add some asserts and comments.
Cheng Zhao [Thu, 7 Aug 2014 06:48:02 +0000 (14:48 +0800)]
views: Add some asserts and comments.

9 years agoAlso fix setInterval for #481.
Cheng Zhao [Thu, 7 Aug 2014 06:23:28 +0000 (14:23 +0800)]
Also fix setInterval for #481.

9 years agoviews: Hide menu bar when web view is clicked.
Cheng Zhao [Thu, 7 Aug 2014 06:14:43 +0000 (14:14 +0800)]
views: Hide menu bar when web view is clicked.

9 years agoviews: Switching to other window should hide the menubar.
Cheng Zhao [Thu, 7 Aug 2014 06:02:03 +0000 (14:02 +0800)]
views: Switching to other window should hide the menubar.

9 years agoviews: Add support for auto-hide menubar.
Cheng Zhao [Thu, 7 Aug 2014 05:47:58 +0000 (13:47 +0800)]
views: Add support for auto-hide menubar.

9 years agoUpdate brightray for devtools focus fix.
Cheng Zhao [Thu, 7 Aug 2014 02:52:17 +0000 (10:52 +0800)]
Update brightray for devtools focus fix.

9 years agoForce updating timeout when setTimeout is called, fixes #481.
Cheng Zhao [Thu, 7 Aug 2014 02:37:00 +0000 (10:37 +0800)]
Force updating timeout when setTimeout is called, fixes #481.

9 years agoAdd spec for #481.
Cheng Zhao [Thu, 7 Aug 2014 02:29:26 +0000 (10:29 +0800)]
Add spec for #481.

9 years agoBump v0.15.3.
Cheng Zhao [Wed, 6 Aug 2014 15:37:51 +0000 (23:37 +0800)]
Bump v0.15.3.

9 years agolinux: Only use global menu bar under Unity.
Cheng Zhao [Wed, 6 Aug 2014 15:34:16 +0000 (23:34 +0800)]
linux: Only use global menu bar under Unity.

Fixes atom/atom#3182.

9 years agoCreate .version after all files have been downloaded.
Cheng Zhao [Wed, 6 Aug 2014 15:16:42 +0000 (23:16 +0800)]
Create .version after all files have been downloaded.

9 years agoMerge pull request #552 from atom/dialog-filters
Cheng Zhao [Wed, 6 Aug 2014 14:02:22 +0000 (22:02 +0800)]
Merge pull request #552 from atom/dialog-filters

Add support for extension filters for file dialogs

9 years agowin: Implement the filters option.
Cheng Zhao [Wed, 6 Aug 2014 13:51:36 +0000 (21:51 +0800)]
win: Implement the filters option.

9 years agodocs: Document the filters option.
Cheng Zhao [Wed, 6 Aug 2014 07:00:31 +0000 (15:00 +0800)]
docs: Document the filters option.

9 years agogtk: Implement the filters option.
Cheng Zhao [Wed, 6 Aug 2014 06:49:02 +0000 (14:49 +0800)]
gtk: Implement the filters option.

9 years agomac: Implement the filters option.
Cheng Zhao [Wed, 6 Aug 2014 05:47:44 +0000 (13:47 +0800)]
mac: Implement the filters option.

9 years agoAdd "filters" parameter for file dialogs.
Cheng Zhao [Wed, 6 Aug 2014 04:44:02 +0000 (12:44 +0800)]
Add "filters" parameter for file dialogs.

9 years agoAdd support for multiple DPI images, fixes #541.
Cheng Zhao [Wed, 6 Aug 2014 03:20:00 +0000 (11:20 +0800)]
Add support for multiple DPI images, fixes #541.

9 years agodocs: Remove the outdated 32bit note in linux build instructions.
Cheng Zhao [Tue, 5 Aug 2014 14:44:21 +0000 (22:44 +0800)]
docs: Remove the outdated 32bit note in linux build instructions.

9 years agoMerge pull request #549 from cornedor/master
Cheng Zhao [Tue, 5 Aug 2014 14:40:00 +0000 (22:40 +0800)]
Merge pull request #549 from cornedor/master

Add troubleshooting information for #500

9 years agowin: Make BrowserWindow.setResizable change window frame dynamically.
Cheng Zhao [Tue, 5 Aug 2014 12:41:26 +0000 (20:41 +0800)]
win: Make BrowserWindow.setResizable change window frame dynamically.

9 years agoAdd troubleshooting information for #500
Corné Dorrestijn [Tue, 5 Aug 2014 11:33:38 +0000 (13:33 +0200)]
Add troubleshooting information for #500

9 years agowin: Disable the LegacyRenderWidgetHostHWND, fixes #506.
Cheng Zhao [Tue, 5 Aug 2014 10:49:55 +0000 (18:49 +0800)]
win: Disable the LegacyRenderWidgetHostHWND, fixes #506.

9 years agowin: Fix window frame when DWM is disabled, closes #519.
Cheng Zhao [Tue, 5 Aug 2014 10:17:14 +0000 (18:17 +0800)]
win: Fix window frame when DWM is disabled, closes #519.

9 years agolinux: Draw menubar text and background with native theme, fixes #540.
Cheng Zhao [Tue, 5 Aug 2014 01:41:29 +0000 (09:41 +0800)]
linux: Draw menubar text and background with native theme, fixes #540.

9 years agoFix cpplint warnings.
Cheng Zhao [Tue, 5 Aug 2014 00:46:06 +0000 (08:46 +0800)]
Fix cpplint warnings.

9 years agodocs: Sort modules in alphabet sequence.
Cheng Zhao [Mon, 4 Aug 2014 16:05:26 +0000 (00:05 +0800)]
docs: Sort modules in alphabet sequence.

9 years agoMake Accelerator a standalone JS type.
Cheng Zhao [Mon, 4 Aug 2014 16:00:39 +0000 (00:00 +0800)]
Make Accelerator a standalone JS type.

This makes menu and global-shortcut share the same code on accelerator.

9 years agoDon't create junk file when posting crash report.
Cheng Zhao [Mon, 4 Aug 2014 14:58:34 +0000 (22:58 +0800)]
Don't create junk file when posting crash report.

Fixes atom/atom#3166.

9 years agoBump v0.15.2.
Cheng Zhao [Mon, 4 Aug 2014 13:14:07 +0000 (21:14 +0800)]
Bump v0.15.2.

9 years agoUse the global_shortcut_listener_x11 from chrome36.
Cheng Zhao [Mon, 4 Aug 2014 12:52:42 +0000 (12:52 +0000)]
Use the global_shortcut_listener_x11 from chrome36.

This fixes compilation error on Linux.

9 years agoRun user's main script before everything is initialized, fixes #543.
Cheng Zhao [Mon, 4 Aug 2014 12:50:05 +0000 (20:50 +0800)]
Run user's main script before everything is initialized, fixes #543.

9 years agoUpgrade brightray, fix #498.
Cheng Zhao [Mon, 4 Aug 2014 12:44:50 +0000 (20:44 +0800)]
Upgrade brightray, fix #498.

Previous 476f545 was using the wrong commit of brightray which didn't
actually contain the fix.

9 years agoMerge pull request #544 from hokein/master
Cheng Zhao [Mon, 4 Aug 2014 12:12:26 +0000 (20:12 +0800)]
Merge pull request #544 from hokein/master

:memo: Update global-shortcut API document.

9 years agoDestroy web contents when window is closed.
Cheng Zhao [Mon, 4 Aug 2014 06:55:08 +0000 (14:55 +0800)]
Destroy web contents when window is closed.

Previously this was reverted because of Chromium's spammy error
loggings, but it also causes the renderer process not to exit when the
page has been closed. After fixing the spammy error logging, we can now
bring this back.

Fixes atom/atom#3141.

9 years ago:memo: Update global-shortcut API document.
Haojian Wu [Mon, 4 Aug 2014 01:47:42 +0000 (09:47 +0800)]
:memo: Update global-shortcut API document.

9 years agoRestructure the update.py.
Cheng Zhao [Sun, 3 Aug 2014 15:13:04 +0000 (23:13 +0800)]
Restructure the update.py.

9 years agoMerge pull request #534 from hokein/hotkey
Cheng Zhao [Sun, 3 Aug 2014 14:34:59 +0000 (22:34 +0800)]
Merge pull request #534 from hokein/hotkey

Implement global shortcut API, fixes #439

9 years agoMerge pull request #537 from springmeyer/patch-1
Cheng Zhao [Sun, 3 Aug 2014 13:55:39 +0000 (21:55 +0800)]
Merge pull request #537 from springmeyer/patch-1

fix node to build with target_arch=x64 on linux

9 years agomake pylint happy
Dane Springmeyer [Thu, 31 Jul 2014 18:58:45 +0000 (11:58 -0700)]
make pylint happy

9 years agofix indent
Dane Springmeyer [Thu, 31 Jul 2014 18:22:22 +0000 (11:22 -0700)]
fix indent

9 years agoonly default to 64 bit build on darwin and 64bit linux
Dane Springmeyer [Thu, 31 Jul 2014 17:20:33 +0000 (10:20 -0700)]
only default to 64 bit build on darwin and 64bit linux

 - maintains default to 32 bit on windows

9 years agoUpdate GlobalShortcut API design.
Haojian Wu [Thu, 31 Jul 2014 04:22:29 +0000 (12:22 +0800)]
Update GlobalShortcut API design.

* Rename Shortcut API to GlobalShortcut for better suite.
* Implement the new design interfaces.
* Put the chromium related source code to the same directory as in chrome.

9 years agoBump v0.15.1.
Cheng Zhao [Thu, 31 Jul 2014 11:48:09 +0000 (11:48 +0000)]
Bump v0.15.1.

9 years agomac: No need to set wantsLayer, it is already done in brightray.
Cheng Zhao [Thu, 31 Jul 2014 10:02:12 +0000 (18:02 +0800)]
mac: No need to set wantsLayer, it is already done in brightray.

9 years agomac: Emit focus/blur events after page has actually focus/blur-ed.
Cheng Zhao [Thu, 31 Jul 2014 09:35:08 +0000 (17:35 +0800)]
mac: Emit focus/blur events after page has actually focus/blur-ed.

Otherwise the page would receive the blur event when it has not blured
yet.

Fixes atom/atom#3124.

9 years agoDon't mess up with browser process's execArgv, fixes #492.
Cheng Zhao [Thu, 31 Jul 2014 08:58:59 +0000 (16:58 +0800)]
Don't mess up with browser process's execArgv, fixes #492.

9 years agoAdd spec for #492.
Cheng Zhao [Thu, 31 Jul 2014 08:47:11 +0000 (16:47 +0800)]
Add spec for #492.

9 years agoMerge pull request #538 from atom/tracing-module
Cheng Zhao [Thu, 31 Jul 2014 08:25:27 +0000 (16:25 +0800)]
Merge pull request #538 from atom/tracing-module

Add content-tracing module

9 years agoFix typo.
Cheng Zhao [Thu, 31 Jul 2014 07:49:14 +0000 (15:49 +0800)]
Fix typo.

9 years agoAdd docs on content-tracing module.
Cheng Zhao [Thu, 31 Jul 2014 07:40:40 +0000 (15:40 +0800)]
Add docs on content-tracing module.

9 years agoAdd options defines.
Cheng Zhao [Thu, 31 Jul 2014 07:12:02 +0000 (15:12 +0800)]
Add options defines.

9 years agoAdd content-tracing module.
Cheng Zhao [Thu, 31 Jul 2014 07:08:54 +0000 (15:08 +0800)]
Add content-tracing module.

9 years agoShip VS2012 redist DLLs.
Cheng Zhao [Thu, 31 Jul 2014 06:12:01 +0000 (14:12 +0800)]
Ship VS2012 redist DLLs.

Atom Shell has been built with VS2013 so we should not ship VS2010's DLLs.

9 years agolinux: Only use global application menubar on unity.
Cheng Zhao [Thu, 31 Jul 2014 05:09:31 +0000 (13:09 +0800)]
linux: Only use global application menubar on unity.

Fixes atom/atom#3114.

9 years agoMerge pull request #530 from atom/ks-vendor-dlls
Cheng Zhao [Thu, 31 Jul 2014 05:10:48 +0000 (13:10 +0800)]
Merge pull request #530 from atom/ks-vendor-dlls

Vendor Microsoft C/C++ dlls

9 years agofix node to build with target_arch=x64 on linux
Dane Springmeyer [Thu, 31 Jul 2014 03:51:23 +0000 (20:51 -0700)]
fix node to build with target_arch=x64 on linux

atom-shell on linux is incorrectly reporting `ia32` for `process.arch`.

This is happening because `-Dtarget_arch=ia32` is passed to ninja on linux inside `script/update.py` which leads to '-DARCH="ia32"' being set in the compile flags. I see that the current intention is to target 64 bit builds on linux (37275c64cd07) and the binaries are in fact compiled as 64 bit despite this bug.  I guess ninja is somehow smartly ignoring the incorrect setting of the `-m32` flags at https://github.com/atom/node/blob/6d772c3cda0bb8270857397e128ea1e36c361125/common.gypi#L175-L178.

Until this is fixed it breaks usage of any node-pre-gyp packaged node addons because node-pre-gyp depends on process.arch being correct in order to require the right binary arch.

9 years agomac: Guard against closed window, fixes #536.
Cheng Zhao [Thu, 31 Jul 2014 02:31:08 +0000 (10:31 +0800)]
mac: Guard against closed window, fixes #536.

9 years agoNits: Fix code style.
Haojian Wu [Wed, 30 Jul 2014 13:18:26 +0000 (21:18 +0800)]
Nits: Fix code style.

9 years ago:memo: Shortcut API document.
Haojian Wu [Wed, 30 Jul 2014 06:58:22 +0000 (14:58 +0800)]
:memo: Shortcut API document.

9 years agoEmit failed message when fail to register shortcut.
Haojian Wu [Wed, 30 Jul 2014 06:56:29 +0000 (14:56 +0800)]
Emit failed message when fail to register shortcut.

9 years agolinux: Implement global keyboard shortcut API.
Haojian Wu [Mon, 28 Jul 2014 15:00:44 +0000 (23:00 +0800)]
linux: Implement global keyboard shortcut API.

9 years agowin: Implement global keyboard shortcut API.
Yeechan Lu [Sun, 27 Jul 2014 01:28:14 +0000 (09:28 +0800)]
win: Implement global keyboard shortcut API.

9 years agomac: Implement global keyboard shortcut API.
Haojian Wu [Sun, 20 Jul 2014 15:09:26 +0000 (23:09 +0800)]
mac: Implement global keyboard shortcut API.

9 years agoUpdate brightray, fixes #498.
Cheng Zhao [Wed, 30 Jul 2014 14:45:23 +0000 (22:45 +0800)]
Update brightray, fixes #498.

10 years agoVendor Microsoft C/C++ dlls
Kevin Sawicki [Tue, 29 Jul 2014 16:45:35 +0000 (09:45 -0700)]
Vendor Microsoft C/C++ dlls

10 years agoUpgrade apm to 0.84.
Cheng Zhao [Tue, 29 Jul 2014 15:00:20 +0000 (23:00 +0800)]
Upgrade apm to 0.84.

10 years agomac: Fix app.dock.show/hide, close #520.
Cheng Zhao [Tue, 29 Jul 2014 14:31:51 +0000 (22:31 +0800)]
mac: Fix app.dock.show/hide, close #520.

10 years agoBump v0.15.0.
Cheng Zhao [Tue, 29 Jul 2014 03:15:05 +0000 (11:15 +0800)]
Bump v0.15.0.

10 years agoMerge pull request #524 from atom/chrome36
Cheng Zhao [Tue, 29 Jul 2014 03:13:50 +0000 (11:13 +0800)]
Merge pull request #524 from atom/chrome36

Upgrade to Chrome36

10 years agowin: No more need to convert to DIP point for context menu.
Cheng Zhao [Mon, 28 Jul 2014 12:44:11 +0000 (20:44 +0800)]
win: No more need to convert to DIP point for context menu.

10 years agoFix building on Windows.
Cheng Zhao [Mon, 28 Jul 2014 12:32:10 +0000 (20:32 +0800)]
Fix building on Windows.