summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Pull deps to get googleurl@103 (fix for z as first letter of a scheme.brettw@chromium.org2009-05-181-1/+1
| | | | | | Review URL: http://codereview.chromium.org/114032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16303 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 1.2.4. The new version containskasperl@google.com2009-05-181-1/+1
| | | | | | | | | performance improvements to the parser and code generator, and it extends the script compilation cache to allow compiled code for scripts to survive garbage collections. Review URL: http://codereview.chromium.org/115459 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16270 0039d316-1c4b-4281-b951-d872f2087c98
* Upgrading to new version of gyp.bradnelson@chromium.org2009-05-171-1/+1
| | | | | | | | Adds messages on windows and makefile rule generate option. Review URL: http://codereview.chromium.org/115450 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16259 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit update 43787:43806.dglazkov@google.com2009-05-171-1/+1
| | | | | | | | | | | | | The only casualty is a new test, which we don't pass: http://trac.webkit.org/changeset/43793 TBR=levin BUG=0 TEST=no regressions on build bots. Review URL: http://codereview.chromium.org/115447 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16252 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to versions 1.2.3.3.iposva@google.com2009-05-161-1/+1
| | | | | | | | | The only change is to properly handle numeric overflow when compiling count operations. Review URL: http://codereview.chromium.org/113499 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16229 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit version forward to include some new v8 bindingsjaphet@chromium.org2009-05-161-1/+1
| | | | | | Review URL: http://codereview.chromium.org/113495 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16215 0039d316-1c4b-4281-b951-d872f2087c98
* Complete upstreaming V8 DOM Wrapper Map.dglazkov@chromium.org2009-05-151-1/+1
| | | | | | | | | | R=levin BUG=3319 TEST=no additional regressions. Review URL: http://codereview.chromium.org/113476 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16186 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 437150:43770dglazkov@google.com2009-05-151-1/+1
| | | | | | | | | | | | A few new baselines for tests. R=levin BUG=0 TEST=0 Review URL: http://codereview.chromium.org/115407 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16166 0039d316-1c4b-4281-b951-d872f2087c98
* Merge webkit from r43671 to r43715.tc@google.com2009-05-141-1/+1
| | | | | | | | | | | One test started to fail, but it's just a line number change due to r43707. This also pulls in a layout test fix for chromium mac (content-opacity-2 timeout). Review URL: http://codereview.chromium.org/115368 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16091 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit deps from r43664 to r43671. This should fix thetc@google.com2009-05-141-1/+1
| | | | | | | | | | | | v8 compile error (v8canvaspixelarraycustom moved) and the aria compile error (r43669 upstream). There will likely be layout test failures, will follow up with them. Review URL: http://codereview.chromium.org/115363 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16076 0039d316-1c4b-4281-b951-d872f2087c98
* Merge from r43637 to r43664.tc@google.com2009-05-141-1/+1
| | | | | | | | | | | | | | | | Just some new layout tests. 2 added to a new bug, the rest are rebaselined on windows and linux. The ellipsis changes are from http://trac.webkit.org/changeset/43664 and just have font differences. border-radius-clipping just has anti-alias differences in the rounded borders (skia). transformed document element is just a font difference. Review URL: http://codereview.chromium.org/115360 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16069 0039d316-1c4b-4281-b951-d872f2087c98
* Pull new googleurl to get HostNoBrackets.brettw@chromium.org2009-05-131-1/+1
| | | | | | Review URL: http://codereview.chromium.org/115318 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15996 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit merge from 43587:43637.tc@google.com2009-05-131-1/+1
| | | | | | | | | | | Tests failing due to upstream r43604, but abarth with investigate. Otherwise, just some new baselines. Review URL: http://codereview.chromium.org/115319 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15995 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling in new version of gyp.bradnelson@chromium.org2009-05-131-1/+1
| | | | | | | | | Fixes 'inputs' as additional dependencies on windows. Fixes regression with msvs_cygwin_shell. Review URL: http://codereview.chromium.org/113349 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15975 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the trailing slash so gclient doesn't keep checking out the sources ↵thomasvl@chromium.org2009-05-131-2/+2
| | | | | | | | due to url mismatches. Review URL: http://codereview.chromium.org/115298 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15956 0039d316-1c4b-4281-b951-d872f2087c98
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-131-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | placed in third_party. All relevant skia changes (for all 3 platforms) have been upstreamed. Most of this CL is mind-numbingly repetitive. Things of interest are: skia.gyp (now points at third_party versions), DEPS, and SkUserConfig.h. stdint.h: Skia now requires C99 integer types, which MSVC doesn't support natively. I have put typedefs in config/win/stdint.h. Note that the new version of skia appears to render rects whose coordinates are "backwards" (ie., x2 < x1 or y2 < y1), which were formerly culled. There were a couple obvious instances of this in the code which I fixed, but there may be more. There were ~35 layout test failures due to minor pixel differences which I rebaselined on Windows and Linux, and 8 genuine failures related to masks and stroked text, which I have put in text_expectations.txt and assigned to myself. (There was another change which broke ~1700 tests on each platform, but I put that change behind an #ifdef for now). R=brettw Review URL: http://codereview.chromium.org/65012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15949 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.2.3.2.ager@chromium.org2009-05-131-1/+1
| | | | | | | | | | The only change is splitting a large macro into two parts so that MSVC Intellisense can handle it. TBR=ananta Review URL: http://codereview.chromium.org/113327 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15943 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in newer version of gyp.bradnelson@chromium.org2009-05-121-1/+1
| | | | | | | | | | This version puts all the libs back in lib/ Additionally activex_shim_dll.gyp now uses product_name to specify an alternate output name. Review URL: http://codereview.chromium.org/115274 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15920 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit update [43553:43587].ericroman@google.com2009-05-121-1/+1
| | | | | | | | | | | | | * LayoutTests/fast/js/instance-of-immediates.html Test was changed upstream in <http://trac.webkit.org/changeset/43560>, rebaselined to match those changes. BUG=0 TBR=dglazkov Review URL: http://codereview.chromium.org/113308 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15912 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in new gyp version with product_name support on windows.bradnelson@chromium.org2009-05-121-1/+1
| | | | | | | | Dropping setting that conflicts with this in common.gpyi Review URL: http://codereview.chromium.org/112019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15907 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.2.3.1.ager@chromium.org2009-05-121-1/+1
| | | | | | | | | | | | This version contains a register allocation crash fix, an instanceof code generation crash fix and a JSC compatibility fix which should fix issues with facebook. BUG=1717 BUG=11675 Review URL: http://codereview.chromium.org/115237 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15850 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit update [43550:43553].ericroman@google.com2009-05-121-1/+1
| | | | | | | | | | | | | I did this narrow update so the canary can go green again. LayoutTests/fast/js/instance-of-immediates.html Crashing. Not a regression, as the crash reproes in chrome 1.0 as well. <http://code.google.com/p/v8/issues/detail?id=341> Review URL: http://codereview.chromium.org/113255 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15840 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit update [43512:43550]ericroman@google.com2009-05-121-1/+1
| | | | | | | | | | | | | | | | | * LayoutTests/fast/forms/search-styled.html New test added with <http://trac.webkit.org/changeset/43522>. The corresponding change to RenderThemeWin.cpp doesn't affect chromium (which uses RenderThemeChromiumWin.cpp). Filed the follow-up bug <http://crbug.com/11793> to see if we want to make the same change to RenderThemeChromiumWin. * LayoutTests/http/tests/misc/favicon-as-image.html This go copied to a new location by <http://trac.webkit.org/changeset/43542>. Did a respective copy of the baseline (although tentatively seems to be failing locally, will see how it fares on the buildbot). TBR=dglazkov Review URL: http://codereview.chromium.org/113252 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15837 0039d316-1c4b-4281-b951-d872f2087c98
* Split V8Proxy::retrieveActiveFrame() into two methods.aa@chromium.org2009-05-121-1/+1
| | | | | | | | | | | | | | | | | | We now have RetrieveFrameForCurrentContext() and RetrieveFrameForEnteredContext(). These terms means the same thing they do in V8::Context -- 'current' is the top of the js stack and 'entered' is the bottom. I needed 'entered' to fix a bug in extensions where if you call an extension API through the web inspector we get confused and think the web inspector's view is the one who called. Review URL: http://codereview.chromium.org/113085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15828 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in new gyp version (this one relies on the buildbot scripts tobradnelson@chromium.org2009-05-111-1/+1
| | | | | | | | set GYP_MSVS_VERSION). Review URL: http://codereview.chromium.org/113230 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15808 0039d316-1c4b-4281-b951-d872f2087c98
* Revert v8 update to version 1.2.3. This update seems to introduce newager@chromium.org2009-05-111-1/+1
| | | | | | | | | crashes in layout tests. TBR=erik.corry@gmail.com Review URL: http://codereview.chromium.org/115205 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15794 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit update [43505:43511].ericroman@google.com2009-05-111-1/+1
| | | | | | | | | | | Canary shows coast is clear; updating to right before aa'a change. TBR=dglazkov TEST=0 Review URL: http://codereview.chromium.org/113226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15791 0039d316-1c4b-4281-b951-d872f2087c98
* Upgrading gyp to the latest version (pulling in vs2008 support).bradnelson@chromium.org2009-05-111-1/+1
| | | | | | | | Explicitly using vs2005 when on the buildbots. Review URL: http://codereview.chromium.org/113220 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15787 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit update 43401:43505.ericroman@google.com2009-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tests baselined are for the following reasons: LayoutTests/editing/inserting/4960120-1.html LayoutTests/fast/forms/textarea-scrollbar.html LayoutTests/fast/forms/textarea-scrolled-type.html LayoutTests/fast/overflow/overflow-focus-ring.html Margins changed with <http://trac.webkit.org/changeset/43355> requiring rebaseline. LayoutTests/fast/js/postfix-syntax.html Test was modified with <http://trac.webkit.org/changeset/43446>. LayoutTests/fast/layers/self-painting-outline.html New test with <http://trac.webkit.org/changeset/43458>. Not too sure that this baseline is actually correct, but dglazkov thinks it is a known junction issue so we won't worry too much about it... LayoutTests/editing/style/apply-through-end-of-document.html New test added with <http://trac.webkit.org/changeset/43420>. LayoutTests/fast/css/compare-content-style.html New test added with <http://trac.webkit.org/changeset/43474>. LayoutTests/webarchive/test-link-rel-icon.html New test added with <http://trac.webkit.org/changeset/43501>. We don't support webarchive, but I generated a new baseline for this anyway to keep it from complaining. Review URL: http://codereview.chromium.org/115196 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15780 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebKit to 15773 to grab the new svn:ignore.maruel@chromium.org2009-05-111-1/+1
| | | | | | Review URL: http://codereview.chromium.org/115195 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15775 0039d316-1c4b-4281-b951-d872f2087c98
* Add a 'cygwin' target to execute setup_mount.bat explicitly as asgk@google.com2009-05-111-1/+1
| | | | | | | | dependency of targets that need it (that is, any target with 'rules' or 'actions'). Review URL: http://codereview.chromium.org/115154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15774 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.2.3.ager@chromium.org2009-05-111-1/+1
| | | | | | | | | | | This version contains a register allocation crash fix and a JSC compatibility fix which should fix issues with facebook. BUG=1717 BUG=11675 Review URL: http://codereview.chromium.org/115194 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15772 0039d316-1c4b-4281-b951-d872f2087c98
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-1/+1
| | | | | | | | R=dglazkov Review URL: http://codereview.chromium.org/113186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15739 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 43371:43401darin@chromium.org2009-05-081-2/+8
| | | | | | | | R=dglazkov Review URL: http://codereview.chromium.org/113150 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15644 0039d316-1c4b-4281-b951-d872f2087c98
* Copy npapi_layout_test_plugin.dll to the plugins/ subdirectory.sgk@google.com2009-05-081-1/+1
| | | | | | | | Roll the gyp revision in DEPS to get a fix for copying files from an absolute path name or Visual Studio variable. Review URL: http://codereview.chromium.org/113142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15627 0039d316-1c4b-4281-b951-d872f2087c98
* roll deps to pick up make build fixestc@google.com2009-05-071-1/+1
| | | | | | | | | TBR=evan Review URL: http://codereview.chromium.org/115108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15600 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Merge 43361:43371, Chromium side.dglazkov@google.com2009-05-071-2/+2
| | | | | | | | | | R=darin BUG=0 TEST=0 Review URL: http://codereview.chromium.org/113127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15592 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to pick up DOMWindow.idl unfork landingdglazkov@google.com2009-05-071-1/+1
| | | | | | | | | TBR=darin BUG=0 TEST=0 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15589 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Merge 43346:43361, Chromium side.dglazkov@google.com2009-05-071-2/+2
| | | | | | | | | | R=darin BUG=0 TEST=layout tests Review URL: http://codereview.chromium.org/113117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15585 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome-side of WebKit merge 43321:43346darin@chromium.org2009-05-071-2/+2
| | | | | | | | | | | Only interesting change is in v8_custom.cpp to account for recently upstreamed V8 bindings. R=dglazkov,japhet Review URL: http://codereview.chromium.org/115090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15556 0039d316-1c4b-4281-b951-d872f2087c98
* update DEPS to pick up change from http://codereview.chromium.org/115055asargent@chromium.org2009-05-071-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15523 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to pick up changes to third_party/WebKit@15498hclam@chromium.org2009-05-071-1/+1
| | | | | | | | TBR=scherkus, darin Review URL: http://codereview.chromium.org/113077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15499 0039d316-1c4b-4281-b951-d872f2087c98
* Roll the dep to pick up changes to third_party/WebKithclam@chromium.org2009-05-071-1/+1
| | | | | | | | updated to third_party/WebKit@15492 Review URL: http://codereview.chromium.org/113075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15494 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome-side of WebKit merge 43242:43321darin@chromium.org2009-05-061-2/+2
| | | | | | | | | | | The v8_proxy.h change was authored by asargent and already reviewed here: http://codereview.chromium.org/79059 R=dglazkov Review URL: http://codereview.chromium.org/113056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15460 0039d316-1c4b-4281-b951-d872f2087c98
* roll DEPS to pick up latest WebKit (no real code changes)darin@chromium.org2009-05-061-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15384 0039d316-1c4b-4281-b951-d872f2087c98