platform/framework/web/crosswalk-tizen.git
8 years agoAdd buttonLabel param to showOpen/showSave dialogs
Ben Gotow [Fri, 6 May 2016 18:10:31 +0000 (11:10 -0700)]
Add buttonLabel param to showOpen/showSave dialogs

8 years agoMerge pull request #5532 from stevekinney/patch-2
Cheng Zhao [Sun, 15 May 2016 03:38:28 +0000 (12:38 +0900)]
Merge pull request #5532 from stevekinney/patch-2

๐Ÿ’„ Use ES6; clean up CoffeeScript conversion in BrowserWindow module

8 years ago:lipstick: Use spread operator instead of arguments object
Steve Kinney [Sat, 14 May 2016 16:26:53 +0000 (12:26 -0400)]
:lipstick: Use spread operator instead of arguments object

8 years ago๐Ÿ’„ Use ES6; clean up CoffeeScript conversion
Steve Kinney [Sat, 14 May 2016 15:41:34 +0000 (11:41 -0400)]
๐Ÿ’„ Use ES6; clean up CoffeeScript conversion

:lipstick: Destructure app module

Address linting errors

8 years agoMerge pull request #5533 from stevekinney/patch-3
Cheng Zhao [Sun, 15 May 2016 02:16:19 +0000 (11:16 +0900)]
Merge pull request #5533 from stevekinney/patch-3

๐Ÿ’„ Destructure globalShortcut module

8 years agoMerge pull request #5538 from electron/vs2015-runtime
Cheng Zhao [Sun, 15 May 2016 02:15:49 +0000 (11:15 +0900)]
Merge pull request #5538 from electron/vs2015-runtime

Ship with runtime libraries of Visual Studio 2015

8 years agoMerge pull request #5537 from electron/suppress-more-tests
Cheng Zhao [Sun, 15 May 2016 02:15:42 +0000 (11:15 +0900)]
Merge pull request #5537 from electron/suppress-more-tests

Suppress the tests that need to call window.open on Travis CI

8 years ago:lipstick: Destructure globalShortcut module
Steve Kinney [Sat, 14 May 2016 15:49:07 +0000 (11:49 -0400)]
:lipstick: Destructure globalShortcut module

:lipstick: Remove globalShortcut property

Add back the globalShortcut property

8 years agoLink with libraries of Visual Studio 2015
Cheng Zhao [Sun, 15 May 2016 01:41:43 +0000 (10:41 +0900)]
Link with libraries of Visual Studio 2015

8 years agoSync submodule recursively
Cheng Zhao [Sun, 15 May 2016 01:33:23 +0000 (10:33 +0900)]
Sync submodule recursively

8 years agoDownload redist files of VS2015
Cheng Zhao [Sun, 15 May 2016 01:30:19 +0000 (10:30 +0900)]
Download redist files of VS2015

8 years agoAnd increase timeout for the rest
Cheng Zhao [Sun, 15 May 2016 01:00:29 +0000 (10:00 +0900)]
And increase timeout for the rest

8 years agoMerge pull request #5530 from stevekinney/patch-1
Cheng Zhao [Sun, 15 May 2016 00:57:49 +0000 (09:57 +0900)]
Merge pull request #5530 from stevekinney/patch-1

๐Ÿ’„ Add ES6; Clean up from CoffeeScript conversion in app module

8 years agoMerge pull request #5535 from Godoy/translate-pt-br
Cheng Zhao [Sun, 15 May 2016 00:47:29 +0000 (09:47 +0900)]
Merge pull request #5535 from Godoy/translate-pt-br

Translate tutorial/devtools-extension.md to Portuguese (pt-br).

8 years agoMerge pull request #5531 from kcrt/patch-1
Cheng Zhao [Sun, 15 May 2016 00:46:59 +0000 (09:46 +0900)]
Merge pull request #5531 from kcrt/patch-1

wrong link destination

8 years agoMerge pull request #5525 from stanfieldr/doc-improvements
Cheng Zhao [Sun, 15 May 2016 00:45:43 +0000 (09:45 +0900)]
Merge pull request #5525 from stanfieldr/doc-improvements

A little confused by docs

8 years agoMerge pull request #5534 from kcrt/master
Cheng Zhao [Sun, 15 May 2016 00:41:52 +0000 (09:41 +0900)]
Merge pull request #5534 from kcrt/master

Translate tutorial/security.md to Japanese.

8 years agoSuppress the tests that need to call window.open on Travis CI
Cheng Zhao [Sun, 15 May 2016 00:41:02 +0000 (09:41 +0900)]
Suppress the tests that need to call window.open on Travis CI

