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
*
Update some includes of chrome_notification_types.h
jam@chromium.org
2013-07-12
1
-1
/
+1
*
Fix build.
phajdan.jr@chromium.org
2013-06-26
1
-5
/
+5
*
GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1
phajdan.jr@chromium.org
2013-06-26
1
-4
/
+108
*
Begin to merge dup code for embedder in webview tests.
lazyboy@chromium.org
2013-06-13
1
-6
/
+20
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
1
-1
/
+1
*
Use a direct include of strings headers in chrome/browser/extensions/, part 3.
avi@chromium.org
2013-06-10
1
-2
/
+2
*
Second try at better workaround for win dbg extensions api browser tests.
asargent@chromium.org
2013-06-05
1
-5
/
+2
*
chrome: Use base::MessageLoop. (Part 3)
xhwang@chromium.org
2013-05-28
1
-2
/
+2
*
Revert 202339 "Better workaround for extension browser test prob..."
xiyuan@chromium.org
2013-05-26
1
-2
/
+5
*
Better workaround for extension browser test problems on win debug bots
asargent@chromium.org
2013-05-26
1
-5
/
+2
*
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
[next]