- 23 Aug, 2013 3 commits
-
-
Torne (Richard Coles) authored
This commit was generated by merge_to_master.py. Change-Id: I66bd7deb92b4f0bc822e0e444f03da83e30a4d8b
-
Selim Gurun authored
-
Selim Gurun authored
Bug: 10447904 Skia may pass a null pointer to SkStream::write() that we implement in android_webview. Check for it before copying. Change-Id: I2d481494e4dbd7d113b3a31ba35d2f2aa4ec0e2f
-
- 22 Aug, 2013 8 commits
-
-
-
https://codereview.chromium.org/23018005/Jonathan Dixon authored
Bug: 10123053 Applied not-yet-landed patchset 6 cleanly. https://codereview.chromium.org/download/issue23018005_57001.diff Original description: Start renderer in ContentViewCoreImpl::EvaluateJavaScript. In WebView, the app could evaluate the Javascript before loading any page. This patch start renderer if there is no existing one. Since renderer was created without SiteInstance, the RenderViewCreated callback will not be called, this patch also call it even without SiteInstance. BUG=273164 Change-Id: Ic7c99f9bedf3c8bed74b1e5b8ff8b8f388be8330
-
https://codereview.chromium.org/23060021Torne (Richard Coles) authored
Was landed as r218828 upstream. > [Android WebView] Call RequestProcessGL on UI thread > > Currently we are not guaranteed to call RequestProcessGL on the UI > thread which is a threading bug that can cause coruption/crashes. > > BUG=277055 Bug: 9982214 Change-Id: Ie9078ece1a154d961e03372325f321de3ee4d39c
-
Ben Murdoch authored
* changes: Patch in https://codereview.chromium.org/23234003 patch in https://codereview.chromium.org/23072008
-
Torne (Richard Coles) authored
This commit was generated by merge_to_master.py. Change-Id: I50678e0212cf6cf4c0f77fbb6b048b99ebb5f53c
-
Torne (Richard Coles) authored
This commit was generated by merge_to_master.py. Change-Id: I57af2ea8229c40b5a2f5b282f2a800c63c0c99e8
-
https://codereview.chromium.org/23234003Jonathan Dixon authored
Bug: 9982214 Took un-submitted patchset 5 https://codereview.chromium.org/download/issue23234003_29001.diff Applied cleanly to klp-dev + crrev.com/23072008 Original description: Support stream textures with the synchronous compositor This adds a thread-safe StreamTextureManager for GLInProcessContext. It further adds some plumbing for the webkit thread to be able to create a StreamTextureFactory from the main thread (see render_view_impl.cc) with the ability to extract the thread-safe SurfaceTexture(Bridge) for a given stream. This is nothing but a crazy amount of plumbing to achieve this: - StreamTexture::Update() i.e. SurfaceTexture::updateTexImage needs to happen on the GL thread with a current context - The StreamTextureFactory and Proxy are referenced from the WebmediaPlayer instance which lives on the main thread - The callback for invalidating the video is posted to the compositor thread directly (here: UI thread) bypassing the main thread BUG=239760 Change-Id: I2a5e86ed580af0c4659583f4deda96a51fd5ba0c
-
https://codereview.chromium.org/23072008Jonathan Dixon authored
Bug: 9982214 Took patchset 3, applied cleanly to klp-dev. Source https://codereview.chromium.org/download/issue23072008_27001.diff Original description: aura: Allow in process ContextProvider to hold onscreen contexts. This will allow us to use them in an OutputSurface. For the common offscreen context case, we want to still share code so add a CreateOffscreen() method to the context provider so we don't have to replicate the WGC3D::Attributes decisions around the codebase. R=piman@chromium.org BUG=258625 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=217677 Change-Id: Ib2f598c08a66f3a1436a440736e2fe2a006744fe
-
- 21 Aug, 2013 2 commits
-
-
Torne (Richard Coles) authored
This commit was generated by merge_to_master.py. Change-Id: If2d7c73488c9db507e89cf42b4cc1c1a7d8e3b8f
-
Torne (Richard Coles) authored
This commit was generated by merge_to_master.py. Change-Id: I90a93119dbf949df292c34e9219d3c1607e120b7
-
- 20 Aug, 2013 5 commits
-
-
Selim Gurun authored
Bug: 10190508 This is a follow up to change ID I5e338f23fe9a902d6e2c539706bee525a2bfaf83 and includes the remaining mac makefiles to fix the build. Change-Id: I297bdd63a43c7510c3ee8d1ba8f07eacc398e270
-
Selim Gurun authored
Bug: 10190508 Change-Id: I5e338f23fe9a902d6e2c539706bee525a2bfaf83
-
Selim Gurun authored
Bug: 10190508 Very basic PDF conversion to a single page is working. The purpose of this patch is to create the plumbing. Change-Id: I506b3d282115b7bcd5fa1fd4040c0e37b9dc4648
-
Torne (Richard Coles) authored
Enable the use_system_skia flag for the WebView build. Bug: 10402995 Change-Id: I46c8d16daf88b691c8d3faf95b86bd221d1c5477
-
torne@chromium.org authored
Cherrypick r218021 from M30 branch. > The skia shim headers were not being included at the front of the path > because of a gyp processing issue, causing it to pick up the bundled > headers instead by mistake; fix the gyp file. > > Also, some of the chromium code depends on non-public headers; add the > required include path for this to work until we can fix the code. > > BUG=263818,274425 > > Review URL: https://chromiumcodereview.appspot.com/23064007 > > git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218021 0039d316-1c4b-4281-b951-d872f2087c98 Bug: 10402995 Change-Id: I092bac8f3b39d816d797809f414a34712277008d
-
- 14 Aug, 2013 2 commits
-
-
Ben Murdoch authored
This commit was generated by merge_to_master.py. Change-Id: Ic154493f9a2328a23ad5584b1a34f47e84c31b63
-
Ben Murdoch authored
This commit was generated by merge_to_master.py. Change-Id: I503e836e213a81043e68c176ac95bb385b43ef2b
-
- 13 Aug, 2013 2 commits
-
-
Ben Murdoch authored
This commit was generated by merge_to_master.py. Change-Id: I48d0cb01f73af554afc55e9d07c61326684ca3f5
-
Ben Murdoch authored
This commit was generated by merge_to_master.py. Change-Id: I91a8ab76ffb254434b2a39ea11e0b6a0e34b9159
-
- 12 Aug, 2013 3 commits
-
-
https://codereview.chromium.org/22882002/Ben Murdoch authored
Cherry pick WebView stability fix. Bug: 10143869 Change-Id: I07e6db554e595165a343abfd02d5c0a214724c11
-
Ben Murdoch authored
This commit was generated by merge_to_master.py. Change-Id: I192785ee317edb954abcf4d2e19f2ae30e57c440
-
Ben Murdoch authored
This commit was generated by merge_to_master.py. Change-Id: I5882510871bff373c07cfc204aafc92f938f7b72
-
- 11 Aug, 2013 2 commits
-
-
Ben Murdoch authored
This commit was generated by merge_to_master.py. Change-Id: Ibfefe06d5e82b01623e994482fd9b08379b6a063
-
Ben Murdoch authored
This commit was generated by merge_to_master.py. Change-Id: I595ee04895ccfeb752d5798668ae0cd67346dd2b
-
- 08 Aug, 2013 3 commits
-
-
https://codereview.chromium.org/22486004/Ben Murdoch authored
Chromium stability fixes. Bug: 10144150 Change-Id: I2f552180deca1c1caefe0768eeae1619dc9ea4b1
-
Ben Murdoch authored
This commit was generated by merge_to_master.py. Change-Id: I2901278ee9a4f89bb76660c3baca762a45c8dfa9
-
Ben Murdoch authored
This commit was generated by merge_to_master.py. Change-Id: I739228187a6f1df6c28c5761160e593a49891113
-
- 07 Aug, 2013 3 commits
-
-
Jonathan Dixon authored
Change-Id: Ib6c2c314e57be5b23acd60cee2e9f4ea6598ab7e
-
Ben Murdoch authored
This commit was generated by merge_to_master.py. Change-Id: I4c0019fe95704ebdcfb79c3c656214fbac4a4add
-
Ben Murdoch authored
This commit was generated by merge_to_master.py. Change-Id: I541d5d1d8520b6b3829fbc1fa18552bf9ad4a5c7
-
- 06 Aug, 2013 2 commits
-
-
Ben Murdoch authored
This commit was generated by merge_to_master.py. Change-Id: I8d6783d8342385fc08418f1ed7b5429a1a3113d8
-
Ben Murdoch authored
This commit was generated by merge_to_master.py. Change-Id: I225a31651af894e33bdd71e7121702bcbe5310f4
-
- 05 Aug, 2013 2 commits
-
-
Torne (Richard Coles) authored
This commit was generated by merge_to_master.py. Change-Id: If1ec39fbbef05ea308ad168f8ae086a94a7871fb
-
Torne (Richard Coles) authored
This commit was generated by merge_to_master.py. Change-Id: Ib95814f98e5765b459dd32425f9bf9138edf2bca
-
- 01 Aug, 2013 3 commits
-
-
Jonathan Dixon authored
-
Jonathan Dixon authored
Bug: 10124535,10013600 Patched in from upstream chromium https://codereview.chromium.org/20752003/ PS1 Change-Id: I411221340a7a6bf882cf57105cb625193cb158cc
-
https://codereview.chromium.org/19522006Ben Murdoch authored
Stability fixes for Chromium WebView. Bug:9915533 Change-Id: If5730b3f0c79b1ddd56bce3a2903531632ea0bc6
-