Chromium Code Reviews
DescriptionNotify users about certain changes in installed extensions.
This is an interim checkin. The added code is unreachable.
Remaining:
- Implement concept of orphaned extensions. Currently hardcoded false.
- Once GlobalError's view supports DOMView, enhance to allow selective
disabling of extensions.
- Add unit test for ExtensionGlobalError (though there isn't much to test).
- Get real UI layout and text. Currently placeholder text.
- Bug: extensions page opens in new window, not new tab.
- Bug: once we've determined that an alert needs to be displayed, the
alert doesn't actually display until the next window open. We ought
to add a different trigger. This might be a systemwide decision, so I'd
like sail's input.
BUG=94494
TEST=enhanced ExtensionPref unit tests.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=104782
Patch Set 1 #
Total comments: 10
Patch Set 2 : Changes based on asargent's review #
Total comments: 1
Patch Set 3 : Change #if false to #if 0 for win compiler. #Messages
Total messages: 6 (0 generated)
|