platform/framework/web/crosswalk-tizen.git
8 years agoAdd initial windows login item implementation
Kevin Sawicki [Mon, 11 Jul 2016 18:12:26 +0000 (11:12 -0700)]
Add initial windows login item implementation

8 years agoAdd get/setLoginItemSettings on all platforms
Kevin Sawicki [Mon, 11 Jul 2016 17:57:53 +0000 (10:57 -0700)]
Add get/setLoginItemSettings on all platforms

8 years agoMerge pull request #6449 from electron/10.9-transparent
Cheng Zhao [Tue, 12 Jul 2016 06:25:37 +0000 (15:25 +0900)]
Merge pull request #6449 from electron/10.9-transparent

Fix transparent window having border on OS X 10.9

8 years agoRemove some unneeded hacks for old OS X versions
Cheng Zhao [Tue, 12 Jul 2016 06:15:47 +0000 (15:15 +0900)]
Remove some unneeded hacks for old OS X versions

8 years agoFix transparent window having border on OS X 10.9
Cheng Zhao [Tue, 12 Jul 2016 06:01:37 +0000 (15:01 +0900)]
Fix transparent window having border on OS X 10.9

8 years agoMerge pull request #6448 from electron/tray-next-tick
Cheng Zhao [Tue, 12 Jul 2016 05:55:34 +0000 (14:55 +0900)]
Merge pull request #6448 from electron/tray-next-tick

Destroy the native tray in next tick

8 years agoDestroy the native tray in next tick
Cheng Zhao [Tue, 12 Jul 2016 05:23:38 +0000 (14:23 +0900)]
Destroy the native tray in next tick

8 years agoMerge pull request #6447 from ellerbrock/broken-link-fix
Cheng Zhao [Tue, 12 Jul 2016 02:01:52 +0000 (11:01 +0900)]
Merge pull request #6447 from ellerbrock/broken-link-fix

fix broken link

8 years agoMerge pull request #6446 from electron/accessibility-api
Cheng Zhao [Tue, 12 Jul 2016 01:59:12 +0000 (10:59 +0900)]
Merge pull request #6446 from electron/accessibility-api

Add API for Chrome's accessibility support state

8 years agoMerge pull request #6442 from electron/circular-references
Cheng Zhao [Tue, 12 Jul 2016 01:39:16 +0000 (10:39 +0900)]
Merge pull request #6442 from electron/circular-references

Maintain stack of visited objects for cycle detection

8 years agoMerge pull request #6441 from miniak/remove-windows-vista-check
Cheng Zhao [Tue, 12 Jul 2016 01:33:29 +0000 (10:33 +0900)]
Merge pull request #6441 from miniak/remove-windows-vista-check

Remove unnecessary >= Windows Vista check

8 years agofix broken link
Maik Ellerbrock [Mon, 11 Jul 2016 23:31:18 +0000 (07:31 +0800)]
fix broken link

fixed broken link "how to share data between web pages" in section "Differences Between Main Process and Renderer Process"

8 years agoAdd missing typeof
Kevin Sawicki [Mon, 11 Jul 2016 21:48:48 +0000 (14:48 -0700)]
Add missing typeof

8 years agoRemove linter warnings
Kevin Sawicki [Mon, 11 Jul 2016 21:46:28 +0000 (14:46 -0700)]
Remove linter warnings

8 years agoIsAccessibilitySupportEnabled -> isAccessibilitySupportEnabled
Kevin Sawicki [Mon, 11 Jul 2016 21:44:32 +0000 (14:44 -0700)]
IsAccessibilitySupportEnabled -> isAccessibilitySupportEnabled

8 years agoDocument accessibility support API
Kevin Sawicki [Mon, 11 Jul 2016 21:41:35 +0000 (14:41 -0700)]
Document accessibility support API

8 years agoAdd spec to verify app.isAccessibilitySupportEnabled return type
Kevin Sawicki [Mon, 11 Jul 2016 21:32:24 +0000 (14:32 -0700)]
Add spec to verify app.isAccessibilitySupportEnabled return type

