platform/framework/web/crosswalk-tizen.git
8 years agoAdd Japanes translated docs, improve a doc style.
Takahito Yamatoya [Sun, 24 Jan 2016 10:47:12 +0000 (19:47 +0900)]
Add Japanes translated docs, improve a doc style.

8 years agoMerge pull request #4215 from atom/fix-fullscreenable
Cheng Zhao [Sun, 24 Jan 2016 07:20:16 +0000 (15:20 +0800)]
Merge pull request #4215 from atom/fix-fullscreenable

Add tests for "-able" options and methods

8 years agospec: Fix failing tests on Windows
Cheng Zhao [Sat, 23 Jan 2016 12:03:56 +0000 (20:03 +0800)]
spec: Fix failing tests on Windows

8 years agospec: hasShadow state
Cheng Zhao [Sat, 23 Jan 2016 11:40:28 +0000 (03:40 -0800)]
spec: hasShadow state

8 years agospec: Improve the test for resizable
Cheng Zhao [Sat, 23 Jan 2016 11:38:19 +0000 (03:38 -0800)]
spec: Improve the test for resizable

8 years agospec: Test the -able methods
Cheng Zhao [Sat, 23 Jan 2016 11:35:30 +0000 (03:35 -0800)]
spec: Test the -able methods

8 years agoSimplify the setStyleMask calls
Cheng Zhao [Sat, 23 Jan 2016 11:12:19 +0000 (03:12 -0800)]
Simplify the setStyleMask calls

8 years agoMake hasShadow work on Windows/Linux
Cheng Zhao [Sat, 23 Jan 2016 10:55:12 +0000 (02:55 -0800)]
Make hasShadow work on Windows/Linux

8 years agoReorgnize how attributes work
Cheng Zhao [Sat, 23 Jan 2016 10:23:18 +0000 (02:23 -0800)]
Reorgnize how attributes work

8 years agoFix fullscreenable on EL Capitan
Cheng Zhao [Sat, 23 Jan 2016 07:51:52 +0000 (23:51 -0800)]
Fix fullscreenable on EL Capitan

8 years agoFullscreenable => FullScreenable
Cheng Zhao [Sat, 23 Jan 2016 07:47:37 +0000 (23:47 -0800)]
Fullscreenable => FullScreenable

8 years ago:memo: Update as upstream
Plusb Preco [Sat, 23 Jan 2016 17:33:45 +0000 (02:33 +0900)]
:memo: Update as upstream

* Update as upstream
* Fix typos
* Improve grammar
[ci skip]

8 years agoMerge pull request #4204 from yamatoya/master
Cheng Zhao [Sun, 24 Jan 2016 06:28:59 +0000 (14:28 +0800)]
Merge pull request #4204 from yamatoya/master

Add Japanes translated docs.

8 years agoAdd Japanes translated docs.
Takahito Yamatoya [Sat, 23 Jan 2016 11:03:10 +0000 (20:03 +0900)]
Add Japanes translated docs.

8 years agoMerge pull request #4202 from evgenyzinoviev/shadow-pr
Cheng Zhao [Sat, 23 Jan 2016 07:56:38 +0000 (23:56 -0800)]
Merge pull request #4202 from evgenyzinoviev/shadow-pr

Added hasShadow option to BrowserWindow on OS X

8 years agoMerge pull request #4156 from evgenyzinoviev/windows-pr
Cheng Zhao [Sat, 23 Jan 2016 07:42:41 +0000 (23:42 -0800)]
Merge pull request #4156 from evgenyzinoviev/windows-pr

Improvements in BrowserWindow

8 years agodoc fix
evgenyzinoviev [Sat, 23 Jan 2016 00:37:05 +0000 (01:37 +0100)]
doc fix

8 years agoadded hasShadow option to BrowserWindow (osx)
evgenyzinoviev [Sat, 23 Jan 2016 00:15:49 +0000 (01:15 +0100)]
added hasShadow option to BrowserWindow (osx)

8 years agomac: SetResizable fix
evgenyzinoviev [Fri, 22 Jan 2016 22:44:05 +0000 (23:44 +0100)]
mac: SetResizable fix

8 years agomaximizable, fullscreenable docs
evgenyzinoviev [Fri, 22 Jan 2016 22:31:59 +0000 (23:31 +0100)]
maximizable, fullscreenable docs

