platform/framework/web/crosswalk-tizen.git
7 years agoMerge pull request #8910 from electron/touchbar-scrubber
Kevin Sawicki [Thu, 16 Mar 2017 16:10:59 +0000 (09:10 -0700)]
Merge pull request #8910 from electron/touchbar-scrubber

Touchbar NSScrubber

7 years ago:art:
Kevin Sawicki [Wed, 15 Mar 2017 18:22:31 +0000 (11:22 -0700)]
:art:

7 years agohighlightedStyle -> overlayStyle
Kevin Sawicki [Wed, 15 Mar 2017 16:47:07 +0000 (09:47 -0700)]
highlightedStyle -> overlayStyle

7 years agoUse NSZeroRect for scrubber frame
Kevin Sawicki [Wed, 15 Mar 2017 16:45:46 +0000 (09:45 -0700)]
Use NSZeroRect for scrubber frame

7 years agoUse icon for consistency with other touch bar APIs
Kevin Sawicki [Wed, 15 Mar 2017 16:33:11 +0000 (09:33 -0700)]
Use icon for consistency with other touch bar APIs

7 years agoMerge pull request #8899 from electron/dynamically-generate-browserify-dep-list
Kevin Sawicki [Wed, 15 Mar 2017 16:12:31 +0000 (09:12 -0700)]
Merge pull request #8899 from electron/dynamically-generate-browserify-dep-list

Dynamically generate dependencies of browserify build actions

7 years agoMerge pull request #8435 from electron/pdf_rendering
Cheng Zhao [Wed, 15 Mar 2017 09:36:50 +0000 (18:36 +0900)]
Merge pull request #8435 from electron/pdf_rendering

browser: implement native pdf rendering

7 years agoAdd more non-default options to scrubber spec
Kevin Sawicki [Tue, 14 Mar 2017 21:15:04 +0000 (14:15 -0700)]
Add more non-default options to scrubber spec

7 years agoDocument more constructor options
Kevin Sawicki [Tue, 14 Mar 2017 21:12:41 +0000 (14:12 -0700)]
Document more constructor options

7 years agoDrop on prefix from property names
Kevin Sawicki [Tue, 14 Mar 2017 21:02:48 +0000 (14:02 -0700)]
Drop on prefix from property names

7 years agoRemove unneeded long cast
Kevin Sawicki [Tue, 14 Mar 2017 20:59:29 +0000 (13:59 -0700)]
Remove unneeded long cast

7 years agoAdd more forward declarations for scrubber APIs
Kevin Sawicki [Tue, 14 Mar 2017 20:57:39 +0000 (13:57 -0700)]
Add more forward declarations for scrubber APIs

7 years agoMerge pull request #8924 from electron/update-appveyor-badge
Kevin Sawicki [Tue, 14 Mar 2017 20:18:04 +0000 (13:18 -0700)]
Merge pull request #8924 from electron/update-appveyor-badge

Update AppVeyor badge URL

7 years agoUpdate AppVeyor badge URL
Kevin Sawicki [Tue, 14 Mar 2017 17:13:53 +0000 (10:13 -0700)]
Update AppVeyor badge URL

7 years agoAdd more options
Samuel Attard [Tue, 14 Mar 2017 07:57:57 +0000 (18:57 +1100)]
Add more options

7 years agoaddress review comments
deepak1556 [Sat, 11 Mar 2017 22:03:26 +0000 (03:33 +0530)]
address review comments

7 years agospec: check if pdf has loaded
deepak1556 [Sat, 11 Mar 2017 21:36:08 +0000 (03:06 +0530)]
spec: check if pdf has loaded

7 years agoupdate submodules
deepak1556 [Fri, 10 Mar 2017 05:20:41 +0000 (10:50 +0530)]
update submodules

7 years agoupdate spec with new asset
deepak1556 [Fri, 10 Mar 2017 05:20:26 +0000 (10:50 +0530)]
update spec with new asset

