platform/framework/web/crosswalk-tizen.git
7 years agoUse === for string comparison
Kevin Sawicki [Fri, 9 Sep 2016 00:11:10 +0000 (17:11 -0700)]
Use === for string comparison

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

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

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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

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

7 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

7 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.

7 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

7 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

7 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

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

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

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

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

7 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

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

7 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

7 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]

7 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]

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

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

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

7 years agoMerge pull request #6826 from enlight/set-jump-list
Cheng Zhao [Thu, 1 Sep 2016 06:35:21 +0000 (15:35 +0900)]
Merge pull request #6826 from enlight/set-jump-list

Extend the custom Jump List API provided by Electron

8 years agoExtend the custom Jump List API
Vadim Macagon [Fri, 12 Aug 2016 09:31:17 +0000 (16:31 +0700)]
Extend the custom Jump List API

Add `app.getJumpListSettings()` and `app.setJumpList(callback)` that
make it possible to fully customize the Jump List of an Electron app.
It is now possible to:
- Add tasks to the standard `Tasks` category.
- Add separators to the standard `Tasks` category.
- Add custom categories containing tasks and file links.
- Add system managed Recent/Frequent categories.
- Remove the custom Jump List.

8 years agoMerge pull request #7041 from Ikana/document-webcontents-fromId
Cheng Zhao [Wed, 31 Aug 2016 12:01:49 +0000 (21:01 +0900)]
Merge pull request #7041 from Ikana/document-webcontents-fromId

documents webContents.fromId

8 years agoMerge pull request #6998 from electron/ipc-v8-converter-crash
Cheng Zhao [Wed, 31 Aug 2016 11:45:25 +0000 (20:45 +0900)]
Merge pull request #6998 from electron/ipc-v8-converter-crash

Don't serialize external values over IPC

8 years agoMerge pull request #6986 from electron/arm-release-asset-name
Cheng Zhao [Wed, 31 Aug 2016 11:35:59 +0000 (20:35 +0900)]
Merge pull request #6986 from electron/arm-release-asset-name

Add v7l to ARM release assets

8 years agoMerge pull request #6867 from electron/remote-function-properties
Cheng Zhao [Wed, 31 Aug 2016 08:28:09 +0000 (17:28 +0900)]
Merge pull request #6867 from electron/remote-function-properties

Allow accessing remote function properties

8 years agodocuments webContents.fromId
roderik [Wed, 31 Aug 2016 03:25:04 +0000 (22:25 -0500)]
documents webContents.fromId

8 years agoTest external value as send argument
Kevin Sawicki [Tue, 30 Aug 2016 16:27:12 +0000 (09:27 -0700)]
Test external value as send argument

8 years agoMove IsExternal check to FromV8ValueImpl
Kevin Sawicki [Tue, 30 Aug 2016 15:51:22 +0000 (08:51 -0700)]
Move IsExternal check to FromV8ValueImpl

8 years agoMerge pull request #7028 from electron/default-exit-code
Cheng Zhao [Tue, 30 Aug 2016 10:36:03 +0000 (19:36 +0900)]
Merge pull request #7028 from electron/default-exit-code

Default app exit code to 0

8 years agoMerge pull request #7026 from Menci/master
Cheng Zhao [Tue, 30 Aug 2016 10:31:31 +0000 (19:31 +0900)]
Merge pull request #7026 from Menci/master

Add guide for force new page in print / printToPDF

8 years agoMerge pull request #7018 from HanaeKae/jpfont-in-flash
Cheng Zhao [Tue, 30 Aug 2016 08:52:05 +0000 (17:52 +0900)]
Merge pull request #7018 from HanaeKae/jpfont-in-flash

Japanese font rendering in flash.

8 years agoMerge pull request #7029 from electron/revert-7003-exit-tab-fullscreen
Cheng Zhao [Tue, 30 Aug 2016 08:09:37 +0000 (17:09 +0900)]
Merge pull request #7029 from electron/revert-7003-exit-tab-fullscreen

Revert "exit tab fullscreen on destroy"

8 years agoRevert "exit tab fullscreen on destroy"
Cheng Zhao [Tue, 30 Aug 2016 08:08:51 +0000 (17:08 +0900)]
Revert "exit tab fullscreen on destroy"

8 years agoDefault app exit code to 0
Samuel Attard [Tue, 30 Aug 2016 03:30:56 +0000 (13:30 +1000)]
Default app exit code to 0

