summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* 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
* WebKit Update 44030:44039ukai@chromium.org2009-05-221-1/+1
| | | | | | | | | | TBR=paul BUG=0 TEST=no additional regtests Review URL: http://codereview.chromium.org/115703 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16736 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 43965:44030ukai@chromium.org2009-05-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | 4 regressions on buildbot new tests LayoutTests/fast/js/global-function-resolv.html = FAIL LayoutTests/http/tests/local/drag-over-remote-content.html = FAIL LayoutTests/http/tests/security/drag-over-remote-content-iframe.html = FAIL fails LayoutTests/http/tests/mime/accept-all-text-types.html = FAIL For webkit_revision 44029, webkit/webkit.gyp updated http://codereview.chromium.org/115619 Add third_party/WebKit/WebCore/css/mediaControlsChromium.css in webkit/webkit.gyp TBR=paul BUG=0 TEST=4 regressions on buildbot Review URL: http://codereview.chromium.org/115690 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16720 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 16604. Caused xmlhttprequest-constructor-in-detached-document.html ↵sgjesse@chromium.org2009-05-211-1/+1
| | | | | | | | to fail. Review URL: http://codereview.chromium.org/115635 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16610 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.2.4.3.sgjesse@chromium.org2009-05-211-1/+1
| | | | | | | This version contains support for destingushing between calling a non function as a function or as a constructor. Review URL: http://codereview.chromium.org/115634 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16604 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 43961:43965ukai@chromium.org2009-05-211-1/+1
| | | | | | | | | | | | | Added new test LayoutTests/fast/block/float/selection-gap-clip-out-tiger-crash.html TBR=paul BUG=0 TEST=no additional regressions Review URL: http://codereview.chromium.org/113701 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16594 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 43958:43961ukai@chromium.org2009-05-211-1/+1
| | | | | | | | | | TBR=paul BUG=0 TEST=no additional regressions Review URL: http://codereview.chromium.org/113697 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16587 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 43946:43958ukai@chromium.org2009-05-211-1/+1
| | | | | | | | | | | | | | remove fail expectations LayoutTests/http/tests/security/aboutBlank/security-context-grandchildren-lexical.html LayoutTests/http/tests/security/aboutBlank/security-context-grandchildren-write-lexical.html LayoutTests/http/tests/security/aboutBlank/security-context-grandchildren-writeln-lexical.html BUG=11909 TEST=no additional test regressions Review URL: http://codereview.chromium.org/115622 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16581 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 43941:43946ukai@chromium.org2009-05-211-1/+1
| | | | | | | | | | TBR=paul BUG=0 TEST=no additional test regressions Review URL: http://codereview.chromium.org/113685 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16576 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit deps to pick up KURLGoogle.cpp with assert disabled.levin@chromium.org2009-05-201-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16550 0039d316-1c4b-4281-b951-d872f2087c98
* Use upstreamed v8 bindings for V8DOMWindowCustomjaphet@chromium.org2009-05-201-1/+1
| | | | | | | | BUG=12274 Review URL: http://codereview.chromium.org/113607 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16549 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 43889:43933levin@chromium.org2009-05-201-1/+1
| | | | | | | | | | | | Test expectation has updates for new failures along with bugs that list the change that caused the failures. BUG=0 TEST=none Review URL: http://codereview.chromium.org/115594 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16544 0039d316-1c4b-4281-b951-d872f2087c98
* Roll gyp deps. This includes the following change:tc@google.com2009-05-201-1/+1
| | | | | | | | | | | | | r496 | sgk@chromium.org | 2009-05-20 11:11:15 -0700 (Wed, 20 May 2009) | 3 lines Make copied files part of target_files, not prerequisites, so they get installed even if the target has no other output files. Review URL: http://codereview.chromium.org/113647 Review URL: http://codereview.chromium.org/113666 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16543 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.2.4.2.ager@chromium.org2009-05-201-1/+1
| | | | | | | | | | | | This new version only contains two minor changes: Fix for problem with newer gcc versions. Exposing an API to get the context of the calling JavaScript code. Review URL: http://codereview.chromium.org/113632 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16472 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 43880:43889levin@chromium.org2009-05-201-1/+1
| | | | | | | | | | | | | The only tests that are newly failing are new tests added for WCSS which are also skipped by desktop platforms (osx, windws, etc.) upstream as well. BUG=12310 TEST=no additional test regressions. Review URL: http://codereview.chromium.org/113624 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16469 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 1.2.4.1 to get fix forkasperl@google.com2009-05-201-1/+1
| | | | | | | crash in CodeGenerator::IsUnsafeSmi. Review URL: http://codereview.chromium.org/115539 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16463 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 43871:43880levin@chromium.org2009-05-201-1/+1
| | | | | | | | | BUG=0 TEST=no additional test regressions. Review URL: http://codereview.chromium.org/115546 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16458 0039d316-1c4b-4281-b951-d872f2087c98
* linux: pull in new version of ICU to get strict aliasing fix.evan@chromium.org2009-05-201-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16447 0039d316-1c4b-4281-b951-d872f2087c98
* Use upstreamed v8 bindings for CanvasRenderingContext2Djaphet@chromium.org2009-05-191-1/+1
| | | | | | | | | BUG=12262 Review URL: http://codereview.chromium.org/113599 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16424 0039d316-1c4b-4281-b951-d872f2087c98
* Roll the deps to pick up a build fix for linux and osx.levin@chromium.org2009-05-191-1/+1
| | | | | | | | | | (Corrected the header file upstream for ScriptController.h) TEST=none needed, build fix. TBR=dglazkov git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16400 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: do work with new InspectorController.pfeldman@chromium.org2009-05-191-1/+1
| | | | | | Review URL: http://codereview.chromium.org/115518 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16399 0039d316-1c4b-4281-b951-d872f2087c98
* Update to new version of tcmalloc (new spinlock implementation)mbelshe@google.com2009-05-191-1/+1
| | | | | | Review URL: http://codereview.chromium.org/113563 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16362 0039d316-1c4b-4281-b951-d872f2087c98
* Update DEPS to pull latest GURL, which includes IPv6 canonicalization.eroman@chromium.org2009-05-191-1/+1
| | | | | | Review URL: http://codereview.chromium.org/113560 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16349 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for breakpad not generating a minidump in certain cases on OSX.jeremy@chromium.org2009-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | 1)Fix logic inversion in IsCrashReporterEnabled(). 2)Don't intercept SIGPIPE in non-branded builds since it isn't fatal. 3)Roll DEPS to pickup a bunch of Mac Breakpad fixes. When breakpad is disabled, we intercept a bunch of signals so that we can crash fast, without waiting for Apple's crash reporter. The problem was that the function we where using to test whether breakpad was enabled was wrong so we were always installing these signal handlers which where just calling exit(). By fixing the IsCrashReporterEnabled() call, we no longer install these signal handlers if Breakpad is enabled. In any case SIGPIPE is non-fatal so we remove it from the list of signals we intercept. There have been a number of fixes to the OSX version of Breakpad recently, so we pull those in as well. BUG=11929 Review URL: http://codereview.chromium.org/115493 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16346 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 43832:43833dglazkov@google.com2009-05-181-1/+1
| | | | | | | | | | | | | | Compensating for the effect of moving all a11y-related files to WebCore/accessibility: http://trac.webkit.org/changeset/43835 R=levin BUG=0 TEST=no code changes, so expect test no regressions. Review URL: http://codereview.chromium.org/115494 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16341 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in new gyp version.bradnelson@chromium.org2009-05-181-1/+1
| | | | | | | | Switching idl generation to an external makefile. Review URL: http://codereview.chromium.org/113550 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16338 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 43806:43832dglazkov@google.com2009-05-181-1/+1
| | | | | | | | | | | | | | | The only casualty is a new test, which we fail: http://trac.webkit.org/changeset/43822 R=levin BUG=0 TEST=no additional test regressions. Review URL: http://codereview.chromium.org/115483 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16332 0039d316-1c4b-4281-b951-d872f2087c98