Package Details: chromium-dev 126.0.6423.2-1

Git Clone URL: https://aur.archlinux.org/chromium-dev.git (read-only, click to copy)
Package Base: chromium-dev
Description: The open-source project behind Google Chrome (Dev Channel)
Upstream URL: http://www.chromium.org
Keywords: browser web
Licenses: BSD
Submitter: None
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 160
Popularity: 0.010897
First Submitted: 2010-05-17 09:04 (UTC)
Last Updated: 2024-04-21 19:18 (UTC)

Dependencies (84)

Required by (0)

Sources (13)

Latest Comments

« First ‹ Previous 1 .. 92 93 94 95 96 97 98 99 100 101 102 .. 152 Next › Last »

sl1pkn07 commented on 2012-07-17 04:40 (UTC)

fail build https://code.google.com/p/chromium/issues/detail?id=137628

sl1pkn07 commented on 2012-07-08 18:47 (UTC)

zankius!

misc commented on 2012-07-08 18:44 (UTC)

Here's the diff that I've been using to make tcmalloc work again: http://pastie.org/4221566

misc commented on 2012-07-06 17:59 (UTC)

Appears that tcmalloc is again broken with glibc 2.16; compilation fails rather instantly (worked fine with 2.15). No problem for this package though, as it's already disabled in the PKGBUILD.

wuffleton commented on 2012-06-22 08:34 (UTC)

If you're referring to a segfault when attempting to print, then I've been experiencing that for the past few versions. I'm also on x86_64. Here's my journal output from after the crash: Jun 22 01:30:52 Night kernel: [181718.631052] chromium[2032] general protection ip:7f1d1baac40e sp:7fffeb168d70 error:0 in libgtk-x11-2.0.so.0.2400.10[7f1d1b85b000+422000]

sl1pkn07 commented on 2012-06-21 00:27 (UTC)

"oops" when print screen?. same issue here :/

jk121960 commented on 2012-06-20 18:57 (UTC)

Hi, I am using the latest build 21.0.1171.0-1 when I click to print it just closes all instances that are open. I am using Arch-64 Awesome desktop, GTK2 themeing using lxappearance. On Chromium I am using sync profiling. I hope I am supposed to post this here of not please direct me as to where. If there is anything else you need please let me know. thanks --jerry

misc commented on 2012-06-18 17:45 (UTC)

With r142750 (in 1180) the missing include for memory_details_linux has been added. IOW, amazingly no patches at all are needed — for now. "* \! -path 'third_party/qcms/*' \" has become necessary, though.

sl1pkn07 commented on 2012-06-14 00:03 (UTC)

* \! -path 'third_party/libwebp/*' \ is include in this pkgbuild (+ use_system_libwebp=0) thansk for the info greetings

misc commented on 2012-06-13 22:36 (UTC)

I've been able to compile without setting use_system-libvpx at all. However as of 1173, the next version will need: * use_system_libwebp=0 * \! -path 'third_party/trace-viewer/*' \ * \! -path 'third_party/libwebp/*' \ * No more sqlite patch as it has been integrated. Also, there is no need for the remaining GCC 4.7 patch/additional cstddef includes anymore. Right now the memory_details_linux patch is the only one truly required.