8 years agoAdd guide for force new page in print / printToPDF
Menci [Tue, 30 Aug 2016 00:45:39 +0000 (08:45 +0800)]
Add guide for force new page in print / printToPDF

8 years agoExplicitly mention external objects
Kevin Sawicki [Mon, 29 Aug 2016 17:35:07 +0000 (10:35 -0700)]
Explicitly mention external objects

8 years ago:art:
Kevin Sawicki [Mon, 29 Aug 2016 17:27:34 +0000 (10:27 -0700)]
:art:

8 years agoAdd explicit test for IPC cycle detection
Kevin Sawicki [Mon, 29 Aug 2016 17:25:05 +0000 (10:25 -0700)]
Add explicit test for IPC cycle detection

8 years agoAdd test for sending webContents instance over IPC
Kevin Sawicki [Mon, 29 Aug 2016 17:21:30 +0000 (10:21 -0700)]
Add test for sending webContents instance over IPC

8 years agoRe-enable DOM object over IPC asserts
Kevin Sawicki [Mon, 29 Aug 2016 17:14:35 +0000 (10:14 -0700)]
Re-enable DOM object over IPC asserts

8 years agoIgnore external values when serializing
Kevin Sawicki [Mon, 29 Aug 2016 17:13:13 +0000 (10:13 -0700)]
Ignore external values when serializing

8 years agoAdd empty request error handler
Kevin Sawicki [Fri, 26 Aug 2016 16:51:54 +0000 (09:51 -0700)]
Add empty request error handler

8 years agoAdd regression spec for HTTP request over IPC
Kevin Sawicki [Fri, 26 Aug 2016 16:36:25 +0000 (09:36 -0700)]
Add regression spec for HTTP request over IPC

8 years agoConvert specs to expect empty objects
Kevin Sawicki [Fri, 26 Aug 2016 16:29:27 +0000 (09:29 -0700)]
Convert specs to expect empty objects

8 years agoDon't convert values with internal fields
Kevin Sawicki [Fri, 26 Aug 2016 16:26:58 +0000 (09:26 -0700)]
Don't convert values with internal fields

8 years agoMerge pull request #7003 from brave/exit-tab-fullscreen
Cheng Zhao [Mon, 29 Aug 2016 07:36:44 +0000 (16:36 +0900)]
Merge pull request #7003 from brave/exit-tab-fullscreen

exit tab fullscreen on destroy

8 years agoJapanese font rendering in flash.
Hanae Kae [Mon, 29 Aug 2016 07:02:09 +0000 (16:02 +0900)]
Japanese font rendering in flash.

8 years agoMerge pull request #7002 from electron/include-alpha
Cheng Zhao [Mon, 29 Aug 2016 06:19:05 +0000 (15:19 +0900)]
Merge pull request #7002 from electron/include-alpha

Enable alphabetical include order cpplint rule

8 years agoMerge pull request #7001 from electron/debug-wait-connect
Cheng Zhao [Mon, 29 Aug 2016 06:15:14 +0000 (15:15 +0900)]
Merge pull request #7001 from electron/debug-wait-connect

Port --debug-brk support to Node 6.3.0

8 years agoMerge pull request #7006 from electron/fix-optional-param-spacing
Kevin Sawicki [Sat, 27 Aug 2016 19:18:45 +0000 (12:18 -0700)]
Merge pull request #7006 from electron/fix-optional-param-spacing

fix optional param spacing

8 years agofix optional param spacing
Zeke Sikelianos [Sat, 27 Aug 2016 06:47:04 +0000 (23:47 -0700)]
fix optional param spacing

8 years agoInclude windows.h first
Kevin Sawicki [Fri, 26 Aug 2016 22:43:40 +0000 (15:43 -0700)]
Include windows.h first

8 years agoexit tab fullscreen on destroy
bridiver [Fri, 26 Aug 2016 22:29:39 +0000 (15:29 -0700)]
exit tab fullscreen on destroy

8 years agoSort includes alphabetically
Kevin Sawicki [Fri, 26 Aug 2016 22:30:02 +0000 (15:30 -0700)]
Sort includes alphabetically

8 years agoEnable alphabetical include order lint filter
Kevin Sawicki [Fri, 26 Aug 2016 22:29:53 +0000 (15:29 -0700)]
Enable alphabetical include order lint filter

