From owner-freebsd-chromium@FreeBSD.ORG Sun Sep 1 18:32:42 2013 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EAA3BE5 for ; Sun, 1 Sep 2013 18:32:41 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from mail-ea0-x22a.google.com (mail-ea0-x22a.google.com [IPv6:2a00:1450:4013:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6B5FA2E07 for ; Sun, 1 Sep 2013 18:32:41 +0000 (UTC) Received: by mail-ea0-f170.google.com with SMTP id h14so1924763eak.29 for ; Sun, 01 Sep 2013 11:32:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=tVA1q7quBKSmdQckWlHThcVxOyE7c1lGYWCaxieW1DQ=; b=rM5KmkH1UOpDkU5UbCG3/YWH45skFllnQphHpOoryHp+D39Umdd/l6FMntGRsCtLxx Tm9D1QWqtGlE+Dvo9GWGgTn1pe3qe2EDXyoP95Tsqg+EqxQnaFOcrPfpyhxqg0y/mdba a/UpuHHH0oIu+vqz/JnP6Y8J5eQEg6JFiHdqHM7D5lLd06oU7+LkYYGwEfY7nlM0ze1f dsIGo4jm+lZqTZwXbedDebHJ+LgJuB2cQQibGM2uAAfgprJA61i9WhJCfX+ULJO2y/xa 2VpiBQ1PiCsmhNceVRdlRYGHW2C7GniGlcV0NtMrKqBTkr2a88StTPFXqg2v0jrVVcNw Usuw== MIME-Version: 1.0 X-Received: by 10.14.103.69 with SMTP id e45mr5304662eeg.51.1378060359629; Sun, 01 Sep 2013 11:32:39 -0700 (PDT) Received: by 10.223.72.5 with HTTP; Sun, 1 Sep 2013 11:32:39 -0700 (PDT) In-Reply-To: References: Date: Sun, 1 Sep 2013 21:32:39 +0300 Message-ID: Subject: Re: chromium-29.0.1547.57 HTML5 video issue From: George Liaskos To: Carlos Jacobo Puga Medina Content-Type: text/plain; charset=UTF-8 Cc: chromium-list freebsd X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 18:32:42 -0000 Ok, i believe i found the bug. Under i386 media unittests fail: [----------] 27 tests from PipelineIntegrationTest [ RUN ] PipelineIntegrationTest.BasicPlayback [New Thread 29c05800 (LWP 100505)] [New Thread 29c05b00 (LWP 101522)] [New Thread 29c05e00 (LWP 101523)] [New Thread 29c06a00 (LWP 101524)] Program received signal SIGBUS, Bus error. [Switching to Thread 29c05b00 (LWP 101522)] 0x2a2162b8 in ff_vp8_h_loop_filter16y_inner_ssse3 () from /usr/ports.workdir/.../out/Release/libffmpegsumo.so (gdb) That's why you get a white page on html5 video, there's a crash when you try to view vp8 content. On Sat, Aug 31, 2013 at 3:36 AM, Carlos Jacobo Puga Medina wrote: > Ok, I updated to the experimental Xorg version and since then Chrome works > better. Gone the previous GLX message errors. > > I launched chrome adding the --disable-gpu flag, but it still fail at the > same point as before. For example, this page remains blank: > http://html5demos.com/video > > Log output: > > [20810:796934912:0831/021435:INFO:CONSOLE(325)] "Error in event handler: > TypeError: Cannot read property 'pageSourcesAllowedLength' of undefined", > source: event_bindings (325) > [21010:798545408:0831/021741:ERROR:platform_thread_linux.cc(101)] Failed to > set nice value of thread to -10 > > Summarizing, I prefer keep watching youtube videos even without HTML5 > support. > > > 2013/8/30 George Liaskos >> >> hm, is it possible to set WITH_NEW_XORG and update or your setup >> depends on the legacy xorg? >> >> You could also try --disable-gpu >> >> On Fri, Aug 30, 2013 at 11:10 PM, Carlos Jacobo Puga Medina >> wrote: >> > I have installed 1,5 GB of RAM on this computer. Digging more I see that >> > every time it shows a blank page reports this message: >> > >> > ATTENTION: default value of option force_s3tc_enable overridden by >> > environment. >> > [20972:796934912:0830/213811:ERROR:gl_surface_glx.cc(332)] GLX 1.3 or >> > later >> > is required. >> > [20972:796934912:0830/213811:ERROR:gl_surface_x11.cc(58)] >> > GLSurfaceGLX::InitializeOneOff failed. >> > [20437:820765696:0830/213815:ERROR:platform_thread_linux.cc(101)] Failed >> > to >> > set nice value of thread to -10 >> > >> > But I have not found anything related to 'Failed to create SysV shared >> > memory region' in the record. >> > >> > For now I can disable the HTML5 support to make the problem go away. >> > >> > Thanks >> > >> > --CJPM >> > >> > >> > >> > 2013/8/30 George Liaskos >> >> >> >> How much memory do you have? >> >> >> >> You should run chrome and capture the output when you see the white >> >> page, most probably you are hitting the ipc limit. Look for something >> >> like "Failed to create SysV shared memory region". >> >> Your output seems ok except the fact that you are using the legacy >> >> xorg, which has nothing to do with your issue. >> >> >> >> On Fri, Aug 30, 2013 at 3:00 PM, Carlos Jacobo Puga Medina >> >> wrote: >> >> > Hi George, >> >> > >> >> > Thanks for reply, I did what you suggested me and this is the output: >> >> > % chrome --enable-logging=stderr >> >> > [2053:796934912:0830/132908:INFO:CONSOLE(29)] "Port: Could not >> >> > establish >> >> > connection. Receiving end does not exist.", source: lastError (29) >> >> > [2053:796934912:0830/132925:INFO:CONSOLE(29)] "Port: Could not >> >> > establish >> >> > connection. Receiving end does not exist.", source: lastError (29) >> >> > [2053:796934912:0830/132925:INFO:CONSOLE(325)] "Error in event >> >> > handler: >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of >> >> > undefined", >> >> > source: event_bindings (325) >> >> > [2053:796934912:0830/132925:INFO:CONSOLE(29)] "Port: Could not >> >> > establish >> >> > connection. Receiving end does not exist.", source: lastError (29) >> >> > [2053:796934912:0830/132925:INFO:CONSOLE(325)] "Error in event >> >> > handler: >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of >> >> > undefined", >> >> > source: event_bindings (325) >> >> > [2053:796934912:0830/132931:INFO:CONSOLE(29)] "Port: Could not >> >> > establish >> >> > connection. Receiving end does not exist.", source: lastError (29) >> >> > [2053:796934912:0830/132931:INFO:CONSOLE(325)] "Error in event >> >> > handler: >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of >> >> > undefined", >> >> > source: event_bindings (325) >> >> > [2053:796934912:0830/132931:INFO:CONSOLE(29)] "Port: Could not >> >> > establish >> >> > connection. Receiving end does not exist.", source: lastError (29) >> >> > [2053:796934912:0830/132931:INFO:CONSOLE(325)] "Error in event >> >> > handler: >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of >> >> > undefined", >> >> > source: event_bindings (325) >> >> > [2053:796934912:0830/132936:INFO:CONSOLE(29)] "Port: Could not >> >> > establish >> >> > connection. Receiving end does not exist.", source: lastError (29) >> >> > [2053:796934912:0830/132936:INFO:CONSOLE(325)] "Error in event >> >> > handler: >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of >> >> > undefined", >> >> > source: event_bindings (325) >> >> > [2053:796934912:0830/132937:INFO:CONSOLE(325)] "Error in event >> >> > handler >> >> > for >> >> > webNavigation.onDOMContentLoaded: TypeError: Cannot set property >> >> > 'DOMLoaded' >> >> > of undefined", source: event_bindings (325) >> >> > [2053:796934912:0830/132937:INFO:CONSOLE(29)] "Port: Could not >> >> > establish >> >> > connection. Receiving end does not exist.", source: lastError (29) >> >> > [2053:796934912:0830/132937:INFO:CONSOLE(325)] "Error in event >> >> > handler: >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of >> >> > undefined", >> >> > source: event_bindings (325) >> >> > [2053:796934912:0830/133034:INFO:CONSOLE(0)] >> >> > "'window.webkitStorageInfo' >> >> > is >> >> > deprecated. Please use 'navigator.webkitTemporaryStorage' or >> >> > 'navigator.webkitPersistentStorage' instead.", source: (0) >> >> > [2053:796934912:0830/133039:INFO:CONSOLE(77)] "Uncaught TypeError: >> >> > Cannot >> >> > call method 'appendChild' of undefined", source: >> >> > http://html5test.com/ >> >> > (77) >> >> > [2053:796934912:0830/133039:INFO:CONSOLE(349)] "Uncaught >> >> > ReferenceError: >> >> > WhichBrowser is not defined", source: http://html5test.com/ (349) >> >> > ATTENTION: default value of option force_s3tc_enable overridden by >> >> > environment. >> >> > [2076:796934912:0830/133104:ERROR:gl_surface_glx.cc(332)] GLX 1.3 or >> >> > later >> >> > is required. >> >> > [2076:796934912:0830/133104:ERROR:gl_surface_x11.cc(58)] >> >> > GLSurfaceGLX::InitializeOneOff failed. >> >> > [2053:796934912:0830/133304:INFO:CONSOLE(29)] "Port: Could not >> >> > establish >> >> > connection. Receiving end does not exist.", source: lastError (29) >> >> > [2053:796934912:0830/133304:INFO:CONSOLE(325)] "Error in event >> >> > handler: >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of >> >> > undefined", >> >> > source: event_bindings (325) >> >> > [2053:796934912:0830/133305:INFO:CONSOLE(325)] "Error in event >> >> > handler >> >> > for >> >> > webNavigation.onDOMContentLoaded: TypeError: Cannot set property >> >> > 'DOMLoaded' >> >> > of undefined", source: event_bindings (325) >> >> > [2053:796934912:0830/133305:INFO:CONSOLE(29)] "Port: Could not >> >> > establish >> >> > connection. Receiving end does not exist.", source: lastError (29) >> >> > [2053:796934912:0830/133305:INFO:CONSOLE(325)] "Error in event >> >> > handler: >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of >> >> > undefined", >> >> > source: event_bindings (325) >> >> > [2053:796934912:0830/133312:INFO:CONSOLE(29)] "Port: Could not >> >> > establish >> >> > connection. Receiving end does not exist.", source: lastError (29) >> >> > [2053:796934912:0830/133312:INFO:CONSOLE(325)] "Error in event >> >> > handler: >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of >> >> > undefined", >> >> > source: event_bindings (325) >> >> > [2053:796934912:0830/133312:INFO:CONSOLE(29)] "Port: Could not >> >> > establish >> >> > connection. Receiving end does not exist.", source: lastError (29) >> >> > [2053:796934912:0830/133312:INFO:CONSOLE(325)] "Error in event >> >> > handler: >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of >> >> > undefined", >> >> > source: event_bindings (325) >> >> > [2053:796934912:0830/133330:INFO:CONSOLE(29)] "Port: Could not >> >> > establish >> >> > connection. Receiving end does not exist.", source: lastError (29) >> >> > [2053:796934912:0830/133330:INFO:CONSOLE(325)] "Error in event >> >> > handler: >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of >> >> > undefined", >> >> > source: event_bindings (325) >> >> > [2053:796934912:0830/133338:INFO:CONSOLE(29)] "Port: Could not >> >> > establish >> >> > connection. Receiving end does not exist.", source: lastError (29) >> >> > [2053:796934912:0830/133338:INFO:CONSOLE(325)] "Error in event >> >> > handler: >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of >> >> > undefined", >> >> > source: event_bindings (325) >> >> > [2093:796934912:0830/133339:WARNING:console.cc(144)] Could not log >> >> > "Extension view no longer exists": no render view found >> >> > [2093:796934912:0830/133339:WARNING:console.cc(144)] Could not log >> >> > "Extension view no longer exists": no render view found >> >> > [2093:796934912:0830/133339:WARNING:console.cc(144)] Could not log >> >> > "Extension view no longer exists": no render view found >> >> > [2093:796934912:0830/133339:WARNING:console.cc(144)] Could not log >> >> > "Extension view no longer exists": no render view found >> >> > [2093:796934912:0830/133339:WARNING:console.cc(144)] Could not log >> >> > "Extension view no longer exists": no render view found >> >> > [2093:796934912:0830/133339:WARNING:console.cc(144)] Could not log >> >> > "Extension view no longer exists": no render view found >> >> > [2053:796934912:0830/133441:INFO:CONSOLE(29)] "Port: Could not >> >> > establish >> >> > connection. Receiving end does not exist.", source: lastError (29) >> >> > >> >> > The output of 'uname -a' shows: >> >> > FreeBSD freebsd 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 >> >> > 20:30:17 UTC 2013 >> >> > root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >> >> > >> >> > I compiled the Chromium port with the following options: >> >> > % make showconfig -C /usr/ports/www/chromium >> >> > ===> The following configuration options are available for >> >> > chromium-29.0.1547.57: >> >> > CLANG=on: Build Chromium with Clang instead of GCC 4.6+ >> >> > CODECS=on: Compile and enable patented codecs like H.264 >> >> > DEBUG=off: Install debug symbols >> >> > GCONF=on: GConf configuration backend support >> >> > PULSEAUDIO=off: PulseAudio sound server support >> >> > ===> Use 'make config' to modify these settings >> >> > >> >> > Also I checked how chromium-29.0.1547.57 supports HTML5 on the >> >> > html5test.com >> >> > page and I obtained 448 points over 500 with some errors as expected. >> >> > >> >> > If you need more details, let me know. >> >> > >> >> > Kind regards >> >> > >> >> > --CJPM >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > 2013/8/30 George Liaskos >> >> >> >> >> >> The crash is weird. Do you have sufficient memory? Start chrome with >> >> >> --enable-logging=stderr and look for errors, you must be hitting >> >> >> some >> >> >> limit, it will show up. >> >> >> If that doesn't help please share your config, specs and compile >> >> >> options. >> >> >> >> >> >> Regards >> >> >> >> >> >> On Thu, Aug 29, 2013 at 2:48 PM, Carlos Jacobo Puga Medina >> >> >> wrote: >> >> >> > I have noticed that activating HTML5 support doesn't work >> >> >> > websites >> >> >> > as >> >> >> > youtube.com and it only shows a blank page instead. >> >> >> > >> >> >> > Also the dmesg output shows: >> >> >> > pid 4742 (chrome), uid 1001: exited on signal 10 >> >> >> > >> >> >> > Despite I have the shared memory support enabled, still not >> >> >> > working. >> >> >> > >> >> >> > Any clue on this? >> >> >> > >> >> >> > --CJPM >> >> >> > _______________________________________________ >> >> >> > freebsd-chromium@freebsd.org mailing list >> >> >> > http://lists.freebsd.org/mailman/listinfo/freebsd-chromium >> >> >> > To unsubscribe, send any mail to >> >> >> > "freebsd-chromium-unsubscribe@freebsd.org" >> >> > >> >> > >> > >> > > > From owner-freebsd-chromium@FreeBSD.ORG Mon Sep 2 02:15:53 2013 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0D5BAB60 for ; Mon, 2 Sep 2013 02:15:53 +0000 (UTC) (envelope-from bounce-3512-15376952-860-248@emailapp.dealstrain.sg) Received: from 209.sekssy.com (209.sekssy.com [198.27.104.209]) by mx1.freebsd.org (Postfix) with ESMTP id C5B462745 for ; Mon, 2 Sep 2013 02:15:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=key1; d=dealstrain.sg; h=Date:To:From:Reply-to:Subject:Message-ID:List-Unsubscribe:MIME-Version:Content-Type; bh=wKWmYfbMKP98+fhpA3svchsGOkQ=; b=miPOOL8E23igGjHiR1HltvNkKkXIVSuNOLZzZejwfbSeTVOmaqOf84cAklUTu1uW9qthJRvMUZUv MAIKq+D0hcl+yxlolHEFHsqB8q76fLzTd0me9V7Ok29fPH8Z97Qbi9ahxfM3PDkrUv0qq019r8hP uBxFYD/Tk+RVgQWuupY= Received: by 209.sekssy.com id h4fqdi0pe0sk for ; Sun, 1 Sep 2013 21:50:41 -0400 (envelope-from ) Date: Mon, 2 Sep 2013 01:50:40 +0000 To: "freebsd-chromium@freebsd.org" From: DealsTrain Subject: singapore - wine preserver/lace socks/bracelet/sunglasses/eye checkup Message-ID: X-Priority: 3 X-Mailer: Dealstrain Sending System X-Complaints-To: jp@blogbytes.co.za X-MessageID: s9-1mxl-ZnJlZWJzZC1jaHJvbWl1bUBmcmVlYnNkLm9yZw%3D%3D-rw-rt-rs X-Report-Abuse: X-SMTPAPI: {"unique_args":{"abuse-id":"s9-1mxl-ZnJlZWJzZC1jaHJvbWl1bUBmcmVlYnNkLm9yZw%3D%3D-rw-rt-rs"}, "category":"campaign"} MIME-Version: 1.0 Content-Type: text/plain; charset = "utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: DealsTrain List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2013 02:15:53 -0000 [1] View Newsletter in Web Browser=0A Links:=0A 1. http://emailapp.deal= strain.sg/wb.php?p=3Ds9/s9/rs/1mxl/rw/rs=0A=0A=0A=0A = September 2,2013 Monday=0A=0A=0ADaily Deals [2]VIE= W 100+ BIG SAVINGS DEALS=0A Links:=0A 2. http://www.dealstrain.sg=0A=0A= Only $10.90 - 3 Pairs of Open-Toe Invisible Lace Socks with Postal=0ADelive= ry=0AProtect your precious feet and keep them clean with these Open-Toe=0AI= nvisible Lace Socks even when you have open-toe court shoes on! ..=0AShare:= =0A=0A=0AValue=0AS$ 21=0A=0A Discount=0A 48%=0A=0A Savi= ngs=0A S$ 10.1=0A S$ 10.9 [3]View This Dea= l=0A Links:=0A 3. http://www.dealstrain.sg/deals/c5NTlKoI/only-1090-3-p= airs-of-open-toe-invisible-lace-socks-with-postal-delivery.html=0A=0A=0A=0A= Only $22.90 for Automatic Wine Preserver..=0APreserve your wine with the Au= tomatic Wine Preserver! Simply place the=0Ahandheld electronic seal vacuum = and press the button. Not only does the=0APreserv..=0AShare:=0A=0A73% OFF= =0A [4]VIEW DEAL=0A Links:=0A 4. http://www.dealstrain.sg/deals/= LkCmDW2V/only-2290-for-automatic-wine-preserver.html=0A=0AOnly $68 for 18K = Champagne Gold Plated Luxurious C..=0AOnly $68 for 18K Champagne Gold Plate= d Luxurious Crystals Bracelet +=0ARegistered Delivery=0A..=0AShare:=0A=0A57= % OFF=0A [5]VIEW DEAL=0A Links:=0A 5. http://www.dealstrain.sg/d= eals/6RMyywGk/only-68-for-18k-champagne-gold-plated-luxurious-crystals-brac= elet-registered-delivery.html=0A=0AOnly $125 for four person per night at A= LKE VILLA..=0APrivate Luxury Villa Canggu, Cemagi Mengening Beach. Comfort = to the=0Aparadise atmosphere, where you may still enjoy the village atmosph= ere=0Ais being nat..=0AShare:=0A=0A63% OFF=0A [6]VIEW DEAL=0A Links= :=0A 6. http://www.dealstrain.sg/deals/SvR7Qn8c/only-125-for-four-person= -per-night-at-alke-villas-spa-restaurant.html=0A=0AOnly $199 for two for 3D= /2N at Bali Grand Sunsets ..=0AThe beautiful Bali Grand Sunsets Resort is r= ight on the beach in=0ALovina, on the pristine northern coast of Bali islan= d. All our=0Abeautifully appointed ..=0AShare:=0A=0A61% OFF=0A [7]VI= EW DEAL=0A Links:=0A 7. http://www.dealstrain.sg/deals/KR1NFIQV/only-19= 9-for-two-for-3d2n-at-bali-grand-sunsets-resort.html=0A=0AOnly $9.90 for DK= NY MINIATURE PERFUME..=0ADepicted as a modern feast for the senses, one of = the most used brand=0Afragrances owned by women; DKNY summer fragrances tak= es you to the=0Ahills of fres..=0AShare:=0A=0A50% OFF=0A [8]VIEW DEA= L=0A Links:=0A 8. http://www.dealstrain.sg/deals/3w25Ku2b/only-990-for-= dkny-miniature-perfume.html=0A=0AOnly $6.90 for MAGIC BRA PAD..=0ALet= =E2=80=99s face it; not all of us girls are blessed in the upper department= .=0ABring out the best in your chest with the Magic Inflatable Bra Pad! You= =0Acan ..=0AShare:=0A=0A59% OFF=0A [9]VIEW DEAL=0A Links:=0A 9. = http://www.dealstrain.sg/deals/zyB0iI3N/only-690-for-magic-bra-pad.html=0A= =0AOnlv $58 for a pair of SPORTS Sunglasses Fitted wi..=0ABring this cool p= iece home and celebrates your athletic achievements or=0Aas a cool add-on a= ccessories to your lifestyle! Sports Sunglasses with=0AChangea..=0AShare:= =0A=0A68% OFF=0A [10]VIEW DEAL=0A Links:=0A 10. http://www.deals= train.sg/deals/nMC4frKD/onlv-58-for-a-pair-of-sports-sunglasses-fitted-with= -prescription-lenses.html=0A=0AOnly $12.90 for Kids Swimming Goggles + Eye = Checku..=0AOnly $12.90 for Kids Swimming Goggles + Free Eye Checkup for=0AS= hortsightedness / Normal Vision..=0AShare:=0A=0A77% OFF=0A [11]VIEW = DEAL=0A Links:=0A 11. http://www.dealstrain.sg/deals/Ms7gBoTv/only-1290= -for-kids-swimming-goggles-eye-checkup-for-shortsightedness.html=0A=0A$14.9= for Gorgeous & Forever Sexy Bikini Set..=0AFor those much needed Vacation = days get the Gorgeous & Forever Sexy=0ABikini Set.=0A..=0AShare:=0A=0A63% O= FF=0A [12]VIEW DEAL=0A Links:=0A 12. http://www.dealstrain.sg/de= als/I8676j5T/149-for-gorgeous-forever-sexy-bikini-set.html=0A=0A$19.9 for 8= pcs of Lace Underwear..=0ALace panties are cut to be figure flattering and= fun. Enjoy the comfort=0Aof the great fitting ultra sheer bikini lace pant= ies from this=0Acollection. Our..=0AShare:=0A=0A60% OFF=0A [13]VIEW = DEAL=0A[14]View All Daily Deals=0Acontact@dealstrain.sg | Call +65-65995001= =0AOffer valid on DealsTrain only. DealsTrain logo is a registered=0Atradem= ark of [15]DealsTrain. Check out our [16]Privacy Policy=0ATo unsubscribe fr= om all of our mailings,[17] click here=0A=C2=A9 Copyright @ 2013 DealsTrain= . All rights reserved.=0A Links:=0A 13. http://www.dealstrain.sg/deals/= wW6hk3ot/199-for-8-pcs-of-lace-underwear.html=0A 14. http://www.dealstra= in.sg/today-deals.html=0A 15. http://www.dealstrain.sg=0A 16. http://= www.dealstrain.sg/privacy-policy.php=0A 17. http://emailapp.dealstrain.s= g/u.php?p=3Ds9/rs/1mxl/rw/s9/rs From owner-freebsd-chromium@FreeBSD.ORG Mon Sep 2 09:40:48 2013 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6B444776 for ; Mon, 2 Sep 2013 09:40:48 +0000 (UTC) (envelope-from cjpugmed@gmail.com) Received: from mail-ve0-x22b.google.com (mail-ve0-x22b.google.com [IPv6:2607:f8b0:400c:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1C5422CD9 for ; Mon, 2 Sep 2013 09:40:48 +0000 (UTC) Received: by mail-ve0-f171.google.com with SMTP id pa12so3067518veb.30 for ; Mon, 02 Sep 2013 02:40:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=1g+Z+fNTxoYtcqkiDhDmRdknWzU1okgIPSPaAJ783b4=; b=BpPlyZZlq36K0QYXjUaXYD+PBKb0ENegW/J+rHL9vuveT4L2Gdbs/hXZbBy/8bh4ae wE1trkUAxTNzKpsB2+vY0Pz6bYlV4Wrh661mlxxrFCR0n9ZKYok4g+x2vXM0do01ZSQW 3zvLtzEM3wNkBpxzRpwn4W/1P/JfNtT1QNkknvKn94Yp1WougOqLdZOcupbRHuOqCSkW e5gDEmPBRIhEMJuSYPYPwpp2wfp59LmIVxIwuzhG7vMfQLnwFMqJTmLFTCIuaPiEi6xh cb3bITgzjzcH5aUTNhYt575DspB4OlKr9DvnFjF4XzzKezCR89ortjiMjRoaRpnie6u/ kruA== MIME-Version: 1.0 X-Received: by 10.220.46.72 with SMTP id i8mr22666290vcf.10.1378114847271; Mon, 02 Sep 2013 02:40:47 -0700 (PDT) Received: by 10.220.1.17 with HTTP; Mon, 2 Sep 2013 02:40:47 -0700 (PDT) In-Reply-To: References: Date: Mon, 2 Sep 2013 11:40:47 +0200 Message-ID: Subject: Re: chromium-29.0.1547.57 HTML5 video issue From: Carlos Jacobo Puga Medina To: George Liaskos , freebsd-chromium@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2013 09:40:48 -0000 Ok, i believe i found the bug. Under i386 media unittests fail: [----------] 27 tests from PipelineIntegrationTest [ RUN ] PipelineIntegrationTest.BasicPlayback [New Thread 29c05800 (LWP 100505)] [New Thread 29c05b00 (LWP 101522)] [New Thread 29c05e00 (LWP 101523)] [New Thread 29c06a00 (LWP 101524)] Program received signal SIGBUS, Bus error. [Switching to Thread 29c05b00 (LWP 101522)] 0x2a2162b8 in ff_vp8_h_loop_filter16y_inner_ssse3 () from /usr/ports.workdir/.../out/Release/libffmpegsumo.so (gdb) That's why you get a white page on html5 video, there's a crash when you try to view vp8 content. That make sense, after I upgrade to 29.0.1547.62 works fine again. Thank you so much indeed. --CJPM 2013/9/1 George Liaskos > Ok, i believe i found the bug. > Under i386 media unittests fail: > > [----------] 27 tests from PipelineIntegrationTest > [ RUN ] PipelineIntegrationTest.BasicPlayback > [New Thread 29c05800 (LWP 100505)] > [New Thread 29c05b00 (LWP 101522)] > [New Thread 29c05e00 (LWP 101523)] > [New Thread 29c06a00 (LWP 101524)] > > Program received signal SIGBUS, Bus error. > [Switching to Thread 29c05b00 (LWP 101522)] > 0x2a2162b8 in ff_vp8_h_loop_filter16y_inner_ssse3 () from > /usr/ports.workdir/.../out/Release/libffmpegsumo.so > (gdb) > > That's why you get a white page on html5 video, there's a crash when > you try to view vp8 content. > > On Sat, Aug 31, 2013 at 3:36 AM, Carlos Jacobo Puga Medina > wrote: > > Ok, I updated to the experimental Xorg version and since then Chrome > works > > better. Gone the previous GLX message errors. > > > > I launched chrome adding the --disable-gpu flag, but it still fail at the > > same point as before. For example, this page remains blank: > > http://html5demos.com/video > > > > Log output: > > > > [20810:796934912:0831/021435:INFO:CONSOLE(325)] "Error in event handler: > > TypeError: Cannot read property 'pageSourcesAllowedLength' of undefined", > > source: event_bindings (325) > > [21010:798545408:0831/021741:ERROR:platform_thread_linux.cc(101)] Failed > to > > set nice value of thread to -10 > > > > Summarizing, I prefer keep watching youtube videos even without HTML5 > > support. > > > > > > 2013/8/30 George Liaskos > >> > >> hm, is it possible to set WITH_NEW_XORG and update or your setup > >> depends on the legacy xorg? > >> > >> You could also try --disable-gpu > >> > >> On Fri, Aug 30, 2013 at 11:10 PM, Carlos Jacobo Puga Medina > >> wrote: > >> > I have installed 1,5 GB of RAM on this computer. Digging more I see > that > >> > every time it shows a blank page reports this message: > >> > > >> > ATTENTION: default value of option force_s3tc_enable overridden by > >> > environment. > >> > [20972:796934912:0830/213811:ERROR:gl_surface_glx.cc(332)] GLX 1.3 or > >> > later > >> > is required. > >> > [20972:796934912:0830/213811:ERROR:gl_surface_x11.cc(58)] > >> > GLSurfaceGLX::InitializeOneOff failed. > >> > [20437:820765696:0830/213815:ERROR:platform_thread_linux.cc(101)] > Failed > >> > to > >> > set nice value of thread to -10 > >> > > >> > But I have not found anything related to 'Failed to create SysV shared > >> > memory region' in the record. > >> > > >> > For now I can disable the HTML5 support to make the problem go away. > >> > > >> > Thanks > >> > > >> > --CJPM > >> > > >> > > >> > > >> > 2013/8/30 George Liaskos > >> >> > >> >> How much memory do you have? > >> >> > >> >> You should run chrome and capture the output when you see the white > >> >> page, most probably you are hitting the ipc limit. Look for something > >> >> like "Failed to create SysV shared memory region". > >> >> Your output seems ok except the fact that you are using the legacy > >> >> xorg, which has nothing to do with your issue. > >> >> > >> >> On Fri, Aug 30, 2013 at 3:00 PM, Carlos Jacobo Puga Medina > >> >> wrote: > >> >> > Hi George, > >> >> > > >> >> > Thanks for reply, I did what you suggested me and this is the > output: > >> >> > % chrome --enable-logging=stderr > >> >> > [2053:796934912:0830/132908:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > [2053:796934912:0830/132925:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > [2053:796934912:0830/132925:INFO:CONSOLE(325)] "Error in event > >> >> > handler: > >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of > >> >> > undefined", > >> >> > source: event_bindings (325) > >> >> > [2053:796934912:0830/132925:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > [2053:796934912:0830/132925:INFO:CONSOLE(325)] "Error in event > >> >> > handler: > >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of > >> >> > undefined", > >> >> > source: event_bindings (325) > >> >> > [2053:796934912:0830/132931:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > [2053:796934912:0830/132931:INFO:CONSOLE(325)] "Error in event > >> >> > handler: > >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of > >> >> > undefined", > >> >> > source: event_bindings (325) > >> >> > [2053:796934912:0830/132931:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > [2053:796934912:0830/132931:INFO:CONSOLE(325)] "Error in event > >> >> > handler: > >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of > >> >> > undefined", > >> >> > source: event_bindings (325) > >> >> > [2053:796934912:0830/132936:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > [2053:796934912:0830/132936:INFO:CONSOLE(325)] "Error in event > >> >> > handler: > >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of > >> >> > undefined", > >> >> > source: event_bindings (325) > >> >> > [2053:796934912:0830/132937:INFO:CONSOLE(325)] "Error in event > >> >> > handler > >> >> > for > >> >> > webNavigation.onDOMContentLoaded: TypeError: Cannot set property > >> >> > 'DOMLoaded' > >> >> > of undefined", source: event_bindings (325) > >> >> > [2053:796934912:0830/132937:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > [2053:796934912:0830/132937:INFO:CONSOLE(325)] "Error in event > >> >> > handler: > >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of > >> >> > undefined", > >> >> > source: event_bindings (325) > >> >> > [2053:796934912:0830/133034:INFO:CONSOLE(0)] > >> >> > "'window.webkitStorageInfo' > >> >> > is > >> >> > deprecated. Please use 'navigator.webkitTemporaryStorage' or > >> >> > 'navigator.webkitPersistentStorage' instead.", source: (0) > >> >> > [2053:796934912:0830/133039:INFO:CONSOLE(77)] "Uncaught TypeError: > >> >> > Cannot > >> >> > call method 'appendChild' of undefined", source: > >> >> > http://html5test.com/ > >> >> > (77) > >> >> > [2053:796934912:0830/133039:INFO:CONSOLE(349)] "Uncaught > >> >> > ReferenceError: > >> >> > WhichBrowser is not defined", source: http://html5test.com/ (349) > >> >> > ATTENTION: default value of option force_s3tc_enable overridden by > >> >> > environment. > >> >> > [2076:796934912:0830/133104:ERROR:gl_surface_glx.cc(332)] GLX 1.3 > or > >> >> > later > >> >> > is required. > >> >> > [2076:796934912:0830/133104:ERROR:gl_surface_x11.cc(58)] > >> >> > GLSurfaceGLX::InitializeOneOff failed. > >> >> > [2053:796934912:0830/133304:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > [2053:796934912:0830/133304:INFO:CONSOLE(325)] "Error in event > >> >> > handler: > >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of > >> >> > undefined", > >> >> > source: event_bindings (325) > >> >> > [2053:796934912:0830/133305:INFO:CONSOLE(325)] "Error in event > >> >> > handler > >> >> > for > >> >> > webNavigation.onDOMContentLoaded: TypeError: Cannot set property > >> >> > 'DOMLoaded' > >> >> > of undefined", source: event_bindings (325) > >> >> > [2053:796934912:0830/133305:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > [2053:796934912:0830/133305:INFO:CONSOLE(325)] "Error in event > >> >> > handler: > >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of > >> >> > undefined", > >> >> > source: event_bindings (325) > >> >> > [2053:796934912:0830/133312:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > [2053:796934912:0830/133312:INFO:CONSOLE(325)] "Error in event > >> >> > handler: > >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of > >> >> > undefined", > >> >> > source: event_bindings (325) > >> >> > [2053:796934912:0830/133312:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > [2053:796934912:0830/133312:INFO:CONSOLE(325)] "Error in event > >> >> > handler: > >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of > >> >> > undefined", > >> >> > source: event_bindings (325) > >> >> > [2053:796934912:0830/133330:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > [2053:796934912:0830/133330:INFO:CONSOLE(325)] "Error in event > >> >> > handler: > >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of > >> >> > undefined", > >> >> > source: event_bindings (325) > >> >> > [2053:796934912:0830/133338:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > [2053:796934912:0830/133338:INFO:CONSOLE(325)] "Error in event > >> >> > handler: > >> >> > TypeError: Cannot read property 'pageSourcesAllowedLength' of > >> >> > undefined", > >> >> > source: event_bindings (325) > >> >> > [2093:796934912:0830/133339:WARNING:console.cc(144)] Could not log > >> >> > "Extension view no longer exists": no render view found > >> >> > [2093:796934912:0830/133339:WARNING:console.cc(144)] Could not log > >> >> > "Extension view no longer exists": no render view found > >> >> > [2093:796934912:0830/133339:WARNING:console.cc(144)] Could not log > >> >> > "Extension view no longer exists": no render view found > >> >> > [2093:796934912:0830/133339:WARNING:console.cc(144)] Could not log > >> >> > "Extension view no longer exists": no render view found > >> >> > [2093:796934912:0830/133339:WARNING:console.cc(144)] Could not log > >> >> > "Extension view no longer exists": no render view found > >> >> > [2093:796934912:0830/133339:WARNING:console.cc(144)] Could not log > >> >> > "Extension view no longer exists": no render view found > >> >> > [2053:796934912:0830/133441:INFO:CONSOLE(29)] "Port: Could not > >> >> > establish > >> >> > connection. Receiving end does not exist.", source: lastError (29) > >> >> > > >> >> > The output of 'uname -a' shows: > >> >> > FreeBSD freebsd 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug > 21 > >> >> > 20:30:17 UTC 2013 > >> >> > root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC > i386 > >> >> > > >> >> > I compiled the Chromium port with the following options: > >> >> > % make showconfig -C /usr/ports/www/chromium > >> >> > ===> The following configuration options are available for > >> >> > chromium-29.0.1547.57: > >> >> > CLANG=on: Build Chromium with Clang instead of GCC 4.6+ > >> >> > CODECS=on: Compile and enable patented codecs like H.264 > >> >> > DEBUG=off: Install debug symbols > >> >> > GCONF=on: GConf configuration backend support > >> >> > PULSEAUDIO=off: PulseAudio sound server support > >> >> > ===> Use 'make config' to modify these settings > >> >> > > >> >> > Also I checked how chromium-29.0.1547.57 supports HTML5 on the > >> >> > html5test.com > >> >> > page and I obtained 448 points over 500 with some errors as > expected. > >> >> > > >> >> > If you need more details, let me know. > >> >> > > >> >> > Kind regards > >> >> > > >> >> > --CJPM > >> >> > > >> >> > > >> >> > > >> >> > > >> >> > > >> >> > 2013/8/30 George Liaskos > >> >> >> > >> >> >> The crash is weird. Do you have sufficient memory? Start chrome > with > >> >> >> --enable-logging=stderr and look for errors, you must be hitting > >> >> >> some > >> >> >> limit, it will show up. > >> >> >> If that doesn't help please share your config, specs and compile > >> >> >> options. > >> >> >> > >> >> >> Regards > >> >> >> > >> >> >> On Thu, Aug 29, 2013 at 2:48 PM, Carlos Jacobo Puga Medina > >> >> >> wrote: > >> >> >> > I have noticed that activating HTML5 support doesn't work > >> >> >> > websites > >> >> >> > as > >> >> >> > youtube.com and it only shows a blank page instead. > >> >> >> > > >> >> >> > Also the dmesg output shows: > >> >> >> > pid 4742 (chrome), uid 1001: exited on signal 10 > >> >> >> > > >> >> >> > Despite I have the shared memory support enabled, still not > >> >> >> > working. > >> >> >> > > >> >> >> > Any clue on this? > >> >> >> > > >> >> >> > --CJPM > >> >> >> > _______________________________________________ > >> >> >> > freebsd-chromium@freebsd.org mailing list > >> >> >> > http://lists.freebsd.org/mailman/listinfo/freebsd-chromium > >> >> >> > To unsubscribe, send any mail to > >> >> >> > "freebsd-chromium-unsubscribe@freebsd.org" > >> >> > > >> >> > > >> > > >> > > > > > > From owner-freebsd-chromium@FreeBSD.ORG Mon Sep 2 09:56:26 2013 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CDAA2D08 for ; Mon, 2 Sep 2013 09:56:26 +0000 (UTC) (envelope-from bounce-3716-15376952-860-248@emailapp.dealstrain.sg) Received: from 160.dininglips.com (160.dininglips.com [198.27.104.160]) by mx1.freebsd.org (Postfix) with ESMTP id 9279E2DB5 for ; Mon, 2 Sep 2013 09:56:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=key1; d=dealstrain.sg; h=Date:To:From:Reply-to:Subject:Message-ID:List-Unsubscribe:MIME-Version:Content-Type; bh=xUadc4CHO/1F/BXj/Py3j5O0WtY=; b=KSvJaMuqVUQ3m0upEobHA78yLnByQK5nZyzTYfv8ScYlCwIIGwaZ9cpRzuxnJ8w36Dhs5s2oCR/I sAPB2OV0JGUpVAPX3r+tW7VdA2YOoUHh/Yxa5EOBRSNDgkb+brevRYj1+xxFFLLM7N4ueTiPGMBC PIcurrzS0lHaZ3t9W+0= Received: by 160.dininglips.com id h4hgck0pe0s7 for ; Mon, 2 Sep 2013 05:31:05 -0400 (envelope-from ) Date: Mon, 2 Sep 2013 09:31:04 +0000 To: "freebsd-chromium@freebsd.org" From: DealsTrain Subject: singapore - makeup workshop/kitchen scale/omega/batam/Sentosa Message-ID: <7d1bc0047d4e839987784cad143a0d69@localhost.localdomain> X-Priority: 3 X-Mailer: Dealstrain Sending System X-Complaints-To: jp@blogbytes.co.za X-MessageID: sa-1mxl-ZnJlZWJzZC1jaHJvbWl1bUBmcmVlYnNkLm9yZw%3D%3D-rw-rt-rs X-Report-Abuse: X-SMTPAPI: {"unique_args":{"abuse-id":"sa-1mxl-ZnJlZWJzZC1jaHJvbWl1bUBmcmVlYnNkLm9yZw%3D%3D-rw-rt-rs"}, "category":"campaign"} MIME-Version: 1.0 Content-Type: text/plain; charset = "utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: DealsTrain List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2013 09:56:26 -0000 [1]View Newsletter in Web Browser=0A Links:=0A 1. http://emailapp.deal= strain.sg/wb.php?p=3Dsa/sa/rs/1mxl/rw/rs=0A=0A=0A=0A = September 2,2013 Monday=0A=0A=0ADaily Deals [2]VIE= W 100+ BIG SAVINGS DEALS=0A Links:=0A 2. http://www.dealstrain.sg=0A=0A= Only $9.90 for Leather Bracelet Black and Brown Braided Rope for Men=0Aand = Women ( includes Delivery ! )=0A2013 New Arrival Wrap Leather Black and Bro= wn Braided Rope Bracelet for=0AMen and Women..=0AShare:=0A=0A=0AValue=0AS$ = 19.9=0A=0A Discount=0A 50%=0A=0A Savings=0A = S$ 10=0A S$ 9.9 [3]View This Deal=0A Links= :=0A 3. http://www.dealstrain.sg/deals/5EUkkoFV/only-990-for-leather-bra= celet-black-and-brown-braided-rope-for-men-and-women-includes-delivery.html= =0A=0A=0A=0A$17 instead of $200 for Eye Makeup Workshop + Colo..=0ABeauty i= s the secret weapon of success, and the skilful application of=0Amakeup is = the secret weapon of beauty! When applied correctly, makeup=0Aenhances ..= =0AShare:=0A=0A92% OFF=0A [4]VIEW DEAL=0A Links:=0A 4. http://ww= w.dealstrain.sg/deals/jhc8Yyo0/17-instead-of-200-for-eye-makeup-workshop-co= lour-analysis.html=0A=0AOnly $16.90 for High Precision White Digital Kitch.= .=0AWhatever your needs are for weighing in the kitchen, this kitchen scale= =0Ais the perfect scale for the job. Attractive and highly versatile, you= =0Awill lo..=0AShare:=0A=0A66% OFF=0A [5]VIEW DEAL=0A Links:=0A = 5. http://www.dealstrain.sg/deals/ncnmqm9n/only-1690-for-high-precision-whi= te-digital-kitchen-scale.html=0A=0AOnly $66 for 2 packs of Paradox Omega Ca= psules 60'..=0ACompared to other UK leading brands, Omega fish oils used to= blend all=0AParadox products are purified with a patented process so there= =E2=80=99s no=0Aneed to w..=0AShare:=0A=0A50% OFF=0A [6]VIEW DEAL=0A= Links:=0A 6. http://www.dealstrain.sg/deals/qSJhHW50/only-66-for-2-pac= ks-of-paradox-omega-capsules-60s.html=0A=0AOnly $135 for joint pain ailment= s herbal oil formu..=0AProven herbal formulation for - Knee pain, Shoulder = pain, Back pain,=0AWrist pain, Cervical Spondylitis, and Arthritic pain. Sa= ndhi Sudha Plus=0Ais an..=0AShare:=0A=0A22% OFF=0A [7]VIEW DEAL=0A = Links:=0A 7. http://www.dealstrain.sg/deals/16cPjXTI/only-135-for-joint-= pain-ailments-herbal-oil-formulation-paradox-omega-capsules.html=0A=0AOnly = $46 for 2D1N + City Tour + Seafood Lunch + Tr..=0A2D1N Stay + Return Ferry = Ticket + City Tour + Seafood Lunch+ Land=0ATransfer + Exquisite Breakfast += Free Shopping Shuttle to Kepri Mall..=0AShare:=0A=0A68% OFF=0A [8]V= IEW DEAL=0A Links:=0A 8. http://www.dealstrain.sg/deals/7UGyCtXT/only-4= 6-for-2d1n-city-tour-seafood-lunch-transfer-breakfast-more.html=0A=0AOnly $= 38 for 2D1N stay + Retrun Transfer + Breakfa..=0A2D1N Stay + Return Ferry T= icket + Land Transfer + Exquisite Breakfast +=0AFree Shopping Shuttle to Ke= pri Mall...=0AShare:=0A=0A68% OFF=0A [9]VIEW DEAL=0A Links:=0A 9= . http://www.dealstrain.sg/deals/ObFM0etc/only-38-for-2d1n-stay-retrun-tran= sfer-breakfast-more.html=0A=0AHandy Compact Travel Chopstick, Fork Spoon Se= t..=0AHandy Compact Travel Chopstick, Fork, Spoon Set for only $6.90=0A..= =0AShare:=0A=0A59% OFF=0A [10]VIEW DEAL=0A Links:=0A 10. http://= www.dealstrain.sg/deals/migpRzQ1/handy-compact-travel-chopstick-fork-spoon-= set.html=0A=0AOnly $25 for a fun-filled day at Sentosa! ..=0ABring your fam= ily for a fun-filled day at Sentosa! Sentosa Package=0AIncludes Butterfly P= ark + Insect Kingdom + Merlion + 6 Inch Pizza +=0ASingapore Sling..=0AShare= :=0A=0A34% OFF=0A [11]VIEW DEAL=0A Links:=0A 11. http://www.deal= strain.sg/deals/UOVGRHj1/only-25-for-a-fun-filled-day-at-sentosa.html=0A=0A= Hands-On Snow Skin Mooncake Workshop..=0AHands On Workshop! Learn how to ma= ke snow skin mooncake by watching=0ALIVE DEMONSTRATION, and actually WRAP &= KNOCK OUT mooncakes. Bring=0Athese back to f..=0AShare:=0A=0A40% OFF=0A = [12]VIEW DEAL=0A Links:=0A 12. http://www.dealstrain.sg/deals/0RHL= 7Fmm/hands-on-snow-skin-mooncake-workshop.html=0A=0A$14.90 for Two Front-Cl= osing Bamboo Charcoal Seaml..=0ALike old friends, a perfect bra should hold= you close, offer comfort=0Awhen you need it, and give unconditional suppor= t. Experience true=0Afriendship with..=0AShare:=0A=0A75% OFF=0A [13]= VIEW DEAL=0A[14]View All Daily Deals=0Acontact@dealstrain.sg | Call +65-659= 95001=0AOffer valid on DealsTrain only. DealsTrain logo is a registered=0At= rademark of [15]DealsTrain. Check out our [16]Privacy Policy=0ATo unsubscri= be from all of our mailings,[17] click here=0A=C2=A9 Copyright @ 2013 Deals= Train. All rights reserved.=0A Links:=0A 13. http://www.dealstrain.sg/d= eals/diS7CLQv/1490-for-two-front-closing-bamboo-charcoal-seamless-sport-bra= .html=0A 14. http://www.dealstrain.sg/today-deals.html=0A 15. http://= www.dealstrain.sg=0A 16. http://www.dealstrain.sg/privacy-policy.php=0A = 17. http://emailapp.dealstrain.sg/u.php?p=3Dsa/rs/1mxl/rw/sa/rs From owner-freebsd-chromium@FreeBSD.ORG Mon Sep 2 11:06:23 2013 Return-Path: Delivered-To: chromium@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A5D3AF50 for ; Mon, 2 Sep 2013 11:06:23 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 941A12366 for ; Mon, 2 Sep 2013 11:06:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r82B6NCM015573 for ; Mon, 2 Sep 2013 11:06:23 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r82B6Npp015571 for chromium@FreeBSD.org; Mon, 2 Sep 2013 11:06:23 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 2 Sep 2013 11:06:23 GMT Message-Id: <201309021106.r82B6Npp015571@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: chromium@FreeBSD.org Subject: Current problem reports assigned to chromium@FreeBSD.org X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2013 11:06:23 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/175369 chromium www/chromium: Chromimum Desktop Integration doesn't op o ports/165635 chromium www/chromium: 17.0.963.56: proxy isn't read by chrome f ports/165634 chromium www/chromium : 17.0.963.56 doesn't show physical print 3 problems total. From owner-freebsd-chromium@FreeBSD.ORG Tue Sep 3 02:15:26 2013 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1ECD9479 for ; Tue, 3 Sep 2013 02:15:26 +0000 (UTC) (envelope-from bounce-3920-15376952-860-248@emailapp.dealstrain.sg) Received: from 254.dealstrain.com (254.dealstrain.com [198.27.104.254]) by mx1.freebsd.org (Postfix) with ESMTP id D988C2C42 for ; Tue, 3 Sep 2013 02:15:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=key1; d=dealstrain.sg; h=Date:To:From:Reply-to:Subject:Message-ID:List-Unsubscribe:MIME-Version:Content-Type; bh=W3zuDwuvH0yw/448gM9uWbobt0k=; b=SAHCoT2F6hX6fuexdruiiIcdtEZqCwmPOWrAkq25gvW9PoYhmd0B935ehBMe+xs3qNjlQkDMd3aC v6B8Rvb5SKQkyxCayLteQdPKjXVOQYHfY3x5Xozc2M7Ciqm+ffpJSHCKSRUoGLFTGTZr/FOI8uYx kGmz2BytnbQG1V/112s= Received: by 254.dealstrain.com id h4l33u0pe0sl for ; Mon, 2 Sep 2013 22:15:19 -0400 (envelope-from ) Date: Tue, 3 Sep 2013 02:15:19 +0000 To: "freebsd-chromium@freebsd.org" From: DealsTrain Subject: Singapore - Shoes Organizer | Bracelet | Batam | Bali Message-ID: X-Priority: 3 X-Mailer: Dealstrain Sending System X-Complaints-To: jp@blogbytes.co.za X-MessageID: sb-1mxl-ZnJlZWJzZC1jaHJvbWl1bUBmcmVlYnNkLm9yZw%3D%3D-rw-rt-rs X-Report-Abuse: X-SMTPAPI: {"unique_args":{"abuse-id":"sb-1mxl-ZnJlZWJzZC1jaHJvbWl1bUBmcmVlYnNkLm9yZw%3D%3D-rw-rt-rs"}, "category":"campaign"} MIME-Version: 1.0 Content-Type: text/plain; charset = "utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: DealsTrain List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2013 02:15:26 -0000 [1]View Newsletter in Web Brower=0A Links:=0A 1. http://emailapp.deals= train.sg/wb.php?p=3Dsb/sb/rs/1mxl/rw/rs=0A=0A=0A=0A = September 3,2013 Tuesday=0A=0A=0ADaily Deals [2]VIEW= ALL DEALS=0A Links:=0A 2. http://www.dealstrain.sg=0A=0A$15.90 for 2 x= 12 Shoes Organizer + Delivery=0AShoes Under is the space saving solution t= o organize and protect your=0Ashoes. Shoes Under, as seen on TV, stores twe= lve pairs of shoes under=0Ayour bed, saving you valuable closet space. Shoe= s Under has twelve=0Apockets to keep 12 pairs of shoes neatly se..=0AShare:= =0A=0A=0AValue=0AS$ 50=0A=0A Discount=0A 68%=0A=0A Savi= ngs=0A S$ 34.1=0A S$ 15.9 [3]View This Dea= l=0A Links:=0A 3. http://www.dealstrain.sg/deals/1IbmFu3m/1590-for-2-x-= 12-shoes-organizer-delivery.html=0A=0A=0A=0AOnly $22.90 for Automatic Wine = Preserver..=0APreserve your wine with the Automatic Wine Preserver! Simply = place the=0Ahandheld electronic seal vacuum and press the button. Not only = does the=0APreserv..=0AShare:=0A=0A73% OFF=0A [4]VIEW DEAL=0A Links= :=0A 4. http://www.dealstrain.sg/deals/LkCmDW2V/only-2290-for-automatic-= wine-preserver.html=0A=0AOnly $68 for 18K Champagne Gold Plated Luxurious C= ..=0AOnly $68 for 18K Champagne Gold Plated Luxurious Crystals Bracelet += =0ARegistered Delivery=0A..=0AShare:=0A=0A57% OFF=0A [5]VIEW DEAL=0A= Links:=0A 5. http://www.dealstrain.sg/deals/6RMyywGk/only-68-for-18k-c= hampagne-gold-plated-luxurious-crystals-bracelet-registered-delivery.html= =0A=0AOnly $125 for four person per night at ALKE VILLA..=0APrivate Luxury = Villa Canggu, Cemagi Mengening Beach. Comfort to the=0Aparadise atmosphere,= where you may still enjoy the village atmosphere=0Ais being nat..=0AShare:= =0A=0A63% OFF=0A [6]VIEW DEAL=0A Links:=0A 6. http://www.dealstr= ain.sg/deals/SvR7Qn8c/only-125-for-four-person-per-night-at-alke-villas-spa= -restaurant.html=0A=0AOnly $199 for two for 3D/2N at Bali Grand Sunsets ..= =0AThe beautiful Bali Grand Sunsets Resort is right on the beach in=0ALovin= a, on the pristine northern coast of Bali island. All our=0Abeautifully app= ointed ..=0AShare:=0A=0A61% OFF=0A [7]VIEW DEAL=0A Links:=0A 7. = http://www.dealstrain.sg/deals/KR1NFIQV/only-199-for-two-for-3d2n-at-bali-g= rand-sunsets-resort.html=0A=0AOnly $9.90 for DKNY MINIATURE PERFUME..=0ADep= icted as a modern feast for the senses, one of the most used brand=0Afragra= nces owned by women; DKNY summer fragrances takes you to the=0Ahills of fre= s..=0AShare:=0A=0A50% OFF=0A [8]VIEW DEAL=0A Links:=0A 8. http:/= /www.dealstrain.sg/deals/3w25Ku2b/only-990-for-dkny-miniature-perfume.html= =0A=0AOnly $6.90 for MAGIC BRA PAD..=0ALet=E2=80=99s face it; not all of us= girls are blessed in the upper department.=0ABring out the best in your ch= est with the Magic Inflatable Bra Pad! You=0Acan ..=0AShare:=0A=0A59% OFF= =0A [9]VIEW DEAL=0A Links:=0A 9. http://www.dealstrain.sg/deals/= zyB0iI3N/only-690-for-magic-bra-pad.html=0A=0AOnly $12.90 for Kids Swimming= Goggles + Eye Checku..=0AOnly $12.90 for Kids Swimming Goggles + Free Eye = Checkup for=0AShortsightedness / Normal Vision..=0AShare:=0A=0A77% OFF=0A = [10]VIEW DEAL=0A Links:=0A 10. http://www.dealstrain.sg/deals/Ms7= gBoTv/only-1290-for-kids-swimming-goggles-eye-checkup-for-shortsightedness.= html=0A=0A$215 per pax - Explore the Beauty of Bacolod..=0ABacolod Getaway = : 3D/2N Superior Room Accommodations at O Hotel with=0ACity Tour + round tr= ip Air Ticket from Manila to Bacolod.=0A=0A..=0AShare:=0A=0A46% OFF=0A = [11]VIEW DEAL=0A Links:=0A 11. http://www.dealstrain.sg/deals/B2MsT4= ih/215-per-pax-explore-the-beauty-of-bacolod.html=0A=0A$19.9 for 8 pcs of L= ace Underwear..=0ALace panties are cut to be figure flattering and fun. Enj= oy the comfort=0Aof the great fitting ultra sheer bikini lace panties from = this=0Acollection. Our..=0AShare:=0A=0A60% OFF=0A [12]VIEW DEAL=0A = Links:=0A 12. http://www.dealstrain.sg/deals/wW6hk3ot/199-for-8-pcs-of-l= ace-underwear.html=0A=0AGreen Lady's Travel Toiletry Pouch..=0AGreen Lady's= Travel Toiletry Pouch With Detachable Compartments - Free=0ADelivery ..=0A= Share:=0A=0A75% OFF=0A [13]VIEW DEAL=0A[14]View All Daily Deals=0Aco= ntact@dealstrain.sg | Call +65-65995001=0AOffer valid on DealsTrain only. D= ealsTrain logo is a registered=0Atrademark of [15]DealsTrain. Check out our= [16]Privacy Policy=0ATo unsubscribe from all of our mailings,[17] click he= re=0A=C2=A9 Copyright @ 2013 DealsTrain. All rights reserved.=0A Links:=0A= 13. http://www.dealstrain.sg/deals/X1i4DWsn/green-ladys-travel-toiletry= -pouch.html=0A 14. http://www.dealstrain.sg/today-deals.html=0A 15. h= ttp://www.dealstrain.sg=0A 16. http://www.dealstrain.sg/privacy-policy.p= hp=0A 17. http://emailapp.dealstrain.sg/u.php?p=3Dsb/rs/1mxl/rw/sb/rs