platform/framework/web/crosswalk-tizen.git
7 years ago Convert targetOrigin to string in render process
Kevin Sawicki [Tue, 25 Apr 2017 20:26:47 +0000 (13:26 -0700)]
 Convert targetOrigin to string in render process

7 years agoConvert frameName/features to strings in render process
Kevin Sawicki [Tue, 25 Apr 2017 20:16:28 +0000 (13:16 -0700)]
Convert frameName/features to strings in render process

7 years agoAdd spec for window.open toString errors
Kevin Sawicki [Tue, 25 Apr 2017 20:16:07 +0000 (13:16 -0700)]
Add spec for window.open toString errors

7 years agoMerge pull request #9278 from electron/dont-override-argument-value
Kevin Sawicki [Wed, 26 Apr 2017 16:08:24 +0000 (09:08 -0700)]
Merge pull request #9278 from electron/dont-override-argument-value

Disable node integration in chrome-devtools URLs

7 years agoDisable node integration in chrome-devtools: URLs
Kevin Sawicki [Mon, 24 Apr 2017 17:25:40 +0000 (10:25 -0700)]
Disable node integration in chrome-devtools: URLs

7 years agoAdd spec for chrome-devtools URL with no node integration
Kevin Sawicki [Mon, 24 Apr 2017 17:25:12 +0000 (10:25 -0700)]
Add spec for chrome-devtools URL with no node integration

7 years agoMerge pull request #9250 from electron/inherit-javascript-option
Kevin Sawicki [Tue, 25 Apr 2017 20:33:53 +0000 (13:33 -0700)]
Merge pull request #9250 from electron/inherit-javascript-option

Inherit javascript preference in opened windows

7 years agoDocument other inherited web preferences
Kevin Sawicki [Fri, 21 Apr 2017 18:00:31 +0000 (11:00 -0700)]
Document other inherited web preferences

7 years agoDisable JavaScript on child when disabled on parent
Kevin Sawicki [Fri, 21 Apr 2017 17:59:33 +0000 (10:59 -0700)]
Disable JavaScript on child when disabled on parent

7 years agoAdd failing spec for inheriting Javascript web preference
Kevin Sawicki [Fri, 21 Apr 2017 17:58:47 +0000 (10:58 -0700)]
Add failing spec for inheriting Javascript web preference

7 years agoEnable setting javascript and contextIsolation via window.open
Kevin Sawicki [Fri, 21 Apr 2017 17:57:22 +0000 (10:57 -0700)]
Enable setting javascript and contextIsolation via window.open

7 years agoMerge pull request #9279 from electron/extract-default-app-script
Kevin Sawicki [Tue, 25 Apr 2017 19:55:58 +0000 (12:55 -0700)]
Merge pull request #9279 from electron/extract-default-app-script

Extract script tags to renderer.js file in default app

7 years agoExtract script tags to renderer.js file
Kevin Sawicki [Mon, 24 Apr 2017 18:54:05 +0000 (11:54 -0700)]
Extract script tags to renderer.js file

7 years agoMerge pull request #9254 from electron/endsession-event
Kevin Sawicki [Mon, 24 Apr 2017 19:02:05 +0000 (12:02 -0700)]
Merge pull request #9254 from electron/endsession-event

End session event on browser window

7 years agoRemoving #ifdef on endsession api
Hari Krishna Reddy Juturu [Mon, 24 Apr 2017 18:58:08 +0000 (11:58 -0700)]
Removing #ifdef on endsession api

7 years agoRemoving #ifdef windows for endsession methods
Hari Krishna Reddy Juturu [Mon, 24 Apr 2017 18:49:21 +0000 (11:49 -0700)]
Removing #ifdef windows for endsession methods

7 years agoMerge pull request #9255 from electron/emit-auto-updater-error
Kevin Sawicki [Mon, 24 Apr 2017 17:26:00 +0000 (10:26 -0700)]
Merge pull request #9255 from electron/emit-auto-updater-error

Emit auto updater error directly as Error

7 years agochange endsession event name to session-end
Hari Krishna Reddy Juturu [Mon, 24 Apr 2017 17:16:11 +0000 (10:16 -0700)]
change endsession event name to session-end

7 years agoDon't run error event on Linux
Kevin Sawicki [Fri, 21 Apr 2017 23:50:19 +0000 (16:50 -0700)]
Don't run error event on Linux

7 years agoEmit autoUpdater error directly as Error object
Kevin Sawicki [Fri, 21 Apr 2017 22:13:43 +0000 (15:13 -0700)]
Emit autoUpdater error directly as Error object

7 years agoAdd spec for remote autoUpdater error event
Kevin Sawicki [Fri, 21 Apr 2017 22:12:08 +0000 (15:12 -0700)]
Add spec for remote autoUpdater error event

7 years agoMerge pull request #9253 from electron/log-crashes-during-specs
Kevin Sawicki [Mon, 24 Apr 2017 16:47:05 +0000 (09:47 -0700)]
Merge pull request #9253 from electron/log-crashes-during-specs

Log all crashes during spec running

7 years agoLog all crashes during specs
Kevin Sawicki [Fri, 21 Apr 2017 19:29:46 +0000 (12:29 -0700)]
Log all crashes during specs

7 years agoMerge pull request #9252 from electron/convert-to-string-in-render-process
Kevin Sawicki [Mon, 24 Apr 2017 16:26:00 +0000 (09:26 -0700)]
Merge pull request #9252 from electron/convert-to-string-in-render-process

Convert alert/confirm arguments to strings in render process

7 years agoConvert message/title to strings in render process
Kevin Sawicki [Fri, 21 Apr 2017 19:21:05 +0000 (12:21 -0700)]
Convert message/title to strings in render process

7 years agoAdd spec for alert/confirm toString errors
Kevin Sawicki [Fri, 21 Apr 2017 19:19:37 +0000 (12:19 -0700)]
Add spec for alert/confirm toString errors

7 years agoMerge pull request #9249 from electron/document-write
Kevin Sawicki [Mon, 24 Apr 2017 16:14:29 +0000 (09:14 -0700)]
Merge pull request #9249 from electron/document-write

Don't use document.write in default app

7 years agoDon't use document.write in default app
Kevin Sawicki [Fri, 21 Apr 2017 17:12:19 +0000 (10:12 -0700)]
Don't use document.write in default app

7 years agoMerge pull request #9246 from rreimann/master
Kevin Sawicki [Mon, 24 Apr 2017 15:50:55 +0000 (08:50 -0700)]
Merge pull request #9246 from rreimann/master

Clarify requirements for resumable downloads

7 years agoMinor wording tweaks
Kevin Sawicki [Mon, 24 Apr 2017 15:50:40 +0000 (08:50 -0700)]
Minor wording tweaks

7 years agoWrap header names in backticks
Kevin Sawicki [Mon, 24 Apr 2017 15:49:59 +0000 (08:49 -0700)]
Wrap header names in backticks

7 years agoMerge pull request #9273 from electron/update_notification_docs
Kevin Sawicki [Mon, 24 Apr 2017 15:48:44 +0000 (08:48 -0700)]
Merge pull request #9273 from electron/update_notification_docs

Updated documentation on desktop notifications on Windows 7

7 years agoMerge pull request #9262 from ArcticZeroo/patch-1
Kevin Sawicki [Mon, 24 Apr 2017 15:48:20 +0000 (08:48 -0700)]
Merge pull request #9262 from ArcticZeroo/patch-1

Fix a typo in faq.md

7 years agoUpdated documentation on desktop notifications on Windows 7
Ales Pergl [Mon, 24 Apr 2017 07:57:34 +0000 (09:57 +0200)]
Updated documentation on desktop notifications on Windows 7

7 years agoUpdate faq.md
ArcticZeroo [Sun, 23 Apr 2017 03:11:04 +0000 (23:11 -0400)]
Update faq.md

Fix the most horrible typo of all time

7 years agoRephrase note for resume method
rreimann [Sat, 22 Apr 2017 16:15:07 +0000 (18:15 +0200)]
Rephrase note for resume method

7 years agoRemove wm_state change
Hari Krishna Reddy Juturu [Fri, 21 Apr 2017 21:35:30 +0000 (14:35 -0700)]
Remove wm_state change

7 years agoEnd session event on browser window
Hari Krishna Reddy Juturu [Fri, 21 Apr 2017 20:45:30 +0000 (20:45 +0000)]
End session event on browser window

7 years agoMerge pull request #8996 from swashcap/master
Kevin Sawicki [Fri, 21 Apr 2017 20:44:01 +0000 (13:44 -0700)]
Merge pull request #8996 from swashcap/master

Add documentation note on dynamic Menu items

7 years agoMerge pull request #9239 from pfrazee/patch-1
Kevin Sawicki [Fri, 21 Apr 2017 20:40:17 +0000 (13:40 -0700)]
Merge pull request #9239 from pfrazee/patch-1

Make note about sync webview calls in docs

7 years agoBold note for emphasis
Kevin Sawicki [Fri, 21 Apr 2017 20:39:51 +0000 (13:39 -0700)]
Bold note for emphasis

7 years agoMerge pull request #9248 from electron/stream-test-output-on-windows
Kevin Sawicki [Fri, 21 Apr 2017 16:15:41 +0000 (09:15 -0700)]
Merge pull request #9248 from electron/stream-test-output-on-windows

Stream test output on Windows CI

7 years agoStream test output on Windows CI
Kevin Sawicki [Fri, 21 Apr 2017 15:51:10 +0000 (08:51 -0700)]
Stream test output on Windows CI

7 years agoMerge pull request #9241 from electron/doc-symstore
Kevin Sawicki [Fri, 21 Apr 2017 15:50:33 +0000 (08:50 -0700)]
Merge pull request #9241 from electron/doc-symstore

Document downloading debugging tools for windows

7 years agoMention downloading debugging tools for windows
Kevin Sawicki [Fri, 21 Apr 2017 00:22:15 +0000 (17:22 -0700)]
Mention downloading debugging tools for windows

7 years agoClarify requirements for resumable downloads
rreimann [Fri, 21 Apr 2017 13:14:56 +0000 (15:14 +0200)]
Clarify requirements for resumable downloads

7 years agoMerge pull request #9237 from electron/root-modules-describe
Kevin Sawicki [Thu, 20 Apr 2017 22:11:27 +0000 (15:11 -0700)]
Merge pull request #9237 from electron/root-modules-describe

Add root describe to modules spec

7 years agoAdd root describe to be able to run whole file
Kevin Sawicki [Thu, 20 Apr 2017 17:48:17 +0000 (10:48 -0700)]
Add root describe to be able to run whole file

7 years agoMerge pull request #9238 from electron/wait-for-stdout-close
Kevin Sawicki [Thu, 20 Apr 2017 21:17:07 +0000 (14:17 -0700)]
Merge pull request #9238 from electron/wait-for-stdout-close

Wait for close event instead of exit in spec

7 years agoMake note about sync webview calls in docs
Paul Frazee [Thu, 20 Apr 2017 19:02:41 +0000 (14:02 -0500)]
Make note about sync webview calls in docs

7 years agoWait for close event instead of exit so stdout done
Kevin Sawicki [Thu, 20 Apr 2017 18:40:04 +0000 (11:40 -0700)]
Wait for close event instead of exit so stdout done

7 years agoMerge pull request #9095 from seanchas116/better-path-resolve
Kevin Sawicki [Thu, 20 Apr 2017 17:49:53 +0000 (10:49 -0700)]
Merge pull request #9095 from seanchas116/better-path-resolve

Search for module from app path when URL is not file protocol

7 years agoMerge pull request #9108 from yuya-oc/add-macos-sheet-events
Kevin Sawicki [Thu, 20 Apr 2017 17:33:31 +0000 (10:33 -0700)]
Merge pull request #9108 from yuya-oc/add-macos-sheet-events

Add sheet-begin and sheet-end events to macOS BrowserWindow

7 years agoGroup sheet event methods with other macOS methods
Kevin Sawicki [Thu, 20 Apr 2017 17:31:25 +0000 (10:31 -0700)]
Group sheet event methods with other macOS methods

7 years agoMerge pull request #9227 from electron/specs-on-new-ci-machines
Kevin Sawicki [Thu, 20 Apr 2017 03:37:37 +0000 (20:37 -0700)]
Merge pull request #9227 from electron/specs-on-new-ci-machines

Get specs passing on new macOS CI machines

7 years agoUse app name in crash dir path on linux/macos
Kevin Sawicki [Wed, 19 Apr 2017 23:53:57 +0000 (16:53 -0700)]
Use app name in crash dir path on linux/macos

7 years ago:art:
Kevin Sawicki [Wed, 19 Apr 2017 23:44:31 +0000 (16:44 -0700)]
:art:

7 years agoRestart crash service in each spec
Kevin Sawicki [Wed, 19 Apr 2017 23:32:43 +0000 (16:32 -0700)]
Restart crash service in each spec

7 years agoStill call done when stop server function is null
Kevin Sawicki [Wed, 19 Apr 2017 16:52:28 +0000 (09:52 -0700)]
Still call done when stop server function is null

7 years agoClose server and connections after each spec
Kevin Sawicki [Wed, 19 Apr 2017 16:48:32 +0000 (09:48 -0700)]
Close server and connections after each spec

7 years agoIncrease timeout to 2 minutes
Kevin Sawicki [Wed, 19 Apr 2017 16:30:03 +0000 (09:30 -0700)]
Increase timeout to 2 minutes

7 years agoRemove extra space in description
Kevin Sawicki [Wed, 19 Apr 2017 16:28:52 +0000 (09:28 -0700)]
Remove extra space in description

