summaryrefslogtreecommitdiffstats
path: root/third_party/instrumented_libraries/patches
Commit message (Collapse)AuthorAgeFilesLines
* Instrumented libraries: drop liboverlay-scrollbar.earthdok2015-02-091-9/+11
| | | | | | | | | | | | | | Chrome doesn't use overlay scrollbars. The only thing that we do with this library is attempt to initialize it (as part of gtk2+ init) which occasionally tries to read a missing settings schema and crashes. BUG=456205 TBR=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/905703003 Cr-Commit-Position: refs/heads/master@{#315361}
* Instrumented libraries: attempt to fix a deadlock in libxcb1.earthdok2014-12-101-0/+26
| | | | | | | | | | | | Backport a fix for an issue that looks related. BUG=440063 TBR=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/796553002 Cr-Commit-Position: refs/heads/master@{#307755}
* Instrumented libraries: add libva1 for ChromeOS.earthdok2014-12-011-0/+22
| | | | | | | | | | BUG=419367 TBR=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/768223002 Cr-Commit-Position: refs/heads/master@{#306251}
* Instrumented libraries: partially fix pulseaudio build on Trusty.earthdok2014-10-311-0/+0
| | | | | | | | | | BUG=414189 TBR=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/689113002 Cr-Commit-Position: refs/heads/master@{#302268}
* Instrumented libraries: introduce release-specific patches.earthdok2014-10-014-0/+28
| | | | | | | | | | | | | This CL enables applying different custom patches depending on the Ubuntu release (Precise/Trusty). It also adds two Trusty-specific patches. BUG=414189 R=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/614903003 Cr-Commit-Position: refs/heads/master@{#297672}
* Instrumented libraries: replace some makefile patches with sed invocations.earthdok2014-09-302-29/+0
| | | | | | | | | | | | | Some cases are simple enough that a search and replace is sufficient. At the same time, the fewer patches we have, the less time will be spent rebasing them. BUG=414189 TBR=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/618013002 Cr-Commit-Position: refs/heads/master@{#297474}
* Instrumented libraries: update the custom patch for NSS.earthdok2014-09-261-8/+8
| | | | | | | | | | | | A recent security update changed the file, so the patch had to be rebased. BUG=313751 TBR=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/610643002 Cr-Commit-Position: refs/heads/master@{#296961}
* Assume sqrtf is always present in the system when building libpixman.glider@chromium.org2014-08-191-0/+23
| | | | | | | | | | BUG=404526 TBR=earthdok@chromium.org Review URL: https://codereview.chromium.org/487213002 Cr-Commit-Position: refs/heads/master@{#290582} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290582 0039d316-1c4b-4281-b951-d872f2087c98
* Instrumented libraries: do not assume that "." is not in PATH.earthdok@chromium.org2014-07-142-2/+2
| | | | | | | | | | BUG=389216, 313751 TBR=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/392713002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282991 0039d316-1c4b-4281-b951-d872f2087c98
* Instrumented libraries: improve handling of custom patches.earthdok@chromium.org2014-06-277-0/+157
- pass the patch as a command line argument to the build script, instead of applying it through run_before_build, - add each patch and run_before_build script to inputs for its corresponding library, - move patches and scripts to their own subdirectories, - also, fix a small error in the build configuration for libappindicator1. BUG=313751 R=glider@chromium.org NOTRY=true TEST=compile Review URL: https://codereview.chromium.org/361473002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280338 0039d316-1c4b-4281-b951-d872f2087c98