Alex Warren
51dc8ad70a
Corrections to menu.md
2015-06-09 22:08:34 +01:00
Thomas Tuts
d8cd9b71b0
Clean up Selenium webdriver code example
2015-06-09 18:18:47 +02:00
Thomas Tuts
c78a3ff714
Replace shorthand if-statement notation in Pepper Flash docs
2015-06-09 18:17:38 +02:00
Thomas Tuts
4642630674
Replace shorthand if-statement notation in quick start docs
2015-06-09 18:17:12 +02:00
Thomas Tuts
a6a5d50c3f
Add missing semicolons in devtools extension docs
2015-06-09 18:15:54 +02:00
Thomas Tuts
b4790a7531
Remove trailing commas in desktop environment docs
2015-06-09 18:15:30 +02:00
Thomas Tuts
9199d0df0a
Add missing semicolon in webview tag documentation
2015-06-09 18:14:06 +02:00
Thomas Tuts
a84e6227ef
Remove obsolete space in console log when using multiple arguments
2015-06-09 18:12:34 +02:00
Thomas Tuts
35dcdfc492
Remove trailing comma in tray code example
2015-06-09 18:11:40 +02:00
Thomas Tuts
2f4333b852
Declare one variable per statement in protocol code example
2015-06-09 18:10:02 +02:00
Thomas Tuts
bd1fd9680f
Add missing commas in menu docs
2015-06-09 18:08:27 +02:00
Thomas Tuts
cf79f439ce
Remove trailing commas in menu docs
2015-06-09 18:08:02 +02:00
Thomas Tuts
e829a28947
Clean up code in global shortcut code example
2015-06-09 18:01:09 +02:00
Thomas Tuts
6d756d9d13
Remove trailing commas from dialog filters code example
2015-06-09 17:59:53 +02:00
Thomas Tuts
29abfa68e9
Fix grammar and JS example for Chrome command line switches docs
2015-06-09 16:59:14 +02:00
Thomas Tuts
ab98dcd7cf
Try to clarify docs for window.onbeforeunload()
2015-06-09 16:56:45 +02:00
Thomas Tuts
6494ed6b13
Make platform compatibility notes consistent
2015-06-09 16:51:54 +02:00
Thomas Tuts
8893c9502a
Use consistent naming convention for 'task bar' concept
2015-06-09 16:49:44 +02:00
Thomas Tuts
13b6ed6dc5
Fix several typos and grammar errors
2015-06-09 16:49:21 +02:00
Cheng Zhao
8aa815e6d1
Merge pull request #1907 from timruffles/patch-1
...
doc on how to test with your application
2015-06-09 18:48:52 +08:00
Tim Ruffles
719f68a44b
doc on how to test with your application
2015-06-09 10:29:47 +01:00
Cheng Zhao
4c48f0cd36
Merge pull request #1882 from atom/get_uploaded_report_api
...
Implement crash-reporter.getUploadedReports API
2015-06-09 16:35:08 +08:00
Cheng Zhao
8ef3351846
Merge pull request #1906 from atom/guest-owner-window
...
Fix getting owner window in guest WebContents
2015-06-09 16:23:28 +08:00
Cheng Zhao
9f0ac13edc
Pass embedder when creating WebContents
2015-06-09 15:50:20 +08:00
Cheng Zhao
5459137d3d
Remove unused options for WebContents.create
2015-06-09 15:40:04 +08:00
deepak1556
52b2c0d27f
default to first certificate from cert store
2015-06-09 13:00:20 +05:30
Cheng Zhao
89087d402d
Merge pull request #1873 from atom/multiline-headers
...
Support multiple-line headers in `did-get-response-details'
2015-06-09 12:03:45 +08:00
Haojian Wu
64e84b8f6a
Support multiple-line headers in web-contents `did-get-response-details' event.
2015-06-09 11:18:46 +08:00
Cheng Zhao
24586c1330
Merge pull request #1883 from atom/http-referer-doc
...
📝 Add missing `httpreferer` option doc.
2015-06-09 11:15:44 +08:00
Cheng Zhao
f8c6056eec
Upgrade brightray, fix #1901
2015-06-09 11:10:15 +08:00
Cheng Zhao
03ab9b2686
Merge pull request #1848 from Bitbored/master
...
Added `bounds` payload to tray `clicked` event on Windows
2015-06-09 10:49:01 +08:00
Haojian Wu
f1a8c5a1ca
Use httpReferrer and userAgent new names in webview.
2015-06-09 10:44:54 +08:00
Haojian Wu
488801e244
Rename httpreferrer to httpReferrer, useragent to userAgent.
2015-06-09 10:10:29 +08:00
Haojian Wu
bf1765f941
📝 Add missing useragent
doc.
2015-06-09 10:10:28 +08:00
Haojian Wu
994be9cdab
📝 Add missing httpreferer
option doc.
2015-06-09 10:10:28 +08:00
Cheng Zhao
d4e4c6ca15
docs: Update formats of command line switches
2015-06-09 09:56:19 +08:00
Cheng Zhao
47cb06e201
Update brightray for --log-net-log
2015-06-09 09:52:11 +08:00
Seppe Stas
cac97cca0d
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.
2015-06-08 19:07:46 +02:00
Seppe Stas
16c08e7e37
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)`.
2015-06-08 19:04:56 +02:00
deepak1556
2de5f9de6c
browser: support client certificate
2015-06-08 21:00:32 +05:30
Cheng Zhao
06a3875726
Merge pull request #1880 from deepak1556/net_log_patch
...
doc: adding info about log-net-log flag
2015-06-08 23:13:27 +08:00
Cheng Zhao
1ae8bed96a
Merge pull request #1899 from kirkouimet/guard-for-in-loop
...
Guarding against polluted Object.prototypes
2015-06-08 22:45:43 +08:00
Cheng Zhao
2ec74b5958
Merge pull request #1886 from BobCochran/linux-build-instructions-issue-1809
...
Linux build instructions issue 1809
2015-06-08 22:42:04 +08:00
Cheng Zhao
72ebb2c9fe
Merge pull request #1885 from lucidogen/patch-1
...
Added note and link for poorly documented operation.
2015-06-08 22:33:08 +08:00
Cheng Zhao
52166d2999
Merge pull request #1884 from lucidogen/master
...
Fixed example with correct capturePage api.
2015-06-08 22:32:06 +08:00
Cheng Zhao
676cfa03a1
Merge pull request #1894 from samccone/patch-5
...
📝 Fix english errors and language
2015-06-08 22:31:17 +08:00
Cheng Zhao
64a89fe755
Merge pull request #1889 from samccone/patch-2
...
📝 Fix english errors
2015-06-08 22:30:35 +08:00
Cheng Zhao
2bd03f6eda
Merge pull request #1890 from samccone/patch-3
...
📝 Fix english errors and clarify docs
2015-06-08 22:30:25 +08:00
Cheng Zhao
eeaee1a0b7
Merge pull request #1891 from samccone/patch-4
...
📝 Improve devtools documentation
2015-06-08 22:29:06 +08:00
Cheng Zhao
fed9ef0687
Merge pull request #1860 from atom/dialog-show-file-name
...
Fix dialog.showSaveDialog doesn't show the non-exist file name on Linux.
2015-06-08 19:41:33 +08:00