summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* Update GYP to get correct handling of variables-in-variablesmark@chromium.org2009-08-051-1/+1
| | | | | | Review URL: http://codereview.chromium.org/160650 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22484 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable the grit hook, and make it more solid in case of failures.phajdan.jr@chromium.org2009-08-051-0/+5
| | | | | | | | | | | | | I was unable to reproduce the failures from the bots on my machine. If they appear again, the build will not break, ane we will get full info. TEST=none http://crbug.com/17706 Review URL: http://codereview.chromium.org/159866 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22480 0039d316-1c4b-4281-b951-d872f2087c98
* Update Chromium to use V8 version 1.3.2.sgjesse@chromium.org2009-08-051-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/162003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22474 0039d316-1c4b-4281-b951-d872f2087c98
* Don't use work_queue_ for the isolated world scripts. Instead, we justabarth@chromium.org2009-08-051-1/+1
| | | | | | | | | | | | | | evaluate the script directly. This change will break the isolatedWorld tests until I land the change to rename the layoutTestController method upstream. R=darin TEST=Coverged by LayoutTests. Review URL: http://codereview.chromium.org/159782 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22467 0039d316-1c4b-4281-b951-d872f2087c98
* Run the DOM Storage layout tests in the UI test framework since the test ↵jorlow@chromium.org2009-08-051-12/+21
| | | | | | | | | | | | | | | shell doesn't hit very much of the new code. I still plan to write unit tests and we're still goign to enable the layout tests in test shell, but this is still a good way for us to test the full stack ASAP. Workers has used this technique for a while now. This CL factors out the layout test running code from the workers ui test and moves arounds directories a bit so not everything is in the "workers" directory. Doing this via a v8 extension is the right way to go long term, but I ran into a couple snags, so I think this is a good first step. TEST=none BUG=none Review URL: http://codereview.chromium.org/159720 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22466 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to pick up make build breakage fix.evan@chromium.org2009-08-041-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22442 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for gyp fix.evan@chromium.org2009-08-041-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22426 0039d316-1c4b-4281-b951-d872f2087c98
* Update svn:ignores.maruel@chromium.org2009-08-041-1/+1
| | | | | | | | | | NO CODE CHANGE TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22386 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 46741:46766.dglazkov@google.com2009-08-041-1/+1
| | | | | | | | | | TBR=senobrlanco TEST=none BUG=none Review URL: http://codereview.chromium.org/160585 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22381 0039d316-1c4b-4281-b951-d872f2087c98
* Roll the WebKit deps and add add stubs for the new functions in ↵jorlow@chromium.org2009-08-041-1/+1
| | | | | | | | | | | | | ChromiumBridge (as a result of the roll). The bots were good up until my change and this is breaking them now, so I think I might just commit TBR. BUG=none TEST=none Review URL: http://codereview.chromium.org/160564 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22357 0039d316-1c4b-4281-b951-d872f2087c98
* Cross-process Message Port implementation.jam@chromium.org2009-08-041-0/+2
| | | | | | | | | I'm sending this first, then I'll add support to workers in another changelist to avoid making this change larger. TEST=running message port related layout tests in ui_tests Review URL: http://codereview.chromium.org/159372 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22356 0039d316-1c4b-4281-b951-d872f2087c98
* remove clobber_generated_headers.py until we know why it's brokennsylvain@chromium.org2009-08-041-5/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22351 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge from 46726 to 46732 to unbreak the canary bots.tc@google.com2009-08-031-1/+1
| | | | | | | | | | | r46732 upstream renamed some inspector JS files so we need to update the list on our side (we should probably try to move this into WebCore.gypi). Review URL: http://codereview.chromium.org/160548 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22333 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge from 46639:46726.tc@google.com2009-08-031-1/+1
| | | | | | | | | | Two new tests. One I marked as failing because it's accessibility and the other I filed a bug to investigate after I land this. Review URL: http://codereview.chromium.org/159809 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22327 0039d316-1c4b-4281-b951-d872f2087c98
* Add hook to clobber header files generated by grit on Windows.phajdan.jr@chromium.org2009-08-031-0/+5
| | | | | | | | | | | This workarounds build problem with IncrediBuild. TEST=none http://crbug.com/17706 Review URL: http://codereview.chromium.org/159803 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22325 0039d316-1c4b-4281-b951-d872f2087c98
* Update DEPS to pick up GYP r573, to support linking against GYP-built Macmark@chromium.org2009-08-031-2/+1
| | | | | | | frameworks Review URL: http://codereview.chromium.org/159811 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22313 0039d316-1c4b-4281-b951-d872f2087c98
* DEPS roll to latest gyp.sgk@google.com2009-08-031-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/159795 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22285 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r22266.jam@chromium.org2009-08-031-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22268 0039d316-1c4b-4281-b951-d872f2087c98
* Try reverting skia to r250 to see if the blitter crashes still occur.jam@chromium.org2009-08-031-1/+1
| | | | | | | | | I'll revert this change after a chromebot run. TBR=huanr Review URL: http://codereview.chromium.org/160521 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22266 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: import new xdg-settings with a fix for recent Fedora.mdm@chromium.org2009-07-311-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/159739 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22225 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit from 46622 to 46639.tc@google.com2009-07-311-1/+1
| | | | | | | | | | | No chrome side changes. TBR=brettw Review URL: http://codereview.chromium.org/160482 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22211 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling in new gyp version with msvs version and bit-ness variables.bradnelson@chromium.org2009-07-311-1/+1
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/160461 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22166 0039d316-1c4b-4281-b951-d872f2087c98
* DEPS roll to restore 'Debug' as the default build configuration for SCons.sgk@google.com2009-07-311-1/+1
| | | | | | | | BUG=none TEST=successful build Review URL: http://codereview.chromium.org/160460 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22162 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change to cause the bots to build.tc@google.com2009-07-311-1/+0
| | | | | | | | | TBR=nsylvain Review URL: http://codereview.chromium.org/160457 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22158 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 46594:46622ukai@chromium.org2009-07-311-1/+1
| | | | | | | | | | | | | | | | webkit 46600 adds new layout tests LayoutTests/fast/forms/button-style-color.txt webkit 46617 adds new virtual method in PopupMenuClient may need clobber (buildbot failed without clobber) TBR=tony BUG=none TEST=none Review URL: http://codereview.chromium.org/159693 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22148 0039d316-1c4b-4281-b951-d872f2087c98
* Pull V8 from trunk again.sgjesse@chromium.org2009-07-311-1/+1
| | | | | | Review URL: http://codereview.chromium.org/159692 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22146 0039d316-1c4b-4281-b951-d872f2087c98
* linux: roll gyp DEPS to get makefile fixesevan@chromium.org2009-07-301-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22105 0039d316-1c4b-4281-b951-d872f2087c98
* Add a WebKit API that registers a V8 extension to be loaded into contentmpcomplete@chromium.org2009-07-301-1/+1
| | | | | | | | | | | scripts. BUG=11797 TEST=no Review URL: http://codereview.chromium.org/159542 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22091 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in a new version of xdg-settings that handles localized browser ↵mdm@chromium.org2009-07-301-1/+1
| | | | | | | | | | | settings in KDE 4. BUG=17842 TEST=none Review URL: http://codereview.chromium.org/159651 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22086 0039d316-1c4b-4281-b951-d872f2087c98
* Increase webkit revision to pick-up string caching.levin@chromium.org2009-07-301-1/+1
| | | | | | | | | | | | | Committing for antonm@chromium.org BUG=None TEST=None R=levin Review URL: http://codereview.chromium.org/160396 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22057 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 46536:46570ukai@chromium.org2009-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | webkit 46548 adds new layout tests LayoutTests/http/tests/loadig/redirect-methods.html webkit 46558 adds new pure virtual method InspectorClient::inspectorWindowObjectCleared() Added it as NOTIMPLEMENTED() in WebInspectorClient. webkit 46561 adds new layout tests LayoutTests/fast/lists/ol-start-parting.html webkit 46567 fixed /editing/style/remove-underline-{from-stylesheet,in-bold}. TBR=tony BUG=none TEST=none Review URL: http://codereview.chromium.org/159624 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22039 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit from 46531 to 46536 to help get the canary botdarin@chromium.org2009-07-291-1/+1
| | | | | | | | | | | | past the latest compile bustage. TBR=tony BUG=none TEST=none Review URL: http://codereview.chromium.org/160349 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21985 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 1.2.14.14. This change speeds upkasperl@google.com2009-07-291-1/+1
| | | | | | | | | | operations such as document.getElementById by more than 10%. BUG=none TEST=none Review URL: http://codereview.chromium.org/159589 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21953 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 1.2.14.13. This includes a couplekasperl@google.com2009-07-291-1/+1
| | | | | | | | | | of debugger fixes. BUG=16427,17886 TEST=none Review URL: http://codereview.chromium.org/160324 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21950 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 46507:46531ukai@chromium.org2009-07-291-1/+1
| | | | | | | | | | | TBR=tony BUG=none TEST=none Review URL: http://codereview.chromium.org/160321 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21948 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 1.2.14.12. This includes performancekasperl@google.com2009-07-291-1/+1
| | | | | | | | | | improvements to DOM callbacks and interceptors. TEST=none BUG=none Review URL: http://codereview.chromium.org/159579 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21947 0039d316-1c4b-4281-b951-d872f2087c98
* Update Chromium side of WebKit r46507.pkasting@chromium.org2009-07-291-1/+1
| | | | | | | | BUG=17797 TEST=none Review URL: http://codereview.chromium.org/159564 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21932 0039d316-1c4b-4281-b951-d872f2087c98
* Update DEPS to right before a change that needs a Chromium-side checkin.pkasting@chromium.org2009-07-291-1/+1
| | | | | | | | | TBR=ajwong BUG=none TEST=none Review URL: http://codereview.chromium.org/160305 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21931 0039d316-1c4b-4281-b951-d872f2087c98
* - Roll DEPS to pickup fix for failure of canvas-ImageData-behaviour.htmliposva@chromium.org2009-07-281-1/+1
| | | | | | Review URL: http://codereview.chromium.org/159545 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21904 0039d316-1c4b-4281-b951-d872f2087c98
* Skia merge 291:293agl@chromium.org2009-07-281-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21867 0039d316-1c4b-4281-b951-d872f2087c98
* Roll to WebKit 46490. DevTools: Migrate to the new ScriptObject API.pinkerton@chromium.org2009-07-281-1/+1
| | | | | | | BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21853 0039d316-1c4b-4281-b951-d872f2087c98
* Roll to WebKit 46489 in preparation of pfeldman's landing.pinkerton@chromium.org2009-07-281-1/+1
| | | | | | | BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21848 0039d316-1c4b-4281-b951-d872f2087c98
* Roll to webKit 46471 with updated test failures.pinkerton@chromium.org2009-07-281-1/+1
| | | | | | | BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21840 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 1.2.14.10. This includes a fixkasperl@google.com2009-07-281-1/+1
| | | | | | | | | | | for the newly added pixel array code where storing weird NaNs wouldn't clamp the value to zero as expected. TEST=none BUG=none Review URL: http://codereview.chromium.org/159503 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21837 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 1.2.14.9. This includes supportkasperl@google.com2009-07-281-1/+1
| | | | | | | | | | for SetIndexedPropertiesToPixelData. TEST=none BUG=none Review URL: http://codereview.chromium.org/159499 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21835 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 1.2.14.8. This includes supportkasperl@google.com2009-07-281-1/+1
| | | | | | | | | | | for stepping into setters and getters in the debugger and avoids stopping in the JavaScript code for the debugger itself. BUG=none TEST=none Review URL: http://codereview.chromium.org/159497 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21833 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 1.2.14.7. Includes a fix for akasperl@google.com2009-07-281-1/+1
| | | | | | | | | | | GC-related issue in the stack-trace capturing code and adds support for Error.captureStackTrace. TEST=none BUG=none Review URL: http://codereview.chromium.org/160264 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21832 0039d316-1c4b-4281-b951-d872f2087c98
* Skia merge 288:291agl@chromium.org2009-07-281-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21761 0039d316-1c4b-4281-b951-d872f2087c98
* Import new xdg-settings.mdm@chromium.org2009-07-281-1/+1
| | | | | | | | | BUG=17179 TEST=none Review URL: http://codereview.chromium.org/159447 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21752 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebKit to r46426.pkasting@chromium.org2009-07-271-1/+1
| | | | | | | | | TBR=levin BUG=none TEST=none Review URL: http://codereview.chromium.org/160204 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21722 0039d316-1c4b-4281-b951-d872f2087c98