platform/framework/web/crosswalk-tizen.git
8 years agoRemove custom MODULE_NOT_FOUND code check
Kevin Sawicki [Tue, 24 May 2016 16:45:32 +0000 (09:45 -0700)]
Remove custom MODULE_NOT_FOUND code check

8 years agoUpdate copy
Kevin Sawicki [Tue, 24 May 2016 16:43:25 +0000 (09:43 -0700)]
Update copy

8 years ago:art:
Kevin Sawicki [Tue, 24 May 2016 16:42:31 +0000 (09:42 -0700)]
:art:

8 years agoTweak resolve filename error message
Kevin Sawicki [Tue, 24 May 2016 16:41:31 +0000 (09:41 -0700)]
Tweak resolve filename error message

8 years agoLead with package.json path
Kevin Sawicki [Tue, 24 May 2016 16:38:04 +0000 (09:38 -0700)]
Lead with package.json path

8 years agoUse dialog.showErrorBox
Kevin Sawicki [Tue, 24 May 2016 16:37:52 +0000 (09:37 -0700)]
Use dialog.showErrorBox

8 years agoMove Module require to top
Kevin Sawicki [Tue, 24 May 2016 16:33:55 +0000 (09:33 -0700)]
Move Module require to top

8 years agoMerge pull request #5610 from bigtimebuddy/master
Kevin Sawicki [Tue, 24 May 2016 16:22:11 +0000 (09:22 -0700)]
Merge pull request #5610 from bigtimebuddy/master

The "Error opening app" dialog

8 years agoMerge pull request #5648 from electron/chrome51
Cheng Zhao [Tue, 24 May 2016 10:59:11 +0000 (10:59 +0000)]
Merge pull request #5648 from electron/chrome51

Update to Chrome 51

8 years agoBump v1.1.2
Cheng Zhao [Tue, 24 May 2016 06:59:21 +0000 (15:59 +0900)]
Bump v1.1.2

8 years agoMerge pull request #5668 from electron/strip-ffmpeg
Cheng Zhao [Tue, 24 May 2016 04:33:09 +0000 (04:33 +0000)]
Merge pull request #5668 from electron/strip-ffmpeg

Strip ffmpeg in zip file

8 years agoMerge pull request #5666 from electron/remote-promise-reject
Cheng Zhao [Tue, 24 May 2016 04:30:25 +0000 (04:30 +0000)]
Merge pull request #5666 from electron/remote-promise-reject

Handle rejection of remote promises

8 years agoMerge pull request #5662 from electron/electron-require
Cheng Zhao [Tue, 24 May 2016 01:46:36 +0000 (01:46 +0000)]
Merge pull request #5662 from electron/electron-require

Always return internal module when requiring electron

8 years agoMerge pull request #5653 from electron/menu-position-fix
Cheng Zhao [Tue, 24 May 2016 01:02:48 +0000 (01:02 +0000)]
Merge pull request #5653 from electron/menu-position-fix

Fix context menu not showing correctly in devtools

8 years agoStrip ffmpeg in zip file
Kevin Sawicki [Mon, 23 May 2016 22:47:07 +0000 (15:47 -0700)]
Strip ffmpeg in zip file

8 years agoMerge pull request #5659 from danhp/patch-2
Jessica Lord [Mon, 23 May 2016 22:44:42 +0000 (15:44 -0700)]
Merge pull request #5659 from danhp/patch-2

Mention that x and y have to be used together when creating new window

8 years agoAdd comment about Module path
Kevin Sawicki [Mon, 23 May 2016 22:15:39 +0000 (15:15 -0700)]
Add comment about Module path

8 years agoMove require spec to api-app-spec
Kevin Sawicki [Mon, 23 May 2016 20:12:02 +0000 (13:12 -0700)]
Move require spec to api-app-spec

8 years agoTest that calling regular module succeeds
Kevin Sawicki [Mon, 23 May 2016 20:09:39 +0000 (13:09 -0700)]
Test that calling regular module succeeds

8 years agoRemove lint warnings
Kevin Sawicki [Mon, 23 May 2016 18:31:56 +0000 (11:31 -0700)]
Remove lint warnings