8 years agoMerge pull request #5522 from Wolfer/patch-1
Cheng Zhao [Sun, 15 May 2016 00:38:31 +0000 (09:38 +0900)]
Merge pull request #5522 from Wolfer/patch-1

Update application-distribution.md

8 years agoRequire download_items inline
Steve Kinney [Sat, 14 May 2016 23:43:30 +0000 (19:43 -0400)]
Require download_items inline

8 years agoPT-BR link to devtools-extension tutorial on README.md
Adriano Godoy [Sat, 14 May 2016 19:06:11 +0000 (16:06 -0300)]
PT-BR link to devtools-extension tutorial on README.md

8 years agoTranslate tutorial/devtools-extension.md to Portuguese (pt-br).
Adriano Godoy [Sat, 14 May 2016 19:01:52 +0000 (16:01 -0300)]
Translate tutorial/devtools-extension.md to Portuguese (pt-br).

8 years agoTranslate tutorial/security.md to Japanese.
TAKAHASHI Kyohei [Sat, 14 May 2016 17:02:51 +0000 (02:02 +0900)]
Translate tutorial/security.md to Japanese.

8 years agoUse anonymous function for wrapping native classes
Steve Kinney [Sat, 14 May 2016 16:28:28 +0000 (12:28 -0400)]
Use anonymous function for wrapping native classes

8 years agowrong link destination
TAKAHASHI, Kyohei [Sat, 14 May 2016 15:36:11 +0000 (00:36 +0900)]
wrong link destination

8 years ago:lipstick: Add spaces to comply with Standard
Steve Kinney [Sat, 14 May 2016 15:31:08 +0000 (11:31 -0400)]
:lipstick: Add spaces to comply with Standard

8 years ago๐Ÿ’„ Add ES6; Clean up from CoffeeScript conversion
Steve Kinney [Sat, 14 May 2016 15:17:46 +0000 (11:17 -0400)]
๐Ÿ’„ Add ES6; Clean up from CoffeeScript conversion

8 years agoMerge pull request #5413 from electron/process-resource-usage
Cheng Zhao [Sat, 14 May 2016 14:28:51 +0000 (23:28 +0900)]
Merge pull request #5413 from electron/process-resource-usage

Fetch Process resource usage from WebContents

8 years agoFix failing CI on OS X
Cheng Zhao [Sat, 14 May 2016 14:11:13 +0000 (23:11 +0900)]
Fix failing CI on OS X

8 years agoNo need for explicit type conversion
Cheng Zhao [Sat, 14 May 2016 13:50:05 +0000 (22:50 +0900)]
No need for explicit type conversion

8 years agoRename webFrame.purgeCaches to webFrame.clearCache
Cheng Zhao [Sat, 14 May 2016 13:48:25 +0000 (22:48 +0900)]
Rename webFrame.purgeCaches to webFrame.clearCache

This matches the name of session.clearCache.

8 years agoFix cpplint warnings
Cheng Zhao [Sat, 14 May 2016 13:40:18 +0000 (22:40 +0900)]
Fix cpplint warnings

8 years agoMerge pull request #5519 from danhp/context-menu-docs
Cheng Zhao [Sat, 14 May 2016 12:49:16 +0000 (21:49 +0900)]
Merge pull request #5519 from danhp/context-menu-docs

Fix indentation for context menu docs.

8 years ago:memo: Fix styling of the context-menu docs
Daniel Pham [Sat, 14 May 2016 12:35:38 +0000 (08:35 -0400)]
:memo: Fix styling of the context-menu docs
[ci skip]

8 years agoMerge pull request #5518 from danhp/popup-show-all
Cheng Zhao [Sat, 14 May 2016 11:00:30 +0000 (20:00 +0900)]
Merge pull request #5518 from danhp/popup-show-all

Fix context menu positioning on OS X

8 years agoIt isn't entirely clear to me that 'window-all-closed' is used for
Robert Stanfield [Sat, 14 May 2016 00:43:10 +0000 (20:43 -0400)]
It isn't entirely clear to me that 'window-all-closed' is used for
this purpose. I originally looked for an event that would fire if
all windows were closed and the reason was NOT due to the application
quitting; however, this differs in that it is called regardless of
whether the app was quitting.

8 years agoUpdate application-distribution.md
Serg F [Fri, 13 May 2016 20:19:56 +0000 (23:19 +0300)]
Update application-distribution.md

8 years agoWhitespace issues
Paul Betts [Fri, 13 May 2016 17:45:23 +0000 (10:45 -0700)]
Whitespace issues

