summaryrefslogtreecommitdiffstats
path: root/webkit/build
Commit message (Collapse)AuthorAgeFilesLines
* Make the number of jobs correspond to the number of availabledarin@chromium.org2009-02-051-1/+7
| | | | | | | | | | cores. R=scherkus Review URL: http://codereview.chromium.org/21089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9241 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 40500:40539 [Chromium side]levin@chromium.org2009-02-052-9/+22
| | | | | | | | | All code fix ups were due to r40508 which "Track redirects in global history." Review URL: http://codereview.chromium.org/20077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9214 0039d316-1c4b-4281-b951-d872f2087c98
* Remove non-existent file reference.maruel@chromium.org2009-02-041-94/+12
| | | | | | Review URL: http://codereview.chromium.org/20037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9139 0039d316-1c4b-4281-b951-d872f2087c98
* WebKitMerge 40409:40464 (chromium-side).ericroman@google.com2009-02-032-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * The death of FrameLoaderClient.cpp correspond with <http://trac.webkit.org/changeset/40435> * The custom V8 binding for V8HTMLFormElement::submit() corresponds with <http://trac.webkit.org/changeset/40424> * Changes to FrameLoader::loadFrameRequestWithFormAndValues() and FrameLoadTypeRedirectWithLockedHistory correspond with <http://trac.webkit.org/changeset/40432> * No action was taken for the disable-web-security change <http://trac.webkit.org/changeset/40449>, defaults to enabled. * Frame::isFrameSet() moving to Document::isFrameSet corresponds with <http://trac.webkit.org/changeset/40443> * Frame::sendResizeEvent() moved to EventHandler::sendResizeEvent() <http://trac.webkit.org/changeset/40444> * Not sure which webkit change added RenderObjectChildList.cpp. ======================= Rebaselined the following layout tests to reflect upstream changes: ======================= * LayoutTests/fast/table/form-with-table-style.html http://trac.webkit.org/browser/trunk/LayoutTests/platform/mac/fast/table/form-with-table-style-expected.png?rev=40457 * LayoutTests/fast/table/insert-row-before-form.html http://trac.webkit.org/changeset/40456/trunk/LayoutTests/platform/mac/fast/table/insert-row-before-form-expected.txt?old=30635&old_path=trunk/LayoutTests/platform/mac/fast/table/insert-row-before-form-expected.txt * LayoutTests/tables/mozilla/bugs/bug4527.html http://trac.webkit.org/changeset/40458/trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt?old=30635&old_path=trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt * LayoutTests/tables/mozilla/bugs/bug96343.html http://trac.webkit.org/changeset/40458/trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug96343-expected.txt?old=30635&old_path=trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug96343-expected.txt * LayoutTests/tables/mozilla_expected_failures/bugs/bug1725.html http://trac.webkit.org/changeset/40459/trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt?old=30635&old_path=trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt * LayoutTests/tables/mozilla_expected_failures/other/test4.html http://trac.webkit.org/changeset/40460/trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt?old=34683&old_path=trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt * LayoutTests/editing/deleting/deletionUI-single-instance-actual.png http://trac.webkit.org/changeset/40454/trunk/LayoutTests/platform/mac/editing/deleting/deletionUI-single-instance-expected.txt?old=32226&old_path=trunk/LayoutTests/platform/mac/editing/deleting/deletionUI-single-instance-expected.txt Review URL: http://codereview.chromium.org/21007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9077 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 9052.dimich@google.com2009-02-031-13/+43
| | | | | | Review URL: http://codereview.chromium.org/20004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9054 0039d316-1c4b-4281-b951-d872f2087c98
* Try to disable PCH on browser and WebCore.dimich@google.com2009-02-021-43/+13
| | | | | | Review URL: http://codereview.chromium.org/19766 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9052 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 40364:40409, Chromium partdimich@google.com2009-01-313-9/+17
| | | | | | Review URL: http://codereview.chromium.org/19736 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9007 0039d316-1c4b-4281-b951-d872f2087c98
* Chromium side of merge 40314:40364.ojan@google.com2009-01-302-0/+9
| | | | | | Review URL: http://codereview.chromium.org/19485 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8946 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Linux: use WebKit HEAD's gtk2drawing.c"agl@chromium.org2009-01-291-2/+1
| | | | | | | | | Dean pointed out that this is causing layout test failures. Review URL: http://codereview.chromium.org/19664 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8877 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: use WebKit HEAD's gtk2drawing.cagl@chromium.org2009-01-291-1/+2
| | | | | | | Review URL: http://codereview.chromium.org/18053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8862 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome part of WebKit merge 40297:40314dimich@google.com2009-01-292-8/+8
| | | | | | Review URL: http://codereview.chromium.org/19445 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8838 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome side of WebKit Merge 40165:40297playmobil@google.com2009-01-282-9/+26
| | | | | | Review URL: http://codereview.chromium.org/19603 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8776 0039d316-1c4b-4281-b951-d872f2087c98
* Move glue.vcproj and glue.vsprops into the webkit/glue directory next to ↵tc@google.com2009-01-273-782/+1
| | | | | | | | | webkit/glue/SConscript. This is how we organize all the other google vcproj files. Review URL: http://codereview.chromium.org/18695 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8738 0039d316-1c4b-4281-b951-d872f2087c98
* Add new files for linux/mac ports.mbelshe@google.com2009-01-261-0/+3
| | | | | | Review URL: http://codereview.chromium.org/18819 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8669 0039d316-1c4b-4281-b951-d872f2087c98
* Add a new interface to JS for access to a microsecond timer (Interval).mbelshe@google.com2009-01-261-0/+28
| | | | | | | | Reorganize the extensions in v8 (currently there was only one for GC debugging). Review URL: http://codereview.chromium.org/18731 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8662 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome side of webkit merge to r40164.tc@google.com2009-01-242-0/+9
| | | | | | | | One file added between r40124 and r40164, however, all the worker files didn't seem to be in the xcode project so I added all of them. Review URL: http://codereview.chromium.org/18733 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8601 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome side of webkit merge to 40124.tc@google.com2009-01-225-15/+37
| | | | | | | | | | | | Not much here other than CanvasPixelArray being re-added in webkit@r40089. Changes: http://trac.webkit.org/changeset?new=40124@trunk&old=40086@trunk Review URL: http://codereview.chromium.org/16617 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8520 0039d316-1c4b-4281-b951-d872f2087c98
* Remove NOGDI from the SCons build (webkit merge fix).sgk@google.com2009-01-221-4/+0
| | | | | | Review URL: http://codereview.chromium.org/18474 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8425 0039d316-1c4b-4281-b951-d872f2087c98
* Add V8 bindings for Worker.jianli@chromium.org2009-01-217-4/+96
| | | | | | Review URL: http://codereview.chromium.org/17246 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8414 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit Merge 40059:40086playmobil@google.com2009-01-212-5/+32
| | | | | | Review URL: http://codereview.chromium.org/18632 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8402 0039d316-1c4b-4281-b951-d872f2087c98
* Semi-unfork BackForwardList, Chromium side.dglazkov@google.com2009-01-212-3/+3
| | | | | | | | R=darin Review URL: http://codereview.chromium.org/18626 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8398 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Merge 39972:40057, Chromium side.dglazkov@google.com2009-01-215-4/+13
| | | | | | | | R=jeremy Review URL: http://codereview.chromium.org/18608 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8370 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for bug 6100:iposva@chromium.org2009-01-203-0/+24
| | | | | | | | | | | - Introduce a CanvasPixelArray to serve as the holder for the ImageData pixel array of a canvas element. This is the V8-specific change. Review URL: http://codereview.chromium.org/18180 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8330 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build breakage. Since port.vcproj doesn't generate port.lib, its project ↵maruel@chromium.org2009-01-201-72/+6
| | | | | | | | type must be changed from Static Library to Utility. Review URL: http://codereview.chromium.org/18373 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8302 0039d316-1c4b-4281-b951-d872f2087c98
* Fix webkit_version.h generation ordering.maruel@chromium.org2009-01-204-17/+106
| | | | | | | | | | | Solution files changes are: - Glue now depends on WebCore_prebuild (and not WebCore). - WebCore depends on WebCore_prebuild. (Reapply R8295 with the path to version.xcconfig fixed) Review URL: http://codereview.chromium.org/18416 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8299 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 8295.maruel@chromium.org2009-01-204-106/+17
| | | | | | Review URL: http://codereview.chromium.org/18371 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8296 0039d316-1c4b-4281-b951-d872f2087c98
* Fix webkit_version.h generation ordering.maruel@chromium.org2009-01-204-17/+106
| | | | | | | | | Solution files changes are: - Glue now depends on WebCore_prebuild (and not WebCore). - WebCore depends on WebCore_prebuild. Review URL: http://codereview.chromium.org/18357 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8295 0039d316-1c4b-4281-b951-d872f2087c98
* Switch over to using the image decoders from third_party/WebKitdarin@chromium.org2009-01-206-103/+84
| | | | | | | | R=dglazkov Review URL: http://codereview.chromium.org/18365 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8284 0039d316-1c4b-4281-b951-d872f2087c98
* Add v8 bindings for WebKitCSSMatrix.ager@google.com2009-01-203-0/+10
| | | | | | Review URL: http://codereview.chromium.org/18361 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8275 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build bustage. Missed a file in my last commit :-(darin@chromium.org2009-01-161-4/+0
| | | | | | | | TBR=tony Review URL: http://codereview.chromium.org/18337 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8233 0039d316-1c4b-4281-b951-d872f2087c98
* Use the PluginData object instead of the PluginInfoStore interface to test fordarin@chromium.org2009-01-162-41/+8
| | | | | | | | | | plugin supported mime types. R=jam Review URL: http://codereview.chromium.org/18141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8219 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome-side of WebKit merge 39913:39933brettw@chromium.org2009-01-152-0/+9
| | | | | | Review URL: http://codereview.chromium.org/18283 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8131 0039d316-1c4b-4281-b951-d872f2087c98
* New implementations of core plugin libraries.avi@google.com2009-01-151-0/+12
| | | | | | Review URL: http://codereview.chromium.org/17427 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8122 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the build time generation of config.h and xmlversion.h.tc@google.com2009-01-151-0/+1
| | | | | | | | | | This adds a bat file which will generate config.h and xmlversion.h into the win32 directory. I updated include paths and everything seems to build. Review URL: http://codereview.chromium.org/18243 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8105 0039d316-1c4b-4281-b951-d872f2087c98
* Chromium side of WebKit merge 39894:39913 plus a one-line fix from a morebrettw@chromium.org2009-01-152-5/+6
| | | | | | | recent WebKit revision in XMLTokenizerLibxml2.cpp to make it compile. Review URL: http://codereview.chromium.org/18075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8068 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit merge 39829:39744, Chromium portion.levin@chromium.org2009-01-144-5/+13
| | | | | | Review URL: http://codereview.chromium.org/18204 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7995 0039d316-1c4b-4281-b951-d872f2087c98
* webkit/ side of moving RenderThemeGtk.{h,cpp} into rendering/darin@chromium.org2009-01-131-1/+2
| | | | | | | | R=dglazkov Review URL: http://codereview.chromium.org/17391 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7959 0039d316-1c4b-4281-b951-d872f2087c98
* Fix an invalid path in MSVC generation of new webkit_resources.vcproj.tc@google.com2009-01-131-1/+1
| | | | | | Review URL: http://codereview.chromium.org/17370 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7950 0039d316-1c4b-4281-b951-d872f2087c98
* webkit/ side of moving TextBreakIteratorInternalICUChromium.cppdarin@chromium.org2009-01-132-5/+10
| | | | | | | | R=dglazkov Review URL: http://codereview.chromium.org/17385 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7945 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup in preparation for upstreaming.darin@chromium.org2009-01-132-17/+17
| | | | | | | | R=macdome Review URL: http://codereview.chromium.org/17623 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7933 0039d316-1c4b-4281-b951-d872f2087c98
* add files needed to compile to the build; I forgot to add thesetc@google.com2009-01-132-0/+116
| | | | | | | | TBR=deanm Review URL: http://codereview.chromium.org/17369 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7912 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the windows scons build.darin@chromium.org2009-01-091-0/+1
| | | | | | | | TBR=sgk Review URL: http://codereview.chromium.org/17445 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7793 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build bustage. Need to compile dom/DOMStringList.cpp instead of ↵darin@chromium.org2009-01-081-1/+1
| | | | | | | | | | page/DOMStringList.cpp! doh :-( TBR=evan Review URL: http://codereview.chromium.org/17294 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7772 0039d316-1c4b-4281-b951-d872f2087c98
* Fix scons build for real this time.darin@chromium.org2009-01-081-1/+1
| | | | | | | | TBR=tony Review URL: http://codereview.chromium.org/17292 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7771 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Scons build.darin@chromium.org2009-01-081-0/+1
| | | | | | | | TBR=tony Review URL: http://codereview.chromium.org/17434 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7769 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 39660:39711, part 2. Covers webkit/ changes.darin@chromium.org2009-01-084-0/+14
| | | | | | | | R=ojan Review URL: http://codereview.chromium.org/17284 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7767 0039d316-1c4b-4281-b951-d872f2087c98
* Remove net_resources.rc and net_resources.h and replace ittc@google.com2009-01-081-1/+0
| | | | | | | | | | | | | | | | with a grd file that generates the same thing. We want to do this so on linux, we will have grit generate the .h file and a platform specific resource file. There's some munging going on to be able to get the effective_tld_names_clean.dat file included in the rc. This works in visual studio and scons. I need to update chrome_kjs.sln and the webkit*.sln files and the mac build before committing. Review URL: http://codereview.chromium.org/16565 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7762 0039d316-1c4b-4281-b951-d872f2087c98
* Reduce the number of warnings in third party code.maruel@chromium.org2009-01-081-1/+1
| | | | | | Review URL: http://codereview.chromium.org/16584 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7743 0039d316-1c4b-4281-b951-d872f2087c98
* Rename AffineTransformSkia to TransformationMatrixSkia, Chromium sidedglazkov@google.com2009-01-082-5/+5
| | | | | | | | R=eseidel Review URL: http://codereview.chromium.org/17421 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7740 0039d316-1c4b-4281-b951-d872f2087c98
* Move ColorSkia to ColorChromium (2/2)dglazkov@google.com2009-01-082-5/+5
| | | | | | Review URL: http://codereview.chromium.org/17419 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7738 0039d316-1c4b-4281-b951-d872f2087c98