Jjschuh@chromium.orgRemove memory hole mitigation for Flash Windows plugin
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Move the Windows sandbox to sandbox/win This is a rather large refactor to move the Windows sandbox to the right place. BUG= TEST= NOTRY=true TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10689170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147151 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add an OWNERS file for src\content by moving the owners that were there for the top level directories within. I've removed them all from the subdirectories. Also removed the "set noparent" in subdirectories and just put one in src/content/OWNERS for now. I also added brettw/darin for src/chrome/OWNERS. Review URL: https://chromiumcodereview.appspot.com/9695028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126522 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove all support for the Carbon NPAPI event model Plugins already cannot negotiate the Carbon event model; this removes all the code supporting the Carbon model now that it is no longer necessary. The interpose library is left in place because plugins that use the Cocoa event model may still make Carbon OS calls for window or cursor managament. BUG=125915 Review URL: https://chromiumcodereview.appspot.com/10928072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156102 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
RefCounted types should not have public destructors, content/ remaining bits BUG=123295 TEST=none TBR=jam Review URL: https://chromiumcodereview.appspot.com/10069054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136631 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove #pragma once from content Review URL: https://chromiumcodereview.appspot.com/10696166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146071 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove all support for the Carbon NPAPI event model Plugins already cannot negotiate the Carbon event model; this removes all the code supporting the Carbon model now that it is no longer necessary. The interpose library is left in place because plugins that use the Cocoa event model may still make Carbon OS calls for window or cursor managament. BUG=125915 Review URL: https://chromiumcodereview.appspot.com/10928072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156102 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove all support for the Carbon NPAPI event model Plugins already cannot negotiate the Carbon event model; this removes all the code supporting the Carbon model now that it is no longer necessary. The interpose library is left in place because plugins that use the Cocoa event model may still make Carbon OS calls for window or cursor managament. BUG=125915 Review URL: https://chromiumcodereview.appspot.com/10928072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156102 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove memory hole mitigation for Flash Windows plugin Review URL: https://chromiumcodereview.appspot.com/10892045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157206 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Coverity fixes for uninitialized vars CID=102348, 102334, 100563, 102456, 102012, 101525, 101526, 101330, 101329 TEST=none Review URL: http://codereview.chromium.org/9006028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116003 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Get the path of the plugin interposing library from the embedder, since they're the ones who bundle it. Make content still work without it. This allows plugins to work inside content_shell. BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10806075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147965 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Revert 155122 - Code to collect issue 97285 debugging info for crash reports. [TPM is suspicious of Windows renderer crash rate. Seems impossible, but who knows?] It is useful to record breakpad keys for debugging, which is not applicable to multi-process bugs. This adds infrastructure to allow collection of information across processes. Also, fix so that GetPluginChannelHost() can successfully fail without crashing. BUG=97285,141055 Review URL: https://chromiumcodereview.appspot.com/10908078 TBR=shess@chromium.org Review URL: https://chromiumcodereview.appspot.com/10908130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155240 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove #pragma once from content Review URL: https://chromiumcodereview.appspot.com/10696166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146071 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
ui: Move surface/ directory out of gfx/, up to ui/. BUG=104040 R=ben@chromium.org TBR=brettw@chromium.org Review URL: https://chromiumcodereview.appspot.com/10351002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135232 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove #pragma once from content Review URL: https://chromiumcodereview.appspot.com/10696166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146071 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Initial NPAPI plugin support in Win Aura. Scrolling jank is noticable because the plugin moves at a different time than the content is updated. There are also a couple of other functions in RenderWidgetHostViewWin that enumerate plugin Windows that need to be shared, but I'm leaving these for a future change. The code in render_widget_host_view_base.cc is all moved from render_widget_host_view_win.cc with the exception of the lines between the USE_AURA ifdef. Review URL: https://codereview.chromium.org/10905122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156090 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove #pragma once from content Review URL: https://chromiumcodereview.appspot.com/10696166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146071 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove all support for the Carbon NPAPI event model Plugins already cannot negotiate the Carbon event model; this removes all the code supporting the Carbon model now that it is no longer necessary. The interpose library is left in place because plugins that use the Cocoa event model may still make Carbon OS calls for window or cursor managament. BUG=125915 Review URL: https://chromiumcodereview.appspot.com/10928072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156102 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix race condition with windowless plugin buffers. The problem, which is already fixed for Mac, is that the buffers can be deleted during a paint because of a resize during an NPN_Evaluate call. So keep a local reference. BUG=139462 Review URL: https://chromiumcodereview.appspot.com/10855141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151734 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |