summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* Remove all direct calls to NPN_ functions in WebCore. The replacement for ↵jorlow@chromium.org2009-08-111-1/+1
| | | | | | | | | | | | | these is the WebKit::WebBindings API. This will be a 2 sided commit with https://bugs.webkit.org/show_bug.cgi?id=28089 TEST=none BUG=none Review URL: http://codereview.chromium.org/164214 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23012 0039d316-1c4b-4281-b951-d872f2087c98
* The spec for ____storage.key() changed. Now, instead of raising an ↵jorlow@chromium.org2009-08-111-1/+1
| | | | | | | | | | | | | | | | exception when you try to access a key at an index that's greater than or equal to ___Storage.length, it simply returns a null. This is yet another demonstration of why we need a NullableString16 (rather than passing around a string and a bool) but this cannot block on that work. TEST=none BUG=none Review URL: http://codereview.chromium.org/165289 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23011 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 47010amanda@chromium.org2009-08-111-1/+1
| | | | | | | | TBR=levin Review URL: http://codereview.chromium.org/165278 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22994 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 46977, fold in http://codereview.chromium.org/164247amanda@chromium.org2009-08-101-1/+1
| | | | | | | | | in order to fix interactive UI test failures that result. BUG=18939 TEST=none Review URL: http://codereview.chromium.org/165243 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22939 0039d316-1c4b-4281-b951-d872f2087c98
* Skia merge 309:310yusukes@google.com2009-08-101-1/+1
| | | | | | | | | BUG=18333 TEST=none TBR=agl Review URL: http://codereview.chromium.org/164234 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22902 0039d316-1c4b-4281-b951-d872f2087c98
* Move to using updated chromium binaries pulled in via platform-specific DEPS.ajwong@chromium.org2009-08-081-0/+7
| | | | | | | | | BUG=16010,16638,17174 TEST=none Review URL: http://codereview.chromium.org/165193 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22853 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit update 46891:46910.senorblanco@chromium.org2009-08-071-1/+1
| | | | | | | | | | BUG=none TEST=no layout test failures TBR=pkasting Review URL: http://codereview.chromium.org/164197 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22830 0039d316-1c4b-4281-b951-d872f2087c98
* Skia merge 308:309agl@chromium.org2009-08-071-1/+1
| | | | | | | BUG=18333 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22804 0039d316-1c4b-4281-b951-d872f2087c98
* Skia merge 293:308agl@chromium.org2009-08-071-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22772 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit update 46850:46894. This required a webkit gyp change (for yusukes's ↵senorblanco@chromium.org2009-08-071-1/+1
| | | | | | | | | | | | wk 46885) and some layout rebaselines (for pkasting's 46871 and rniwa's 46860). BUG=none TEST=none TBR=pkasting Review URL: http://codereview.chromium.org/164154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22754 0039d316-1c4b-4281-b951-d872f2087c98
* Deps roll to pull in new GTM.thomasvl@chromium.org2009-08-071-1/+1
| | | | | | | | | | | | | | | | | Bookmark localization (BookmarkBar, BookmarkEditor, and BookmarkNameFolder). Toolbar localization. TabView localization (the tab itself). Bookmark Editor window fixup: Align the labels to the front of the edit fields (ui guidelines). Make the labels auto size to their text and resize the window as needed. Make the buttons auto size to their strings and adjust to stay right pinned. Make the window resize in general correctly. BUG=16764 TEST=Try the Danish local, a bunch of this UI should localized, and the bookmark editor shouldn't truncate the labels or buttons. Review URL: http://codereview.chromium.org/160328 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22730 0039d316-1c4b-4281-b951-d872f2087c98
* Update Chromium to use V8 version 1.3.2.2.sgjesse@chromium.org2009-08-071-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/164147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22727 0039d316-1c4b-4281-b951-d872f2087c98
* Update Chromium to use V8 version 1.3.2.1.sgjesse@chromium.org2009-08-071-1/+1
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/165128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22726 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in gyp change that speeds up msvs generator substantiallybradnelson@chromium.org2009-08-071-1/+1
| | | | | | | | | | | | (1m40s -> 10s) BUG=18712 TEST=None TBR=sgk Review URL: http://codereview.chromium.org/165120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22722 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit update 46841:46850senorblanco@chromium.org2009-08-061-1/+1
| | | | | | | | | | | | (including abarth's v8 revert, in hopes of fixing reliability). BUG=none TEST=no layout redness TBR=amanda Review URL: http://codereview.chromium.org/165062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22617 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit update 46829:46841senorblanco@chromium.org2009-08-061-1/+1
| | | | | | | | | | | TBR=awalker BUG=none TEST=no layout test regressions Review URL: http://codereview.chromium.org/165057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22607 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 46807:46829dglazkov@chromium.org2009-08-061-1/+1
| | | | | | | | | | TBR=senorblanco TEST=no layout test regressions BUG=none Review URL: http://codereview.chromium.org/165033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22586 0039d316-1c4b-4281-b951-d872f2087c98
* Update to WebKit r46807.pkasting@chromium.org2009-08-051-1/+1
| | | | | | | | BUG=none TEST=Covered by existing unittests Review URL: http://codereview.chromium.org/162018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22518 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 46794:46804.dglazkov@google.com2009-08-051-1/+1
| | | | | | | | | | TBR=senorblanco TEST=no layout test regressions BUG=none Review URL: http://codereview.chromium.org/160655 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22498 0039d316-1c4b-4281-b951-d872f2087c98
* 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