platform/framework/web/crosswalk-tizen.git
8 years agoUpdate nodejs requirement for building on linux
Joshua Anderson [Wed, 14 Sep 2016 02:41:53 +0000 (19:41 -0700)]
Update nodejs requirement for building on linux

8 years agoMerge pull request #7182 from electron/shell-return-values
Cheng Zhao [Tue, 13 Sep 2016 07:46:05 +0000 (16:46 +0900)]
Merge pull request #7182 from electron/shell-return-values

Return booleans from more shell APIs

8 years agoMerge pull request #7096 from minggo/add-option-to-disable-devtools
Cheng Zhao [Tue, 13 Sep 2016 07:01:56 +0000 (16:01 +0900)]
Merge pull request #7096 from minggo/add-option-to-disable-devtools

add option to disable devtools

8 years agoMerge pull request #7175 from bsuh/fix-twitch-navigation
Cheng Zhao [Tue, 13 Sep 2016 07:01:00 +0000 (16:01 +0900)]
Merge pull request #7175 from bsuh/fix-twitch-navigation

Fix navigation controller

8 years agoMerge pull request #7160 from PierBover/patch-1
Cheng Zhao [Tue, 13 Sep 2016 06:09:04 +0000 (15:09 +0900)]
Merge pull request #7160 from PierBover/patch-1

added clarification for common Windows pitfalls

8 years agoAdd missing return value
Kevin Sawicki [Mon, 12 Sep 2016 21:33:22 +0000 (14:33 -0700)]
Add missing return value

8 years agoDocument shell.moveItemToTrash return value
Kevin Sawicki [Mon, 12 Sep 2016 21:30:01 +0000 (14:30 -0700)]
Document shell.moveItemToTrash return value

8 years agoReturn boolean from shell.openItem
Kevin Sawicki [Mon, 12 Sep 2016 21:29:06 +0000 (14:29 -0700)]
Return boolean from shell.openItem

8 years agoReturn boolean from shell.showItemInFolder
Kevin Sawicki [Mon, 12 Sep 2016 21:22:29 +0000 (14:22 -0700)]
Return boolean from shell.showItemInFolder

8 years agoMerge pull request #7162 from electron/network-entitlements
Kevin Sawicki [Mon, 12 Sep 2016 16:31:12 +0000 (09:31 -0700)]
Merge pull request #7162 from electron/network-entitlements

Document com.apple.security.network entitlements

8 years agoMerge pull request #7140 from liusy182/url-fix
Cheng Zhao [Mon, 12 Sep 2016 05:46:05 +0000 (14:46 +0900)]
Merge pull request #7140 from liusy182/url-fix

fix a bug in navigation-controller where string is used as object

8 years agoFix navigation controller
Brian Suh [Sun, 11 Sep 2016 21:46:17 +0000 (14:46 -0700)]
Fix navigation controller

In-page navigation has not actually started if the current entry is
being replaced. Do not set inPageIndex if replaceEntry is true.

8 years agoDocument com.apple.security.network entitlements
Kevin Sawicki [Fri, 9 Sep 2016 20:55:32 +0000 (13:55 -0700)]
Document com.apple.security.network entitlements

8 years agoadded clarification for common Windows pitfalls
Pier Bover [Fri, 9 Sep 2016 18:51:42 +0000 (13:51 -0500)]
added clarification for common Windows pitfalls

8 years agoMerge pull request #7153 from VarunAgw/patch-1
Kevin Sawicki [Fri, 9 Sep 2016 15:05:38 +0000 (08:05 -0700)]
Merge pull request #7153 from VarunAgw/patch-1

SSL issue in links

8 years agoMerge pull request #7145 from electron/device-scale-factor-failures
Phil Haack [Fri, 9 Sep 2016 14:38:23 +0000 (07:38 -0700)]
Merge pull request #7145 from electron/device-scale-factor-failures

Get specs passing on displays using certain device scale factors

8 years agoMerge pull request #7123 from deepak1556/asar_range_patch
Cheng Zhao [Fri, 9 Sep 2016 11:59:12 +0000 (20:59 +0900)]
Merge pull request #7123 from deepak1556/asar_range_patch

protocol: respect range header when reading from asar

8 years agoSSL issue in links
Varun Agrawal [Fri, 9 Sep 2016 11:57:27 +0000 (17:27 +0530)]
SSL issue in links

8 years agoMerge pull request #7077 from miniak/title-bar-style
Cheng Zhao [Fri, 9 Sep 2016 11:27:26 +0000 (20:27 +0900)]
Merge pull request #7077 from miniak/title-bar-style

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

8 years agoMerge pull request #7053 from electron/launch-from-notification
Cheng Zhao [Fri, 9 Sep 2016 11:01:39 +0000 (20:01 +0900)]
Merge pull request #7053 from electron/launch-from-notification

Send notification info to app.ready, on macOS

8 years agoMerge pull request #7146 from electron/resolve-empty-url-values
Cheng Zhao [Fri, 9 Sep 2016 10:58:41 +0000 (19:58 +0900)]
Merge pull request #7146 from electron/resolve-empty-url-values

Tweak how empty URLs are resolved

8 years agoMerge pull request #7142 from electron/require-buffer
Cheng Zhao [Fri, 9 Sep 2016 10:52:53 +0000 (19:52 +0900)]
Merge pull request #7142 from electron/require-buffer

Require Buffer explicitly instead of relying on global

8 years agoVerify resolving URL via console-message event
Kevin Sawicki [Fri, 9 Sep 2016 00:38:40 +0000 (17:38 -0700)]
Verify resolving URL via console-message event

8 years ago=== -> !==
Kevin Sawicki [Fri, 9 Sep 2016 00:12:53 +0000 (17:12 -0700)]
=== -> !==

8 years agoUse === for string comparison
Kevin Sawicki [Fri, 9 Sep 2016 00:11:10 +0000 (17:11 -0700)]
Use === for string comparison

8 years agoPlace resolve specs in correct outer block
Kevin Sawicki [Fri, 9 Sep 2016 00:08:49 +0000 (17:08 -0700)]
Place resolve specs in correct outer block

8 years agoAdd specs for resolving attribute URLs
Kevin Sawicki [Thu, 8 Sep 2016 23:56:29 +0000 (16:56 -0700)]
Add specs for resolving attribute URLs

8 years agoDon't resolve empty src/preload attribute values
Kevin Sawicki [Thu, 8 Sep 2016 23:48:30 +0000 (16:48 -0700)]
Don't resolve empty src/preload attribute values

8 years agoAdd failing specs for empty preload/src attribute
Kevin Sawicki [Thu, 8 Sep 2016 23:40:31 +0000 (16:40 -0700)]
Add failing specs for empty preload/src attribute

8 years agoUse delta when scale factor is above 2 and odd
Kevin Sawicki [Thu, 8 Sep 2016 23:24:11 +0000 (16:24 -0700)]
Use delta when scale factor is above 2 and odd

8 years agoUse smart pointers in a couple places.
Charlie Hess [Thu, 8 Sep 2016 23:23:55 +0000 (16:23 -0700)]
Use smart pointers in a couple places.

8 years agoUse bounds helper in failing specs
Kevin Sawicki [Thu, 8 Sep 2016 20:46:55 +0000 (13:46 -0700)]
Use bounds helper in failing specs

8 years agoPut actual value first
Kevin Sawicki [Thu, 8 Sep 2016 20:39:15 +0000 (13:39 -0700)]
Put actual value first

8 years agoUse single assert bounds helper
Kevin Sawicki [Thu, 8 Sep 2016 20:33:43 +0000 (13:33 -0700)]
Use single assert bounds helper

8 years agoAdd scale factor assert helpers
Kevin Sawicki [Thu, 8 Sep 2016 20:31:01 +0000 (13:31 -0700)]
Add scale factor assert helpers

8 years agoMerge pull request #7143 from electron/windows-spec-failures
Kevin Sawicki [Thu, 8 Sep 2016 23:13:16 +0000 (16:13 -0700)]
Merge pull request #7143 from electron/windows-spec-failures

Fix windows spec failures

8 years agoOpen about:blank when window.open is called with no URL
Kevin Sawicki [Thu, 8 Sep 2016 23:10:21 +0000 (16:10 -0700)]
Open about:blank when window.open is called with no URL

8 years agoAdd missing {}
Kevin Sawicki [Thu, 8 Sep 2016 20:12:00 +0000 (13:12 -0700)]
Add missing {}

