platform/framework/web/crosswalk-tizen.git
8 years agoMerge pull request #6900 from electron/loadurl-example
Cheng Zhao [Mon, 22 Aug 2016 01:46:03 +0000 (10:46 +0900)]
Merge pull request #6900 from electron/loadurl-example

Improve doc for loadURL

8 years agoMerge pull request #6858 from electron/default-protocol-launch-args
Cheng Zhao [Mon, 22 Aug 2016 00:32:54 +0000 (09:32 +0900)]
Merge pull request #6858 from electron/default-protocol-launch-args

Allow settings of launch args when using defaultProtocol

8 years agorecommend url.format for file URLs
Zeke Sikelianos [Fri, 19 Aug 2016 20:31:57 +0000 (13:31 -0700)]
recommend url.format for file URLs

8 years agoimprove doc for loadURL
Zeke Sikelianos [Fri, 19 Aug 2016 05:20:55 +0000 (22:20 -0700)]
improve doc for loadURL

8 years agofixed grammar for 32bit
Will Eccles [Thu, 18 Aug 2016 15:19:06 +0000 (11:19 -0400)]
fixed grammar for 32bit

8 years agoFix linting issues
Samuel Attard [Thu, 18 Aug 2016 10:42:06 +0000 (20:42 +1000)]
Fix linting issues

8 years agoUse base::string16 and base::JoinString instead of custom methods
Samuel Attard [Thu, 18 Aug 2016 10:35:57 +0000 (20:35 +1000)]
Use base::string16 and base::JoinString instead of custom methods

8 years agoReturn boolean instead of empty string when error occurs. Update docs
Samuel Attard [Thu, 18 Aug 2016 08:02:13 +0000 (18:02 +1000)]
Return boolean instead of empty string when error occurs.  Update docs

8 years agoMerge pull request #6888 from electron/show-spec-runner-initially
Cheng Zhao [Thu, 18 Aug 2016 06:27:09 +0000 (15:27 +0900)]
Merge pull request #6888 from electron/show-spec-runner-initially

Show spec window initially when not on CI

8 years agodocs: Correctly fomart titleBarStyle line
Cheng Zhao [Thu, 18 Aug 2016 05:42:10 +0000 (14:42 +0900)]
docs: Correctly fomart titleBarStyle line

8 years agoMerge pull request #6848 from miniak/titlebar-style-hidden
Cheng Zhao [Thu, 18 Aug 2016 05:40:54 +0000 (14:40 +0900)]
Merge pull request #6848 from miniak/titlebar-style-hidden

Add support for titleBarStyle: 'hidden' on OS X 10.9

8 years agoMerge pull request #6788 from electron/felix-progress-enum
Cheng Zhao [Thu, 18 Aug 2016 05:35:00 +0000 (14:35 +0900)]
Merge pull request #6788 from electron/felix-progress-enum

Use enum to declare ProgressState

8 years agoMerge pull request #6829 from electron/fix-thumbar-buttons-vanishing
Cheng Zhao [Thu, 18 Aug 2016 05:34:26 +0000 (14:34 +0900)]
Merge pull request #6829 from electron/fix-thumbar-buttons-vanishing

Save the thumbar buttons when setting them to restore later

8 years agoMerge pull request #6882 from duncup/patch-1
Cheng Zhao [Thu, 18 Aug 2016 02:51:43 +0000 (11:51 +0900)]
Merge pull request #6882 from duncup/patch-1

Fix typos

8 years agoShow window when not on CI
Kevin Sawicki [Wed, 17 Aug 2016 21:25:42 +0000 (14:25 -0700)]
Show window when not on CI

8 years agoMerge pull request #6853 from electron/about-documentation
Kevin Sawicki [Wed, 17 Aug 2016 15:53:33 +0000 (08:53 -0700)]
Merge pull request #6853 from electron/about-documentation

Add About Electron documentation

