1. 160f17f1 Revert 105033 Revert 105015 - Eliminate WaitForNavigation. by [email protected] · 14 years ago
  2. 911bea46 Revert "Eliminate WaitForNavigation." by [email protected] · 14 years ago
  3. 8d3132f6 Assign urls to RenderProcessHosts by if they refer to isolated apps, or use the extension scheme. by [email protected] · 14 years ago
  4. f6fba101 Eliminate WaitForNavigation. by [email protected] · 14 years ago
  5. 718eab6 Remove RenderProcessHost::is_extension_process by [email protected] · 14 years ago
  6. 361a5f1f Temporarily avoid process swaps away from an app (again). by [email protected] · 14 years ago
  7. 3114db2c Revert 99124: Revert 99099 Fix up more WaitForNavigation calls. by [email protected] · 14 years ago
  8. b2a9294 Revert 99099 (TaskManagerBrowserTest.NoticeHostedAppTabs started failing, by [email protected] · 14 years ago
  9. c3f7c5b Fix up more WaitForNavigation calls. Almost all fixed now. by [email protected] · 14 years ago
  10. ae67374 Remove a couple racy functions from ui_test_utils. by [email protected] · 14 years ago
  11. d55c238 Keep normal popups opened from same-origin iframes in an extension process. by [email protected] · 14 years ago
  12. 814a7bf0f Remove extension.h #include from profile.h. by [email protected] · 14 years ago
  13. a09add5 InitRenderViewHostForExtensions would only be called when a new RenderViewHost by [email protected] · 14 years ago
  14. 118d312 When determining whether or not to swap processes on navigation, check the top frame's URL. by [email protected] · 14 years ago
  15. 48c3d8e Revert 94830 - Fails on ChromiumOS bots. by [email protected] · 14 years ago
  16. 73f5d4d9 When determining whether or not to swap processes on navigation, check the top frame's URL. by [email protected] · 14 years ago
  17. af44e7fb Move in_process_browser_test and ui_test_utils to chrome/test/base by [email protected] · 14 years ago
  18. 727db1f Marking AppApiTest.AppProcessInstances as flaky on windows by [email protected] · 14 years ago
  19. 056ad2a Use process-per-app-instance for hosted apps without background permission. by [email protected] · 14 years ago
  20. d54ade6 Disable AppApiTest.AppProcess on Windows by [email protected] · 14 years ago
  21. 49ba27e Re-enable passing tests. Review URL: http://codereview.chromium.org/7206045 by [email protected] · 14 years ago
  22. 3744f91 Disable some tests that will fail after the WebKit roll. These tests probably by [email protected] · 14 years ago
  23. d292d8a Swap processes on reload if a hosted app has been installed/uninstalled. by [email protected] · 14 years ago
  24. f0e1333 Fix app process initialization when opening an app in a new tab. by [email protected] · 14 years ago
  25. 992db4c Support window.opener after a process swap. by [email protected] · 14 years ago
  26. 71b73f0 Cleanup: Update a bunch of files to the new location of browser_list.h. Part 1/3. by [email protected] · 14 years ago
  27. a035dfda Get rid of temporary render_view_host.h. by [email protected] · 14 years ago
  28. 089e8c33 Small cleanup for previous CL in AppApiTest.AppProcessRedirectBack. by [email protected] · 15 years ago
  29. faf407b Added a test to make sure the app store redirect issue (see bug) doesn't by [email protected] · 15 years ago
  30. 6101c34 Fix logic that decides when to switch processes when crossing extension boundaries. by [email protected] · 15 years ago
  31. 08e94b8 Temporarily avoid process swaps for renderer navigations away from an app. by [email protected] · 15 years ago
  32. 8ecad5e Move: by [email protected] · 15 years ago
  33. 7b5dc00 Cleanup: Include browser.h -> ui/browser.h [Part 3]. by [email protected] · 15 years ago
  34. fe304887 Remove port constants from src/chrome/browser/extensions/ . by [email protected] · 15 years ago
  35. 1070fe9 Disable AppApiTest.AppProcess on Windows -- it sometimes hangs by [email protected] · 15 years ago
  36. 9fabbf7 Make ui_test_utils::ExecuteJavaScript() friendlier to use. Also, add WARN_UNUSED_RESULT to make it less likely that callers ignore failures. by [email protected] · 15 years ago
  37. 583d45c1 Reland r57788 - Expose Extension Bindings to Component Applications by [email protected] · 15 years ago
  38. 6ac956a Revert 57788 - Expose Extension Bindings to Component Applications by [email protected] · 15 years ago
  39. b84ae67 Expose Extension Bindings to Component Applications by [email protected] · 15 years ago
  40. 5351dbc When the browser doesn't have connectivity to a hosted app, display a prettier error page by default. by [email protected] · 15 years ago
  41. 12ea9b27 Fix a few test failures when landing http://trac.webkit.org/changeset/57178. by [email protected] · 15 years ago
  42. 81454fa Revert 56834 - Fix a few test failures when landing http://trac.webkit.org/changeset/57178. by [email protected] · 15 years ago
  43. 55b7aa7e Fix a few test failures when landing http://trac.webkit.org/changeset/57178. by [email protected] · 15 years ago
  44. 95409e1 Test server cleanup patch of death: by [email protected] · 15 years ago
  45. cbf4d191 Reland r55750. Broke AppApiTest.*. by [email protected] · 15 years ago
  46. ce7f62e3 FBTF: Clean up some headers in tab_contents_delegate.h. by [email protected] · 15 years ago
  47. 385e5b569 enable apps by default by [email protected] · 15 years ago
  48. 4fdbc149 Add the concept of browse extent. by [email protected] · 15 years ago
  49. 56cdb8e8 [GTTF] [TTF] Test marks maintenance CL: by [email protected] · 15 years ago
  50. 448a3db9 [GTTF] Check the result value of StartHTTPServer to avoid by [email protected] · 15 years ago
  51. 2bce5e1 Re-land r47079: Shorten several appsrelated flags. by [email protected] · 15 years ago
  52. d38f83f Attempt to fix AppApiTest.AppProcess and ExtensionApiTest.Storage flakiness. by [email protected] · 15 years ago
  53. c57d648 Mark AppApiTest.AppProcess as flaky. BUG=42497 by [email protected] · 15 years ago
  54. 9a1e6d4 Fix flaky AppApiTest.AppProcess. by [email protected] · 15 years ago
  55. 109fe870 mark AppApiTest.AppProcess as flaky by [email protected] · 15 years ago
  56. 3a8eecb Implement app process model isolation. by [email protected] · 15 years ago