| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Change browser/page action default icon defined in manifest to support hidpi. To support hidpi for browser action default icons, ability to define dictionary of icon in manifest as default icons is added. Defining images of sizes 19 and 38 is allowed (other dictionary values will be ignored). The image to be painted will be determined based on screen density. Similary, for script badges, default icon is determined using 16 and 32 px icon defined in extension manifest. I have extracted actual icon loading code to extension_action_icon_factory.h/.cc, so it doesn't have to be implemented for all platform specific solutions. BUG=138025,135271 Review URL: https://chromiumcodereview.appspot.com/10905005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157309 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove support for page_action.icons, and the legacy code surrounding it. BUG=148602 TBR=isherman@chromium.org,sky@chromium.org,erg@chromium.org Review URL: https://chromiumcodereview.appspot.com/10914244 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156681 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Persist browserAction settings to the extension StateStore. BUG=140293 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10837155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150622 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add browserAction.enable/disable as alias for pageAction.show/hide. Depends on http://codereview.chromium.org/10700007/ BUG=133094 TEST=Use browserAction.disable/enable(tabid), observe that the browser action becomes grayed out. Review URL: https://chromiumcodereview.appspot.com/10789026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148043 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fully merge the implementations of the browserAction and pageAction APIs BUG=124605 TEST=browser_tests --gtest_filter=*BrowserAction* and --gtest_filter=*PageAction* Review URL: http://codereview.chromium.org/10231002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134080 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove support for page_action.icons, and the legacy code surrounding it. BUG=148602 TBR=isherman@chromium.org,sky@chromium.org,erg@chromium.org Review URL: https://chromiumcodereview.appspot.com/10914244 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156681 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 年前 | |
Remove support for page_action.icons, and the legacy code surrounding it. BUG=148602 TBR=isherman@chromium.org,sky@chromium.org,erg@chromium.org Review URL: https://chromiumcodereview.appspot.com/10914244 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156681 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove support for page_action.icons, and the legacy code surrounding it. BUG=148602 TBR=isherman@chromium.org,sky@chromium.org,erg@chromium.org Review URL: https://chromiumcodereview.appspot.com/10914244 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156681 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Implement scriptBadge.requestToAct. Currently it just shows the script badge and responds to clicks by granting permission, without changing its appearance or explaining the result of a click at all. BUG=133142 Review URL: https://chromiumcodereview.appspot.com/10695070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146930 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Implement scriptBadge.requestToAct. Currently it just shows the script badge and responds to clicks by granting permission, without changing its appearance or explaining the result of a click at all. BUG=133142 Review URL: https://chromiumcodereview.appspot.com/10695070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146930 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Change browser/page action default icon defined in manifest to support hidpi. To support hidpi for browser action default icons, ability to define dictionary of icon in manifest as default icons is added. Defining images of sizes 19 and 38 is allowed (other dictionary values will be ignored). The image to be painted will be determined based on screen density. Similary, for script badges, default icon is determined using 16 and 32 px icon defined in extension manifest. I have extracted actual icon loading code to extension_action_icon_factory.h/.cc, so it doesn't have to be implemented for all platform specific solutions. BUG=138025,135271 Review URL: https://chromiumcodereview.appspot.com/10905005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157309 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Change browser/page action default icon defined in manifest to support hidpi. To support hidpi for browser action default icons, ability to define dictionary of icon in manifest as default icons is added. Defining images of sizes 19 and 38 is allowed (other dictionary values will be ignored). The image to be painted will be determined based on screen density. Similary, for script badges, default icon is determined using 16 and 32 px icon defined in extension manifest. I have extracted actual icon loading code to extension_action_icon_factory.h/.cc, so it doesn't have to be implemented for all platform specific solutions. BUG=138025,135271 Review URL: https://chromiumcodereview.appspot.com/10905005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157309 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Switch Extensions::TabHelper to use WebContents, WebContentsUserData. BUG=107201 TEST=no visible change TBR=ben@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=155743 Reverted: http://src.chromium.org/viewvc/chrome?view=rev&revision=155901 Review URL: https://chromiumcodereview.appspot.com/10917026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156366 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 14 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 |