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.019686
First Submitted: 2010-05-17 09:04 (UTC)
Last Updated: 2024-04-21 19:18 (UTC)

Required by (0)

Sources (13)

Latest Comments

« First ‹ Previous 1 .. 59 60 61 62 63 64 65 66 67 68 69 .. 152 Next › Last »

sl1pkn07 commented on 2014-05-21 12:13 (UTC)

update to 36.0.1985.18 - Back to use clang (more general stablity, specially with nvidia drivers 337.19)) - Remove PepperFlash and libpdf: if want use this plugins install chromium-pepper-flash(-dev) and chromium-libpdf(-dev) - adjust dependency list - Back to use system ICU greetings

sl1pkn07 commented on 2014-05-14 21:23 (UTC)

update to 36.0.1985.2 - use bundled jsoncpp - back to use GCC(4.9) instead of Clang (if set "_use_clang" to "1", then use arch clang instead of rebuild bundled clang (this use "-Dclang_use_chrome_plugins=0" to work) - set different exclude unittest for clang/GCC (ones work with clang, others not work with GCC) greetings

Vi0L0 commented on 2014-05-12 20:39 (UTC)

Sorry for delay. Bug report is here [1], feel free to add your two cents ;) [1] https://code.google.com/p/chromium/issues/detail?id=372538

sl1pkn07 commented on 2014-05-09 07:51 (UTC)

@vi0l0, same behavior with Nvidia (beta) here :S

Vi0L0 commented on 2014-05-08 17:27 (UTC)

Guys, maybe you noticed performance problem when resizing big image to its actual size? Take this 8k image for example: http://www.glif.is/publications/maps/GLIF_5-11_World_8k.jpg Resize it, and try to move around it. I'm catching almost a freeze, but only on this one images tab. I'm thinking about posting bug report, but decided to ask here at first. BTW: compiled while fglrx(catalyst) was installed, it's lagging on both fglrx and oss ati(-git).

sl1pkn07 commented on 2014-05-05 19:44 (UTC)

reger. then update now

trizen commented on 2014-05-05 17:58 (UTC)

After I've added the "--force-local-build --without-android" arguments to "tools/clang/scripts/update.sh", I couldn't compile clang with clang-3.4 (doh), so I uninstalled clang and tried again so it builds using gcc-3.9.0. At this moment, clang is still compiling... Update: the process completed successfully -- chromium is working now. So the solution on an x86 arch, is to compile clang locally with gcc, then compile chromium with the locally built clang.

sl1pkn07 commented on 2014-05-05 12:05 (UTC)

@trizen: nope, need disable clang plugins (-Dclang_use_chrome_plugins=0") but fail build http://sl1pkn07.no-ip.com/paste/view/ef1c1eca related: https://bbs.archlinux.org/viewtopic.php?id=181094 :S about --force-local-build. i think is not a solution. but i'll make test greetings