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
*
Revert 170660
benwells@chromium.org
2012-12-04
1
-39
/
+0
*
Add a way to fetch window frame metrics from NativeShellWindow
jeremya@chromium.org
2012-12-03
1
-0
/
+1
*
Keep browser process alive while there are platform apps with background page...
benwells@chromium.org
2012-12-01
1
-0
/
+40
*
Remove GetExtensionService calls and replace with PKSF calls through the Exte...
mirandac@chromium.org
2012-11-30
1
-8
/
+16
*
chromeos: Disable first-run UI.
derat@chromium.org
2012-11-17
1
-1
/
+0
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
1
-1
/
+1
*
Revert r165772: Keep browser process alive while there are platform apps with...
davidjames@google.com
2012-11-08
1
-33
/
+0
*
Keep browser process alive while there are platform apps with background page...
benwells@chromium.org
2012-11-02
1
-0
/
+33
*
Retry the sideload wipeout polish changelist.
finnur@chromium.org
2012-10-30
1
-1
/
+4
*
Remove Profile->GetExtensionProcessManager calls; replace with PKSF calls thr...
mirandac@chromium.org
2012-10-24
1
-1
/
+2
*
Revert 163705 - Make sure sideload wipeout doesn't interfere with the tests.
finnur@chromium.org
2012-10-23
1
-4
/
+1
*
Make sure sideload wipeout doesn't interfere with the tests.
finnur@chromium.org
2012-10-23
1
-1
/
+4
*
Have ExtensionInstallPrompt take a WebContents
sail@chromium.org
2012-10-21
1
-10
/
+7
*
New post-sideload UI:
mpcomplete@chromium.org
2012-10-17
1
-1
/
+3
*
Making ShowExtensionInstallDialog a callback
sail@chromium.org
2012-10-12
1
-2
/
+6
*
OnDownloadStarted takes DownloadItem* instead of DownloadId
benjhayden@chromium.org
2012-10-09
1
-0
/
+1
*
Stop auto creating shortcuts when v2 packaged apps are installed.
benwells@chromium.org
2012-10-09
1
-4
/
+1
*
Fix bug in disabling sync for default apps
grv@chromium.org
2012-10-04
1
-1
/
+1
*
Reland 159653 - Beginnings of the script bubble.
aa@chromium.org
2012-10-02
1
-2
/
+2
*
Revert 159653 - Beginnings of the script bubble.
aa@chromium.org
2012-10-02
1
-2
/
+2
*
Beginnings of the script bubble.
aa@chromium.org
2012-10-02
1
-2
/
+2
*
[Sync] Generalize StringOrdinal to handle ordinal_in_parent field
akalin@chromium.org
2012-09-07
1
-1
/
+2
*
Disallow packing or loading unpacked manifest v1 extensions.
aa@chromium.org
2012-09-02
1
-0
/
+2
*
Move small c/b/extensions classes into extensions namespace no.1
rdevlin.cronin@chromium.org
2012-08-17
1
-2
/
+2
*
Make extension browser tests always run as though they're on dev channel.
kalman@chromium.org
2012-08-14
1
-1
/
+2
*
Check for warnings when loading extensions in browser tests.
mihaip@chromium.org
2012-08-10
1
-8
/
+28
*
Properly propagate the current Chrome channel into the Feature system on the
kalman@chromium.org
2012-08-09
1
-4
/
+1
*
Add an installType property to the management API
mitchellwrosen@chromium.org
2012-08-03
1
-3
/
+26
*
Move ExtensionHost into extensions namespace
rdevlin.cronin@chromium.org
2012-07-31
1
-2
/
+2
*
Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by ...
jam@chromium.org
2012-07-26
1
-3
/
+3
*
Moved CrxInstaller and CrxInstallerError into extensions namespace
rdevlin.cronin@chromium.org
2012-07-24
1
-5
/
+5
*
Move ExecuteJavaScript functions from ui_test_utils.h to browser_test_utils.h...
jam@chromium.org
2012-07-24
1
-2
/
+3
*
Create content\public\test\test_utils.h to hold common test classes that are ...
jam@chromium.org
2012-07-20
1
-4
/
+4
*
Always enable dom automation for browser_tests. This avoids developers having...
jam@chromium.org
2012-07-18
1
-3
/
+0
*
Set the Feature's ChannelForTesting to Trunk during extension tests, so that
mpcomplete@chromium.org
2012-07-11
1
-0
/
+4
*
Move ExtensionCreator and ExtensionCreatorFilter into extensions namespace
rdevlin.cronin@chromium.org
2012-07-11
1
-0
/
+1
*
Move application creation and extension install prompt showing off Browser an...
ben@chromium.org
2012-07-03
1
-8
/
+17
*
Use an infobar instead of alert box for extension install
aa@chromium.org
2012-06-19
1
-1
/
+1
*
BUG=110235
mitchellwrosen@chromium.org
2012-06-15
1
-0
/
+21
*
Remove BrowserList::GetLastActive from extensions install dialog code by plum...
jam@chromium.org
2012-06-15
1
-9
/
+8
*
Re-enable regression test for packing and installing extensions on Windows.
hebert.christopherj@chromium.org
2012-06-15
1
-0
/
+9
*
Add a group policy controlling which sites can install extensions.
aa@chromium.org
2012-06-09
1
-1
/
+4
*
Refactoring ExtensionInstallUI to abstract the Browser references.
jcivelli@chromium.org
2012-06-08
1
-10
/
+10
*
Disable off-store extension install on non-Aura.
aa@chromium.org
2012-06-05
1
-0
/
+1
*
Fix flakiness by removing GetLastActive from extension browser tests.
creis@chromium.org
2012-05-23
1
-0
/
+50
*
Move Extension into extensions namespace
aa@chromium.org
2012-05-21
1
-0
/
+2
*
Remove EPM:all_hosts_ and use all_extension_views_ instead.
benwells@chromium.org
2012-04-26
1
-16
/
+19
*
Revert 13676 - Revert 131665 - Add a preference for why an extension is disab...
yoz@chromium.org
2012-04-11
1
-1
/
+1
*
Revert 131665 - Add a preference for why an extension is disabled.
rsesek@chromium.org
2012-04-10
1
-1
/
+1
*
Add a preference for why an extension is disabled.
yoz@chromium.org
2012-04-10
1
-1
/
+1
[next]