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
/
app_process_apitest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: Make ExtensionService:: and ExtensionPrefs::OnExtensionInstalled
kalman@chromium.org
2014-06-13
1
-4
/
+2
*
Moved IS_EPHEMERAL flag to extension prefs
tmdiep@chromium.org
2014-05-22
1
-0
/
+1
*
cleanup: pass string as const reference from c/b/extension
limasdf@gmail.com
2014-04-30
1
-2
/
+2
*
Move most of extension_file_util.cc into extensions/common/file_util.cc
jamescook@chromium.org
2014-04-15
1
-2
/
+2
*
Move ExtensionHost from src/chrome to src/extensions
jamescook@chromium.org
2014-03-21
1
-1
/
+1
*
Disable AppApiTest.AppProcessRedirectBack on Linux.
skobes@google.com
2014-02-07
1
-2
/
+7
*
Mark AppApiTest.AppProcessRedirectBack flaky.
skobes@google.com
2014-02-07
1
-1
/
+2
*
Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.
yoz@chromium.org
2014-01-30
1
-1
/
+1
*
Convert extensions::ProcessMap to BrowserContextKeyedService
jamescook@chromium.org
2014-01-17
1
-19
/
+20
*
BUG=267514
oleg@chromium.org
2013-12-17
1
-1
/
+1
*
linux_aura: Reenable a bunch of individual extensions tests.
erg@chromium.org
2013-12-13
1
-8
/
+1
*
Clean up ChromeContentBrowserClient::ShouldSwapProcessesForNavigation.
creis@chromium.org
2013-12-03
1
-0
/
+47
*
Move Extension and PermissionsData to extensions/common.
yoz@chromium.org
2013-11-15
1
-1
/
+1
*
Moved ProcessMap to extensions/
benwells@chromium.org
2013-11-14
1
-1
/
+1
*
linux_aura: Turn aura on on the main linux builders.
erg@chromium.org
2013-11-09
1
-1
/
+8
*
Move chrome/common/extensions/background_info.h to src/extensions
jamescook@chromium.org
2013-11-09
1
-2
/
+3
*
Remove two RenderViewHost::AddCreatedCallback calls.
jam@chromium.org
2013-10-29
1
-23
/
+16
*
Revert 228779 "Update defaults for InstantExtended."
erg@chromium.org
2013-10-15
1
-12
/
+8
*
Update defaults for InstantExtended.
samarth@chromium.org
2013-10-15
1
-8
/
+12
*
Remove notifications from TestNavigationObserver and clean it and its uses up.
avi@chromium.org
2013-10-08
1
-8
/
+2
*
Remove old popup blocker.
jochen@chromium.org
2013-08-19
1
-11
/
+2
*
Silently install blacklisted extensions from auto-install locations (sync,
kalman@chromium.org
2013-07-31
1
-0
/
+1
*
Disable Ash browser tests by detecting command-line switch rather than OS ver...
gab@chromium.org
2013-07-31
1
-5
/
+3
*
Make BlockedAppApiTest.OpenAppFromIframe pass with and without new popup blocker
jochen@chromium.org
2013-07-25
1
-8
/
+17
*
Disable failing Ash browser_tests (on win8: browser_tests.exe --ash-browserte...
gab@chromium.org
2013-07-22
1
-0
/
+10
*
Updates some includes of chrome_notification_types.h
jam@chromium.org
2013-07-11
1
-1
/
+1
*
GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1
phajdan.jr@chromium.org
2013-06-26
1
-16
/
+17
*
Disabled AppApiTest.AppProcess on Mac and Linux
sergeyu@chromium.org
2013-06-17
1
-6
/
+1
*
Disable AppApiTest.AppProcessInstances on Windows
hashimoto@chromium.org
2013-06-10
1
-1
/
+7
*
content: Remove usage of NOTIFICATION_NAV_ENTRY_COMMITTED from content
phajdan.jr@chromium.org
2013-06-05
1
-2
/
+4
*
Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
1
-1
/
+1
*
Remove "using base::MessageLoop" from message_loop.h.
xhwang@google.com
2013-06-01
1
-2
/
+2
*
Avoids the extension check in ShouldFork for server-redirects.
creis@chromium.org
2013-05-30
1
-4
/
+45
*
Avoid DidStopLoading messages from the old renderer process during a transfer.
creis@chromium.org
2013-05-29
1
-4
/
+4
*
chrome: Use base::MessageLoop. (Part 3)
xhwang@chromium.org
2013-05-28
1
-2
/
+2
*
Enabling the app tests and adding logging to help diagnosing flaky execution.
nasko@chromium.org
2013-05-15
1
-16
/
+48
*
Disable AppApiTest.NavigateIntoAppProcess on Windows
csharp@chromium.org
2013-05-08
1
-1
/
+7
*
Disable AppApiTest.BookmarkAppGetsNormalProcess on Windows
csharp@chromium.org
2013-05-07
1
-1
/
+7
*
Disable AppApiTest.ReloadIntoAppProcess on Win and Mac
csharp@chromium.org
2013-05-07
1
-1
/
+10
*
Fetch extension icon for extension/app crashed notifications.
dewittj@chromium.org
2013-04-27
1
-0
/
+2
*
convert NOTIFICATION_RENDER_VIEW_HOST_CREATED usage to callbacks
phajdan.jr@chromium.org
2013-04-09
1
-14
/
+23
*
net: move host_resolver files from net/base to net/dns
phajdan.jr@chromium.org
2013-03-21
1
-1
/
+1
*
content: Move all listeners of NOTIFICATION_RENDER_VIEW_HOST_CREATED out of c...
phajdan.jr@chromium.org
2013-03-18
1
-1
/
+0
*
Split ReloadIntoAppProcessTest into three shorter tests.
wez@chromium.org
2013-03-02
1
-12
/
+53
*
Remove kDefaultHostDesktopType from browser_finder.cc.
gab@chromium.org
2013-02-28
1
-3
/
+6
*
Change --load-extension flag so the extensions don't persist across restart.
mpcomplete@chromium.org
2013-02-27
1
-1
/
+1
*
Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit...
rsleevi@chromium.org
2013-02-07
1
-2
/
+2
*
Move Extension Location and Type enums to Manifest, and move InstallWarning t...
yoz@chromium.org
2013-01-31
1
-1
/
+1
*
Disable AppApiTest.AppProcess which times out a lot on windows.
pkotwicz@chromium.org
2013-01-29
1
-1
/
+7
*
Remove TabStripModel wrapper use.
avi@chromium.org
2013-01-11
1
-54
/
+82
[next]