8 years agoMerge pull request #6925 from BraveNewMath/patch-1
Kevin Sawicki [Fri, 26 Aug 2016 21:17:55 +0000 (14:17 -0700)]
Merge pull request #6925 from BraveNewMath/patch-1

fix windows command prompt error

8 years agoAdd separate platform examples for running electron
Kevin Sawicki [Fri, 26 Aug 2016 21:16:30 +0000 (14:16 -0700)]
Add separate platform examples for running electron

8 years agoOnly set _debugWaitConnect in main process
Kevin Sawicki [Fri, 26 Aug 2016 19:30:27 +0000 (12:30 -0700)]
Only set _debugWaitConnect in main process

8 years agoRemove v8debug flag no longer supported by node
Kevin Sawicki [Fri, 26 Aug 2016 19:08:18 +0000 (12:08 -0700)]
Remove v8debug flag no longer supported by node

8 years agoSet process._debugWaitConnect with --debug-brk is specified
Kevin Sawicki [Fri, 26 Aug 2016 19:06:15 +0000 (12:06 -0700)]
Set process._debugWaitConnect with --debug-brk is specified

8 years agoMerge pull request #6989 from Menci/master
Cheng Zhao [Fri, 26 Aug 2016 11:57:26 +0000 (20:57 +0900)]
Merge pull request #6989 from Menci/master

[doc] Add support for titleBarStyle hidden on macOS 10.9

8 years agoMerge pull request #6984 from electron/zoom-webview
Cheng Zhao [Fri, 26 Aug 2016 11:56:47 +0000 (20:56 +0900)]
Merge pull request #6984 from electron/zoom-webview

Document <webview>.setZoomFactor/Level as public

8 years agoMerge pull request #6983 from electron/download-item-prompt
Cheng Zhao [Fri, 26 Aug 2016 11:41:03 +0000 (20:41 +0900)]
Merge pull request #6983 from electron/download-item-prompt

Check DownloadItem save path before prompting

8 years agoMerge pull request #6977 from electron/ipc-cycle-detection
Cheng Zhao [Fri, 26 Aug 2016 11:26:00 +0000 (20:26 +0900)]
Merge pull request #6977 from electron/ipc-cycle-detection

Improve cycle detection in IPC arguments

8 years agoAdd support for titleBarStyle hidden on macOS 10.9
Menci [Fri, 26 Aug 2016 04:06:56 +0000 (12:06 +0800)]
Add support for titleBarStyle hidden on macOS 10.9

"titleBarStyle: 'hidden'" supports macOS 10.9 now. See https://github.com/electron/electron/pull/6848 and https://github.com/electron/electron/pull/6848/commits/ab8fd49c72e275fe8fb9697f466546c4bfb156aa for more info.

8 years agoRemove unused imports
Kevin Sawicki [Fri, 26 Aug 2016 00:57:14 +0000 (17:57 -0700)]
Remove unused imports

8 years agoAdd v7l suffix to ARM build assets
Kevin Sawicki [Fri, 26 Aug 2016 00:51:37 +0000 (17:51 -0700)]
Add v7l suffix to ARM build assets

8 years agoAdd helper for generating zip file names
Kevin Sawicki [Fri, 26 Aug 2016 00:50:12 +0000 (17:50 -0700)]
Add helper for generating zip file names

8 years agoMerge pull request #6985 from electron/more-parameter-fixes
Zeke Sikelianos [Fri, 26 Aug 2016 00:28:36 +0000 (17:28 -0700)]
Merge pull request #6985 from electron/more-parameter-fixes

More parameter fixes

8 years agocapitalize
Zeke Sikelianos [Fri, 26 Aug 2016 00:26:57 +0000 (17:26 -0700)]
capitalize

8 years agouse the right bullet
Zeke Sikelianos [Fri, 26 Aug 2016 00:26:52 +0000 (17:26 -0700)]
use the right bullet

8 years agoadd a description for BrowserWindowProxy
Zeke Sikelianos [Thu, 25 Aug 2016 22:20:05 +0000 (15:20 -0700)]
add a description for BrowserWindowProxy

8 years agoDocument <webview>.setZoomFactor/Level as public
Kevin Sawicki [Thu, 25 Aug 2016 21:55:01 +0000 (14:55 -0700)]
Document <webview>.setZoomFactor/Level as public

8 years agodocument some missing parameters
Zeke Sikelianos [Thu, 25 Aug 2016 21:43:06 +0000 (14:43 -0700)]
document some missing parameters