8 years agoUpdate productName default in docs
Kevin Sawicki [Thu, 8 Sep 2016 18:52:21 +0000 (11:52 -0700)]
Update productName default in docs

8 years agoSet crashReporter productName in specs
Kevin Sawicki [Thu, 8 Sep 2016 18:32:09 +0000 (11:32 -0700)]
Set crashReporter productName in specs

8 years agoAssert isTTY is undefined on Windows
Kevin Sawicki [Thu, 8 Sep 2016 18:01:58 +0000 (11:01 -0700)]
Assert isTTY is undefined on Windows

8 years agoMerge pull request #7133 from electron/update-travis-node-versions
Kevin Sawicki [Thu, 8 Sep 2016 18:13:00 +0000 (11:13 -0700)]
Merge pull request #7133 from electron/update-travis-node-versions

Upgrade Travis node version

8 years agoAdd section about Buffer global
Kevin Sawicki [Thu, 8 Sep 2016 17:39:29 +0000 (10:39 -0700)]
Add section about Buffer global

8 years agoAdd spec for deleting Buffer global in preload
Kevin Sawicki [Thu, 8 Sep 2016 17:34:09 +0000 (10:34 -0700)]
Add spec for deleting Buffer global in preload

8 years agoRemove unneeded return
Kevin Sawicki [Thu, 8 Sep 2016 17:20:39 +0000 (10:20 -0700)]
Remove unneeded return

8 years agoRequire Buffer explicitly instead of relying on global
Kevin Sawicki [Thu, 8 Sep 2016 17:17:06 +0000 (10:17 -0700)]
Require Buffer explicitly instead of relying on global

8 years agoMerge pull request #7129 from adamkidder/override_libchromium
Kevin Sawicki [Thu, 8 Sep 2016 16:37:05 +0000 (09:37 -0700)]
Merge pull request #7129 from adamkidder/override_libchromium

Allow LIBCHROMIUMCONTENT_COMMIT to be overridden from the environment

8 years agoUpdate Travis config to build on node 4.5.0
Kevin Sawicki [Wed, 7 Sep 2016 23:46:00 +0000 (16:46 -0700)]
Update Travis config to build on node 4.5.0

8 years agoMerge pull request #7128 from electron/api-breakage-list
Kevin Sawicki [Thu, 8 Sep 2016 16:21:26 +0000 (09:21 -0700)]
Merge pull request #7128 from electron/api-breakage-list

Document what APIs will break in Electron 2.0

8 years agoAdd variables to options example
Kevin Sawicki [Thu, 8 Sep 2016 16:15:05 +0000 (09:15 -0700)]
Add variables to options example

8 years agoAdd headings for each module
Kevin Sawicki [Thu, 8 Sep 2016 16:09:49 +0000 (09:09 -0700)]
Add headings for each module

8 years agoMove breaking changes doc to /docs
Kevin Sawicki [Thu, 8 Sep 2016 16:05:34 +0000 (09:05 -0700)]
Move breaking changes doc to /docs

8 years agoAdd planned 2.0 API breakage
Kevin Sawicki [Wed, 7 Sep 2016 18:41:54 +0000 (11:41 -0700)]
Add planned 2.0 API breakage

8 years agoMark detach option for 2.0 removal
Kevin Sawicki [Wed, 7 Sep 2016 18:21:13 +0000 (11:21 -0700)]
Mark detach option for 2.0 removal

8 years agosimplify logic
liusy182 [Thu, 8 Sep 2016 13:36:39 +0000 (21:36 +0800)]
simplify logic

8 years agofix a minor bug in navigation-controller where a string is used as an object
liusy182 [Thu, 8 Sep 2016 13:31:42 +0000 (21:31 +0800)]
fix a minor bug in navigation-controller where a string is used as an object

8 years agoMerge pull request #7131 from electron/end-sheet-on-close
Cheng Zhao [Thu, 8 Sep 2016 06:53:07 +0000 (15:53 +0900)]
Merge pull request #7131 from electron/end-sheet-on-close

End sheet in parent when closing modal window

8 years agoincrease spec timeout
deepak1556 [Thu, 8 Sep 2016 06:08:24 +0000 (11:38 +0530)]
increase spec timeout

8 years agoMerge pull request #7130 from electron/windows-stdin-renderer
Cheng Zhao [Thu, 8 Sep 2016 06:04:10 +0000 (15:04 +0900)]
Merge pull request #7130 from electron/windows-stdin-renderer

Add EOF process.stdin in  render process

8 years agoprotocol: respect range header when reading from asar
deepak1556 [Thu, 8 Sep 2016 04:44:49 +0000 (10:14 +0530)]
protocol: respect range header when reading from asar

8 years agoupdate
deepak1556 [Thu, 8 Sep 2016 04:42:23 +0000 (10:12 +0530)]
update

8 years agoadd failing spec
deepak1556 [Thu, 8 Sep 2016 03:01:35 +0000 (08:31 +0530)]
add failing spec

8 years agoMerge pull request #7132 from electron/lint-python-via-npm-run-lint
Kevin Sawicki [Wed, 7 Sep 2016 23:49:21 +0000 (16:49 -0700)]
Merge pull request #7132 from electron/lint-python-via-npm-run-lint

Run pylint as part of main lint task

8 years agoRun pylint as part of main lint task
Kevin Sawicki [Wed, 7 Sep 2016 23:23:59 +0000 (16:23 -0700)]
Run pylint as part of main lint task

8 years agoEnd sheet in parent when closing modal window
Kevin Sawicki [Wed, 7 Sep 2016 22:24:37 +0000 (15:24 -0700)]
End sheet in parent when closing modal window

8 years agoAssert read value instead of exception
Kevin Sawicki [Wed, 7 Sep 2016 21:51:05 +0000 (14:51 -0700)]
Assert read value instead of exception

8 years agoSetup stdin in both processes on Windows
Kevin Sawicki [Wed, 7 Sep 2016 21:45:56 +0000 (14:45 -0700)]
Setup stdin in both processes on Windows

8 years agoAdd spec for accessing process.stdin
Kevin Sawicki [Wed, 7 Sep 2016 21:40:18 +0000 (14:40 -0700)]
Add spec for accessing process.stdin

8 years agoAllow LIBCHROMIUMCONTENT_COMMIT to be overridden from the environment
Adam Kidder [Wed, 7 Sep 2016 19:02:32 +0000 (12:02 -0700)]
Allow LIBCHROMIUMCONTENT_COMMIT to be overridden from the environment

8 years agoMerge pull request #7119 from electron/arrange-project-translations
Kevin Sawicki [Wed, 7 Sep 2016 15:46:37 +0000 (08:46 -0700)]
Merge pull request #7119 from electron/arrange-project-translations

Arrange meta docs translations

8 years agoMerge pull request #7116 from electron/restore-no-asar
Cheng Zhao [Wed, 7 Sep 2016 07:50:26 +0000 (16:50 +0900)]
Merge pull request #7116 from electron/restore-no-asar

Restore process.noAsar in finally block

8 years agoMerge pull request #7110 from electron/circular-menu-require
Cheng Zhao [Wed, 7 Sep 2016 07:32:23 +0000 (16:32 +0900)]
Merge pull request #7110 from electron/circular-menu-require

Prevent circular Menu require

8 years agochange the option name to devTools
minggo [Wed, 7 Sep 2016 02:16:52 +0000 (10:16 +0800)]
change the option name to devTools

8 years agoremove duplicate comment
minggo [Wed, 7 Sep 2016 01:43:06 +0000 (09:43 +0800)]
remove duplicate comment

8 years agoLink to translations
Kevin Sawicki [Tue, 6 Sep 2016 21:58:50 +0000 (14:58 -0700)]
Link to translations

8 years agoMove translated project docs to docs-translations folder
Kevin Sawicki [Tue, 6 Sep 2016 21:54:17 +0000 (14:54 -0700)]
Move translated project docs to docs-translations folder

8 years agoMerge pull request #7068 from duncup/master
Kevin Sawicki [Tue, 6 Sep 2016 21:47:18 +0000 (14:47 -0700)]
Merge pull request #7068 from duncup/master

Create translate docs.

8 years agoMerge pull request #7113 from electron/const-default-app
Kevin Sawicki [Tue, 6 Sep 2016 20:42:36 +0000 (13:42 -0700)]
Merge pull request #7113 from electron/const-default-app

Use const instead of var in default app