8 years agoJust return the type directly
Paul Betts [Fri, 13 May 2016 17:43:08 +0000 (10:43 -0700)]
Just return the type directly

8 years agoUse doubles to represent memory size in bytes
Paul Betts [Fri, 13 May 2016 17:33:56 +0000 (10:33 -0700)]
Use doubles to represent memory size in bytes

8 years agoForgot scripts
Paul Betts [Thu, 12 May 2016 22:58:19 +0000 (15:58 -0700)]
Forgot scripts

8 years agoDocument resource methods
Paul Betts [Thu, 12 May 2016 22:03:47 +0000 (15:03 -0700)]
Document resource methods

8 years agoAdd a way to drop all cached memory
Paul Betts [Thu, 12 May 2016 21:36:49 +0000 (14:36 -0700)]
Add a way to drop all cached memory

8 years agoWire up a new method in web frame
Paul Betts [Thu, 12 May 2016 20:56:46 +0000 (13:56 -0700)]
Wire up a new method in web frame

8 years agoWrite native_mate converters for WebCache::ResourceTypeStat and friends
Paul Betts [Thu, 12 May 2016 20:48:01 +0000 (13:48 -0700)]
Write native_mate converters for WebCache::ResourceTypeStat and friends

8 years ago:apple: Fix context menu positioning
Daniel Pham [Fri, 13 May 2016 13:06:52 +0000 (09:06 -0400)]
:apple: Fix context menu positioning

8 years agoBump v1.1.0
Cheng Zhao [Fri, 13 May 2016 08:00:02 +0000 (17:00 +0900)]
Bump v1.1.0

8 years agoMerge pull request #5461 from electron/chrome50
Cheng Zhao [Fri, 13 May 2016 05:52:09 +0000 (14:52 +0900)]
Merge pull request #5461 from electron/chrome50

Continue the work of Chrome 50 upgrade

8 years agoAllow using __weak keyword
Cheng Zhao [Fri, 13 May 2016 04:41:40 +0000 (13:41 +0900)]
Allow using __weak keyword

8 years agoUpdate clang revision to 261368
Cheng Zhao [Fri, 13 May 2016 02:18:16 +0000 (11:18 +0900)]
Update clang revision to 261368

8 years agoUpdate to Chrome 50.0.2661.102
Cheng Zhao [Fri, 13 May 2016 02:14:43 +0000 (11:14 +0900)]
Update to Chrome 50.0.2661.102

8 years agoAdapt to changes on hash functions of Chrome 50
Cheng Zhao [Wed, 11 May 2016 13:15:24 +0000 (22:15 +0900)]
Adapt to changes on hash functions of Chrome 50

8 years agoUse VS2015 on appveyor
Cheng Zhao [Tue, 10 May 2016 12:25:15 +0000 (21:25 +0900)]
Use VS2015 on appveyor

8 years agoChange version number so native modules can build
Cheng Zhao [Tue, 10 May 2016 12:08:16 +0000 (21:08 +0900)]
Change version number so native modules can build

8 years agoUpdate libchromiumcontent: fix Release build on Windows
Cheng Zhao [Tue, 10 May 2016 11:08:47 +0000 (20:08 +0900)]
Update libchromiumcontent: fix Release build on Windows

8 years agochromedriver's version is now v2.21
Cheng Zhao [Tue, 10 May 2016 08:45:36 +0000 (17:45 +0900)]
chromedriver's version is now v2.21

8 years agoIt is not allowed to run scripts in DidCreateDocumentElement
Cheng Zhao [Tue, 10 May 2016 06:43:25 +0000 (15:43 +0900)]
It is not allowed to run scripts in DidCreateDocumentElement

8 years agoFix crash when creating external buffer
Cheng Zhao [Tue, 10 May 2016 06:18:11 +0000 (15:18 +0900)]
Fix crash when creating external buffer

8 years agoSuppress crashReporter test on x64 Windows for now
Cheng Zhao [Tue, 10 May 2016 05:45:44 +0000 (14:45 +0900)]
Suppress crashReporter test on x64 Windows for now

8 years agoDo not call import_vs_env for non-win32
Cheng Zhao [Tue, 10 May 2016 05:00:13 +0000 (14:00 +0900)]
Do not call import_vs_env for non-win32

8 years agoFix compilation warnings introduced by VS 2015
Cheng Zhao [Tue, 10 May 2016 04:09:41 +0000 (13:09 +0900)]
Fix compilation warnings introduced by VS 2015

8 years agoImport build env from VS 2015
Cheng Zhao [Tue, 10 May 2016 03:44:56 +0000 (12:44 +0900)]
Import build env from VS 2015