7 years agoWait for full screen event before leaving kiosk mode
Kevin Sawicki [Tue, 18 Apr 2017 23:42:01 +0000 (16:42 -0700)]
Wait for full screen event before leaving kiosk mode

7 years agoDisable media device specs on CI where they may not be available
Kevin Sawicki [Tue, 18 Apr 2017 23:16:08 +0000 (16:16 -0700)]
Disable media device specs on CI where they may not be available

7 years agoCall done callback with Error
Kevin Sawicki [Tue, 18 Apr 2017 23:06:10 +0000 (16:06 -0700)]
Call done callback with Error

7 years agoConsolidate window closing
Kevin Sawicki [Tue, 18 Apr 2017 23:04:27 +0000 (16:04 -0700)]
Consolidate window closing

7 years agoBump v1.6.7
Kevin Sawicki [Tue, 18 Apr 2017 16:17:16 +0000 (09:17 -0700)]
Bump v1.6.7

7 years agoMerge pull request #9211 from sindresorhus/patch-1
Kevin Sawicki [Tue, 18 Apr 2017 16:10:45 +0000 (12:10 -0400)]
Merge pull request #9211 from sindresorhus/patch-1

Add docs tip about testing Touch Bar usage

7 years agoMerge pull request #9194 from electron/external/cookie-flushstore-api
Kevin Sawicki [Tue, 18 Apr 2017 16:09:19 +0000 (12:09 -0400)]
Merge pull request #9194 from electron/external/cookie-flushstore-api

Adding cookie flush store api

7 years agoAdd initial spec for cookies.flushStore
Kevin Sawicki [Tue, 18 Apr 2017 16:08:27 +0000 (09:08 -0700)]
Add initial spec for cookies.flushStore

7 years agofixup! fixup! Adding cookie flush store api
Hari Krishna Reddy Juturu [Mon, 17 Apr 2017 11:37:10 +0000 (04:37 -0700)]
fixup! fixup! Adding cookie flush store api

7 years agofixup! Adding cookie flush store api
Hari Krishna Reddy Juturu [Fri, 14 Apr 2017 17:03:52 +0000 (10:03 -0700)]
fixup! Adding cookie flush store api

7 years agoAdding cookie flush store api
Hari Krishna Reddy Juturu [Fri, 14 Apr 2017 13:12:22 +0000 (06:12 -0700)]
Adding cookie flush store api

7 years agoMerge pull request #9208 from electron/touchbar-button-icon-pos
Kevin Sawicki [Tue, 18 Apr 2017 16:02:44 +0000 (12:02 -0400)]
Merge pull request #9208 from electron/touchbar-button-icon-pos

Add iconPosition property to touch bar buttons

7 years agoAdd button with icon to touch bar spec
Kevin Sawicki [Tue, 18 Apr 2017 16:01:43 +0000 (09:01 -0700)]
Add button with icon to touch bar spec

7 years agoOnly read iconPosition when icon is present
Kevin Sawicki [Tue, 18 Apr 2017 15:58:54 +0000 (08:58 -0700)]
Only read iconPosition when icon is present

7 years agoMake iconPosition non-breaking by defaulting to overlay
Samuel Attard [Mon, 17 Apr 2017 00:30:55 +0000 (12:30 +1200)]
Make iconPosition non-breaking by defaulting to overlay

7 years agoadd iconPosition property to touch bar buttons
Samuel Attard [Mon, 17 Apr 2017 00:26:33 +0000 (12:26 +1200)]
add iconPosition property to touch bar buttons

7 years agoMerge pull request #9195 from mcizol/master
Kevin Sawicki [Tue, 18 Apr 2017 15:51:13 +0000 (11:51 -0400)]
Merge pull request #9195 from mcizol/master

add turkish quick-start file

7 years agoMerge pull request #9185 from sauber92/patch-2
Kevin Sawicki [Tue, 18 Apr 2017 15:46:05 +0000 (11:46 -0400)]
Merge pull request #9185 from sauber92/patch-2

Update protocol.md

7 years agoMerge pull request #9180 from runinspring/patch-1
Kevin Sawicki [Tue, 18 Apr 2017 15:45:10 +0000 (11:45 -0400)]
Merge pull request #9180 from runinspring/patch-1

Update shell.md

7 years agoMerge pull request #9219 from electron/update-libcc-dpi-scaling
Birunthan Mohanathas [Tue, 18 Apr 2017 12:13:03 +0000 (15:13 +0300)]
Merge pull request #9219 from electron/update-libcc-dpi-scaling

