chromium-vl.spec 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974
  1. #% global with_system_zlib 1
  2. #% global with_system_jpeg 1
  3. #% global with_system_png 1
  4. #% global with_system_icu 1
  5. #% global with_system_v8 1
  6. #% global with_system_vpx 1
  7. #NOTE: src/third_party/ffmpeg/ffmpeg.gyp:
  8. # There's a couple key GYP variables that control how FFmpeg is built:
  9. # ffmpeg_branding
  10. # Controls whether we build the Chromium or Google Chrome version of
  11. # FFmpeg. The Google Chrome version contains additional codecs.
  12. # Typical values are Chromium, Chrome, ChromiumOS, and ChromeOS.
  13. # build_ffmpegsumo
  14. # When set to zero will build Chromium against Chrome's FFmpeg headers, but
  15. # not build ffmpegsumo itself. Users are expected to build and provide
  16. # their own version of ffmpegsumo. Default value is 1.
  17. #% global with_system_ffmpeg 1
  18. #% global with_build_ffmpegsumo 1
  19. %global chrome_sandbox %{_prefix}/lib/chrome_sandbox
  20. Name: chromium
  21. Summary: Google's opens source browser project
  22. Summary(ja): Googleのオープンソースウェブブラウザ
  23. #'
  24. Version: 32.0.1700.102
  25. Release: 1%{?_dist_release}
  26. License: BSD-3-Clause, LGPL-2.1+
  27. Group: Applications/Internet
  28. Source0: %{name}-%{version}-vine.tar.xz
  29. # Script used to create the %{name}-%{version}-vine.tar.xz archive from
  30. # a official tarball:
  31. # http://gsdview.appspot.com/chromium-browser-official/chromium-30.0.1599.XXX.tar.xz
  32. Source3: pack_chromium_source-vine.sh
  33. # Patch template which adds vendor to user agent
  34. ##!!Source20: chromium-vendor.patch.in
  35. Source20: chromium-vendor-vine.patch.in
  36. # Set default prefs
  37. ##!!Source30: master_preferences
  38. Source30: master_preferences.vine
  39. ##!!Source31: default_bookmarks.html
  40. #Source31: default_bookmarks.html.vine
  41. Source99: chrome-wrapper
  42. ##!!Source100: chromium-browser.sh
  43. Source100: chromium-browser-vine.sh
  44. ##!!Source101: chromium-browser.desktop
  45. Source101: chromium-browser-vine.desktop
  46. Source102: chromium-browser.xml
  47. Source103: chromium.default
  48. ## Start Patches
  49. # Fedora and OpenSUSE
  50. # Many changes to the gyp systems so we can use system libraries
  51. Patch1: chromium-32.0.1700.72-no-test-sources.patch
  52. # removes build part for courgette
  53. Patch13: chromium-32.0.1700.72-no-courgette.patch
  54. # enables reading of the master preference
  55. Patch14: chromium-30.0.1599.84-master-prefs-path.patch
  56. # Fix some includes specifically for the GCC version used
  57. #Patch21: chromium-gcc-fixes.patch
  58. Patch21: chromium-gcc47.patch
  59. # Add more charset aliases
  60. Patch64: chromium-more-codec-aliases.patch
  61. # Compile the sandbox with -fPIE settings
  62. Patch66: chromium-sandbox-pie.patch
  63. # Adjust ldflags for better building
  64. Patch67: adjust-ldflags-no-keep-memory.patch
  65. # http://code.google.com/p/gperftools/issues/detail?id=444
  66. Patch90: chromium-21.0.1180.81-glibc216.patch
  67. # Vine
  68. Patch100: chromium-30.0.1599.84-no-ffmpegsumo.patch
  69. Patch101: chromium-disable-GoogleApiKeysInfoBar-vine.patch
  70. BuildRequires: pciutils-devel
  71. ##!!BuildRequires: Mesa-devel
  72. BuildRequires: mesa-libGLU-devel
  73. ##!!BuildRequires: alsa-devel
  74. BuildRequires: alsa-lib-devel
  75. BuildRequires: pulseaudio-libs-devel
  76. BuildRequires: bison
  77. BuildRequires: cups-devel
  78. BuildRequires: desktop-file-utils
  79. BuildRequires: flex
  80. BuildRequires: freetype2-devel
  81. BuildRequires: gperf
  82. BuildRequires: hunspell-devel
  83. ##!!BuildRequires: libbz2-devel
  84. %{?with_system_bzip2:BuildRequires: bzip2-devel}
  85. %{?with_system_libevent:BuildRequires: libevent-devel}
  86. ##!!BuildRequires: libexpat-devel
  87. BuildRequires: expat-devel
  88. ##!!BuildRequires: libgnutls-devel
  89. BuildRequires: gnutls-devel
  90. %{?with_system_jpeg:BuildRequires: libjpeg-devel}
  91. %{?with_system_png:BuildRequires: libpng-devel}
  92. BuildRequires: libstdc++-devel >= 4.4
  93. %{?with_system_vpx:BuildRequires: libvpx-devel >= 0.9.5}
  94. %{?with_system_libxslt:BuildRequires: libxslt-devel}
  95. BuildRequires: libzip-devel
  96. ##!!BuildRequires: lzma
  97. #BuildRequires: xz
  98. ##!!BuildRequires: mozilla-nspr-devel
  99. BuildRequires: nspr-devel
  100. ##!!BuildRequires: mozilla-nss-devel
  101. BuildRequires: nss-devel
  102. BuildRequires: krb5-devel
  103. BuildRequires: openssl-devel
  104. BuildRequires: pam-devel
  105. ##!!BuildRequires: pkg-config
  106. #BuildRequires: subversion
  107. ##!!BuildRequires: perl(Switch)
  108. BuildRequires: perl
  109. BuildRequires: cairo-devel >= 1.6
  110. BuildRequires: dbus-devel
  111. BuildRequires: dbus-glib-devel
  112. ##!!BuildRequires: gconf2-devel
  113. BuildRequires: GConf2-devel
  114. BuildRequires: glib2-devel
  115. BuildRequires: gtk2-devel
  116. %{?with_system_libxml:BuildRequires: libxml2-devel}
  117. BuildRequires: python
  118. ##!!BuildRequires: python-xml
  119. BuildRequires: python-pyxml
  120. %{?with_system_sqlite:BuildRequires: sqlite3-devel}
  121. ##!!BuildRequires: update-desktop-files
  122. %{?with_system_v8:BuildRequires: v8-devel}
  123. ##!!BuildRequires: wdiff
  124. %{?with_system_zlib:BuildRequires: zlib-devel}
  125. ##!!BuildRequires: libpulse-devel
  126. BuildRequires: pulseaudio-libs-devel
  127. ##!!BuildRequires: libelf-devel
  128. BuildRequires: elfutils-libelf-devel
  129. BuildRequires: libgnome-keyring-devel
  130. BuildRequires: python-devel
  131. #BuildRequires: glew-devel
  132. %{?with_system_icu:BuildRequires: libicu-devel >= 4.0}
  133. BuildRequires: libudev-devel
  134. BuildRequires: libcap-devel
  135. ##Vine Linux
  136. #BuildRequires: libpaper-devel
  137. BuildRequires: libXScrnSaver-devel
  138. BuildRequires: libXtst-devel
  139. BuildRequires: libXdamage-devel
  140. BuildRequires: libXt-devel
  141. #%ifarch x86_64
  142. #Requires: nspluginwrapper
  143. #%endif
  144. ##!!Requires: alsa
  145. Requires: alsa-lib
  146. Requires: pulseaudio-libs
  147. Requires: xdg-utils
  148. %{?with_system_v8:Requires: v8}
  149. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  150. Obsoletes: chromium < %{version}-%{release}
  151. %description
  152. Chromium is the open-source project behind Google Chrome.
  153. We invite you to join us in our effort to help build a safer, faster,
  154. and more stable way for all Internet users to experience the web,
  155. and to create a powerful platform for developing a new generation of
  156. web applications.
  157. %description -l ja
  158. Chromium は Google Chrome の後方にあるオープンソースプロジェクトです。
  159. ウェブを体験しているすべてのインターネットユーザに対して
  160. より安全で、より速くて、より安定した方法を築き上げるのを補助するでしょう。
  161. そして、ウェブアプリケーションの新しい世代を発展させ、
  162. 強力なプラットホームを作成するために、
  163. 私たちの取り組みにぜひ参加してください。
  164. %prep
  165. # if 0%{?with_build_ffmpegsumo}
  166. # # with_build_ffmpegsumo=1
  167. # else
  168. # # with_build_ffmpegsumo=0
  169. # endif
  170. #%setup -q
  171. [ -d %{name}-%{version} ] && %__rm -rf %{name}-%{version}
  172. xz -dc %{SOURCE0} | %__tar -xf - || exit 1
  173. %setup -D -T -n %{name}-%{version}
  174. %patch1 -p1
  175. %patch64
  176. %patch13 -p1
  177. %patch14 -p1
  178. %patch21 -p1
  179. %patch66 -p1
  180. %patch67 -p1
  181. %patch90 -p1
  182. %patch100 -p1
  183. %patch101 -p1
  184. ## built header file: avconfig.h
  185. [ -f src/third_party/ffmpeg/libavutil/avconfig.h ] && exit 1
  186. cat > src/third_party/ffmpeg/libavutil/avconfig.h <<EOF
  187. /* Generated by ffconf */
  188. #ifndef AVUTIL_AVCONFIG_H
  189. #define AVUTIL_AVCONFIG_H
  190. #define AV_HAVE_BIGENDIAN 0
  191. #define AV_HAVE_FAST_UNALIGNED 1
  192. #define AV_HAVE_INCOMPATIBLE_FORK_ABI 0
  193. #endif /* AVUTIL_AVCONFIG_H */
  194. EOF
  195. # apply vendor patch after substitution
  196. %__sed "s:RPM_VERSION:%{version}-%{release}:" %{SOURCE20} | patch -p0 || exit 1
  197. # Make sure that the requires legal files can be found
  198. %__cp -a src/AUTHORS src/LICENSE . || exit 1
  199. %build
  200. export CC="gcc"
  201. export CXX="g++"
  202. export AR="ar"
  203. export RANLIB="ranlib"
  204. ## create make files
  205. PARSED_OPT_FLAGS=`echo \'$RPM_OPT_FLAGS -fPIC -fno-ipa-cp -fno-strict-aliasing \' | %__sed "s/ /',/g" | %__sed "s/',/', '/g" `
  206. # '
  207. for i in src/build/common.gypi; do
  208. %__sed -i "s|'-march=pentium4',||g" $i
  209. %__sed -i "s|'-mfpmath=sse',||g" $i
  210. %__sed -i "s|'-O<(debug_optimize)',||g" $i
  211. %__sed -i "s|'-fno-exceptions',|$PARSED_OPT_FLAGS|g" $i
  212. %__sed -i "s|'-Werror'|'-Wno-error'|g" $i
  213. done
  214. pushd src
  215. ./build/gyp_chromium -f make build/all.gyp --depth . \
  216. -Dwerror= \
  217. -Dlinux_dump_symbols=0 \
  218. -Dlinux_sandbox_path=%{chrome_sandbox} \
  219. -Dlinux_sandbox_chrome_path=%{_libdir}/chromium/chromium \
  220. %ifarch %{ix86}
  221. -Dtarget_arch=ia32 \
  222. %endif
  223. %ifarch x86_64
  224. -Dtarget_arch=x64 \
  225. %endif
  226. -Dlinux_use_gold_flags=0 \
  227. -Dlinux_use_gold_binary=0 \
  228. \
  229. -Dlinux_use_tcmalloc=0 \
  230. -Duse_system_bzip2=0 \
  231. -Duse_system_flac=0 \
  232. -Duse_system_harfbuzz=0 \
  233. -Duse_system_icu=0 \
  234. -Duse_system_libevent=0 \
  235. -Duse_system_libexif=0 \
  236. -Duse_system_libjpeg=0 \
  237. -Duse_system_libmtp=0 \
  238. -Duse_system_libpng=0 \
  239. -Duse_system_libusb=0 \
  240. -Duse_system_libvpx=0 \
  241. -Duse_system_libwebp=0 \
  242. -Duse_system_libxml=0 \
  243. -Duse_system_libxslt=0 \
  244. -Duse_system_libyuv=0 \
  245. -Duse_system_minizip=0 \
  246. -Duse_system_nss=0 \
  247. -Duse_system_nspr=0 \
  248. -Duse_openssl=0 \
  249. -Duse_system_opus=0 \
  250. -Duse_system_protobuf=0 \
  251. -Duse_system_re2=0 \
  252. -Duse_system_speex=0 \
  253. -Duse_system_v8=0 \
  254. -Duse_system_xdg_utils=0 \
  255. -Duse_system_yasm=0 \
  256. -Duse_system_zlib=0 \
  257. %{?with_system_ffmpeg:-Duse_system_ffmpeg=1} \
  258. %{!?with_system_ffmpeg:-Duse_system_ffmpeg=0} \
  259. %{?with_build_ffmpegsumo:-Duse_build_ffmpegsumo=1} \
  260. %{!?with_build_ffmpegsumo:-Duse_build_ffmpegsumo=0} \
  261. -Duse_system_vpx=0 \
  262. -Duse_system_sqlite=0 \
  263. -Dlinux_fpic=1 \
  264. -Ddisable_sse2=1 \
  265. -Ddisable_glibc=1 \
  266. -Ddisable_newlib_untar=1 \
  267. -Ddisable_pnacl=1 \
  268. -Djavascript_engine=v8 \
  269. -Ddisable_nacl=1 \
  270. -Dproprietary_codecs=1 \
  271. \
  272. -Duse_pulseaudio=1 \
  273. -Dlinux_link_libpci=1 \
  274. -Dlinux_link_gnome_keyring=1 \
  275. -Dlinux_link_gsettings=1 \
  276. -Dlinux_link_libgps=1 \
  277. %ifnarch %{ix86}
  278. -Dlinux_link_kerberos=1 \
  279. %endif
  280. %if %{?_dist_release} == "vl6"
  281. -Dgcc_version=44 \
  282. %endif
  283. ;
  284. # -Dlibrary=shared_library -Drelease_extra_cflags=-fPIC \
  285. %__make -r %{?_smp_mflags} chrome BUILDTYPE=Release \
  286. CC.host="gcc" CXX.host="g++" LINK.host="g++" AR.host="ar" V=1
  287. # Build the required SUID_SANDBOX helper
  288. %__make -r %{?_smp_mflags} chrome_sandbox BUILDTYPE=Release \
  289. CC.host="gcc" CXX.host="g++" LINK.host="g++" AR.host="ar" V=1
  290. # Build the ChromeDriver test suite
  291. %__make -r %{?_smp_mflags} chromedriver BUILDTYPE=Release \
  292. CC.host="gcc" CXX.host="g++" LINK.host="g++" AR.host="ar" V=1
  293. popd
  294. %install
  295. %{__rm} -rf %{buildroot}
  296. %__mkdir_p %{buildroot}%{_bindir}
  297. %__install -m 755 %{SOURCE100} %{buildroot}%{_bindir}/chromium
  298. %ifarch x86_64
  299. %__mkdir_p %{buildroot}%{_prefix}/lib/
  300. %endif
  301. # x86_64 capable systems need this
  302. %__sed -i "s|/usr/lib/chromium|%{_libdir}/chromium|g" %{buildroot}%{_bindir}/chromium
  303. %__mkdir_p %{buildroot}%{_libdir}/chromium/
  304. #%__mkdir_p %{buildroot}%{_libdir}/chromium/plugins/
  305. %__mkdir_p %{buildroot}%{_mandir}/man1/
  306. pushd src/out/Release
  307. # Install the file /etc/default/chromium which defines the chromium flags
  308. mkdir -p %{buildroot}%{_sysconfdir}/default
  309. install -m 644 %{SOURCE103} %{buildroot}%{_sysconfdir}/default/chromium
  310. %__cp -a chrome_sandbox %{buildroot}%{_prefix}/lib/ || exit 1
  311. %__ln_s %{_prefix}/lib/chrome_sandbox %{buildroot}/%{_libdir}/chromium/chrome-sandbox || exit 1
  312. %__cp -a *.pak locales resources xdg-mime %{buildroot}%{_libdir}/chromium/ || exit 1
  313. %__cp -a chromedriver %{buildroot}%{_libdir}/chromium/ || exit 1
  314. %{?with_build_ffmpegsumo:%__cp -a libffmpegsumo.so %{buildroot}%{_libdir}/chromium/ || exit 1}
  315. %__sed "s|xdg-mime|%{_libdir}/chromium/xdg-mime|g" xdg-settings > %{buildroot}%{_libdir}/chromium/xdg-settings || exit 1
  316. %__cp -a chrome %{buildroot}%{_libdir}/chromium/chromium || exit 1
  317. # %__cp -a lib.target/lib*.so %{buildroot}%{_libdir}/chromium/ || exit 1
  318. # %__cp -a lib.host/lib*.so %{buildroot}%{_libdir}/chromium/ || exit 1
  319. %__cp -a chrome.1 %{buildroot}%{_mandir}/man1/chrome.1 || exit 1
  320. %__cp -a chrome.1 %{buildroot}%{_mandir}/man1/chromium.1 || exit 1
  321. popd
  322. %__mkdir_p %{buildroot}%{_datadir}/pixmaps/
  323. %__cp -a src/chrome/app/theme/chromium/product_logo_48.png %{buildroot}%{_datadir}/pixmaps/chromium-browser.png
  324. for i in 22 24 48 64 128 256; do
  325. %__mkdir_p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps
  326. %__cp -a src/chrome/app/theme/chromium/product_logo_${i}.png %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/chromium-browser.png || exit 1
  327. done
  328. %__mkdir_p %{buildroot}%{_datadir}/applications/
  329. desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE101}
  330. %__mkdir_p %{buildroot}%{_datadir}/gnome-control-center/default-apps/
  331. %__cp -a %{SOURCE102} %{buildroot}%{_datadir}/gnome-control-center/default-apps/
  332. # # # link to browser plugin path. Plugin patch doesn't work. Why?
  333. # # %{__mkdir_p} %{buildroot}%{_libdir}/browser-plugins
  334. # # pushd %{buildroot}%{_libdir}/%{name}
  335. # # %{__ln_s} %{_libdir}/browser-plugins plugins
  336. # # popd
  337. # pushd %{buildroot}%{_libdir}/%{name}
  338. # #%ifarch x86_64
  339. # #%{__ln_s} %{_libdir}/mozilla/plugins-wrapped plugins || exit 1
  340. # #%else
  341. # %{__ln_s} %{_libdir}/mozilla/plugins plugins || exit 1
  342. # #%endif
  343. # popd
  344. # Install the master_preferences file
  345. %__mkdir_p %{buildroot}%{_sysconfdir}/%{name}
  346. %__install -m 0644 %{SOURCE30} %{buildroot}%{_sysconfdir}/%{name}/$(basename %{SOURCE30} .vine)
  347. #%__install -m 0644 %{SOURCE31} %{buildroot}%{_sysconfdir}/%{name}
  348. # This enables HTML5 video if you have ffmpeg installed,
  349. # you naughty naughty user.
  350. pushd %{buildroot}%{_libdir}/chromium
  351. touch %{buildroot}%{_libdir}/libavcodec.so.52
  352. %__ln_s %{_libdir}/libavcodec.so.52 libavcodec.so.52
  353. touch %{buildroot}%{_libdir}/libavformat.so.52
  354. %__ln_s %{_libdir}/libavformat.so.52 libavformat.so.52
  355. touch %{buildroot}%{_libdir}/libavutil.so.50
  356. %__ln_s %{_libdir}/libavutil.so.50 libavutil.so.50
  357. popd
  358. %clean
  359. %{__rm} -rf %{buildroot}
  360. %post
  361. touch --no-create %{_datadir}/icons/hicolor
  362. if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  363. %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
  364. fi
  365. %{_bindir}/update-desktop-database --quiet %{_datadir}/applications || :
  366. %postun
  367. %{_bindir}/update-desktop-database --quiet %{_datadir}/applications
  368. touch --no-create %{_datadir}/icons/hicolor
  369. if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  370. %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
  371. fi || :
  372. %files
  373. %defattr(-,root,root,-)
  374. %config %{_sysconfdir}/%{name}
  375. %config %{_sysconfdir}/default/chromium
  376. %dir %{_datadir}/gnome-control-center
  377. %dir %{_datadir}/gnome-control-center/default-apps
  378. %dir %{_libdir}/chromium/
  379. %{_bindir}/chromium
  380. %{_libdir}/chromium/chromium
  381. #%{_libdir}/chromium/plugins/
  382. %{_libdir}/chromium/locales/
  383. %{_libdir}/chromium/resources/
  384. #%{_libdir}/chromium/nacl_*
  385. #%{_libdir}/chromium/libppGoogleNaClPluginChrome.so
  386. %attr(755,root,root) %{_libdir}/chromium/xdg-settings
  387. %attr(755,root,root) %{_libdir}/chromium/xdg-mime
  388. %{_libdir}/chromium/*.pak
  389. %{_mandir}/man1/chrom*
  390. %{_datadir}/applications/*.desktop
  391. %{_datadir}/gnome-control-center/default-apps/chromium-browser.xml
  392. %{_datadir}/pixmaps/chromium-browser.png
  393. %{_datadir}/icons/hicolor/*/apps/chromium-browser.png
  394. #%{_libdir}/chromium/lib*.so
  395. %{_libdir}/chromium/libavcodec.so.52
  396. %{_libdir}/chromium/libavutil.so.50
  397. %{_libdir}/chromium/libavformat.so.52
  398. %exclude %{_libdir}/libavcodec.so.52
  399. %exclude %{_libdir}/libavutil.so.50
  400. %exclude %{_libdir}/libavformat.so.52
  401. %attr(4755,root,root) %{chrome_sandbox}
  402. %{_libdir}/chromium/chrome-sandbox
  403. %{_libdir}/chromium/chromedriver
  404. %changelog
  405. * Sun Feb 02 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 32.0.1700.102-1
  406. - update to 32.0.1700.102
  407. * Sun Jan 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 32.0.1700.77-1
  408. - update to 32.0.1700.77
  409. - add Patch101 (chromium-disable-GoogleApiKeysInfoBar-vine.patch)
  410. * Sat Feb 16 2013 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.1312.71-1
  411. - update to 24.0.1312.71
  412. * Sat Dec 29 2012 Munehiro Yamamoto <munepi@vinelinux.org> 23.0.1271.101-1
  413. - update to 23.0.1271.101
  414. * Mon Oct 15 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 22.0.1229.94-1
  415. - update to 22.0.1229.94
  416. * Sun Sep 2 2012 Munehiro Yamamoto <munepi@vinelinux.org> 21.0.1180.89-1
  417. - updated to 21.0.1180.89
  418. * Sun Aug 26 2012 Munehiro Yamamoto <munepi@vinelinux.org> 21.0.1180.84-1
  419. - updated to 21.0.1180.84
  420. * Fri Aug 10 2012 Munehiro Yamamoto <munepi@vinelinux.org> 21.0.1180.78-1
  421. - updated to 21.0.1180.78
  422. - dropped Requires: nspluginwrapper
  423. * Thu Jun 28 2012 Munehiro Yamamoto <munepi@vinelinux.org> 20.0.1132.54-1
  424. - updated to 20.0.1132.54
  425. * Sun Jun 10 2012 Munehiro Yamamoto <munepi@vinelinux.org> 19.0.1084.57-1
  426. - updated to 19.0.1084.57
  427. * Sat Jun 2 2012 Munehiro Yamamoto <munepi@vinelinux.org> 19.0.1084.53-1
  428. - updated to 19.0.1084.53
  429. * Tue May 22 2012 Munehiro Yamamoto <munepi@vinelinux.org> 19.0.1084.50-1
  430. - updated to 19.0.1084.50
  431. * Tue May 8 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.169-1
  432. - updated to 18.0.1025.169
  433. * Sat Apr 28 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.166-1
  434. - updated to 18.0.1025.166
  435. * Sat Apr 14 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.163-1
  436. - updated to 18.0.1025.163
  437. * Tue Apr 3 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.148-1
  438. - updated to 18.0.1025.148
  439. * Wed Mar 28 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.145-1
  440. - updated to 18.0.1025.145
  441. * Sun Mar 25 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.140-1
  442. - updated to 18.0.1025.140
  443. * Thu Mar 22 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.130-1
  444. - updated to 18.0.1025.130
  445. * Tue Mar 20 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.114-1
  446. - updated to 18.0.1025.114
  447. * Tue Mar 20 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.81-1
  448. - updated to 17.0.963.81
  449. * Fri Mar 9 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.78-1
  450. - updated to 17.0.963.78
  451. * Sat Mar 3 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.65-1
  452. - updated to 17.0.963.65
  453. * Wed Feb 29 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.60-1
  454. - updated to 17.0.963.60
  455. * Fri Feb 17 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.57-1
  456. - updated to 17.0.963.57
  457. * Sun Feb 12 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.54-1
  458. - updated to 17.0.963.54
  459. * Sat Feb 11 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.52-1
  460. - updated to 17.0.963.52
  461. * Sat Feb 4 2012 Munehiro Yamamoto <munepi@vinelinux.org> 16.0.912.77-1
  462. - updated to 16.0.912.77
  463. * Sun Jan 8 2012 Munehiro Yamamoto <munepi@vinelinux.org> 16.0.912.75-1
  464. - updated to 16.0.912.75
  465. * Fri Dec 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 16.0.912.63-1
  466. - updated to 16.0.912.63
  467. * Thu Dec 1 2011 Munehiro Yamamoto <munepi@vinelinux.org> 16.0.912.57-1
  468. - updated to 16.0.912.57
  469. * Sat Oct 29 2011 Munehiro Yamamoto <munepi@vinelinux.org> 15.0.874.116-1
  470. - updated to 15.0.874.116
  471. * Wed Oct 12 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.204-1
  472. - updated to 14.0.835.204
  473. - added BuildRequires: dbus-glib-devel
  474. * Sat Sep 24 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.186-1
  475. - updated to 14.0.835.186
  476. * Sun Sep 18 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.163-1
  477. - updated to 14.0.835.163
  478. * Tue Sep 06 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.157-1
  479. - updated to 14.0.835.157
  480. * Sat Aug 20 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.102-1
  481. - updated to 14.0.835.102
  482. * Sat Aug 13 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.89-1
  483. - updated to 14.0.835.89
  484. - added Obsoletes: chromium-unstable < %{version}-%{release}
  485. * Wed Aug 10 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.35-1
  486. - updated to 14.0.835.35
  487. - added BuildRequires: pulseaudio-libs-devel, Requires: pulseaudio-libs
  488. - changed to Name: chromium14
  489. - Provides: chromium-unstable = %%{version}
  490. - Conflicts: chromium-stable
  491. * Wed Aug 03 2011 Munehiro Yamamoto <munepi@vinelinux.org> 13.0.782.107-1
  492. - changed to Name: chromium
  493. - updated to 13.0.782.107
  494. * Wed Jul 13 2011 Munehiro Yamamoto <munepi@vinelinux.org> 13.0.782.88-1
  495. - updated to 13.0.782.88
  496. - added BuildRequires: libzip-devel
  497. - added Provides: chromium-unstable = %%{version}
  498. - added Conflicts: chromium-stable
  499. * Thu Jun 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 12.0.742.93-1
  500. - fix user-agent string (chromium-vendor-vine.patch.in)
  501. - move vendor string (Vine/12.0.742.91-1vl6) to the end.
  502. * Sat Jun 11 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.93-1
  503. - updated to 12.0.742.93
  504. - fixed icon field of chromium-browser-vine.desktop
  505. * Wed Jun 08 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.91-1
  506. - updated to 12.0.742.91
  507. * Sun Jun 05 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.77-1
  508. - updated to 12.0.742.77
  509. * Sat May 21 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.63-1
  510. - updated to 12.0.742.63
  511. * Sat May 07 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.42-1
  512. - updated to 12.0.742.42
  513. * Sat Apr 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.6-1
  514. - updated to 12.0.742.6
  515. - dropped/upstreamed patches
  516. - updated our no-tests patch (chromium-12.0.742.6-no-tests.patch)
  517. * Wed Apr 13 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.50-1
  518. - updated to 11.0.696.50
  519. - dropped some Patches for MeeGo Netbook
  520. * Tue Apr 05 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.35-1
  521. - updated to 11.0.696.35
  522. * Sun Mar 27 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.29-1
  523. - updated to 11.0.696.29
  524. - dropped "--no-first-run" in command line options of chromium-browser-vine.sh
  525. * Thu Mar 24 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.22-1
  526. - updated to 11.0.696.22
  527. - improved chromium-browser-vine.sh
  528. - merged from chromium-browser-vine.desktop of 11.0.696.17-1
  529. * Wed Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.20-1
  530. - updated to 11.0.696.20
  531. - improved chromium-browser-vine.desktop
  532. * Sun Mar 20 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.17-1
  533. - updated to 11.0.696.17
  534. * Sat Mar 19 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.15-1
  535. - updated to 11.0.696.15
  536. - ready for Vine Linux 6 release
  537. - dropped BuildRequires: v8-devel, libicu-devel
  538. * Wed Mar 09 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.5-1
  539. - updated to 11.0.696.5 with v8 3.2.0
  540. - added BuildRequires: pam-devel
  541. * Thu Feb 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 10.0.651.0-2
  542. - rebuilt with libevent-2.0.10
  543. * Sat Jan 29 2011 Munehiro Yamamoto <munepi@vinelinux.org> 10.0.651.0-1
  544. - updated to 10.0.651.0 with v8 3.0.12
  545. - added BuildRequires:
  546. - libpaper-devel
  547. - python-devel
  548. - added built header file: libavutil/avconfig.h %%prep
  549. - unexport MOZ_PLUGIN_PATH in chromium-browser-vine.sh
  550. * Sun Dec 26 2010 Munehiro Yamamoto <munepi@vinelinux.org> 10.0.622.0-1
  551. - updated to 10.0.622.0
  552. - added BuildRequires: libXt-devel
  553. * Sat Dec 11 2010 Munehiro Yamamoto <munepi@vinelinux.org> 10.0.605.0-1
  554. - updated to 10.0.605.0
  555. - added BuildRequires:
  556. - libXdamage-devel
  557. - hunspell-devel
  558. * Sat Dec 04 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.598.0-1
  559. - updated to 9.0.598
  560. * Fri Nov 26 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.593.0-1
  561. - updated to 9.0.593
  562. * Thu Nov 11 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.582.0-1
  563. - updated to 9.0.582
  564. - added Requires: xdg-utils
  565. * Thu Nov 11 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.578.0-1
  566. - updated to 9.0.578
  567. * Sat Oct 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.569.0-1
  568. - updated to 9.0.569
  569. * Mon Oct 25 2010 tittiatcoke@gmail.com
  570. - Update to 9.0.564 build
  571. * Added specific patches for MeeGo.
  572. * We are now using shared libraries for Chromium
  573. * Spec-file cleanup (Thanks to prusnak)
  574. * Sat Oct 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 8.0.556.0-1
  575. - updated to snapshot 8.0.556
  576. * Sun Oct 10 2010 Munehiro Yamamoto <munepi@vinelinux.org> 8.0.551.0-1
  577. - updated to snapshot 8.0.551
  578. * Fri Sep 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.527.0-1
  579. - updated to snapshot 7.0.527
  580. * Thu Sep 09 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.519.0-1
  581. - updated to snapshot 7.0.519
  582. * Fri Sep 03 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.513.0-1
  583. - updated to snapshot 7.0.513
  584. - updated chromium-vendor-vine.patch.in
  585. * Sat Aug 28 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.507.0-1
  586. - updated to snapshot 7.0.507
  587. * Wed Aug 18 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.498.0-1
  588. - updated to snapshot 7.0.498
  589. * Sat Aug 14 2010 Munehiro Yamamoto <munepi@vinelinux.org> 6.0.493.0-1
  590. - updated to snapshot 6.0.493
  591. - used with_system_icu (for vl6)
  592. - added BuildRequires: libicu-devel
  593. * Thu Jul 22 2010 IWAI, Masaharu <iwai@alib.jp> 6.0.454.0-2vl5
  594. - build for Vine Linux 5.x
  595. - add BuildRequires: gnome-keyring-devel
  596. * Sat Jul 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 6.0.454.0-1
  597. - updated to snapshot 6.0.454
  598. - added BuildRequires:
  599. - sqlite3-devel
  600. - gnutls-devel
  601. - libgnome-keyring-devel
  602. * Sat Jun 12 2010 Munehiro Yamamoto <munepi@vinelinux.org> 6.0.431.0-1
  603. - updated to snapshot 6.0.431.0 r49253
  604. - added BuildRequires: cups-devel
  605. * Sun May 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 6.0.405.0-1
  606. - updated to snapshot 6.0.405.0 r47263
  607. * Fri Apr 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.378.0-2
  608. - unused with_system_icu (for vl6)
  609. - used icu-4.2.1-chromium.5.0.353.0.svn41449 (for vl6)
  610. * Wed Apr 14 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.378.0-1
  611. - updated to snapshot 5.0.378.0 r44472
  612. - used with_system_icu (for vl6)
  613. - added icu-4.2.1-chromium.5.0.353.0.svn41449.tar.bz2 (for vl5)
  614. * Sat Apr 10 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.372.0-1
  615. - updated to snapshot 5.0.372.0 r43947
  616. - added BuildRequires: glew-devel
  617. - changed Group tag to Applications/Internet
  618. - added Summary(ja) and %%description -l ja
  619. * Mon Apr 05 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.365.0-1
  620. - updated to snapshot 5.0.365.0 r42966
  621. - merged 5.0.353.0-4vl5
  622. * Fri Apr 2 2010 IWAI, Masaharu <iwai@alib.jp> 5.0.353.0-4vl5
  623. - build on Vine Linux 5.1
  624. - add BuildRequires: libstdc++34 libstdc++34-devel for Vine5
  625. * Sat Mar 27 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.364.0-1
  626. - updated to snapshot 5.0.364.0 r42779
  627. * Sun Mar 21 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.359.0-1
  628. - updated to snapshot 5.0.359.0 r42116
  629. - dropped chromium-20100122-ubuntu-html5-video-mimetypes.patch
  630. * Tue Mar 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.353.0-4
  631. - fixed master_preferences.vine, little
  632. * Tue Mar 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.353.0-3
  633. - fixed to install master_preferences
  634. - dropped chromium-5.0.353-no-ffmpeg-vine.patch
  635. * Tue Mar 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.353.0-2
  636. - applied chromium-5.0.353-no-ffmpeg-vine.patch
  637. * Tue Mar 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.353.0-1
  638. - updated to snapshot 5.0.353.0 r41449
  639. * Wed Mar 10 2010 bgmerrell@novell.com
  640. - Add master_preferences source file and install it to /etc/chromium.
  641. - Create a new patch (chromium-master-prefs-path.patch) which tells
  642. chromium to look in /etc/chromium for the master_preferences file
  643. (instead of looking in the default directory, which is the same
  644. directory as the 'chrome' binary).
  645. * Sun Feb 21 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.335.0-1
  646. - updated to snapshot 5.0.335.0 r39556
  647. * Sat Feb 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.330.0-2
  648. - applied chromium-20100122-ubuntu-html5-video-mimetypes.patch from Gentoo
  649. * Wed Feb 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.330.0-1
  650. - updated to snapshot 5.0.330.0 r39074
  651. * Wed Feb 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.329.0-5
  652. - use_system_ffmpeg
  653. * Tue Feb 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.329.0-4
  654. - added Requires: nspluginwrapper
  655. - fixed a symbolic link of plugins directory with nspluginwrapper
  656. * Tue Feb 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.329.0-3
  657. - replaced %%{SOUECE20} to chromium-vendor-vine.patch.in
  658. * Tue Feb 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.329.0-2
  659. - added BuildRequires: mesa-libGLU-devel
  660. - added BuildRequires: libstdc++34 libstdc++34-devel for vl5
  661. * Tue Feb 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.329.0-1
  662. - built based on chromium-5.0.329.0-167.1.src.rpm of OpenSuse
  663. * Sun Nov 29 2009 - tittiatcoke@gmail.com - 4.0.260.0
  664. - Update to 4.0.260
  665. * Fri Nov 27 2009 - tittiatcoke@gmail.com - 4.0.259.0
  666. - Update to 4.0.259
  667. * Thu Nov 26 2009 - tittiatcoke@gmail.com - 4.0.258.0
  668. - Update to 4.0.258
  669. * Tue Nov 24 2009 - tittatcoke@gmai.com - 4.0.257.0
  670. - In order to complete prevent the wrong v8 version to be used, the Chromium build has been
  671. changed to having an built-in v8
  672. * Tue Nov 24 2009 - dbuck@example.com - 4.0.257.0
  673. - Re-base patches. Fixed a few patch errors. Rename some patches to better correspond with function. Removed some patches.
  674. - Minor SPEC changes. I changed the v8 requirement to be exact, instead of greater than a specific version.
  675. * Sat Oct 24 2009 - Pavol Rusnak <prusnak@suse.cz> - 4.0.223.5
  676. - don't create desktop files in wrapper, fix LD_LIBRARY_PATH (chromium-fix-wrapper.patch)
  677. * Tue Oct 20 2009 - Raymond Wooninck >tittiatcoke@gmail.com> - 4.0.223.5
  678. - update to newer svn snapshot
  679. + Obsoletes fwrite patch (included upstream)
  680. * Fri Oct 16 2009 - Raymond Wooninck <tittiatcoke@gmail.com> - 4.0.223.2
  681. - update to newer svn snapshot
  682. + Requires newer version of v8
  683. * Thu Oct 15 2009 - Pavol Rusnak <prusnak@suse.cz> - 4.0.222.6
  684. - do not force SSE on x86 (drop-sse.patch)
  685. * Tue Oct 13 2009 - Raymond Wooninck <tittiatcoke@gmail.com> - 4.0.222.6
  686. - Update to newer svn snapshot
  687. - Fixed spec file in order to build
  688. - Included patch to build with system zlib
  689. * Mon Oct 12 2009 - Pavol Rusnak <prusnak@suse.cz> 4.0.222.2
  690. - package renamed to chromium
  691. - cleaned up spec file
  692. * Tue Oct 6 2009 - dbuck <dbuck@example.com> - 4.0.222.2
  693. - v8 is now built as a separate package, and is required
  694. - included many patches to use system libraries: v8, icu, libxml2, libxslt, libjpeg, libpng, libevent, bzip2, zlib, nspr, nss
  695. * Sun Oct 1 2009 - dbuck <dbuck@example.com> - 4.0.221.1
  696. - included a newer DEP than is in svn, native_client@823. So things should compile cleanly now
  697. * Sun Aug 31 2009 - dbuck <dbuck@example.com> - 4.0.204.0
  698. - initial build
  699. #% changelog
  700. * Sun Jan 24 2010 prusnak@suse.cz
  701. - added vendor to user agent (chromium-vendor.patch.in)
  702. * Sun Nov 29 2009 prusnak@suse.cz
  703. - added --enable-sync to wrapper to enable bookmark sync
  704. * Sun Nov 29 2009 tittiatcoke@gmail.com
  705. - Update to 4.0.260
  706. * Fri Nov 27 2009 tittiatcoke@gmail.com
  707. - Update to 4.0.259
  708. * Thu Nov 26 2009 tittiatcoke@gmail.com
  709. - Update to 4.0.258
  710. * Tue Nov 24 2009 tittatcoke@gmai.com
  711. - In order to complete prevent the wrong v8 version to be used,
  712. the Chromium build has been changed to having an built-in v8
  713. * Tue Nov 24 2009 dbuck@example.com
  714. - Re-base patches.
  715. - Fixed a few patch errors.
  716. - Rename some patches to better correspond with function.
  717. - Removed some patches.
  718. - Minor SPEC changes.
  719. - I changed the v8 requirement to be exact, instead of greater than a specific version.
  720. * Fri Nov 13 2009 tittiatcoke@gmail.com
  721. - update to 247.0 svn 31928
  722. * Fri Oct 30 2009 tittiatcoke@gmail.com
  723. - update to 229.0 svn 30454
  724. + Fix regression where popups and app frames lost their titlebars.
  725. + Makes it so that when a folder is open on the bookmark bar
  726. and the mouse moves over another folder, the menu for that
  727. folder is shown.
  728. + Lazily create the find bar.
  729. + Polish to the gmail checker sample.
  730. * New, crisper icons that are exactly 19x19
  731. * Add a loading animation at the beginning before Gmail
  732. responds.
  733. * Fix a bug where we sometimes don't update the UI after a
  734. logout/login cycle.
  735. + Refactor widget methods to support desktop notifications,
  736. including GTK stubs.
  737. + Find-in-page should not ding while deleting characters.
  738. + Add SSL wrapper for linux and mac. This allows notifier to
  739. use chrome's SSL layer instead of OpenSSL.
  740. + Add three of the six extensions to PAC that Internet Explorer supports.
  741. + WebSocket support in chromium. (Run with --enable-web-sockets
  742. enables WebSocket features.)
  743. + Do not allow GTK File Chooser dialogs to return directories.
  744. + Fix the notifier SSL layer to make notifications work for
  745. Linux Bookmark sync.
  746. + linux: don't override mouse selection behavior in omnibox
  747. * Sun Oct 25 2009 tittiatcoke@gmail.com
  748. - Update to 224.4 svn 30027
  749. + First cut at new page and browser action docs based
  750. on new API. Deleted old stuff.
  751. + Add suppression for new memory leak caused by WebKit merge 49830:49844
  752. + Cleanup: change PIDs to base::ProcessId (or pid_t, as appropriate)
  753. + Minimize dependency of user scripts
  754. + Fixup the flip_framer eof-handling semantics now that we have
  755. the FIN bit in place
  756. + app depends on x11 because of active_window_watcher_x
  757. + Adding two images for the new Extension managment UI
  758. + Removing hard-coded Chrome Frame output path
  759. + Rearrange clipboard code
  760. + Fix crash bug when attempting to download a url with unsupported scheme,
  761. e.g. 'data:', by 'Alt + Click'
  762. + GTK: Change text for extension download UI
  763. + Ignore invalid urls on command line
  764. + Make dropped tabs animate from where they were dropped.
  765. + Make room for the full width of the tab placeholder.
  766. + Make tab dragging as smooth as glass.
  767. + Remove an annoying NOTIMPLEMNETED
  768. + Extensions: guarantee removal of BROWSER_WINDOW_READY registration
  769. + If we're in the middle of a drag, don't allow the user to middle
  770. click to close or right click for the context menu
  771. + "Fix" a NOTIMPLEMENTED on Linux by using the default password store
  772. + Remove +x bit from files that shouldn't have it
  773. + Fold first 3 channels of multichannel instead of 5. Use fixed point
  774. + Adding new image needed for the managment UI
  775. + Fix a race bug where content scripts would not apply to the first page load
  776. + Make escape remove a bookmark if it's just been added (but not if it already existed)
  777. + Fix bubbles deactivating the opaque frame
  778. + Allow ESC to cancel ALT+SHIFT+T in Toolbar
  779. + ake all pepper plugins default to windowless and transparent
  780. + Add styles for printing
  781. + Implement the new extension management UI
  782. + Add support for to automation interface load install and load extensions
  783. + GTK: theme the info bar border
  784. + Update V8 to version 1.3.16.1
  785. + Introduce WebSecurityPolicy for security related methods
  786. + New button scheme...borders are separate from the inner contents so
  787. that they can be highlighted / depressed independently
  788. + When opening Chrome maximized with an application window already
  789. running, the Chrome window was not activated
  790. + Fix compatibility problems with FileZilla FTP Server
  791. + Remove the extension shelf on Linux
  792. + Fix the proxy host and port string to start with http:// if it does not already
  793. + Enable HTML5 databases for all extension renderer processes
  794. * Sat Oct 24 2009 prusnak@opensuse.org
  795. - don't create desktop files in wrapper
  796. - fix LD_LIBRARY_PATH (chromium-fix-wrapper.patch)
  797. * Tue Oct 20 2009 tittiatcoke@gmail.com
  798. - update to newer svn snapshot
  799. + Obsoletes fwrite patch (included upstream)
  800. * Fri Oct 16 2009 tittiatcoke@gmail.com
  801. - update to newer svn snapshot
  802. + Requires newer version of v8
  803. * Thu Oct 15 2009 prusnak@suse.cz
  804. - do not force SSE on x86 (drop-sse.patch)
  805. * Tue Oct 13 2009 tittiatcoke@gmail.com
  806. - Update to newer svn snapshot
  807. - Fixed spec file in order to build
  808. - Included patch to build with system zlib
  809. * Mon Oct 12 2009 prusnak@suse.cz
  810. - package renamed to chromium
  811. - cleaned up spec file
  812. * Tue Oct 6 2009 dbuck@example.com
  813. - v8 is now built as a separate package, and is required
  814. - included many patches to use system libraries:
  815. v8, icu, libxml2, libxslt, libjpeg, libpng, libevent, bzip2, zlib, nspr, nss
  816. * Thu Oct 1 2009 dbuck@example.com
  817. - included a newer DEP than is in svn, native_client@823
  818. - things should compile cleanly now
  819. * Mon Aug 31 2009 dbuck@example.com
  820. - initial build