summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* Take 2 at rolling gyp deps. This moves us to gyp@r512.tc@google.com2009-06-111-1/+1
| | | | | | | | | TBR=thomasvl Review URL: http://codereview.chromium.org/125001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18192 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Roll gyp deps to 511 to pick up xcode and make fixes."tc@google.com2009-06-111-1/+1
| | | | | | | | | | | This reverts commit r18183. TBR=beng Review URL: http://codereview.chromium.org/122048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18184 0039d316-1c4b-4281-b951-d872f2087c98
* Roll gyp deps to 511 to pick up xcode and make fixes.tc@google.com2009-06-111-1/+1
| | | | | | | | | TBR=thomasvl Review URL: http://codereview.chromium.org/122046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18183 0039d316-1c4b-4281-b951-d872f2087c98
* Update DEPS to pull in upstream changes that remove RGBA32Buffer::bitmap(), ↵pkasting@chromium.org2009-06-111-1/+1
| | | | | | | | | | | | | | | | and rewrite local tests to compile. Also pulls in a change that upstreamed V8CustomBinding, since that got bracketed between my upstream changes; this includes the Chromium side of that too. This change exposed a deficiency in the XBM testing where we were erroneously using a zero-length set of image data to calculate the MD5 sum (because we were using the buffer rect instead of the image size, and the XBM decoder wasn't correctly setting the rect). Fixed the test to use the image size (which is more correct for this application), will fix the XBM decoder upstream to set the rect correctly. This in turn required generating new MD5 sums, which required patching the generation code (which is normally #ifdefed away) to also work with the past couple years of changes. This commit will need to land at the same time as one that updates the expected sums; during the period where either commit is in place without the other, the XBM decoding tests will fail. BUG=13633 TEST=Covered by unittests Review URL: http://codereview.chromium.org/121001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18131 0039d316-1c4b-4281-b951-d872f2087c98
* Roll to the new version of tcmalloc.mbelshe@google.com2009-06-101-1/+1
| | | | | | | | | | | This is so that we can pick up set_new_mode(). BUG=11475 TEST=none Review URL: http://codereview.chromium.org/118523 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18105 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit to r44571darin@chromium.org2009-06-101-1/+1
| | | | | | | | | | BUG=none TEST=none R=pkasting Review URL: http://codereview.chromium.org/119430 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18073 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 1.2.7.1 to get fix forkasperl@google.com2009-06-101-1/+1
| | | | | | | | | | code generation issue with left shifts with zero. BUG=none TEST=none Review URL: http://codereview.chromium.org/119418 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18050 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebKit to r44544.darin@chromium.org2009-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | 1- WorkerThread::create() now takes a WorkerLoaderProxy parameter, which I implemented in a stub fashion on WebWorkerImpl. I'm sure the WebWorker guys will fix this up properly. 2- Removed expirationDate and setExpirationDate members of WebURLResponse consistent with their removal from WebCore::ResourceResponseBase. The corresponding logic for computing cache eviction time is now part of WebCore. 3- Added wtf/DateMath.{h,cpp} to the build. TEST=covered by existing tests, I hope! BUG=none R=eroman Review URL: http://codereview.chromium.org/119387 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17983 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.2.7.ager@chromium.org2009-06-081-1/+1
| | | | | | | | | | | | | | This version contains: - A couple of compilation time improvements. - Optimized interceptor access for certain situations. - Fix for one GCC 4.4 compilation problem. - A new API function needed for caching of the document wrapper on the global object. - A minor change to the eval implementation to follow other JavaScript implementations more closely. Review URL: http://codereview.chromium.org/119305 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17852 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 44434:44438ukai@chromium.org2009-06-051-1/+1
| | | | | | | | | | | | | Add one new layout test to test_expectations.txt LayoutTests/editing/execCommand/convert-style-elements-to-spans.html = FAIL TBR=darin BUG=none TEST=none Review URL: http://codereview.chromium.org/118303 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17726 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 44419:44434ukai@chromium.org2009-06-051-1/+1
| | | | | | | | | | TBR=darin BUG=12860,12881,12882 TEST=pass 5 failed/crashed layout tests and one new layout test Review URL: http://codereview.chromium.org/119236 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17719 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in new gyp version (makes vs2005 the default).bradnelson@chromium.org2009-06-041-1/+1
| | | | | | | | | | BUG=None TEST=None TBR=sgk Review URL: http://codereview.chromium.org/118243 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17676 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit 44405:44419dimich@google.com2009-06-041-1/+1
| | | | | | | | | Roll DEPS for WebKit. Also, fixed layout test from 13305 upstream, removing it from expectations. BUG=13305 (fixed) TEST=none Review URL: http://codereview.chromium.org/118251 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17653 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit 44372:44405, resubmit.dimich@google.com2009-06-041-1/+1
| | | | | | | | | | | | | | | | Fixed Mac build (needed to remove a file that was removed upstream). Added expected Linux layout tests failures from the first landing attempt. Removing the chromium-specific snapshot for list-wrapping-image-crash-expected.html test because the test was incorrectly added upstream. Will fix it upstream and then re-enable in Chromium. Original code review: http://codereview.chromium.org/118215 TBR=ukai BUG=13305, 13313, 13314 (layout tests - reenable, rebaseline) TEST=none Review URL: http://codereview.chromium.org/119156 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17616 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 17601 (build break on mac)dimich@google.com2009-06-041-1/+1
| | | | | | | | TBR=ukai BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17602 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit DEP roll 44372:44405dimich@google.com2009-06-041-1/+1
| | | | | | | | | | BUG=none TEST=no compile or layout test failures. There is a change (http://trac.webkit.org/changeset/44401) here which will likely break quite a few Linux layout tests. The plan is to run the build, then add all the tests with REBASELINE keyword into test_expectations.txt for automated rebaselining. Review URL: http://codereview.chromium.org/118215 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17601 0039d316-1c4b-4281-b951-d872f2087c98
* Successor to http://codereview.chromium.org/115748brettw@chromium.org2009-06-041-1/+1
| | | | | | | | | | | | | This change pulls in the new googleurl, which contains the ability to parse partial IPv6 literals. Add a test for chromium's SegmentURL, to verify that it's working. BUG=none TEST=Ran "unit_tests" in Debug and Release mode. Patch by pmarks@google.com git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17598 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for extra BreakPad param upload on OSXjeremy@chromium.org2009-06-031-1/+1
| | | | | | | | | | | | | A change in Breakpad upstream caused the custom key/value pairs we specified to no longer be sent to crash server (e.g. process type). This change pulls in an upstream fix and causes our code to use new APIs to specify this information. BUG=13131 TEST=Crash breakpad, look at crash dump on crash server, make sure pytpe field is present. Review URL: http://codereview.chromium.org/119121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17563 0039d316-1c4b-4281-b951-d872f2087c98
* Updating googleurl from 104 to 105.tommi@chromium.org2009-06-031-1/+1
| | | | | | | | This is to pull in change 118062 (http://codereview.chromium.org/118062). Review URL: http://codereview.chromium.org/119059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17454 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 44342:44372.dglazkov@google.com2009-06-021-1/+1
| | | | | | | | | | TBR=dimich BUG=none TEST=no compile or layout test failures. Review URL: http://codereview.chromium.org/118138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17441 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to skia r198. This picks up a number of bugfixes for layout tests,senorblanco@chromium.org2009-06-021-1/+1
| | | | | | | | | | | | | | and font stuff for Linux. Rebaselines affected tests, adjusts test_expectations, and removes an extraneous include dir. (Also sets the svn:mime-type prop on some of the linux PNG files; they still diff as text in rietveld this time, but I think they should be happier for next time.) BUG=http://crbug.com/12002 TEST=If it builds, and layout tests pass, you're happy. Review URL: http://codereview.chromium.org/118128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17434 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 44286:44342.dglazkov@google.com2009-06-021-1/+1
| | | | | | | | | | R=dimich BUG=none TEST=no compile or layout test failures. Review URL: http://codereview.chromium.org/118117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17402 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling in new version of gyp with support for referring to existingbradnelson@chromium.org2009-06-011-1/+1
| | | | | | | | | | | checked in vcproj files. BUG=None TEST=None Review URL: http://codereview.chromium.org/118093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17367 0039d316-1c4b-4281-b951-d872f2087c98
* Roll one revision back in WebKit update.dglazkov@google.com2009-06-011-1/+1
| | | | | | | | | TBR=dimich TEST=no layout test regressions. BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17348 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 44252:44287dglazkov@google.com2009-06-011-1/+1
| | | | | | | | | | R=dimich TEST=no additional layout test failures BUG=none Review URL: http://codereview.chromium.org/118084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17346 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling in guid check in gyp.bradnelson@chromium.org2009-05-311-1/+1
| | | | | | Review URL: http://codereview.chromium.org/118056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17300 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.2.6.1 to fix build on certain GCC versions.ager@chromium.org2009-05-291-1/+1
| | | | | | | | | The only change is the addition of a couple of parenthesis. TBR=sgjesse@chromium.org Review URL: http://codereview.chromium.org/118018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17252 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in gyp improvements.bradnelson@chromium.org2009-05-291-1/+1
| | | | | | Review URL: http://codereview.chromium.org/115953 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17251 0039d316-1c4b-4281-b951-d872f2087c98
* roll breakpad version to r344 (ToT).jeremy@chromium.org2009-05-291-1/+1
| | | | | | | | | | | | This pulls in a fix by stuartmorgan: http://code.google.com/p/google-breakpad/source/detail?r=341 BUG=12919 TEST=None possible. Review URL: http://codereview.chromium.org/114064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17235 0039d316-1c4b-4281-b951-d872f2087c98
* Deps roll to pick up the new GYP.thomasvl@chromium.org2009-05-291-1/+1
| | | | | | | | | | Put the chrome pdfs back in the mac_bundle_resources list since rules now match there also. TEST=none BUG=none Review URL: http://codereview.chromium.org/112071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17230 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 44202:44252brettw@chromium.org2009-05-291-1/+1
| | | | | | Review URL: http://codereview.chromium.org/113985 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17189 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 1.2.6.sgjesse@chromium.org2009-05-291-1/+1
| | | | | | | This fixes a number of issue, and provides some additional support and fixes needed for the dev tools. Review URL: http://codereview.chromium.org/115921 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17181 0039d316-1c4b-4281-b951-d872f2087c98
* DEPS roll for gyp SCons generator that copies symlinks.sgk@google.com2009-05-291-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/115915 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17175 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling in a new version of gyp.bradnelson@chromium.org2009-05-291-1/+1
| | | | | | | | This will generate prettier looking sln files. Review URL: http://codereview.chromium.org/113979 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17138 0039d316-1c4b-4281-b951-d872f2087c98
* Adding o3d to the list of directories that checkdeps should ignore.gspencer@google.com2009-05-281-0/+1
| | | | | | | BUG=none TEST=ran gclient sync to verify syntax of DEPS change. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17045 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Merge 44152:44202.paulg@google.com2009-05-271-1/+1
| | | | | | Review URL: http://codereview.chromium.org/113926 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17036 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit update 44143:44151paulg@google.com2009-05-261-1/+1
| | | | | | | | | Includes gyp update for WebKit file renaming: AccessibilityAria* --> AccessibilityARIA* Review URL: http://codereview.chromium.org/115800 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16952 0039d316-1c4b-4281-b951-d872f2087c98
* Recommit r16863 -- WebKit Update 44123:44143 -- we rebootedwtc@chromium.org2009-05-261-1/+1
| | | | | | | | | | | the "Vista Tests" buildbot. TBR=ukai BUG=none TEST=none Review URL: http://codereview.chromium.org/115783 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16874 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r16863 -- WebKit Update 44123:44143 -- becausewtc@chromium.org2009-05-261-1/+1
| | | | | | | | | | | | | | | three tests (TestTwoAuths, TestDigestAuth, TestBasicAuth) from LoginPromptTest in ui_tests.exe started to fail on the "Vista Tests" buildbot after this checkin. Note that those three tests are still passing on the "XP Tests", "XP Tests (dbg)(1)", and "Vista Tests (dbg)(1)" buildbots. TBR=ukai BUG=none TEST=none Review URL: http://codereview.chromium.org/112060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16873 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 1.2.5.1 to get the improvedkasperl@google.com2009-05-261-1/+1
| | | | | | | | | | compilation cache histograms. BUG=none TEST=none Review URL: http://codereview.chromium.org/115769 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16869 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 1.2.5. This update improves compilationkasperl@google.com2009-05-261-1/+1
| | | | | | | | | | | | | | performance by tweaking the code generator data structures, and by avoiding to overly optimize property loads in code that's not frequently executed. We've also added better statistics gathering for compilation cache hits across cache generations and for remembered set bits in pages. TBR=iposva@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/113830 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16866 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 44123:44143ukai@chromium.org2009-05-261-1/+1
| | | | | | | | | BUG=0 TEST=no additional regtests Review URL: http://codereview.chromium.org/113818 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16863 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.2.4.3.sgjesse@chromium.org2009-05-251-1/+1
| | | | | | | | | | | This version contains support for destingushing between calling a non function as a function or as a constructor. This is take two of http://codereview.chromium.org/115634, including changes to layout test expectations caused by the changes to runtime.js in V8. TBR=ager@chromium.org Review URL: http://codereview.chromium.org/115755 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16851 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit to r44123darin@chromium.org2009-05-251-1/+1
| | | | | | | | | | | | | | | | | This required dealing with a few changes in WebKit: 1- ImageBuffer::create() now returns a PassOwnPtr instead of an auto_ptr. 2- ChromeClient::createHTMLParserQuirks() now returns a PassOwnPtr instead of a raw pointer. 3- HTMLFormControlElement::onChange was renamed dispatchFormControlChangeEvent. 4- dom/SelectElement.{h,cpp} were added to the tree. TEST=none R=ukai BUG=none Review URL: http://codereview.chromium.org/115751 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16849 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 44065:44094ukai@chromium.org2009-05-251-1/+1
| | | | | | | | | | TBR=paul BUG=0 TEST=one additional regtest failure, two regtest passes by buildbot Review URL: http://codereview.chromium.org/115749 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16846 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS and fix build bustage. Propagate rename of policyBaseURL -> ↵abarth@chromium.org2009-05-221-1/+1
| | | | | | | | | | | | firstPartyForCookies a bit further. TBR=darin TEST=It complies! BUG=None Review URL: http://codereview.chromium.org/112055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16804 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit DEPS and fix compile errors.abarth@chromium.org2009-05-221-1/+1
| | | | | | | | | | TBR=wtc BUG=None TEST=It compiles Review URL: http://codereview.chromium.org/115717 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16784 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in latest gyp improvement (copy file fix on windows).bradnelson@chromium.org2009-05-221-1/+1
| | | | | | Review URL: http://codereview.chromium.org/113773 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16770 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 16748.abarth@chromium.org2009-05-221-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16750 0039d316-1c4b-4281-b951-d872f2087c98
* Fix future build break from upstream renaming patch.abarth@chromium.org2009-05-221-1/+1
| | | | | | | | | | R=wtc BUG=None TEST=It compiles! It must work. Review URL: http://codereview.chromium.org/115702 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16748 0039d316-1c4b-4281-b951-d872f2087c98