Update libcc for electron/libchromiumcontent#285

7 years agoFix OverrideSiteInstanceForNavigation() signature
Birunthan Mohanathas [Tue, 18 Apr 2017 08:51:38 +0000 (11:51 +0300)]
Fix OverrideSiteInstanceForNavigation() signature

7 years agoUpdate libcc for electron/libchromiumcontent#285
Birunthan Mohanathas [Mon, 17 Apr 2017 20:21:43 +0000 (23:21 +0300)]
Update libcc for electron/libchromiumcontent#285

This fixes non-client area DPI scaling on recent Windows 10 versions.
See discussion in #8786.

7 years agoMerge pull request #9213 from electron/fix-autohide-menubar-layout
Birunthan Mohanathas [Mon, 17 Apr 2017 09:34:23 +0000 (12:34 +0300)]
Merge pull request #9213 from electron/fix-autohide-menubar-layout

Actually hide menubar area when menu is autohidden

7 years agoActually hide menubar area when menu is autohidden
Birunthan Mohanathas [Mon, 17 Apr 2017 09:29:42 +0000 (12:29 +0300)]
Actually hide menubar area when menu is autohidden

This was a regression introduced in 638eae10.

7 years ago:memo: Add docs tip about testing Touch Bar usage
Sindre Sorhus [Mon, 17 Apr 2017 07:37:05 +0000 (14:37 +0700)]
:memo: Add docs tip about testing Touch Bar usage

Disclosure: I made it.

Most devs don't have the new MacBook with Touch Bar, but would like to support it. I think it would be useful to point out how to easily develop and test Touch Bar usage in Electron apps.

[ci skip]

7 years agoMerge pull request #9204 from electron/upgrade-brightray-wmstate
Birunthan Mohanathas [Sun, 16 Apr 2017 16:52:11 +0000 (19:52 +0300)]
Merge pull request #9204 from electron/upgrade-brightray-wmstate

Update Brightray for electron/brightray#289

7 years agoUpdate Brightray for electron/brightray#289
Birunthan Mohanathas [Sun, 16 Apr 2017 15:00:51 +0000 (18:00 +0300)]
Update Brightray for electron/brightray#289

This fixes #9197.

7 years agoAdd events to manage sheets of macOS BrowserWindow
Yuya Ochiai [Mon, 3 Apr 2017 16:44:26 +0000 (01:44 +0900)]
Add events to manage sheets of macOS BrowserWindow

7 years agoupdate link to turkish quick-start
Mustafa C. Izol [Fri, 14 Apr 2017 17:47:39 +0000 (19:47 +0200)]
update link to turkish quick-start

7 years agoadd turkish quick start file
Mustafa C. Izol [Fri, 14 Apr 2017 17:38:46 +0000 (19:38 +0200)]
add turkish quick start file

7 years agoMerge pull request #9187 from electron/mac-messagebox-warning-icon
Birunthan Mohanathas [Fri, 14 Apr 2017 16:27:49 +0000 (19:27 +0300)]
Merge pull request #9187 from electron/mac-messagebox-warning-icon

Fix missing warning icon with dialog.showMessageBox() on macOS

7 years agoFix missing warning icon with dialog.showMessageBox() on macOS
Birunthan Mohanathas [Thu, 13 Apr 2017 18:36:48 +0000 (21:36 +0300)]
Fix missing warning icon with dialog.showMessageBox() on macOS

Fixes #9183.

7 years agoUpdate protocol.md
Junyoung Jung [Thu, 13 Apr 2017 14:47:01 +0000 (23:47 +0900)]
Update protocol.md

오타 수정, Edit typo

7 years agoUse const
Ryohei Ikegami [Thu, 13 Apr 2017 14:26:42 +0000 (23:26 +0900)]
Use const

7 years agoMerge pull request #9167 from electron/frameless-overflow3
Birunthan Mohanathas [Thu, 13 Apr 2017 10:08:39 +0000 (13:08 +0300)]
Merge pull request #9167 from electron/frameless-overflow3

Fix frameless window overflow on Windows

7 years agoAdd SubSystem setting
Kevin Sawicki [Tue, 11 Apr 2017 21:54:34 +0000 (14:54 -0700)]
Add SubSystem setting

7 years agoUse MinimumRequiredVersion instead of argument
Kevin Sawicki [Tue, 11 Apr 2017 21:44:22 +0000 (14:44 -0700)]
Use MinimumRequiredVersion instead of argument

7 years agoAdd comment to subsystem linker option
Kevin Sawicki [Tue, 11 Apr 2017 21:35:09 +0000 (14:35 -0700)]
Add comment to subsystem linker option