| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Hunspell is now checked-in the Chromium tree (under
third_party/hunspell_new) and the dependencies are using it from there.
Thus we don't need to be pulling it from the external repo anymore.
After this lands, we are going to wait a week or so, to rename
third_party/hunspell_new back to third_party/hunspell to smooth the
transition and not get into the foot of the other devs.
BUG=472897
R=brettw@chromium.org
TBR=phajdan.jr@chromium.org # for checklicenses
Review URL: https://codereview.chromium.org/1130203003
Cr-Commit-Position: refs/heads/master@{#329108}
|
|
|
|
|
|
|
|
| |
This dependency has not used used since we removed pyauto (r261229).
Review URL: https://codereview.chromium.org/1122803003
Cr-Commit-Position: refs/heads/master@{#328324}
|
|
|
|
|
|
|
|
|
|
|
| |
They aren't necessary anymore, now that we removed webkit/.
R=jamesr@chromium.org
BUG=
Review URL: https://codereview.chromium.org/1119803004
Cr-Commit-Position: refs/heads/master@{#328028}
|
|
|
|
|
|
|
|
|
| |
"tools/bisect-builds.py --use-local-cache" creates a
.bisect-builds-cache.json file. This can safely be ignored by git.
Review URL: https://codereview.chromium.org/1121623003
Cr-Commit-Position: refs/heads/master@{#327850}
|
|
|
|
|
|
|
|
| |
These files are now generated in the out/ directory.
Review URL: https://codereview.chromium.org/1076293007
Cr-Commit-Position: refs/heads/master@{#326906}
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=None
Review URL: https://codereview.chromium.org/1033893003
Cr-Commit-Position: refs/heads/master@{#322117}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update roll-script to DEPS in the package instead of checking it
in. The new package folder lives at a new place to ensure there
are no issues when rolling back or forward from this CL. The new
location is:
//third_party/dom_distiller_js/dist.
After running `ant package`, the roll-script now takes the content
from out/package and pushes it to an external repository on
GitHub (chromium/dom-distiller-dist) and updates DEPS for
that repo to refer to the newly pushed version.
BUG=467787
Review URL: https://codereview.chromium.org/987793002
Cr-Commit-Position: refs/heads/master@{#321576}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Crashpad is always compiled in to Chrome and its handler is always
enabled. It is only possible to enable uploads in official builds.
Crashpad talks to the existing Breakpad server. There should be no
noticeable changes to crash reporting on the server side, except the
client IDs will all change to a new ID and will no longer be
synchronized with UMA client IDs. This is a one-time change. After this,
the client ID will remain stable within a single --user-data-dir.
BUG=386208,390217,415547,427611,crashpad:12
R=rsesek@chromium.org
TBR=cpu@chromium.org,jochen@chromium.org
Review URL: https://codereview.chromium.org/1001103002
Cr-Commit-Position: refs/heads/master@{#320466}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
then become suggested additions because they are not ignored by .gitignore.
The ways to handle this are
+ add *.orig to .gitignore
+ change a git config to not generate backup files
+ rm them by hand
+ try to ignore them visually
It can be useful to have a backup of a file in case the merge, um, goes poorly (pilot error, for example). It's cumbersome to rm them or ignore them visually.
Let's add *.orig to the root .gitignore.
BUG=
Review URL: https://codereview.chromium.org/995153002
Cr-Commit-Position: refs/heads/master@{#320006}
|
|
|
|
|
|
|
|
|
|
| |
This is used in iOS tests to serve test content without relying on network-layer interception.
BUG=None
Review URL: https://codereview.chromium.org/927463003
Cr-Commit-Position: refs/heads/master@{#319108}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before this patch, Brotli decoder was pulled from the
font-compression-reference repository [1], which is now obsolete.
This patch updates Brotli to the latest version at github [2],
checking the code directly into third_party/brotli.
[1] https://code.google.com/p/font-compression-reference/
[2] https://github.com/google/brotli
BUG=427852
TEST=trybots
Review URL: https://codereview.chromium.org/948013003
Cr-Commit-Position: refs/heads/master@{#317944}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating with to new OTS repo from https://github.com/khaledhosny/ots.git
Hash tag imported: c24a839b1c66c4de09e58fabaacb82bf3bd692a4
Some important differences between new and old version of OTS:
1. Support for MATH table
2. Implementation changes related to new WOFF 2.0
3. Bug fixes related to OTF tables (GDEF, GSUB etc) parsing
4. Accept platform 0 encoding 1 cmap subtables
5. Allow fonts with CMAP format-12 or format-13 table
A dummy version of EnableWOFF() is added to get Blink compiled.
After the following CL is landed in Blink, it'll be removed.
Blink CL: https://codereview.chromium.org/774253008
TEST: Blink layout tests: fast/css/font-face*
BUG=339857
Committed: https://crrev.com/3b6cd2d4bf9e0b4a9311343a2997ef9363530b14
Cr-Commit-Position: refs/heads/master@{#308054}
Review URL: https://codereview.chromium.org/775893002
Cr-Commit-Position: refs/heads/master@{#317189}
|
|
|
|
|
|
|
|
|
|
|
| |
third_party/polymer/reproduce.sh script. Add necessary third_party bits.
R=cpu, dzhioev
BUG=424574
Review URL: https://codereview.chromium.org/917523002
Cr-Commit-Position: refs/heads/master@{#317119}
|
|
|
|
|
|
|
|
| |
BUG=448030
Review URL: https://codereview.chromium.org/831173005
Cr-Commit-Position: refs/heads/master@{#317110}
|
|
|
|
|
|
|
|
| |
BUG=
Review URL: https://codereview.chromium.org/921063002
Cr-Commit-Position: refs/heads/master@{#316142}
|
|
|
|
|
|
|
|
|
| |
No need to presume an underscore _ delimeter for out directory suffixes.
Support out2, out-dash, outCamel, outcat, etc..
Review URL: https://codereview.chromium.org/921003002
Cr-Commit-Position: refs/heads/master@{#316105}
|
|
|
|
|
|
|
|
| |
BUG=
Review URL: https://codereview.chromium.org/913333002
Cr-Commit-Position: refs/heads/master@{#315875}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This moves the "trusted plugin" code so that all the NaCl
renderer-side code is in the same place, under
components/nacl/renderer/. I've used the "renderer/plugin/" subdir so
that this legacy code is distinguished from the newer code that's
directly under "renderer/".
This will make further incremental cleanups easier: It will enable
closer integration between renderer/* and renderer/plugin/*. Rather
than indirecting through PPB_NaCl_Private/PPP_PexeStreamHandler, it
would be reasonable for the two sides to share pointers to C++
objects. Doing that will be more acceptable when the two sides live
in the same directory.
* chrome/chrome_tests.gypi: Declaring a runtime dependency isn't
necessary since the trusted plugin isn't a separate DSO/DLL these
days.
* .gitignore: Remove reference to ppGoogleNaClPluginChrome.xml, which
no longer exists.
* module_ppapi.h: Added an #include guard.
BUG=239656
TEST=trybots
Review URL: https://codereview.chromium.org/876483002
Cr-Commit-Position: refs/heads/master@{#313759}
|
|
|
|
|
|
|
|
| |
BUG=
Review URL: https://codereview.chromium.org/884213002
Cr-Commit-Position: refs/heads/master@{#313624}
|
|
|
|
|
|
|
|
| |
BUG=
Review URL: https://codereview.chromium.org/866023003
Cr-Commit-Position: refs/heads/master@{#312666}
|
|
|
|
|
|
|
|
|
|
|
| |
The two previous directories are now under a single internal
directory.
BUG=none
Review URL: https://codereview.chromium.org/863793002
Cr-Commit-Position: refs/heads/master@{#312293}
|
|
|
|
|
|
|
|
|
|
|
| |
- Modify .gitignore to again ignore the prebuilt subdir
- Copy over minor changes in the network service impl from Mojo
TBR=jamesr
Review URL: https://codereview.chromium.org/858743003
Cr-Commit-Position: refs/heads/master@{#312171}
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In the past Chrome for Android developers have excluded this directory using
src/.git/info/exclude or simply ignored it.
It's time to add it to .gitignore, since we already have
/third_party/android_tools_internal in there, and the codename isn't public
(https://plus.google.com/+FrancoisBeaufort/posts/AJwwscC1KxN).
Review URL: https://codereview.chromium.org/815353004
Cr-Commit-Position: refs/heads/master@{#311484}
|
|
|
|
|
|
|
|
| |
BUG=443987
Review URL: https://codereview.chromium.org/788063003
Cr-Commit-Position: refs/heads/master@{#311026}
|
|
|
|
|
|
|
|
|
|
| |
BUG=
R=thakis@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/824283002
Cr-Commit-Position: refs/heads/master@{#310932}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(patchset #4 id:60001 of https://codereview.chromium.org/775893002/)
Reason for revert:
Broke bots
Original issue's description:
> The original CL is https://codereview.chromium.org/658573004
>
> Updating with to new OTS repo from https://github.com/khaledhosny/ots.git
> Hash tag imported: c24a839b1c66c4de09e58fabaacb82bf3bd692a4
>
> Some important differences between new and old version of OTS:
> 1. Support for MATH table
> 2. Implementation changes related to new WOFF 2.0
> 3. Bug fixes related to OTF tables (GDEF, GSUB etc) parsing
> 4. Accept platform 0 encoding 1 cmap subtables
> 5. Allow fonts with CMAP format-12 or format-13 table
>
> A dummy version of EnableWOFF() is added to get Blink compiled.
> After the following CL is landed in Blink, it'll be removed.
> Blink CL: https://codereview.chromium.org/774253008
>
> # TODO(jschuh): 4267, 4334 are 64-bit cleanness issue. http://crbug.com/167187
>
> # TODO(h.joshi) : Make 4800 go away. <https://github.com/khaledhosny/ots/issues/44>.
> Currently patch to github (https://github.com/himanshuispresent/ots/commit/02f724f758ddb1cb264cc0259ffd5ef1cafa164a) is
> submitted so that taking OTS repository to Chromium should not cause issue on Windows bots.
>
> TEST: Blink layout tests: fast/css/font-face*
> BUG=339857
>
> Committed: https://crrev.com/3b6cd2d4bf9e0b4a9311343a2997ef9363530b14
> Cr-Commit-Position: refs/heads/master@{#308054}
TBR=jshin@chromium.org,behdad@chromium.org,h.joshi@samsung.com
NOTREECHECKS=true
NOTRY=true
BUG=339857
Review URL: https://codereview.chromium.org/797183002
Cr-Commit-Position: refs/heads/master@{#308061}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating with to new OTS repo from https://github.com/khaledhosny/ots.git
Hash tag imported: c24a839b1c66c4de09e58fabaacb82bf3bd692a4
Some important differences between new and old version of OTS:
1. Support for MATH table
2. Implementation changes related to new WOFF 2.0
3. Bug fixes related to OTF tables (GDEF, GSUB etc) parsing
4. Accept platform 0 encoding 1 cmap subtables
5. Allow fonts with CMAP format-12 or format-13 table
A dummy version of EnableWOFF() is added to get Blink compiled.
After the following CL is landed in Blink, it'll be removed.
Blink CL: https://codereview.chromium.org/774253008
# TODO(jschuh): 4267, 4334 are 64-bit cleanness issue. http://crbug.com/167187
# TODO(h.joshi) : Make 4800 go away. <https://github.com/khaledhosny/ots/issues/44>.
Currently patch to github (https://github.com/himanshuispresent/ots/commit/02f724f758ddb1cb264cc0259ffd5ef1cafa164a) is
submitted so that taking OTS repository to Chromium should not cause issue on Windows bots.
TEST: Blink layout tests: fast/css/font-face*
BUG=339857
Review URL: https://codereview.chromium.org/775893002
Cr-Commit-Position: refs/heads/master@{#308054}
|
|
|
|
|
|
|
|
|
|
|
|
| |
Requests is already mirrored on chromium.
It has an Appache 2.0 license.
It is required for the appurify python api found in thirdparty to work.
BUG=439624
Review URL: https://codereview.chromium.org/782083002
Cr-Commit-Position: refs/heads/master@{#307993}
|
|
|
|
|
|
|
|
| |
BUG=417847
Review URL: https://codereview.chromium.org/739383005
Cr-Commit-Position: refs/heads/master@{#307301}
|
|
|
|
|
|
|
|
| |
BUG=414363
Review URL: https://codereview.chromium.org/656373002
Cr-Commit-Position: refs/heads/master@{#306306}
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add .git to end of appurify DEPS and fix address in .ignore
Original CL: https://codereview.chromium.org/738913003/#ps100001
Revert: https://codereview.chromium.org/758533003/
TBR=cpu
BUG=435855
Review URL: https://codereview.chromium.org/751003003
Cr-Commit-Position: refs/heads/master@{#305563}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
https://codereview.chromium.org/738913003/)
Reason for revert:
https://code.google.com/p/chromium/issues/detail?id=435855#c1
Original issue's description:
> Add appurify to third party.
>
> BUG=434505
>
> Committed: https://crrev.com/33c058ff30019b1c908b016da780d0a33396a4db
> Cr-Commit-Position: refs/heads/master@{#305313}
TBR=jbudorick@chromium.org,klundberg@chromium.org,mstrum@amazon.com
NOTREECHECKS=true
NOTRY=true
BUG=434505
Review URL: https://codereview.chromium.org/758533003
Cr-Commit-Position: refs/heads/master@{#305420}
|
|
|
|
|
|
|
|
| |
BUG=434505
Review URL: https://codereview.chromium.org/738913003
Cr-Commit-Position: refs/heads/master@{#305313}
|
|
|
|
|
|
|
|
| |
BUG=173194
Review URL: https://codereview.chromium.org/729293002
Cr-Commit-Position: refs/heads/master@{#304517}
|
|
|
|
|
|
|
|
| |
BUG=414003
Review URL: https://codereview.chromium.org/712463002
Cr-Commit-Position: refs/heads/master@{#303145}
|
|
|
|
|
|
|
|
|
| |
BUG=412884
R=bengr@chromium.org
Review URL: https://codereview.chromium.org/674103003
Cr-Commit-Position: refs/heads/master@{#301554}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This code was previously in
https://chrome-internal.googlesource.com/chrome-app-installer.git
We're moving it to chromium with the goal of having it
eventually built as part of Chrome releases.
The third_party code is used to extract the tags added
by dl.google.com. Omaha uses this mechanism to tag their
meta-installers.
BUG=341353
Review URL: https://codereview.chromium.org/423293004
Cr-Commit-Position: refs/heads/master@{#301492}
|
|
|
|
|
|
|
|
| |
NOTRY=true
Review URL: https://codereview.chromium.org/667543003
Cr-Commit-Position: refs/heads/master@{#301217}
|
|
|
|
|
|
|
|
|
|
| |
install-debian.wheezy.sysroot.py is now use for ARM
also, removing duplication. sysroot location is also
now consistent.
Review URL: https://codereview.chromium.org/664383004
Cr-Commit-Position: refs/heads/master@{#300746}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
id:120001 of https://codereview.chromium.org/667853002/)
Reason for revert:
gclient sync fails to execute download_shell_binary.py
Original issue's description:
> Add gclient hook to download prebuilt mojo_shell
>
> This adds a gclient hook that downloads prebuilt mojo_shell binaries
> from google storage (linux only for now) and gyp/gn flags to toggle
> using these prebuilt binaries instead of ones built from source. This
> also adds a helper script that uploads a locally built mojo_shell binary
> to the appropriate place in google storage. The versioning scheme is:
>
> *) mojo/public/VERSION contains an identifier (committish currently) for
> the mojo public SDK. The mojo_shell binary must match the interfaces
> defined in this version of mojo/public/.
>
> *) gs://mojo/shell/$VERSION/$PLATFORM.zip contains a prebuilt mojo_shell
> binary for a particular version. $PLATFORM for now must be linux-x64,
> but we can add more later as needed.
>
> gclient runhooks downloads the shell binary referred to by
> mojo/public/VERSION if it is available for the host platform to
> mojo/public/tools/prebuilt/ and updates mojo/public/tools/prebuilt/VERSION
> to tag the version downloaded if successful. On subsequent runs the hook
> will check this against mojo/public/VERSION and avoid downloading again if
> the binary is up to date.
>
> This also adds variables to the GYP and GN builds that control if building
> 'mojo' builds a mojo_shell binary from source or copies the prebuilt binary
> into the outdir. They both default to false for now.
>
> R=abarth@chromium.org
>
> Committed: https://crrev.com/e098527822f3e25fb5b86c1441f7ce6e4c2cfdc8
> Cr-Commit-Position: refs/heads/master@{#300600}
TBR=abarth@chromium.org,jamesr@chromium.org
NOTREECHECKS=true
NOTRY=true
Review URL: https://codereview.chromium.org/670073002
Cr-Commit-Position: refs/heads/master@{#300637}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds a gclient hook that downloads prebuilt mojo_shell binaries
from google storage (linux only for now) and gyp/gn flags to toggle
using these prebuilt binaries instead of ones built from source. This
also adds a helper script that uploads a locally built mojo_shell binary
to the appropriate place in google storage. The versioning scheme is:
*) mojo/public/VERSION contains an identifier (committish currently) for
the mojo public SDK. The mojo_shell binary must match the interfaces
defined in this version of mojo/public/.
*) gs://mojo/shell/$VERSION/$PLATFORM.zip contains a prebuilt mojo_shell
binary for a particular version. $PLATFORM for now must be linux-x64,
but we can add more later as needed.
gclient runhooks downloads the shell binary referred to by
mojo/public/VERSION if it is available for the host platform to
mojo/public/tools/prebuilt/ and updates mojo/public/tools/prebuilt/VERSION
to tag the version downloaded if successful. On subsequent runs the hook
will check this against mojo/public/VERSION and avoid downloading again if
the binary is up to date.
This also adds variables to the GYP and GN builds that control if building
'mojo' builds a mojo_shell binary from source or copies the prebuilt binary
into the outdir. They both default to false for now.
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/667853002
Cr-Commit-Position: refs/heads/master@{#300600}
|
|
|
|
|
|
| |
Review URL: https://codereview.chromium.org/653993003
Cr-Commit-Position: refs/heads/master@{#299555}
|
|
|
|
|
|
|
|
|
|
| |
automatically, a hook should be added to .gclient. Specifying directories for golden screenshots and artifacts is optional now. There is also a python script that should be run to update screenshots in Google Storage after using update mode.
BUG=395653
Review URL: https://codereview.chromium.org/639283004
Cr-Commit-Position: refs/heads/master@{#299109}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As of #298318, "git status" reports these untracked files.
(GYP generates these for MSVS project schema definitions)
Add the file paths to .gitignore, like others, for sanity.
I found the following .xml entries with no associated GYP target:
/chrome/tab_capture_performance_tests_run.xml
(legit: tools/build/scripts/master/factory/chromium_commands.py)
/ppapi/native_client/src/shared/ppapi_proxy/nacl_ppapi_browser.xml
(seems stale, but gab added in r126724 for building all.sln)
/ppapi/native_client/src/shared/ppapi_proxy/ppruntime_lib.xml
(seems stale, but gab added in r126724 for building all.sln)
/remoting/proto/trace_proto_lib.xml
(seems stale, but referenced in tools/emacs/trybot-mac.txt)
/remoting/remoting_host_installation_unittest.xml
(seems stale, no other mention; alexeypa added in r135217)
/tools/metrics/histograms/histograms.before.pretty-print.xml
(legit: tools/metrics/histograms/pretty_print.py)
I removed the entries for the middle four apparently stale paths.
BUG=NONE
TEST=Cleaner "git status" on Windows machines.
R=scottmg@chromium.org
Review URL: https://codereview.chromium.org/637643002
Cr-Commit-Position: refs/heads/master@{#298578}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
third_party/smhasher/src/ is pulled in via DEPS, but
third_party/smhasher has a variety of files in it. Having all of
third_party/smhasher in .gitignore means that git ignores the files in
the subdirectory including the ones that actually are under revision
control.
R=viettrungluu@chromium.org
Review URL: https://codereview.chromium.org/629553002
Cr-Commit-Position: refs/heads/master@{#298102}
|
|
|
|
|
|
|
|
| |
This is a smaller library that is always checked out and depsed in. It seems there is no particular reason for it to be in a separate repo other than it makes changes more difficult.
Review URL: https://codereview.chromium.org/608853002
Cr-Commit-Position: refs/heads/master@{#297781}
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
py_trace_event lets you instrument Python code to get Chrome traces.
In third_party without a README.chromium, because
it's by Chromium authors and Chromium-licensed.
BUG=None.
TEST=gclient sync
Review URL: https://codereview.chromium.org/615363002
Cr-Commit-Position: refs/heads/master@{#297736}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This removes the rest of guava from a chromium checkout.
It also removes a workaround in build/android/gyp/javac.py
which sorts input files for javac. The issue was fixed in guava 14
(https://code.google.com/p/guava-libraries/issues/detail?id=950),
but it was never rolled in to chromium.
The last remaining files in third_party/guava are left because
some bots do not delete non-existing DEPS. COPYING is a copy of the
current version of the COPYING file from the guava repository.
See http://crbug.com/380688 for details about the DEPS issue.
BUG=412673
Review URL: https://codereview.chromium.org/574103002
Cr-Commit-Position: refs/heads/master@{#296202}
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This contains an ancient version of gold, which has not been
updated since 2012. Back in times the NDK didn't provide a 64-bit
version of the linker for Android.
This seems to be unused today. It's cleanup time.
BUG=
Review URL: https://codereview.chromium.org/572233003
Cr-Commit-Position: refs/heads/master@{#295096}
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL adds JUnit4 to chromium android checkouts. It will be used for
host-side java unit testing. This should allow us to both write new
tests for existing java code and convert some existing device-side
instrumentation tests.
BUG=316383
Review URL: https://codereview.chromium.org/556893004
Cr-Commit-Position: refs/heads/master@{#294966}
|