Kevin Sawicki [Fri, 15 Jan 2016 22:37:51 +0000 (14:37 -0800)]
Rename eslintrc-src to eslintrc-base
Kevin Sawicki [Fri, 15 Jan 2016 22:02:05 +0000 (14:02 -0800)]
Lint spec js files
Kevin Sawicki [Fri, 15 Jan 2016 21:52:42 +0000 (13:52 -0800)]
Add eslint dev dependency
Kevin Sawicki [Fri, 15 Jan 2016 21:52:18 +0000 (13:52 -0800)]
Add initial eslint script
Kevin Sawicki [Fri, 15 Jan 2016 21:37:03 +0000 (13:37 -0800)]
Add initial eslint config
Kevin Sawicki [Fri, 15 Jan 2016 18:17:16 +0000 (10:17 -0800)]
Merge pull request #4122 from atom/remove-cpp-lint-warning
Fix lint errors in archive.cc
Kevin Sawicki [Fri, 15 Jan 2016 18:09:19 +0000 (10:09 -0800)]
Add missing semicolon
Kevin Sawicki [Fri, 15 Jan 2016 18:05:35 +0000 (10:05 -0800)]
Use 2 space indent instead of 3
Cheng Zhao [Fri, 15 Jan 2016 15:58:57 +0000 (23:58 +0800)]
Merge pull request #4118 from Ivshti/patch-1
Ensure we close FD on Windows
Cheng Zhao [Fri, 15 Jan 2016 15:33:25 +0000 (23:33 +0800)]
Merge pull request #4116 from
0b61d29/patch-1
Spelling: bellow → below
Cheng Zhao [Fri, 15 Jan 2016 15:32:39 +0000 (23:32 +0800)]
Merge pull request #4113 from importcjj/master
fix incorrect markdown tag
Cheng Zhao [Fri, 15 Jan 2016 15:24:22 +0000 (23:24 +0800)]
Merge pull request #4111 from evgenyzinoviev/movable
Added an option to prevent a window from being moved on OS X
evgenyzinoviev [Fri, 15 Jan 2016 15:02:23 +0000 (16:02 +0100)]
added a note that this option is only implemented on osx
Ivo Georgiev [Fri, 15 Jan 2016 14:54:29 +0000 (16:54 +0200)]
Ensure we close FD on Windows
Florian Hämmerle [Fri, 15 Jan 2016 12:43:44 +0000 (13:43 +0100)]
spelling: bellow -> below
Cheng Zhao [Fri, 15 Jan 2016 09:24:47 +0000 (17:24 +0800)]
Merge pull request #4082 from atom/web-contents-lifetime
Fix some junk output when running tests
Cheng Zhao [Wed, 13 Jan 2016 09:59:59 +0000 (17:59 +0800)]
Small ajustments on lifetime of webContents
Cheng Zhao [Wed, 13 Jan 2016 09:19:53 +0000 (17:19 +0800)]
spec: Group session.cookies tests
Cheng Zhao [Wed, 13 Jan 2016 09:12:47 +0000 (17:12 +0800)]
spec: Remove annoying outputs from savePage test
Cheng Zhao [Wed, 13 Jan 2016 09:07:18 +0000 (17:07 +0800)]
No need to call sender.callbacks.remove
The IDWeakMap automatically removes the key when object is garbage
collected.
Cheng Zhao [Fri, 15 Jan 2016 08:32:07 +0000 (16:32 +0800)]
Merge pull request #4109 from atom/const
[WIP] Use `const` for requires
Importcjj [Fri, 15 Jan 2016 07:26:16 +0000 (15:26 +0800)]
fix incorrect markdown tag
Cheng Zhao [Fri, 15 Jan 2016 06:27:19 +0000 (14:27 +0800)]
Bump v0.36.4
evgenyzinoviev [Fri, 15 Jan 2016 02:45:19 +0000 (03:45 +0100)]
Added option to prevent a window from being moved on OS X
Jessica Lord [Fri, 15 Jan 2016 02:07:29 +0000 (18:07 -0800)]
Clean up variable declarations
Kevin Sawicki [Fri, 15 Jan 2016 01:50:02 +0000 (17:50 -0800)]
Merge pull request #4110 from atom/add-missing-spec-suffix
Add missing spec suffix to desktopCapturer spec filename
Kevin Sawicki [Fri, 15 Jan 2016 01:04:38 +0000 (17:04 -0800)]
Expand spec description
Jessica Lord [Fri, 15 Jan 2016 01:03:55 +0000 (17:03 -0800)]
:fire: stray `ref`
Kevin Sawicki [Fri, 15 Jan 2016 01:03:51 +0000 (17:03 -0800)]
Add missing -spec suffix to desktop capturer spec
Jessica Lord [Thu, 14 Jan 2016 23:48:09 +0000 (15:48 -0800)]
Merge pull request #4102 from Mingling94/documentation
Styled the removeListener & removeAllListeners
Jessica Lord [Thu, 14 Jan 2016 23:44:33 +0000 (15:44 -0800)]
Inline `var`
Jessica Lord [Thu, 14 Jan 2016 22:20:06 +0000 (14:20 -0800)]
Use `const`
Jessica Lord [Thu, 14 Jan 2016 22:11:50 +0000 (14:11 -0800)]
Use `const`
Jessica Lord [Thu, 14 Jan 2016 21:21:11 +0000 (13:21 -0800)]
Use `const`
Jessica Lord [Thu, 14 Jan 2016 21:18:52 +0000 (13:18 -0800)]
Use `const`
Jessica Lord [Thu, 14 Jan 2016 21:16:42 +0000 (13:16 -0800)]
Use `const`
Kevin Sawicki [Thu, 14 Jan 2016 22:10:26 +0000 (14:10 -0800)]
Merge pull request #4106 from atom/clean-up-comments
Clean up comments from CoffeeScript migration
Kevin Sawicki [Thu, 14 Jan 2016 19:10:12 +0000 (11:10 -0800)]
Remove extra newlines around comments
Kevin Sawicki [Thu, 14 Jan 2016 18:44:21 +0000 (10:44 -0800)]
Use // for multi-line comments
Kevin Sawicki [Thu, 14 Jan 2016 18:35:29 +0000 (10:35 -0800)]
Use // for single line comments
Ming Luo [Thu, 14 Jan 2016 14:27:24 +0000 (09:27 -0500)]
Styled the removeListener & removeAllListeners
They were previously not written with the same style as other parts of
the doc. Also there was a couple grammar errors
Cheng Zhao [Thu, 14 Jan 2016 12:48:14 +0000 (20:48 +0800)]
GetHttpCacheInIO => DoCacheActionInIO
Cheng Zhao [Thu, 14 Jan 2016 12:18:21 +0000 (20:18 +0800)]
Merge pull request #4098 from deepak1556/session_cache_size_patch
session: api to get current cache size
Robo [Thu, 14 Jan 2016 09:31:54 +0000 (15:01 +0530)]
session: api to get current cache size
Cheng Zhao [Thu, 14 Jan 2016 04:22:57 +0000 (12:22 +0800)]
Merge pull request #4091 from deepak1556/webview_attributes_patch
webview: respect properties provided during webview creation
Cheng Zhao [Thu, 14 Jan 2016 04:19:47 +0000 (12:19 +0800)]
Merge pull request #4088 from Mingling94/documentation
Detail ipc.removeListener & ipc.removeAllListeners
Plusb Preco [Mon, 11 Jan 2016 04:11:10 +0000 (13:11 +0900)]
:memo: Update as upstream
[ci skip]
Cheng Zhao [Thu, 14 Jan 2016 01:48:18 +0000 (09:48 +0800)]
Merge pull request #4089 from yamatoya/master
Add Japanese translated docs.
Robo [Wed, 13 Jan 2016 17:02:41 +0000 (22:32 +0530)]
webview: respect properties provided during webview creation
Kevin Sawicki [Wed, 13 Jan 2016 17:00:17 +0000 (09:00 -0800)]
Merge pull request #4090 from lukeapage/patch-5
docs - fix typo leading to bad link
Luke Page [Wed, 13 Jan 2016 16:52:07 +0000 (16:52 +0000)]
docs - fix typo leading to bad link
大和屋 貴仁 [Wed, 13 Jan 2016 16:33:06 +0000 (01:33 +0900)]
Add Japanese translated docs.
Ming Luo [Wed, 13 Jan 2016 15:18:12 +0000 (10:18 -0500)]
Detail ipc.removeListener & ipc.removeAllListeners
Cheng Zhao [Wed, 13 Jan 2016 08:18:37 +0000 (16:18 +0800)]
Merge pull request #4071 from deepak1556/session_flush_data_patch
session: api to flush DOMStorage data
Cheng Zhao [Wed, 13 Jan 2016 08:17:49 +0000 (16:17 +0800)]
Merge pull request #4080 from atom/insert-text
Add insertText API for webFrame, webContents and webview tag
Cheng Zhao [Wed, 13 Jan 2016 06:58:16 +0000 (14:58 +0800)]
Unlisten the zoom-level-changed event when webview is detached
Cheng Zhao [Wed, 13 Jan 2016 06:47:39 +0000 (14:47 +0800)]
Fix crash when closing page with webview
Cheng Zhao [Wed, 13 Jan 2016 04:46:13 +0000 (12:46 +0800)]
Change webview's zoom level on JavaScript side
Cheng Zhao [Wed, 13 Jan 2016 04:20:49 +0000 (12:20 +0800)]
docs: webFrame.executeJavaScript
Cheng Zhao [Wed, 13 Jan 2016 04:17:56 +0000 (12:17 +0800)]
Handle default parameter of executeJavaScript in C++
Cheng Zhao [Wed, 13 Jan 2016 04:11:46 +0000 (12:11 +0800)]
Handle executeJavaScript in JavaScript
Cheng Zhao [Wed, 13 Jan 2016 03:55:49 +0000 (11:55 +0800)]
Add insertText to WebContents
Robo [Tue, 12 Jan 2016 15:28:12 +0000 (20:58 +0530)]
session: api to flush DOMStorage data
Cheng Zhao [Wed, 13 Jan 2016 03:21:16 +0000 (11:21 +0800)]
Add webFrame.insertText API
Cheng Zhao [Wed, 13 Jan 2016 03:13:04 +0000 (11:13 +0800)]
Merge pull request #4065 from atom/coffee-to-js
[WIP] Convert from CoffeeScript to JavaScript
Cheng Zhao [Wed, 13 Jan 2016 01:57:52 +0000 (09:57 +0800)]
Merge pull request #4075 from j5a/japanese-translation-patch
Add and update Japanese translated docs.
Kevin Sawicki [Tue, 12 Jan 2016 01:39:11 +0000 (17:39 -0800)]
Add wrapper functions to mirror old CoffeeScript
Kevin Sawicki [Tue, 12 Jan 2016 01:30:10 +0000 (17:30 -0800)]
:art:
Kevin Sawicki [Tue, 12 Jan 2016 01:29:40 +0000 (17:29 -0800)]
Copy JS files to tempdir before packing asar
Kevin Sawicki [Tue, 12 Jan 2016 01:02:08 +0000 (17:02 -0800)]
Remove coffee compile script
Kevin Sawicki [Tue, 12 Jan 2016 01:01:35 +0000 (17:01 -0800)]
Remove CoffeeScript register in specs
Kevin Sawicki [Tue, 12 Jan 2016 01:01:14 +0000 (17:01 -0800)]
Expect .js specs
Kevin Sawicki [Tue, 12 Jan 2016 01:00:59 +0000 (17:00 -0800)]
Convert gyp targets to use JavaScript
Kevin Sawicki [Tue, 12 Jan 2016 00:44:11 +0000 (16:44 -0800)]
Remove unused dependencies
Kevin Sawicki [Tue, 12 Jan 2016 00:44:01 +0000 (16:44 -0800)]
Remove coffeelint usage
Kevin Sawicki [Tue, 12 Jan 2016 02:40:23 +0000 (18:40 -0800)]
Convert all source files to JavaScript
Kevin Sawicki [Tue, 12 Jan 2016 02:03:02 +0000 (18:03 -0800)]
Migrate to block comments
Joe Naha [Tue, 12 Jan 2016 23:46:14 +0000 (08:46 +0900)]
:memo: Add and update Japanese translated docs.
[ci skip]
Cheng Zhao [Tue, 12 Jan 2016 15:45:59 +0000 (23:45 +0800)]
Merge pull request #4070 from atom/flash-drm
Respond to GetDeviceID message from pepper plugin
Cheng Zhao [Tue, 12 Jan 2016 15:17:07 +0000 (23:17 +0800)]
Use volume serial number as device id
Cheng Zhao [Tue, 12 Jan 2016 14:17:24 +0000 (22:17 +0800)]
Import PepperFlashDRMHost class
Cheng Zhao [Tue, 12 Jan 2016 13:40:18 +0000 (21:40 +0800)]
Merge pull request #4069 from atom/destroyed-webcontents-methods
Destroy the native class when webContents is destroyed
Cheng Zhao [Tue, 12 Jan 2016 13:15:12 +0000 (21:15 +0800)]
spec: Calling methods of destroyed webContents should not crash
Cheng Zhao [Tue, 12 Jan 2016 13:10:24 +0000 (21:10 +0800)]
Destroy the native class when webContents is destroyed
Cheng Zhao [Tue, 12 Jan 2016 12:46:47 +0000 (20:46 +0800)]
Upgrade to Chrome 47.0.2526.110
Cheng Zhao [Tue, 12 Jan 2016 02:59:45 +0000 (10:59 +0800)]
docs: Mention the session object
Cheng Zhao [Tue, 12 Jan 2016 02:07:45 +0000 (10:07 +0800)]
Merge pull request #4062 from j5a/master
Update some Japanese translated docs.
Kevin Sawicki [Mon, 11 Jan 2016 18:52:33 +0000 (10:52 -0800)]
Merge pull request #4064 from weiway/patch-1
missing "var" in line 201 menu.md
Wei Wang [Mon, 11 Jan 2016 18:47:32 +0000 (10:47 -0800)]
missing "var" in line 201 menu.md
in line 201 at menu.md,
should be ```var menu = Menu.buildFromTemplate(template);```
Joe Naha [Mon, 11 Jan 2016 17:58:50 +0000 (02:58 +0900)]
:memo: Update some Japanese translated docs.
[ci skip]
Cheng Zhao [Mon, 11 Jan 2016 14:57:00 +0000 (22:57 +0800)]
Merge pull request #4058 from kyku/master
Pass --touch-devices to chromium contents under X11
Cheng Zhao [Mon, 11 Jan 2016 14:53:38 +0000 (22:53 +0800)]
Merge pull request #4057 from princejwesley/browser-window
Return null for no focused window when calling BrowserWindow.getFocusedWindow
Cheng Zhao [Mon, 11 Jan 2016 14:45:34 +0000 (22:45 +0800)]
Cleanup docs and code of setProxy
Cheng Zhao [Mon, 11 Jan 2016 13:49:15 +0000 (21:49 +0800)]
Merge pull request #4046 from deepak1556/session_proxy_patch
session: allow user to isolate pac script and proxy bypass rules
Cheng Zhao [Mon, 11 Jan 2016 13:42:54 +0000 (21:42 +0800)]
Merge pull request #4056 from cdaringe/patch-1
Specify enumerable property accessibility
Cheng Zhao [Mon, 11 Jan 2016 13:42:10 +0000 (21:42 +0800)]
Merge pull request #4054 from yamatoya/master
Add Japanese translation documentation for faq and tutorial
Cheng Zhao [Mon, 11 Jan 2016 13:12:07 +0000 (21:12 +0800)]
Fix style issues of #4029
Cheng Zhao [Mon, 11 Jan 2016 12:58:03 +0000 (20:58 +0800)]
Merge pull request #4029 from leethomas/show-message-box-default-button
Show message box default button
Cheng Zhao [Mon, 11 Jan 2016 12:52:32 +0000 (20:52 +0800)]
docs: Update link of VS Community
Also fix the version of VS requried.
Close #3962.
Krzysztof [Mon, 11 Jan 2016 11:23:53 +0000 (12:23 +0100)]
Pass --touch-devices to chromium contents under X11