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