8 years agomaximizable and fullscreenable
evgenyzinoviev [Fri, 22 Jan 2016 21:24:33 +0000 (22:24 +0100)]
maximizable and fullscreenable

8 years agoMerge pull request #4198 from atom/default-popup-x-y
Cheng Zhao [Fri, 22 Jan 2016 20:33:14 +0000 (13:33 -0700)]
Merge pull request #4198 from atom/default-popup-x-y

Cleanup the Menu::popup code

8 years agoRemove Menu::Popup
Cheng Zhao [Fri, 22 Jan 2016 18:59:08 +0000 (11:59 -0700)]
Remove Menu::Popup

8 years agodocs: Default value of positioningItem
Cheng Zhao [Fri, 22 Jan 2016 18:32:14 +0000 (11:32 -0700)]
docs: Default value of positioningItem

8 years agodocs: Default parameter for Menu.popup
Cheng Zhao [Fri, 22 Jan 2016 18:29:26 +0000 (11:29 -0700)]
docs: Default parameter for Menu.popup

8 years agoNo more need to override Menu::Popup
Cheng Zhao [Fri, 22 Jan 2016 18:27:17 +0000 (11:27 -0700)]
No more need to override Menu::Popup

8 years agoviews: Remove PopupAtPoint
Cheng Zhao [Fri, 22 Jan 2016 18:25:16 +0000 (11:25 -0700)]
views: Remove PopupAtPoint

8 years agomac: Remove duplicate code of Popup
Cheng Zhao [Fri, 22 Jan 2016 18:17:12 +0000 (11:17 -0700)]
mac: Remove duplicate code of Popup

8 years agopositioningItem => positioning_item
Cheng Zhao [Fri, 22 Jan 2016 17:51:51 +0000 (10:51 -0700)]
positioningItem => positioning_item

8 years agoMerge pull request #4192 from evgenyzinoviev/menu-pr
Cheng Zhao [Fri, 22 Jan 2016 17:49:17 +0000 (10:49 -0700)]
Merge pull request #4192 from evgenyzinoviev/menu-pr

Menu.popup: specify positioning item (OS X)

8 years agoMerge pull request #4190 from ragingwind/strict-compare
Cheng Zhao [Fri, 22 Jan 2016 16:48:40 +0000 (09:48 -0700)]
Merge pull request #4190 from ragingwind/strict-compare

Using strict comparation

8 years agospecify positioning item for popup menus
evgenyzinoviev [Fri, 22 Jan 2016 02:18:04 +0000 (03:18 +0100)]
specify positioning item for popup menus

8 years agoUsing strict comparation
ragingwind [Fri, 22 Jan 2016 00:04:59 +0000 (09:04 +0900)]
Using strict comparation

8 years agoBump v0.36.5
Cheng Zhao [Fri, 22 Jan 2016 00:04:38 +0000 (17:04 -0700)]
Bump v0.36.5

8 years agoMerge pull request #3902 from bengotow/asar-perf
Cheng Zhao [Thu, 21 Jan 2016 23:46:49 +0000 (16:46 -0700)]
Merge pull request #3902 from bengotow/asar-perf

Add env var to export a hint file to optimize ASAR ordering

8 years agoMerge pull request #4189 from atom/update-accelerator
Jessica Lord [Thu, 21 Jan 2016 23:14:14 +0000 (16:14 -0700)]
Merge pull request #4189 from atom/update-accelerator

Use Alt in OS X 'Hide Others' menu item accelerator

8 years agoUse Alt in accelerator
Jessica Lord [Thu, 21 Jan 2016 22:48:06 +0000 (15:48 -0700)]
Use Alt in accelerator

8 years agoFix typos in environment-variables.md
Ben Gotow [Thu, 21 Jan 2016 18:57:50 +0000 (10:57 -0800)]
Fix typos in environment-variables.md

8 years agoTurn on logging via a command line env var
Ben Gotow [Wed, 23 Dec 2015 00:05:14 +0000 (19:05 -0500)]
Turn on logging via a command line env var

8 years agoMerge pull request #4188 from Rosey/update-menu-doc
Jessica Lord [Thu, 21 Jan 2016 22:45:49 +0000 (15:45 -0700)]
Merge pull request #4188 from Rosey/update-menu-doc

:memo: Use correct shortcut for 'Hide Others' menu item example