8 years agoUpdate API to isAccessibilitySupportEnabled
Kevin Sawicki [Mon, 11 Jul 2016 21:32:14 +0000 (14:32 -0700)]
Update API to isAccessibilitySupportEnabled

8 years agoImplement accessiblity change events on Windows
Kevin Sawicki [Mon, 11 Jul 2016 21:19:16 +0000 (14:19 -0700)]
Implement accessiblity change events on Windows

8 years agoImplement accessiblity change events on mac
Kevin Sawicki [Mon, 11 Jul 2016 21:09:01 +0000 (14:09 -0700)]
Implement accessiblity change events on mac

8 years agoAdd API for accessibility state and changes
Kevin Sawicki [Mon, 11 Jul 2016 21:04:56 +0000 (14:04 -0700)]
Add API for accessibility state and changes

8 years agoMerge pull request #6443 from robertfirespotter/patch-1
Kevin Sawicki [Mon, 11 Jul 2016 19:09:30 +0000 (12:09 -0700)]
Merge pull request #6443 from robertfirespotter/patch-1

Fix link to locales.md

8 years agoFix link to locales.md
Robert D [Mon, 11 Jul 2016 18:37:22 +0000 (11:37 -0700)]
Fix link to locales.md

8 years agoAdd more cycle tests
Kevin Sawicki [Mon, 11 Jul 2016 17:49:23 +0000 (10:49 -0700)]
Add more cycle tests

8 years agoOnly check arrays and objects for cycles
Kevin Sawicki [Mon, 11 Jul 2016 17:39:21 +0000 (10:39 -0700)]
Only check arrays and objects for cycles

8 years agoRemove linter errors
Kevin Sawicki [Mon, 11 Jul 2016 17:30:18 +0000 (10:30 -0700)]
Remove linter errors

8 years agoMaintain visted objects as a stack for cycle detection
Kevin Sawicki [Mon, 11 Jul 2016 17:28:01 +0000 (10:28 -0700)]
Maintain visted objects as a stack for cycle detection

8 years agoAdd more failing circular reference specs
Kevin Sawicki [Mon, 11 Jul 2016 17:27:43 +0000 (10:27 -0700)]
Add more failing circular reference specs

8 years agoCall includes directly on visited array
Kevin Sawicki [Mon, 11 Jul 2016 16:54:18 +0000 (09:54 -0700)]
Call includes directly on visited array

8 years agoReturn empty array for circular references
Kevin Sawicki [Mon, 11 Jul 2016 16:53:06 +0000 (09:53 -0700)]
Return empty array for circular references

8 years agoAdd spec for circular array/object references
Kevin Sawicki [Mon, 11 Jul 2016 16:52:34 +0000 (09:52 -0700)]
Add spec for circular array/object references

8 years agoRemove unnecessary >= Windows Vista check
Milan Burda [Mon, 11 Jul 2016 16:23:33 +0000 (18:23 +0200)]
Remove unnecessary >= Windows Vista check

8 years agoMerge pull request #6438 from develar/patch-2
Cheng Zhao [Mon, 11 Jul 2016 11:12:59 +0000 (20:12 +0900)]
Merge pull request #6438 from develar/patch-2

docs: electron-userland package tools links

8 years agodocs: electron-userland package tools links
Vladimir Krivosheev [Mon, 11 Jul 2016 11:05:02 +0000 (13:05 +0200)]
docs: electron-userland package tools links

`electron-packager` and `electron-builder` now in the `electron-userland` github org — links fixed.

8 years agoMerge pull request #6436 from electron/open-external-string16
Cheng Zhao [Mon, 11 Jul 2016 08:31:17 +0000 (17:31 +0900)]
Merge pull request #6436 from electron/open-external-string16

win: Fix openExternal not working with non-ASCII characters

