platform/framework/web/crosswalk-tizen.git
8 years agoGuard against unexist owner when removing ref to remote object
Cheng Zhao [Thu, 21 Apr 2016 02:17:12 +0000 (11:17 +0900)]
Guard against unexist owner when removing ref to remote object

8 years agoMerge pull request #5199 from Mr0grog/5183-disambiguate-loading-from-main-frame-loading
Cheng Zhao [Wed, 20 Apr 2016 11:49:56 +0000 (20:49 +0900)]
Merge pull request #5199 from Mr0grog/5183-disambiguate-loading-from-main-frame-loading

Add `isLoadingMainFrame()` to WebContents

8 years ago:memo: Add English docs for `webContents.isLoadingMainFrame()`
Rob Brackett [Wed, 20 Apr 2016 06:27:22 +0000 (23:27 -0700)]
:memo: Add English docs for `webContents.isLoadingMainFrame()`
[ci skip]

8 years agoMerge pull request #5219 from atdrago/master
Cheng Zhao [Wed, 20 Apr 2016 06:11:43 +0000 (15:11 +0900)]
Merge pull request #5219 from atdrago/master

Add note for OS X about using `role` on MenuItem

8 years agoMerge pull request #5222 from Stone-Jay/master
Cheng Zhao [Wed, 20 Apr 2016 06:05:25 +0000 (15:05 +0900)]
Merge pull request #5222 from Stone-Jay/master

fixes some translation mistakes

8 years agoMerge pull request #5213 from rmcdonald/patch-1
Cheng Zhao [Wed, 20 Apr 2016 06:05:04 +0000 (15:05 +0900)]
Merge pull request #5213 from rmcdonald/patch-1

Correct transposition errors by changing xfvb to xvfb

8 years agoMerge pull request #5223 from electron/remote-cleanup
Cheng Zhao [Wed, 20 Apr 2016 05:47:16 +0000 (14:47 +0900)]
Merge pull request #5223 from electron/remote-cleanup

Small cleanup of the code determining value's type

8 years agoMerge pull request #5197 from deepak1556/client_certificate_patch
Cheng Zhao [Wed, 20 Apr 2016 05:35:00 +0000 (14:35 +0900)]
Merge pull request #5197 from deepak1556/client_certificate_patch

app: api to import client certificate

8 years agobuffer, null, array etc. all belong to object
Cheng Zhao [Wed, 20 Apr 2016 05:32:32 +0000 (14:32 +0900)]
buffer, null, array etc. all belong to object

8 years agoCleanup the code determining value's type
Cheng Zhao [Wed, 20 Apr 2016 05:26:49 +0000 (14:26 +0900)]
Cleanup the code determining value's type

8 years agoChange `WebContents::IsLoadingMainFrame` to compare SiteInstances
Rob Brackett [Wed, 20 Apr 2016 05:05:09 +0000 (22:05 -0700)]
Change `WebContents::IsLoadingMainFrame` to compare SiteInstances
(per @deepak1556's recommendation)

Also updates tests to cover the situation where navigating between pages from the same potential "site" and adds generalized tests for `isLoadingMainFrame()`.

8 years agoMerge pull request #5214 from alexgleason/docs-downloaditem-typo
Cheng Zhao [Wed, 20 Apr 2016 04:44:31 +0000 (13:44 +0900)]
Merge pull request #5214 from alexgleason/docs-downloaditem-typo

Fixed docs sample code programming error for DownloadItem

8 years agoMerge pull request #5208 from deepak1556/devtools_dock_state_patch
Cheng Zhao [Wed, 20 Apr 2016 04:34:52 +0000 (13:34 +0900)]
Merge pull request #5208 from deepak1556/devtools_dock_state_patch

devtools: allow opening in specified dock state

8 years agoUpdate brightray for #5208
Cheng Zhao [Wed, 20 Apr 2016 04:34:30 +0000 (13:34 +0900)]
Update brightray for #5208

8 years agorename importClientCertificate => importCertificate
deepak1556 [Wed, 20 Apr 2016 03:15:49 +0000 (08:45 +0530)]
rename importClientCertificate => importCertificate

8 years agoUpdate screen.md
StoneStoneStone [Wed, 20 Apr 2016 02:58:32 +0000 (10:58 +0800)]
Update screen.md

8 years agoUpdate download-item.md
StoneStoneStone [Wed, 20 Apr 2016 02:39:47 +0000 (10:39 +0800)]
Update download-item.md

8 years agoUpdate screen.md
StoneStoneStone [Wed, 20 Apr 2016 02:37:41 +0000 (10:37 +0800)]
Update screen.md

8 years agoUpdate screen.md
StoneStoneStone [Wed, 20 Apr 2016 02:26:31 +0000 (10:26 +0800)]
Update screen.md

8 years agoFix linting errors.
Rob Brackett [Wed, 20 Apr 2016 02:20:59 +0000 (19:20 -0700)]
Fix linting errors.

8 years agoMerge pull request #5202 from electron/updating-submodules
Cheng Zhao [Wed, 20 Apr 2016 01:51:12 +0000 (10:51 +0900)]
Merge pull request #5202 from electron/updating-submodules

keeping submodules up to date

8 years agoAdd note for OS X about using `role` on MenuItem
Adam Drago [Wed, 20 Apr 2016 01:12:37 +0000 (18:12 -0700)]
Add note for OS X about using `role` on MenuItem

8 years agoMerge pull request #5143 from felixrieseberg/debug-instructions
Cheng Zhao [Wed, 20 Apr 2016 00:33:25 +0000 (09:33 +0900)]
Merge pull request #5143 from felixrieseberg/debug-instructions

Add Debugging Instructions for Windows

8 years agoMerge pull request #5218 from electron/style-fix
Cheng Zhao [Wed, 20 Apr 2016 00:31:53 +0000 (09:31 +0900)]
Merge pull request #5218 from electron/style-fix

Fix some coding style issues

8 years agoFix some coding style issues
Cheng Zhao [Wed, 20 Apr 2016 00:18:50 +0000 (09:18 +0900)]
Fix some coding style issues

8 years agoMerge pull request #4922 from electron/bengotow/sheet-offset
Cheng Zhao [Tue, 19 Apr 2016 23:55:42 +0000 (08:55 +0900)]
Merge pull request #4922 from electron/bengotow/sheet-offset

Allow sheets to be attached at a custom offset #4679

8 years agoMerge pull request #5147 from deepak1556/devtools_network_controller_patch
Cheng Zhao [Tue, 19 Apr 2016 23:52:59 +0000 (08:52 +0900)]
Merge pull request #5147 from deepak1556/devtools_network_controller_patch

session: set client id when enabling network emulation

8 years agoMerge pull request #5203 from Stone-Jay/master
Cheng Zhao [Tue, 19 Apr 2016 23:50:25 +0000 (08:50 +0900)]
Merge pull request #5203 from Stone-Jay/master

Translate download-item.md to Chinese

8 years agoMerge pull request #5196 from raybooysen/patch-1
Cheng Zhao [Tue, 19 Apr 2016 23:44:41 +0000 (08:44 +0900)]
Merge pull request #5196 from raybooysen/patch-1

Update screen.md

8 years agoMerge pull request #5168 from electron/jlord-patch-1
Jessica Lord [Tue, 19 Apr 2016 19:29:42 +0000 (12:29 -0700)]
Merge pull request #5168 from electron/jlord-patch-1

A few style updates 2 docs

8 years agoFixed docs sample code programming error for DownloadItem
Alex Gleason [Tue, 19 Apr 2016 16:47:05 +0000 (12:47 -0400)]
Fixed docs sample code programming error for DownloadItem

8 years agoremove the git
Zeke Sikelianos [Tue, 19 Apr 2016 16:46:48 +0000 (09:46 -0700)]
remove the git

8 years agoCorrect transposition errors by changing xfvb to xvfb
rmcdonald [Tue, 19 Apr 2016 16:31:04 +0000 (09:31 -0700)]
Correct transposition errors by changing xfvb to xvfb

8 years agodevtools: allow opening in specified dock state
deepak1556 [Tue, 19 Apr 2016 12:42:05 +0000 (18:12 +0530)]
devtools: allow opening in specified dock state

8 years agoMerge pull request #5205 from electron/mas-fix
Cheng Zhao [Tue, 19 Apr 2016 11:56:24 +0000 (20:56 +0900)]
Merge pull request #5205 from electron/mas-fix

Fix the support for Mac App Store

8 years agoUpdate the codesign code for latest Xcode
Cheng Zhao [Tue, 19 Apr 2016 11:27:58 +0000 (20:27 +0900)]
Update the codesign code for latest Xcode

8 years agoUpdate the MAS submission guide
Cheng Zhao [Tue, 19 Apr 2016 07:08:37 +0000 (16:08 +0900)]
Update the MAS submission guide

8 years agoexpose api only on platforms using nss cert database
deepak1556 [Tue, 19 Apr 2016 05:17:28 +0000 (10:47 +0530)]
expose api only on platforms using nss cert database

8 years agoKeep function placement consistent
Ben Gotow [Tue, 19 Apr 2016 05:45:38 +0000 (22:45 -0700)]
Keep function placement consistent

8 years agoMove "setSheetOffset" to the BrowserWindow
Ben Gotow [Tue, 19 Apr 2016 05:39:12 +0000 (22:39 -0700)]
Move "setSheetOffset" to the BrowserWindow

8 years agoclient_id is accessed on different threads
deepak1556 [Tue, 19 Apr 2016 04:31:38 +0000 (10:01 +0530)]
client_id is accessed on different threads

8 years agoUpdate frameless-window.md
StoneStoneStone [Tue, 19 Apr 2016 04:03:34 +0000 (12:03 +0800)]
Update frameless-window.md

8 years agoCreate download-item.md
StoneStoneStone [Tue, 19 Apr 2016 03:58:58 +0000 (11:58 +0800)]
Create download-item.md

8 years ago:memo: keeping submodules up to date
Zeke Sikelianos [Tue, 19 Apr 2016 03:23:11 +0000 (20:23 -0700)]
:memo: keeping submodules up to date

8 years agoMerge pull request #3 from electron/master
StoneStoneStone [Tue, 19 Apr 2016 01:13:30 +0000 (09:13 +0800)]
Merge pull request #3 from electron/master

update from electron

8 years agoRevert "Fix headers"
Jessica Lord [Tue, 19 Apr 2016 01:00:32 +0000 (18:00 -0700)]
Revert "Fix headers"

This reverts commit 4dd2716865f6944606f8dffd27ab68434f30643b.

8 years agoMerge pull request #5194 from Stone-Jay/patch-5
Cheng Zhao [Mon, 18 Apr 2016 23:59:45 +0000 (08:59 +0900)]
Merge pull request #5194 from Stone-Jay/patch-5

Create frameless-window.md

8 years agoMerge pull request #5192 from andrewda/patch-1
Cheng Zhao [Mon, 18 Apr 2016 23:59:15 +0000 (08:59 +0900)]
Merge pull request #5192 from andrewda/patch-1

Update link to setFeatureEnabledFromString

8 years agoAdd `isLoadingMainFrame` method to WebContents.
Rob Brackett [Mon, 18 Apr 2016 17:37:08 +0000 (10:37 -0700)]
Add `isLoadingMainFrame` method to WebContents.
Also switch `webContents.executeJavaScript` to check it instead of `isLoading`.
There doesn’t seem to be a reasonable public way to get this information out of Chromium, so it’s synthesized here based on WebContentsObserver callbacks.
Fixes #5183.

8 years agoTest for #5183 - webContents.executeJavaScript hangs on subframe load.
Rob Brackett [Mon, 18 Apr 2016 17:33:56 +0000 (10:33 -0700)]
Test for #5183 - webContents.executeJavaScript hangs on subframe load.

8 years agofix spec
deepak1556 [Mon, 18 Apr 2016 17:27:37 +0000 (22:57 +0530)]
fix spec

8 years agoremove --client-certificate flag
deepak1556 [Mon, 18 Apr 2016 16:56:37 +0000 (22:26 +0530)]
remove --client-certificate flag

8 years agoadd spec
deepak1556 [Mon, 18 Apr 2016 16:23:44 +0000 (21:53 +0530)]
add spec

8 years agoUpdate screen.md
Ray Booysen [Mon, 18 Apr 2016 16:04:47 +0000 (17:04 +0100)]
Update screen.md

8 years agoset trust bits for CA certs
deepak1556 [Mon, 18 Apr 2016 15:35:33 +0000 (21:05 +0530)]
set trust bits for CA certs

8 years agoCreate frameless-window.md
StoneStoneStone [Mon, 18 Apr 2016 14:38:15 +0000 (22:38 +0800)]
Create frameless-window.md

Translate `frameless-window.md` to Chinese.  And I'm not sure that the `non-client frame`'s translation is accurate.

8 years agoMerge pull request #5191 from electron/initialize-embedder
Cheng Zhao [Mon, 18 Apr 2016 06:13:41 +0000 (15:13 +0900)]
Merge pull request #5191 from electron/initialize-embedder

Initialize the embedder_ member data

8 years agoMerge pull request #5184 from miniak/fix-docs
Cheng Zhao [Mon, 18 Apr 2016 06:13:27 +0000 (15:13 +0900)]
Merge pull request #5184 from miniak/fix-docs

Fix documentation

8 years agoset client id on AtomNetworkDelegate instead of cmd line switch
deepak1556 [Mon, 18 Apr 2016 06:05:24 +0000 (11:35 +0530)]
set client id on AtomNetworkDelegate instead of cmd line switch

8 years agoUpdate link to setFeatureEnabledFromString
Andrew Dassonville [Mon, 18 Apr 2016 06:04:02 +0000 (23:04 -0700)]
Update link to setFeatureEnabledFromString

8 years agoInitialize the embedder_ member data
Cheng Zhao [Mon, 18 Apr 2016 05:52:03 +0000 (14:52 +0900)]
Initialize the embedder_ member data

Otherwise it is going to be some random value and bite us.

8 years agoapp: api to import client certificate
deepak1556 [Mon, 18 Apr 2016 05:11:31 +0000 (10:41 +0530)]
app: api to import client certificate

8 years agoset network emulation client id in request headers
deepak1556 [Thu, 14 Apr 2016 02:57:27 +0000 (08:27 +0530)]
set network emulation client id in request headers

8 years agoUpdate brightray for electron/brightray#212
Cheng Zhao [Mon, 18 Apr 2016 04:59:15 +0000 (13:59 +0900)]
Update brightray for electron/brightray#212

8 years agoFix documentation
Milan Burda [Sat, 16 Apr 2016 17:58:03 +0000 (19:58 +0200)]
Fix documentation

8 years agoFix JS linter errors
Ben Gotow [Sat, 16 Apr 2016 15:04:48 +0000 (11:04 -0400)]
Fix JS linter errors

8 years agoCreate local variable to typecast `view`
Ben Gotow [Sat, 16 Apr 2016 14:57:39 +0000 (10:57 -0400)]
Create local variable to typecast `view`

8 years agoAllow sheets to be attached at a custom offset #4679
Ben Gotow [Sun, 27 Mar 2016 01:12:25 +0000 (18:12 -0700)]
Allow sheets to be attached at a custom offset #4679

Adds a new "setSheetOffset" API to the `dialog` module, which allows you to change the attachment point for sheets on Mac OS X. I put the API on the dialog module, even though Mac OS X requires that the native window hold and return the desired offset.

1. I was originally hoping to make this an argument on the actual dialog.show* calls, but it seems the parameter set is defined in `libchromiumcontent` and I wasn't sure it would be appropriate to add there?

2.  The API could also be on the BrowserWindow (eg `BrowserWindow.setSheetOffset`). I don't have a strong preference, but I think it's more discoverable on the `dialog` module.

8 years agoMerge pull request #5176 from shokmaster/patch-1
Zeke Sikelianos [Fri, 15 Apr 2016 19:46:30 +0000 (12:46 -0700)]
Merge pull request #5176 from shokmaster/patch-1

Correct misspellings

8 years agoMerge pull request #5169 from Stone-Jay/patch-4
Cheng Zhao [Fri, 15 Apr 2016 13:16:07 +0000 (22:16 +0900)]
Merge pull request #5169 from Stone-Jay/patch-4

Update sample code in online-offline-events.md

8 years agoMerge pull request #5167 from Stone-Jay/patch-3
Cheng Zhao [Fri, 15 Apr 2016 12:14:09 +0000 (21:14 +0900)]
Merge pull request #5167 from Stone-Jay/patch-3

translation error in browser-window.md

8 years agoMerge pull request #5166 from preco21/master
Cheng Zhao [Fri, 15 Apr 2016 11:39:55 +0000 (20:39 +0900)]
Merge pull request #5166 from preco21/master

docs: Update Korean docs as upstream

8 years agoMerge pull request #5161 from electron/felix/iss5097
Cheng Zhao [Fri, 15 Apr 2016 11:10:03 +0000 (20:10 +0900)]
Merge pull request #5161 from electron/felix/iss5097

AutoUpdate Windows: Don't spawn if running

8 years agoMerge pull request #5159 from djpereira/patch-1
Cheng Zhao [Fri, 15 Apr 2016 10:59:50 +0000 (19:59 +0900)]
Merge pull request #5159 from djpereira/patch-1

Sample missing reference to webContents for toggleDevTools

8 years agoMerge pull request #5157 from christoth/master
Cheng Zhao [Fri, 15 Apr 2016 10:58:54 +0000 (19:58 +0900)]
Merge pull request #5157 from christoth/master

webview: add CSS styling notes to doc

8 years agoCorrect misspellings
Juan Antonio Gómez [Fri, 15 Apr 2016 09:49:08 +0000 (11:49 +0200)]
Correct misspellings

Correct misspellings

8 years agoMerge pull request #2 from Stone-Jay/patch-4
StoneStoneStone [Fri, 15 Apr 2016 08:02:58 +0000 (16:02 +0800)]
Merge pull request #2 from Stone-Jay/patch-4

Patch 4

8 years agoBump v0.37.6
Cheng Zhao [Fri, 15 Apr 2016 07:38:16 +0000 (16:38 +0900)]
Bump v0.37.6

8 years agoUpdate brightray for printing fix
Cheng Zhao [Fri, 15 Apr 2016 07:47:17 +0000 (16:47 +0900)]
Update brightray for printing fix

8 years agoUpdate brightray for #4973
Cheng Zhao [Fri, 15 Apr 2016 07:35:51 +0000 (16:35 +0900)]
Update brightray for #4973

8 years agoUpdate sample code in online-offline-events.md
StoneStoneStone [Fri, 15 Apr 2016 06:10:11 +0000 (14:10 +0800)]
Update sample code in online-offline-events.md

change `ipc` to `ipcMain`/`ipcRenderer`

8 years agoFix headers
Jessica Lord [Fri, 15 Apr 2016 03:55:43 +0000 (20:55 -0700)]
Fix headers

8 years agotranslation error in browser-window.md
StoneStoneStone [Fri, 15 Apr 2016 02:04:01 +0000 (10:04 +0800)]
translation error in browser-window.md

'same-origin policy' means '同源策略' in Chinese

8 years agoMerge pull request #5155 from electron/mac-background-color
Cheng Zhao [Thu, 14 Apr 2016 23:48:09 +0000 (08:48 +0900)]
Merge pull request #5155 from electron/mac-background-color

Set the backgroundColor of RenderWidgetHostView

8 years agoAdd new line
Jessica Lord [Thu, 14 Apr 2016 22:53:34 +0000 (15:53 -0700)]
Add new line

so that the list is styled correctly on website

8 years agoAutoUpdate Windows: Don't spawn if running
Felix Rieseberg [Wed, 13 Apr 2016 01:09:46 +0000 (18:09 -0700)]
AutoUpdate Windows: Don't spawn if running

Previously, the auto updater would run as many squirrel processes
as told. This introduces a little change where instead of spawning
a second process, we attach to the already running process - or, if
different arguments are passed, return and emit an error.

This is not failsafe, but it ensures that we don't run into simple
race condition crashes.

Closes $5097

8 years agoUpdate menu.md
Daniel Pereira [Thu, 14 Apr 2016 15:50:08 +0000 (10:50 -0500)]
Update menu.md

There was a missing reference to webContents.

8 years agowebview: add CSS styling notes
christoth [Thu, 14 Apr 2016 14:29:55 +0000 (10:29 -0400)]
webview: add CSS styling notes

Create a new section for CSS and add notes to avoid hiding the webview via hidden or display:none; and provide a recommended approach.

8 years ago:memo: Small fixes
Plusb Preco [Thu, 14 Apr 2016 13:56:56 +0000 (22:56 +0900)]
:memo: Small fixes

[ci skip]

8 years ago:memo: Update Korean docs as upstream
Plusb Preco [Thu, 14 Apr 2016 13:55:09 +0000 (22:55 +0900)]
:memo: Update Korean docs as upstream

[ci skip]

8 years agoSet the backgroundColor of RenderWidgetHostView
Cheng Zhao [Thu, 14 Apr 2016 12:52:17 +0000 (21:52 +0900)]
Set the backgroundColor of RenderWidgetHostView

8 years agoMerge pull request #5117 from deepak1556/devtools_security_panel_patch
Cheng Zhao [Thu, 14 Apr 2016 11:23:58 +0000 (20:23 +0900)]
Merge pull request #5117 from deepak1556/devtools_security_panel_patch

provide security style for devtools security panel

8 years agoMerge pull request #5153 from electron/fix-frameless-background
Cheng Zhao [Thu, 14 Apr 2016 11:05:35 +0000 (20:05 +0900)]
Merge pull request #5153 from electron/fix-frameless-background

Fix wrong default transparent background for frameless window

8 years agoprovide security style for devtools security panel
deepak1556 [Mon, 11 Apr 2016 09:36:33 +0000 (15:06 +0530)]
provide security style for devtools security panel

8 years agoOnly transparent window does not have background color
Cheng Zhao [Thu, 14 Apr 2016 10:35:31 +0000 (19:35 +0900)]
Only transparent window does not have background color

8 years agoMerge pull request #5152 from electron/fix-win-printing
Cheng Zhao [Thu, 14 Apr 2016 10:22:56 +0000 (19:22 +0900)]
Merge pull request #5152 from electron/fix-win-printing

Fix printing not working on Windows

8 years agoFix the link error
Cheng Zhao [Thu, 14 Apr 2016 09:22:29 +0000 (18:22 +0900)]
Fix the link error

8 years agoDo no load PDF library from DLL
Cheng Zhao [Thu, 14 Apr 2016 08:15:20 +0000 (17:15 +0900)]
Do no load PDF library from DLL

We already have them compiled in.

8 years agoUpdate libchromiumcontent with necessary headers and libs
Cheng Zhao [Thu, 14 Apr 2016 08:14:45 +0000 (17:14 +0900)]
Update libchromiumcontent with necessary headers and libs

8 years agoMerge pull request #5146 from Stone-Jay/patch-2
Cheng Zhao [Thu, 14 Apr 2016 06:11:55 +0000 (15:11 +0900)]
Merge pull request #5146 from Stone-Jay/patch-2

Update process.md