7 years agoDont intercept pdf request for subframes
deepak1556 [Thu, 2 Mar 2017 17:41:19 +0000 (23:11 +0530)]
Dont intercept pdf request for subframes
    Will not work without OOPIF support

7 years agopropagate zoom changes to pdf plugin
deepak1556 [Wed, 1 Mar 2017 17:11:51 +0000 (22:41 +0530)]
propagate zoom changes to pdf plugin

7 years agoupdate spec
deepak1556 [Tue, 28 Feb 2017 09:37:52 +0000 (15:07 +0530)]
update spec

7 years agoupdate libcc commit
deepak1556 [Tue, 28 Feb 2017 09:26:58 +0000 (14:56 +0530)]
update libcc commit

7 years agocode cleanup
deepak1556 [Mon, 27 Feb 2017 15:01:54 +0000 (20:31 +0530)]
code cleanup

7 years agobuild pdf resource in vendor/pdf_viewer
deepak1556 [Mon, 27 Feb 2017 08:09:37 +0000 (13:39 +0530)]
build pdf resource in vendor/pdf_viewer

7 years agoRemove grit submodule
deepak1556 [Mon, 27 Feb 2017 07:56:35 +0000 (13:26 +0530)]
Remove grit submodule

7 years agoStreamManager class is no longer required.
deepak1556 [Mon, 27 Feb 2017 07:14:43 +0000 (12:44 +0530)]
StreamManager class is no longer required.
  Stream lifetime is managed by webui

7 years agorequest for pdf resource from the webui
deepak1556 [Mon, 27 Feb 2017 06:10:49 +0000 (11:40 +0530)]
request for pdf resource from the webui

7 years agoConvert "\" to "/" in file:// url
Cheng Zhao [Tue, 14 Feb 2017 10:58:42 +0000 (19:58 +0900)]
Convert "\" to "/" in file:// url

7 years agoDo not store resource_path as FilePath
Cheng Zhao [Tue, 14 Feb 2017 10:55:05 +0000 (19:55 +0900)]
Do not store resource_path as FilePath

On Windows the path value returned by PathWithoutParams also uses "/" as
separator, so there is no need to use the FilePath class.

7 years agoPrint error when path is not found
Cheng Zhao [Tue, 14 Feb 2017 10:49:40 +0000 (19:49 +0900)]
Print error when path is not found

7 years agohandle reload api call from pdf ui
deepak1556 [Tue, 14 Feb 2017 01:25:52 +0000 (06:55 +0530)]
handle reload api call from pdf ui

7 years agoremove unused header
deepak1556 [Tue, 14 Feb 2017 00:46:05 +0000 (06:16 +0530)]
remove unused header

7 years agoupdate submodules to latest
deepak1556 [Mon, 13 Feb 2017 22:51:11 +0000 (04:21 +0530)]
update submodules to latest

7 years agocheck if target stream is intercepted for correct request
deepak1556 [Mon, 13 Feb 2017 22:41:04 +0000 (04:11 +0530)]
check if target stream is intercepted for correct request

7 years agoupdate pdf_viewer to chrome 56.0.2924.87
deepak1556 [Sat, 11 Feb 2017 14:06:33 +0000 (19:36 +0530)]
update pdf_viewer to chrome 56.0.2924.87

7 years agoupdate api changes
deepak1556 [Thu, 9 Feb 2017 11:00:17 +0000 (16:30 +0530)]
update api changes

7 years agoupdate libcc commit
deepak1556 [Thu, 9 Feb 2017 09:36:20 +0000 (15:06 +0530)]
update libcc commit

7 years agoupdate submodule
deepak1556 [Thu, 9 Feb 2017 09:32:05 +0000 (15:02 +0530)]
update submodule

7 years agodisable node integration for chrome scheme
deepak1556 [Sat, 4 Feb 2017 14:49:01 +0000 (20:19 +0530)]
disable node integration for chrome scheme

7 years agoadd basic spec
deepak1556 [Sat, 4 Feb 2017 14:48:16 +0000 (20:18 +0530)]
add basic spec