8 years agoLog ASAR file access to build ordering hint file
Ben Gotow [Tue, 22 Dec 2015 19:20:50 +0000 (12:20 -0700)]
Log ASAR file access to build ordering hint file

This is a work in progress—need to make this behavior optional via a new flag.

8 years agoMerge pull request #4161 from gabriel/master
Cheng Zhao [Thu, 21 Jan 2016 22:42:21 +0000 (15:42 -0700)]
Merge pull request #4161 from gabriel/master

Support backgroundColor for window on mac

8 years ago:memo: Use correct shortcut for 'Hide Others' menu item example
Rose Robertson [Thu, 21 Jan 2016 22:31:18 +0000 (14:31 -0800)]
:memo: Use correct shortcut for 'Hide Others' menu item example

As per https://support.apple.com/en-gb/HT201236, the correct keyboard shortcut
for hiding all but the current window is Command-Option(Alt)-H.

8 years ago:memo: Update as upstream
Plusb Preco [Thu, 21 Jan 2016 17:39:37 +0000 (02:39 +0900)]
:memo: Update as upstream

[ci skip]

8 years agoMerge pull request #4178 from deepak1556/webview_blinkfeatures_attributes_patch
Cheng Zhao [Thu, 21 Jan 2016 22:03:33 +0000 (15:03 -0700)]
Merge pull request #4178 from deepak1556/webview_blinkfeatures_attributes_patch

webview: add blinkfeatures attribute

8 years agoMerge pull request #4177 from deepak1556/default_download_dir_patch
Cheng Zhao [Thu, 21 Jan 2016 21:54:21 +0000 (14:54 -0700)]
Merge pull request #4177 from deepak1556/default_download_dir_patch

browser: change location of default download dir

8 years agoMerge pull request #4186 from CharlieHess/webview-load-url
Cheng Zhao [Thu, 21 Jan 2016 21:53:32 +0000 (14:53 -0700)]
Merge pull request #4186 from CharlieHess/webview-load-url

Expose loadURL for the webview tag.

8 years agoMerge pull request #4163 from deepak1556/web_preferences_fonts_patch
Cheng Zhao [Thu, 21 Jan 2016 21:35:30 +0000 (14:35 -0700)]
Merge pull request #4163 from deepak1556/web_preferences_fonts_patch

browser: add font related settings to webpreferences

8 years agoExpose loadURL for the webview tag.
Charlie Hess [Thu, 21 Jan 2016 21:31:35 +0000 (13:31 -0800)]
Expose loadURL for the webview tag.

8 years agoUpdate brightray for #4169
Cheng Zhao [Thu, 21 Jan 2016 21:08:10 +0000 (14:08 -0700)]
Update brightray for #4169

8 years agoSupport backgroundColor for window on mac
Gabriel Handford [Tue, 19 Jan 2016 23:24:16 +0000 (15:24 -0800)]
Support backgroundColor for window on mac

8 years agoMerge pull request #4172 from atom/enable-eslint-rules
Kevin Sawicki [Thu, 21 Jan 2016 16:56:07 +0000 (09:56 -0700)]
Merge pull request #4172 from atom/enable-eslint-rules

Enable more eslint rules

8 years agoAdd WebView to globals
Kevin Sawicki [Wed, 20 Jan 2016 16:50:10 +0000 (09:50 -0700)]
Add WebView to globals

8 years agoEnable no-undef eslint rule
Kevin Sawicki [Wed, 20 Jan 2016 16:50:00 +0000 (09:50 -0700)]
Enable no-undef eslint rule

8 years agoAdd missing fs require
Kevin Sawicki [Wed, 20 Jan 2016 16:49:52 +0000 (09:49 -0700)]
Add missing fs require

8 years agoAdd missing semicolons
Kevin Sawicki [Wed, 20 Jan 2016 16:48:25 +0000 (09:48 -0700)]
Add missing semicolons

8 years agoAdd globals to eslint config
Kevin Sawicki [Wed, 20 Jan 2016 14:10:14 +0000 (07:10 -0700)]
Add globals to eslint config

8 years agoRun cpplint from lint npm script
Kevin Sawicki [Wed, 20 Jan 2016 14:07:39 +0000 (07:07 -0700)]
Run cpplint from lint npm script

8 years agoe -> error
Kevin Sawicki [Tue, 19 Jan 2016 23:11:55 +0000 (15:11 -0800)]
e -> error

