summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Pull new WebKit to fix the build.brettw@google.com2008-12-091-1/+1
| | | | | | Review URL: http://codereview.chromium.org/13277 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6566 0039d316-1c4b-4281-b951-d872f2087c98
* Merge WebKit from r38950 -> r39000brettw@google.com2008-12-091-4/+4
| | | | | | Review URL: http://codereview.chromium.org/11017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6563 0039d316-1c4b-4281-b951-d872f2087c98
* Pull new WebKit 38900:38950.brettw@google.com2008-12-061-4/+4
| | | | | | Review URL: http://codereview.chromium.org/13228 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6487 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Merge 38850:38900, Part 3dglazkov@google.com2008-12-051-4/+4
| | | | | | Review URL: http://codereview.chromium.org/10425 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6435 0039d316-1c4b-4281-b951-d872f2087c98
* Update DEPS to pickup changes to ScriptCallContext.h.sgjesse@chromium.org2008-12-051-1/+1
| | | | | | Review URL: http://codereview.chromium.org/13170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6426 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to catch up with all the unforking.dglazkov@google.com2008-12-041-1/+1
| | | | | | Review URL: http://codereview.chromium.org/13142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6385 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Merge 38800:38850, Part 3dglazkov@google.com2008-12-041-4/+4
| | | | | | Review URL: http://codereview.chromium.org/13118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6361 0039d316-1c4b-4281-b951-d872f2087c98
* Update to latest trunk version of V8.ager@google.com2008-12-041-1/+1
| | | | | | | | | | | | | This includes Evan's change to use char instead of wchar_t for counter names. Also, because of changes to the regexp parser, we need to rebaseline a couple of tests mainly because of error message changes. Most of the tests were already rebaselined because of differences in error messages. Review URL: http://codereview.chromium.org/12902 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6349 0039d316-1c4b-4281-b951-d872f2087c98
* De-peerable part 2. Lot of changes on the binding side.fqian@google.com2008-12-041-1/+1
| | | | | | | | | | | The binding code relies on the type id to cast 'void*' to the right C++ type in order to call ref() and deref(). Bump third_party/WebKit to 6342 to include depeered RefCounted files and etc. Review URL: http://codereview.chromium.org/12903 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6343 0039d316-1c4b-4281-b951-d872f2087c98
* src/webkit side of webkit merge 38760:38800ojan@google.com2008-12-031-4/+4
| | | | | | Review URL: http://codereview.chromium.org/13034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6325 0039d316-1c4b-4281-b951-d872f2087c98
* src/webkit side of webkit merge 38729:38760ojan@google.com2008-12-011-4/+4
| | | | | | Review URL: http://codereview.chromium.org/13028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6183 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in updated WebKit for newer RenderPartObject.cpp.pkasting@chromium.org2008-12-011-1/+1
| | | | | | Review URL: http://codereview.chromium.org/11013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6179 0039d316-1c4b-4281-b951-d872f2087c98
* Update DEPS to pull in new WebKit with unforked HTMLOptionsCollection.idlager@google.com2008-11-281-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6112 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit deps after unfork of character data. ager@google.com2008-11-271-1/+1
| | | | | | | Minor changes to the code generator for consistency. Review URL: http://codereview.chromium.org/10987 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6107 0039d316-1c4b-4281-b951-d872f2087c98
* Update src/third_party/WebKit to trunk/deps/third_party/WebKit@6096maruel@chromium.org2008-11-271-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6097 0039d316-1c4b-4281-b951-d872f2087c98
* Roll third_party/WebKit to pick up r6086.darin@chromium.org2008-11-271-1/+1
| | | | | | | | R=ojan git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6087 0039d316-1c4b-4281-b951-d872f2087c98
* Update deps to pull in rollback in third_party/WebKit.ojan@google.com2008-11-271-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6085 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in latest V8 which should fix a build bug:erikkay@google.com2008-11-271-1/+1
| | | | | | | | | BUG=http://code.google.com/p/chromium/issues/detail?id=4828 Review URL: http://codereview.chromium.org/12512 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6082 0039d316-1c4b-4281-b951-d872f2087c98
* src/webkit side of webKit merge 38653:38729ojan@google.com2008-11-271-4/+4
| | | | | | Review URL: http://codereview.chromium.org/12708 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6081 0039d316-1c4b-4281-b951-d872f2087c98