platform/framework/web/crosswalk-tizen.git
7 years agofix syntax and use relative path to electron-api.json target
Zeke Sikelianos [Wed, 18 Jan 2017 19:52:09 +0000 (11:52 -0800)]
fix syntax and use relative path to electron-api.json target

7 years agoset version arg when creating electron-api.json
Zeke Sikelianos [Wed, 18 Jan 2017 19:00:13 +0000 (11:00 -0800)]
set version arg when creating electron-api.json

7 years agoMerge pull request #8432 from hrubilov/patch-1
Kevin Sawicki [Wed, 18 Jan 2017 17:02:18 +0000 (09:02 -0800)]
Merge pull request #8432 from hrubilov/patch-1

Typo fixed

7 years agoTypo fixed
hrubilov [Wed, 18 Jan 2017 11:12:27 +0000 (14:12 +0300)]
Typo fixed

7 years agoMerge pull request #8365 from destan/patch-3
Zeke Sikelianos [Tue, 17 Jan 2017 21:50:37 +0000 (13:50 -0800)]
Merge pull request #8365 from destan/patch-3

printToPDF: `landscape` ignored if `@page` is used

7 years agoMerge pull request #8399 from watilde/feature/fixes-8338
Kevin Sawicki [Tue, 17 Jan 2017 21:03:51 +0000 (13:03 -0800)]
Merge pull request #8399 from watilde/feature/fixes-8338

save a fullscreen state when Kiosk mode is called

7 years agoMerge pull request #8417 from electron/flaky-travis-specs
Kevin Sawicki [Tue, 17 Jan 2017 16:48:59 +0000 (08:48 -0800)]
Merge pull request #8417 from electron/flaky-travis-specs

Disable flaky specs on Travis

7 years agoMerge pull request #8348 from electron/isolated-world
Kevin Sawicki [Tue, 17 Jan 2017 16:47:44 +0000 (08:47 -0800)]
Merge pull request #8348 from electron/isolated-world

Add context isolation option to windows and webview tags

7 years agoUse options constants for keys
Kevin Sawicki [Mon, 16 Jan 2017 21:09:38 +0000 (13:09 -0800)]
Use options constants for keys

7 years agoAssert document visibility in main context
Kevin Sawicki [Mon, 16 Jan 2017 20:56:39 +0000 (12:56 -0800)]
Assert document visibility in main context

7 years ago:art:
Kevin Sawicki [Mon, 16 Jan 2017 19:36:15 +0000 (11:36 -0800)]
:art:

7 years agoInclude atom_natives after builtin includes
Kevin Sawicki [Mon, 16 Jan 2017 19:31:10 +0000 (11:31 -0800)]
Include atom_natives after builtin includes

7 years agoOnly create isolated context in main frame
Kevin Sawicki [Fri, 13 Jan 2017 20:54:23 +0000 (12:54 -0800)]
Only create isolated context in main frame

7 years agoAccess getter instead of variable
Kevin Sawicki [Fri, 13 Jan 2017 19:06:19 +0000 (11:06 -0800)]
Access getter instead of variable

7 years agoMention accessing context in dev tools
Kevin Sawicki [Fri, 13 Jan 2017 19:01:46 +0000 (11:01 -0800)]
Mention accessing context in dev tools

7 years ago:art:
Kevin Sawicki [Fri, 13 Jan 2017 18:58:33 +0000 (10:58 -0800)]
:art:

7 years agoDocument implemented APIs at the top
Kevin Sawicki [Fri, 13 Jan 2017 18:53:56 +0000 (10:53 -0800)]
Document implemented APIs at the top

7 years agoParse guestInstanceId and opener as ints
Kevin Sawicki [Thu, 12 Jan 2017 21:28:48 +0000 (13:28 -0800)]
Parse guestInstanceId and opener as ints

7 years agoRemove use of now private guestId
Kevin Sawicki [Thu, 12 Jan 2017 21:19:27 +0000 (13:19 -0800)]
Remove use of now private guestId

7 years agoAdd back BrowserWindowProxy location property
Kevin Sawicki [Thu, 12 Jan 2017 21:04:18 +0000 (13:04 -0800)]
Add back BrowserWindowProxy location property

7 years agoUse internal open event name with fully parsed options
Kevin Sawicki [Thu, 12 Jan 2017 20:50:14 +0000 (12:50 -0800)]
Use internal open event name with fully parsed options

7 years agoUse empty string for comparison
Kevin Sawicki [Thu, 12 Jan 2017 01:07:05 +0000 (17:07 -0800)]
Use empty string for comparison

7 years agoRemove unneeded this prefix
Kevin Sawicki [Thu, 12 Jan 2017 01:06:27 +0000 (17:06 -0800)]
Remove unneeded this prefix

7 years agoMove more functions to outer scope
Kevin Sawicki [Thu, 12 Jan 2017 01:04:20 +0000 (17:04 -0800)]
Move more functions to outer scope

7 years agoImplement window overrides in main context
Kevin Sawicki [Thu, 12 Jan 2017 00:36:59 +0000 (16:36 -0800)]
Implement window overrides in main context

7 years agoEnable context isolation on child windows
Kevin Sawicki [Tue, 10 Jan 2017 17:37:38 +0000 (09:37 -0800)]
Enable context isolation on child windows

7 years agoSet human readable context name
Kevin Sawicki [Tue, 10 Jan 2017 17:25:10 +0000 (09:25 -0800)]
Set human readable context name

7 years agoAssert context state after reload
Kevin Sawicki [Mon, 9 Jan 2017 23:18:47 +0000 (15:18 -0800)]
Assert context state after reload

7 years agoMention contextIsolation is experimental
Kevin Sawicki [Mon, 9 Jan 2017 17:26:42 +0000 (09:26 -0800)]
Mention contextIsolation is experimental

7 years agoMention context isolation
Kevin Sawicki [Mon, 9 Jan 2017 17:25:34 +0000 (09:25 -0800)]
Mention context isolation

7 years agoUpgrade libcc for world context patch
Kevin Sawicki [Mon, 9 Jan 2017 17:23:03 +0000 (09:23 -0800)]
Upgrade libcc for world context patch

7 years agoAdd spec for webview context isolation
Kevin Sawicki [Thu, 5 Jan 2017 18:17:06 +0000 (10:17 -0800)]
Add spec for webview context isolation

7 years agoRemove trailing comma
Kevin Sawicki [Thu, 5 Jan 2017 18:08:35 +0000 (10:08 -0800)]
Remove trailing comma

7 years agoDocument contextIsolation option
Kevin Sawicki [Thu, 5 Jan 2017 17:47:03 +0000 (09:47 -0800)]
Document contextIsolation option

7 years agoSet page variable using webFrame.executeJavaScript
Kevin Sawicki [Thu, 5 Jan 2017 17:33:54 +0000 (09:33 -0800)]
Set page variable using webFrame.executeJavaScript

7 years agoAssert built-in prototype isolation
Kevin Sawicki [Thu, 15 Dec 2016 23:23:45 +0000 (15:23 -0800)]
Assert built-in prototype isolation

7 years agoRename option to contextIsolation
Kevin Sawicki [Thu, 15 Dec 2016 21:20:17 +0000 (13:20 -0800)]
Rename option to contextIsolation

7 years ago:art:
Kevin Sawicki [Thu, 15 Dec 2016 16:29:38 +0000 (08:29 -0800)]
:art:

7 years agoUse patch worldScriptContext to get isolated context
Kevin Sawicki [Thu, 15 Dec 2016 16:26:37 +0000 (08:26 -0800)]
Use patch worldScriptContext to get isolated context

7 years agoUpgrade libcc for worlds patch
Kevin Sawicki [Thu, 15 Dec 2016 16:16:26 +0000 (08:16 -0800)]
Upgrade libcc for worlds patch

7 years ago:art: Use enum for world ids
Kevin Sawicki [Tue, 13 Dec 2016 22:24:20 +0000 (14:24 -0800)]
:art: Use enum for world ids

7 years agoStore context that API is running in to deliver IPC events
Kevin Sawicki [Tue, 13 Dec 2016 22:04:17 +0000 (14:04 -0800)]
Store context that API is running in to deliver IPC events

7 years agoAdd initial isolated world spec
Kevin Sawicki [Tue, 13 Dec 2016 19:47:54 +0000 (11:47 -0800)]
Add initial isolated world spec

7 years agoNotify client each time main context is created
Kevin Sawicki [Tue, 13 Dec 2016 19:30:34 +0000 (11:30 -0800)]
Notify client each time main context is created