8 years agoReset process.noAsar in finally block
Kevin Sawicki [Tue, 6 Sep 2016 20:40:25 +0000 (13:40 -0700)]
Reset process.noAsar in finally block

8 years agoAdd failing spec for restoring noAsar value
Kevin Sawicki [Tue, 6 Sep 2016 20:32:30 +0000 (13:32 -0700)]
Add failing spec for restoring noAsar value

8 years agoUse const instead of var
Kevin Sawicki [Tue, 6 Sep 2016 18:58:06 +0000 (11:58 -0700)]
Use const instead of var

8 years agoPrevent missing Menu.buildFromTemplate function
Kevin Sawicki [Tue, 6 Sep 2016 18:31:14 +0000 (11:31 -0700)]
Prevent missing Menu.buildFromTemplate function

8 years agoWebContents::InspectElement and WebContents::InspenctServiceWorker return immediately...
minggo [Tue, 6 Sep 2016 09:53:42 +0000 (17:53 +0800)]
WebContents::InspectElement and WebContents::InspenctServiceWorker return immediately if DevTools is disabled

8 years agoupdate browser-window.md to add disableDevTools option
minggo [Tue, 6 Sep 2016 09:46:55 +0000 (17:46 +0800)]
update browser-window.md to add disableDevTools option

8 years agoremove unneeded whitespace
minggo [Tue, 6 Sep 2016 03:48:48 +0000 (11:48 +0800)]
remove unneeded whitespace

8 years agoinitialize disable_devtools_
minggo [Tue, 6 Sep 2016 03:08:50 +0000 (11:08 +0800)]
initialize disable_devtools_

8 years agouse webPreferences to disable devtools
minggo [Mon, 5 Sep 2016 10:25:57 +0000 (18:25 +0800)]
use webPreferences to disable devtools

8 years agoadd option to disable devtools
minggo [Mon, 5 Sep 2016 08:27:56 +0000 (16:27 +0800)]
add option to disable devtools

8 years agoUpdate docs.
Charlie Hess [Sat, 3 Sep 2016 19:03:58 +0000 (12:03 -0700)]
Update docs.

8 years agoAdd support for titleBarStyle: 'hidden-inset' on OS X 10.9
Milan Burda [Fri, 2 Sep 2016 22:45:20 +0000 (00:45 +0200)]
Add support for titleBarStyle: 'hidden-inset' on OS X 10.9

8 years agoCreate translate docs.
duncup [Fri, 2 Sep 2016 06:25:56 +0000 (14:25 +0800)]
Create translate docs.

8 years agoBump v1.3.5
Cheng Zhao [Thu, 1 Sep 2016 10:18:37 +0000 (19:18 +0900)]
Bump v1.3.5

8 years agoFix warning when compiling for win32 ia32 build
Cheng Zhao [Fri, 2 Sep 2016 04:59:00 +0000 (13:59 +0900)]
Fix warning when compiling for win32 ia32 build

8 years agoFix arm's zip name
Cheng Zhao [Thu, 1 Sep 2016 12:00:29 +0000 (21:00 +0900)]
Fix arm's zip name

8 years agoMerge pull request #7059 from malept/docs-typos
Kevin Sawicki [Fri, 2 Sep 2016 00:37:28 +0000 (17:37 -0700)]
Merge pull request #7059 from malept/docs-typos

Fix documentation typos

8 years ago:memo: Make arch references more consistent
Mark Lee [Thu, 1 Sep 2016 14:53:32 +0000 (07:53 -0700)]
:memo: Make arch references more consistent

[ci skip]

8 years ago:memo: Add missing words
Mark Lee [Thu, 1 Sep 2016 14:49:36 +0000 (07:49 -0700)]
:memo: Add missing words

[ci skip]

8 years agoFix symbols zip's name
Cheng Zhao [Thu, 1 Sep 2016 10:18:19 +0000 (19:18 +0900)]
Fix symbols zip's name

8 years agoUpdate brightray submodule
Cheng Zhao [Thu, 1 Sep 2016 10:12:44 +0000 (19:12 +0900)]
Update brightray submodule

8 years agoUpdate libchromiumcontent for #5665
Cheng Zhao [Thu, 1 Sep 2016 07:38:52 +0000 (16:38 +0900)]
Update libchromiumcontent for #5665