8 years agoAdd spec for electron module require
Kevin Sawicki [Mon, 23 May 2016 18:19:33 +0000 (11:19 -0700)]
Add spec for electron module require

8 years ago:art:
Kevin Sawicki [Mon, 23 May 2016 17:58:33 +0000 (10:58 -0700)]
:art:

8 years agoPre-resolve electron require path
Kevin Sawicki [Mon, 23 May 2016 17:56:49 +0000 (10:56 -0700)]
Pre-resolve electron require path

8 years ago.coffee -> .js
Kevin Sawicki [Mon, 23 May 2016 17:28:32 +0000 (10:28 -0700)]
.coffee -> .js

8 years agoPass both callback values to then
Kevin Sawicki [Mon, 23 May 2016 22:07:01 +0000 (15:07 -0700)]
Pass both callback values to then

8 years agoAdd failing spec for rejected remote promise
Kevin Sawicki [Mon, 23 May 2016 22:06:46 +0000 (15:06 -0700)]
Add failing spec for rejected remote promise

8 years agoRemoves main error, fixes messaging for JSON parse
Matt Karl [Mon, 23 May 2016 20:47:55 +0000 (16:47 -0400)]
Removes main error, fixes messaging for JSON parse

8 years agoMerge pull request #5664 from electron/cibuild-ps1
Kevin Sawicki [Mon, 23 May 2016 20:07:18 +0000 (13:07 -0700)]
Merge pull request #5664 from electron/cibuild-ps1

Add a Windows script to just invoke cibuild

8 years agoAdd a Windows script to just invoke cibuild
Paul Betts [Mon, 23 May 2016 19:37:47 +0000 (12:37 -0700)]
Add a Windows script to just invoke cibuild

8 years agoAdds JSON parse, invalid and missing main field errors
Matt Karl [Mon, 23 May 2016 19:00:55 +0000 (15:00 -0400)]
Adds JSON parse, invalid and missing main field errors

8 years ago:memo: Mention that x and y have to be used together when creating new window
Daniel Pham [Mon, 23 May 2016 16:17:43 +0000 (12:17 -0400)]
:memo: Mention that x and y have to be used together when creating new window
[ci skip]

8 years agoSuppress ffi test on Windows
Cheng Zhao [Mon, 23 May 2016 14:31:00 +0000 (23:31 +0900)]
Suppress ffi test on Windows

8 years agoUpdate brightray: fix Windows linking problem
Cheng Zhao [Mon, 23 May 2016 14:24:43 +0000 (23:24 +0900)]
Update brightray: fix Windows linking problem

8 years agoUpdate symbol names of icu
Cheng Zhao [Mon, 23 May 2016 13:53:50 +0000 (22:53 +0900)]
Update symbol names of icu

8 years agoUpdate brightray: fix OS X linking problem
Cheng Zhao [Mon, 23 May 2016 13:05:26 +0000 (22:05 +0900)]
Update brightray: fix OS X linking problem

8 years agoMove the menu sightly higher when repositioning the menu
Cheng Zhao [Mon, 23 May 2016 12:54:06 +0000 (21:54 +0900)]
Move the menu sightly higher when repositioning the menu

Otherwise the menu is not able to show the last menu item and the arrow
will show.

8 years agoThe unit of position is CGFloat
Cheng Zhao [Mon, 23 May 2016 12:53:50 +0000 (21:53 +0900)]
The unit of position is CGFloat

8 years agoFix showing context menu in devtools
Cheng Zhao [Mon, 23 May 2016 12:08:16 +0000 (21:08 +0900)]
Fix showing context menu in devtools

8 years agoUpdate brightray: fix Linux linking problem
Cheng Zhao [Mon, 23 May 2016 10:50:05 +0000 (19:50 +0900)]
Update brightray: fix Linux linking problem

8 years agoMerge branch 'master' into chrome51
Cheng Zhao [Mon, 23 May 2016 10:49:43 +0000 (19:49 +0900)]
Merge branch 'master' into chrome51

8 years agoMerge pull request #5638 from deepak1556/iwa_patch
Cheng Zhao [Mon, 23 May 2016 10:48:30 +0000 (10:48 +0000)]
Merge pull request #5638 from deepak1556/iwa_patch

browser: flags to control iwa enabled server whitelist

8 years agoUpdate brightray: Manage NetLog in BrowserClient
Cheng Zhao [Mon, 23 May 2016 10:02:40 +0000 (19:02 +0900)]
Update brightray: Manage NetLog in BrowserClient

8 years agoMerge pull request #5644 from leethomas/fix/osx-aspect-ratio
Cheng Zhao [Mon, 23 May 2016 08:15:44 +0000 (08:15 +0000)]
Merge pull request #5644 from leethomas/fix/osx-aspect-ratio

🍎  let Cocoa handle keeping aspect ratio on window resize

8 years agoFix crash when quitting
Cheng Zhao [Mon, 23 May 2016 08:03:49 +0000 (17:03 +0900)]
Fix crash when quitting

8 years agoFix building on Windows
Cheng Zhao [Mon, 23 May 2016 07:39:19 +0000 (16:39 +0900)]
Fix building on Windows

8 years agoFix js lint warnings
Cheng Zhao [Mon, 23 May 2016 07:15:39 +0000 (16:15 +0900)]
Fix js lint warnings

8 years agoFix chrome.devtools not available in devtools extensions
Cheng Zhao [Mon, 23 May 2016 07:04:10 +0000 (16:04 +0900)]
Fix chrome.devtools not available in devtools extensions

8 years agoFix building on Linux
Cheng Zhao [Mon, 23 May 2016 06:10:55 +0000 (15:10 +0900)]
Fix building on Linux

8 years agodeprecate app.allowNTLMCredentialsForAllDomains
deepak1556 [Mon, 23 May 2016 05:29:55 +0000 (10:59 +0530)]
deprecate app.allowNTLMCredentialsForAllDomains

8 years agoMake |button| default to left button
Cheng Zhao [Mon, 23 May 2016 05:26:38 +0000 (14:26 +0900)]
Make |button| default to left button

This fixes the failing test of sendInputEvent.

8 years agoAdjust to the new behaviors of beforeunload handler
Cheng Zhao [Mon, 23 May 2016 04:28:16 +0000 (13:28 +0900)]
Adjust to the new behaviors of beforeunload handler

8 years agoFix cpplint warnings
Cheng Zhao [Mon, 23 May 2016 04:03:43 +0000 (13:03 +0900)]
Fix cpplint warnings

8 years agoInit feature list in node process
Cheng Zhao [Mon, 23 May 2016 04:01:47 +0000 (13:01 +0900)]
Init feature list in node process

It is a new dependency of gin.

8 years agoFix crash due to site_instace being freed early
Cheng Zhao [Mon, 23 May 2016 03:57:46 +0000 (12:57 +0900)]
Fix crash due to site_instace being freed early

8 years agoFix using invalid pointer as SiteInstance
Cheng Zhao [Mon, 23 May 2016 03:46:14 +0000 (12:46 +0900)]
Fix using invalid pointer as SiteInstance

8 years agoAdapt to changes of Chrome 51 API changes (Part 2)
Cheng Zhao [Mon, 23 May 2016 03:28:59 +0000 (12:28 +0900)]
Adapt to changes of Chrome 51 API changes (Part 2)

8 years agodisregard extraSize when initially setting the aspect ratio
leethomas [Mon, 23 May 2016 02:09:21 +0000 (19:09 -0700)]
disregard extraSize when initially setting the aspect ratio

8 years agoUpdate to API changes of Chrome 51
Cheng Zhao [Mon, 23 May 2016 01:59:39 +0000 (10:59 +0900)]
Update to API changes of Chrome 51

8 years agocode styling
leethomas [Mon, 23 May 2016 01:36:05 +0000 (18:36 -0700)]
code styling

8 years agoUpdate to Chrome 51.0.2704.54
Cheng Zhao [Sun, 22 May 2016 09:06:48 +0000 (18:06 +0900)]
Update to Chrome 51.0.2704.54

8 years agoMerge pull request #5646 from electron/update-breakpad
Cheng Zhao [Mon, 23 May 2016 00:25:24 +0000 (00:25 +0000)]
Merge pull request #5646 from electron/update-breakpad

Fix crash reporter not working on x64 Windows

8 years agocall base SetAspectRatio in NativeWindowMac implementation
leethomas [Mon, 23 May 2016 00:22:57 +0000 (17:22 -0700)]
call base SetAspectRatio in NativeWindowMac implementation

8 years agocomments
leethomas [Mon, 23 May 2016 00:00:14 +0000 (17:00 -0700)]
comments

8 years agoIgnore invalid parameter error in crash service process
Cheng Zhao [Sun, 22 May 2016 23:59:34 +0000 (08:59 +0900)]
Ignore invalid parameter error in crash service process

8 years agooverride SetAspectRatio for NativeWindowMac
leethomas [Sun, 22 May 2016 23:50:50 +0000 (16:50 -0700)]
override SetAspectRatio for NativeWindowMac

8 years ago🍎 let Cocoa handle keeping the aspect ratio whenever the edges are dragged
leethomas [Sun, 22 May 2016 22:43:47 +0000 (15:43 -0700)]
🍎  let Cocoa handle keeping the aspect ratio whenever the edges are dragged

8 years agobring back app.allowNTLMCredentialsForAllDomains
deepak1556 [Sun, 22 May 2016 20:22:09 +0000 (01:52 +0530)]
bring back app.allowNTLMCredentialsForAllDomains

8 years agoUpdate breakpad to lastest master
Cheng Zhao [Sun, 22 May 2016 12:56:39 +0000 (21:56 +0900)]
Update breakpad to lastest master

8 years agoMerge pull request #5640 from electron/update-crashpad
Cheng Zhao [Sun, 22 May 2016 12:47:34 +0000 (12:47 +0000)]
Merge pull request #5640 from electron/update-crashpad

Update crashpad to latest master

8 years agoUpdate crashpad to 35da3b6
Cheng Zhao [Sun, 22 May 2016 09:30:14 +0000 (18:30 +0900)]
Update crashpad to 35da3b6

8 years agoMerge pull request #5622 from kcrt/jpmanual
Cheng Zhao [Sun, 22 May 2016 07:57:36 +0000 (07:57 +0000)]
Merge pull request #5622 from kcrt/jpmanual

Japanese manual: Update tutorials and api

8 years agoMerge pull request #5634 from deepak1556/net_error_description_patch
Cheng Zhao [Sun, 22 May 2016 00:34:56 +0000 (00:34 +0000)]
Merge pull request #5634 from deepak1556/net_error_description_patch

renderer: generate net error strings when requested

8 years agobrowser: flags to control iwa enabled server whitelist
deepak1556 [Sat, 21 May 2016 18:08:50 +0000 (23:38 +0530)]
browser: flags to control iwa enabled server whitelist

8 years agoJapanese manual: modified template string
TAKAHASHI Kyohei [Sat, 21 May 2016 15:22:51 +0000 (00:22 +0900)]
Japanese manual: modified template string

modified based on the comments from Flatta
[ci skip]

8 years agoJapanese manual: Update tutorials and api
TAKAHASHI Kyohei [Fri, 20 May 2016 12:20:53 +0000 (21:20 +0900)]
Japanese manual: Update tutorials and api

[ci skip]

8 years agoMerge pull request #5603 from leethomas/osx-horizontal-sheet-offset
Cheng Zhao [Sat, 21 May 2016 14:07:53 +0000 (14:07 +0000)]
Merge pull request #5603 from leethomas/osx-horizontal-sheet-offset

Osx horizontal sheet offset

8 years agoMerge pull request #5631 from electron/x64-by-default-win32
Cheng Zhao [Sat, 21 May 2016 13:39:25 +0000 (13:39 +0000)]
Merge pull request #5631 from electron/x64-by-default-win32

Default to amd64 on Windows

8 years agoUpdate libchromiumcontent for #5618
Cheng Zhao [Sat, 21 May 2016 11:48:06 +0000 (20:48 +0900)]
Update libchromiumcontent for #5618

