Cheng Zhao
341341bf28
Rename select-certificate to select-client-certificate
2015-11-18 10:10:21 +08:00
Cheng Zhao
9a0dc3bfd7
Add Delegate for AtomBrowserClient
2015-11-18 10:07:03 +08:00
Howard.Zuo
c2eddb20f7
use loadURL since loadUrl is deprecated
2015-11-18 09:37:45 +08:00
Ben Gotow
1022179a1f
Improve exception messages from remote calls
...
Spent a while tracking down `Error processing argument -1`, caused by a missing param (`app.exit()` now takes an exit code.) Improve the rpc-server so that it prints the function name when possible, so it's much easier to identify which remote call is causing the error.
2015-11-17 17:36:37 -08:00
Plusb Preco
d129aa9085
Update as upstream
2015-11-18 09:50:14 +09:00
Plusb Preco
0e8ab0688d
Fix wrong markdown
2015-11-18 09:43:28 +09:00
Plusb Preco
0dd14ad204
'app-command' event is only available in Windows
2015-11-18 09:36:14 +09:00
Plusb Preco
7cc965b178
Translate docs
2015-11-18 09:21:49 +09:00
Plusb Preco
57aecbc415
Small changes
2015-11-18 07:09:10 +09:00
Ben Gotow
9c69416e32
Fix sizing of Mac OS X tray icon after image change
...
- Consolidate logic that applies view dimensions into a function
- Use `NSVariableStatusItemLength` instead of trying to sync status item width
- Use modern Obj-C syntax `@[], @{}` in a few places
- Recompute view bounds after updating image in `setImage:`
2015-11-17 13:43:55 -08:00
Plusb Preco
c21d7b537a
Update as upstream
2015-11-18 03:40:58 +09:00
Plusb Preco
78dac21b84
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-11-18 03:10:18 +09:00
Plusb Preco
b4eca40d07
Improve grammar
...
* Improve grammar
* Standardize docs
* Fix typos
2015-11-18 03:09:51 +09:00
Plusb Preco
456154a6a2
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-11-18 02:13:01 +09:00
Plusb Preco
247a0a8ae2
Add BrowserWindow translation
2015-11-18 02:12:40 +09:00
Cheng Zhao
ab54fedc9a
Merge pull request #3469 from atom/cleanup-verify-certificate
...
Emit verify-certificate only when default verifier fails
2015-11-17 21:57:58 +08:00
Cheng Zhao
961ee5a4d9
Rename verify-certificate to untrusted-certificate
2015-11-17 21:41:36 +08:00
Cheng Zhao
ebe66daa56
Emit verify-certificate only when default verifier fails
2015-11-17 21:36:36 +08:00
Cheng Zhao
e3517b701e
Create a new CertVerifierRequest for each request
...
It greatly simplifies the code.
2015-11-17 19:44:55 +08:00
Cheng Zhao
ea1e4160ea
Move AtomSSLConfigService to atom/browser/net
2015-11-17 19:05:38 +08:00
Cheng Zhao
37f355724a
Move AtomCertVerifier to atom/browser/net
2015-11-17 19:03:09 +08:00
Cheng Zhao
217311ef21
No need to use weak reference
...
Ref-counting manages everything.
2015-11-17 19:00:33 +08:00
Cheng Zhao
24f573eceb
Merge pull request #3344 from deepak1556/certificate_verifier_api_patch
...
session: api to allow handling certificate verification
2015-11-17 18:53:35 +08:00
Moises lopes ferreira
855c1ead00
Portuguese translation of coding-style.md
2015-11-17 18:42:03 +08:00
Cheng Zhao
9a9f912f24
Merge pull request #3464 from dongjoon-hyun/add_missing_translations_in_menu_items
...
Add missing Korean translations in menu-item.md
2015-11-17 18:20:17 +08:00
Dongjoon Hyun
5995451366
Add missing translations
2015-11-17 16:49:08 +09:00
tom
099da729c7
Added korean translations for webContents
2015-11-17 11:58:37 +08:00
Cheng Zhao
69a6e80ab8
Merge pull request #3462 from atom/absolut-url-docs
...
docs: Use absolute URLs
2015-11-17 11:50:19 +08:00
Cheng Zhao
68099a71b0
docs: Use absolute URLs
...
Relative paths in GitHub's repo do not work very well, and our docs site
can not recognize them.
2015-11-17 11:47:57 +08:00
Cheng Zhao
b4d3c8f248
Merge pull request #3460 from preco21/master
...
Small fixes, add translation
2015-11-17 11:42:57 +08:00
Cheng Zhao
3b826ed1a5
Update brightray: fix #3458
2015-11-17 11:22:14 +08:00
Plusb Preco
ee12dc3d17
Improve grammar
2015-11-17 11:22:05 +09:00
Plusb Preco
83dfef2e66
Fix missed changes
2015-11-17 10:53:24 +09:00
Plusb Preco
5b8e94ca28
Improve grammar
2015-11-17 10:50:06 +09:00
Plusb Preco
7ef347e69e
Small changes
2015-11-17 10:44:30 +09:00
Plusb Preco
d05def1e3e
Small changes
2015-11-17 05:17:24 +09:00
Plusb Preco
f312a4e6ec
Change the translation encoding
2015-11-17 05:09:27 +09:00
Plusb Preco
66816ea2e0
Add Mac App Store guide translation
2015-11-17 05:05:11 +09:00
Robo
92c3ee8e16
use delegate to notify verification requests
2015-11-16 20:45:49 +05:30
Plusb Preco
62e6332366
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-11-16 23:55:46 +09:00
Plusb Preco
7dcc537359
Update as upstream
2015-11-16 23:47:09 +09:00
Cheng Zhao
202d2eeb8a
Merge pull request #3454 from brenca/keyboard-pr
...
Adding further options to specify the character being sent with sendInputEvent (keyboard)
2015-11-16 22:13:09 +08:00
Heilig Benedek
14740eeb8a
Merging keyCode and keyIdentifier and adjusting the docs accordingly
2015-11-16 14:51:26 +01:00
Cheng Zhao
1d800d5e26
Merge pull request #3432 from deepak1556/navigation_patch
...
browser: fix reloadignoringcache api
2015-11-16 20:55:16 +08:00
Cheng Zhao
9e70d35afa
Bump v0.35.0
2015-11-16 16:48:51 +08:00
Cheng Zhao
728a5db3b4
Update brightray: fix building on Windows
2015-11-16 16:47:51 +08:00
Cheng Zhao
feedd0c43d
Merge pull request #3456 from meowlab/improve-translation-zh-CN
...
Fix a dead link and add a new Chinese document translation
2015-11-16 16:29:09 +08:00
Cheng Zhao
3f0f1a2ce9
Update brightray
2015-11-16 16:18:57 +08:00
Cheng Zhao
2a9a66144c
Merge pull request #3453 from preco21/master
...
Update as upstream
2015-11-16 16:11:51 +08:00
Cheng Zhao
0f89573719
Merge pull request #3441 from brenca/master
...
Fixing memory leak in FrameSubscriber
2015-11-16 16:03:58 +08:00