Eran Tiktin
db3e27ceaa
Fix create_chrome_version_h
in bootstrap.py
...
The code was supposed to compare the content of the existing file with
the new content and only replace the file if the content was different,
but it had a fatal flow. It opened the existing file with 'w+' or 'wb+'
and they both truncate the file, so the compare was always false and we
always overwrote the file.
The updated code compares the file content ignoring line endings and
writes the file only if its different or if it didn't exist.
2015-09-07 21:55:02 +03:00
Eran Tiktin
b521e45ef8
Revert "Remove chrome_version.h from git"
...
This reverts commit dcbd8316df
.
2015-09-07 19:51:37 +03:00
Eran Tiktin
ad6e67fdfa
Revert "Add chrome_version.h to gitignore"
...
This reverts commit 41e1555cf4
.
2015-09-07 19:51:28 +03:00
Eran Tiktin
41e1555cf4
Add chrome_version.h to gitignore
2015-09-05 01:11:37 +03:00
Eran Tiktin
dcbd8316df
Remove chrome_version.h from git
...
chrome_version.h is dynamically generated by bootstrap.py so it
shouldn't be in git
2015-09-05 01:06:52 +03:00
Eran Tiktin
090c817ac9
Merge pull request #2 from atom/master
...
Update from original
2015-09-04 21:27:32 +03:00
Cheng Zhao
6f9d822472
Merge pull request #2459 from deepak1556/web_view_partition_patch
...
webview: partition attribute
2015-09-04 17:29:37 +09:00
Jessica Lord
bd264aa1ba
Merge pull request #2700 from lockys/master
...
Add zh-tw translation of docs-translations/zh-TW/tutorial/online-offline-events.md
2015-09-03 11:59:21 -07:00
Jessica Lord
9557ce523a
Merge pull request #2698 from fritx/docs-zh-cn
...
Add docs-translations for zh-CN
2015-09-03 11:58:58 -07:00
Calvin Jeng
f1e5a99881
zh-tw translation
2015-09-04 00:06:50 +08:00
Robo
03ba9533fb
store webviewinfo as web contents userdata
2015-09-03 21:27:50 +05:30
Robo
8f59c0b642
create partitionId with encodedURIcomponent
2015-09-03 20:49:29 +05:30
Robo
da5bac42f3
use embedders' browser context when partition is not specified
2015-09-03 20:49:29 +05:30
Robo
150b540e72
add spec and docs
2015-09-03 20:49:29 +05:30
Robo
5189147021
use embedders' browser context to retrieve webviewmanager
2015-09-03 20:49:29 +05:30
Robo
d180d3b168
webview: fix partition attribute
2015-09-03 20:49:29 +05:30
Fritz Lin
3f546e6bab
Add docs-translations for zh-CN
...
- development/coding-style
- development/atom-shell-vs-node-webkit
2015-09-03 22:27:22 +08:00
Cheng Zhao
c65ccb6857
Merge pull request #2685 from atom/chrome45
...
Upgrade to Chrome45
2015-09-03 21:17:49 +09:00
Cheng Zhao
53b9d61831
Fix building on Windows
2015-09-03 20:07:29 +08:00
Cheng Zhao
2c3751e287
Merge pull request #2696 from John-Lin/master
...
Add Traditional Chinese documents link in README to navigate
2015-09-03 19:25:26 +09:00
Cheng Zhao
4a81300100
Merge pull request #2695 from takashi/patch-1
...
Fix jp/quick-start-jp.md
2015-09-03 19:24:58 +09:00
Takashi Nakagawa
73af4c017d
remove -jp suffix from quick-start-jp.md
2015-09-03 18:17:51 +09:00
John-Lin
2734d67a38
add Traditional Chinese documents link in README to navigate
2015-09-03 17:10:32 +08:00
Cheng Zhao
c81de98d22
Update brightray to Chrome 45
2015-09-03 17:54:43 +09:00
Cheng Zhao
599e9b90bb
Provide task runner for the node mode
2015-09-03 17:50:24 +09:00
Cheng Zhao
c1d7ad9631
Devtools no longer uses iframes
2015-09-03 17:50:24 +09:00
Cheng Zhao
ee0dc0d926
Update clang
2015-09-03 17:50:23 +09:00
Cheng Zhao
4254eb279f
Fix API changes on Linux
2015-09-03 17:50:23 +09:00
Cheng Zhao
262b66b93a
Feed gin::PerIsolateData with a task runner
2015-09-03 17:50:23 +09:00
Cheng Zhao
45491ca7ab
Fix API changes
2015-09-03 17:50:23 +09:00
Cheng Zhao
1db843244d
Upgrade to Chrome 45
2015-09-03 17:50:23 +09:00
Cheng Zhao
992aada90f
Can only run tests on x64 machine
2015-09-03 17:48:50 +09:00
Cheng Zhao
c01d2fbbcd
Suppress running tests on our OS X machine
...
It gets stuck and I don't know the reason, ignore it for now and work on
more important things, will fix it in future.
2015-09-03 17:46:44 +09:00
Cheng Zhao
f75458f78d
Write output directly to stderr
2015-09-03 17:39:06 +09:00
Takashi Nakagawa
d6daea12af
fix jp/quick-start-jp.md
...
this change includes some typo, misspelled things in jp/quick-start-jp.md
2015-09-03 17:19:12 +09:00
Cheng Zhao
28e5258a96
Merge pull request #2692 from John-Lin/master
...
Add zh-TW documents
2015-09-03 17:13:05 +09:00
Cheng Zhao
f6d6a2a4c3
Merge pull request #2688 from huangruichang/master
...
* add desktop-environment-integration.md and and online-offline-event…
2015-09-03 17:12:46 +09:00
Cheng Zhao
c56b78f0fa
Merge pull request #2690 from preco21/master
...
Fix mistranslation, update as upstream
2015-09-03 17:12:30 +09:00
John-Lin
27b77a06ed
Added zh-TW documents
2015-09-03 12:41:54 +08:00
Jessica Lord
357dea506a
Merge pull request #2672 from atom/jl-docs-tuts
...
Standardize Docs: Tutorials
2015-09-02 19:46:58 -07:00
Jessica Lord
c2dcccf7c7
Merge pull request #2657 from atom/jl-std-docs-9
...
Standardize Docs: web-frame, web-view-tag, window-open
2015-09-02 18:44:32 -07:00
Jessica Lord
28764b0f77
Merge pull request #2664 from atom/jl-docs-dev
...
Standardize Docs: Development
2015-09-02 18:44:02 -07:00
Jessica Lord
66a1405d2b
Fix conflict
2015-09-02 17:09:37 -07:00
Plusb Preco
b3eb6dc32b
Update as upstream
2015-09-03 08:28:12 +09:00
Jessica Lord
3af2540fad
Merge pull request #2693 from tcyrus/patch-1
...
Update browser-window.md
2015-09-02 13:42:06 -07:00
Timothy Cyrus
2f41641139
Update browser-window.md
...
Fix App Command Web Link
2015-09-02 15:44:51 -04:00
Jessica Lord
131cd9cff6
Merge master
2015-09-02 10:23:37 -07:00
Jessica Lord
bd20104e5a
Merge master
2015-09-02 10:19:08 -07:00
Jessica Lord
2e5a539f57
Merge master
2015-09-02 09:57:29 -07:00
Jessica Lord
159b6ca611
Merge pull request #2655 from atom/jl-std-docs-7
...
Standardize Docs: protocol, remote, screen
2015-09-02 09:46:39 -07:00