[webkit-changes] [240038] trunk/Source/WTF

2019-01-16 Thread berto
Title: [240038] trunk/Source/WTF Revision 240038 Author be...@igalia.com Date 2019-01-16 08:32:36 -0800 (Wed, 16 Jan 2019) Log Message [WTF] Compilation fails with system malloc https://bugs.webkit.org/show_bug.cgi?id=172445 Reviewed by Michael Catanzaro. Follow-up to r217270. The sysin

[webkit-changes] [235194] trunk

2018-08-22 Thread berto
Title: [235194] trunk Revision 235194 Author be...@igalia.com Date 2018-08-22 13:27:22 -0700 (Wed, 22 Aug 2018) Log Message Don't use WTF_CPU_MIPS when building for mips64 https://bugs.webkit.org/show_bug.cgi?id=188858 Reviewed by Michael Catanzaro. * CMakeLists.txt: Use WTF_CPU_MIPS64

[webkit-changes] [231843] trunk

2018-05-16 Thread berto
Title: [231843] trunk Revision 231843 Author be...@igalia.com Date 2018-05-16 06:33:50 -0700 (Wed, 16 May 2018) Log Message [CMake] Properly detect compiler flags, needed libs, and fallbacks for usage of 64-bit atomic operations https://bugs.webkit.org/show_bug.cgi?id=182622 Reviewed by

[webkit-changes] [232067] trunk

2018-05-22 Thread berto
Title: [232067] trunk Revision 232067 Author be...@igalia.com Date 2018-05-22 08:54:48 -0700 (Tue, 22 May 2018) Log Message [CMake] Properly detect compiler flags, needed libs, and fallbacks for usage of 64-bit atomic operations https://bugs.webkit.org/show_bug.cgi?id=182622 Reviewed by

[webkit-changes] [207403] trunk/Source/WebCore

2016-10-17 Thread berto
Title: [207403] trunk/Source/WebCore Revision 207403 Author be...@igalia.com Date 2016-10-17 02:06:17 -0700 (Mon, 17 Oct 2016) Log Message [GTK] gobject-introspection on package build with webkit2gtk fails without active X session https://bugs.webkit.org/show_bug.cgi?id=163105 Reviewed b

[webkit-changes] [224329] trunk

2017-11-02 Thread berto
Title: [224329] trunk Revision 224329 Author be...@igalia.com Date 2017-11-02 06:41:16 -0700 (Thu, 02 Nov 2017) Log Message Unreviewed, fix typos in library names for the GTK+ port. * Source/cmake/OptionsGTK.cmake: Modified Paths trunk/ChangeLog trunk/Source/cmake/OptionsGTK.cmake

[webkit-changes] [224725] trunk/Source/WebCore

2017-11-11 Thread berto
Title: [224725] trunk/Source/WebCore Revision 224725 Author be...@igalia.com Date 2017-11-11 00:08:20 -0800 (Sat, 11 Nov 2017) Log Message [GTK] PlatformGTK.cmake: use the PKG_CONFIG_EXECUTABLE variable https://bugs.webkit.org/show_bug.cgi?id=179547 Patch by Helmut Grohne on 2017-11-11

[webkit-changes] [199458] trunk/Source/JavaScriptCore

2016-04-13 Thread berto
Title: [199458] trunk/Source/_javascript_Core Revision 199458 Author be...@igalia.com Date 2016-04-13 03:50:50 -0700 (Wed, 13 Apr 2016) Log Message Fix build in glibc-based BSD systems https://bugs.webkit.org/show_bug.cgi?id=156533 Reviewed by Carlos Garcia Campos. Change the order of t

[webkit-changes] [200046] trunk/Source/WebCore

2016-04-25 Thread berto
Title: [200046] trunk/Source/WebCore Revision 200046 Author be...@igalia.com Date 2016-04-25 13:48:04 -0700 (Mon, 25 Apr 2016) Log Message [GTK] Crashes if DISPLAY is unset https://bugs.webkit.org/show_bug.cgi?id=156972 Reviewed by Carlos Garcia Campos. If DISPLAY is unset then m_displa

[webkit-changes] [200125] trunk/Source/JavaScriptCore

2016-04-27 Thread berto
Title: [200125] trunk/Source/_javascript_Core Revision 200125 Author be...@igalia.com Date 2016-04-27 04:12:33 -0700 (Wed, 27 Apr 2016) Log Message [GTK] Fails to build randomly when generating LLIntDesiredOffsets.h https://bugs.webkit.org/show_bug.cgi?id=155427 Reviewed by Carlos Garcia

[webkit-changes] [222275] trunk

2017-09-20 Thread berto
Title: [75] trunk Revision 75 Author be...@igalia.com Date 2017-09-20 12:04:05 -0700 (Wed, 20 Sep 2017) Log Message Fix HPPA and Alpha builds https://bugs.webkit.org/show_bug.cgi?id=177224 Reviewed by Alex Christensen. .: * CMakeLists.txt: Source/_javascript_Core: * CMakeList

[webkit-changes] [198527] trunk/Source

2016-03-22 Thread berto
Title: [198527] trunk/Source Revision 198527 Author be...@igalia.com Date 2016-03-22 06:47:30 -0700 (Tue, 22 Mar 2016) Log Message Source/ThirdParty/ANGLE: Unreviewed typo fix. * src/compiler/translator/InfoSink.cpp: (TInfoSinkBase::prefix): "UNKOWN" => "UNKOWN". Source/WebCore: Unrevie

[webkit-changes] [198945] trunk/Source/JavaScriptCore

2016-04-01 Thread berto
Title: [198945] trunk/Source/_javascript_Core Revision 198945 Author be...@igalia.com Date 2016-04-01 03:36:42 -0700 (Fri, 01 Apr 2016) Log Message [JSC] Missing PATH_MAX definition https://bugs.webkit.org/show_bug.cgi?id=156102 Reviewed by Yusuke Suzuki. Not all systems define PATH_MAX

[webkit-changes] [212829] trunk

2017-02-22 Thread berto
Title: [212829] trunk Revision 212829 Author be...@igalia.com Date 2017-02-22 08:53:17 -0800 (Wed, 22 Feb 2017) Log Message [GTK] [2.15.90] Disable RESOURCE_USAGE on non-Linux systems https://bugs.webkit.org/show_bug.cgi?id=168714 Reviewed by Carlos Garcia Campos. * Source/cmake/Options

[webkit-changes] [193745] trunk/Source/JavaScriptCore

2015-12-08 Thread berto
Title: [193745] trunk/Source/_javascript_Core Revision 193745 Author be...@igalia.com Date 2015-12-08 02:26:39 -0800 (Tue, 08 Dec 2015) Log Message Unreviewed. Use pageSize() instead of getpagesize() after r193648 * interpreter/JSStack.cpp: (JSC::commitSize): Modified Paths trunk/Sourc

[webkit-changes] [193753] trunk/Source/JavaScriptCore

2015-12-08 Thread berto
Title: [193753] trunk/Source/_javascript_Core Revision 193753 Author be...@igalia.com Date 2015-12-08 08:42:18 -0800 (Tue, 08 Dec 2015) Log Message Unreviewed. Remove unnecessary check for 0 in commitSize(). Change suggested by Darin Adler in bug #130237. * interpreter/JSStack.cpp: (JSC

[webkit-changes] [194498] trunk/Source/WebInspectorUI

2016-01-02 Thread berto
Title: [194498] trunk/Source/WebInspectorUI Revision 194498 Author be...@igalia.com Date 2016-01-02 01:39:56 -0800 (Sat, 02 Jan 2016) Log Message [GTK] webkit 2.3.5 build failure with python 3.3.4 https://bugs.webkit.org/show_bug.cgi?id=128971 Reviewed by Michael Catanzaro. Make sure th

[webkit-changes] [215180] trunk/Source/WTF

2017-04-10 Thread berto
Title: [215180] trunk/Source/WTF Revision 215180 Author be...@igalia.com Date 2017-04-10 05:55:07 -0700 (Mon, 10 Apr 2017) Log Message [GTK] Fix x32 build https://bugs.webkit.org/show_bug.cgi?id=170673 Patch by Thorsten Glaser on 2017-04-10 Reviewed by Carlos Alberto Lopez Perez. * wtf

[webkit-changes] [256612] trunk/Source/WebKit

2020-02-14 Thread berto
Title: [256612] trunk/Source/WebKit Revision 256612 Author be...@igalia.com Date 2020-02-14 08:43:30 -0800 (Fri, 14 Feb 2020) Log Message [WPE] WPEQtView.h includes the uninstalled WPEQtViewBackend.h https://bugs.webkit.org/show_bug.cgi?id=207765 Reviewed by Philippe Normand. Do a forwa

[webkit-changes] [256727] trunk

2020-02-17 Thread berto
Title: [256727] trunk Revision 256727 Author be...@igalia.com Date 2020-02-17 02:54:46 -0800 (Mon, 17 Feb 2020) Log Message [WPE] Change the QML plugin install path https://bugs.webkit.org/show_bug.cgi?id=207761 Reviewed by Philippe Normand. Source/WebKit: This way there's no need to s

[webkit-changes] [290883] trunk/Source/WebCore

2022-03-07 Thread berto
Title: [290883] trunk/Source/WebCore Revision 290883 Author be...@igalia.com Date 2022-03-07 04:43:32 -0800 (Mon, 07 Mar 2022) Log Message makeprop.pl breaks reproducible builds https://bugs.webkit.org/show_bug.cgi?id=237521 Reviewed by Carlos Garcia Campos. * css/makeprop.pl: Sort hash

[webkit-changes] [246035] trunk/Source/WebDriver

2019-06-03 Thread berto
Title: [246035] trunk/Source/WebDriver Revision 246035 Author be...@igalia.com Date 2019-06-03 07:28:19 -0700 (Mon, 03 Jun 2019) Log Message REGRESSION(r245567): [GTK][WPE] [2.25.1] WebKitWebDriver gets installed as WebDriver https://bugs.webkit.org/show_bug.cgi?id=198480 Patch by Carlos

[webkit-changes] [283869] trunk

2021-10-09 Thread berto
Title: [283869] trunk Revision 283869 Author be...@igalia.com Date 2021-10-09 14:19:09 -0700 (Sat, 09 Oct 2021) Log Message Add GitHub account to contributors.json Unreviewed. * metadata/contributors.json: Modified Paths trunk/ChangeLog trunk/metadata/contributors.json Diff Modif

[webkit-changes] [284679] trunk/Source/WebKit

2021-10-22 Thread berto
Title: [284679] trunk/Source/WebKit Revision 284679 Author be...@igalia.com Date 2021-10-22 06:48:45 -0700 (Fri, 22 Oct 2021) Log Message Unreviewed, fix typo in the WebKitWebInspector documentation. * UIProcess/API/gtk/WebKitWebInspector.cpp: Modified Paths trunk/Source/WebKit/ChangeL

[webkit-changes] [277551] trunk/Source/WTF

2021-05-15 Thread berto
Title: [277551] trunk/Source/WTF Revision 277551 Author be...@igalia.com Date 2021-05-15 16:54:52 -0700 (Sat, 15 May 2021) Log Message CeilingOnPageSize too low for Loongson CPUs https://bugs.webkit.org/show_bug.cgi?id=221198 Reviewed by Michael Catanzaro. Increase the page size to 16K

[webkit-changes] [277609] trunk/Source/WebCore

2021-05-17 Thread berto
Title: [277609] trunk/Source/WebCore Revision 277609 Author be...@igalia.com Date 2021-05-17 15:55:13 -0700 (Mon, 17 May 2021) Log Message [GTK] [2.33.1] Fails to build when HAVE_OPENGL_ES_3 is on https://bugs.webkit.org/show_bug.cgi?id=225867 Reviewed by Adrian Perez de Castro. Include

[webkit-changes] [273643] trunk/Source/WebKit

2021-03-01 Thread berto
Title: [273643] trunk/Source/WebKit Revision 273643 Author be...@igalia.com Date 2021-03-01 01:42:06 -0800 (Mon, 01 Mar 2021) Log Message [GTK] Fails to build in i386: static assertion failed: divisor must be a power of two https://bugs.webkit.org/show_bug.cgi?id=222480 Reviewed by Carlo

[webkit-changes] [275014] trunk/Source/WTF

2021-03-25 Thread berto
Title: [275014] trunk/Source/WTF Revision 275014 Author be...@igalia.com Date 2021-03-25 05:10:54 -0700 (Thu, 25 Mar 2021) Log Message REGRESSION(r271560): [Linux] release assert in Thread::initializePlatformThreading https://bugs.webkit.org/show_bug.cgi?id=223069 Reviewed by Carlos Garc

[webkit-changes] [264923] trunk

2020-07-27 Thread berto
Title: [264923] trunk Revision 264923 Author be...@igalia.com Date 2020-07-27 08:44:10 -0700 (Mon, 27 Jul 2020) Log Message [GTK] Default to OpenGL ES in arm https://bugs.webkit.org/show_bug.cgi?id=214828 Reviewed by Carlos Garcia Campos. * Source/cmake/OptionsGTK.cmake: Modified Paths

[webkit-changes] [265217] trunk/Source/JavaScriptCore

2020-08-03 Thread berto
Title: [265217] trunk/Source/_javascript_Core Revision 265217 Author be...@igalia.com Date 2020-08-03 14:02:49 -0700 (Mon, 03 Aug 2020) Log Message [GTK] 2.29.4 fails to build in armhf https://bugs.webkit.org/show_bug.cgi?id=214966 Reviewed by Michael Catanzaro. SP register cannot be us

[webkit-changes] [257635] trunk/Source/WebCore

2020-02-28 Thread berto
Title: [257635] trunk/Source/WebCore Revision 257635 Author be...@igalia.com Date 2020-02-28 05:32:36 -0800 (Fri, 28 Feb 2020) Log Message [GStreamer] Unreviewed. Fix build warning. queueSize is of type size_t so it should use the proper format specifier. * platform/graphics/gstreamer/W

[webkit-changes] [257638] trunk/Source/WebCore