8 years agoRemove unneeded include
Cheng Zhao [Mon, 11 Jul 2016 08:13:21 +0000 (17:13 +0900)]
Remove unneeded include

8 years agowin: Fix openExternal not working with non-ASCII characters
Cheng Zhao [Mon, 11 Jul 2016 08:11:05 +0000 (17:11 +0900)]
win: Fix openExternal not working with non-ASCII characters

8 years agoMerge pull request #6434 from electron/fullscreen-set-bounds
Cheng Zhao [Mon, 11 Jul 2016 08:11:51 +0000 (17:11 +0900)]
Merge pull request #6434 from electron/fullscreen-set-bounds

mac: Do not change window size when in fullscreen

8 years agomac: Do not change window size when in fullscreen
Cheng Zhao [Mon, 11 Jul 2016 07:44:42 +0000 (16:44 +0900)]
mac: Do not change window size when in fullscreen

8 years agoFix indention
Cheng Zhao [Mon, 11 Jul 2016 07:43:01 +0000 (16:43 +0900)]
Fix indention

8 years agoMerge pull request #6433 from electron/fullscreen-button
Cheng Zhao [Mon, 11 Jul 2016 07:23:10 +0000 (16:23 +0900)]
Merge pull request #6433 from electron/fullscreen-button

The fullscreen button should always be hidden for frameless window

8 years agoThe fullscreen button should always be hidden for frameless window
Cheng Zhao [Mon, 11 Jul 2016 06:58:07 +0000 (15:58 +0900)]
The fullscreen button should always be hidden for frameless window

8 years agoMerge pull request #6432 from electron/global-unresponsive-suppresser
Cheng Zhao [Mon, 11 Jul 2016 06:45:36 +0000 (15:45 +0900)]
Merge pull request #6432 from electron/global-unresponsive-suppresser

Suppress the unresponsive event globally

8 years agoSuppress unresponsive event when showing menu
Cheng Zhao [Mon, 11 Jul 2016 06:31:24 +0000 (15:31 +0900)]
Suppress unresponsive event when showing menu

8 years agoReplace DialogScope with UnresponsiveSuppressor
Cheng Zhao [Mon, 11 Jul 2016 06:29:03 +0000 (15:29 +0900)]
Replace DialogScope with UnresponsiveSuppressor

The latter is global-wide.

8 years agoUpdate brightray for #2565
Cheng Zhao [Mon, 11 Jul 2016 06:10:43 +0000 (15:10 +0900)]
Update brightray for #2565

8 years agoMerge pull request #6431 from electron/show-hidden-files
Cheng Zhao [Mon, 11 Jul 2016 05:58:33 +0000 (14:58 +0900)]
Merge pull request #6431 from electron/show-hidden-files

Add showHiddenFiles property for dialog.showOpenDialog

8 years agodocs: showHiddenFiles
Cheng Zhao [Mon, 11 Jul 2016 04:52:44 +0000 (13:52 +0900)]
docs: showHiddenFiles

8 years agowin: Use FOS_FORCESHOWHIDDEN for showHiddenFiles
Cheng Zhao [Mon, 11 Jul 2016 04:49:51 +0000 (13:49 +0900)]
win: Use FOS_FORCESHOWHIDDEN for showHiddenFiles

8 years agogtk: Set show-hidden property for showHiddenFiles
Cheng Zhao [Mon, 11 Jul 2016 04:47:24 +0000 (13:47 +0900)]
gtk: Set show-hidden property for showHiddenFiles

8 years agomac: Add showHiddenFiles property for showOpenDialog
Cheng Zhao [Mon, 11 Jul 2016 04:30:18 +0000 (13:30 +0900)]
mac: Add showHiddenFiles property for showOpenDialog

8 years agoMerge pull request #6429 from electron/fullscreen-menu-bar
Cheng Zhao [Mon, 11 Jul 2016 04:28:00 +0000 (13:28 +0900)]
Merge pull request #6429 from electron/fullscreen-menu-bar

Auto-hide menubar when in fullscreen

8 years agoAuto-hide menubar when in fullscreen
Cheng Zhao [Mon, 11 Jul 2016 04:10:19 +0000 (13:10 +0900)]
Auto-hide menubar when in fullscreen

8 years agoMerge pull request #6428 from electron/toolbar
Cheng Zhao [Mon, 11 Jul 2016 04:00:48 +0000 (13:00 +0900)]
Merge pull request #6428 from electron/toolbar

win: Add toolbar type for BrowserWindow

8 years agowin: Add toolbar type for BrowserWindow
Cheng Zhao [Mon, 11 Jul 2016 03:46:50 +0000 (12:46 +0900)]
win: Add toolbar type for BrowserWindow

8 years agoUpdate brightray for #6423
Cheng Zhao [Mon, 11 Jul 2016 00:04:34 +0000 (09:04 +0900)]
Update brightray for #6423

8 years agoMerge pull request #6423 from electron/modernize-to-c11
Cheng Zhao [Mon, 11 Jul 2016 00:03:03 +0000 (09:03 +0900)]
Merge pull request #6423 from electron/modernize-to-c11

Modernize to c++11

8 years agoSome manual change to for-ranged loop.
Haojian Wu [Sun, 10 Jul 2016 13:56:42 +0000 (15:56 +0200)]
Some manual change to for-ranged loop.

Use "const auto&" where possible.

8 years agoDon't change chromium_src files.
Haojian Wu [Sun, 10 Jul 2016 13:35:54 +0000 (15:35 +0200)]
Don't change chromium_src files.

8 years agoModernize to C++11: Use for-range loop.
Haojian Wu [Sun, 10 Jul 2016 11:32:40 +0000 (13:32 +0200)]
Modernize to C++11: Use for-range loop.

8 years agoModernize to C++11: use override.
Haojian Wu [Sun, 10 Jul 2016 11:21:42 +0000 (13:21 +0200)]
Modernize to C++11: use override.

8 years agoModernize to C++11: Use `auto` key to improve code readability and maintainability.
Haojian Wu [Sun, 10 Jul 2016 11:09:55 +0000 (13:09 +0200)]
Modernize to C++11: Use `auto` key to improve code readability and maintainability.

8 years agoMerge pull request #6420 from pedrro/master
Cheng Zhao [Sun, 10 Jul 2016 10:30:41 +0000 (19:30 +0900)]
Merge pull request #6420 from pedrro/master

Fixed broken links in documentation PT-BR

8 years agoMerge pull request #6419 from electron/remove-unused-using-decls
Cheng Zhao [Sun, 10 Jul 2016 10:29:40 +0000 (19:29 +0900)]
Merge pull request #6419 from electron/remove-unused-using-decls

Remove unused using decls.

8 years agoMerge pull request #6418 from vsemozhetbyt/patch-1
Cheng Zhao [Sun, 10 Jul 2016 10:29:18 +0000 (19:29 +0900)]
Merge pull request #6418 from vsemozhetbyt/patch-1

Fix typo in the web-contents.md

8 years agoModernize to C++11: NULL => nullptr.
Haojian Wu [Sun, 10 Jul 2016 09:52:28 +0000 (11:52 +0200)]
Modernize to C++11: NULL => nullptr.

No functional change.

8 years agoFixed broken links in documentation PT-BR
pedro silva [Sat, 9 Jul 2016 21:47:19 +0000 (18:47 -0300)]
Fixed broken links in documentation PT-BR

8 years agoRemove unused using decls.
Haojian Wu [Sat, 9 Jul 2016 20:23:57 +0000 (22:23 +0200)]
Remove unused using decls.

8 years agoFix typo in the web-contents.md
vsemozhetbyt [Sat, 9 Jul 2016 17:31:02 +0000 (20:31 +0300)]
Fix typo in the web-contents.md

