Mmpcomplete@chromium.orgAttempt to fix a crash in RulesRegistryStorageDelegate on shutdown.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Add OWNERS files to webRequest, declarative, declarativeWebRequest and proxy API BUG=101244 TEST=no Review URL: https://chromiumcodereview.appspot.com/10386011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135670 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
In the declarative API, check that the extension has permission for the event that it tries to modify. BUG=141093 Review URL: https://chromiumcodereview.appspot.com/10823247 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150723 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
In the declarative API, check that the extension has permission for the event that it tries to modify. BUG=141093 Review URL: https://chromiumcodereview.appspot.com/10823247 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150723 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move RunAllPendingInMessageLoop from ui_test_utils.h to test_utils.h, so that it can be reused by content_browsertests. I put it in test_utils.h instead of browser_test_utils.h because this is also used by unit tests. BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10825085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149026 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
RefCounted types should not have public destructors, chrome/browser/extensions version BUG=123295 TEST=none Review URL: http://codereview.chromium.org/10071035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134370 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move test_browser_thread.h from content\test to content\public\test. This way we can enforce that internal content headers don't leak to embedders. BUG=98716 TBR=phajdan.jr Review URL: https://chromiumcodereview.appspot.com/10500016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140254 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Migrate Declarative API bindings to new JSON objects generated by JSON compiler This CL mirgrates the Declarative API to use the objects generated by the new JSON compiler and allows using multiple threads. BUG=112155 TEST=no Review URL: http://codereview.chromium.org/9422003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124249 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Refactor and fix declarative webRequest API permissions This CL introduces proper host permission checking for the declarative webRequest API. It moves the permission checking code from web_request_api.cc into a separate class that is shared with the declarative WebRequest API. BUG=112155 TEST=no TBR=mirandac@chromium.org,akalin@chromium.org,ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10831008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148965 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix a memory leak in RulesRegistryStorageDelegate. The Inner class was being leaked because it was marked DeleteOnUIThread, but the last reference is released after the UI message loop goes away. So I removed that trait. BUG=133449 TEST=no Review URL: https://chromiumcodereview.appspot.com/10695130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146205 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move test_browser_thread.h from content\test to content\public\test. This way we can enforce that internal content headers don't leak to embedders. BUG=98716 TBR=phajdan.jr Review URL: https://chromiumcodereview.appspot.com/10500016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140254 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Attempt to fix a crash in RulesRegistryStorageDelegate on shutdown. BUG=142729 Review URL: https://chromiumcodereview.appspot.com/10824339 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152216 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix a memory leak in RulesRegistryStorageDelegate. The Inner class was being leaked because it was marked DeleteOnUIThread, but the last reference is released after the UI message loop goes away. So I removed that trait. BUG=133449 TEST=no Review URL: https://chromiumcodereview.appspot.com/10695130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146205 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Persist declarative rules to the extension state store. BUG=123366 TEST=no Review URL: https://chromiumcodereview.appspot.com/10560013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142842 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move test_browser_thread.h from content\test to content\public\test. This way we can enforce that internal content headers don't leak to embedders. BUG=98716 TBR=phajdan.jr Review URL: https://chromiumcodereview.appspot.com/10500016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140254 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Persist declarative rules to the extension state store. BUG=123366 TEST=no Review URL: https://chromiumcodereview.appspot.com/10560013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142842 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |