platform/framework/web/crosswalk-tizen.git
9 years agoRemove unused options for WebContents.create
Cheng Zhao [Tue, 9 Jun 2015 07:40:04 +0000 (15:40 +0800)]
Remove unused options for WebContents.create

9 years agoMerge pull request #1873 from atom/multiline-headers
Cheng Zhao [Tue, 9 Jun 2015 04:03:45 +0000 (12:03 +0800)]
Merge pull request #1873 from atom/multiline-headers

Support multiple-line headers in `did-get-response-details'

9 years agoSupport multiple-line headers in web-contents `did-get-response-details' event.
Haojian Wu [Fri, 5 Jun 2015 05:24:47 +0000 (13:24 +0800)]
Support multiple-line headers in web-contents `did-get-response-details' event.

9 years agoMerge pull request #1883 from atom/http-referer-doc
Cheng Zhao [Tue, 9 Jun 2015 03:15:44 +0000 (11:15 +0800)]
Merge pull request #1883 from atom/http-referer-doc

:memo: Add missing `httpreferer` option doc.

9 years agoUpgrade brightray, fix #1901
Cheng Zhao [Tue, 9 Jun 2015 03:09:41 +0000 (11:09 +0800)]
Upgrade brightray, fix #1901

9 years agoMerge pull request #1848 from Bitbored/master
Cheng Zhao [Tue, 9 Jun 2015 02:49:01 +0000 (10:49 +0800)]
Merge pull request #1848 from Bitbored/master

Added `bounds` payload to tray `clicked` event on Windows

9 years agoUse httpReferrer and userAgent new names in webview.
Haojian Wu [Tue, 9 Jun 2015 02:44:06 +0000 (10:44 +0800)]
Use httpReferrer and userAgent new names in webview.

9 years agoRename httpreferrer to httpReferrer, useragent to userAgent.
Haojian Wu [Tue, 9 Jun 2015 01:27:57 +0000 (09:27 +0800)]
Rename httpreferrer to httpReferrer, useragent to userAgent.

9 years ago:memo: Add missing `useragent` doc.
Haojian Wu [Mon, 8 Jun 2015 06:29:30 +0000 (14:29 +0800)]
:memo: Add missing `useragent` doc.

9 years ago:memo: Add missing `httpreferer` option doc.
Haojian Wu [Sat, 6 Jun 2015 09:51:27 +0000 (17:51 +0800)]
:memo: Add missing `httpreferer` option doc.

9 years agodocs: Update formats of command line switches
Cheng Zhao [Tue, 9 Jun 2015 01:56:19 +0000 (09:56 +0800)]
docs: Update formats of command line switches

9 years agoUpdate brightray for --log-net-log
Cheng Zhao [Tue, 9 Jun 2015 01:52:11 +0000 (09:52 +0800)]
Update brightray for --log-net-log

9 years agoInitialized rect with zeros
Seppe Stas [Mon, 8 Jun 2015 17:07:46 +0000 (19:07 +0200)]
Initialized rect with zeros

As per @zcbenz 's remark: The rect should be initialized with zeros to prevent random values being passed to the click event handler when `Shell_NotifyIconGetRect` fails.

9 years agoSwitched to `gfx::Rect` constructor that takes a RECT
Seppe Stas [Mon, 8 Jun 2015 17:04:56 +0000 (19:04 +0200)]
Switched to `gfx::Rect` constructor that takes a RECT

As per @zcbenz's suggestion the rect passed to the click event handler now passes a rect constructed using `gfx::Rect(const RECT& r)`.

9 years agoMerge pull request #1880 from deepak1556/net_log_patch
Cheng Zhao [Mon, 8 Jun 2015 15:13:27 +0000 (23:13 +0800)]
Merge pull request #1880 from deepak1556/net_log_patch

doc: adding info about log-net-log flag

9 years agoMerge pull request #1899 from kirkouimet/guard-for-in-loop
Cheng Zhao [Mon, 8 Jun 2015 14:45:43 +0000 (22:45 +0800)]
Merge pull request #1899 from kirkouimet/guard-for-in-loop

Guarding against polluted Object.prototypes

9 years agoMerge pull request #1886 from BobCochran/linux-build-instructions-issue-1809
Cheng Zhao [Mon, 8 Jun 2015 14:42:04 +0000 (22:42 +0800)]
Merge pull request #1886 from BobCochran/linux-build-instructions-issue-1809

Linux build instructions issue 1809

9 years agoMerge pull request #1885 from lucidogen/patch-1
Cheng Zhao [Mon, 8 Jun 2015 14:33:08 +0000 (22:33 +0800)]
Merge pull request #1885 from lucidogen/patch-1

Added note and link for poorly documented operation.

9 years agoMerge pull request #1884 from lucidogen/master
Cheng Zhao [Mon, 8 Jun 2015 14:32:06 +0000 (22:32 +0800)]
Merge pull request #1884 from lucidogen/master

Fixed example with correct capturePage api.

9 years agoMerge pull request #1894 from samccone/patch-5
Cheng Zhao [Mon, 8 Jun 2015 14:31:17 +0000 (22:31 +0800)]
Merge pull request #1894 from samccone/patch-5

:memo: Fix english errors and language

9 years agoMerge pull request #1889 from samccone/patch-2
Cheng Zhao [Mon, 8 Jun 2015 14:30:35 +0000 (22:30 +0800)]
Merge pull request #1889 from samccone/patch-2

:memo: Fix english errors

9 years agoMerge pull request #1890 from samccone/patch-3
Cheng Zhao [Mon, 8 Jun 2015 14:30:25 +0000 (22:30 +0800)]
Merge pull request #1890 from samccone/patch-3

:memo: Fix english errors and clarify docs

9 years agoMerge pull request #1891 from samccone/patch-4
Cheng Zhao [Mon, 8 Jun 2015 14:29:06 +0000 (22:29 +0800)]
Merge pull request #1891 from samccone/patch-4

:memo: Improve devtools documentation

9 years agoMerge pull request #1860 from atom/dialog-show-file-name
Cheng Zhao [Mon, 8 Jun 2015 11:41:33 +0000 (19:41 +0800)]
Merge pull request #1860 from atom/dialog-show-file-name

Fix dialog.showSaveDialog doesn't show the non-exist file name on Linux.

9 years agoGuarding against polluted Object.prototypes
Kirk Ouimet [Mon, 8 Jun 2015 06:59:49 +0000 (23:59 -0700)]
Guarding against polluted Object.prototypes

9 years agoMerge pull request #1897 from atom/dumpsyms
Cheng Zhao [Mon, 8 Jun 2015 05:54:24 +0000 (13:54 +0800)]
Merge pull request #1897 from atom/dumpsyms

mac: Build dump_syms

9 years agomac: Build dump_syms
Cheng Zhao [Mon, 8 Jun 2015 05:47:08 +0000 (13:47 +0800)]
mac: Build dump_syms

Crashpad doesn't ship dump_syms, we have to build to from breakpad.

Related: #1822

9 years agoBump v0.27.3
Cheng Zhao [Mon, 8 Jun 2015 05:24:47 +0000 (13:24 +0800)]
Bump v0.27.3

9 years agowin: Fix runing clipboard spec
Cheng Zhao [Mon, 8 Jun 2015 05:22:53 +0000 (13:22 +0800)]
win: Fix runing clipboard spec

9 years agoFix building on Windows, close #1896
Cheng Zhao [Mon, 8 Jun 2015 05:19:56 +0000 (13:19 +0800)]
Fix building on Windows, close #1896

9 years ago:memo: Fix english errors and language
Sam Saccone [Sun, 7 Jun 2015 19:32:54 +0000 (15:32 -0400)]
:memo: Fix english errors and language

9 years agoMerge branch 'linux-build-instructions-issue-vm' into linux-build-instructions-issue...
BobCochran [Sun, 7 Jun 2015 12:22:53 +0000 (08:22 -0400)]
Merge branch 'linux-build-instructions-issue-vm' into linux-build-instructions-issue-1809
Edit the virtual machine section of the instructions.

9 years agoEdited virtual machines sections.
BobCochran [Sun, 7 Jun 2015 12:11:44 +0000 (08:11 -0400)]
Edited virtual machines sections.

9 years ago:memo: Improve devtools documentation
Sam Saccone [Sun, 7 Jun 2015 01:56:13 +0000 (21:56 -0400)]
:memo: Improve devtools documentation

9 years ago:memo: Fix english errors and clarify docs
Sam Saccone [Sun, 7 Jun 2015 01:46:51 +0000 (21:46 -0400)]
:memo: Fix english errors and clarify docs

9 years ago:memo: Fix english errors
Sam Saccone [Sun, 7 Jun 2015 01:42:21 +0000 (21:42 -0400)]
:memo: Fix english errors

9 years agoAdd instructions to clean build products
BobCochran [Sat, 6 Jun 2015 22:04:11 +0000 (18:04 -0400)]
Add instructions to clean build products

9 years agoAdded note and link for poorly documented operation.
Lucidogen Media [Sat, 6 Jun 2015 11:38:00 +0000 (13:38 +0200)]
Added note and link for poorly documented operation.

Accessing renderer process from main process is not documented and as "remote" does the opposite, it seems fair to add a pointer here.

9 years agoAdded ending semicolon for consistency.
Lucidogen Media [Sat, 6 Jun 2015 11:31:22 +0000 (13:31 +0200)]
Added ending semicolon for consistency.

9 years agoFixed example with correct capturePage api.
Lucidogen Media [Sat, 6 Jun 2015 11:20:47 +0000 (13:20 +0200)]
Fixed example with correct capturePage api.

9 years agoEdit linux build instructions based on feedback
BobCochran [Fri, 5 Jun 2015 23:38:30 +0000 (19:38 -0400)]
Edit linux build instructions based on feedback

9 years agodoc: adding info about log-net-log flag
deepak1556 [Fri, 5 Jun 2015 19:29:28 +0000 (00:59 +0530)]
doc: adding info about log-net-log flag

9 years agoFix refreshing test window
Cheng Zhao [Fri, 5 Jun 2015 11:48:58 +0000 (19:48 +0800)]
Fix refreshing test window

9 years agoMerge pull request #1874 from atom/fewer-code
Cheng Zhao [Fri, 5 Jun 2015 10:40:38 +0000 (18:40 +0800)]
Merge pull request #1874 from atom/fewer-code

Remove duplicate code between api::WebContents and NativeWindow

9 years agoAvoid destorying api::WebContents for twice
Cheng Zhao [Fri, 5 Jun 2015 10:13:30 +0000 (18:13 +0800)]
Avoid destorying api::WebContents for twice

9 years agoPut common code of OpenURLFromTab to CommonWebContentsDelegate
Cheng Zhao [Fri, 5 Jun 2015 09:45:17 +0000 (17:45 +0800)]
Put common code of OpenURLFromTab to CommonWebContentsDelegate

9 years agoImplement HTML5 fullscreen in CommonWebContentsDelegate
Cheng Zhao [Fri, 5 Jun 2015 09:27:24 +0000 (17:27 +0800)]
Implement HTML5 fullscreen in CommonWebContentsDelegate

9 years agoRemove devtools APIs from NativeWindow
Cheng Zhao [Fri, 5 Jun 2015 09:01:17 +0000 (17:01 +0800)]
Remove devtools APIs from NativeWindow

9 years agoEnable calling WebContents::openDevTools for BrowserWindow's WebContents
Cheng Zhao [Fri, 5 Jun 2015 07:41:03 +0000 (15:41 +0800)]
Enable calling WebContents::openDevTools for BrowserWindow's WebContents

9 years agoRemove duplicate def of is_guest
Cheng Zhao [Fri, 5 Jun 2015 07:18:15 +0000 (15:18 +0800)]
Remove duplicate def of is_guest

9 years agoMove more methods to CommonWebContentsDelegate
Cheng Zhao [Fri, 5 Jun 2015 07:12:38 +0000 (15:12 +0800)]
Move more methods to CommonWebContentsDelegate

9 years agoManage webview with CommonWebContentsDelegate
Cheng Zhao [Fri, 5 Jun 2015 07:01:51 +0000 (15:01 +0800)]
Manage webview with CommonWebContentsDelegate

9 years agoManage InspectableWebContents in CommonWebContentsDelegate
Cheng Zhao [Fri, 5 Jun 2015 06:55:07 +0000 (14:55 +0800)]
Manage InspectableWebContents in CommonWebContentsDelegate

9 years agoAdd CommonWebContentsDelegate
Cheng Zhao [Fri, 5 Jun 2015 05:49:12 +0000 (13:49 +0800)]
Add CommonWebContentsDelegate

9 years agoUse DefaultWebContentsDelegate in api::WebContents
Cheng Zhao [Fri, 5 Jun 2015 05:41:45 +0000 (13:41 +0800)]
Use DefaultWebContentsDelegate in api::WebContents

9 years agoRemove NativeWindow::CallDevToolsFunction
Cheng Zhao [Fri, 5 Jun 2015 05:32:01 +0000 (13:32 +0800)]
Remove NativeWindow::CallDevToolsFunction

9 years agoUpdate brightray
Cheng Zhao [Fri, 5 Jun 2015 05:27:13 +0000 (13:27 +0800)]
Update brightray

9 years agoMerge pull request #1867 from deepak1556/devtools_workspace_patch
Cheng Zhao [Fri, 5 Jun 2015 05:26:37 +0000 (13:26 +0800)]
Merge pull request #1867 from deepak1556/devtools_workspace_patch

devtools: supporting workspace usage

9 years agoFix typo
Cheng Zhao [Fri, 5 Jun 2015 02:02:42 +0000 (10:02 +0800)]
Fix typo

9 years agoUpdate build instructions for Linux
BobCochran [Fri, 5 Jun 2015 01:03:45 +0000 (21:03 -0400)]
Update build instructions for Linux

9 years agodevtools: supporting workspace usage
deepak1556 [Thu, 4 Jun 2015 16:49:31 +0000 (22:19 +0530)]
devtools: supporting workspace usage

9 years agodocs: Say more about page-visibility option
Cheng Zhao [Thu, 4 Jun 2015 14:42:36 +0000 (22:42 +0800)]
docs: Say more about page-visibility option

9 years agoMerge pull request #1863 from atom/default-menu
Cheng Zhao [Thu, 4 Jun 2015 14:36:33 +0000 (22:36 +0800)]
Merge pull request #1863 from atom/default-menu

Create a default menu for apps ran by default_app

9 years agoMerge pull request #1822 from hokein/crashpad-mac
Cheng Zhao [Thu, 4 Jun 2015 14:11:14 +0000 (22:11 +0800)]
Merge pull request #1822 from hokein/crashpad-mac

Crashpad!

9 years agoRevert "Update libchromiumcontent, fix #1786"
Cheng Zhao [Thu, 4 Jun 2015 13:15:29 +0000 (21:15 +0800)]
Revert "Update libchromiumcontent, fix #1786"

This reverts commit 1314b7c7e56ebf69182b6df6f82534b2a45c3000.

9 years agoMerge pull request #1837 from deepak1556/render_client_patch
Cheng Zhao [Thu, 4 Jun 2015 13:13:55 +0000 (21:13 +0800)]
Merge pull request #1837 from deepak1556/render_client_patch

renderer: option to override page visiblity state

9 years agorenderer: option to override page visiblity state
deepak1556 [Mon, 1 Jun 2015 07:28:20 +0000 (12:58 +0530)]
renderer: option to override page visiblity state

9 years agomac: Do nothing if calling Menu.setApplicationMenu(null)
Cheng Zhao [Thu, 4 Jun 2015 08:14:19 +0000 (16:14 +0800)]
mac: Do nothing if calling Menu.setApplicationMenu(null)

9 years agodocs: Mention how to remove menu bar
Cheng Zhao [Thu, 4 Jun 2015 08:12:29 +0000 (16:12 +0800)]
docs: Mention how to remove menu bar

9 years agoAllow removing menu bar
Cheng Zhao [Thu, 4 Jun 2015 08:10:19 +0000 (16:10 +0800)]
Allow removing menu bar

9 years agoSimplify and polish the code.
Haojian Wu [Thu, 4 Jun 2015 07:52:16 +0000 (15:52 +0800)]
Simplify and polish the code.

9 years agoRemove Menu::AttachToWindow
Cheng Zhao [Thu, 4 Jun 2015 07:32:33 +0000 (15:32 +0800)]
Remove Menu::AttachToWindow

It makes the logic more complex without any benefit

9 years agoAllow settting menu to null
Cheng Zhao [Thu, 4 Jun 2015 07:14:43 +0000 (15:14 +0800)]
Allow settting menu to null

9 years agoCreate a default menu for apps ran by default_app
Cheng Zhao [Thu, 4 Jun 2015 06:54:53 +0000 (14:54 +0800)]
Create a default menu for apps ran by default_app

9 years agoUpdate brightray for #1809
Cheng Zhao [Thu, 4 Jun 2015 06:41:44 +0000 (14:41 +0800)]
Update brightray for #1809

9 years agoFix dialog.showSaveDialog doesn't show the non-exist file name on Linux.
Haojian Wu [Thu, 4 Jun 2015 02:08:16 +0000 (10:08 +0800)]
Fix dialog.showSaveDialog doesn't show the non-exist file name on Linux.

9 years agodocs: python 2.7 is required, close #1830
Cheng Zhao [Wed, 3 Jun 2015 11:27:04 +0000 (19:27 +0800)]
docs: python 2.7 is required, close #1830

9 years agoCheck for nullness when comparing webContents, close #1838
Cheng Zhao [Wed, 3 Jun 2015 10:48:10 +0000 (18:48 +0800)]
Check for nullness when comparing webContents, close #1838

9 years agoMerge pull request #1839 from deepak1556/devtools_api_patch
Cheng Zhao [Wed, 3 Jun 2015 10:31:25 +0000 (18:31 +0800)]
Merge pull request #1839 from deepak1556/devtools_api_patch

devtools: initialise devtoolsWebContents when opened with inspect* apis

9 years agoMerge pull request #1850 from atom/webview-update-process-id
Cheng Zhao [Wed, 3 Jun 2015 07:02:39 +0000 (15:02 +0800)]
Merge pull request #1850 from atom/webview-update-process-id

Don't search NativeWindow or guest view by child process ID

9 years agoClean up code
Cheng Zhao [Wed, 3 Jun 2015 06:53:19 +0000 (14:53 +0800)]
Clean up code

9 years agoFix changing src would calling loadUrl for twice
Cheng Zhao [Wed, 3 Jun 2015 06:33:22 +0000 (14:33 +0800)]
Fix changing src would calling loadUrl for twice

9 years agoClean up code
Cheng Zhao [Wed, 3 Jun 2015 06:17:11 +0000 (14:17 +0800)]
Clean up code

9 years agoDon't rely on process_id to search for NativeWindow
Cheng Zhao [Wed, 3 Jun 2015 06:08:56 +0000 (14:08 +0800)]
Don't rely on process_id to search for NativeWindow

9 years agoOw :poop:, where did that extra space come from?
Seppe Stas [Wed, 3 Jun 2015 05:54:38 +0000 (07:54 +0200)]
Ow :poop:, where did that extra space come from?

9 years agoDon't rely on guest_process_id for searching guest
Cheng Zhao [Wed, 3 Jun 2015 05:45:06 +0000 (13:45 +0800)]
Don't rely on guest_process_id for searching guest

9 years agoFix cpplint error.
Haojian Wu [Wed, 3 Jun 2015 03:31:34 +0000 (11:31 +0800)]
Fix cpplint error.

9 years agoAdd missing crashpad submodule.
Haojian Wu [Wed, 3 Jun 2015 03:13:20 +0000 (11:13 +0800)]
Add missing crashpad submodule.

9 years agoMerge pull request #1849 from atom/remove-devtools-hack
Cheng Zhao [Wed, 3 Jun 2015 02:48:31 +0000 (10:48 +0800)]
Merge pull request #1849 from atom/remove-devtools-hack

Remove AtomResourceDispatcherHostDelegate

9 years agoMerge pull request #1814 from fraserxu/master
Cheng Zhao [Wed, 3 Jun 2015 02:20:59 +0000 (10:20 +0800)]
Merge pull request #1814 from fraserxu/master

convert message to string for window.alert method

9 years agoRemove AtomResourceDispatcherHostDelegate
Cheng Zhao [Wed, 3 Jun 2015 02:08:05 +0000 (10:08 +0800)]
Remove AtomResourceDispatcherHostDelegate

9 years agoUpdate brightray for updates on devtools_ui
Cheng Zhao [Wed, 3 Jun 2015 02:00:29 +0000 (10:00 +0800)]
Update brightray for updates on devtools_ui

9 years agoImplement crash-reporter.getLastLastCrashReport API on OS X.
Haojian Wu [Wed, 3 Jun 2015 01:47:42 +0000 (09:47 +0800)]
Implement crash-reporter.getLastLastCrashReport API on OS X.

9 years agoUpdated tray api docs to reflect changes in ce8aa07
Seppe Stas [Tue, 2 Jun 2015 21:19:49 +0000 (23:19 +0200)]
Updated tray api docs to reflect changes in ce8aa07

9 years agoAdded `bounds` payload to tray `clicked` event
Seppe Stas [Tue, 2 Jun 2015 19:43:37 +0000 (21:43 +0200)]
Added `bounds` payload to tray `clicked` event

Used [Shell_NotifyIconGetRect function](https://msdn.microsoft.com/en-us/library/windows/desktop/dd378426) to get the bounds of the application's tray icon.
Note: only works with Windows 7 and later.

Related to #1159, #1500.

9 years agoSwitch to use crashpad repo under atom org.
Haojian Wu [Tue, 2 Jun 2015 03:46:20 +0000 (11:46 +0800)]
Switch to use crashpad repo under atom org.

9 years agoUpdate crashpad implementation after code review.
Haojian Wu [Tue, 2 Jun 2015 03:41:47 +0000 (11:41 +0800)]
Update crashpad implementation after code review.

9 years agodevtools: initialise devtoolsWebContents when opened with inspect* apis
deepak1556 [Mon, 1 Jun 2015 11:53:44 +0000 (17:23 +0530)]
devtools: initialise devtoolsWebContents when opened with inspect* apis

9 years agoMerge pull request #1834 from hokein/master
Cheng Zhao [Mon, 1 Jun 2015 05:25:31 +0000 (13:25 +0800)]
Merge pull request #1834 from hokein/master

Ship pdf.dll in release, fix #1826

9 years agoShip pdf.dll in release.
Haojian Wu [Mon, 1 Jun 2015 05:03:56 +0000 (13:03 +0800)]
Ship pdf.dll in release.