7 years agoview_id=>stream_id and add some code comments.
deepak1556 [Fri, 3 Feb 2017 10:16:23 +0000 (15:46 +0530)]
view_id=>stream_id and add some code comments.

7 years agomove constants to atom_constants.h
deepak1556 [Fri, 3 Feb 2017 09:36:53 +0000 (15:06 +0530)]
move constants to atom_constants.h

7 years agoaddress review comments
deepak1556 [Wed, 1 Feb 2017 15:42:17 +0000 (21:12 +0530)]
address review comments

7 years agouse existing ipc message generator
deepak1556 [Sat, 28 Jan 2017 13:51:11 +0000 (19:21 +0530)]
use existing ipc message generator

7 years agoupdate submodule
deepak1556 [Thu, 26 Jan 2017 08:36:43 +0000 (14:06 +0530)]
update submodule

7 years agoBINDINGS_POLICY_WEB_UI is not required
deepak1556 [Thu, 26 Jan 2017 07:15:00 +0000 (12:45 +0530)]
BINDINGS_POLICY_WEB_UI is not required

7 years agoGet us compiling on macOS
Paul Betts [Mon, 23 Jan 2017 23:36:30 +0000 (15:36 -0800)]
Get us compiling on macOS

7 years agoGet us compiling on Win32
Paul Betts [Mon, 23 Jan 2017 22:49:18 +0000 (14:49 -0800)]
Get us compiling on Win32

7 years agofix build config
deepak1556 [Mon, 23 Jan 2017 21:26:58 +0000 (02:56 +0530)]
fix build config

7 years agofix failing download spec
deepak1556 [Mon, 23 Jan 2017 13:41:09 +0000 (19:11 +0530)]
fix failing download spec

7 years agoenable pdf plugin by default
deepak1556 [Mon, 23 Jan 2017 13:20:30 +0000 (18:50 +0530)]
enable pdf plugin by default

7 years agofix crash when pdf viewer is reloaded
deepak1556 [Mon, 23 Jan 2017 11:12:39 +0000 (16:42 +0530)]
fix crash when pdf viewer is reloaded

7 years agocode cleanup
deepak1556 [Sun, 22 Jan 2017 14:53:42 +0000 (20:23 +0530)]
code cleanup

7 years agosetup strings for ui
deepak1556 [Sun, 22 Jan 2017 14:50:38 +0000 (20:20 +0530)]
setup strings for ui

7 years agolisten to ipc messages from plugin to perform SaveAs op
deepak1556 [Sat, 21 Jan 2017 19:52:23 +0000 (01:22 +0530)]
listen to ipc messages from plugin to perform SaveAs op

7 years agomove pdfviewer ui data source to separate file
deepak1556 [Sat, 21 Jan 2017 14:57:29 +0000 (20:27 +0530)]
move pdfviewer ui data source to separate file

7 years agoupdate pdf_viewer submodule to use stream url
deepak1556 [Fri, 20 Jan 2017 19:18:06 +0000 (00:48 +0530)]
update pdf_viewer submodule to use stream url

7 years agomanage the lifetime of streams created
deepak1556 [Fri, 20 Jan 2017 19:16:38 +0000 (00:46 +0530)]
manage the lifetime of streams created

7 years agoreplace redundant mimetype helper with net utility
deepak1556 [Fri, 20 Jan 2017 13:39:37 +0000 (19:09 +0530)]
replace redundant mimetype helper with net utility

7 years agofix cpplint error
deepak1556 [Wed, 18 Jan 2017 17:53:54 +0000 (23:23 +0530)]
fix cpplint error

7 years agobuild pdf resources from submodule
deepak1556 [Wed, 18 Jan 2017 16:43:01 +0000 (22:13 +0530)]
build pdf resources from submodule

7 years agoadd pdf webui as submodule
deepak1556 [Wed, 18 Jan 2017 16:38:40 +0000 (22:08 +0530)]
add pdf webui as submodule

