platform/framework/web/crosswalk-tizen.git
10 years agoMerge pull request #806 from atom/symbols-server
Cheng Zhao [Tue, 11 Nov 2014 01:28:39 +0000 (09:28 +0800)]
Merge pull request #806 from atom/symbols-server

Upload PDB to S3 when publishing and add docs on setting up symbol server

10 years agoMerge pull request #807 from paulcbetts/patch-1
Cheng Zhao [Tue, 11 Nov 2014 01:17:36 +0000 (09:17 +0800)]
Merge pull request #807 from paulcbetts/patch-1

Ports are limited to 64k

10 years agoPorts are limited to 64k
Paul Betts [Mon, 10 Nov 2014 19:53:12 +0000 (11:53 -0800)]
Ports are limited to 64k

10 years agoFix pylint warnings
Cheng Zhao [Mon, 10 Nov 2014 15:33:56 +0000 (23:33 +0800)]
Fix pylint warnings

10 years agodocs: Update symbol server address
Cheng Zhao [Mon, 10 Nov 2014 15:24:13 +0000 (23:24 +0800)]
docs: Update symbol server address

10 years agoUse lowercase for symbol paths
Cheng Zhao [Mon, 10 Nov 2014 15:07:57 +0000 (23:07 +0800)]
Use lowercase for symbol paths

10 years agoAdd execution bit
Cheng Zhao [Mon, 10 Nov 2014 15:02:54 +0000 (23:02 +0800)]
Add execution bit

10 years agodocs: Setting up symbol server in debugger
Cheng Zhao [Mon, 10 Nov 2014 08:09:13 +0000 (16:09 +0800)]
docs: Setting up symbol server in debugger

10 years agoUpload PDBs to Windows symbol server when publishing
Cheng Zhao [Fri, 7 Nov 2014 14:52:00 +0000 (22:52 +0800)]
Upload PDBs to Windows symbol server when publishing

10 years agoDon't overwrite files on S3
Cheng Zhao [Fri, 7 Nov 2014 13:45:40 +0000 (21:45 +0800)]
Don't overwrite files on S3

10 years agoUpload symbols to S3
Cheng Zhao [Fri, 7 Nov 2014 12:51:25 +0000 (20:51 +0800)]
Upload symbols to S3

10 years agoAdd script to call symstore
Cheng Zhao [Fri, 7 Nov 2014 12:19:26 +0000 (20:19 +0800)]
Add script to call symstore

10 years agoviews: Fix showing menu bar when pressing Alt for a long time
Cheng Zhao [Fri, 7 Nov 2014 07:20:16 +0000 (15:20 +0800)]
views: Fix showing menu bar when pressing Alt for a long time

10 years agoviews: Make auto-hide-menu-bar work when NumLock is on, fixes #796
Cheng Zhao [Fri, 7 Nov 2014 07:05:55 +0000 (15:05 +0800)]
views: Make auto-hide-menu-bar work when NumLock is on, fixes #796

10 years agoUpgrade node, fixes #634
Cheng Zhao [Thu, 6 Nov 2014 13:27:16 +0000 (21:27 +0800)]
Upgrade node, fixes #634

10 years agoAdd spec for #634
Cheng Zhao [Thu, 6 Nov 2014 13:26:54 +0000 (21:26 +0800)]
Add spec for #634

10 years agoUpgrade brightray for #646
Cheng Zhao [Thu, 6 Nov 2014 11:09:10 +0000 (19:09 +0800)]
Upgrade brightray for #646

10 years agoPrint error when "preload" script is not found
Cheng Zhao [Thu, 6 Nov 2014 08:12:40 +0000 (16:12 +0800)]
Print error when "preload" script is not found

10 years agoMerge pull request #794 from atom/webivew-preload
Cheng Zhao [Thu, 6 Nov 2014 08:04:36 +0000 (16:04 +0800)]
Merge pull request #794 from atom/webivew-preload

Add "preload" attribute for <webview>

10 years agodocs: "preload" attribute of <webview>
Cheng Zhao [Thu, 6 Nov 2014 07:51:33 +0000 (15:51 +0800)]
docs: "preload" attribute of <webview>

10 years agospec: "preload" attribute of <webview>
Cheng Zhao [Thu, 6 Nov 2014 07:23:42 +0000 (15:23 +0800)]
spec: "preload" attribute of <webview>

10 years agoLoad the "preload" script in <webview>
Cheng Zhao [Thu, 6 Nov 2014 07:13:37 +0000 (15:13 +0800)]
Load the "preload" script in <webview>

10 years agoPass "preload" attribute to GuestViewManager
Cheng Zhao [Thu, 6 Nov 2014 06:35:32 +0000 (14:35 +0800)]
Pass "preload" attribute to GuestViewManager

10 years agoMerge pull request #791 from brentertz/online-offline-events-tutorial
Cheng Zhao [Thu, 6 Nov 2014 06:02:42 +0000 (14:02 +0800)]
Merge pull request #791 from brentertz/online-offline-events-tutorial

Online/offline event detection tutorial

10 years agodocs: Mention the side effect of "fullscreen" option, fixes #792
Cheng Zhao [Thu, 6 Nov 2014 02:16:28 +0000 (10:16 +0800)]
docs: Mention the side effect of "fullscreen" option, fixes #792

10 years agoUpdates per PR feedback
Brent Ertz [Wed, 5 Nov 2014 18:21:18 +0000 (11:21 -0700)]
Updates per PR feedback

* Use backticks instead of quotes around code object
* Remove path.join usage
* Dasherize event names

10 years agoAdd tutorial on online/offline event detection
Brent Ertz [Wed, 5 Nov 2014 14:47:38 +0000 (07:47 -0700)]
Add tutorial on online/offline event detection

10 years agoMerge pull request #790 from atom/error-box
Cheng Zhao [Wed, 5 Nov 2014 12:25:04 +0000 (20:25 +0800)]
Merge pull request #790 from atom/error-box

Fix crash when showing error dialog before GUI environment is initialized

10 years agoForbid using dialog module before app is ready
Cheng Zhao [Wed, 5 Nov 2014 11:50:24 +0000 (19:50 +0800)]
Forbid using dialog module before app is ready

10 years agolinux: Use GTK+ for error reporting when GUI is ready
Cheng Zhao [Wed, 5 Nov 2014 11:27:43 +0000 (19:27 +0800)]
linux: Use GTK+ for error reporting when GUI is ready

10 years agoDon't print error to console in default_app
Cheng Zhao [Wed, 5 Nov 2014 11:08:09 +0000 (19:08 +0800)]
Don't print error to console in default_app

10 years agolinux: Print error to console when GUI is not ready
Cheng Zhao [Wed, 5 Nov 2014 10:58:00 +0000 (18:58 +0800)]
linux: Print error to console when GUI is not ready

10 years agomac: Implement dialog.showErrorBox
Cheng Zhao [Wed, 5 Nov 2014 09:27:04 +0000 (17:27 +0800)]
mac: Implement dialog.showErrorBox

10 years agoUse dialog.showErrorBox for showing errors
Cheng Zhao [Wed, 5 Nov 2014 08:05:29 +0000 (16:05 +0800)]
Use dialog.showErrorBox for showing errors

10 years agowin: Implement dialog.showErrorBox
Cheng Zhao [Wed, 5 Nov 2014 08:05:11 +0000 (16:05 +0800)]
win: Implement dialog.showErrorBox

10 years agoAdd dialog.showErrorBox API
Cheng Zhao [Wed, 5 Nov 2014 08:04:39 +0000 (16:04 +0800)]
Add dialog.showErrorBox API

10 years agoMerge pull request #787 from atom/webview-plugins
Cheng Zhao [Wed, 5 Nov 2014 07:18:19 +0000 (15:18 +0800)]
Merge pull request #787 from atom/webview-plugins

Add "plugins" attribute for <webview>

10 years agodocs: "plugins" attribute of <webview>
Cheng Zhao [Wed, 5 Nov 2014 07:02:37 +0000 (15:02 +0800)]
docs: "plugins" attribute of <webview>

10 years agoAdd "plugins" attribute for <webview>
Cheng Zhao [Wed, 5 Nov 2014 06:59:28 +0000 (14:59 +0800)]
Add "plugins" attribute for <webview>

10 years agoBump v0.19.1.
Cheng Zhao [Tue, 4 Nov 2014 11:19:31 +0000 (19:19 +0800)]
Bump v0.19.1.