:memo: `false` -> `true` in the `webContents.print` `silent` explanation.

[ci skip]

8 years agoMerge pull request #6416 from mihaipocorschi/fix-docs-readme
Machisté N. Quintana [Sat, 9 Jul 2016 15:49:30 +0000 (08:49 -0700)]
Merge pull request #6416 from mihaipocorschi/fix-docs-readme

Fixed broken FAQ link in docs/README.md

8 years agoMerge pull request #6417 from electron/thick-frame-maximze
Cheng Zhao [Sat, 9 Jul 2016 14:37:39 +0000 (23:37 +0900)]
Merge pull request #6417 from electron/thick-frame-maximze

Correctly handle maximize/fullscreen in window without thickFrame

8 years agoFix unmaximize() not working
Cheng Zhao [Sat, 9 Jul 2016 14:16:57 +0000 (23:16 +0900)]
Fix unmaximize() not working

8 years agoRemember bounds instead of size
Cheng Zhao [Sat, 9 Jul 2016 14:10:36 +0000 (23:10 +0900)]
Remember bounds instead of size

8 years agoCorrectly handle unmaximize
Cheng Zhao [Sat, 9 Jul 2016 14:04:42 +0000 (23:04 +0900)]
Correctly handle unmaximize

8 years agoUse setBounds to implement maximize for window without thickFrame
Cheng Zhao [Sat, 9 Jul 2016 13:49:55 +0000 (22:49 +0900)]
Use setBounds to implement maximize for window without thickFrame

8 years agoFixed broken FAQ link in docs/README.md
mihaipocorschi [Sat, 9 Jul 2016 13:14:42 +0000 (16:14 +0300)]
Fixed broken FAQ link in docs/README.md

8 years agoMerge pull request #6415 from electron/thick-frame
Cheng Zhao [Sat, 9 Jul 2016 13:09:23 +0000 (22:09 +0900)]
Merge pull request #6415 from electron/thick-frame

Add thickFrame option for BrowserWindow

8 years agodocs: thickFrame option
Cheng Zhao [Sat, 9 Jul 2016 12:52:45 +0000 (21:52 +0900)]
docs: thickFrame option

8 years agoAdd thickFrame option
Cheng Zhao [Sat, 9 Jul 2016 12:49:15 +0000 (21:49 +0900)]
Add thickFrame option

8 years agoMerge pull request #6412 from electron/relaunch-dev-null
Cheng Zhao [Sat, 9 Jul 2016 09:16:12 +0000 (18:16 +0900)]
Merge pull request #6412 from electron/relaunch-dev-null

Redirect relaunch process's stdout to /dev/null

8 years agoRedirect relaunch process's stdout to /dev/null
Cheng Zhao [Sat, 9 Jul 2016 08:59:40 +0000 (17:59 +0900)]
Redirect relaunch process's stdout to /dev/null

8 years agoMerge pull request #6411 from electron/clear-protocol-handlers
Cheng Zhao [Sat, 9 Jul 2016 08:18:31 +0000 (17:18 +0900)]
Merge pull request #6411 from electron/clear-protocol-handlers

Clear protocol handlers on exit

8 years agoClear protocol handlers on exit
Cheng Zhao [Sat, 9 Jul 2016 08:02:55 +0000 (17:02 +0900)]
Clear protocol handlers on exit

8 years agoMerge pull request #6404 from electron/default-app-accessibility
Cheng Zhao [Sat, 9 Jul 2016 03:08:11 +0000 (12:08 +0900)]
Merge pull request #6404 from electron/default-app-accessibility

Adjust default app styles for accessibility

8 years agoMerge pull request #6391 from electron/getlocale-oneline
Kevin Sawicki [Fri, 8 Jul 2016 19:45:41 +0000 (12:45 -0700)]
Merge pull request #6391 from electron/getlocale-oneline

New title and one-liner for app.getLocale() doc

