index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
extensions
/
extension_browsertest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
New test checks that theme install undo reverts to previous theme.
tessamac@chromium.org
2011-02-07
1
-0
/
+5
*
Tests for incognito app install, plus some cleanup.
tessamac@google.com
2011-01-21
1
-3
/
+70
*
Change extension unload notification to indicate updates.
asargent@chromium.org
2010-12-23
1
-1
/
+1
*
Rename ExtensionsService to ExtensionService.
tfarina@chromium.org
2010-12-14
1
-10
/
+10
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Revert "Revert "Finish wiring up chrome.app.install().""
aa@chromium.org
2010-11-26
1
-1
/
+1
*
Revert "Finish wiring up chrome.app.install()."
aa@chromium.org
2010-11-23
1
-1
/
+1
*
Finish wiring up chrome.app.install().
aa@chromium.org
2010-11-23
1
-1
/
+1
*
Cleanup: Include browser.h -> ui/browser.h [Part 3].
jhawkins@chromium.org
2010-11-16
1
-3
/
+3
*
Part 3 of immutable Extension refactor.
mpcomplete@chromium.org
2010-10-29
1
-5
/
+6
*
Verify Extension was loaded by checking paths rather than assuming it's last.
tessamac@google.com
2010-10-28
1
-4
/
+14
*
Convert LOG(INFO) to VLOG(1) - chrome/browser/extensions/.
pkasting@chromium.org
2010-10-22
1
-22
/
+19
*
extension tests: use LOG(INFO) rather than std::cout
evan@chromium.org
2010-10-05
1
-16
/
+16
*
Remove unnecessary LOG(INFO) lines from extensions system
aa@chromium.org
2010-09-17
1
-2
/
+0
*
remove toolstrips
erikkay@chromium.org
2010-08-12
1
-5
/
+0
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
1
-3
/
+4
*
Convert a bunch of easy AppendSwitchWithValue to *ASCII.
evan@chromium.org
2010-07-30
1
-3
/
+3
*
GTTF: Move more test server code from net/url_request/url_request_unittest.h
phajdan.jr@chromium.org
2010-07-29
1
-0
/
+1
*
Coverity: Fix a collection of uninitialized member variables, mostly in exten...
finnur@chromium.org
2010-07-23
1
-6
/
+4
*
Reworked ExtensionsService::AddPendingExtension().
akalin@chromium.org
2010-06-26
1
-1
/
+2
*
Revert r50804 "Reworked ExtensionsService::AddPendingExtension()."
hclam@chromium.org
2010-06-25
1
-2
/
+1
*
Reworked ExtensionsService::AddPendingExtension().
akalin@chromium.org
2010-06-25
1
-1
/
+2
*
Ensure that the default profile for cros has no extension service
davemoore@chromium.org
2010-05-21
1
-0
/
+15
*
Allow extensions to be overinstalled with extensions of same
aa@chromium.org
2010-05-19
1
-9
/
+0
*
Fix browser crash when refreshing extensions.
finnur@chromium.org
2010-05-19
1
-1
/
+1
*
Changing linux platform for chromeos. This involved moving platform_util and...
dhg@chromium.org
2010-04-29
1
-1
/
+1
*
Before creating a theme info bar, check if one is already visible for the sam...
bulach@chromium.org
2010-04-22
1
-5
/
+8
*
Revert 43950 - Revert 43931 [GTTF] Clean up browser tests:
viettrungluu@chromium.org
2010-04-08
1
-24
/
+25
*
Revert 43931 - [GTTF] Clean up browser tests:
viettrungluu@chromium.org
2010-04-08
1
-25
/
+24
*
[GTTF] Clean up browser tests:
phajdan.jr@chromium.org
2010-04-08
1
-24
/
+25
*
Eliminate all UI thread decoding of extension images.
finnur@chromium.org
2010-03-24
1
-7
/
+5
*
[GTTF] Remove the internal timeout of extension browser tests.
phajdan.jr@chromium.org
2010-03-17
1
-26
/
+5
*
Mechanical refactor of CrxInstaller signatures. This will make
aa@chromium.org
2010-03-12
1
-9
/
+8
*
Bookmark manager: Open in incognito window.
arv@chromium.org
2010-03-10
1
-1
/
+1
*
Update the extensions management page to match mock attached to bug 36292.
mpcomplete@chromium.org
2010-03-05
1
-10
/
+1
*
Further tweaks to incognito extensions.
mpcomplete@chromium.org
2010-03-02
1
-0
/
+13
*
Allow users to enable extensions in incognito. Requires
mpcomplete@chromium.org
2010-02-25
1
-1
/
+15
*
Browser Action Container should not shrink when visible extension is disabled.
finnur@chromium.org
2010-02-12
1
-3
/
+13
*
Remove poll'n'loop code from extension_browsertest.cc.
phajdan.jr@chromium.org
2010-02-10
1
-36
/
+57
*
Add basic tests for extension crash recovery.
phajdan.jr@chromium.org
2010-02-10
1
-0
/
+28
*
Wires TabContents to app extensions.
sky@chromium.org
2010-02-05
1
-2
/
+0
*
Add 3 tests for extension installation. Fix and re-enable UpdatePermissions t...
kkania@chromium.org
2010-01-20
1
-14
/
+41
*
Port BrowserActionApiTest.BrowserActionPopup to linux.
estade@chromium.org
2010-01-19
1
-2
/
+0
*
disable extension toolstrips by default, adding
erikkay@chromium.org
2009-11-24
1
-0
/
+5
*
Launch processes asynchronously so as not to block the UI thread. For now, re...
jam@chromium.org
2009-11-18
1
-7
/
+7
*
Revert 32203,32204,32205 - Launch processes asynchronously so as not to block...
jam@chromium.org
2009-11-18
1
-7
/
+7
*
Launch processes asynchronously so as not to block the UI thread. For now, r...
jam@chromium.org
2009-11-17
1
-7
/
+7
*
Fix for flaky browser tests as done by twiz and reviewed here:
mad@chromium.org
2009-11-04
1
-5
/
+8
*
Add support for to automation interface load install and load extensions.
rogerta@chromium.org
2009-10-20
1
-0
/
+5
[next]