10 years agoMerge pull request #779 from atom/new-window-disposition
Cheng Zhao [Tue, 4 Nov 2014 10:59:58 +0000 (18:59 +0800)]
Merge pull request #779 from atom/new-window-disposition

Emit "new-window" event for dispositions other than current tab

10 years agoExternal links should have "foreground-tab" disposition
Cheng Zhao [Tue, 4 Nov 2014 10:49:57 +0000 (18:49 +0800)]
External links should have "foreground-tab" disposition

10 years agodocs: Document the `disposition` parameter
Cheng Zhao [Tue, 4 Nov 2014 10:37:06 +0000 (18:37 +0800)]
docs: Document the `disposition` parameter

10 years agoWindow opened by window.open should have "default" disposition
Cheng Zhao [Tue, 4 Nov 2014 10:31:47 +0000 (18:31 +0800)]
Window opened by window.open should have "default" disposition

10 years agoTranslate |disposition| to string
Cheng Zhao [Tue, 4 Nov 2014 10:12:57 +0000 (18:12 +0800)]
Translate |disposition| to string

10 years agoEmit "new-window" event for dispositions other than CURRENT_TAB
Cheng Zhao [Tue, 4 Nov 2014 09:59:15 +0000 (17:59 +0800)]
Emit "new-window" event for dispositions other than CURRENT_TAB

10 years agoUpgrade brightray, fixes #769
Cheng Zhao [Tue, 4 Nov 2014 02:01:17 +0000 (10:01 +0800)]
Upgrade brightray, fixes #769

10 years agoFixes Event.prevenDefault() not working, closes #771
Cheng Zhao [Mon, 3 Nov 2014 15:24:20 +0000 (23:24 +0800)]
Fixes Event.prevenDefault() not working, closes #771

10 years agoMerge pull request #778 from atom/project-infinium-webview-devtools
Cheng Zhao [Mon, 3 Nov 2014 15:10:09 +0000 (23:10 +0800)]
Merge pull request #778 from atom/project-infinium-webview-devtools

devtools for webview tags (continue work of #774)

10 years agoFix JavaScript errors in webview
Cheng Zhao [Mon, 3 Nov 2014 14:18:03 +0000 (22:18 +0800)]
Fix JavaScript errors in webview

10 years agoAlso add closeDevTools and isDevToolsOpened for webview
Cheng Zhao [Mon, 3 Nov 2014 14:12:56 +0000 (22:12 +0800)]
Also add closeDevTools and isDevToolsOpened for webview

10 years agoShow devtools for guest page in undocked mode
Cheng Zhao [Mon, 3 Nov 2014 13:48:25 +0000 (21:48 +0800)]
Show devtools for guest page in undocked mode

10 years agoFix double freeing WebContents
Cheng Zhao [Mon, 3 Nov 2014 11:45:09 +0000 (19:45 +0800)]
Fix double freeing WebContents

10 years agoMerge branch 'webview-devtools' of https://github.com/project-infinium/atom-shell...
Cheng Zhao [Mon, 3 Nov 2014 10:42:18 +0000 (18:42 +0800)]
Merge branch 'webview-devtools' of https://github.com/project-infinium/atom-shell into project-infinium-webview-devtools

10 years agoMerge pull request #777 from atom/web-dialog
Cheng Zhao [Mon, 3 Nov 2014 09:47:08 +0000 (17:47 +0800)]
Merge pull request #777 from atom/web-dialog

Implement file dialog and color chooser for <input> tag

10 years agoforce devtools to show as undocked.
gray [Sun, 2 Nov 2014 19:32:06 +0000 (11:32 -0800)]
force devtools to show as undocked.

10 years agofix for cpplint
gray [Sun, 2 Nov 2014 15:32:33 +0000 (07:32 -0800)]
fix for cpplint

10 years agoupdate and document openDevTools on web view.
gray [Sun, 2 Nov 2014 15:20:10 +0000 (07:20 -0800)]
update and document openDevTools on web view.

10 years ago:memo: a -> an
Kevin Sawicki [Sun, 2 Nov 2014 15:20:00 +0000 (07:20 -0800)]
:memo: a -> an

10 years agoadd open devtools api to webview tag
gray [Sun, 2 Nov 2014 14:34:22 +0000 (06:34 -0800)]
add open devtools api to webview tag

10 years agoMerge pull request #763 from paulcbetts/dont-hardcode-atom-lib
Cheng Zhao [Sat, 1 Nov 2014 10:55:49 +0000 (18:55 +0800)]
Merge pull request #763 from paulcbetts/dont-hardcode-atom-lib

Don't hard-code the atom.lib file

10 years agowin: Add color chooser dialog
Cheng Zhao [Sat, 1 Nov 2014 05:44:28 +0000 (13:44 +0800)]
win: Add color chooser dialog

10 years agoUse project_name for the lib file
Paul Betts [Fri, 31 Oct 2014 18:33:29 +0000 (11:33 -0700)]
Use project_name for the lib file

10 years agoRemove All Rights Reserved after GitHub copyright
Kevin Sawicki [Fri, 31 Oct 2014 18:17:05 +0000 (11:17 -0700)]
Remove All Rights Reserved after GitHub copyright

Closes #762

10 years agoaura: Add color chooser dialog
Cheng Zhao [Fri, 31 Oct 2014 15:06:50 +0000 (23:06 +0800)]
aura: Add color chooser dialog

10 years agomac: Add color chooser dialog
Cheng Zhao [Fri, 31 Oct 2014 14:53:15 +0000 (22:53 +0800)]
mac: Add color chooser dialog

10 years agoUpgrade brightray to handle localized string
Cheng Zhao [Fri, 31 Oct 2014 11:42:36 +0000 (19:42 +0800)]
Upgrade brightray to handle localized string

10 years agoImplement RunFileChooser
Cheng Zhao [Fri, 31 Oct 2014 11:27:01 +0000 (19:27 +0800)]
Implement RunFileChooser

10 years agoOVERRIDE => override in atom_browser_client.h
Cheng Zhao [Fri, 31 Oct 2014 10:26:01 +0000 (18:26 +0800)]
OVERRIDE => override in atom_browser_client.h

10 years agoImplement EnumerateDirectory
Cheng Zhao [Fri, 31 Oct 2014 09:37:32 +0000 (17:37 +0800)]
Implement EnumerateDirectory

10 years agoAdd WebDialogHelper
Cheng Zhao [Thu, 30 Oct 2014 16:37:14 +0000 (00:37 +0800)]
Add WebDialogHelper

10 years agoMerge pull request #754 from Subash/master
Kevin Sawicki [Thu, 30 Oct 2014 16:18:40 +0000 (09:18 -0700)]
Merge pull request #754 from Subash/master

Update web-view-tag.md

10 years agoUpdate web-view-tag.md
Subash Pathak [Thu, 30 Oct 2014 15:07:00 +0000 (20:52 +0545)]
Update web-view-tag.md

10 years agoForbid using protocol module before app is ready, fixes #661
Cheng Zhao [Thu, 30 Oct 2014 14:27:29 +0000 (22:27 +0800)]
Forbid using protocol module before app is ready, fixes #661

10 years agoUpgrade native_mate, fixes #660
Cheng Zhao [Thu, 30 Oct 2014 13:55:03 +0000 (21:55 +0800)]
Upgrade native_mate, fixes #660

10 years agoThrow error when BrowserWindow is created before app is ready
Cheng Zhao [Thu, 30 Oct 2014 13:32:35 +0000 (21:32 +0800)]
Throw error when BrowserWindow is created before app is ready

10 years agoBump v0.19.0.
Cheng Zhao [Thu, 30 Oct 2014 04:02:42 +0000 (12:02 +0800)]
Bump v0.19.0.

10 years agoMerge pull request #750 from atom/fix-leaking-webcontents
Cheng Zhao [Tue, 28 Oct 2014 11:23:59 +0000 (19:23 +0800)]
Merge pull request #750 from atom/fix-leaking-webcontents

Handle window.open and <a target="..."> correctly

10 years agoSimplify the GuestWindowManager
Cheng Zhao [Tue, 28 Oct 2014 10:51:28 +0000 (18:51 +0800)]
Simplify the GuestWindowManager

Instead of recording guest explicitly in a map, we just make use of
closure for bookkeeping.

10 years agoReuse the window of same frame name
Cheng Zhao [Tue, 28 Oct 2014 05:23:25 +0000 (13:23 +0800)]
Reuse the window of same frame name

10 years agospec: Only test net.connect on Mac
Cheng Zhao [Tue, 28 Oct 2014 01:48:32 +0000 (09:48 +0800)]
spec: Only test net.connect on Mac

The Linux travis ci machine is quite unstable on this test.

10 years agoMerge pull request #747 from stefanbuck/patch-1
Kevin Sawicki [Mon, 27 Oct 2014 21:45:21 +0000 (14:45 -0700)]
Merge pull request #747 from stefanbuck/patch-1

fix broken links

10 years agofix broken links
Stefan Buck [Mon, 27 Oct 2014 21:43:29 +0000 (22:43 +0100)]
fix broken links

10 years agoDon't throw exception on closed guest window
Cheng Zhao [Mon, 27 Oct 2014 15:59:11 +0000 (23:59 +0800)]
Don't throw exception on closed guest window

10 years agoMake <a target="_blank"> open window by default
Cheng Zhao [Mon, 27 Oct 2014 15:46:25 +0000 (23:46 +0800)]
Make <a target="_blank"> open window by default

10 years agodoc: "new-window" event of WebContents
Cheng Zhao [Mon, 27 Oct 2014 15:23:26 +0000 (23:23 +0800)]
doc: "new-window" event of WebContents

10 years agoAdd eval() for FakeWindow
Cheng Zhao [Mon, 27 Oct 2014 15:07:41 +0000 (23:07 +0800)]
Add eval() for FakeWindow

10 years agoAdd focus() and blur() for FakeWindow
Cheng Zhao [Mon, 27 Oct 2014 15:03:05 +0000 (23:03 +0800)]
Add focus() and blur() for FakeWindow

10 years agospec: "new-window" event of BrowserWindow
Cheng Zhao [Mon, 27 Oct 2014 14:07:57 +0000 (22:07 +0800)]
spec: "new-window" event of BrowserWindow

10 years agoUse GuestWindowManager to mange windows created by window.open
Cheng Zhao [Mon, 27 Oct 2014 13:56:04 +0000 (21:56 +0800)]
Use GuestWindowManager to mange windows created by window.open

10 years agospec: "new-window" event of <webview>
Cheng Zhao [Mon, 27 Oct 2014 11:26:45 +0000 (19:26 +0800)]
spec: "new-window" event of <webview>

10 years agoAdd "frameName" as paramter for "new-window" event
Cheng Zhao [Mon, 27 Oct 2014 11:14:17 +0000 (19:14 +0800)]
Add "frameName" as paramter for "new-window" event

10 years agoRoute window.open to "new-window" event
Cheng Zhao [Mon, 27 Oct 2014 10:52:55 +0000 (18:52 +0800)]
Route window.open to "new-window" event

10 years agoSet "defaultPrevented" when "preventDefault()" is called
Cheng Zhao [Mon, 27 Oct 2014 09:55:28 +0000 (17:55 +0800)]
Set "defaultPrevented" when "preventDefault()" is called

10 years agoOVERRIDE => override in atom_api_window.h
Cheng Zhao [Mon, 27 Oct 2014 08:58:35 +0000 (16:58 +0800)]
OVERRIDE => override in atom_api_window.h

10 years agoPrevent creating popup window from inside WebContents
Cheng Zhao [Mon, 27 Oct 2014 08:56:28 +0000 (16:56 +0800)]
Prevent creating popup window from inside WebContents

10 years agoOVERRIDE => override in native_window.h
Cheng Zhao [Mon, 27 Oct 2014 08:47:50 +0000 (16:47 +0800)]
OVERRIDE => override in native_window.h

10 years agoUpgrade brightray
Cheng Zhao [Mon, 27 Oct 2014 08:47:38 +0000 (16:47 +0800)]
Upgrade brightray

10 years agoMerge pull request #740 from atom/webview
Cheng Zhao [Sun, 26 Oct 2014 11:43:52 +0000 (19:43 +0800)]
Merge pull request #740 from atom/webview

Implement <webview> tag

10 years agoMerge pull request #742 from patr0nus/yosemite-fix
Cheng Zhao [Sun, 26 Oct 2014 11:36:08 +0000 (19:36 +0800)]
Merge pull request #742 from patr0nus/yosemite-fix

Yosemite build fix