- 19 Feb, 2015 1 commit
-
-
Bo Liu authored
Due bugs in some drivers, sharing GL_LUMINANCE fails and causes causes a NPE crash. WebRTC is the only feature using GL_LUMINANCE textures which do not require to be shared, so skip them altogether. Forking because situation in trunk has changed significantly and this is no longer appropriate. BUG: 19366032 Change-Id: I09c076068e1f38daa344009ca7b12cf30ead6df1
-
- 18 Feb, 2015 3 commits
-
-
Toby Sargeant authored
-
tobiasjs authored
By not detaching the GL functor until after the teardown, we ran the risk of stray draw calls occurring that could potentially reinitialize the hardware renderer, causing the SharedRendererState destructor to DCHECK. BUG= Review URL: https://codereview.chromium.org/920083002 Cr-Commit-Position: refs/heads/master@{#316222} Bug: 19370054 Change-Id: I38061e7e690a9738e7296f6ad2948caceb3af7e9
-
wangxianzhu authored
(From https://codereview.chromium.org/411313002/ by h.joshi@samsung.com: Colored Emoji not drawn in Chrome if font style is set as Bold. When Bold font is asked, then Skia try to generate image/bitmap from path (if Bold font is not present) which is not correct case for Colored Emoji bitmap font.) Define SK_USE_FREETYPE_EMBOLDEN to prefer FreeType's emboldeing algorithm to Skia's. BUG=397069 R=h.joshi TBR=bungeman Review URL: https://codereview.chromium.org/800133008 Cr-Commit-Position: refs/heads/master@{#310662} Bug: 19346255 Change-Id: If83ba41f203f4acdb9021bff32c351e86d4afa2d
-
- 12 Feb, 2015 1 commit
-
-
Hui Shu authored
This is a clean Cherrypick of 2 CLs from chromium: https://codereview.chromium.org/920623002 And https://codereview.chromium.org/922883002/ Original description: Don't send extra text changed AX events on Android This fix is small and safe, for merging. The reason this was happening has to do with contenteditable support and I'll follow up with a cleaner fix once this is merged. BUG:19294187 Change-Id: Ifd0de22fdad20a917ca74174c90fce8bec7d87ad
-
- 11 Feb, 2015 1 commit
-
-
Ignacio Solla authored
When exiting fullscreen video playback should continue in embedded mode. This patch fixes a regression introduced in M40 by reverting to the M39 state: https://codereview.chromium.org/618013003/patch/350001/360003 The fix landed in master does not longer applied because master and M40 have diverged substantially. In master, this issue has been fixed by moving the responsibility of destroying the ContentVideoView to the content/ layer here: https://codereview.chromium.org/845193005/ BUG:19346330 TESTED: I have manually verified this change by building the WebView and checking that the issue does not longer repro. Change-Id: I7297c626c355e13b559d15c403db60cca817556f
-
- 09 Feb, 2015 6 commits
-
-
Paul Miller authored
crrev.com/8cd9cd17b1b52ef751a5a101189394891d73f351 BUG:19047869 Change-Id: Ibb25040a8b66a7c69f162ada10f9e1563bcd22f1
-
Torne (Richard Coles) authored
Disable NOTIMPLEMENTED() as the messages generated are not actionable by app developers. Bug: 15303655 Change-Id: I8d52c69874fe2818ac58235d9441936798dc60d6 (cherry picked from commit bf063fe8)
-
ningxin.hu authored
Fixes a crash in apps using WebSettings.setAllowUniversalAccessFromFileURLs(true). > BUG=449075 > TEST=content_unittests --gtest_filter=NavigationControllerTest.IsInPageNavigation > > Review URL: https://codereview.chromium.org/855883002 > > Cr-Commit-Position: refs/heads/master@{#313051} Change-Id: I7360997ae6eec0279c932be555bfcb097e2804a7
-
Torne (Richard Coles) authored
This commit was generated by merge_to_master.py. Change-Id: Ibdab6876b11f066ecec5190933d7ef70850ef51a
-
Torne (Richard Coles) authored
This commit was generated by merge_to_master.py. Change-Id: I9fa45d741f6e055e37326e1f41d6e11e0c97bac4
-
Primiano Tucci authored
This is a cherry pick from chromium: https://crrev.com/86fca587a88a12c485c5b3bfaf7d3029561137af Original CL description: The current crash handler prints a message on logcat of the form "### WebView crash. Version ..." whenever a crash is detected in an Android app which happens to have a WebView. Due to the in-process nature of the WebView, the crash handler is triggered regardless of the actual cause of the crash, which might be totally unrelated with the WebView or the chromium codebase at all. The current wording is misleading as it erroneously suggests that the crash is always due to the WebView. BUG: 19293339 Change-Id: Ieeba42f19f7309fcbda5fa6ca0baa1cb33955092
-
- 06 Feb, 2015 1 commit
-
-
Hui Shu authored
-
- 03 Feb, 2015 2 commits
-
-
Torne (Richard Coles) authored
This commit was generated by merge_to_master.py. Change-Id: Ieae58fdd7ffd751ca0120c6f8222338971969f68
-
Torne (Richard Coles) authored
This commit was generated by merge_to_master.py. Change-Id: I06201d7079ec55ca5d66023f88ce8a2ece317095
-
- 30 Jan, 2015 1 commit
-
-
Hui Shu authored
This is a cherry pick from chromium: https://crrev.com/9178c77a0167ee7c73364b21a6f3a633029b7a44 Original CL description: PictureLayerImpls in a tree should continue using the same viewport rect for tile priority until UpdateTiles() is called with the new value of viewport rect for tile priority. Otherwise, a PictureLayerImpl could be in an inconsistent state that could lead to a wrong decision about AllTilesRequiredForActivationAreReadyToDraw. This CL caches the viewport rect for tile priority in PictureLayerImpl. Conflicts: cc/layers/picture_layer_impl.h BUG: 18915361 Change-Id: I7738cf793484fa46670388e0cf0e1d2cefbbddd4
-
- 21 Jan, 2015 2 commits
-
-
Torne (Richard Coles) authored
This commit was generated by merge_to_master.py. Change-Id: I5161a6d3eb93b632c6e3cf3887d0b03eb3a59bd2
-
Torne (Richard Coles) authored
This commit was generated by merge_to_master.py. Change-Id: Ie5cbec1748e252af0bfed0f0172022bd46c3178c
-
- 16 Jan, 2015 2 commits
-
-
Ben Murdoch authored
This commit was generated by merge_to_master.py. Change-Id: I01bbd0eb75057d0f3be881ab85a6ed78b6db8957
-
Ben Murdoch authored
This commit was generated by merge_to_master.py. Change-Id: I327855d5ff2f6fff543271e71e90eb43d72bb003
-
- 08 Jan, 2015 2 commits
-
-
Ben Murdoch authored
This commit was generated by merge_to_master.py. Change-Id: I17568cc6fef7aca9b56cba2b193feacc604444ba
-
Ben Murdoch authored
This commit was generated by merge_to_master.py. Change-Id: I54c57fa699c7bcf214338db5ed42fa3b347c3d40
-
- 18 Dec, 2014 2 commits
-
-
Torne (Richard Coles) authored
This commit was generated by merge_to_master.py. Change-Id: I133d9df2c75ea608f1bcd57c6705ee329e7d742e
-
Torne (Richard Coles) authored
This commit was generated by merge_to_master.py. Change-Id: I4eeba491372f6b0901770671a77a6cde0232344c
-
- 17 Dec, 2014 1 commit
-
-
Bart Sears authored
BUG: 18725105 Change-Id: I384fde4c9b36c948e995841469b1061da763584d (cherry picked from commit 5ea7c0fdf34dbf084fc7a0f6c540de3a2e0a24f3)
-
- 11 Dec, 2014 2 commits
-
-
Ben Murdoch authored
This commit was generated by merge_to_master.py. Change-Id: I165dbde319035d47019f02e67b77123965430fb0
-
Ben Murdoch authored
This commit was generated by merge_to_master.py. Change-Id: I5e881388509cd5fb3882f4ba2ef6663965219173
-
- 04 Dec, 2014 2 commits
-
-
Ben Murdoch authored
This commit was generated by merge_to_master.py. Change-Id: I0e2e23d382a87a1164d585e21d064f6dd8c7f77a
-
Ben Murdoch authored
This commit was generated by merge_to_master.py. Change-Id: I06ac150d0c1fb3d00586f2e69a583e7c2f82ce93
-
- 27 Nov, 2014 2 commits
-
-
Torne (Richard Coles) authored
This commit was generated by merge_to_master.py. Change-Id: I0569778d14262f4e176801a38c083e4c86331174
-
Torne (Richard Coles) authored
This commit was generated by merge_to_master.py. Change-Id: I0a543d3dd13b8f5d3ca1d0a6b04cf4d1a280b98a
-
- 12 Nov, 2014 2 commits
-
-
Torne (Richard Coles) authored
This commit was generated by merge_to_master.py. Change-Id: I20ffa2d5cf7c0e375ccbb65d99bb8a40a9504835
-
Torne (Richard Coles) authored
This commit was generated by merge_to_master.py. Change-Id: Ifba5396691b9164ba027be04398f7bc8e938750d
-
- 06 Nov, 2014 2 commits
-
-
Torne (Richard Coles) authored
This commit was generated by merge_to_master.py. Change-Id: If5df040bca4f487fa2b134330ed273e447290115
-
Torne (Richard Coles) authored
This commit was generated by merge_to_master.py. Change-Id: Ia8ad0e588aab2864147fdf2270c1da6ed65a52f9
-
- 27 Oct, 2014 2 commits
-
-
Torne (Richard Coles) authored
This commit was generated by merge_to_master.py. Change-Id: I8310607823ea0f443fb952f3ae1593af196c3d02
-
Torne (Richard Coles) authored
This commit was generated by merge_to_master.py. Change-Id: I89d093f14f8025ce1e505ce2a2755212c5c4fd2a
-
- 30 Sep, 2014 2 commits
-
-
Primiano Tucci authored
This commit was generated by merge_to_master.py. Change-Id: Id061c24b6e79e34afde83e5fe7a9d2982e2fc79c
-
Primiano Tucci authored
This commit was generated by merge_to_master.py. Change-Id: Id3aac9713b301fae64408cdaee0888724eeb7c0e
-
- 28 Aug, 2014 1 commit
-
-
Torne (Richard Coles) authored
This commit was generated by merge_to_master.py. Change-Id: I17a1727b61dd9c95df2cbd4e5b79121bd79da08d
-