summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* Pulling in newer gyp version.bradnelson@chromium.org2009-06-271-1/+1
| | | | | | | | | | BUG=None TEST=None TBR=sgk Review URL: http://codereview.chromium.org/150005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19471 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 45270:45287jianli@chromium.org2009-06-271-1/+1
| | | | | | Review URL: http://codereview.chromium.org/149107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19457 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling in new version of python.bradnelson@chromium.org2009-06-271-1/+1
| | | | | | | | | | | BUG=None TEST=None TBR=maruel Review URL: http://codereview.chromium.org/149110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19455 0039d316-1c4b-4281-b951-d872f2087c98
* Review URL: http://codereview.chromium.org/147235jianli@chromium.org2009-06-261-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19423 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 45203:45247jianli@chromium.org2009-06-261-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/149088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19392 0039d316-1c4b-4281-b951-d872f2087c98
* Build fix: roll DEPS to pickup WebKit's r45203agl@chromium.org2009-06-251-1/+1
| | | | | | | | | | | | | | | | | 2009-06-25 Adam Langley <agl@google.com> TBRed: fix for Chromium tree. Add missing include for r45199. https://bugs.webkit.org/show_bug.cgi?id=26736 r45199 added a reference to throwError without including V8Proxy.h * bindings/v8/WorkerScriptController.cpp: git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19298 0039d316-1c4b-4281-b951-d872f2087c98
* Build fix: roll DEPS to pickup WebKit's 45201agl@chromium.org2009-06-251-1/+1
| | | | | | | | | | | | | | | | | | | 2009-06-25 Adam Langley <agl@google.com> TBRed: fix for Chromium tree. https://bugs.webkit.org/show_bug.cgi?id=26735 Fix V8IsolatedWorld to point to the correct include file. The deprecated v8_index.h was removed from the Chromium tree in r19291 and upstreamed into WebKit with r45193. However V8IsolatedWorld slipped in between the cracks and broke the build. * bindings/v8/V8IsolatedWorld.h: update with new header location. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19295 0039d316-1c4b-4281-b951-d872f2087c98
* Use upstreamed V8Indexjaphet@chromium.org2009-06-251-1/+1
| | | | | | | | | | BUG=14466 TEST=none Review URL: http://codereview.chromium.org/126296 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19291 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: plumb fontconfig call out to the sandbox host.agl@chromium.org2009-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | This is hopefully the last step before our renderers can run cleanly in a chroot. WebKit needs to be able to ask for the correct font to use in the case that the current font doesn't include glyphs for certain code points. Currently we make a fontconfig call in our WebKit port to handle this. This patch changes this so that the call is sent our via ChromiumBridge. Since we are at ChromiumBridge, we could make a sync IPC to the browser. However, fontconfig is a single threaded library and we are already using it on the UI thread in the browser, so the sync IPC would have to terminate on the UI thread. Even if this doesn't deadlock, it causes huge spikes in latency. So, instead, we send the IPC to the sandbox host process which is already setup to handle fontconfig requests from Skia. See: http://code.google.com/p/chromium/wiki/LinuxSandboxIPC git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19287 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 45134:45176jianli@chromium.org2009-06-251-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/148005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19286 0039d316-1c4b-4281-b951-d872f2087c98
* Run content scripts in their own isolated world. Hidden behind the ↵abarth@chromium.org2009-06-251-1/+1
| | | | | | | | --isolated-world command line argument to let us iterate on this feature.R=aaBUG=12218TEST=None :( (I have a testing plan we can put in place once the upstream half of this CL lands.) Review URL: http://codereview.chromium.org/118188 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19225 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebKit to 45111 and Skia to 239amanda@chromium.org2009-06-251-2/+2
| | | | | | Review URL: http://codereview.chromium.org/147121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19211 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit to r45086.darin@chromium.org2009-06-241-1/+1
| | | | | | | | R=amanda Review URL: http://codereview.chromium.org/146094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19138 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit to 45017, mark test failuresamanda@chromium.org2009-06-241-1/+1
| | | | | | | | BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/146072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19113 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebKit from r44946 to r44969amanda@chromium.org2009-06-241-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/146060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19086 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 19043.thakis@chromium.org2009-06-231-1/+1
| | | | | | Review URL: http://codereview.chromium.org/146058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19081 0039d316-1c4b-4281-b951-d872f2087c98
* Original patch by pmarks@google.com (see http://codereview.chromium.org/113944)ericroman@google.com2009-06-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | - Pull in googleurl r107, which includes the new CanonicalizeHostVerbose() function: http://code.google.com/p/google-url/source/detail?r=107 - Atomically update Chromium to make use of this new function. This allows us to extract better information about IP addresses using fewer, and cleaner, calls to googleurl. - Also, change a call to CanonicalizeIPAddress() to stay compatible with r107. The upshot of all this is, Chrome will no longer try to connect to IPv4 addresses with overflow "http://192.168.0.257", or hostnames surrounded by square brackets "http://[google.com]" BUG=none TEST={unit_tests,googleurl_unittests,net_unittests} Review URL: http://codereview.chromium.org/146053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19076 0039d316-1c4b-4281-b951-d872f2087c98
* Bring in a patch to skia that's required forthakis@chromium.org2009-06-231-1/+1
| | | | | | | | | | | http://codereview.chromium.org/141037 . BUG=http://crbug.com/14020 TEST=none Review URL: http://codereview.chromium.org/146003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19043 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.2.9.ager@chromium.org2009-06-231-1/+1
| | | | | | | | | | This version contains a couple of regular expression bugfixes as well as a string analysis bug fix. Also, there are a number of general performance improvements. Review URL: http://codereview.chromium.org/147009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19013 0039d316-1c4b-4281-b951-d872f2087c98
* Second phase of move for the support directory to a more reasonable location ↵slightlyoff@chromium.org2009-06-231-0/+3
| | | | | | | | in the tree. Review URL: http://codereview.chromium.org/144016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19000 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 44943:44946.paul@chromium.org2009-06-231-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/145015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18995 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 44943:44944.dglazkov@google.com2009-06-221-1/+1
| | | | | | | | | | R=paul TEST=none BUG=none Review URL: http://codereview.chromium.org/144011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18971 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 44928:44943.paul@chromium.org2009-06-221-1/+1
| | | | | | | | | Test=none BUG=none Review URL: http://codereview.chromium.org/144007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18969 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 44927:44928.dglazkov@google.com2009-06-221-1/+1
| | | | | | | | | | R=paul TEST=none BUG=none Review URL: http://codereview.chromium.org/141055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18937 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 44922:44927.paul@chromium.org2009-06-221-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/141053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18931 0039d316-1c4b-4281-b951-d872f2087c98
* Upgrade gtest to r267 and gmock to r173.ajwong@chromium.org2009-06-221-1/+1
| | | | | | | | | | This is step1 into removing the boost + tr1 dependency in windows. It also includes a hack to avoid brining in tr1/functional on gcc, which will move us closer to enabling -fno-rtti. This CL has passed the try servers. I've also tried compiling gmock, gmock_main, base, base_unittests, and webcore modules in vs2008 express editions. Review URL: http://codereview.chromium.org/140003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18923 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebKit r44872:44922levin@chromium.org2009-06-221-1/+1
| | | | | | | | | | | | | | | | | Compensate for atwilson@'s change to MessagePorts and add new added layout tests which failure. The deleted *expected files were due to a conversion of a test to dump as text. atwilson's code review was done in http://codereview.chromium.org/131047 BUG=None TEST=None TBR=paulg Review URL: http://codereview.chromium.org/140052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18898 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge r44837:r44872.paul@chromium.org2009-06-191-1/+1
| | | | | | Review URL: http://codereview.chromium.org/141005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18875 0039d316-1c4b-4281-b951-d872f2087c98
* Support running worker's fast layout tests in UI test framework.jianli@chromium.org2009-06-191-0/+5
| | | | | | | | | BUG=none TEST=This is a UI test. Review URL: http://codereview.chromium.org/131012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18846 0039d316-1c4b-4281-b951-d872f2087c98
* DEPS roll to revert gyp change that broke Chromium Linux builder.sgk@google.com2009-06-191-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/131117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18818 0039d316-1c4b-4281-b951-d872f2087c98
* Add 'theme_dll' as a dependency of 'chrome_dll'.sgk@google.com2009-06-191-1/+1
| | | | | | | | | gyp DEPS roll so loadable_module targets ignore import libraries. BUG=none TEST=none Review URL: http://codereview.chromium.org/131109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18813 0039d316-1c4b-4281-b951-d872f2087c98
* Roll Skia up to r224, for a few bug fixes.deanm@chromium.org2009-06-191-1/+1
| | | | | | | | | | | | | | | Most importantly this fixes a spline drawing error and a possible Linux crash when failing to load a font. The rebaselines are mostly due to minor gradient changes (Skia changes r212 and r213). There was one layout test that was hitting the spline drawing bug, and the results now look correct (svg-as-background-5.html). BUG=13007,14536 Review URL: http://codereview.chromium.org/131105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18803 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.2.8.2.sgjesse@chromium.org2009-06-191-1/+1
| | | | | | Review URL: http://codereview.chromium.org/131098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18798 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 44805:44837levin@chromium.org2009-06-191-1/+1
| | | | | | | | | | | | The deletions of results are due to conversions of test to be dumpAsText tests. TBR=paulg BUG=none TEST=none Review URL: http://codereview.chromium.org/132057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18787 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Merge from 44798:44806levin@chromium.org2009-06-181-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/132030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18752 0039d316-1c4b-4281-b951-d872f2087c98
* Roll back Skia to r198. There are just a few layout test pixeldeanm@chromium.org2009-06-181-1/+1
| | | | | | | | | | differences, but the results look like something more broken is going on. Review URL: http://codereview.chromium.org/132020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18708 0039d316-1c4b-4281-b951-d872f2087c98
* Roll up Skia to r220 to pick up MSVC warning fix.deanm@chromium.org2009-06-181-1/+1
| | | | | | | Review URL: http://codereview.chromium.org/132019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18706 0039d316-1c4b-4281-b951-d872f2087c98
* Roll up Skia to revision r219, picking up a spline rendering fix.deanm@chromium.org2009-06-181-1/+1
| | | | | | | | | BUG=14536 Review URL: http://codereview.chromium.org/136002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18705 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 44773:44798levin@chromium.org2009-06-181-1/+1
| | | | | | | | | | | | | The one change is to add HTMLDataGridElement support due to change http://trac.webkit.org/changeset/44778 TBR=paul@chromium.org BUG=None TEST=The data grid element is new but it is still under development. Review URL: http://codereview.chromium.org/126310 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18698 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.2.8.1.sgjesse@chromium.org2009-06-181-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/125255 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18693 0039d316-1c4b-4281-b951-d872f2087c98
* Roll gyp revision in DEPS to change SCons intermediate directories.sgk@google.com2009-06-181-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/131005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18685 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 44757:44773.levin@chromium.org2009-06-171-1/+1
| | | | | | | | | | | | | | The code change here is to compensate for http://trac.webkit.org/changeset/44758 which changed how to get to theme(). BUG=None TEST=Possible (but unlikely) whitespace changes in the autocomplete popup menu. Review URL: http://codereview.chromium.org/128003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18664 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 44739:44757.levin@chromium.org2009-06-171-1/+1
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/126284 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18644 0039d316-1c4b-4281-b951-d872f2087c98
* new version of GYP to support GYP_GENERATORS.thomasvl@chromium.org2009-06-171-1/+1
| | | | | | Review URL: http://codereview.chromium.org/128002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18639 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in improvements in gyp variable expansion.bradnelson@chromium.org2009-06-161-1/+1
| | | | | | | | | | BUG=None TEST=None TBR=sgk Review URL: http://codereview.chromium.org/125216 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18557 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit deps one final time for today (r44726:44739).tc@google.com2009-06-161-1/+1
| | | | | | | | | | | | This pulls in a UMR purify fix. According to the integration builders this is a safe change. TBR=levin Review URL: http://codereview.chromium.org/126232 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18548 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in newer gyp.bradnelson@chromium.org2009-06-161-1/+1
| | | | | | | | | | TEST=None BUG=None TBR=sgk Review URL: http://codereview.chromium.org/125214 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18543 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge from r44699 to r44726.tc@google.com2009-06-161-1/+1
| | | | | | | | | Compile fix for new files in r44726 and a test changed in r44712. Review URL: http://codereview.chromium.org/125207 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18529 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit merge from r44682 to r44699.tony@chromium.org2009-06-161-1/+1
| | | | | | | | | | | Not much here, just one layout test that changed expectations. Added some flakey video tests to the list while I'm at it. Review URL: http://codereview.chromium.org/126174 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18514 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.2.8.ager@chromium.org2009-06-161-1/+1
| | | | | | | This version contains a number of performance improvements. Review URL: http://codereview.chromium.org/126194 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18483 0039d316-1c4b-4281-b951-d872f2087c98