8 years agoMerge pull request #6871 from electron/update-docs-for-electron-npm
Kevin Sawicki [Wed, 17 Aug 2016 15:52:42 +0000 (08:52 -0700)]
Merge pull request #6871 from electron/update-docs-for-electron-npm

Update docs re: electron module update

8 years agoMerge pull request #6870 from electron/more-permissive-standard-markdown
Kevin Sawicki [Wed, 17 Aug 2016 15:52:06 +0000 (08:52 -0700)]
Merge pull request #6870 from electron/more-permissive-standard-markdown

Use a more permissive version of standard-markdown

8 years agoMerge pull request #6875 from electron/remove-styleguide-rule-about-endlines
Kevin Sawicki [Wed, 17 Aug 2016 15:51:20 +0000 (08:51 -0700)]
Merge pull request #6875 from electron/remove-styleguide-rule-about-endlines

source files DO have newlines at the end

8 years agoFix typos
wolf [Wed, 17 Aug 2016 14:16:28 +0000 (22:16 +0800)]
Fix typos

Fix typos,`当前也` change to `当前页`
修正错别字,`当前也`改为`当前页`

8 years agoMerge pull request #6872 from electron/only-show-extension-button-on-save-dialog
Cheng Zhao [Wed, 17 Aug 2016 13:35:15 +0000 (22:35 +0900)]
Merge pull request #6872 from electron/only-show-extension-button-on-save-dialog

Only call setCanSelectHiddenExtension on save dialogs

8 years agoMerge pull request #6861 from megahertz/bug_window_location
Cheng Zhao [Wed, 17 Aug 2016 13:04:46 +0000 (22:04 +0900)]
Merge pull request #6861 from megahertz/bug_window_location

Apply resolveURL when set a location of a window opened by window.open()

8 years agoMerge pull request #6857 from brave/object-registry
Cheng Zhao [Wed, 17 Aug 2016 12:47:39 +0000 (21:47 +0900)]
Merge pull request #6857 from brave/object-registry

clear the storage for the webContentsId when the render view is deleted

8 years agoMerge pull request #6850 from electron/disable-resize-when-changing-style-mask
Cheng Zhao [Wed, 17 Aug 2016 12:19:35 +0000 (21:19 +0900)]
Merge pull request #6850 from electron/disable-resize-when-changing-style-mask

Disable all resizes when changing the window's style mask

8 years agoMerge pull request #6881 from electron/data-string
Cheng Zhao [Wed, 17 Aug 2016 12:13:31 +0000 (21:13 +0900)]
Merge pull request #6881 from electron/data-string

Certificate data is now a string

8 years agoCertificate data is now a string
Cheng Zhao [Wed, 17 Aug 2016 11:48:09 +0000 (20:48 +0900)]
Certificate data is now a string

8 years agoMerge pull request #6814 from brave/net-converter-fix
Cheng Zhao [Wed, 17 Aug 2016 11:44:13 +0000 (20:44 +0900)]
Merge pull request #6814 from brave/net-converter-fix

don't convert a string to an array buffer

8 years agoMerge pull request #6832 from hammerandchisel/bug/remote_object_freer_crash
Cheng Zhao [Wed, 17 Aug 2016 11:31:06 +0000 (20:31 +0900)]
Merge pull request #6832 from hammerandchisel/bug/remote_object_freer_crash

fix intermittent crash in RemoteObjectFreer

8 years agoMerge pull request #6851 from electron/focused-web-contents-from-hidden-windows
Cheng Zhao [Wed, 17 Aug 2016 11:15:37 +0000 (20:15 +0900)]
Merge pull request #6851 from electron/focused-web-contents-from-hidden-windows

Prevent web contents in hidden windows from reporting as focused

8 years agosource files DO have newlines at the end
Zeke Sikelianos [Wed, 17 Aug 2016 04:24:53 +0000 (21:24 -0700)]
source files DO have newlines at the end

8 years agoOnly call setCanSelectHiddenExtension for save dialogs
Kevin Sawicki [Tue, 16 Aug 2016 23:08:01 +0000 (16:08 -0700)]
Only call setCanSelectHiddenExtension for save dialogs

8 years agoMerge pull request #6874 from electron/tweak-flaky-web-contents-spec
Kevin Sawicki [Tue, 16 Aug 2016 23:42:01 +0000 (16:42 -0700)]
Merge pull request #6874 from electron/tweak-flaky-web-contents-spec

Tweak flaky web contents spec

8 years agoAssert first and last web contents types
Kevin Sawicki [Tue, 16 Aug 2016 23:19:05 +0000 (16:19 -0700)]
Assert first and last web contents types

8 years agoUpdate docs re: electron module update
Jessica Lord [Tue, 16 Aug 2016 22:57:07 +0000 (15:57 -0700)]
Update docs re: electron module update

8 years agojs → javascript
Zeke Sikelianos [Tue, 16 Aug 2016 21:50:21 +0000 (14:50 -0700)]
js → javascript

8 years agorestore js label to orphan code blocks
Zeke Sikelianos [Tue, 16 Aug 2016 21:49:42 +0000 (14:49 -0700)]
restore js label to orphan code blocks

8 years agobump standard-markdown for orphan array support
Zeke Sikelianos [Tue, 16 Aug 2016 21:48:35 +0000 (14:48 -0700)]
bump standard-markdown for orphan array support

8 years agoupdate standard-markdown to 1.2.0
Zeke Sikelianos [Tue, 16 Aug 2016 21:07:50 +0000 (14:07 -0700)]
update standard-markdown to 1.2.0

8 years agoFix date
Jessica Lord [Tue, 16 Aug 2016 18:34:20 +0000 (11:34 -0700)]
Fix date

8 years agoMerge pull request #6865 from electron/test-for-request-headers-without-path-expansion
Kevin Sawicki [Tue, 16 Aug 2016 17:05:48 +0000 (10:05 -0700)]
Merge pull request #6865 from electron/test-for-request-headers-without-path-expansion

Add test for header with . characters

8 years agoAdd test for header with . characters
Kevin Sawicki [Tue, 16 Aug 2016 16:08:36 +0000 (09:08 -0700)]
Add test for header with . characters

8 years agoMerge pull request #6856 from brave/nested-header-fix
Kevin Sawicki [Tue, 16 Aug 2016 15:54:26 +0000 (08:54 -0700)]
Merge pull request #6856 from brave/nested-header-fix

don't convert header names to nested values

8 years agoApply resolveURL when set a location of a window opened by window.open()
Alexey Prokhorov [Tue, 16 Aug 2016 11:24:49 +0000 (16:24 +0500)]
Apply resolveURL when set a location of a window opened by window.open()

8 years agoPass args through correctly
Samuel Attard [Tue, 16 Aug 2016 07:40:44 +0000 (17:40 +1000)]
Pass args through correctly

8 years agoFix cpp linting issues
Samuel Attard [Tue, 16 Aug 2016 05:54:30 +0000 (15:54 +1000)]
Fix cpp linting issues

8 years agoClarify defaults
Samuel Attard [Tue, 16 Aug 2016 05:39:36 +0000 (15:39 +1000)]
Clarify defaults

8 years agoDocument the optional params
Samuel Attard [Tue, 16 Aug 2016 05:38:32 +0000 (15:38 +1000)]
Document the optional params

8 years agoAllow client to specify EXE file and args to set as default handler
Samuel Attard [Tue, 16 Aug 2016 05:35:20 +0000 (15:35 +1000)]
Allow client to specify EXE file and args to set as default handler

* Optional path param to setAsDefaultProtocolClient
* Optional args param to setAsDefaultProtocolClient

8 years agoclear the storage for the webContentsId when the render view is deleted
bridiver [Tue, 16 Aug 2016 04:52:16 +0000 (21:52 -0700)]
clear the storage for the webContentsId when the render view is deleted