8 years agoClean up semicolon lint errors
Kevin Sawicki [Tue, 19 Jan 2016 22:53:59 +0000 (14:53 -0800)]
Clean up semicolon lint errors

8 years agoClean up no-unused-vars lint errors
Kevin Sawicki [Tue, 19 Jan 2016 22:49:40 +0000 (14:49 -0800)]
Clean up no-unused-vars lint errors

8 years agoClean up no-empty lint errors
Kevin Sawicki [Tue, 19 Jan 2016 19:31:47 +0000 (11:31 -0800)]
Clean up no-empty lint errors

8 years agoClean up indent eslint errors
Kevin Sawicki [Tue, 19 Jan 2016 18:25:03 +0000 (10:25 -0800)]
Clean up indent eslint errors

8 years agoClean up no-unreachable lint errors
Kevin Sawicki [Tue, 19 Jan 2016 18:21:18 +0000 (10:21 -0800)]
Clean up no-unreachable lint errors

8 years agoAdd npm run lint script
Kevin Sawicki [Tue, 19 Jan 2016 18:21:06 +0000 (10:21 -0800)]
Add npm run lint script

8 years agowebview: add blinkfeatures attribute
Robo [Thu, 21 Jan 2016 10:13:41 +0000 (15:43 +0530)]
webview: add blinkfeatures attribute

8 years agobrowser: change location of default download dir
Robo [Thu, 21 Jan 2016 08:21:37 +0000 (13:51 +0530)]
browser: change location of default download dir

8 years agobrowser: add font related settings to webpreferences
Robo [Tue, 19 Jan 2016 14:13:23 +0000 (19:43 +0530)]
browser: add font related settings to webpreferences

8 years agoMerge pull request #4170 from arniu/patch-1
Cheng Zhao [Wed, 20 Jan 2016 22:47:32 +0000 (15:47 -0700)]
Merge pull request #4170 from arniu/patch-1

Update coding-style.md

8 years agoMerge pull request #4166 from ragingwind/patch-1
Cheng Zhao [Wed, 20 Jan 2016 22:34:31 +0000 (15:34 -0700)]
Merge pull request #4166 from ragingwind/patch-1

Add Korean community

8 years agoMerge pull request #4164 from deepak1556/menu_toggle_crash_patch
Cheng Zhao [Wed, 20 Jan 2016 22:32:53 +0000 (15:32 -0700)]
Merge pull request #4164 from deepak1556/menu_toggle_crash_patch

browser: fix crash when switching to sibling menu from submenus

8 years agoMerge pull request #4165 from yamatoya/master
Cheng Zhao [Wed, 20 Jan 2016 22:28:17 +0000 (15:28 -0700)]
Merge pull request #4165 from yamatoya/master

Add Japanes translated docs.

8 years agoMerge pull request #4168 from atom/cpplint-utility-folder
Kevin Sawicki [Wed, 20 Jan 2016 17:00:50 +0000 (10:00 -0700)]
Merge pull request #4168 from atom/cpplint-utility-folder

Run cpplint on utility folder

8 years agodocs: win.destroy() is safe
Cheng Zhao [Wed, 20 Jan 2016 16:46:38 +0000 (09:46 -0700)]
docs: win.destroy() is safe

8 years agoRemove trailing whitespace
Kevin Sawicki [Wed, 20 Jan 2016 14:11:38 +0000 (07:11 -0700)]
Remove trailing whitespace

8 years agoRun cpplint on utility folder
Kevin Sawicki [Wed, 20 Jan 2016 14:11:28 +0000 (07:11 -0700)]
Run cpplint on utility folder

8 years agoMerge pull request #4158 from atom/desktop-capturer-error-message
Cheng Zhao [Wed, 20 Jan 2016 16:42:51 +0000 (09:42 -0700)]
Merge pull request #4158 from atom/desktop-capturer-error-message

Fix error calling desktopCapturer.getSources twice

8 years agoUpdate coding-style.md
Hailin Tseng [Wed, 20 Jan 2016 16:03:41 +0000 (00:03 +0800)]
Update coding-style.md

8 years agoAdd Korean community
Jimmy Moon [Wed, 20 Jan 2016 10:05:35 +0000 (19:05 +0900)]
Add Korean community

8 years agoAdd Japanes translated docs.
Takahito Yamatoya [Wed, 20 Jan 2016 07:09:01 +0000 (16:09 +0900)]
Add Japanes translated docs.

8 years agobrowser: fix crash when switching to sibling menu from submenus
Robo [Wed, 20 Jan 2016 02:59:44 +0000 (08:29 +0530)]
browser: fix crash when switching to sibling menu from submenus

8 years agoMerge pull request #4146 from yamatoya/master
Cheng Zhao [Tue, 19 Jan 2016 20:12:41 +0000 (12:12 -0800)]
Merge pull request #4146 from yamatoya/master

Add Japanes translated docs.

8 years agoTweak spec description
Kevin Sawicki [Tue, 19 Jan 2016 19:05:57 +0000 (11:05 -0800)]
Tweak spec description

8 years agoRemove unused errorMessage reference
Kevin Sawicki [Tue, 19 Jan 2016 19:02:12 +0000 (11:02 -0800)]
Remove unused errorMessage reference

8 years agoAdd failing spec
Kevin Sawicki [Tue, 19 Jan 2016 18:57:18 +0000 (10:57 -0800)]
Add failing spec

8 years agoUse const and remove extra returns
Kevin Sawicki [Tue, 19 Jan 2016 18:54:12 +0000 (10:54 -0800)]
Use const and remove extra returns

8 years agoMerge pull request #4153 from sunaiwen/patch-1
Kevin Sawicki [Tue, 19 Jan 2016 18:12:26 +0000 (10:12 -0800)]
Merge pull request #4153 from sunaiwen/patch-1

Update debugging-main-process.md

8 years agoMerge pull request #4150 from hamxiaoz/patch-1
Kevin Sawicki [Tue, 19 Jan 2016 18:10:17 +0000 (10:10 -0800)]
Merge pull request #4150 from hamxiaoz/patch-1

Fix a broken link

8 years agofix for windows
evgenyzinoviev [Tue, 19 Jan 2016 15:57:14 +0000 (16:57 +0100)]
fix for windows

8 years agoIsMovable to return true on Linux
evgenyzinoviev [Tue, 19 Jan 2016 15:43:52 +0000 (16:43 +0100)]
IsMovable to return true on Linux

8 years agodocs updated
evgenyzinoviev [Tue, 19 Jan 2016 15:07:51 +0000 (16:07 +0100)]
docs updated

8 years agoadded or/and improved closable, minimizable, movable, resizable features for windows...
evgenyzinoviev [Mon, 18 Jan 2016 22:46:35 +0000 (23:46 +0100)]
added or/and improved closable, minimizable, movable, resizable features for windows on os x and windows

8 years agoAdd Japanes translated docs.
Takahito Yamatoya [Tue, 19 Jan 2016 08:23:17 +0000 (17:23 +0900)]
Add Japanes translated docs.

8 years agoUpdate debugging-main-process.md
Niven Su [Tue, 19 Jan 2016 05:49:49 +0000 (13:49 +0800)]
Update debugging-main-process.md

fix doc typo

8 years agoFix a broken link
Andrew Zheng [Mon, 18 Jan 2016 21:50:33 +0000 (13:50 -0800)]
Fix a broken link

The reference-style link uses a relative path, which doesn't work well on the main site http://electron.atom.io/.

8 years agoAdd Japanes translated docs.
Takahito Yamatoya [Mon, 18 Jan 2016 14:38:44 +0000 (23:38 +0900)]
Add Japanes translated docs.

8 years agoMerge pull request #4142 from Rokt33r/patch-2
Cheng Zhao [Mon, 18 Jan 2016 10:33:03 +0000 (18:33 +0800)]
Merge pull request #4142 from Rokt33r/patch-2

Update frameless-window.md

8 years agoUpdate frameless-window.md
Dick Choi [Mon, 18 Jan 2016 09:35:14 +0000 (18:35 +0900)]
Update frameless-window.md

`-title-bar-style` => `titleBarStyle“

https://github.com/atom/electron/blob/master/docs/api/browser-window.md#class-browserwindow

8 years agoMerge pull request #4138 from yamatoya/master
Cheng Zhao [Mon, 18 Jan 2016 07:37:07 +0000 (15:37 +0800)]
Merge pull request #4138 from yamatoya/master

Add Japanes translated docs.

8 years agoAdd Japanes translated docs.
Takahito Yamatoya [Sun, 17 Jan 2016 16:00:28 +0000 (01:00 +0900)]
Add Japanes translated docs.