- 30 Dec, 2018 1 commit
-
-
Georg Koppen authored
The NoScript update fixes #28873 and #28720 on our side.
-
- 20 Dec, 2018 1 commit
-
-
This is supposed to remove and reset modified or unversioned files. This ought to work around the problem with versioning of src/testing/gmock and src/testing/gtest across upgrades. $ gclient help sync -f, --force force update even for unchanged modules -D, --delete_unversioned_trees Deletes from the working copy any dependencies that have been removed since the last sync, as long as there are no local modifications. When used with --force, such dependencies are removed even if they have local modifications. When used with --reset, all untracked directories are removed from the working copy, excluding those which are explicitly ignored in the repository. -R, --reset resets any local changes before updating (git only)
-
- 19 Dec, 2018 1 commit
-
-
- 14 Dec, 2018 1 commit
-
-
boklm authored
-
- 12 Dec, 2018 2 commits
-
-
Georg Koppen authored
-
Georg Koppen authored
Thanks to a cypherpunk for mentioning the missing pointer events item on the blog.
-
- 11 Dec, 2018 1 commit
-
-
Georg Koppen authored
-
- 10 Dec, 2018 2 commits
-
-
boklm authored
-
Georg Koppen authored
Thanks to a cypherpunk on our blog for spotting that one.
-
- 09 Dec, 2018 1 commit
-
-
Georg Koppen authored
-
- 07 Dec, 2018 4 commits
-
-
-
This necessitates an upgrade to webrtc to branch-heads/64. Compare to: https://github.com/keroserene/go-webrtc/commit/1ca4087bc01b9a6726a68c72ac541b03a91c4c7b -D_GLIBCXX_USE_CXX11_ABI=1 is no longer required, as the default has changed: https://github.com/keroserene/go-webrtc/commit/a3140c36f9933013ad2e66bc21358a1bfea95a95 I needed to add libgtk-3-dev as a build dependency for webrtc. libgtk-3-dev appears in src/build/install-build-deps.sh. I also had to upgrade depot_tools to 7d9d9233cb657e968831238346917b0b64abb4c1. I got the commit ID from src/DEPS in the webrtc source. Without upgrading depot_tools, I got this error from gclient: Error: 1> dependency url must be either a string, None, File() or From() instead of dict I needed to add a command to delete src/testing/{gmock,gtest}; otherwise "gclient sync" complains about overwriting unversioned files. https://bugs.torproject.org/25483#comment:15 https://gitweb.torproject.org/user/boklm/tor-browser-build.git/commit/?h=bug_25483_v0&id=d5514f7f3b566cf37bfc59ec8105a96130577ff2 The error is src/testing (ERROR) ---------------------------------------- [0:00:00] Started. [0:00:01] From https://chromium.googlesource.com/chromium/src/testing [0:00:01] 7d7436a8..9805faa0 master -> origin/master ---------------------------------------- Error: Command 'git checkout --quiet 60c665fffe7dc505fdd5d30f9dbcbc50dde1e017' returned non-zero exit status 1 in /home/user/tor-browser-build/gclient/webrtc/src/testing error: The following untracked working tree files would be overwritten by checkout: gmock/include/gmock/gmock-actions.h gmock/include/gmock/gmock-generated-function-mockers.h gmock/include/gmock/gmock-matchers.h gmock/include/gmock/gmock.h gtest/include/gtest/gtest-death-test.h gtest/include/gtest/gtest-message.h gtest/include/gtest/gtest-param-test.h gtest/include/gtest/gtest-spi.h gtest/include/gtest/gtest.h gtest/include/gtest/gtest_prod.h Please move or remove them before you switch branches. Aborting
-
-
boklm authored
With #26843 we now require mercurial to be installed, so it should be installed by the tbb-build ansible role.
-
- 06 Dec, 2018 8 commits
-
-
Georg Koppen authored
Changelog update and versions bump
-
Georg Koppen authored
-
Georg Koppen authored
-
Georg Koppen authored
If we are using faketime on Stretch when signing our debug .apk the build freezes for unknown reasons on some machines. Switching to Buster avoids that.
-
-
The json file used by projects/firefox-locale-bundle is only available from https://product-details.mozilla.org/ after a build has been shipped, which is too late for us. However, it is also available from the firefox sources tree, so we can get it from our tor-browser.git clone instead. The format of this json file is a little different, so we also need to adapt the get_hg_hash script.
-
-
-
- 05 Dec, 2018 1 commit
-
-
Georg Koppen authored
-
- 03 Dec, 2018 1 commit
-
-
Georg Koppen authored
-
- 01 Dec, 2018 2 commits
-
-
Georg Koppen authored
-
Georg Koppen authored
-
- 30 Nov, 2018 2 commits
-
-
Georg Koppen authored
Versions bump and Changelog update
-
Georg Koppen authored
-
- 29 Nov, 2018 3 commits
-
-
- 28 Nov, 2018 1 commit
-
-
Georg Koppen authored
-
- 27 Nov, 2018 1 commit
-
-
boklm authored
Arthur said he doesn't need access to this machine anymore, so we remove his user account from the ansible config (the account will be removed from the machine manually).
-
- 26 Nov, 2018 1 commit
-
-
boklm authored
Update testsuite_git_commit to remove tor browser alpha nightly builds.
-
- 22 Nov, 2018 2 commits
-
-
Georg Koppen authored
Since #27111 landed we need a distributions directory to contain our additional preferences. Thus, we build now unconditionally with it.
-
Georg Koppen authored
-
- 21 Nov, 2018 2 commits
-
-
boklm authored
projects/firefox-locale-bundle will clone or pull the mercurial repositories for each locale into the hg_clones/firefox-locale-bundle directory, and generate tarballs using the changesets listed in the firefox json file. The script get_hg_hash is used to parse this json file and output the hg changeset for the selected locale. Patch based on work started by GeKo.
-
boklm authored
Update testsuite_git_commit to enable android nightly builds.
-
- 20 Nov, 2018 2 commits
-
-