summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the clearing of the inspector messages by mapping the finction usid in ↵sgjesse@chromium.org2009-01-061-1/+1
| | | | | | | | the inspector javaScript code to the correct C++ function. Review URL: http://codereview.chromium.org/17057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7584 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Merge 39520:39606, Chromium sidedglazkov@google.com2009-01-051-4/+4
| | | | | | | | No Mac/SCons project changes needed. No regressions, a few new tests. Review URL: http://codereview.chromium.org/17060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7569 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for http://codereview.chromium.org/16411.sgjesse@chromium.org2009-01-051-1/+1
| | | | | | Review URL: http://codereview.chromium.org/17055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7544 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed console messages for messages which was not added through the ↵sgjesse@chromium.org2009-01-051-1/+1
| | | | | | | | console.xxx calls. Review URL: http://codereview.chromium.org/16411 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7543 0039d316-1c4b-4281-b951-d872f2087c98
* Roll up DEPS to pick up skia canvas ref count leak fix.deanm@chromium.org2009-01-021-1/+1
| | | | | | | | | | This is to pick up the follow change: http://codereview.chromium.org/17043 Review URL: http://codereview.chromium.org/16804 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7535 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in icu38@7525 which updated the ICU build file to refer to platformsdk ↵jungshik@google.com2008-12-311-1/+1
| | | | | | | | | | 6.1 instead of 6.0 TBR=nsylvain Review URL: http://codereview.chromium.org/16500 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7526 0039d316-1c4b-4281-b951-d872f2087c98
* Chromium piece of merge 39501:39520.pamg@google.com2008-12-311-4/+4
| | | | | | | | BUG=none TEST=covered by layout tests Review URL: http://codereview.chromium.org/17035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7523 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebKit deps to pull in build fix.pamg@google.com2008-12-311-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7519 0039d316-1c4b-4281-b951-d872f2087c98
* Chromium side of merge 39453:39501.pamg@google.com2008-12-301-4/+4
| | | | | | | | | | | | Includes new baselines for fast/transforms/identity-matrix-expected.html, which was edited slightly, and fast/backgrounds/opacity-on-document-element.html, which is new and looks correct. BUG=none TEST=none Review URL: http://codereview.chromium.org/17010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7513 0039d316-1c4b-4281-b951-d872f2087c98
* Follow up to issue 17007.estade@chromium.org2008-12-301-1/+1
| | | | | | | tbr=agl git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7495 0039d316-1c4b-4281-b951-d872f2087c98
* Follow up to issue 16424.estade@chromium.org2008-12-291-1/+1
| | | | | | Review URL: http://codereview.chromium.org/16486 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7490 0039d316-1c4b-4281-b951-d872f2087c98
* Update deps for python to pull in change to python path that picks up pyftpdlib.erikkay@google.com2008-12-291-1/+1
| | | | | | | | TBR=pam Review URL: http://codereview.chromium.org/16471 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7481 0039d316-1c4b-4281-b951-d872f2087c98
* Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the ↵evanm@google.com2008-12-261-1/+1
| | | | | | | | | | | updated ICU dep that uses it as well. Add a SHARED scons command-line flag to build shared libraries. Review URL: http://codereview.chromium.org/16477 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7479 0039d316-1c4b-4281-b951-d872f2087c98
* Kill FontCacheMacPending.cppdarin@google.com2008-12-231-1/+1
| | | | | | | | R=dglazkov Review URL: http://codereview.chromium.org/16472 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7459 0039d316-1c4b-4281-b951-d872f2087c98
* Move port/page/inspector bits to WebCore/inspector, Mac build.dglazkov@google.com2008-12-231-1/+1
| | | | | | Review URL: http://codereview.chromium.org/16255 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7456 0039d316-1c4b-4281-b951-d872f2087c98
* Delete SkiaSupport.{cpp,h} (CL 2 of 2).ericroman@google.com2008-12-231-1/+1
| | | | | | Review URL: http://codereview.chromium.org/16468 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7450 0039d316-1c4b-4281-b951-d872f2087c98
* Spam port/page/Location.cpp on top of the one in WebCore/page, Win and Linux ↵dglazkov@google.com2008-12-231-1/+1
| | | | | | | | build. Review URL: http://codereview.chromium.org/16463 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7442 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit merge 39438:39453 (CL 2 of 2).ericroman@google.com2008-12-231-4/+4
| | | | | | Review URL: http://codereview.chromium.org/16249 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7439 0039d316-1c4b-4281-b951-d872f2087c98
* Remove TextBoundariesChrome.cpp (CL 2 of 2)ericroman@google.com2008-12-231-1/+1
| | | | | | | | BUG=5814 Review URL: http://codereview.chromium.org/16237 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7431 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in a fix for a layout test and remove the test from thetc@google.com2008-12-231-1/+1
| | | | | | | | | | | | list. BUG=2976 TBR=sky Review URL: http://codereview.chromium.org/16240 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7424 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit merge 39410:39438 (CL 4 of 4).ericroman@google.com2008-12-231-4/+4
| | | | | | Review URL: http://codereview.chromium.org/16444 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7416 0039d316-1c4b-4281-b951-d872f2087c98
* Use platform/chromium from third_party/WebKit, etc.darin@chromium.org2008-12-231-1/+1
| | | | | | | | R=dglazkov Review URL: http://codereview.chromium.org/16217 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7405 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to pick up the SVGPainServerGradient change.dglazkov@google.com2008-12-231-1/+1
| | | | | | Review URL: http://codereview.chromium.org/16436 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7395 0039d316-1c4b-4281-b951-d872f2087c98
* Move RenderThemeMac to WebCore/rendering/RenderThemeChromiumMac (2/2)dglazkov@google.com2008-12-221-1/+1
| | | | | | Review URL: http://codereview.chromium.org/16213 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7376 0039d316-1c4b-4281-b951-d872f2087c98
* Move RenderThemeWin to WebCore/rendering and rename it to ↵dglazkov@google.com2008-12-221-1/+1
| | | | | | | | | | RenderThemeChromiumWin (for now) R=darin Review URL: http://codereview.chromium.org/16211 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7372 0039d316-1c4b-4281-b951-d872f2087c98
* Move port/plugins/chromium to WebCore/pluginsdglazkov@google.com2008-12-221-1/+1
| | | | | | Review URL: http://codereview.chromium.org/16421 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7363 0039d316-1c4b-4281-b951-d872f2087c98
* Move svg/graphics/skia to the vendor branch (2/2).dglazkov@google.com2008-12-221-1/+1
| | | | | | | | R=darin Review URL: http://codereview.chromium.org/16801 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7359 0039d316-1c4b-4281-b951-d872f2087c98
* cChrome side of WebKit merge 39369:39410.pamg@google.com2008-12-221-4/+4
| | | | | | | | | | | | * Move files from platform/graphics into platform/animation and platform/graphics/transforms and update include path * Add stubs for two new methods in FrameLoaderClient * Re-baseline one new layout test for Windows and add two to tests_fixable. Review URL: http://codereview.chromium.org/14917 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7352 0039d316-1c4b-4281-b951-d872f2087c98
* Initial generation of native Visual Studio solution filessgk@google.com2008-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (project files still to come). To wit: * Solution file configuration is in *_sln.scons files (base\base_sln.scons, chrome\chrome_sln.scons). * Individual Project file configuration is in the the .scons file for the relevant target (base\base_unittests.scons, third_party\libxml\libxml.scons, etc.)--that is, where their file lists will live. * MSVSProject() calls are currently placeholders that establish the existence of Project Nodes (and Project dependencies) but don't yet have actual Project configuration information (file lists, .vsprops, etc.). * Configuraiton is very manual. In particular, the entries in the .sln file will be written out in exactly the order specified in the configuration(s). The current ordering is taken from our existing .sln files, so we can generate virtually the same configurations on output. * Generated solution files are nearly byte-for-byte identical with our existing .sln files, modulo: * net\dump_cache has a WebsiteProperties sections (making that configurable per project isn't important right now); * sandbox\sandbox.sln was missing a dependency of base.vcproj on on debug_message.vcproj (present in other .sln files) * webkit\webkit.sln was missing dependencies of WebCore.vcproj on libxml_config.vcproj and libxslt_config.vcproj (present in chrome.sln); * add a handful of other miscellaneous missing dependencies on various .vcproj definitions in chrome.sln (present in other .sln files). * remove stats_viewer.csproj from chrome.sln (sorry, mbelshe), which was complicating the solution configuration with unnecessary (for us) "Mixed Platform" types; * All MSVSFolder(), MSVSProject() and MSVSSolution() calls have hard-wired guid= values taken from our existing configuration, so we can: 1) verify generation of working configs; 2) minimize diffs when checking in generated .sln files. We can remove these in the future in favor of extracting them from existing .sln files if we wish. * Add ChromeMSVSFolder(), ChromeMSVSProject() and ChromeMSVSSolution() wrappers to chromium_builders.py, that gate the underlying call to the env.MSVS*() builders based on whether env.Bit('msvs') is set (i.e., we're in --mode=msvs). * Remove platform-specific gating of to-be-ported .scons files that we now need to load on any platform to generate coheren MSVS files. Move the env.Bit('windows') tests for actually building their executables into the individual .scons files. Review URL: http://codereview.chromium.org/14472 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7297 0039d316-1c4b-4281-b951-d872f2087c98
* Chromium half of the WebKit merge from 39335 to 39369.pamg@google.com2008-12-191-4/+4
| | | | | | Review URL: http://codereview.chromium.org/15404 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7279 0039d316-1c4b-4281-b951-d872f2087c98
* Unfork CachedPage (2/2)dglazkov@google.com2008-12-181-1/+1
| | | | | | Review URL: http://codereview.chromium.org/14865 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7263 0039d316-1c4b-4281-b951-d872f2087c98
* Experimental Perf. Regression Fix (roll DEPS)dglazkov@google.com2008-12-181-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7244 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome side of unforking. I need to pull WebKit with the change that unforks ↵brettw@google.com2008-12-181-1/+1
| | | | | | | | | | | | KURL.h This makes us defile USE(GOOGLEURL) and use that instead of USE_GOOGLE_URL_LIBRARY. I also fixed some places to be able to compile without it if possible (I think I will be wanting that capability in the future to test changes they may make upstream). Review URL: http://codereview.chromium.org/14494 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7231 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 7224.dglazkov@google.com2008-12-181-1/+1
| | | | | | Review URL: http://codereview.chromium.org/14848 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7225 0039d316-1c4b-4281-b951-d872f2087c98
* Exerimental Perf. Regression Fix: Roll DEPSdglazkov@google.com2008-12-181-1/+1
| | | | | | Review URL: http://codereview.chromium.org/14847 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7224 0039d316-1c4b-4281-b951-d872f2087c98
* webkit merge 39309:39335 part 2.ojan@google.com2008-12-161-4/+4
| | | | | | Review URL: http://codereview.chromium.org/14476 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7096 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to pick up the unforked MessagePort.cpp.sgjesse@chromium.org2008-12-161-1/+1
| | | | | | | TBR=ager@chromium.org Review URL: http://codereview.chromium.org/14152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7054 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Merge 39143:39309, Part 8 (port side)dglazkov@google.com2008-12-161-4/+4
| | | | | | Review URL: http://codereview.chromium.org/14140 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7040 0039d316-1c4b-4281-b951-d872f2087c98
* Move implementation of BackForwardListClient to a new class nameddarin@chromium.org2008-12-131-1/+1
| | | | | | | | | | BackForwardListClientImpl. R=dglazkov Review URL: http://codereview.chromium.org/14407 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6959 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 39141:39143: The ScriptCallStack (2/2)dglazkov@google.com2008-12-121-4/+4
| | | | | | Review URL: http://codereview.chromium.org/14092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6956 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to pick up corresponding changes in WebKit.dglazkov@google.com2008-12-121-1/+1
| | | | | | | | TBR=ojan Review URL: http://codereview.chromium.org/13798 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6924 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 39100:39141 (CL 2 of 2).ericroman@google.com2008-12-121-4/+4
| | | | | | Review URL: http://codereview.chromium.org/14040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6881 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit merge 39050:39100 (CL 5 of 5).ericroman@google.com2008-12-111-4/+4
| | | | | | Review URL: http://codereview.chromium.org/13740 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6810 0039d316-1c4b-4281-b951-d872f2087c98
* Improve DOM object mark-compact object grouping.deanm@chromium.org2008-12-111-1/+1
| | | | | | | | | | | | | | | The previous performance was O(n^2), due to how the interface delegated grouping by id to v8. Now v8 has been changed to make the grouping the caller's responsibility. We now do the grouping in the bindings, aiming for performance and scaling with many groups: - Don't try to group as we are processing, do one final pass to group the objects together. - Ignore object groups with a single element. They have nothing else to keep alive. This change includes DEPS to bring in the v8 changes. Review URL: http://codereview.chromium.org/13342 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6782 0039d316-1c4b-4281-b951-d872f2087c98
* Roll deps to include http://codereview.chromium.org/13705.sgjesse@chromium.org2008-12-111-1/+1
| | | | | | Review URL: http://codereview.chromium.org/13737 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6781 0039d316-1c4b-4281-b951-d872f2087c98
* webkit merge 39000:39050, srcdimich@google.com2008-12-101-4/+4
| | | | | | | review: http://codereview.chromium.org/13697 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6698 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in icu38@6594 to prevent a debug build from crashingjungshik@google.com2008-12-091-1/+1
| | | | | | | | | | with a recent unforking of TextCodecICU.cpp (r6540) BUG=5261 TBR=dglazkov Review URL: http://codereview.chromium.org/13293 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6596 0039d316-1c4b-4281-b951-d872f2087c98
* Update DEPS after comitting http://codereview.chromium.org/13621 as ↵sgjesse@chromium.org2008-12-091-1/+1
| | | | | | | | | http://src.chromium.org/viewvc/chrome?view=rev&revision=6577. TBR=ager@chromium.org Review URL: http://codereview.chromium.org/13654 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6578 0039d316-1c4b-4281-b951-d872f2087c98
* Pull new WebKit to get bustage fix.brettw@google.com2008-12-091-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6573 0039d316-1c4b-4281-b951-d872f2087c98
* Pull new WebKit to get encoding fix.brettw@google.com2008-12-091-1/+1
| | | | | | Review URL: http://codereview.chromium.org/13281 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6571 0039d316-1c4b-4281-b951-d872f2087c98