8 years agorenderer: generate net error strings when requested
deepak1556 [Sat, 21 May 2016 04:51:15 +0000 (10:21 +0530)]
renderer: generate net error strings when requested

8 years agoDefault to amd64 on Windows
Paul Betts [Fri, 20 May 2016 21:20:48 +0000 (14:20 -0700)]
Default to amd64 on Windows

8 years agoMerge pull request #5630 from electron/env-var-headings
Kevin Sawicki [Fri, 20 May 2016 21:05:15 +0000 (14:05 -0700)]
Merge pull request #5630 from electron/env-var-headings

Use ### for env var headings

8 years agoTweak example intros
Kevin Sawicki [Fri, 20 May 2016 21:03:56 +0000 (14:03 -0700)]
Tweak example intros

8 years agoTweak intro sentence
Kevin Sawicki [Fri, 20 May 2016 21:03:28 +0000 (14:03 -0700)]
Tweak intro sentence

8 years agoUse active voice
Kevin Sawicki [Fri, 20 May 2016 21:02:10 +0000 (14:02 -0700)]
Use active voice

8 years agoMinor wording updates
Kevin Sawicki [Fri, 20 May 2016 21:01:08 +0000 (14:01 -0700)]
Minor wording updates

8 years agoUse ### for headings for consistency
Kevin Sawicki [Fri, 20 May 2016 20:58:48 +0000 (13:58 -0700)]
Use ### for headings for consistency

8 years agoFixed linting error
Matt Karl [Fri, 20 May 2016 20:01:08 +0000 (16:01 -0400)]
Fixed linting error

8 years agoChanged default button, updated link
Matt Karl [Fri, 20 May 2016 17:29:42 +0000 (13:29 -0400)]
Changed default button, updated link

8 years agoMerge pull request #5625 from electron/doc-headings
Kevin Sawicki [Fri, 20 May 2016 17:01:54 +0000 (10:01 -0700)]
Merge pull request #5625 from electron/doc-headings

Capitalize Object in doc heading

8 years agoCapitalize Object
Kevin Sawicki [Fri, 20 May 2016 16:25:10 +0000 (09:25 -0700)]
Capitalize Object

8 years agoAdded Learn More button
Matt Karl [Fri, 20 May 2016 15:04:10 +0000 (11:04 -0400)]
Added Learn More button

8 years agoMerge pull request #5624 from electron/hicon
Cheng Zhao [Fri, 20 May 2016 14:30:00 +0000 (14:30 +0000)]
Merge pull request #5624 from electron/hicon

Feed Windows APIs with ICO icons of appropriate size

8 years agoNo need to reference the icon in Tray
Cheng Zhao [Fri, 20 May 2016 13:28:07 +0000 (22:28 +0900)]
No need to reference the icon in Tray

8 years agoAdd BrowserWindow.setIcon
Cheng Zhao [Fri, 20 May 2016 13:22:15 +0000 (22:22 +0900)]
Add BrowserWindow.setIcon

8 years agodocs: Recommend to use ICO icon
Cheng Zhao [Fri, 20 May 2016 10:58:47 +0000 (19:58 +0900)]
docs: Recommend to use ICO icon

8 years agoCorrectly set window icon from ICO
Cheng Zhao [Fri, 20 May 2016 10:46:05 +0000 (19:46 +0900)]
Correctly set window icon from ICO

8 years agoMake it possible to get different size of icons from ICO
Cheng Zhao [Fri, 20 May 2016 08:51:05 +0000 (17:51 +0900)]
Make it possible to get different size of icons from ICO

8 years agoUse LoadIconMetric to load correct icon
Cheng Zhao [Fri, 20 May 2016 08:12:07 +0000 (17:12 +0900)]
Use LoadIconMetric to load correct icon

8 years agoLoad HICON directly in NotifyIcon
Cheng Zhao [Fri, 20 May 2016 07:55:22 +0000 (16:55 +0900)]
Load HICON directly in NotifyIcon

8 years agoRemove the JavaScript wrapper for setContextMenu
Cheng Zhao [Fri, 20 May 2016 07:18:38 +0000 (16:18 +0900)]
Remove the JavaScript wrapper for setContextMenu