Aaa@chromium.orgAdd OWNERS for c/b/resources and c/b/performance_monitor.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Add OWNERS for c/b/resources and c/b/performance_monitor. Review URL: https://chromiumcodereview.appspot.com/10910169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156066 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Implementation of the Extension Activity Log UI behind a flag. BUG=39802 TEST= Review URL: http://codereview.chromium.org/9234076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120146 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Move small c/b/extensions classes into extensions namespace no.1 Since these classes are small, they can be all be moved in one cl without it becoming overly large. This one moves: - AppShortcutManager - AutoUpdateInterceptor - ConvertWebApp - ExtensionActivityLog (now extensions::ActivityLog) BUG=117261 TBR=jam@chromium.org, willchan@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824198 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152159 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix the extension activity log UI. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10449010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139836 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add support for Command key for Extension Commands (on Mac). BUG=27702 TEST=Assign a shortcut Command+something to an Extension Command and make sure it works. Review URL: https://chromiumcodereview.appspot.com/10827441 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152994 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Config UI for Extension Commands (part 1). This changes the current overlay so that input is possible (selecting which keyboard shortcut to use). It also suspends current Chrome keyboard handling (Views only), while capturing the shortcut, so that you can press ie. Ctrl-F without Chrome eating your keyboard assignment and instead showing the Find box. NOTE: This does not persist the user's choice (future changelist). BUG=121420 TEST=With a keybinding Extension installed, open chrome://extensions, click on Configure Commands, and notice that the shortcuts are listed in text boxes that are clickable and accept keyboard input. Review URL: https://chromiumcodereview.appspot.com/10514003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141189 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Cleanup: Don't close single tags. BUG=none R=csilv Review URL: https://chromiumcodereview.appspot.com/10828382 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152275 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
This adds a webui overlay on the extensions page for showing what Extension keybindings are active. Doesn't allow you to change anything yet (future changelist). This is the precursor to Extension Commands Conflict Resolution. BUG=121420 TEST=None Review URL: https://chromiumcodereview.appspot.com/10383240 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138145 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Implements a focus manager for the extensions page. BUG=130374 TEST=none Review URL: https://chromiumcodereview.appspot.com/10444100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140156 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Show an extension info bubble when a script badge is clicked. Looks like this: http://dl.dropbox.com/u/27111995/Mocks/info-popup-mac-1.8.png BUG=133140 TEST=Click on a script badge. Should see an informational popup. Review URL: https://chromiumcodereview.appspot.com/10544195 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143733 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Show an extension info bubble when a script badge is clicked. Looks like this: http://dl.dropbox.com/u/27111995/Mocks/info-popup-mac-1.8.png BUG=133140 TEST=Click on a script badge. Should see an informational popup. Review URL: https://chromiumcodereview.appspot.com/10544195 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143733 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Show an extension info bubble when a script badge is clicked. Looks like this: http://dl.dropbox.com/u/27111995/Mocks/info-popup-mac-1.8.png BUG=133140 TEST=Click on a script badge. Should see an informational popup. Review URL: https://chromiumcodereview.appspot.com/10544195 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143733 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
move website link in chrome://extensions next to the description text. BUG=131352 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10582014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153636 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
move website link in chrome://extensions next to the description text. BUG=131352 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10582014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153636 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
uber: Remove <link rel=icon> tags Favicons are handled by chrome/browser/resources/uber.js and the data-favicon attributes in chrome/browser/resources/uber/uber.html The tags in the subpage html do nothing but confuse me, so remove them. BUG=none Review URL: https://chromiumcodereview.appspot.com/10913087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155031 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Extension Commands: Make sure we can open the Configure Commands overlay from the install bubble. When an extension with an Extension Command is installed, we show an installation bubble. We want to add to that bubble a "Configure shortcut" link that takes you directly to the Extensions page with the Configure Command overlay open. We have infrastructure for doing this in the Settings page, but that infrastructure isn't there for the Extensions page. This buys us time, allowing us to complete the installation bubble link. BUG=145951 TEST=None Review URL: https://chromiumcodereview.appspot.com/10911032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154752 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
[webui] get rid of more html[os=] rules BUG=118298 TEST=manual Review URL: https://chromiumcodereview.appspot.com/9794016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129067 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Cleanup: Don't close single tags. BUG=none R=csilv Review URL: https://chromiumcodereview.appspot.com/10828382 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152275 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
more s/localStrings/loadTimeData BUG=122753 TEST=manual Review URL: http://codereview.chromium.org/10160006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134572 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |