platform/framework/web/crosswalk-tizen.git
7 years agoCall InspectElement directly on InspectableWebContents
Kevin Sawicki [Tue, 20 Dec 2016 00:25:32 +0000 (16:25 -0800)]
Call InspectElement directly on InspectableWebContents

7 years agoImplement insertCSS on webFrame
Kevin Sawicki [Mon, 19 Dec 2016 23:50:47 +0000 (15:50 -0800)]
Implement insertCSS on webFrame

7 years agoAdd failing spec for insertCSS
Kevin Sawicki [Mon, 19 Dec 2016 23:48:32 +0000 (15:48 -0800)]
Add failing spec for insertCSS

7 years agoAdd spec for denying perm requests when handler is cleared
Kevin Sawicki [Mon, 19 Dec 2016 23:25:56 +0000 (15:25 -0800)]
Add spec for denying perm requests when handler is cleared

7 years agoImplement RequestPermissions using request handler
Kevin Sawicki [Mon, 19 Dec 2016 23:12:16 +0000 (15:12 -0800)]
Implement RequestPermissions using request handler

7 years agoAdd spec for midi without sysex permission
Kevin Sawicki [Mon, 19 Dec 2016 23:11:17 +0000 (15:11 -0800)]
Add spec for midi without sysex permission

7 years agoUpdate type to level in debugger message spec
Kevin Sawicki [Mon, 19 Dec 2016 19:28:08 +0000 (11:28 -0800)]
Update type to level in debugger message spec

7 years agoAppend form to body before submitting
Kevin Sawicki [Mon, 19 Dec 2016 19:25:25 +0000 (11:25 -0800)]
Append form to body before submitting

7 years agoUpdate to latest libchromiumcontent
Cheng Zhao [Fri, 16 Dec 2016 07:04:13 +0000 (16:04 +0900)]
Update to latest libchromiumcontent

7 years agoFix linking for arm build
Cheng Zhao [Thu, 15 Dec 2016 06:41:58 +0000 (15:41 +0900)]
Fix linking for arm build

7 years agoFix building error for arm linux
Cheng Zhao [Thu, 15 Dec 2016 02:06:59 +0000 (11:06 +0900)]
Fix building error for arm linux

7 years agoFix linking for Windows
Cheng Zhao [Mon, 12 Dec 2016 03:38:53 +0000 (12:38 +0900)]
Fix linking for Windows

7 years agoFix building on Windows
Cheng Zhao [Mon, 12 Dec 2016 01:35:29 +0000 (10:35 +0900)]
Fix building on Windows

7 years agoUpdate libchromiumcontent for the rebase
Cheng Zhao [Sun, 11 Dec 2016 02:27:55 +0000 (11:27 +0900)]
Update libchromiumcontent for the rebase

7 years agoFix linking error for x64 Linux build
Cheng Zhao [Tue, 6 Dec 2016 09:45:16 +0000 (18:45 +0900)]
Fix linking error for x64 Linux build

7 years agoFix linking problem with libgtk2ui
Cheng Zhao [Fri, 2 Dec 2016 09:18:47 +0000 (18:18 +0900)]
Fix linking problem with libgtk2ui

7 years agoFix compilation errors for Linux
Cheng Zhao [Fri, 2 Dec 2016 08:44:09 +0000 (17:44 +0900)]
Fix compilation errors for Linux

7 years agoFix linking errors on Mac
Cheng Zhao [Thu, 1 Dec 2016 06:22:27 +0000 (15:22 +0900)]
Fix linking errors on Mac

7 years agoUpdate files for Chrome 54 API changes
Cheng Zhao [Wed, 30 Nov 2016 07:30:03 +0000 (16:30 +0900)]
Update files for Chrome 54 API changes

7 years agoUpdate brightray and libchromiumcontent to Chrome 54
Cheng Zhao [Tue, 29 Nov 2016 08:01:34 +0000 (17:01 +0900)]
Update brightray and libchromiumcontent to Chrome 54

7 years agoupdate atom_browser_client.h
Jacob Groundwater [Fri, 11 Nov 2016 03:51:39 +0000 (03:51 +0000)]
update atom_browser_client.h

7 years agoWIP: chrome 54 update
Jacob Groundwater [Wed, 9 Nov 2016 07:50:03 +0000 (07:50 +0000)]
WIP: chrome 54 update

7 years agoAdjustments after migrating libchromiumcontent to GN
Ales Pergl [Mon, 9 Jan 2017 12:31:36 +0000 (13:31 +0100)]
Adjustments after migrating libchromiumcontent to GN

7 years agoMerge pull request #8428 from electron/upgrade-libcc-for-webm-muxer-fix
Kevin Sawicki [Thu, 19 Jan 2017 05:15:58 +0000 (21:15 -0800)]
Merge pull request #8428 from electron/upgrade-libcc-for-webm-muxer-fix

Upgrade libcc for webm muxer patch

7 years agoUpgrade libcc for webm muxer patch
Kevin Sawicki [Thu, 19 Jan 2017 04:56:44 +0000 (20:56 -0800)]
Upgrade libcc for webm muxer patch

7 years agoMerge pull request #8441 from watilde/feature/tweak-kiosk
Kevin Sawicki [Thu, 19 Jan 2017 00:17:31 +0000 (16:17 -0800)]
Merge pull request #8441 from watilde/feature/tweak-kiosk

do not call SetFullScreen in SetKiosk if it's already fullscreen mode

7 years agodo not call SetFullScreen in SetKiosk if it's already fullscreen mode
Daijiro Wachi [Wed, 18 Jan 2017 23:40:34 +0000 (00:40 +0100)]
do not call SetFullScreen in SetKiosk if it's already fullscreen mode

7 years agoMerge pull request #8437 from electron/set-version-for-electron-api-json
Kevin Sawicki [Wed, 18 Jan 2017 23:13:30 +0000 (15:13 -0800)]
Merge pull request #8437 from electron/set-version-for-electron-api-json

set version arg when creating electron-api.json

7 years agoMerge pull request #8438 from electron/restore-thick-frame-fullscreen-handler
Kevin Sawicki [Wed, 18 Jan 2017 23:12:50 +0000 (15:12 -0800)]
Merge pull request #8438 from electron/restore-thick-frame-fullscreen-handler

Restore thick frame full screen code path

7 years agoRestore thick frame full screen case
Kevin Sawicki [Wed, 18 Jan 2017 22:40:42 +0000 (14:40 -0800)]
Restore thick frame full screen case

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