2020-02-28 Thread berto
Title: [257638] trunk/Source/WebCore Revision 257638 Author be...@igalia.com Date 2020-02-28 07:48:42 -0800 (Fri, 28 Feb 2020) Log Message [SOUP] Unreviewed. Fix unused parameter warning * platform/network/soup/NetworkStorageSessionSoup.cpp: (WebCore::NetworkStorageSession::getRawCookies

[webkit-changes] [260179] trunk/Source/WTF

2020-04-16 Thread berto
Title: [260179] trunk/Source/WTF Revision 260179 Author be...@igalia.com Date 2020-04-16 04:45:15 -0700 (Thu, 16 Apr 2020) Log Message Unreviewed, set CeilingOnPageSize for MIPS64 This fixes a build failure ("Must set CeilingOnPageSize in PageBlock.h"). * wtf/PageBlock.h: Modified Path

[webkit-changes] [260750] trunk/Source/WebCore

2020-04-27 Thread berto
Title: [260750] trunk/Source/WebCore Revision 260750 Author be...@igalia.com Date 2020-04-27 04:52:10 -0700 (Mon, 27 Apr 2020) Log Message [GTK] [2.28.0] The Yelp build crashes if DISPLAY is not set https://bugs.webkit.org/show_bug.cgi?id=209431 Reviewed by Carlos Garcia Campos. Don't c

[webkit-changes] [211624] trunk/Source/WebCore

2017-02-03 Thread berto
Title: [211624] trunk/Source/WebCore Revision 211624 Author be...@igalia.com Date 2017-02-03 02:23:59 -0800 (Fri, 03 Feb 2017) Log Message JSDOMWindowBase.cpp doesn't build if the JIT is disabled https://bugs.webkit.org/show_bug.cgi?id=167785 Reviewed by Carlos Garcia Campos. r211403 mo

[webkit-changes] [238458] trunk/Tools

2018-11-23 Thread berto
Title: [238458] trunk/Tools Revision 238458 Author be...@igalia.com Date 2018-11-23 05:36:54 -0800 (Fri, 23 Nov 2018) Log Message [GTK] [WPE] Tools/Platform{GTK,WPE}.cmake files missing from the tarballs https://bugs.webkit.org/show_bug.cgi?id=191923 Add Tools/PlatformGTK.cmake and Tools

[webkit-changes] [238489] trunk

2018-11-26 Thread berto
Title: [238489] trunk Revision 238489 Author be...@igalia.com Date 2018-11-26 00:54:15 -0800 (Mon, 26 Nov 2018) Log Message [GTK] [2.22.0] Fails to build in armel https://bugs.webkit.org/show_bug.cgi?id=188862 Disable the JIT and enable C_LOOP on ARM CPUs without Thumb2 support. Reviewe

[webkit-changes] [181639] trunk/Source/WebCore/platform/gtk/po

2015-03-17 Thread berto
Title: [181639] trunk/Source/WebCore/platform/gtk/po Revision 181639 Author be...@igalia.com Date 2015-03-17 04:57:40 -0700 (Tue, 17 Mar 2015) Log Message [l10n] Updated Polish translation of WebKitGTK+ https://bugs.webkit.org/show_bug.cgi?id=142306 Patch by Piotr Drąg on 2015-03-17 Rev

[webkit-changes] [191662] trunk/Source/WTF

2015-10-28 Thread berto
Title: [191662] trunk/Source/WTF Revision 191662 Author be...@igalia.com Date 2015-10-28 01:41:46 -0700 (Wed, 28 Oct 2015) Log Message [SOUP] Cannot build the network process in glibc-based BSD systems https://bugs.webkit.org/show_bug.cgi?id=150618 Reviewed by Carlos Garcia Campos. * wt

[webkit-changes] [184766] trunk/Source/WebCore/platform/gtk/po

2015-05-22 Thread berto
Title: [184766] trunk/Source/WebCore/platform/gtk/po Revision 184766 Author be...@igalia.com Date 2015-05-22 01:15:34 -0700 (Fri, 22 May 2015) Log Message [l10n] Add Catalan translation for WebKitGTK+ https://bugs.webkit.org/show_bug.cgi?id=142928 Patch by Jordi Mas on 2015-05-22 Review

[webkit-changes] [193648] trunk/Source/JavaScriptCore

2015-12-07 Thread berto
Title: [193648] trunk/Source/_javascript_Core Revision 193648 Author be...@igalia.com Date 2015-12-07 13:35:02 -0800 (Mon, 07 Dec 2015) Log Message Crashes on PPC64 due to mprotect() on address not aligned to the page size https://bugs.webkit.org/show_bug.cgi?id=130237 Reviewed by Mark L

[webkit-changes] [182450] trunk

2015-04-06 Thread berto
Title: [182450] trunk Revision 182450 Author be...@igalia.com Date 2015-04-06 23:25:10 -0700 (Mon, 06 Apr 2015) Log Message [GTK] Fix HPPA build https://bugs.webkit.org/show_bug.cgi?id=143453 Reviewed by Darin Adler. Add HPPA to the list of supported CPUs. * CMakeLists.txt: Modified P

[webkit-changes] [153991] trunk

2013-08-13 Thread berto
Title: [153991] trunk Revision 153991 Author be...@igalia.com Date 2013-08-13 00:53:06 -0700 (Tue, 13 Aug 2013) Log Message [GTK] Closing inspector window crashes wk https://bugs.webkit.org/show_bug.cgi?id=110865 Reviewed by Carlos Garcia Campos. Source/WebKit/gtk: Deleting priv->coreP

[webkit-changes] [154014] trunk/Source/WebKit/gtk

2013-08-13 Thread berto
Title: [154014] trunk/Source/WebKit/gtk Revision 154014 Author be...@igalia.com Date 2013-08-13 11:50:45 -0700 (Tue, 13 Aug 2013) Log Message [GTK] Closing inspector window crashes wk https://bugs.webkit.org/show_bug.cgi?id=110865 Reviewed by Carlos Garcia Campos. The previous fix for t

[webkit-changes] [157220] trunk/LayoutTests

2013-10-10 Thread berto
Title: [157220] trunk/LayoutTests Revision 157220 Author be...@igalia.com Date 2013-10-10 06:39:04 -0700 (Thu, 10 Oct 2013) Log Message Unreviewed gardening. dom/xhtml/level2/html/HTMLInputElement20.xhtml no longer crashes. * platform/gtk/TestExpectations: Modified Paths trunk/LayoutT

[webkit-changes] [157237] trunk/LayoutTests

2013-10-10 Thread berto
Title: [157237] trunk/LayoutTests Revision 157237 Author be...@igalia.com Date 2013-10-10 11:24:06 -0700 (Thu, 10 Oct 2013) Log Message Unreviewed gardening. Move the tests that only fail in wk1 to their file, and unskip the ones that are passing in all cases. * platform/gtk-wk1/TestExp

[webkit-changes] [157379] trunk/LayoutTests

2013-10-13 Thread berto
Title: [157379] trunk/LayoutTests Revision 157379 Author be...@igalia.com Date 2013-10-13 11:52:35 -0700 (Sun, 13 Oct 2013) Log Message Unreviewed GTK gardening. * platform/gtk-wk2/TestExpectations: Add bug number to the failing animation tests. Modified Paths trunk/LayoutTests/ChangeL

[webkit-changes] [158105] trunk/Source/WebKit2

2013-10-28 Thread berto
Title: [158105] trunk/Source/WebKit2 Revision 158105 Author be...@igalia.com Date 2013-10-28 03:36:28 -0700 (Mon, 28 Oct 2013) Log Message [WK2] [GTK] Allow running the web process with an arbitrary prefix command https://bugs.webkit.org/show_bug.cgi?id=123201 Reviewed by Carlos Garcia C

[webkit-changes] [154807] trunk/Tools

2013-08-29 Thread berto
Title: [154807] trunk/Tools Revision 154807 Author be...@igalia.com Date 2013-08-29 05:35:00 -0700 (Thu, 29 Aug 2013) Log Message [GTK] Update apt dependency list https://bugs.webkit.org/show_bug.cgi?id=120399 Reviewed by Philippe Normand. Remove bogus package gail-3.0, add xfonts-utils

[webkit-changes] [155066] trunk/Source/WebKit2

2013-09-04 Thread berto
Title: [155066] trunk/Source/WebKit2 Revision 155066 Author be...@igalia.com Date 2013-09-04 14:59:27 -0700 (Wed, 04 Sep 2013) Log Message [WK2][GTK] ASSERTION in WebKit::LayerTreeHostGtk::invalidate https://bugs.webkit.org/show_bug.cgi?id=117733 Reviewed by Martin Robinson. If the GL c

[webkit-changes] [155102] trunk/Source/WebCore

2013-09-05 Thread berto
Title: [155102] trunk/Source/WebCore Revision 155102 Author be...@igalia.com Date 2013-09-05 00:22:01 -0700 (Thu, 05 Sep 2013) Log Message [GTK] MediaControlsGtk: fix warning in constructor due to incorrect order of attributes https://bugs.webkit.org/show_bug.cgi?id=120703 Reviewed by Ca

[webkit-changes] [155125] trunk/Source/WebKit2

2013-09-05 Thread berto
Title: [155125] trunk/Source/WebKit2 Revision 155125 Author be...@igalia.com Date 2013-09-05 10:10:13 -0700 (Thu, 05 Sep 2013) Log Message [WK2] [GTK] Remove the test to disable AC under Wayland from WebKitWebViewGroup https://bugs.webkit.org/show_bug.cgi?id=120762 Reviewed by Gustavo No

[webkit-changes] [155210] trunk/Source/ThirdParty

2013-09-06 Thread berto
Title: [155210] trunk/Source/ThirdParty Revision 155210 Author be...@igalia.com Date 2013-09-06 13:31:20 -0700 (Fri, 06 Sep 2013) Log Message GTest: add support for FreeBSD and Hurd https://bugs.webkit.org/show_bug.cgi?id=120870 Patch by Emilio Pozuelo Monfort Reviewed by Gustavo Noronh

[webkit-changes] [155193] trunk/Source/WTF

2013-09-06 Thread berto
Title: [155193] trunk/Source/WTF Revision 155193 Author be...@igalia.com Date 2013-09-06 09:48:44 -0700 (Fri, 06 Sep 2013) Log Message [GTK] GlibUtilities: getCurrentExecutablePath() does not compile on GNU/Hurd https://bugs.webkit.org/show_bug.cgi?id=120793 Reviewed by Gustavo Noronha S

[webkit-changes] [155435] trunk/Source/WebCore

2013-09-10 Thread berto
Title: [155435] trunk/Source/WebCore Revision 155435 Author be...@igalia.com Date 2013-09-10 06:32:39 -0700 (Tue, 10 Sep 2013) Log Message [GTK] The code generator produces a warning if a parameter can be NULL https://bugs.webkit.org/show_bug.cgi?id=121093 Reviewed by Christophe Dumez.

[webkit-changes] [155515] trunk

2013-09-11 Thread berto
Title: [155515] trunk Revision 155515 Author be...@igalia.com Date 2013-09-11 02:54:19 -0700 (Wed, 11 Sep 2013) Log Message Unquoted $ORIGDIR in autogen.sh https://bugs.webkit.org/show_bug.cgi?id=19512 Reviewed by Carlos Garcia Campos. Quote all directory names. This doesn't mean that a

[webkit-changes] [155517] trunk

2013-09-11 Thread berto
Title: [155517] trunk Revision 155517 Author be...@igalia.com Date 2013-09-11 04:15:54 -0700 (Wed, 11 Sep 2013) Log Message autogen.sh: fix removal of autom4te.cache https://bugs.webkit.org/show_bug.cgi?id=121150 Reviewed by Carlos Garcia Campos. The removal of autom4te.cache is wrong,

[webkit-changes] [155533] trunk/Source/WebKit2

2013-09-11 Thread berto
Title: [155533] trunk/Source/WebKit2 Revision 155533 Author be...@igalia.com Date 2013-09-11 09:15:33 -0700 (Wed, 11 Sep 2013) Log Message [WK2] [GTK] LayerTreeHostGtk: don't set m_isValid to false if glContext() returns null https://bugs.webkit.org/show_bug.cgi?id=120892 Reviewed by Mar

[webkit-changes] [155637] trunk/Source/WebCore

2013-09-12 Thread berto
Title: [155637] trunk/Source/WebCore Revision 155637 Author be...@igalia.com Date 2013-09-12 12:21:53 -0700 (Thu, 12 Sep 2013) Log Message [GTK] Unreviewed build fix after r155635. Include DragData.h * platform/gtk/PasteboardGtk.cpp: Modified Paths trunk/Source/WebCore/ChangeLog trunk

[webkit-changes] [155677] trunk/Source/WebKit/gtk

2013-09-13 Thread berto
Title: [155677] trunk/Source/WebKit/gtk Revision 155677 Author be...@igalia.com Date 2013-09-13 01:16:58 -0700 (Fri, 13 Sep 2013) Log Message download-requested arg should be WEBKIT_TYPE_DOWNLOAD not G_TYPE_OBJECT https://bugs.webkit.org/show_bug.cgi?id=57634 Reviewed by Darin Adler. *

[webkit-changes] [155757] trunk/Tools

2013-09-14 Thread berto
Title: [155757] trunk/Tools Revision 155757 Author be...@igalia.com Date 2013-09-14 01:36:03 -0700 (Sat, 14 Sep 2013) Log Message [GTK] Fails to compile if the build directory is in a different partition https://bugs.webkit.org/show_bug.cgi?id=121296 Reviewed by Carlos Garcia Campos. Us

[webkit-changes] [155758] trunk/Tools

2013-09-14 Thread berto
Title: [155758] trunk/Tools Revision 155758 Author be...@igalia.com Date 2013-09-14 01:38:27 -0700 (Sat, 14 Sep 2013) Log Message Uses gtk-doc tools even when --disable-gtk-doc passed https://bugs.webkit.org/show_bug.cgi?id=91239 Patch by Ross Burton on 2013-09-14 Reviewed by Martin Rob

[webkit-changes] [155768] trunk

2013-09-14 Thread berto
Title: [155768] trunk Revision 155768 Author be...@igalia.com Date 2013-09-14 09:12:31 -0700 (Sat, 14 Sep 2013) Log Message [GTK] WebKitGTK+ is linking against libxslt in too many places https://bugs.webkit.org/show_bug.cgi?id=121356 Reviewed by Martin Robinson. Source/WebCore: Don't u

[webkit-changes] [155772] trunk/Tools

2013-09-14 Thread berto
Title: [155772] trunk/Tools Revision 155772 Author be...@igalia.com Date 2013-09-14 11:03:40 -0700 (Sat, 14 Sep 2013) Log Message [GTK] Fails to compile if the build directory is in a different partition https://bugs.webkit.org/show_bug.cgi?id=121296 Reviewed by Martin Robinson. Instead

[webkit-changes] [155778] trunk/Source/WebCore

2013-09-14 Thread berto
Title: [155778] trunk/Source/WebCore Revision 155778 Author be...@igalia.com Date 2013-09-14 12:21:01 -0700 (Sat, 14 Sep 2013) Log Message Missing allow-none introspection annotation for DomDocument.evaluate method https://bugs.webkit.org/show_bug.cgi?id=118310 Reviewed by Martin Robins

[webkit-changes] [155826] trunk/Source/WTF

2013-09-15 Thread berto
Title: [155826] trunk/Source/WTF Revision 155826 Author be...@igalia.com Date 2013-09-15 13:51:43 -0700 (Sun, 15 Sep 2013) Log Message Unreviewed GTK gardening. * GNUmakefile.list.am: remove FastAllocBase.h, this file disappeared in r155251. Modified Paths trunk/Source/WTF/ChangeLog tr

[webkit-changes] [155941] trunk/Source/JavaScriptCore

2013-09-17 Thread berto
Title: [155941] trunk/Source/_javascript_Core Revision 155941 Author be...@igalia.com Date 2013-09-17 02:44:12 -0700 (Tue, 17 Sep 2013) Log Message Unreviewed make distcheck fix. * GNUmakefile.list.am: Modified Paths trunk/Source/_javascript_Core/ChangeLog trunk/Source/_javascript_Core

[webkit-changes] [155945] trunk/Tools

2013-09-17 Thread berto
Title: [155945] trunk/Tools Revision 155945 Author be...@igalia.com Date 2013-09-17 04:58:02 -0700 (Tue, 17 Sep 2013) Log Message BrowserMarshal.h build fail https://bugs.webkit.org/show_bug.cgi?id=102938 Patch by YuTeh Shen on 2013-09-17 Reviewed by Carlos Garcia Campos. Fix variable

[webkit-changes] [155948] trunk/Source/WebCore

2013-09-17 Thread berto
Title: [155948] trunk/Source/WebCore Revision 155948 Author be...@igalia.com Date 2013-09-17 05:17:01 -0700 (Tue, 17 Sep 2013) Log Message [GTK] Don't make the GObject DOM bindings API break test fatal https://bugs.webkit.org/show_bug.cgi?id=121484 Reviewed by Carlos Garcia Campos. The

[webkit-changes] [155953] trunk/Source/WebKit2

2013-09-17 Thread berto
Title: [155953] trunk/Source/WebKit2 Revision 155953 Author be...@igalia.com Date 2013-09-17 06:44:54 -0700 (Tue, 17 Sep 2013) Log Message [GTK] Unreviewed make distcheck fix. * GNUmakefile.am: include WebProcess/Network/*.in in the tarball, it's needed for generating WebResourceLoaderMe

[webkit-changes] [156400] trunk/Source/WebCore

2013-09-25 Thread berto
Title: [156400] trunk/Source/WebCore Revision 156400 Author be...@igalia.com Date 2013-09-25 09:08:08 -0700 (Wed, 25 Sep 2013) Log Message Fix warning in makeprop.pl https://bugs.webkit.org/show_bug.cgi?id=121900 Reviewed by Ryosuke Niwa. %nameIsInherited and %nameToId were incorrectly

[webkit-changes] [156463] trunk/LayoutTests

2013-09-26 Thread berto
Title: [156463] trunk/LayoutTests Revision 156463 Author be...@igalia.com Date 2013-09-26 09:46:26 -0700 (Thu, 26 Sep 2013) Log Message Unreviewed GTK gardening. Unskip media/context-menu-actions.html which is passing now. * platform/gtk-wk2/TestExpectations: Modified Paths trunk/Layo

[webkit-changes] [159334] trunk/Source/WebKit/efl

2013-11-15 Thread berto
Title: [159334] trunk/Source/WebKit/efl Revision 159334 Author be...@igalia.com Date 2013-11-15 06:08:00 -0800 (Fri, 15 Nov 2013) Log Message [EFL] Leak in ewk_frame_certificate_status_get() https://bugs.webkit.org/show_bug.cgi?id=124401 Reviewed by Carlos Garcia Campos. The SoupMessage

[webkit-changes] [160215] trunk

2013-12-06 Thread berto
Title: [160215] trunk Revision 160215 Author be...@igalia.com Date 2013-12-06 03:08:03 -0800 (Fri, 06 Dec 2013) Log Message [GTK] Enable web audio by default https://bugs.webkit.org/show_bug.cgi?id=124888 Reviewed by Martin Robinson. When building with ./configure, enable_web_audio defa

[webkit-changes] [160358] trunk/Source/WebKit2

2013-12-10 Thread berto
Title: [160358] trunk/Source/WebKit2 Revision 160358 Author be...@igalia.com Date 2013-12-10 05:06:55 -0800 (Tue, 10 Dec 2013) Log Message [WK2] [GTK] Enable the network process in the WebContext https://bugs.webkit.org/show_bug.cgi?id=125494 Reviewed by Carlos Garcia Campos. This shoul

[webkit-changes] [160373] trunk/Source/WebKit2

2013-12-10 Thread berto
Title: [160373] trunk/Source/WebKit2 Revision 160373 Author be...@igalia.com Date 2013-12-10 10:49:42 -0800 (Tue, 10 Dec 2013) Log Message [WK2] [SOUP] Allow running the network process with an arbitrary prefix command https://bugs.webkit.org/show_bug.cgi?id=125520 Reviewed by Carlos Gar

[webkit-changes] [163292] trunk/Source/WebKit2

2014-02-03 Thread berto
Title: [163292] trunk/Source/WebKit2 Revision 163292 Author be...@igalia.com Date 2014-02-03 00:19:13 -0800 (Mon, 03 Feb 2014) Log Message Fix wrong mix of fcntl commands and flags https://bugs.webkit.org/show_bug.cgi?id=127842 Reviewed by Darin Adler. We are mixing the commands to set

[webkit-changes] [163443] trunk/Tools

2014-02-05 Thread berto
Title: [163443] trunk/Tools Revision 163443 Author be...@igalia.com Date 2014-02-05 04:57:39 -0800 (Wed, 05 Feb 2014) Log Message Unreviewed. Add myself to some watchlists. * Scripts/webkitpy/common/config/watchlist: Modified Paths trunk/Tools/ChangeLog trunk/Tools/Scripts/webkitpy/com

[webkit-changes] [163875] trunk/Source/WebKit2

2014-02-11 Thread berto
Title: [163875] trunk/Source/WebKit2 Revision 163875 Author be...@igalia.com Date 2014-02-11 08:14:55 -0800 (Tue, 11 Feb 2014) Log Message O_CLOEXEC in shm_open does not work on FreeBSD https://bugs.webkit.org/show_bug.cgi?id=128572 Reviewed by Darin Adler. The O_CLOEXEC is not supporte

[webkit-changes] [163954] trunk

2014-02-12 Thread berto
Title: [163954] trunk Revision 163954 Author be...@igalia.com Date 2014-02-12 04:17:41 -0800 (Wed, 12 Feb 2014) Log Message 'ar T' is not portable and breaks the build on FreeBSD https://bugs.webkit.org/show_bug.cgi?id=128596 Patch by Ryan Lortie on 2014-02-12 Reviewed by Gustavo Noronh

[webkit-changes] [163956] trunk/Source/WebKit2

2014-02-12 Thread berto
Title: [163956] trunk/Source/WebKit2 Revision 163956 Author be...@igalia.com Date 2014-02-12 05:21:10 -0800 (Wed, 12 Feb 2014) Log Message [GTK] Fails to build if configure is run with its absolute path https://bugs.webkit.org/show_bug.cgi?id=126693 Reviewed by Gustavo Noronha Silva. Wh

[webkit-changes] [164583] trunk/Source/WebKit2

2014-02-24 Thread berto
Title: [164583] trunk/Source/WebKit2 Revision 164583 Author be...@igalia.com Date 2014-02-24 07:06:13 -0800 (Mon, 24 Feb 2014) Log Message Remove unused error.h header. https://bugs.webkit.org/show_bug.cgi?id=126774 Patch by Koop Mast on 2014-02-24 Reviewed by Anders Carlsson. This hea

[webkit-changes] [164794] trunk/Tools

2014-02-27 Thread berto
Title: [164794] trunk/Tools Revision 164794 Author be...@igalia.com Date 2014-02-27 04:27:52 -0800 (Thu, 27 Feb 2014) Log Message [gtk-doc] UnicodeEncodeError: 'ascii' codec can't encode character https://bugs.webkit.org/show_bug.cgi?id=128927 Reviewed by Philippe Normand. Encode manual

[webkit-changes] [164796] trunk

2014-02-27 Thread berto
Title: [164796] trunk Revision 164796 Author be...@igalia.com Date 2014-02-27 05:48:53 -0800 (Thu, 27 Feb 2014) Log Message Fallback on checking for libz manualy if zlib.pc isn't available. https://bugs.webkit.org/show_bug.cgi?id=127061 Patch by Koop Mast on 2014-02-27 Reviewed by Gusta

[webkit-changes] [161267] trunk/Source/WebCore

2014-01-03 Thread berto
Title: [161267] trunk/Source/WebCore Revision 161267 Author be...@igalia.com Date 2014-01-03 10:41:26 -0800 (Fri, 03 Jan 2014) Log Message WebKit-GTK 1.8.1 does not build on OS X 10.7 https://bugs.webkit.org/show_bug.cgi?id=88407 Reviewed by Carlos Garcia Campos. Replace non-portable 'e

[webkit-changes] [161419] trunk/Tools

2014-01-07 Thread berto
Title: [161419] trunk/Tools Revision 161419 Author be...@igalia.com Date 2014-01-07 04:52:22 -0800 (Tue, 07 Jan 2014) Log Message [GTK][EFL] Use function jhbuildWrapperPrefixIfNeeded to run launcher https://bugs.webkit.org/show_bug.cgi?id=117275 Reviewed by Carlos Garcia Campos. If we a

[webkit-changes] [161496] trunk

2014-01-08 Thread berto
Title: [161496] trunk Revision 161496 Author be...@igalia.com Date 2014-01-08 06:35:12 -0800 (Wed, 08 Jan 2014) Log Message REGRESSION(r160304): [GTK] Disable libtool fast install https://bugs.webkit.org/show_bug.cgi?id=126381 Reviewed by Gustavo Noronha Silva. .: Don't disable the lib

[webkit-changes] [161500] trunk

2014-01-08 Thread berto
Title: [161500] trunk Revision 161500 Author be...@igalia.com Date 2014-01-08 07:24:53 -0800 (Wed, 08 Jan 2014) Log Message Fix some compilation warnings https://bugs.webkit.org/show_bug.cgi?id=126635 Reviewed by Csaba Osztrogonác. Source/WebCore: Remove code that is no longer being us

[webkit-changes] [162086] trunk/Source/WTF

2014-01-15 Thread berto
Title: [162086] trunk/Source/WTF Revision 162086 Author be...@igalia.com Date 2014-01-15 13:21:17 -0800 (Wed, 15 Jan 2014) Log Message [GTK] v2.3.3 fails to build in Debian / FreeBSD https://bugs.webkit.org/show_bug.cgi?id=126502 Reviewed by Mark Lam. * wtf/Platform.h: Add LLINT support

[webkit-changes] [162137] trunk/Source/WTF

2014-01-16 Thread berto
Title: [162137] trunk/Source/WTF Revision 162137 Author be...@igalia.com Date 2014-01-16 11:23:48 -0800 (Thu, 16 Jan 2014) Log Message Source/WTF/wtf/Atomics.h:300: Error: bad register name `%bpl' https://bugs.webkit.org/show_bug.cgi?id=126985 Reviewed by Csaba Osztrogonác. Use the 'q'

[webkit-changes] [162199] trunk/Tools

2014-01-17 Thread berto
Title: [162199] trunk/Tools Revision 162199 Author be...@igalia.com Date 2014-01-17 06:04:11 -0800 (Fri, 17 Jan 2014) Log Message [GTK] Test /webkit/webview/icon-uri times out in GTK Linux 64-bit Release bot https://bugs.webkit.org/show_bug.cgi?id=82328 Reviewed by Carlos Garcia Campos.

[webkit-changes] [162201] trunk/Source/WebCore

2014-01-17 Thread berto
Title: [162201] trunk/Source/WebCore Revision 162201 Author be...@igalia.com Date 2014-01-17 06:37:52 -0800 (Fri, 17 Jan 2014) Log Message [GTK] WebKitGtk/testcopyandpaste fails in debug builds https://bugs.webkit.org/show_bug.cgi?id=127173 Reviewed by Carlos Garcia Campos. Remove dupli

[webkit-changes] [162211] trunk/Tools

2014-01-17 Thread berto
Title: [162211] trunk/Tools Revision 162211 Author be...@igalia.com Date 2014-01-17 12:26:29 -0800 (Fri, 17 Jan 2014) Log Message [GTK] Test /webkit/download/not-found fails in GTK Linux 64-bit Release bot https://bugs.webkit.org/show_bug.cgi?id=82329 Reviewed by Carlos Garcia Campos. U

[webkit-changes] [162266] trunk/Source/JavaScriptCore

2014-01-18 Thread berto
Title: [162266] trunk/Source/_javascript_Core Revision 162266 Author be...@igalia.com Date 2014-01-18 11:41:58 -0800 (Sat, 18 Jan 2014) Log Message _javascript_Core uses PLATFORM(MAC) when it means OS(DARWIN) https://bugs.webkit.org/show_bug.cgi?id=99683 Reviewed by Anders Carlsson. * j

[webkit-changes] [162280] trunk/Source/WebCore

2014-01-18 Thread berto
Title: [162280] trunk/Source/WebCore Revision 162280 Author be...@igalia.com Date 2014-01-18 15:31:06 -0800 (Sat, 18 Jan 2014) Log Message [CodeGeneratorJS] Sort output of StructureFlags and function parameters https://bugs.webkit.org/show_bug.cgi?id=127226 Reviewed by Alexey Proskuryak

[webkit-changes] [162283] trunk/Tools

2014-01-18 Thread berto
Title: [162283] trunk/Tools Revision 162283 Author be...@igalia.com Date 2014-01-18 15:59:57 -0800 (Sat, 18 Jan 2014) Log Message Tools/Scripts/test-webkitperl fails: 'tempdir' can't be called as a method https://bugs.webkit.org/show_bug.cgi?id=127217 Reviewed by Daniel Bates. The synta

[webkit-changes] [162295] trunk/Source/WebCore

2014-01-19 Thread berto
Title: [162295] trunk/Source/WebCore Revision 162295 Author be...@igalia.com Date 2014-01-19 11:13:10 -0800 (Sun, 19 Jan 2014) Log Message Does not build with SVG disabled https://bugs.webkit.org/show_bug.cgi?id=127248 Reviewed by Sam Weinig. Add missing #if ENABLE(SVG) guard. * dom/El

[webkit-changes] [175115] trunk/Source/WTF

2014-10-23 Thread berto
Title: [175115] trunk/Source/WTF Revision 175115 Author be...@igalia.com Date 2014-10-23 02:55:03 -0700 (Thu, 23 Oct 2014) Log Message [GTK] Fix build on Hurd https://bugs.webkit.org/show_bug.cgi?id=138003 Reviewed by Carlos Garcia Campos. * wtf/InlineASM.h: * wtf/Platform.h: Modified

[webkit-changes] [175619] trunk/Source/WebKit2

2014-11-05 Thread berto
Title: [175619] trunk/Source/WebKit2 Revision 175619 Author be...@igalia.com Date 2014-11-05 05:29:21 -0800 (Wed, 05 Nov 2014) Log Message NetscapePlugin: NPP_GetValue should receive a pointer to NPBool, not bool https://bugs.webkit.org/show_bug.cgi?id=138418 Reviewed by Carlos Garcia Ca

[webkit-changes] [175696] trunk/Source/WebKit2

2014-11-06 Thread berto
Title: [175696] trunk/Source/WebKit2 Revision 175696 Author be...@igalia.com Date 2014-11-06 07:46:34 -0800 (Thu, 06 Nov 2014) Log Message [GTK] [Stable] webkitgtk 2.6.1 fails to load flashplugin https://bugs.webkit.org/show_bug.cgi?id=137849 Reviewed by Carlos Garcia Campos. NPPVplugin

  1   2   >