public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/chromium/files: chromium-alignment-r0.patch
@ 2012-06-09 11:31 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 2+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-06-09 11:31 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/06/09 11:31:59

  Added:                chromium-alignment-r0.patch
  Log:
  Backport upstream crash fix, bug #420357 by Bkmz.
  
  (Portage version: 2.1.10.49/cvs/Linux i686)

Revision  Changes    Path
1.1                  www-client/chromium/files/chromium-alignment-r0.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-alignment-r0.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-alignment-r0.patch?rev=1.1&content-type=text/plain

Index: chromium-alignment-r0.patch
===================================================================
Index: third_party/WebKit/Source/WebCore/platform/audio/AudioArray.h
===================================================================
--- third_party/WebKit/Source/WebCore/platform/audio/AudioArray.h	(revision 105431)
+++ third_party/WebKit/Source/WebCore/platform/audio/AudioArray.h	(revision 118455)
@@ -61,6 +61,9 @@
         unsigned initialSize = sizeof(T) * n;
 
-        // 16-byte alignment for 128bit SIMD.
+#if USE(WEBAUDIO_FFMPEG)
+        const size_t alignment = 32;
+#else
         const size_t alignment = 16;
+#endif
 
         if (m_allocation)






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/chromium/files: chromium-alignment-r0.patch
@ 2012-07-11  0:04 Mike Gilbert (floppym)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Gilbert (floppym) @ 2012-07-11  0:04 UTC (permalink / raw
  To: gentoo-commits

floppym     12/07/11 00:04:26

  Modified:             chromium-alignment-r0.patch
  Log:
  Convert to UNIX line endings, bug 425632 by Igor Franchuck.
  
  (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  www-client/chromium/files/chromium-alignment-r0.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-alignment-r0.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-alignment-r0.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-alignment-r0.patch?r1=1.1&r2=1.2

Index: chromium-alignment-r0.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/files/chromium-alignment-r0.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chromium-alignment-r0.patch	9 Jun 2012 11:31:59 -0000	1.1
+++ chromium-alignment-r0.patch	11 Jul 2012 00:04:26 -0000	1.2
@@ -1,15 +1,15 @@
-Index: third_party/WebKit/Source/WebCore/platform/audio/AudioArray.h
-===================================================================
---- third_party/WebKit/Source/WebCore/platform/audio/AudioArray.h	(revision 105431)
-+++ third_party/WebKit/Source/WebCore/platform/audio/AudioArray.h	(revision 118455)
-@@ -61,6 +61,9 @@
-         unsigned initialSize = sizeof(T) * n;
- 
--        // 16-byte alignment for 128bit SIMD.
-+#if USE(WEBAUDIO_FFMPEG)
-+        const size_t alignment = 32;
-+#else
-         const size_t alignment = 16;
-+#endif
- 
-         if (m_allocation)
+Index: third_party/WebKit/Source/WebCore/platform/audio/AudioArray.h
+===================================================================
+--- third_party/WebKit/Source/WebCore/platform/audio/AudioArray.h	(revision 105431)
++++ third_party/WebKit/Source/WebCore/platform/audio/AudioArray.h	(revision 118455)
+@@ -61,6 +61,9 @@
+         unsigned initialSize = sizeof(T) * n;
+ 
+-        // 16-byte alignment for 128bit SIMD.
++#if USE(WEBAUDIO_FFMPEG)
++        const size_t alignment = 32;
++#else
+         const size_t alignment = 16;
++#endif
+ 
+         if (m_allocation)






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-11  0:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-09 11:31 [gentoo-commits] gentoo-x86 commit in www-client/chromium/files: chromium-alignment-r0.patch PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2012-07-11  0:04 Mike Gilbert (floppym)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox