Vvitalybuka@chromium.orgAdded black list of printer.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Added black list of printer. Added option to enable/disable registration of new printers. BUG=137129 Review URL: https://chromiumcodereview.appspot.com/10966052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158782 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Moving google_apis and GaiaClient to src/google_apis. TBR=mechanicalowners@chromium.org BUG=145584 Review URL: https://chromiumcodereview.appspot.com/10928017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155312 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Bring back service process throttler. Somewhere along the way, the service process lost it's throttler. Under certain conditions (network going away) that meant that the service process could spin trying to access something, eating up CPU. BUG=140019 TEST=(Mac) Enable cloud print, disable network. Before this change, after 30 minutes, the Chromium Helper process would be >100% CPU in Activity Monitor. After this change, should be near nothing. Review URL: https://chromiumcodereview.appspot.com/10919102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155050 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Moving google_apis and GaiaClient to src/google_apis. TBR=mechanicalowners@chromium.org BUG=145584 Review URL: https://chromiumcodereview.appspot.com/10928017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155312 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Added vitalybuka to owners. BUG=None NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10959029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157865 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove #pragma once from chrome/service Review URL: https://chromiumcodereview.appspot.com/10693138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146073 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add OSSTATUS_LOG API. Review URL: https://chromiumcodereview.appspot.com/9235084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119511 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Cleanup IPC::ChannelProxy to use SingleThreadTaskRunner Also removed ClearIPCMessageLoop() as it is not needed anymore. Review URL: https://chromiumcodereview.appspot.com/10694014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145192 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Rename IPC::Channel and IPC::Sender in src/chrome. Changes code in chrome to use the new names over the old now-typedefed-for-compat ones. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10553010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142474 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
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 年前 | |
Removed unnecessary returning by reference to simplify code. BUG=137129 Review URL: https://chromiumcodereview.appspot.com/10958052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158200 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove #pragma once from chrome/service Review URL: https://chromiumcodereview.appspot.com/10693138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146073 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Removed unnecessary returning by reference to simplify code. BUG=137129 Review URL: https://chromiumcodereview.appspot.com/10958052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158200 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Removed unnecessary returning by reference to simplify code. BUG=137129 Review URL: https://chromiumcodereview.appspot.com/10958052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158200 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Removed unnecessary returning by reference to simplify code. BUG=137129 Review URL: https://chromiumcodereview.appspot.com/10958052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158200 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the Remoting Host component from Chrome. * Update the Remoting feature flag description. * Fix license headers. * Remove files from gyp definitions. * Remove Chromoting trigger for Service Process launch on browser startup, and Chromoting setup HTML resources. * Remove Chromoting Host registration components from Browser. * Remove resources for Chromoting Host options UI. * Remove Service Process control APIs for Chromoting Host. * Remove Chromoting Host prefs from Browser UI. * Remove WebUI for Chromoting Host. * Remove WebUI options for Chromoting Host. * Remove Chromoting Host policy options, and don't warn if Chromoting is entirely disabled by policy, since there are no user-visible settings for it anyway. * Remove Chromoting Host preference names, service IPCs and URL constants. * Remove Chromoting Host from Service Process. * Remove remoting strings, locale settings and setup "Id". BUG= TEST=Run Service Process from a profile in which Chromoting Host had previously been configured, and Cloud Print NOT configured. Chromoting Host should not be accessible, and Service Process should quit after about a minute. Review URL: http://codereview.chromium.org/6955010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84819 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Get rid of internal content includes for sandbox code from chrome. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/10512016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140357 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove #pragma once from chrome/service Review URL: https://chromiumcodereview.appspot.com/10693138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146073 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |