Kevin Sawicki [Thu, 28 Apr 2016 17:10:47 +0000 (10:10 -0700)]
Remove empty _init
Kevin Sawicki [Thu, 28 Apr 2016 17:04:39 +0000 (10:04 -0700)]
Remove deprecated BrowserWindow options specs
Kevin Sawicki [Thu, 28 Apr 2016 17:02:34 +0000 (10:02 -0700)]
Remove support for translating hyphenated options
Kevin Sawicki [Thu, 28 Apr 2016 16:58:59 +0000 (09:58 -0700)]
Update specs for internal module require
Kevin Sawicki [Thu, 28 Apr 2016 16:58:04 +0000 (09:58 -0700)]
Remove .only call
Kevin Sawicki [Thu, 28 Apr 2016 16:57:55 +0000 (09:57 -0700)]
Remove ipc.js files
Kevin Sawicki [Thu, 28 Apr 2016 16:54:22 +0000 (09:54 -0700)]
Remove hideInternalModules API
Kevin Sawicki [Thu, 28 Apr 2016 16:52:22 +0000 (09:52 -0700)]
Don't export deprecate API
Kevin Sawicki [Thu, 28 Apr 2016 16:50:33 +0000 (09:50 -0700)]
Remove deprecated main process ipc module
Kevin Sawicki [Thu, 28 Apr 2016 16:49:48 +0000 (09:49 -0700)]
Remove deprecated ipc module
Kevin Sawicki [Thu, 28 Apr 2016 16:48:13 +0000 (09:48 -0700)]
Remove deprecated crashReporter.start options
Kevin Sawicki [Thu, 28 Apr 2016 16:42:06 +0000 (09:42 -0700)]
Remove deprecated options check in BrowserWindow
Kevin Sawicki [Thu, 28 Apr 2016 16:39:37 +0000 (09:39 -0700)]
Remove hyphenated options
Kevin Sawicki [Thu, 28 Apr 2016 16:38:05 +0000 (09:38 -0700)]
Remove deprecated APIs
Kevin Sawicki [Fri, 6 May 2016 17:12:02 +0000 (10:12 -0700)]
Merge pull request #5425 from electron/remove-atom-org-links
Update links to electron org in docs
Kevin Sawicki [Fri, 6 May 2016 17:09:24 +0000 (10:09 -0700)]
Update links to electron org
Kevin Sawicki [Fri, 6 May 2016 17:11:33 +0000 (10:11 -0700)]
Merge pull request #5424 from electron/windows-installer-docs
Link to electron-winstaller
Kevin Sawicki [Fri, 6 May 2016 17:05:12 +0000 (10:05 -0700)]
Link to electron-winstaller
Kevin Sawicki [Fri, 6 May 2016 16:59:58 +0000 (09:59 -0700)]
Merge pull request #5423 from electron/fix-spacing-app-doc
Fix spacing on lines and url
Jessica Lord [Fri, 6 May 2016 16:56:07 +0000 (18:56 +0200)]
Fix spacing on lines and url
Cheng Zhao [Thu, 5 May 2016 02:16:16 +0000 (11:16 +0900)]
Merge pull request #5388 from electron/default-app-styling
Make the drag box fill the remaining height of window in default app
Cheng Zhao [Wed, 4 May 2016 08:50:45 +0000 (17:50 +0900)]
Fix margin of elements in flex
Cheng Zhao [Wed, 4 May 2016 08:43:21 +0000 (17:43 +0900)]
Remove some unnecessary css rules
Cheng Zhao [Wed, 4 May 2016 08:38:03 +0000 (17:38 +0900)]
Make the drag box fill the remaining height of window
Cheng Zhao [Wed, 4 May 2016 07:52:48 +0000 (16:52 +0900)]
Merge pull request #5367 from sindresorhus/patch-1
improve the `webContents.openDevTools` docs
Paul Betts [Tue, 3 May 2016 16:28:45 +0000 (09:28 -0700)]
Merge pull request #5382 from danhp/patch-1
Fix Windows debug doc pointing to OS X
Daniel Pham [Tue, 3 May 2016 15:51:57 +0000 (11:51 -0400)]
:memo: Fix Windows debug doc pointing to OS X
[ci skip]
Cheng Zhao [Tue, 3 May 2016 13:23:31 +0000 (22:23 +0900)]
Merge pull request #5377 from electron/custom_compiler
Add more options for building on Linux
Cheng Zhao [Tue, 3 May 2016 00:38:15 +0000 (09:38 +0900)]
Do not download clang on Windows
Cheng Zhao [Tue, 3 May 2016 00:31:39 +0000 (09:31 +0900)]
Ignore CC and CXX if user didn't change build configuration
Cheng Zhao [Mon, 2 May 2016 23:29:23 +0000 (08:29 +0900)]
docs: The building environment variables
Kevin Sawicki [Mon, 2 May 2016 16:26:14 +0000 (09:26 -0700)]
Merge pull request #5372 from electron/update-appveyor
Update link to AppVeyor build badge
Kevin Sawicki [Mon, 2 May 2016 15:59:25 +0000 (08:59 -0700)]
Update link to AppVeyor build badge
Cheng Zhao [Mon, 2 May 2016 13:32:43 +0000 (22:32 +0900)]
docs: Introduce clang flags
Cheng Zhao [Mon, 2 May 2016 12:38:17 +0000 (12:38 +0000)]
Avoid overriding environment variables
Cheng Zhao [Mon, 2 May 2016 12:15:10 +0000 (12:15 +0000)]
Fix logic errors
Cheng Zhao [Mon, 2 May 2016 12:19:16 +0000 (21:19 +0900)]
Convert --clang_dir and --disable_clang to --defines
Cheng Zhao [Mon, 2 May 2016 11:06:21 +0000 (20:06 +0900)]
Pass --disable_clang and --clang_dir to libchromiumcontent
Cheng Zhao [Mon, 2 May 2016 10:07:22 +0000 (19:07 +0900)]
Merge pull request #5366 from electron/bootstrap-libchromiumcontent
Add --build_libchromiumcontent command line switch
Cheng Zhao [Mon, 2 May 2016 07:45:48 +0000 (07:45 +0000)]
Update modules before calling build_libchromiumcontent
Sindre Sorhus [Mon, 2 May 2016 07:39:46 +0000 (14:39 +0700)]
improve the `webContents.openDevTools` docs
consistent value notation and explain the difference between `undocked` and `detach` mode.
Cheng Zhao [Mon, 2 May 2016 07:38:58 +0000 (16:38 +0900)]
Fix pylint warnings
Cheng Zhao [Mon, 2 May 2016 07:35:33 +0000 (16:35 +0900)]
docs: the --build_libchromiumcontent switch
Cheng Zhao [Mon, 2 May 2016 07:26:18 +0000 (16:26 +0900)]
docs: Cleanup unnecessary parts in build-instructions-linux.md
Cheng Zhao [Mon, 2 May 2016 07:04:50 +0000 (16:04 +0900)]
Add --build_libchromiumcontent option
Cheng Zhao [Mon, 2 May 2016 01:08:20 +0000 (10:08 +0900)]
Merge pull request #5365 from TyanNN/master
Translated application distribution and application packaging to ru_RU
Cheng Zhao [Mon, 2 May 2016 00:43:35 +0000 (09:43 +0900)]
Merge pull request #5360 from miniak/patch-1
Fix systemPreferences docs
TyanNN [Sun, 1 May 2016 18:18:49 +0000 (21:18 +0300)]
Translated application distribution and application packaging to ru_RU
Milan Burda [Sat, 30 Apr 2016 15:50:04 +0000 (17:50 +0200)]
Fix systemPreferences docs
Cheng Zhao [Sun, 1 May 2016 05:34:00 +0000 (14:34 +0900)]
Merge pull request #5361 from preco21/korean-docs
docs: Update Korean docs as upstream
Cheng Zhao [Sun, 1 May 2016 02:46:15 +0000 (11:46 +0900)]
Merge pull request #5357 from TyanNN/master
Translated Quickstart to ru_RU
Plusb Preco [Sat, 30 Apr 2016 17:46:19 +0000 (02:46 +0900)]
:memo: Update Korean docs as upstream
[ci skip]
Plusb Preco [Sat, 30 Apr 2016 17:10:23 +0000 (02:10 +0900)]
:memo: Update Korean docs as upstream
[ci skip]
Plusb Preco [Sat, 30 Apr 2016 16:53:21 +0000 (01:53 +0900)]
:memo: Update Korean docs as upstream
[ci skip]
Plusb Preco [Sat, 30 Apr 2016 16:12:54 +0000 (01:12 +0900)]
:memo: Improve grammar
[ci skip]
Plusb Preco [Sat, 30 Apr 2016 16:11:21 +0000 (01:11 +0900)]
:memo: Fix typos
[ci skip]
Cheng Zhao [Sat, 30 Apr 2016 15:10:34 +0000 (00:10 +0900)]
Merge pull request #5359 from electron/windows-pdb
Upload PDBs to Windows symbol server
Cheng Zhao [Sat, 30 Apr 2016 12:43:33 +0000 (21:43 +0900)]
Revert "Don't upload PDB files in CI"
This reverts commit
7ab8134613577b9092f5e8e81f1c883174bee222.
Cheng Zhao [Sat, 30 Apr 2016 12:21:11 +0000 (21:21 +0900)]
Revert "Run tests for branches on appveyor"
This reverts commit
33370b18b3f468a3eb501e45c35626cdb031a81d.
This commit was wrongly pushed.
Cheng Zhao [Sat, 30 Apr 2016 12:18:23 +0000 (21:18 +0900)]
Merge pull request #5358 from electron/windows-ci
Run tests on Windows CI machine
Cheng Zhao [Sat, 30 Apr 2016 11:51:09 +0000 (20:51 +0900)]
Fix specs on Windows when running without desktop session
Cheng Zhao [Sat, 30 Apr 2016 11:41:45 +0000 (20:41 +0900)]
Run tests for branches on appveyor
TyanNN [Sat, 30 Apr 2016 10:54:19 +0000 (13:54 +0300)]
Translated Quickstart to ru_RU
Cheng Zhao [Sat, 30 Apr 2016 09:21:18 +0000 (18:21 +0900)]
Fix a few failing tests on Windows
Cheng Zhao [Sat, 30 Apr 2016 08:52:53 +0000 (17:52 +0900)]
Remove the output file after testing
Cheng Zhao [Sat, 30 Apr 2016 08:47:29 +0000 (17:47 +0900)]
Make sure output is written when test fails
Cheng Zhao [Sat, 30 Apr 2016 08:17:23 +0000 (17:17 +0900)]
Also run tests on 32bit Windows
Cheng Zhao [Sat, 30 Apr 2016 08:05:52 +0000 (17:05 +0900)]
Do not write to stdout in Electron when running on win32 CI machine
This makes Electron crash on CI machine somehow.
Cheng Zhao [Sat, 30 Apr 2016 06:38:23 +0000 (15:38 +0900)]
Make win32 CI machine run tests
Cheng Zhao [Sat, 30 Apr 2016 03:13:07 +0000 (12:13 +0900)]
Merge pull request #5353 from electron/update-old-bracket-notation-in-translations
update all references to old atom-log bracket notation
Cheng Zhao [Sat, 30 Apr 2016 02:59:44 +0000 (11:59 +0900)]
Merge pull request #5349 from electron/link-to-electron-prebuilt
describe electron-prebuilt and link to it
Cheng Zhao [Sat, 30 Apr 2016 02:56:50 +0000 (11:56 +0900)]
Merge pull request #5346 from electron/update-quick-start-code
update quick-start code to match quick-start repo
Zeke Sikelianos [Sat, 30 Apr 2016 01:35:02 +0000 (18:35 -0700)]
update all references to old atom-log bracket notation
Kevin Sawicki [Fri, 29 Apr 2016 20:34:02 +0000 (13:34 -0700)]
Merge pull request #5347 from rhedshi/patch-1
Update mac-app-store-submission-guide.md
Zeke Sikelianos [Fri, 29 Apr 2016 20:32:00 +0000 (13:32 -0700)]
describe electron-prebuilt and link to it
rhedshi [Fri, 29 Apr 2016 20:28:41 +0000 (13:28 -0700)]
Update mac-app-store-submission-guide.md
Zeke Sikelianos [Fri, 29 Apr 2016 20:17:50 +0000 (13:17 -0700)]
update quick-start code to match quick-start repo
Cheng Zhao [Fri, 29 Apr 2016 10:55:59 +0000 (19:55 +0900)]
Bump v0.37.8
Cheng Zhao [Fri, 29 Apr 2016 11:36:27 +0000 (20:36 +0900)]
Merge pull request #5340 from electron/create-user-data
Make sure the userData directory is created before ready event
Cheng Zhao [Fri, 29 Apr 2016 11:20:52 +0000 (20:20 +0900)]
Make sure the userData directory is created before ready event
Plusb Preco [Fri, 29 Apr 2016 01:32:33 +0000 (10:32 +0900)]
:memo: Small fixes
[ci skip]
Arif Çakıroğlu [Thu, 28 Apr 2016 23:28:46 +0000 (02:28 +0300)]
added accelerator.md to api folders and translated (#5316)
* added accelerator.md to api folders and translated :tada:
* added file-object.md to api folder and translated
* added all folders to /tr-TR for broken links
* removed untouched documentation file
* broken link fix
Cheng Zhao [Thu, 28 Apr 2016 23:24:55 +0000 (08:24 +0900)]
Merge pull request #5334 from miniak/fix-screen-events
Fix #3075 by not caching the displays (id is not persistent on Windows)
Cheng Zhao [Thu, 28 Apr 2016 23:22:26 +0000 (08:22 +0900)]
Merge pull request #5332 from Stone-Jay/patch-7
Update desktop-environment-integration.md (zh-CN)
Kevin Sawicki [Thu, 28 Apr 2016 16:27:33 +0000 (09:27 -0700)]
Merge pull request #5300 from electron/default-app-styles
Update default app styles
Kevin Sawicki [Wed, 27 Apr 2016 22:41:36 +0000 (15:41 -0700)]
Remove header link hover color
Kevin Sawicki [Wed, 27 Apr 2016 22:37:03 +0000 (15:37 -0700)]
Add links to nav bar
simurai [Wed, 27 Apr 2016 01:50:21 +0000 (10:50 +0900)]
Make drag&drop text wrap-able
simurai [Wed, 27 Apr 2016 01:42:03 +0000 (10:42 +0900)]
Fix logo
So the inner dot is filled
Kevin Sawicki [Tue, 26 Apr 2016 17:07:05 +0000 (10:07 -0700)]
Use default cursor on holder area
Kevin Sawicki [Tue, 26 Apr 2016 17:06:46 +0000 (10:06 -0700)]
Tweak header text color
Kevin Sawicki [Tue, 26 Apr 2016 16:30:55 +0000 (09:30 -0700)]
:art:
Kevin Sawicki [Tue, 26 Apr 2016 16:30:37 +0000 (09:30 -0700)]
Tweak link style
Kevin Sawicki [Tue, 26 Apr 2016 16:28:50 +0000 (09:28 -0700)]
Tweak font weight on holder div
Kevin Sawicki [Tue, 26 Apr 2016 16:25:46 +0000 (09:25 -0700)]
Tweak font
Kevin Sawicki [Tue, 26 Apr 2016 16:16:59 +0000 (09:16 -0700)]
Update header colors
Milan Burda [Thu, 28 Apr 2016 15:46:41 +0000 (17:46 +0200)]
Fix #3075 by not caching the displays (id is not persistent on Windows)
StoneStoneStone [Thu, 28 Apr 2016 14:30:14 +0000 (22:30 +0800)]
Update desktop-environment-integration.md
Cheng Zhao [Thu, 28 Apr 2016 11:14:58 +0000 (20:14 +0900)]
Merge pull request #5320 from deepak1556/desktopcapture_api_patch
renderer: fix desktop capture api not responding different subsequest calls
deepak1556 [Wed, 27 Apr 2016 20:32:14 +0000 (02:02 +0530)]
renderer: fix desktop capture api not responding different subsequest calls