8 years agodon't convert header names to nested values
bridiver [Tue, 16 Aug 2016 00:15:47 +0000 (17:15 -0700)]
don't convert header names to nested values
fixes #6855

8 years agoAdd About Electron documentation
Jessica Lord [Mon, 15 Aug 2016 23:26:30 +0000 (16:26 -0700)]
Add About Electron documentation

8 years agoEnsure hidden windows don't have focused webContents
Kevin Sawicki [Mon, 15 Aug 2016 21:13:24 +0000 (14:13 -0700)]
Ensure hidden windows don't have focused webContents

8 years agoAdd failing webContents.isFocused spec
Kevin Sawicki [Mon, 15 Aug 2016 21:03:31 +0000 (14:03 -0700)]
Add failing webContents.isFocused spec

8 years agoDisable resize during any stylemask change
Kevin Sawicki [Mon, 15 Aug 2016 20:14:19 +0000 (13:14 -0700)]
Disable resize during any stylemask change

8 years agoAdd support for titleBarStyle: 'hidden' on OS X 10.9 (hidden-inset falls back to...
Milan Burda [Mon, 15 Aug 2016 19:36:57 +0000 (21:36 +0200)]
Add support for titleBarStyle: 'hidden' on OS X 10.9 (hidden-inset falls back to hidden)

8 years agoAdd failing spec for state changes resizing frameless window
Kevin Sawicki [Mon, 15 Aug 2016 19:30:26 +0000 (12:30 -0700)]
Add failing spec for state changes resizing frameless window

8 years agoMerge pull request #6846 from ysagal/patch-1
Kevin Sawicki [Mon, 15 Aug 2016 17:11:16 +0000 (10:11 -0700)]
Merge pull request #6846 from ysagal/patch-1

Added `title` to `page-title-updated` return args

8 years agoAdded `title` to `page-title-updated` return args
Stan [Mon, 15 Aug 2016 17:06:29 +0000 (13:06 -0400)]
Added `title` to `page-title-updated` return args

8 years agoMerge pull request #6838 from Gerhut/master
Kevin Sawicki [Mon, 15 Aug 2016 15:53:45 +0000 (08:53 -0700)]
Merge pull request #6838 from Gerhut/master

:memo: Rename `electron-prebuilt` to `electron` when install [ci skip]

8 years ago:memo: Rename `electron-prebuilt` to `electron` when install [ci skip]
程启翔 [Sun, 14 Aug 2016 04:42:26 +0000 (12:42 +0800)]
:memo: Rename `electron-prebuilt` to `electron` when install [ci skip]

ref electron-userland/electron-prebuilt#160

8 years agodon't convert a string to an array buffer
bridiver [Wed, 10 Aug 2016 21:47:05 +0000 (14:47 -0700)]
don't convert a string to an array buffer

8 years agouse MSG_ROUTING_NONE to initialize routing_id_ rather than 0
Andy Dill [Fri, 12 Aug 2016 20:03:31 +0000 (13:03 -0700)]
use MSG_ROUTING_NONE to initialize routing_id_ rather than 0

8 years agoRemove an extra space in front of #.
Haojian Wu [Fri, 12 Aug 2016 20:01:30 +0000 (22:01 +0200)]
Remove an extra space in front of #.

8 years ago:shirt: fix lint line length error in remote_object_freer
Andy Dill [Fri, 12 Aug 2016 16:38:49 +0000 (09:38 -0700)]
:shirt: fix lint line length error in remote_object_freer

8 years agocache routing_id so we can look up the render_view in RunDestructor with no v8 calls
Andy Dill [Fri, 12 Aug 2016 14:26:13 +0000 (07:26 -0700)]
cache routing_id so we can look up the render_view in RunDestructor with no v8 calls

8 years agoSave the thumbar buttons when setting them
Samuel Attard [Fri, 12 Aug 2016 15:55:42 +0000 (01:55 +1000)]
Save the thumbar buttons when setting them

Then restore the buttons when restoring the taskbar icon

8 years agoMerge pull request #6817 from deepak1556/context_menu_image_patch
Cheng Zhao [Fri, 12 Aug 2016 08:51:40 +0000 (17:51 +0900)]
Merge pull request #6817 from deepak1556/context_menu_image_patch

webContents: fix value of contextMenu hasImageContents property

8 years agoMerge pull request #6816 from deepak1556/webframe_scheme_patch
Cheng Zhao [Fri, 12 Aug 2016 08:48:50 +0000 (17:48 +0900)]
Merge pull request #6816 from deepak1556/webframe_scheme_patch

webFrame: enable privileged schemes to send CORS requests

8 years agoMerge pull request #6755 from electron/upgrade-clang
Cheng Zhao [Fri, 12 Aug 2016 08:38:03 +0000 (17:38 +0900)]
Merge pull request #6755 from electron/upgrade-clang

Upgrade clang

8 years agoUpdate brightray for #6755
Cheng Zhao [Fri, 12 Aug 2016 08:37:38 +0000 (17:37 +0900)]
Update brightray for #6755

8 years agoMerge pull request #6812 from electron/bootstrap-defines
Cheng Zhao [Fri, 12 Aug 2016 08:11:22 +0000 (17:11 +0900)]
Merge pull request #6812 from electron/bootstrap-defines

Support build variable setting during bootstrap

8 years agoMerge pull request #6810 from electron/iframe-ismainpage-event
Cheng Zhao [Fri, 12 Aug 2016 08:10:47 +0000 (17:10 +0900)]
Merge pull request #6810 from electron/iframe-ismainpage-event

Send isMainFrame as argument to did-navigate-in-page event

8 years agowebContents: fix value of contextMenu hasImageContents property
deepak1556 [Thu, 11 Aug 2016 19:25:20 +0000 (00:55 +0530)]
webContents: fix value of contextMenu hasImageContents property

8 years agoMove project-specific flags to common.gypi.
Haojian Wu [Thu, 11 Aug 2016 18:55:56 +0000 (20:55 +0200)]
Move project-specific flags to common.gypi.

8 years agoDon't show -Wvarargs warning in libuv.
Haojian Wu [Fri, 5 Aug 2016 21:00:35 +0000 (23:00 +0200)]
Don't show -Wvarargs warning in libuv.

8 years agoPass compilation on mac.
Haojian Wu [Fri, 5 Aug 2016 20:57:33 +0000 (22:57 +0200)]
Pass compilation on mac.

8 years agoUpgrade clang to r269902.
Haojian Wu [Fri, 5 Aug 2016 18:57:00 +0000 (20:57 +0200)]
Upgrade clang to r269902.

8 years agowebFrame: enable privileged schemes to send CORS requests
deepak1556 [Thu, 11 Aug 2016 17:31:10 +0000 (23:01 +0530)]
webFrame: enable privileged schemes to send CORS requests

8 years agoSupport build variable setting during bootstrap
Kevin Sawicki [Wed, 10 Aug 2016 21:46:41 +0000 (14:46 -0700)]
Support build variable setting during bootstrap

8 years agoFix attribute typo in docs
Samuel Attard [Thu, 11 Aug 2016 15:49:56 +0000 (01:49 +1000)]
Fix attribute typo in docs

8 years agoSend isMainFrame as argument to did-navigate-in-page event
Samuel Attard [Thu, 11 Aug 2016 15:27:50 +0000 (01:27 +1000)]
Send isMainFrame as argument to did-navigate-in-page event

8 years agoMerge pull request #6801 from electron/libchromiumcontent-packages
Cheng Zhao [Thu, 11 Aug 2016 08:23:33 +0000 (17:23 +0900)]
Merge pull request #6801 from electron/libchromiumcontent-packages

Add gperf and bison to package install commands

8 years agoUpdate native_mate
Cheng Zhao [Thu, 11 Aug 2016 08:23:03 +0000 (17:23 +0900)]
Update native_mate

8 years agoMerge pull request #6804 from electron/clean-libchromiumcontent-src
Cheng Zhao [Thu, 11 Aug 2016 08:20:44 +0000 (17:20 +0900)]
Merge pull request #6804 from electron/clean-libchromiumcontent-src

Clean libchromiumcontent/src

8 years agoMerge pull request #6789 from electron/felix-ignore-vscode
Cheng Zhao [Thu, 11 Aug 2016 08:16:41 +0000 (17:16 +0900)]
Merge pull request #6789 from electron/felix-ignore-vscode

Gitignore Visual Studio Files

8 years agoAdd clean npm run script
Kevin Sawicki [Wed, 10 Aug 2016 22:45:07 +0000 (15:45 -0700)]
Add clean npm run script

8 years agoClean libchromiumcontent/src
Kevin Sawicki [Wed, 10 Aug 2016 22:41:54 +0000 (15:41 -0700)]
Clean libchromiumcontent/src

8 years agoAdd gperf and bison to package install commands
Kevin Sawicki [Wed, 10 Aug 2016 18:08:14 +0000 (11:08 -0700)]
Add gperf and bison to package install commands

8 years agoMerge pull request #6796 from electron/disable-global-shortcut-spec-on-windows-ci
Kevin Sawicki [Wed, 10 Aug 2016 16:57:51 +0000 (09:57 -0700)]
Merge pull request #6796 from electron/disable-global-shortcut-spec-on-windows-ci

Disable globalShortcut spec on Windows CI

8 years ago:wrench: Use enum to declare ProgressState
Felix Rieseberg [Tue, 9 Aug 2016 23:05:44 +0000 (16:05 -0700)]
:wrench: Use enum to declare ProgressState

As recommended in #6768, this commit adds an enum for progress states for windows.

8 years agoGitignore Visual Studio Files
Felix Rieseberg [Wed, 10 Aug 2016 01:35:43 +0000 (18:35 -0700)]
Gitignore Visual Studio Files
Adds Visual Studio and Visual Studio Code configuration files (auto-generated) to .gitignore.

8 years agoDisable globalShortcut spec on Windows CI
Kevin Sawicki [Wed, 10 Aug 2016 15:51:29 +0000 (08:51 -0700)]
Disable globalShortcut spec on Windows CI

8 years agoBump v1.3.3
Cheng Zhao [Wed, 10 Aug 2016 07:00:24 +0000 (16:00 +0900)]
Bump v1.3.3

8 years agoMerge pull request #6787 from electron/api-specs
Cheng Zhao [Wed, 10 Aug 2016 06:55:23 +0000 (15:55 +0900)]
Merge pull request #6787 from electron/api-specs

Add initial specs for untested modules

8 years agoAdd asserts for crash report APIs
Kevin Sawicki [Tue, 9 Aug 2016 22:41:46 +0000 (15:41 -0700)]
Add asserts for crash report APIs

8 years agoAdd spec for invalid capture options
Kevin Sawicki [Tue, 9 Aug 2016 22:31:24 +0000 (15:31 -0700)]
Add spec for invalid capture options

8 years agoAdd initial global shortcut spec
Kevin Sawicki [Tue, 9 Aug 2016 22:10:51 +0000 (15:10 -0700)]
Add initial global shortcut spec

8 years agoAdd initial power save blocker spec
Kevin Sawicki [Tue, 9 Aug 2016 22:05:56 +0000 (15:05 -0700)]
Add initial power save blocker spec

8 years agoMerge pull request #6782 from electron/dip-thumbnail-clip
Kevin Sawicki [Tue, 9 Aug 2016 16:16:10 +0000 (09:16 -0700)]
Merge pull request #6782 from electron/dip-thumbnail-clip

Convert DIP to screen rect for thumbnail clip

8 years agoUse gfx::Rect::ToRECT
Kevin Sawicki [Tue, 9 Aug 2016 15:42:57 +0000 (08:42 -0700)]
Use gfx::Rect::ToRECT