7 years ago:art:
Kevin Sawicki [Tue, 13 Dec 2016 19:07:17 +0000 (11:07 -0800)]
:art:

7 years agoSupport IPC messages in isolated context
Kevin Sawicki [Fri, 9 Dec 2016 00:58:27 +0000 (16:58 -0800)]
Support IPC messages in isolated context

7 years agoAdd world id constants
Kevin Sawicki [Fri, 9 Dec 2016 00:06:17 +0000 (16:06 -0800)]
Add world id constants

7 years agoSetup isolated context from AtomRenderFrameObserver
Kevin Sawicki [Thu, 8 Dec 2016 23:51:17 +0000 (15:51 -0800)]
Setup isolated context from AtomRenderFrameObserver

7 years agoAdd isolated world web preference option
Kevin Sawicki [Thu, 8 Dec 2016 23:33:51 +0000 (15:33 -0800)]
Add isolated world web preference option

7 years agoAdd null guards
Kevin Sawicki [Thu, 8 Dec 2016 21:03:39 +0000 (13:03 -0800)]
Add null guards

7 years agoMatch extension name to class name
Kevin Sawicki [Thu, 8 Dec 2016 21:01:21 +0000 (13:01 -0800)]
Match extension name to class name

7 years agoAdd initial support for loading into isolated world
Kevin Sawicki [Thu, 8 Dec 2016 20:55:00 +0000 (12:55 -0800)]
Add initial support for loading into isolated world

7 years agoDisable disableguestresize spec that times out on Travis
Kevin Sawicki [Mon, 16 Jan 2017 19:44:38 +0000 (11:44 -0800)]
Disable disableguestresize spec that times out on Travis

7 years agoMerge pull request #8395 from Arcath/patch-1
Kevin Sawicki [Mon, 16 Jan 2017 19:41:43 +0000 (11:41 -0800)]
Merge pull request #8395 from Arcath/patch-1

Add Squirrel Release Server to the update server list.

7 years agoMerge pull request #8355 from oukan/feature/translate-zh-CN
Kevin Sawicki [Mon, 16 Jan 2017 19:40:19 +0000 (11:40 -0800)]
Merge pull request #8355 from oukan/feature/translate-zh-CN

translate to zh-CN

7 years agoAdd space after //
Kevin Sawicki [Mon, 16 Jan 2017 19:38:58 +0000 (11:38 -0800)]
Add space after //

7 years agoMerge pull request #8404 from bsclifton/fix-dpi-borders
Kevin Sawicki [Mon, 16 Jan 2017 19:24:39 +0000 (11:24 -0800)]
Merge pull request #8404 from bsclifton/fix-dpi-borders

Properly handle borders on frameless window for DPI > 100% (Windows only)

7 years agoFix cpp linter errors
Kevin Sawicki [Mon, 16 Jan 2017 17:26:07 +0000 (09:26 -0800)]
Fix cpp linter errors

7 years agoMerge pull request #8409 from javan/add-context-menu-event-to-webview
Kevin Sawicki [Mon, 16 Jan 2017 17:04:32 +0000 (09:04 -0800)]
Merge pull request #8409 from javan/add-context-menu-event-to-webview

Add "context-menu" DOM event to <webview>

7 years agoFix the rendering for the rounded edges
Brian Clifton [Sat, 14 Jan 2017 09:13:00 +0000 (01:13 -0800)]
Fix the rendering for the rounded edges

7 years agoadd tests to fullScreen and Kiosk
Daijiro Wachi [Fri, 13 Jan 2017 23:05:04 +0000 (00:05 +0100)]
add tests to fullScreen and Kiosk

7 years agoSave a fullScreen state for Kiosk mode
Daijiro Wachi [Fri, 13 Jan 2017 23:04:51 +0000 (00:04 +0100)]
Save a fullScreen state for Kiosk mode

7 years agoAdd "context-menu" DOM event to <webview>
Javan Makhmali [Fri, 13 Jan 2017 22:04:09 +0000 (17:04 -0500)]
Add "context-menu" DOM event to <webview>

7 years agoMerge pull request #8390 from electron/upgrade-brightray-for-devtools-fix
Kevin Sawicki [Fri, 13 Jan 2017 18:57:57 +0000 (10:57 -0800)]
Merge pull request #8390 from electron/upgrade-brightray-for-devtools-fix

Upgrade brightray for dev tools fix

7 years agoUpgrade brightray for dev tools fix
Kevin Sawicki [Thu, 12 Jan 2017 01:27:17 +0000 (17:27 -0800)]
Upgrade brightray for dev tools fix

7 years agoMerge pull request #8401 from czipperz/BrowserProcess_constructor
Kevin Sawicki [Fri, 13 Jan 2017 17:12:51 +0000 (09:12 -0800)]
Merge pull request #8401 from czipperz/BrowserProcess_constructor

Reorder BrowserProcess constructor to avoid invalid memory

7 years agoMerge pull request #8400 from electron/keyboardevent-link
Kevin Sawicki [Fri, 13 Jan 2017 17:09:44 +0000 (09:09 -0800)]
Merge pull request #8400 from electron/keyboardevent-link

Switch to footer link syntax for keyboard event docs

7 years agoProperly handle borders for DPI > 100% on Windows
Brian Clifton [Fri, 13 Jan 2017 07:18:42 +0000 (00:18 -0700)]
Properly handle borders for DPI > 100% on Windows

Fixes https://github.com/electron/electron/issues/4573

cc: @zcbenz, @kevinsawicki, @zeke

7 years agoReorder BrowserProcess constructor to avoid invalid memory
Czipperz [Fri, 13 Jan 2017 00:55:26 +0000 (16:55 -0800)]
Reorder BrowserProcess constructor to avoid invalid memory

7 years agoSwitch to footer link syntax
Kevin Sawicki [Fri, 13 Jan 2017 00:54:07 +0000 (16:54 -0800)]
Switch to footer link syntax

7 years agoMerge pull request #8381 from electron/lint-without-side-effects
Zeke Sikelianos [Thu, 12 Jan 2017 22:58:55 +0000 (14:58 -0800)]
Merge pull request #8381 from electron/lint-without-side-effects

create electron-api.json in dist, not as a side-effect of linting

7 years agoMerge pull request #8391 from electron/read-only-versions
Kevin Sawicki [Thu, 12 Jan 2017 22:58:01 +0000 (14:58 -0800)]
Merge pull request #8391 from electron/read-only-versions

Make process.versions.electron/chrome read-only

7 years agouse one line
Zeke Sikelianos [Thu, 12 Jan 2017 22:37:18 +0000 (14:37 -0800)]
use one line

7 years agoAdd read-only version to planned 2.0 API
Kevin Sawicki [Thu, 12 Jan 2017 21:49:25 +0000 (13:49 -0800)]
Add read-only version to planned 2.0 API

7 years agoAdd specs for process.versions.electron/chrome
Kevin Sawicki [Thu, 12 Jan 2017 01:51:46 +0000 (17:51 -0800)]
Add specs for process.versions.electron/chrome

7 years agoUpdate native-mate to electron org
Kevin Sawicki [Thu, 12 Jan 2017 01:51:34 +0000 (17:51 -0800)]
Update native-mate to electron org

7 years agoMerge pull request #8377 from electron/sandbox-open-crash
Kevin Sawicki [Thu, 12 Jan 2017 19:43:35 +0000 (11:43 -0800)]
Merge pull request #8377 from electron/sandbox-open-crash

Destroy web contents if new-window event is prevented

7 years agoRemove linter errors
Kevin Sawicki [Thu, 12 Jan 2017 18:28:02 +0000 (10:28 -0800)]
Remove linter errors

7 years agoRemove unneeded nextTick and assert array
Kevin Sawicki [Tue, 10 Jan 2017 23:46:58 +0000 (15:46 -0800)]
Remove unneeded nextTick and assert array

7 years agoDestroy web contents when preventing default
Kevin Sawicki [Tue, 10 Jan 2017 23:40:07 +0000 (15:40 -0800)]
Destroy web contents when preventing default

7 years agoAdd failing spec for sandboxed window.open
Kevin Sawicki [Tue, 10 Jan 2017 23:34:29 +0000 (15:34 -0800)]
Add failing spec for sandboxed window.open

7 years agoAdd Squirrel Release Server to the update server list.
Adam Laycock [Thu, 12 Jan 2017 13:40:14 +0000 (13:40 +0000)]
Add Squirrel Release Server to the update server list.

