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_apitest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Makes all tests (win-debug) that invoke RunExtensionSubtest
sky@chromium.org
2013-05-08
1
-0
/
+8
*
Move SpawnedTestServer to its own subdirectory.
phajdan.jr@chromium.org
2013-05-07
1
-1
/
+1
*
GTTF: rename net::TestServer -> net::SpawnedTestServer
phajdan.jr@chromium.org
2013-05-03
1
-4
/
+4
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-11
/
+16
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-16
/
+11
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-11
/
+16
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
1
-2
/
+3
*
Move Extension Location and Type enums to Manifest, and move InstallWarning t...
yoz@chromium.org
2013-01-31
1
-1
/
+1
*
Rename application_launch namespace to chrome
benwells@chromium.org
2013-01-31
1
-4
/
+4
*
Revert 170660
benwells@chromium.org
2012-12-04
1
-7
/
+0
*
Keep browser process alive while there are platform apps with background page...
benwells@chromium.org
2012-12-01
1
-0
/
+7
*
Remove GetExtensionService calls and replace with PKSF calls through the Exte...
mirandac@chromium.org
2012-11-30
1
-2
/
+4
*
Revert r165772: Keep browser process alive while there are platform apps with...
davidjames@google.com
2012-11-08
1
-8
/
+1
*
Keep browser process alive while there are platform apps with background page...
benwells@chromium.org
2012-11-02
1
-1
/
+8
*
PlatformAppApiTest class should not enable experimental APIs by default
asargent@chromium.org
2012-10-15
1
-15
/
+0
*
WebSocket test server migration on ExtensionApiTest.WebSocket (fourth trial)
toyoshim@chromium.org
2012-10-13
1
-5
/
+11
*
Revert 161572 - WebSocket test server migration on ExtensionApiTest.WebSocket...
mrossetti@chromium.org
2012-10-12
1
-10
/
+5
*
WebSocket test server migration on ExtensionApiTest.WebSocket (third trial)
toyoshim@chromium.org
2012-10-12
1
-5
/
+10
*
Revert 161542 - WebSocket test server migration on ExtensionApiTest.WebSocket...
kochi@chromium.org
2012-10-12
1
-10
/
+5
*
WebSocket test server migration on ExtensionApiTest.WebSocket (retry)
toyoshim@chromium.org
2012-10-12
1
-5
/
+10
*
Revert 161304 - WebSocket test server migration on ExtensionApiTest.WebSocket
toyoshim@chromium.org
2012-10-11
1
-10
/
+5
*
WebSocket test server migration on ExtensionApiTest.WebSocket
toyoshim@chromium.org
2012-10-11
1
-5
/
+10
*
Disallow packing or loading unpacked manifest v1 extensions.
aa@chromium.org
2012-09-02
1
-1
/
+13
*
Check for warnings when loading extensions in browser tests.
mihaip@chromium.org
2012-08-10
1
-4
/
+14
*
Add an installType property to the management API
mitchellwrosen@chromium.org
2012-08-03
1
-0
/
+1
*
Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by ...
jam@chromium.org
2012-07-26
1
-1
/
+1
*
Move TestWebSocketServer from ui_test_utils.h to browser_test_utils.h since i...
jam@chromium.org
2012-07-24
1
-1
/
+2
*
Introduce LaunchParams struct for opening chrome apps.
benwells@chromium.org
2012-07-13
1
-8
/
+5
*
ChromeOS: Don't report the presence of a user pictures directory. (try 2)
thestig@chromium.org
2012-07-12
1
-1
/
+0
*
Moving test_api to api/test .
vabr@chromium.org
2012-07-11
1
-3
/
+4
*
Remove the kEnablePlatformApps switch.
bryeung@chromium.org
2012-06-19
1
-2
/
+0
*
Pass command line arguments onto platform apps which provide the right intent.
benwells@chromium.org
2012-05-26
1
-1
/
+3
*
Remove extension application launch code from Browser
benwells@chromium.org
2012-05-23
1
-1
/
+2
*
Move Extension into extensions namespace
aa@chromium.org
2012-05-21
1
-4
/
+4
*
Switch platform apps from a declarative launch container to handling an onLau...
asargent@chromium.org
2012-04-23
1
-4
/
+4
*
Make sure app bundles can be installed from incognito windows.
jstritar@chromium.org
2012-04-06
1
-0
/
+5
*
Eliminate VerifyPermissions. Propagate --enable-platform-apps to utility proc...
miket@chromium.org
2012-03-29
1
-42
/
+1
*
Expand usage of platform-apps flag and permission features.
miket@chromium.org
2012-03-25
1
-0
/
+60
*
Revert 128610 - Expand usage of platform-apps flag and permission features.
nduca@google.com
2012-03-24
1
-60
/
+0
*
Expand usage of platform-apps flag and permission features.
miket@chromium.org
2012-03-23
1
-0
/
+60
*
Fix crash in AppNotifyChannelSetup when incognito profiles are used.
jstritar@chromium.org
2012-03-23
1
-29
/
+10
*
Revert 128355 - Expand usage of platform-apps flag and permission features.
gman@chromium.org
2012-03-23
1
-53
/
+0
*
Expand usage of platform-apps flag and permission features.
miket@chromium.org
2012-03-23
1
-0
/
+53
*
Enable ExtensionApiTest.WebSocket with using a random port for WebSocket server
toyoshim@chromium.org
2012-03-20
1
-0
/
+11
*
Make test server to talk with the python test server which is running on remo...
jnd@chromium.org
2012-03-12
1
-0
/
+1
*
Check file permissions before doing filesystemoperations for external filesys...
tbarzic@chromium.org
2012-03-01
1
-0
/
+8
*
Moved app shortcut code out of ExtensionService.
benwells@chromium.org
2012-02-09
1
-2
/
+0
*
Stop spamming the desktop with shortcuts when running
aa@chromium.org
2012-02-02
1
-1
/
+1
*
Disable modal JavaScript dialogs for platform apps.
jstritar@chromium.org
2012-01-24
1
-25
/
+37
*
Correctly report new navigation targets in incognito profiles
jochen@chromium.org
2012-01-02
1
-1
/
+15
[next]