pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/webkit-gtk



Module name:	wip
Committed by:	leot1990
Date:		Sat Mar 28 18:39:36 UTC 2015

Modified Files:
	wip/webkit-gtk: Makefile.common PLIST TODO distinfo
	wip/webkit-gtk/patches:
	    patch-Source_JavaScriptCore_assembler_MacroAssemblerARM.cpp
	    patch-Source_JavaScriptCore_dfg_DFGNode.h
	    patch-Source_WTF_wtf_MathExtras.h
	    patch-Source_WTF_wtf_Platform.h
	    patch-Source_WebCore_bindings_js_JSInspectorFrontendHostCustom.cpp
	    patch-Source_cmake_OptionsGTK.cmake patch-aj patch-am
Removed Files:
	wip/webkit-gtk/patches:
	    patch-Source_JavaScriptCore_assembler_ARMAssembler.h
	    patch-Source_JavaScriptCore_heap_MachineStackMarker.cpp

Log Message:
Update wip/webkit-gtk to webkit-gtk-2.8.0.

pkgsrc changes:
 * SunOS support should be reviewed (I deleted
 patches/patch-Source_JavaScriptCore_heap_MachineStackMarker.cpp because the
 the code changed pretty much and I was not able to adapt it)
 * MiniBrowser is now builded and installed by default (more or less it seems
 that it runs... but of course needs more testing!)
 * webkit-gtk now also needs security/gnutls (I have not yet invastigated if
 it can be installed without it, turning some ENABLE_* to OFF).

Changes:
=================
WebKitGTK+  2.8.0
=================

What's new in WebKitGTK+ 2.8.0?

  - Fix scrollbars rendering with GTK+ 3.16.
  - Fix a crash during a drag and drop operation started by JavaScript.
  - Fix the build with Wayland target enabled.
  - Properly search for Wayland dependency when enabling Wayland target.

=================
WebKitGTK+ 2.7.92
=================

What's new in WebKitGTK+ 2.7.92?

  - Add APNG support.
  - Disable RC4 support in networking backend.
  - Add a configure option to build with OpenGL ES 2.
  - Add an option to enable MiniBrowser for non developer builds and always install it.
  - Check TLS errors as soon as they are set in the SoupMessage to prevent any data
    from being sent to the server in case of invalid certificate.
  - Make WebKitWebView always hold a reference on WebKitWebContext now that it's
    possible to create new web contexts.
  - Fix a crash when entering accelerated compositing mode before the WebView is
    realized.
  - Fix some transfer annotations used in GObject DOM bindings.
  - Fix GObject DOM objects leaked when the web view contents are updated.
  - Fix a crash viewing http://www.last.fm/.
  - Fix an infinite loop in ARM Linux when parallel GC is enabled it again.
  - Fix the build with older versions of GStreamer.
  - Fix the build when NEON_INTRINSICS is enabled.
  - Fix the build with video enabled but WebAudio disabled.
  - Translation updates: Hebrew, Polish.

=================
WebKitGTK+ 2.7.91
=================

What's new in WebKitGTK+ 2.7.91?

  - Enable concurrent JIT.
  - Add support for ARIA 1.1 'switch' and 'searchbox' roles.
  - Fix synchronous loads when maximum connection limits are reached.
  - Fix web timing calculations when loading resources from the disk cache.
  - Fix a crash when loading a local file with webkit_web_view_load_alternate_html.
  - Fix a WebProcess crash when entering accelerating compositing mode before the
    WebView is realized.
  - Improve the appearance of fonts loaded via @font-face.
  - Fix undefined symbol issue when loading web extensions.
  - Build bmalloc as a static library.
  - Fix the build with CMake 3.2.
  - Fix the C-Loop LLInt build.

=================
WebKitGTK+ 2.7.90
=================

What's new in WebKitGTK+ 2.7.90?

  - Use the new memory allocator bmalloc instead of TCMalloc which drastically improves
    the overall performance.
  - Remove WebKitWebView::close-notification signal and add WebKitNotification::closed
    instead.
  - Implement support for new AtkRole types for MathML.
  - Add support for input color type.
  - Add API to allow overriding the default color chooser implementation.
  - Resize the accelerating compositing window to a minimum size again after leaving
    accelerated compositing mode to save memory.
  - Ensure WebKitFrame objects are released when the frame is destroyed.
  - Clear the GObject DOM bindings internal cache when frames are destroyed.
  - Implement page overlays to bring back the inspector element highlighting.
  - Fix startup runtime critical warnings when using the network process.
  - Fix the build with recent versions of GLib that have GMutexLocker.
  - Fix the gtk-doc generation to appear in DevHelp.

=================
WebKitGTK+  2.7.4
=================

What's new in WebKitGTK+ 2.7.4?

  - Add API to change the WebKitWebView background color.
  - Add an option to create WebKitWebView snapshots with transparent background.
  - Add API to make the WebKitWebView editable.
  - Add is-playing-audio property to WebKitWebView.
  - Do not resize the accelerating compositing window to the web size until accelerated
    compositing mode is activated.

=================
WebKitGTK+  2.7.3
=================

What's new in WebKitGTK+ 2.7.3?

  - Add API to support HTML5 notifications.
  - Add UserMedia Permission Request API.
  - GObject DOM bindings API now correctly returns NULL intead of empty strings to be
    able to differentiate between not present and present but empty.
  - Add support for text-decoration-skip.
  - Improve the HTTP authentication dialog.
  - Expose the ID attribute of Meter and Option elements to accessibility.
  - Use latin1 instead of UTF-8 for HTTP header values.
  - Update NavigationItemProbes inspector icon.
  - Add video/mp2t as alternative mimetype for MPEG TS.
  - Add application/x-mpegurl and video/flv to the list of supported mimetypes.
  - Add SCHEDULING query support to HTTP media source element.
  - Fix deadlock when shutting down AudioDestination.
  - Translation updates: Kannada, Assamese

=================
WebKitGTK+  2.7.2
=================

What's new in WebKitGTK+ 2.7.2?

  - Fix SSL connection issues with some websites after the POODLE vulnerability fix.
  - Add API to handle user script messages.
  - Add context menu API to Web Process Extensions.
  - Add API to create a WebKitWebContext.
  - Add API to override the default local storage directory.
  - Add WebKitWebResource::failed-with-tls-errors signal to notify about load failures
    due to TLS errors also in sub-resources.
  - Fix several crashes in accessibility implementation.
  - Fix XMLHttpRequest with a timeout when using the network process.
  - Fix XMLHttpRequest with cookies disabled when using the network process.
  - Fix a crash in the network process when a synchronous load redirects to a new url
    in a different security origin.
  - Fix a crash in TextureMapper when video resolution changes.
  - Correctly report the memory used by the media player to the garbage collector to
    make sure itâ??s freed when the video element is removed from the DOM.
  - Fix documentation of webkit_print_operation_get_page_setup().

=================
WebKitGTK+  2.7.1
=================

What's new in WebKitGTK+ 2.7.1?

  - Add initial gestures support. For now only drag, zoom and tap
    gestures are supported, but it's enough ot make WebKitGTK+ usable
    in touch screens. It requires GTK+ 3.14.
  - Add webkit_hit_test_result_context_is_selection().
  - The Web Inspector now uses a separate Web Process.
  - Add implementation of subtle crypto HMAC and digest algorithms.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1 -r0 \
    wip/webkit-gtk/patches/patch-Source_JavaScriptCore_assembler_ARMAssembler.h
cvs -z3 rdiff -u -r1.1 -r1.2 \
    wip/webkit-gtk/patches/patch-Source_WTF_wtf_MathExtras.h \
    wip/webkit-gtk/patches/patch-Source_cmake_OptionsGTK.cmake
cvs -z3 rdiff -u -r1.11 -r1.12 wip/webkit-gtk/PLIST
cvs -z3 rdiff -u -r1.15 -r1.16 wip/webkit-gtk/Makefile.common \
    wip/webkit-gtk/TODO
cvs -z3 rdiff -u -r1.17 -r1.18 wip/webkit-gtk/distinfo
cvs -z3 rdiff -u -r1.3 -r0 \
    wip/webkit-gtk/patches/patch-Source_JavaScriptCore_heap_MachineStackMarker.cpp
cvs -z3 rdiff -u -r1.3 -r1.4 \
    wip/webkit-gtk/patches/patch-Source_JavaScriptCore_assembler_MacroAssemblerARM.cpp \
    wip/webkit-gtk/patches/patch-Source_JavaScriptCore_dfg_DFGNode.h \
    wip/webkit-gtk/patches/patch-Source_WTF_wtf_Platform.h \
    wip/webkit-gtk/patches/patch-Source_WebCore_bindings_js_JSInspectorFrontendHostCustom.cpp \
    wip/webkit-gtk/patches/patch-aj wip/webkit-gtk/patches/patch-am

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/webkit-gtk/patches/patch-Source_JavaScriptCore_assembler_ARMAssembler.h?r1=1.1&r2=0
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/webkit-gtk/patches/patch-Source_WTF_wtf_MathExtras.h?r1=1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/webkit-gtk/patches/patch-Source_cmake_OptionsGTK.cmake?r1=1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/webkit-gtk/PLIST?r1=1.11&r2=1.12
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/webkit-gtk/Makefile.common?r1=1.15&r2=1.16
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/webkit-gtk/TODO?r1=1.15&r2=1.16
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/webkit-gtk/distinfo?r1=1.17&r2=1.18
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/webkit-gtk/patches/patch-Source_JavaScriptCore_heap_MachineStackMarker.cpp?r1=1.3&r2=0
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/webkit-gtk/patches/patch-Source_JavaScriptCore_assembler_MacroAssemblerARM.cpp?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/webkit-gtk/patches/patch-Source_JavaScriptCore_dfg_DFGNode.h?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/webkit-gtk/patches/patch-Source_WTF_wtf_Platform.h?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/webkit-gtk/patches/patch-Source_WebCore_bindings_js_JSInspectorFrontendHostCustom.cpp?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/webkit-gtk/patches/patch-aj?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/webkit-gtk/patches/patch-am?r1=1.3&r2=1.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index