8 years agoUpgrade to Node v6
Cheng Zhao [Tue, 10 May 2016 02:05:42 +0000 (11:05 +0900)]
Upgrade to Node v6

8 years agoUpdate libchromiumcontent to fix renderer process crash
Cheng Zhao [Mon, 9 May 2016 12:23:02 +0000 (21:23 +0900)]
Update libchromiumcontent to fix renderer process crash

8 years agoUpdate crashpad with AppKit patch
Cheng Zhao [Mon, 9 May 2016 11:31:02 +0000 (20:31 +0900)]
Update crashpad with AppKit patch

8 years agoDo not remove the patch for Command key
Cheng Zhao [Mon, 9 May 2016 10:38:27 +0000 (19:38 +0900)]
Do not remove the patch for Command key

8 years agoSimplify the check for web_frame_widget
Cheng Zhao [Mon, 9 May 2016 10:37:38 +0000 (19:37 +0900)]
Simplify the check for web_frame_widget

8 years agosetBaseBackgroundColor moved to WebFrameWidget
Brian R. Bondy [Thu, 5 May 2016 01:50:06 +0000 (21:50 -0400)]
setBaseBackgroundColor moved to WebFrameWidget

8 years agoUpdate Brightray and libchromiumcontent v50 ref (Electron maintainer use
Brian R. Bondy [Wed, 4 May 2016 17:46:37 +0000 (13:46 -0400)]
Update Brightray and libchromiumcontent v50 ref (Electron maintainer use
your refs)

8 years agoUpdate SharedMemory buf constructor
Brian R. Bondy [Sun, 1 May 2016 21:20:50 +0000 (17:20 -0400)]
Update SharedMemory buf constructor

8 years agoUpdate PlatformCanvas to SKCanvas
Brian R. Bondy [Sun, 1 May 2016 00:39:11 +0000 (20:39 -0400)]
Update PlatformCanvas to SKCanvas

8 years ago Update x11 global shortcut listeners
Brian R. Bondy [Sun, 1 May 2016 00:31:07 +0000 (20:31 -0400)]
 Update x11 global shortcut listeners

8 years agoUpdate linux menu overrides
Brian R. Bondy [Sat, 30 Apr 2016 23:56:28 +0000 (19:56 -0400)]
Update linux menu overrides

8 years agoAdd SkUserConfig.h with blank SkDebugf macro
Brian R. Bondy [Fri, 29 Apr 2016 19:50:40 +0000 (15:50 -0400)]
Add SkUserConfig.h with blank SkDebugf macro

This file was copied from:
./third_party/skia/include/config/SkUserConfig.h

But because of this linking error we needed to
define a macro for SkDebugf.

```
"SkDebugf(char const*, ...)", referenced from:
      SkBitmap::allocPixels(SkImageInfo const&, unsigned long) in
      libbrave_lib.a(brave_lib.native_desktop_media_list.o)
      ld: symbol(s) not found for architecture x86_64
```

There used to be a hack to copy this file here which was removed:
https://github.com/brave/libchromiumcontent/commit/8de9d9e2bcf455ba70e8005016150ab55690cb59

8 years agoMinimum fixes needed for chromium_src
Brian R. Bondy [Fri, 29 Apr 2016 13:15:04 +0000 (09:15 -0400)]
Minimum fixes needed for chromium_src

8 years agoFix linking problem with IPC::MessageT
Brian R. Bondy [Fri, 29 Apr 2016 00:07:16 +0000 (20:07 -0400)]
Fix linking problem with IPC::MessageT

IPC::MessageT<ChromeUtilityHostMsg_ProcessStarted_Meta, std::__1::tuple<>, void>::MessageT(IPC::Routing)

8 years agoFix GURL coonstructor from webkit string error
Brian R. Bondy [Thu, 28 Apr 2016 14:02:05 +0000 (10:02 -0400)]
Fix GURL coonstructor from webkit string error

8 years agoRemove wwebaudio from web_preferences
Brian R. Bondy [Wed, 27 Apr 2016 21:33:51 +0000 (17:33 -0400)]
Remove wwebaudio from web_preferences

Becauseit doesn't exist there anymore

8 years agoGetNativeScreen -> GetScreen
Brian R. Bondy [Wed, 27 Apr 2016 17:42:10 +0000 (13:42 -0400)]
GetNativeScreen -> GetScreen

8 years agoUpdate to brave crashpad dep (Electron maintainer rebase this to use
Brian R. Bondy [Wed, 27 Apr 2016 21:09:54 +0000 (17:09 -0400)]
Update to brave crashpad dep (Electron maintainer rebase this to use
your ref)

8 years agoRemove user_gesture parameter from PermissionManager::RequestPermission
Brian R. Bondy [Wed, 27 Apr 2016 18:20:43 +0000 (14:20 -0400)]
Remove user_gesture parameter from PermissionManager::RequestPermission

8 years agoWebFindOptions in its own header
Brian R. Bondy [Wed, 27 Apr 2016 18:45:53 +0000 (14:45 -0400)]
WebFindOptions in its own header

8 years agoIterator to use size_t
Brian R. Bondy [Wed, 27 Apr 2016 18:43:50 +0000 (14:43 -0400)]
Iterator to use size_t

8 years agoPermissionStatus constant update
Brian R. Bondy [Wed, 27 Apr 2016 18:40:02 +0000 (14:40 -0400)]
PermissionStatus constant update

8 years agoAccessTokenSet -> AccessTokenMap
Brian R. Bondy [Wed, 27 Apr 2016 18:35:21 +0000 (14:35 -0400)]
AccessTokenSet -> AccessTokenMap

8 years agoUpdate to new pref service location in components
Brian R. Bondy [Wed, 27 Apr 2016 18:31:29 +0000 (14:31 -0400)]
Update to new pref service location in components

8 years agoLoadAccessTokensCallbackType -> LoadAccessTokensCallback
Brian R. Bondy [Wed, 27 Apr 2016 17:59:46 +0000 (13:59 -0400)]
LoadAccessTokensCallbackType -> LoadAccessTokensCallback

8 years agoNo more GetCookieMonster
Brian R. Bondy [Wed, 27 Apr 2016 17:40:20 +0000 (13:40 -0400)]
No more GetCookieMonster

8 years agoWidevine AAC CDM no longer avail
Brian R. Bondy [Wed, 27 Apr 2016 17:14:17 +0000 (13:14 -0400)]
Widevine AAC CDM no longer avail

See chromium ./third_party /widevine/cdm/widevine_cdm_common.h

8 years agoRemove Vorbis from CDM support
Brian R. Bondy [Wed, 27 Apr 2016 17:10:14 +0000 (13:10 -0400)]
Remove Vorbis from CDM support

See https://codereview.chromium.org/1690353002

8 years agoAdd referrer_schems to AddAdditionalSchemes
Brian R. Bondy [Wed, 27 Apr 2016 17:02:01 +0000 (13:02 -0400)]
Add referrer_schems to AddAdditionalSchemes

8 years agoBump v1.0.2
Cheng Zhao [Fri, 13 May 2016 00:21:33 +0000 (09:21 +0900)]
Bump v1.0.2

8 years agoUpdate brightray for electron/brightray#219
Cheng Zhao [Fri, 13 May 2016 00:19:46 +0000 (09:19 +0900)]
Update brightray for electron/brightray#219

8 years agoMerge pull request #5513 from danhp/patch-1
Cheng Zhao [Fri, 13 May 2016 00:08:32 +0000 (09:08 +0900)]
Merge pull request #5513 from danhp/patch-1

Document 'Tab' as a supported accelerator.

8 years agoMerge pull request #5508 from electron/bengotow/docs-tweaks
Cheng Zhao [Thu, 12 May 2016 23:46:08 +0000 (08:46 +0900)]
Merge pull request #5508 from electron/bengotow/docs-tweaks

Add to security checklist

8 years ago:memo: Document 'Tab' as a supported accelerator.
Daniel Pham [Thu, 12 May 2016 20:00:58 +0000 (16:00 -0400)]
:memo: Document 'Tab' as a supported accelerator.

[ci skip]

8 years agoAdd to security checklist
Ben Gotow [Sun, 8 May 2016 18:21:11 +0000 (11:21 -0700)]
Add to security checklist

8 years agoMerge pull request #5502 from anthonyryan1/master
Cheng Zhao [Thu, 12 May 2016 10:37:25 +0000 (19:37 +0900)]
Merge pull request #5502 from anthonyryan1/master

Replace gtk_widget_hide_all with gtk_widget_hide

8 years agoUpdate brightray for #5503
Cheng Zhao [Thu, 12 May 2016 09:01:03 +0000 (18:01 +0900)]
Update brightray for #5503

8 years agoMerge pull request #5504 from dalabarge/patch-1
Machistรฉ N. Quintana [Thu, 12 May 2016 02:29:36 +0000 (19:29 -0700)]
Merge pull request #5504 from dalabarge/patch-1

Fixed grammar issue.