Sign in
chromium
/
chromium
/
src.git
/
c956799bbab4a8ef3c3f223f5179847a89d2eda1
/
chrome
/
browser
/
extensions
/
app_process_apitest.cc
d30fd96
Move existing kSitePerProcess checks to a policy-oracle object
by nick
· 10 years ago
e29bde7
[Extensions OOPI] Update logic in AppApiTest.OpenWebPopupFromWebIframe
by rdevlin.cronin
· 10 years ago
77752c3
GURL::Replacements methods accept a StringPiece instead of std::string&.
by mgiuca
· 10 years ago
3ef9ec9e
Make callers of CommandLine use it via the base:: namespace.
by avi
· 10 years ago
53986dc
Simplify some NavigateToURLWithDisposition() calls to just NavigateToURL()
by thestig
· 11 years ago
ae36a4a
Standardize usage of virtual/override/final in chrome/browser/extensions/
by dcheng
· 11 years ago
a15bee1
replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/
by mostynb
· 11 years ago
3f7aec31
Disable AppApiTest.AppProcessRedirectBack as its flaky.
by John Abd-El-Malek
· 11 years ago
4a1d9c0d
Cleanup: Make ExtensionService:: and ExtensionPrefs::OnExtensionInstalled
by
[email protected]
· 11 years ago
411f8ae
Moved IS_EPHEMERAL flag to extension prefs
by
[email protected]
· 11 years ago
0bb29bd
cleanup: pass string as const reference from c/b/extension
by
[email protected]
· 11 years ago
85df9d1
Move most of extension_file_util.cc into extensions/common/file_util.cc
by
[email protected]
· 11 years ago
22401dc
Move ExtensionHost from src/chrome to src/extensions
by
[email protected]
· 11 years ago
31f68b6
Disable AppApiTest.AppProcessRedirectBack on Linux.
by
[email protected]
· 11 years ago
6bb5b3b9
Mark AppApiTest.AppProcessRedirectBack flaky.
by
[email protected]
· 11 years ago
59b0e60
Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.
by
[email protected]
· 11 years ago
fafdc84
Convert extensions::ProcessMap to BrowserContextKeyedService
by
[email protected]
· 11 years ago
8e289f0b
BUG=267514
by
[email protected]
· 12 years ago
11170a77
linux_aura: Reenable a bunch of individual extensions tests.
by
[email protected]
· 12 years ago
2aca9a9
Clean up ChromeContentBrowserClient::ShouldSwapProcessesForNavigation.
by
[email protected]
· 12 years ago
e4452d3
Move Extension and PermissionsData to extensions/common.
by
[email protected]
· 12 years ago
50de9aa2
Moved ProcessMap to extensions/
by
[email protected]
· 12 years ago
aa5219d
linux_aura: Turn aura on on the main linux builders.
by
[email protected]
· 12 years ago
558878cc8
Move chrome/common/extensions/background_info.h to src/extensions
by
[email protected]
· 12 years ago
415dc6161
Remove two RenderViewHost::AddCreatedCallback calls.
by
[email protected]
· 12 years ago
19506d54
Revert 228779 "Update defaults for InstantExtended."
by
[email protected]
· 12 years ago
14ac41f
Update defaults for InstantExtended.
by
[email protected]
· 12 years ago
9162187
Remove notifications from TestNavigationObserver and clean it and its uses up.
by
[email protected]
· 12 years ago
992e291
Remove old popup blocker.
by
[email protected]
· 12 years ago
9f3c853
Silently install blacklisted extensions from auto-install locations (sync,
by
[email protected]
· 12 years ago
b65d4bdcc
Disable Ash browser tests by detecting command-line switch rather than OS version.
by
[email protected]
· 12 years ago
e0731d7
Make BlockedAppApiTest.OpenAppFromIframe pass with and without new popup blocker
by
[email protected]
· 12 years ago
988e658
Disable failing Ash browser_tests (on win8: browser_tests.exe --ash-browsertests)
by
[email protected]
· 12 years ago
fdf40f3e
Updates some includes of chrome_notification_types.h
by
[email protected]
· 12 years ago
c1dffe8
GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1
by
[email protected]
· 12 years ago
2340a3c
Disabled AppApiTest.AppProcess on Mac and Linux
by
[email protected]
· 12 years ago
4ef849e
Disable AppApiTest.AppProcessInstances on Windows
by
[email protected]
· 12 years ago
cbb1ef59
content: Remove usage of NOTIFICATION_NAV_ENTRY_COMMITTED from content
by
[email protected]
· 12 years ago
dc24976f
Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
by
[email protected]
· 12 years ago
bffe0a5
Remove "using base::MessageLoop" from message_loop.h.
by
[email protected]
· 12 years ago
b0a29f2
Avoids the extension check in ShouldFork for server-redirects.
by
[email protected]
· 12 years ago
6169a577
Avoid DidStopLoading messages from the old renderer process during a transfer.
by
[email protected]
· 12 years ago
b3a2509
chrome: Use base::MessageLoop. (Part 3)
by
[email protected]
· 12 years ago
4c9d0208
Enabling the app tests and adding logging to help diagnosing flaky execution.
by
[email protected]
· 12 years ago
bc857a6
Disable AppApiTest.NavigateIntoAppProcess on Windows
by
[email protected]
· 12 years ago
b3b3967
Disable AppApiTest.BookmarkAppGetsNormalProcess on Windows
by
[email protected]
· 12 years ago
3221d8d
Disable AppApiTest.ReloadIntoAppProcess on Win and Mac
by
[email protected]
· 12 years ago
50686c3b
Fetch extension icon for extension/app crashed notifications.
by
[email protected]
· 12 years ago
eab2943
convert NOTIFICATION_RENDER_VIEW_HOST_CREATED usage to callbacks
by
[email protected]
· 12 years ago
f2cb3cf
net: move host_resolver files from net/base to net/dns
by
[email protected]
· 12 years ago
facf11e
content: Move all listeners of NOTIFICATION_RENDER_VIEW_HOST_CREATED out of content.
by
[email protected]
· 12 years ago
aaef475
Split ReloadIntoAppProcessTest into three shorter tests.
by
[email protected]
· 12 years ago
c987a24
Remove kDefaultHostDesktopType from browser_finder.cc.
by
[email protected]
· 12 years ago
12075d1
Change --load-extension flag so the extensions don't persist across restart.
by
[email protected]
· 12 years ago
49aeab6
Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edition.
by
[email protected]
· 12 years ago
1d5e58b
Move Extension Location and Type enums to Manifest, and move InstallWarning to its own file.
by
[email protected]
· 12 years ago
c9c20608
Disable AppApiTest.AppProcess which times out a lot on windows.
by
[email protected]
· 12 years ago
e044887
Remove TabStripModel wrapper use.
by
[email protected]
· 12 years ago
b6987e0
Simplify ExecuteJavaScript* functions.
by
[email protected]
· 12 years ago
06bc5d9
Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc}
by
[email protected]
· 12 years ago
0d70b7d4
Add bug number to disabled AppApiTest.AppProcessBackgroundInstances test.
by
[email protected]
· 13 years ago
0cfb748b
Disable AppApiTest.AppProcessBackgroundInstances on windows
by
[email protected]
· 13 years ago
9531f74
Remove TabContents from extensions.
by
[email protected]
· 13 years ago
06bdd2b
Remove GetExtensionService calls and replace with PKSF calls through the ExtensionSystem. Extension services were made into ProfileKeyedServices a while ago; this replaces the deprecated calls that ran directly through the Profile object.
by
[email protected]
· 13 years ago
0db124b0
First couple of steps of improving the extension/app update process.
by
[email protected]
· 13 years ago
52ff7d93
browser: Start moving browser_finder.h into chrome namespace.
by
[email protected]
· 13 years ago
1f4495b
Disable BlockedAppApiTest.OpenAppFromIframe for ChromeOS
by
[email protected]
· 13 years ago
26367b6
Fix bug in disabling sync for default apps
by
[email protected]
· 13 years ago
97dca94
Disable BlockedAppApiTest.OpenAppFromIframe for ChromeOS
by
[email protected]
· 13 years ago
079b3cc
Grant popup blocker bypass based upon extension context type.
by
[email protected]
· 13 years ago
9827043
Enforce the 'requirements' field in manifests.
by
[email protected]
· 13 years ago
73cc9f9
Revert 155861 - Enforce the 'requirements' field in manifests.
by
[email protected]
· 13 years ago
90848a5e
Enforce the 'requirements' field in manifests.
by
[email protected]
· 13 years ago
36b64321
[Sync] Generalize StringOrdinal to handle ordinal_in_parent field
by
[email protected]
· 13 years ago
729eb63
Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by content_browsertests.
by
[email protected]
· 13 years ago
e0f3e14
Move ui_test_utils::CrashTab to browser_test_utils so that it can be reused by content_browsertests.
by
[email protected]
· 13 years ago
7d478cb
Move ExecuteJavaScript functions from ui_test_utils.h to browser_test_utils.h so they can be reused by content_browsertests.
by
[email protected]
· 13 years ago
a7fe911
Create content\public\test\test_utils.h to hold common test classes that are used by unit and browser tests. unit tests shouldn't be including ui_test_utils.h.
by
[email protected]
· 13 years ago
52877dbc6
Move tab functions off Browser into browser_tabstrip and browser_tabrestore.
by
[email protected]
· 13 years ago
a37d4b0
Move browser commands into a separate file.
by
[email protected]
· 13 years ago
b62084b
TabContentsWrapper -> TabContents, part 12.
by
[email protected]
· 13 years ago
5b8ff1c
Move more test headers from content\test to content\public\test. This way we can enforce that internal content headers don't leak to embedders. Move these headers into the content namespace in the process.
by
[email protected]
· 13 years ago
ea7b7d8
Tighten the hosted app process model workaround to only apply to popups.
by
[email protected]
· 13 years ago
19da16a9
Fix flakiness by removing GetLastActive from extension browser tests.
by
[email protected]
· 13 years ago
1c321ee
Move Extension into extensions namespace
by
[email protected]
· 13 years ago
0e4511a
Label some AppApiTest tests as flaky on Win
by
[email protected]
· 13 years ago
d874814
Moves methods for finding browsers to browser_finder.
by
[email protected]
· 13 years ago
28505fc
Disable AppApiTest.ReloadIntoAppProcess under AddressSanitizer
by
[email protected]
· 13 years ago
34d3433
Change a few EXPECT_TRUE to ASSERT_TRUE so it fails instead of crashing.
by
[email protected]
· 13 years ago
884033e
Move notifications used only in chrome/ out of content/.
by
[email protected]
· 13 years ago
a344b76
Disable AppApiTest.ReloadAppAfterCrash on Mac and Linux due to flaky timeouts.
by
[email protected]
· 13 years ago
eaabba2
Move Render(View|Widget)Host and associated classes to content namespace.
by
[email protected]
· 13 years ago
9c1662b
Move RenderWidgetHost and RenderViewHost interfaces to their own files.
by
[email protected]
· 13 years ago
9f76c1e
Extract minimal RenderViewHost interface for embedders, leaving
by
[email protected]
· 13 years ago
7b54ca0
Allow apps with background pages to request process-per-app-instance.
by
[email protected]
· 13 years ago
1153596
Fixing the proper reload type in the navigation controller when reloading cross-process.
by
[email protected]
· 13 years ago
80ba0eec
Marking `AppApiTest.ReloadIntoAppProcess` flaky.
by
[email protected]
· 13 years ago
bcd90448
Reloading page after installing app should bring it into correct process.
by
[email protected]
· 13 years ago
eea84c0
Allow running AppApiTest.AppProcessRedirectBack in aura.
by
[email protected]
· 13 years ago
c333e79
Cleanup extension permissions module.
by
[email protected]
· 13 years ago
Next »