summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* Fix the buildbot redness by adding an exclude for chrome_framensylvain@chromium.org2009-09-241-0/+1
| | | | | | | | in the deps checking. eventually we should remove this and add a deps file in chrome_frame/. Review URL: http://codereview.chromium.org/218020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27047 0039d316-1c4b-4281-b951-d872f2087c98
* Un-reverting 26919, and disabling worker-cloneports since it is flaky.atwilson@chromium.org2009-09-241-0/+3
| | | | | | | | | | | | | | Added missing layout tests along with associated rebaselinings. Updated DEPS to include common resource files needed by tests, and add APIs to ui_layout_test to allow specifying resource files to copy. Disabled non-working tests so we can enable worker_uitests on Mac/Linux. BUG=22174 TEST=worker_uitest Review URL: http://codereview.chromium.org/232001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27043 0039d316-1c4b-4281-b951-d872f2087c98
* Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ↵pkasting@chromium.org2009-09-241-1/+1
| | | | | | | | | | | | | and image_operations.* can be moved because they are not used by WebKit code. This also fixes the spelling of "Convolusion" to "Convolution" and updates some copyrights. This is a re-do of r26975, this time with WebKit update and some fixes to compile on Mac and Linux. BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27031 0039d316-1c4b-4281-b951-d872f2087c98
* Upstreamings parts of webkit.gyp (step 3)yaar@chromium.org2009-09-231-0/+3
| | | | | | | | | | | | | | | | This is step 3 a multi-step process that is part of the webkit chromium port. This step includes: A. Removal of features.gypi, webcore.gyp and javascriptcore.gyp. All three now live upstream on webkit. B. Changing downstream dependencies to point at new upstream gyp files. Remaining steps: * Implement a mechanism to allow downstream override of upstream features.gypi. Will be part of the upstream chromium build mechanism. Review URL: http://codereview.chromium.org/212050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27000 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit update 48665:48679dglazkov@chromium.org2009-09-231-1/+1
| | | | | | | | | | | | Failures are rebaselines. R=levin TEST=none BUG=none Review URL: http://codereview.chromium.org/232004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26970 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit update 48642:48665dglazkov@chromium.org2009-09-231-1/+1
| | | | | | | | | | R=levin TEST=none BUG=none Review URL: http://codereview.chromium.org/225010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26936 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 26919.atwilson@chromium.org2009-09-231-3/+0
| | | | | | Review URL: http://codereview.chromium.org/224003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26926 0039d316-1c4b-4281-b951-d872f2087c98
* Update gyp to r668.mmoss@chromium.org2009-09-231-1/+1
| | | | | | | Review URL: http://codereview.chromium.org/220006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26920 0039d316-1c4b-4281-b951-d872f2087c98
* Added missing layout tests along with associated rebaselinings.atwilson@chromium.org2009-09-231-0/+3
| | | | | | | | | | | | | Updated DEPS to include common resource files needed by tests, and add APIs to ui_layout_test to allow specifying resource files to copy. Disabled non-working tests so we can enable worker_uitests on Mac/Linux. BUG=22174 TEST=worker_uitest Review URL: http://codereview.chromium.org/211051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26919 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.3.13.2.ager@chromium.org2009-09-231-1/+1
| | | | | | | | | | Only one change to the V8 gyp file to fix problem for gcc 4.4. BUG=none TEST=none Review URL: http://codereview.chromium.org/220005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26918 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.3.13.1.ager@chromium.org2009-09-231-1/+1
| | | | | | | | | Uninitialized memory read fix. This time without the change that causes test shell test failures. Review URL: http://codereview.chromium.org/225006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26916 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 26912.ager@chromium.org2009-09-231-1/+1
| | | | | | Review URL: http://codereview.chromium.org/219009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26914 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.3.13.ager@chromium.org2009-09-231-1/+1
| | | | | | | | | | This version contains a fix for an uninitialized memory read. BUG=22702 TEST=none Review URL: http://codereview.chromium.org/229003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26912 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 48610:48642.paul@chromium.org2009-09-221-1/+1
| | | | | | | | | BUG=none. Test=Covered by layout tests. Review URL: http://codereview.chromium.org/208065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26859 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 48585:48610.paul@chromium.org2009-09-221-1/+1
| | | | | | | | | BUG=None. TEST=Covered by layout tests. Review URL: http://codereview.chromium.org/212042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26840 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a GYP variable to indicate if a build wants Title Case strings or not.thomasvl@chromium.org2009-09-221-1/+1
| | | | | | | | | | | | | Default to Title Case strings for Mac and Linux/GTK. Pass an extra define to the invoke of grit for TitleCase strings. Test the define for grit Title Case strings and have two sets of strings where needed. DEPs roll to pick up a new GYP that will keep int values as ints. BUG=22253 TEST=The bookmark bar menus on Mac and linux gtk will be Title Case, in Windows and ChromeOS they will be Sentence case. NOTE: we'll the translations in the Title Case areas until new translations are entered. Review URL: http://codereview.chromium.org/210022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26803 0039d316-1c4b-4281-b951-d872f2087c98
* Update v8 to version 1.3.12.plesner@chromium.org2009-09-221-1/+1
| | | | | | Review URL: http://codereview.chromium.org/217015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26801 0039d316-1c4b-4281-b951-d872f2087c98
* Running gyp every time we runhooks or update.bradnelson@google.com2009-09-221-1/+1
| | | | | | | | | | | | | | Since gyp is calling a grd scanner, it has more knowledge about when grd related dependencies have changed than is practical to put into the runhooks. Since the generators are all relatively fast and do not touch their output when things haven't changed, we should just run gyp on every invocation. BUG=22332 TEST=None Review URL: http://codereview.chromium.org/215044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26791 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 48500:48585.paul@chromium.org2009-09-211-1/+1
| | | | | | | | | BUG=22526 TEST=Covered by layout tests. Review URL: http://codereview.chromium.org/214037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26735 0039d316-1c4b-4281-b951-d872f2087c98
* Update pthreads-win32 to add corresponding svn:ignore.maruel@chromium.org2009-09-211-1/+1
| | | | | | | | | | NO CODE CHANGE. TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26719 0039d316-1c4b-4281-b951-d872f2087c98
* Update third_party/icu to 26673 to grab new svn:ignoremaruel@chromium.org2009-09-211-1/+1
| | | | | | | | | | NO CODE CHANGE. TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26674 0039d316-1c4b-4281-b951-d872f2087c98
* Update ffmpeg binaries directories to support variants based off the target ↵ajwong@chromium.org2009-09-181-6/+23
| | | | | | | | | | | architecture. BUG=20948 TEST=none Review URL: http://codereview.chromium.org/215016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26630 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 48491:48500ukai@chromium.org2009-09-181-1/+1
| | | | | | | | | | TBR=dglazkov BUG=none TEST=none Review URL: http://codereview.chromium.org/213021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26553 0039d316-1c4b-4281-b951-d872f2087c98
* Preparing rollback in case things don't work out.bradnelson@google.com2009-09-181-1/+1
| | | | | | | | | | | This rolls back 26540, gregoryd's attempt at a nacl landing. BUG=None TEST=None Review URL: http://codereview.chromium.org/213019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26543 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in newer nacl.bradnelson@google.com2009-09-181-1/+1
| | | | | | | | | | BUG=None TEST=None TBR=gregoryd Review URL: http://codereview.chromium.org/211021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26542 0039d316-1c4b-4281-b951-d872f2087c98
* This is a copy of http://codereview.chromium.org/153002/showgregoryd@google.com2009-09-181-1/+1
| | | | | | | | | | First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in plugin in Chrome and runs in the renderer process.2. Most of the changes are related to launching the NaCl process (that loads and runs the NaCl module) and establishing the initial communication between that process and the NaCl plugin.3. This CL relies on another CL that contains the changes on the Native Client side: http://codereview.chromium.org/1501904. Command line flag "--internal-nacl" is required to enable the built-in NaCl plugin.5. NaCl still cannot run in Chrome sandbox, so the "--no-sandbox" flag is also required TBR=bradnelson Review URL: http://codereview.chromium.org/207025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26540 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 49483:49491japhet@chromium.org2009-09-171-1/+1
| | | | | | | | | | | | | | | BUG=10408 BUG=10409 BUG=10675 BUG=14091 BUG=18939 BUG=20987 BUG=21136 TEST=Green bots Review URL: http://codereview.chromium.org/213011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26515 0039d316-1c4b-4281-b951-d872f2087c98
* Bring the Mac Chromium render theme up to date and easier to keep merged. ↵avi@chromium.org2009-09-171-1/+1
| | | | | | | | | | | Chromium side of things. BUG=http://crbug.com/19604 TEST=no visible change on Leopard, draws correctly on Snow Leopard Review URL: http://codereview.chromium.org/173212 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26471 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 48423:48468.dglazkov@chromium.org2009-09-171-1/+1
| | | | | | | | | | TBR=ukai BUG=none TEST=none Review URL: http://codereview.chromium.org/214009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26448 0039d316-1c4b-4281-b951-d872f2087c98
* Roll deps to pick up newer GTM for sheet fix.thomasvl@chromium.org2009-09-161-1/+1
| | | | | | | | TEST=http auth works again BUG=22013 Review URL: http://codereview.chromium.org/206039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26393 0039d316-1c4b-4281-b951-d872f2087c98
* Roll gyp deps to delete old gyp_chromium from src/tools/gyp/.tony@chromium.org2009-09-161-1/+1
| | | | | | | | | TBR=evanm Review URL: http://codereview.chromium.org/204048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26391 0039d316-1c4b-4281-b951-d872f2087c98
* Abort WebKit bisection and update suppressions for leak. Looksagl@chromium.org2009-09-161-1/+1
| | | | | | | like this is already being worked on in bug 22021. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26386 0039d316-1c4b-4281-b951-d872f2087c98
* Starting to bisect the WebKit merge: step 1agl@chromium.org2009-09-161-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26385 0039d316-1c4b-4281-b951-d872f2087c98
* Make follow-up changes per r26302 review comments that were apparently not mademark@chromium.org2009-09-161-1/+1
| | | | | | | | in r26302. Set Subversion properties, fix the O3D GYP invocation to work properly, fix presubmit warnings, and do some additional cleanup. Review URL: http://codereview.chromium.org/200144 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26378 0039d316-1c4b-4281-b951-d872f2087c98
* Pick up newer GTMthomasvl@chromium.org2009-09-161-1/+1
| | | | | | | | | | Switch a bunch of window sizing over to use the helper so it's completely in all cases. BUG=none TEST=about box, hung renderer, edit search engine, and http auto still size correctly. Review URL: http://codereview.chromium.org/201137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26369 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit integration 48399:48423brettw@chromium.org2009-09-161-1/+1
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/196141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26363 0039d316-1c4b-4281-b951-d872f2087c98
* Roll pthread-win32 deps to pick up linkage change, r26337.nick@chromium.org2009-09-161-1/+1
| | | | | | | | | TBR=tim TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26338 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.3.11.1.ager@chromium.org2009-09-161-1/+1
| | | | | | | | | Patching in a 64-bit crash fix. TBR=whesse@chromium.org Review URL: http://codereview.chromium.org/206028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26334 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 26329 to re-land 26326tyoshino@google.com2009-09-161-1/+1
| | | | | | | | | | | http://src.chromium.org/viewvc/chrome?view=rev&revision=26326 It came out that your change didn't cause purify failure. I'd like to reland reverted change. Sorry. TBR=sgk Review URL: http://codereview.chromium.org/204037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26331 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 26326.tyoshino@google.com2009-09-161-1/+1
| | | | | | | | | | | | | | XP Unit (purify) failed on r26326. r26325: fine http://build.chromium.org/buildbot/waterfall/builders/XP%20Unit%20(purify)/builds/5564 (please cut and paste the address or %20 will be URLencoded...) r26326: failure http://build.chromium.org/buildbot/waterfall/builders/XP%20Unit%20(purify)/builds/5563 TBR=sgk Review URL: http://codereview.chromium.org/196138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26329 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to latest GYP revision:sgk@google.com2009-09-161-1/+1
| | | | | | | | | | * Fix options in variants like SYMBOLS=1. * Generated Makefiles auto-regenerate when .gyp files change. BUG=none TEST=none Review URL: http://codereview.chromium.org/196129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26326 0039d316-1c4b-4281-b951-d872f2087c98
* Roll pthread deps to 26317 (to pick up gyp change).nick@chromium.org2009-09-161-1/+1
| | | | | | | | | | TBR=brg TEST=none BUG=none Review URL: http://codereview.chromium.org/194125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26318 0039d316-1c4b-4281-b951-d872f2087c98
* Roll deps, pick up xdg-settings change.thestig@chromium.org2009-09-161-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26316 0039d316-1c4b-4281-b951-d872f2087c98
* Force inclusion of build/common.gypi for all chromium gyp files.yaar@chromium.org2009-09-151-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Why: Simpler build code. If everybody includes it, it should be included automatically. Why now: The webkit chromium builds need it be specified, since can't default to build/common.gypi. What was done: 1. build/common.gypi's contents were moved to a new file build/gyp_chromium.gypi 2. tools/gyp/gyp_chromium was moved to build/gyp_chromium and made to automatically include build/gyp_chromium.gypi. 3. lots of gyp files were fixed to not refer to build/common.gypi any more. 4. o3d which also builds independently of chrome, was fixed to have a gyp_o3d that includes gyp_chromium.gypi too. 5. build/common.gypi was left empty, because there are some external projects that still refer to it. Things that are left to do after this patch is in: 1. The following external files (in other repositories) need to stop include common.gypi ./third_party/hunspell/hunspell.gyp ./third_party/icu/icu.gyp ./v8/tools/gyp/v8.gyp 2. Once nobody refers to common.gypi anymore, delete common.gypi -or- Delete gyp_chromium.gypi and move its content back to common.gypi Tested on mac, win and linux. On win, got a few unit tests errors on chrome bookmarks, which should not be related. I'm running again with clobber to verify. Review URL: http://codereview.chromium.org/206006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26302 0039d316-1c4b-4281-b951-d872f2087c98
* Build sync engine as part of the browser build.nick@chromium.org2009-09-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | As before, syncapi is built as a dynamic library, and only on windows. The difference is that it's built from source, rather than being pulled in as a binary. Changes to sync engine code: * Use OS_WIN instead of OS_WINDOWS (requires build_config.h). * Rename platform-specific files to match the chrome convention. This allows them to be excluded by rules that already exist in chrome.gyp. The convention is either a /win/ directory, or an _win.cc at the end of the file. Other valid platforms are _mac, _linux, and _posix Changes to DEPS: * On Windows, pull in pthreads-win32. Changes to chrome.gyp: * Add new library targets for sync, notifier, sync_proto, and syncapi. Review URL: http://codereview.chromium.org/193103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26295 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 48388:48399brettw@chromium.org2009-09-151-1/+1
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/206018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26267 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.3.11.ager@chromium.org2009-09-151-1/+1
| | | | | | | This version contains a crash fix and some IA32 math optimizations. Review URL: http://codereview.chromium.org/205008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26210 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebKit to r48388darin@chromium.org2009-09-151-1/+1
| | | | | | | | | | | | | This commit introduces a failing webgl test. I added a skip for all webgl tests. TBR=brettw BUG=21852 TEST=none Review URL: http://codereview.chromium.org/196117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26202 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit deps rolldpranke@google.com2009-09-151-1/+1
| | | | | | | | | | R=darin@chromium.org TEST=none BUG=none Review URL: http://codereview.chromium.org/200130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26193 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebKit to r48354darin@chromium.org2009-09-141-1/+1
| | | | | | | | | | | | This meant picking up some failing tests. TBR=brettw BUG=none TEST=none Review URL: http://codereview.chromium.org/196107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26110 0039d316-1c4b-4281-b951-d872f2087c98