7 years agoupdate pdf ui to work with webui
deepak1556 [Wed, 18 Jan 2017 16:26:58 +0000 (21:56 +0530)]
update pdf ui to work with webui

7 years agohandle more messages from webui
deepak1556 [Wed, 18 Jan 2017 16:25:36 +0000 (21:55 +0530)]
handle more messages from webui

7 years agocreate webui message handler
deepak1556 [Wed, 18 Jan 2017 13:58:20 +0000 (19:28 +0530)]
create webui message handler

7 years agoinitialize webui with message handlers
deepak1556 [Tue, 17 Jan 2017 17:10:15 +0000 (22:40 +0530)]
initialize webui with message handlers

7 years agoremove grit
deepak1556 [Tue, 17 Jan 2017 14:47:43 +0000 (20:17 +0530)]
remove grit

7 years agoimport pdf ui
deepak1556 [Tue, 17 Jan 2017 14:27:16 +0000 (19:57 +0530)]
import pdf ui

7 years agobrowser: implement pdf renderer as webui
deepak1556 [Tue, 17 Jan 2017 14:23:13 +0000 (19:53 +0530)]
browser: implement pdf renderer as webui

7 years agoGuard against only specifying select or highlight handler
Kevin Sawicki [Mon, 13 Mar 2017 18:22:08 +0000 (11:22 -0700)]
Guard against only specifying select or highlight handler

7 years agoAdd initial TouchBarScrubber spec
Kevin Sawicki [Mon, 13 Mar 2017 18:17:55 +0000 (11:17 -0700)]
Add initial TouchBarScrubber spec

7 years agoRemove unneeded include
Kevin Sawicki [Mon, 13 Mar 2017 18:15:36 +0000 (11:15 -0700)]
Remove unneeded include

7 years agoImplement NSScrubberDataSource in AtomTouchBar
Kevin Sawicki [Mon, 13 Mar 2017 18:06:41 +0000 (11:06 -0700)]
Implement NSScrubberDataSource in AtomTouchBar

7 years agoFix duplicate protocol method declaration
Kevin Sawicki [Mon, 13 Mar 2017 17:39:42 +0000 (10:39 -0700)]
Fix duplicate protocol method declaration

7 years agoAdd protocol methods
Kevin Sawicki [Mon, 13 Mar 2017 17:31:51 +0000 (10:31 -0700)]
Add protocol methods

7 years ago:art:
Kevin Sawicki [Mon, 13 Mar 2017 17:28:30 +0000 (10:28 -0700)]
:art:

7 years agoTake const references
Kevin Sawicki [Mon, 13 Mar 2017 17:25:30 +0000 (10:25 -0700)]
Take const references

7 years agoSort filenames
Kevin Sawicki [Mon, 13 Mar 2017 17:09:09 +0000 (10:09 -0700)]
Sort filenames

7 years agoAdd NSScrubber forward declarations
Kevin Sawicki [Mon, 13 Mar 2017 17:07:48 +0000 (10:07 -0700)]
Add NSScrubber forward declarations

7 years agoMerge pull request #8907 from electron/plugin_list_patch
Kevin Sawicki [Mon, 13 Mar 2017 16:22:21 +0000 (09:22 -0700)]
Merge pull request #8907 from electron/plugin_list_patch

renderer: reset plugin cache when render frame is created

7 years agoMerge pull request #8906 from roramirez/docs-es
Kevin Sawicki [Mon, 13 Mar 2017 16:11:30 +0000 (09:11 -0700)]
Merge pull request #8906 from roramirez/docs-es

Add translated CODE_OF_CONDUCT.md and README.md for spanish language.

7 years agoAdd docs for TouchBarScrubbber
Samuel Attard [Mon, 13 Mar 2017 00:00:25 +0000 (11:00 +1100)]
Add docs for TouchBarScrubbber

7 years agoFix linting
Samuel Attard [Mon, 13 Mar 2017 00:00:10 +0000 (11:00 +1100)]
Fix linting

7 years agoInitial NSScrubber implementation
Samuel Attard [Sun, 12 Mar 2017 23:51:12 +0000 (10:51 +1100)]
Initial NSScrubber implementation

7 years agorenderer: reset plugin cache when render frame is created
deepak1556 [Sat, 11 Mar 2017 19:23:39 +0000 (00:53 +0530)]
renderer: reset plugin cache when render frame is created

7 years agoAdd translated CODE_OF_CONDUCT.md and README.md for spanish language.
Rodrigo Ramírez Norambuena [Sat, 11 Mar 2017 01:24:00 +0000 (22:24 -0300)]
Add translated CODE_OF_CONDUCT.md and README.md for spanish language.

7 years agoMerge pull request #8887 from electron/touchbar-segmneted-control
Kevin Sawicki [Fri, 10 Mar 2017 22:43:12 +0000 (14:43 -0800)]
Merge pull request #8887 from electron/touchbar-segmneted-control

Touchbar segmented control

7 years agoDynamically generate dependencies of browserify build actions
Thiago de Arruda [Mon, 27 Feb 2017 18:13:41 +0000 (15:13 -0300)]
Dynamically generate dependencies of browserify build actions

Instead of having to list in filenames.gypi every javascript file that may go
into a browserify build, generate this list dynamically when the build files are
created by gyp.

7 years agoSet automatic via else block
Kevin Sawicki [Fri, 10 Mar 2017 18:11:10 +0000 (10:11 -0800)]
Set automatic via else block

7 years agoVerify selectedIndex to prevent NSRangeException
Kevin Sawicki [Fri, 10 Mar 2017 18:09:14 +0000 (10:09 -0800)]
Verify selectedIndex to prevent NSRangeException

7 years agoAdd initial TouchBarSegmentedControl spec
Kevin Sawicki [Fri, 10 Mar 2017 18:04:22 +0000 (10:04 -0800)]
Add initial TouchBarSegmentedControl spec

7 years agoAdd forward declaration for 10.12 API
Kevin Sawicki [Fri, 10 Mar 2017 17:53:47 +0000 (09:53 -0800)]
Add forward declaration for 10.12 API

7 years agoMerge pull request #8815 from tarruda/improve-sandbox-expose-more-modules
Kevin Sawicki [Fri, 10 Mar 2017 17:23:31 +0000 (09:23 -0800)]
Merge pull request #8815 from tarruda/improve-sandbox-expose-more-modules

Improvements to sandbox mode

7 years agoFix linting
Samuel Attard [Fri, 10 Mar 2017 06:56:26 +0000 (17:56 +1100)]
Fix linting

7 years agoAdd docs for segmented control touch bar item
Samuel Attard [Fri, 10 Mar 2017 06:50:23 +0000 (17:50 +1100)]
Add docs for segmented control touch bar item

7 years agoAdd segmented control implementation
Samuel Attard [Fri, 10 Mar 2017 06:40:39 +0000 (17:40 +1100)]
Add segmented control implementation

7 years agoRemove lib/renderer/api/ipc-renderer-setup.js
Thiago de Arruda [Mon, 27 Feb 2017 17:34:08 +0000 (14:34 -0300)]
Remove lib/renderer/api/ipc-renderer-setup.js

This file is no longer required since sandboxed renderer directly imports
ipc-renderer.js.

7 years agoRefactor sandboxed renderer init scripts
Thiago de Arruda [Mon, 27 Feb 2017 17:14:36 +0000 (14:14 -0300)]
Refactor sandboxed renderer init scripts

This change gives sandboxed renderer scripts a similar structure to what already
exists in the lib/{browser,renderer,common} directories.

It also allows sandboxed renderer initialization to share more code with
non-sandboxed renderers (ipcRenderer is now imported directly from
lib/renderer/api/ipc-renderer).

7 years agoMake sandboxed ipcRenderer API compatible with non-sandboxed version
Thiago de Arruda [Mon, 27 Feb 2017 13:23:32 +0000 (10:23 -0300)]
Make sandboxed ipcRenderer API compatible with non-sandboxed version