8 years agoMerge pull request #6405 from vsemozhetbyt/patch-1
Kevin Sawicki [Fri, 8 Jul 2016 19:18:54 +0000 (12:18 -0700)]
Merge pull request #6405 from vsemozhetbyt/patch-1

Fix typo in the web-view-tag.md

8 years agoFix typo in the web-view-tag.md
vsemozhetbyt [Fri, 8 Jul 2016 19:15:51 +0000 (22:15 +0300)]
Fix typo in the web-view-tag.md

:memo: Remove a redundant # from a href hash.

web-contents.md##webcontentssendinputeventevent ->
web-contents.md#webcontentssendinputeventevent

[ci skip]

8 years agoImprove text and link contrast ratio
Kevin Sawicki [Fri, 8 Jul 2016 18:31:00 +0000 (11:31 -0700)]
Improve text and link contrast ratio

8 years agoAdd lang attribute to html element
Kevin Sawicki [Fri, 8 Jul 2016 18:26:22 +0000 (11:26 -0700)]
Add lang attribute to html element

8 years agoRename file
Jessica Lord [Fri, 8 Jul 2016 16:43:48 +0000 (09:43 -0700)]
Rename file

8 years agoMerge pull request #6403 from devjin0617/devjin0617-patch-1
Kevin Sawicki [Fri, 8 Jul 2016 16:26:18 +0000 (09:26 -0700)]
Merge pull request #6403 from devjin0617/devjin0617-patch-1

Update README-ko.md

8 years agoUpdate README-ko.md
devjin0617 [Fri, 8 Jul 2016 16:22:35 +0000 (01:22 +0900)]
Update README-ko.md

Add meetup community link of turkish

8 years agoMerge pull request #6385 from electron/only-use-role-accelerator-in-app-menu
Cheng Zhao [Fri, 8 Jul 2016 02:22:21 +0000 (11:22 +0900)]
Merge pull request #6385 from electron/only-use-role-accelerator-in-app-menu

Only use default role accelerator in app menu

8 years agoMerge pull request #6375 from electron/login-item
Cheng Zhao [Fri, 8 Jul 2016 01:39:20 +0000 (10:39 +0900)]
Merge pull request #6375 from electron/login-item

Add login item API

8 years agoMerge pull request #6392 from vsemozhetbyt/patch-2
Cheng Zhao [Fri, 8 Jul 2016 01:03:32 +0000 (10:03 +0900)]
Merge pull request #6392 from vsemozhetbyt/patch-2

Fix typos in the remote.md

8 years agoFix typos in the remote.md
vsemozhetbyt [Fri, 8 Jul 2016 01:00:22 +0000 (04:00 +0300)]
Fix typos in the remote.md

:memo: Fixes #6387

[ci skip]

8 years agoMerge pull request #6390 from vsemozhetbyt/patch-1
Cheng Zhao [Fri, 8 Jul 2016 00:52:32 +0000 (09:52 +0900)]
Merge pull request #6390 from vsemozhetbyt/patch-1

One alphabetical reordering in the docs/README.md

8 years agoMore concise wording
Jessica Lord [Fri, 8 Jul 2016 00:45:35 +0000 (17:45 -0700)]
More concise wording

8 years agoMerge pull request #6384 from electron/move-faq
Cheng Zhao [Fri, 8 Jul 2016 00:35:08 +0000 (09:35 +0900)]
Merge pull request #6384 from electron/move-faq

Move and rename FAQ

8 years agoOne alphabetical reordering in the docs/README.md
vsemozhetbyt [Fri, 8 Jul 2016 00:33:22 +0000 (03:33 +0300)]
One alphabetical reordering in the docs/README.md

:memo: webContents, Tray -> Tray, webContents

If I get it right, only API TOCs should be ordered alphabetically,
so I've left other ones (Guides, Tutorials, Development) untouched.
I'm not so sure about API TOC Intro (three links below the "Synopsis"),
tell me if they should be sorted alphabetically too.

[ci skip]