7 years agoMerge pull request #8380 from electron/auto-submit-rename
Kevin Sawicki [Wed, 11 Jan 2017 16:42:33 +0000 (08:42 -0800)]
Merge pull request #8380 from electron/auto-submit-rename

Rename autoSubmit to uploadToServer in example

7 years agocreate electron-api.json in dist, not as a side-effect of linting
Zeke Sikelianos [Wed, 11 Jan 2017 02:17:08 +0000 (18:17 -0800)]
create electron-api.json in dist, not as a side-effect of linting

7 years agoRename autoSubmit to uploadToServer in example
Kevin Sawicki [Wed, 11 Jan 2017 00:07:10 +0000 (16:07 -0800)]
Rename autoSubmit to uploadToServer in example

7 years agoBump v1.4.14
Kevin Sawicki [Tue, 10 Jan 2017 16:58:17 +0000 (08:58 -0800)]
Bump v1.4.14

7 years agoMerge pull request #8376 from electron/revert-8354-vibrancy-corner-fix
Kevin Sawicki [Tue, 10 Jan 2017 18:36:47 +0000 (10:36 -0800)]
Merge pull request #8376 from electron/revert-8354-vibrancy-corner-fix

Revert "Smooth corners for vibrancy view"

7 years agoRevert "Smooth corners for vibrancy view"
Kevin Sawicki [Tue, 10 Jan 2017 18:34:55 +0000 (10:34 -0800)]
Revert "Smooth corners for vibrancy view"

7 years agoMerge pull request #8371 from electron/upgrade-brightray-for-emulation-fix
Kevin Sawicki [Mon, 9 Jan 2017 19:22:10 +0000 (11:22 -0800)]
Merge pull request #8371 from electron/upgrade-brightray-for-emulation-fix

Upgrade brightray for network emulation fix

7 years agoMerge pull request #8354 from gerhardberger/vibrancy-corner-fix
Kevin Sawicki [Mon, 9 Jan 2017 19:12:02 +0000 (11:12 -0800)]
Merge pull request #8354 from gerhardberger/vibrancy-corner-fix

Smooth corners for vibrancy view

7 years agoUpgrade brightray for network emulation fix
Kevin Sawicki [Mon, 9 Jan 2017 18:42:48 +0000 (10:42 -0800)]
Upgrade brightray for network emulation fix

7 years agoMerge pull request #8370 from electron/resizable-specs
Kevin Sawicki [Mon, 9 Jan 2017 18:41:51 +0000 (10:41 -0800)]
Merge pull request #8370 from electron/resizable-specs

Add spec for resizable frameless window

7 years agoAdd spec for resizable frameless window
Kevin Sawicki [Mon, 9 Jan 2017 18:00:52 +0000 (10:00 -0800)]
Add spec for resizable frameless window

7 years agoMerge pull request #7765 from liusy182/maximize-fix
Kevin Sawicki [Mon, 9 Jan 2017 17:47:39 +0000 (09:47 -0800)]
Merge pull request #7765 from liusy182/maximize-fix

fix for Window hidden behind taskbar after maximize #7672

7 years agoMerge pull request #8369 from electron/start-executable
Kevin Sawicki [Mon, 9 Jan 2017 17:28:37 +0000 (09:28 -0800)]
Merge pull request #8369 from electron/start-executable

Make start script executable

7 years agoMake start script executable
Kevin Sawicki [Mon, 9 Jan 2017 17:27:20 +0000 (09:27 -0800)]
Make start script executable

7 years agoMerge pull request #8341 from electron/dialog-manager
Kevin Sawicki [Mon, 9 Jan 2017 17:17:40 +0000 (09:17 -0800)]
Merge pull request #8341 from electron/dialog-manager

Implement alert/confirm through Chrome's dialog manager

7 years agoAdd OK button to alert
Kevin Sawicki [Fri, 6 Jan 2017 16:53:06 +0000 (08:53 -0800)]
Add OK button to alert

7 years agoUse correct param ordering in header file
Kevin Sawicki [Thu, 5 Jan 2017 01:28:50 +0000 (17:28 -0800)]
Use correct param ordering in header file

7 years agoImplement alert/confirm through dialog manager
Kevin Sawicki [Thu, 5 Jan 2017 00:46:50 +0000 (16:46 -0800)]
Implement alert/confirm through dialog manager