summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Remove gyp target of the candidate_window binary."yusukes@google.com2011-03-091-0/+6
| | | | | | | | | | This reverts commit f51999bb180fc76ec155d1ec5589626ecd132a82. BUG=chromium-os:11381 TEST=None TBR=satorux git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77442 0039d316-1c4b-4281-b951-d872f2087c98
* Remove gyp target of the candidate_window binary.yusukes@google.com2011-03-091-6/+0
| | | | | | | | | | | BUG=chromium-os:11381 TEST=ran try Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=77098 Review URL: http://codereview.chromium.org/6592062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77441 0039d316-1c4b-4281-b951-d872f2087c98
* Add use_threaded_compositing as gypi variable and bind to ↵nduca@chromium.org2011-03-091-0/+8
| | | | | | | | | | | WTF_USE_THREADED_COMPOSITING. Defaults off. BUG= TEST= Review URL: http://codereview.chromium.org/6609046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77388 0039d316-1c4b-4281-b951-d872f2087c98
* Enable data transfer items so WebKit layout tests can pass.dcheng@chromium.org2011-03-081-0/+1
| | | | | | | | | | | | The actual feature is guarded by a run-time flag, so it's not yet available to web pages. BUG=75243 TEST=none Review URL: http://codereview.chromium.org/6628077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77266 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Remove gyp target of the candidate_window binary."yusukes@google.com2011-03-071-0/+6
| | | | | | | | | | This reverts commit 72c57bf7dd6cb21708ba0b18a59d6b23196f65f4. BUG=chromium-os:11381 TEST=None TBR=satorux git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77100 0039d316-1c4b-4281-b951-d872f2087c98
* Remove gyp target of the candidate_window binary.yusukes@google.com2011-03-071-6/+0
| | | | | | | | | BUG=chromium-os:11381 TEST=ran try Review URL: http://codereview.chromium.org/6592062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77098 0039d316-1c4b-4281-b951-d872f2087c98
* Yet another clang roll attempt.thakis@chromium.org2011-03-051-0/+4
| | | | | | | | | | | | | | To r126754 To handle clang making -fno-exceptions disabling ObjC exceptions, add -fobjc-exceptions for all files for now. This is a band-aid, see the bug below. BUG=75001 TEST=none TBR=hans Review URL: http://codereview.chromium.org/6628002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77032 0039d316-1c4b-4281-b951-d872f2087c98
* Build WebKit Full Screen API. Support is disabled by default; enable with ↵ddorwin@chromium.org2011-03-041-0/+1
| | | | | | | | | | | | | | | | --enable-fullscreen. Commit after WK bug 44797 (r79774). Fullscreen tests are temporarily until expectations can be updated. (Deleted test video-play-suspend.html is removed from test_expectations to fix lint errors.) BUG=16735 TEST=fullscreen layout tests Review URL: http://codereview.chromium.org/6627001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76979 0039d316-1c4b-4281-b951-d872f2087c98
* This is the final step to turn on the experimental webkit media statistics ↵sjl@chromium.org2011-03-041-0/+1
| | | | | | | | | | | support. BUG=71255 TEST=media_unittests media layout tests Review URL: http://codereview.chromium.org/6613023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76924 0039d316-1c4b-4281-b951-d872f2087c98
* Fetch repository root for git-svn checkouts.dilmah@chromium.org2011-03-041-3/+28
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6609039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76890 0039d316-1c4b-4281-b951-d872f2087c98
* Fix webkit build failure reported by evan@dilmah@chromium.org2011-03-031-8/+9
| | | | | | | | | | | | | When fetching svn URL via 'git svn info --url' command git-svn.perl script may print its progress log to stdout instead of stderr: as a result we end up using all this junk as svn repository URL. Fix it by filtering output. BUG=None TEST=None Review URL: http://codereview.chromium.org/6603022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76803 0039d316-1c4b-4281-b951-d872f2087c98
* Fix spelling in recent commitdilmah@chromium.org2011-03-031-1/+1
| | | | | | | | | | BUG=None TEST=None TBR=evan@chromium.org Review URL: http://codereview.chromium.org/6618001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76737 0039d316-1c4b-4281-b951-d872f2087c98
* Added check for None missed in recent commit.dilmah@chromium.org2011-03-031-1/+3
| | | | | | | | | | | | Reported by fta At sofaraway.org BUG=None TEST=None TBR=evan@chromium.org Review URL: http://codereview.chromium.org/6610013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76733 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 76631 because it causes fullscreen layout tests to timeout on linuxtonyg@chromium.org2011-03-021-1/+0
| | | | | | | | | | | | | | | | | | | | | Re-applying r76324, which was reverted during a WebKit rollback. Build WebKit Full Screen API. Support is disabled by default; enable with --enable-fullscreen. Commit after WK bug 44797 (r79774). BUG=16735 TEST=fullscreen layout tests. Review URL: http://codereview.chromium.org/6576004 Review URL: http://codereview.chromium.org/6597112 TBR=ddorwin@chromium.org Review URL: http://codereview.chromium.org/6591126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76646 0039d316-1c4b-4281-b951-d872f2087c98
* Re-applying r76324, which was reverted during a WebKit rollback.ddorwin@chromium.org2011-03-021-0/+1
| | | | | | | | | | | | | | | | Build WebKit Full Screen API. Support is disabled by default; enable with --enable-fullscreen. Commit after WK bug 44797 (r79774). BUG=16735 TEST=fullscreen layout tests. Review URL: http://codereview.chromium.org/6576004 Review URL: http://codereview.chromium.org/6597112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76631 0039d316-1c4b-4281-b951-d872f2087c98
* Try harder to dig git-svn revision.dilmah@chromium.org2011-03-021-31/+131
| | | | | | | | | | | | | | | | Previous behaviour for git-svn repositories is to return git hash (this hash then appears on about:version page and can be copy-pasted into bugreport). However for developer branches with local modifications this hash bears no information to the outside world. Now we return svn revision for trunk git-svn checkouts and svn-revision plus "-dirty" suffix for git branches. The magic required to run git on cygwin is factored out into separate function. BUG=chromium:70909 TEST=Manual Review URL: http://codereview.chromium.org/6474044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76530 0039d316-1c4b-4281-b951-d872f2087c98
* Add chromedriver to windows official build target.kkania@chromium.org2011-03-021-0/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6594068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76513 0039d316-1c4b-4281-b951-d872f2087c98
* whitespace changethomasvl@chromium.org2011-03-011-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76410 0039d316-1c4b-4281-b951-d872f2087c98
* Initial landing of file_manager component extension (not yet enabled)rginda@chromium.org2011-03-011-0/+12
| | | | | | | | | | | | | | | | | This is the initial landing of a component extension to handle file open, save-as, and file management user interfaces. This is just the basic plumbing, minus any useful functionality. I've tested this by building with... $ export GYP_DEFINES='file_manager_extension=1' $ make chrome -j16 Then launch the result and visit chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/main.html, and verify that the <h1> tab is blue, and the document contains "Hello World". BUG=chromium-os:11988 TEST= Review URL: http://codereview.chromium.org/6588053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76408 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 76324 - Build WebKit Full Screen API. Support is disabled by default; ↵jamesr@chromium.org2011-03-011-1/+0
| | | | | | | | | | | | | | | | enable with --enable-fullscreen. Commit after WK bug 44797 (r79774). BUG=16735 TEST=fullscreen layout tests. Review URL: http://codereview.chromium.org/6576004 TBR=ddorwin@chromium.org Review URL: http://codereview.chromium.org/6602023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76335 0039d316-1c4b-4281-b951-d872f2087c98
* Build WebKit Full Screen API. Support is disabled by default; enable with ↵ddorwin@chromium.org2011-03-011-0/+1
| | | | | | | | | | | | | --enable-fullscreen. Commit after WK bug 44797 (r79774). BUG=16735 TEST=fullscreen layout tests. Review URL: http://codereview.chromium.org/6576004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76324 0039d316-1c4b-4281-b951-d872f2087c98
* Adding courgette64 to the list of things built on the official builder.bradnelson@google.com2011-02-281-0/+1
| | | | | | | | | BUG=72459 TEST=None Review URL: http://codereview.chromium.org/6598052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76293 0039d316-1c4b-4281-b951-d872f2087c98
* Use libjpeg-turbo as the default JPEG library (Take 2)hbono@chromium.org2011-02-281-1/+1
| | | | | | | | | | This change retries using libjpeg-turbo (r75235), which fixed memory errors, as the default JPEG library of Chromium. BUG=48789,72399 TEST=JPEGCodec.InvalidRead Review URL: http://codereview.chromium.org/6572001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76198 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectation for V8 roll and turn builtin utf8 codec on by default to ↵jamesr@chromium.org2011-02-251-0/+1
| | | | | | | | | | | match upstream BUG= TEST= Review URL: http://codereview.chromium.org/6576066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76008 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable sign-compare in Clang build by pulling in a ICU @75916jshin@chromium.org2011-02-241-2/+0
| | | | | | | | BUG=74018,74019 TEST=mac_clang try bot builds ICU fine. Review URL: http://codereview.chromium.org/6578024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75977 0039d316-1c4b-4281-b951-d872f2087c98
* Disable -Wsign-compare for Clang.hans@chromium.org2011-02-241-0/+2
| | | | | | | | | | | | | | Since ICU rolled, the Clang build on Mac is broken because of this warning. BUG=74019 TEST=all clang bots go green -Wno-sign-compare Review URL: http://codereview.chromium.org/6581035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75892 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: change install-build-deps.sh to install gold linker from binutils 2.21.thestig@chromium.org2011-02-231-7/+57
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6567002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75790 0039d316-1c4b-4281-b951-d872f2087c98
* Causing gyp_chromium to fall back on win32 hermetic python if it isbradnelson@google.com2011-02-231-0/+14
| | | | | | | | | | | ever run with cygwin python. BUG=http://code.google.com/p/gyp/issues/detail?id=178 TEST=None Review URL: http://codereview.chromium.org/6538104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75695 0039d316-1c4b-4281-b951-d872f2087c98
* clang: Turn on -Woverloaded-virtual!thakis@chromium.org2011-02-231-4/+0
| | | | | | | | BUG=72205 TEST=clang build stays green, and catches many regressions in the future TBR=evan git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75692 0039d316-1c4b-4281-b951-d872f2087c98
* More sanitization. Remove blank lines.scottbyer@chromium.org2011-02-221-1/+11
| | | | | | | | | BUG=none TEST=Compile on the Mac from the command line, filter through this. Review URL: http://codereview.chromium.org/6532007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75600 0039d316-1c4b-4281-b951-d872f2087c98
* Switch the build over to using the base test runner to make sure base and ↵thomasvl@chromium.org2011-02-181-1/+5
| | | | | | | | | | ICU are started up right. BUG=72633 TEST=none Review URL: http://codereview.chromium.org/6538022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75384 0039d316-1c4b-4281-b951-d872f2087c98
* Remove dummy build/build-bisect.py. It was moved to tools/bisect-builds.py ↵thestig@chromium.org2011-02-181-11/+0
| | | | | | | | | | | in r70112. BUG=none TEST=none TBR=evan Review URL: http://codereview.chromium.org/6538051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75365 0039d316-1c4b-4281-b951-d872f2087c98
* No code change. Push a CL to cycle the builders.rsesek@chromium.org2011-02-171-0/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75320 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 75263 - Revert 75188 - Revert 75184 - Move googleurl's unittest to ↵rsesek@chromium.org2011-02-172-24/+1
| | | | | | | | | | | | | | | | | use a custom main so ICU can be started up in a way that matches the Chromium build. Review URL: http://codereview.chromium.org/6532003 TBR=thomasvl@chromium.org Review URL: http://codereview.chromium.org/6507022 TBR=rsesek@chromium.org TBR=thomasvl@chromium.org Review URL: http://codereview.chromium.org/6538021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75273 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 75188 - Revert 75184 - Move googleurl's unittest to use a custom main ↵thomasvl@chromium.org2011-02-172-1/+24
| | | | | | | | | | | | | | so ICU can be started up in a way that matches the Chromium build. Review URL: http://codereview.chromium.org/6532003 TBR=thomasvl@chromium.org Review URL: http://codereview.chromium.org/6507022 TBR=rsesek@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75263 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 75184 - Move googleurl's unittest to use a custom main so ICU can be ↵rsesek@chromium.org2011-02-162-24/+1
| | | | | | | | | | | | started up in a way that matches the Chromium build. Review URL: http://codereview.chromium.org/6532003 TBR=thomasvl@chromium.org Review URL: http://codereview.chromium.org/6507022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75188 0039d316-1c4b-4281-b951-d872f2087c98
* Move googleurl's unittest to use a custom main so ICU can be started up inthomasvl@chromium.org2011-02-162-1/+24
| | | | | | | a way that matches the Chromium build. Review URL: http://codereview.chromium.org/6532003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75184 0039d316-1c4b-4281-b951-d872f2087c98
* Add gfx_unittests to the Valgrind/Mac build targettimurrrr@chromium.org2011-02-161-0/+1
| | | | | | Review URL: http://codereview.chromium.org/6480111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75081 0039d316-1c4b-4281-b951-d872f2087c98
* Chromoting: UserAuthenticator interface and its implementation for PAM.sergeyu@chromium.org2011-02-161-4/+4
| | | | | | | | | | BUG=none TEST=manual Review URL: http://codereview.chromium.org/6484002 Patch from Lambros Lambrou <lambroslambrou@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75069 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 74103 - Use libjpeg-turbo by default.jschuh@chromium.org2011-02-141-1/+1
| | | | | | | | | | | | | | Switch 'use_libjpeg_turbo' flag back to 0 and revert valgrind suppressions from r74269. BUG=72399 BUG=48789 TEST=build Chromium without errors and pass all existing tests. Review URL: http://codereview.chromium.org/6332003 TBR=hbono@chromium.org Review URL: http://codereview.chromium.org/6484040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74841 0039d316-1c4b-4281-b951-d872f2087c98
* Add input method support for views and integrate ibus input frameworkoshima@google.com2011-02-121-0/+24
| | | | | | | | | | | BUG=none TEST=tested on Linux desktop oshima landed for penghuang Review URL: http://codereview.chromium.org/6480036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74709 0039d316-1c4b-4281-b951-d872f2087c98
* Build/install gold instead of all of binutils.thestig@chromium.org2011-02-111-2/+2
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6502009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74682 0039d316-1c4b-4281-b951-d872f2087c98
* clang: Make it possible to run Elliot's plugin on the botsthakis@chromium.org2011-02-111-0/+25
| | | | | | | | | | | | | To make it possible to change the exact plugin command line without a master restart, the command line is loaded from a bash script. This script is used if clang_use_chrome_plugins and clang are both set in GYP_DEFINES when runhooks runs. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=74597 Review URL: http://codereview.chromium.org/6461026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74611 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 74597 - clang: Make it possible to run Elliot's plugin on the botsthakis@chromium.org2011-02-111-24/+0
| | | | | | | | | | | | | | To make it possible to change the exact plugin command line without a master restart, the command line is loaded from a bash script. This script is used if clang_use_chrome_plugins and clang are both set in GYP_DEFINES when runhooks runs. BUG=none TEST=none Review URL: http://codereview.chromium.org/6461026 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/6489036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74598 0039d316-1c4b-4281-b951-d872f2087c98
* clang: Make it possible to run Elliot's plugin on the botsthakis@chromium.org2011-02-111-0/+24
| | | | | | | | | | | To make it possible to change the exact plugin command line without a master restart, the command line is loaded from a bash script. This script is used if clang_use_chrome_plugins and clang are both set in GYP_DEFINES when runhooks runs. BUG=none TEST=none Review URL: http://codereview.chromium.org/6461026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74597 0039d316-1c4b-4281-b951-d872f2087c98
* linux: switch to -Wno-formatevan@chromium.org2011-02-101-1/+1
| | | | | | | | | Semantically it's the same as -Wformat=0, but Clang only accepts this new one. (A bug has been filed with Clang.) Review URL: http://codereview.chromium.org/6489009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74513 0039d316-1c4b-4281-b951-d872f2087c98
* Adding support for JavaScript internationalization API as V8 extension. See ↵cira@chromium.org2011-02-102-0/+4
| | | | | | | | | | | | | | | | | proposal at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api. V8 hosts the actual extension code under src/extensions/experimental/i18n-extension.{cc,h}. This CL passes command line switches to WebKit (disabled by default) and test shell (enabled by default), using WebRuntimeFeatures. It also sets some gyp variables to point to ICU source path, and defines a guard for a new feature. It should be submitted only after corresponding WebKit CL (https://bugs.webkit.org/show_bug.cgi?id=49414) lands. BUG=28604 TEST=LayoutTests/fast/js/i18n-bindings-locale.html Review URL: http://codereview.chromium.org/6366021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74491 0039d316-1c4b-4281-b951-d872f2087c98
* clang: Set clang-specific flags on linux only if the target compiler is used.thakis@chromium.org2011-02-101-20/+26
| | | | | | | | | | | | The host compiler is hardcoded to gcc in the linux make build, and gcc does not understand all of these options. BUG=none TEST=none Review URL: http://codereview.chromium.org/6487005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74479 0039d316-1c4b-4281-b951-d872f2087c98
* linux: hide more warnings in third-party codeevan@chromium.org2011-02-091-0/+5
| | | | | | | | | | | I was confused why we were getting warnings related to format strings, since they are off in gcc unless you use -Wall or explicitly enable it, but it turns out that the man page calls out that it is specially enabled on Ubuntu. Review URL: http://codereview.chromium.org/6469002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74351 0039d316-1c4b-4281-b951-d872f2087c98
* add enable flag for SKIA_GPU, set to 0 by default (set to 1 for local testing)reed@google.com2011-02-091-0/+2
| | | | | | Review URL: http://codereview.chromium.org/6461016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74276 0039d316-1c4b-4281-b951-d872f2087c98