1. dcc81485 Add AppWindow.setVisibleOnAllWorkspaces. by jackhou · 11 years ago
  2. 7543ca1 Revert "Add AppWindow.setVisibleOnAllWorkspaces." (https://codereview.chromium.org/469993003) by Nico Weber · 11 years ago
  3. c76ef73 Add AppWindow.setVisibleOnAllWorkspaces. by jackhou · 11 years ago
  4. f784afd Move app.window API implementation to extensions by hashimoto · 11 years ago
  5. 5c34ceb Move AppWindowContentsImpl to extensions by hashimoto · 11 years ago
  6. ad3c687 Move AppWindow to extensions by hashimoto · 11 years ago
  7. aeac008d [Mac] Make app shims load the same framework version as the running Chrome process. by jackhou · 11 years ago
  8. bf20fc6 Add AppDelegate::ResizeWebContents by hashimoto · 11 years ago
  9. 3cf1d2aa Add ProcessPowerCollector to audit CPU and power information. by dhnishi · 11 years ago
  10. 64275214 Work on GN build of Chrome. by Brett Wilson · 11 years ago
  11. 1bba58e Remove chrome dependencies from app_window_api.cc by hashimoto · 11 years ago
  12. 0aff6f3 Use qualified path for grit/ui_strings.h by tfarina · 11 years ago
  13. 2d1cf166 Merge apps/pref* to extensions/browser/pref* by hashimoto · 11 years ago
  14. 6f93ff91 Revert of Merge apps/pref* to extensions/browser/pref* (patchset #1 of https://codereview.chromium.org/493003002/) by machenbach · 11 years ago
  15. 77b343e Merge apps/pref* to extensions/browser/pref* by hashimoto · 11 years ago
  16. f560790 Add apps to the GN build. by [email protected] · 11 years ago
  17. fdd2837 Extensions: Move id_util functions to crx_file component. by [email protected] · 11 years ago
  18. 2b583e8 Observe NOTIFICATION_APP_TERMINATING notification with the delegate by [email protected] · 11 years ago
  19. 21d3f3a Move AppWindow related classes to extensions by [email protected] · 11 years ago
  20. 2accabe Move NativeAppWindow to extensions by [email protected] · 11 years ago
  21. 34ed647 Add GetAppDefaultIcon() to AppDelegate by [email protected] · 11 years ago
  22. dd6ea08 [Mac] Bounce app shims when app windows request attention. by [email protected] · 11 years ago
  23. f748d17 Stop depending on ChromeExtensionWebContentsObserver from AppWindow by [email protected] · 11 years ago
  24. f0d2542 Remove ui::SHOW_STATE_DETACHED and related things by [email protected] · 11 years ago
  25. 84aa73c Move suggest_permission_util.cc to extensions by [email protected] · 11 years ago
  26. f41145c Move apps::SizeConstraints to extensions by [email protected] · 11 years ago
  27. 6fa20245 Move enable-apps-show-on-first-paint switch to extensions by [email protected] · 11 years ago
  28. e3f90c60 Move session_id.{cc,h} from chrome/browser/sessions to components/sessions by [email protected] · 11 years ago
  29. b50452f [DevTools] Make DevTools clients talk directly to DevToolsAgentHost instead of using DevToolsManager. by [email protected] · 11 years ago
  30. 4d39078 [cros] user_manager component - move UserManagerBase and UserManager by [email protected] · 11 years ago
  31. a13d9f1 Remove Profile from AppWindowGeometryCache by [email protected] · 11 years ago
  32. 4ce2aa6 Merge ResourceBundle's InitSharedInstanceLocaleOnly with InitSharedInstanceWithLocale(). by [email protected] · 11 years ago
  33. 6b6e01b Update support for alphaEnabled (transparent windows) API by [email protected] · 11 years ago
  34. d9eb519e Revert of [DevTools] Make DevTools clients talk directly to DevToolsAgentHost instead of using DevToolsManage… (https://codereview.chromium.org/449043002/) by [email protected] · 11 years ago
  35. 94e7719 Cleanup: Do not depend on browser_extensions target when extensions are not enabled. by [email protected] · 11 years ago
  36. 9faae96 Custom launcher pages: right-click menu is now the platform apps menu. by [email protected] · 11 years ago
  37. 7f92483 Use InvalidateTypes rather than "unsigned". by [email protected] · 11 years ago
  38. d3607a0 [DevTools] Make DevTools clients talk directly to DevToolsAgentHost instead of using DevToolsManager. by [email protected] · 11 years ago
  39. b3f957e6 DevTools: migrate DevTools APIs to use WebContents instead of RenderViewHost. by [email protected] · 11 years ago
  40. 8f959f52 Disable ephemeral apps after they stop running by [email protected] · 11 years ago
  41. ed100e3 Moved CreateNativeAppWindow from AppWindow::Delegate to AppsClient. by [email protected] · 11 years ago
  42. 9649837 Experimental app list: custom launcher pages handle web contents events. by [email protected] · 11 years ago
  43. 7f5f0be Refactor AppWindow to enable code re-use with launcher pages. by [email protected] · 11 years ago
  44. adf5a10 Move extension notifications to extensions/browser/notification_types.h by [email protected] · 11 years ago
  45. 27df2a0 Split out the non-app-window-specific parts of AppWindow::Delegate. by [email protected] · 11 years ago
  46. 53df18e AppWindow: Abstract over setting and querying fullscreen mode. by [email protected] · 11 years ago
  47. 982ba2cf Add RestartApplicationIfRunning to AppLoadService by [email protected] · 11 years ago
  48. 7685f64 Move apps/shell to extensions/shell. by [email protected] · 11 years ago
  49. e49e1014 Move DnsApiTest.DnsResolveIPLiteral and DnsApiTest.DnsResolveHostname to app_shell_browsertests. by [email protected] · 11 years ago
  50. 6691c197 AppWindowContents: Clean up unnecessary SuspendRenderViewHost. by [email protected] · 11 years ago
  51. 8a5bd5904 [Mac] Hide all shims when Chrome is hidden. by [email protected] · 11 years ago
  52. 6b54fda Reland: Refactor code that defers extension background page loading by [email protected] · 11 years ago
  53. db37832 Do not assign launch ordinals to ephemeral apps by [email protected] · 11 years ago
  54. d9674614 Rename IPC::ChannelFactory to UnixDomainSocketAcceptor. by [email protected] · 11 years ago
  55. fc243fe Clean-up coding style at apps folder by [email protected] · 11 years ago
  56. db88c32 Athena's FocusRules by [email protected] · 11 years ago
  57. 7ec744bb Add app.window.alphaEnabled() and onAlphaEnabledChanged. by [email protected] · 11 years ago
  58. d232922 ui: Cleanup the generated path to ui strings. by [email protected] · 11 years ago
  59. cb363e70 Hook up delegate interfaces so that athena can create its own WebContentsViewDelegate by [email protected] · 11 years ago
  60. 46a19f6 Revert 283678 "Refactor code that defers extension background pa..." by [email protected] · 11 years ago
  61. 2db9e7b Refactor code that defers extension background page loading by [email protected] · 11 years ago
  62. f7d3363c Remove koz from OWNERS by [email protected] · 11 years ago
  63. 99628b0 Add content_common dependency to app_shim target by [email protected] · 11 years ago
  64. 010152f [WebModals] New API for browser-scoped popup management. by [email protected] · 11 years ago
  65. a3c13435 Add chrome/browser/ui to the GN build. by [email protected] · 11 years ago
  66. ec057339 Experimental app list: Custom launcher pages have app APIs and style. by [email protected] · 11 years ago
  67. ab93069 Move the serial API to extensions/. by [email protected] · 11 years ago
  68. 5c5b8bf Revert 282355 "Add chrome/browser/ui to the GN build." by [email protected] · 11 years ago
  69. 8a3036fb Add chrome/browser/ui to the GN build. by [email protected] · 11 years ago
  70. 296a8af apps/shell: Remove user_agent_util.h entry from DEPS file. by [email protected] · 11 years ago
  71. fb6de88 Cleanup MIME handling in launcher.cc. by [email protected] · 11 years ago
  72. e5e35a89 Rename NOTIFICATION_EXTENSION_INSTALLED_DEPRECATED to by [email protected] · 11 years ago
  73. 93533b8d Add special storage policy for app_shell. by [email protected] · 11 years ago
  74. 9e41fef app_shell: Support specifying a preferred network. by [email protected] · 11 years ago
  75. 6de9eb72 Allow specifying host window bounds to use for shell desktop controller host window. by [email protected] · 11 years ago
  76. 7308ce51 athena: Add explicit dependency on chrome resources. by [email protected] · 11 years ago
  77. 8f4b69e Move OmahaQueryParams to a component and add a delegate interface. by [email protected] · 11 years ago
  78. f9a0ae4 Cleanup: Remove #ifdefs in extensions code that is disabled on mobile. by [email protected] · 11 years ago
  79. 49d738a app_shell: Remove chrome.shell.onLaunched. by [email protected] · 11 years ago
  80. ce5f1b3 extensions: Move app.runtime API from apps to extensions. by [email protected] · 11 years ago
  81. 556672b0 Create WTH using test screen WTH has to be created via TestScreen as the test screen holds the reference to it. by [email protected] · 11 years ago
  82. 596b167 Add chrome/renderer to the GN build. by [email protected] · 11 years ago
  83. ad3a62c aura: Allow specifying the size of TestScreen when creating it. by [email protected] · 11 years ago
  84. 326e6f0 Moves extension_icon_image and image_loader to extensions/browser by [email protected] · 11 years ago
  85. 24be3b0e Switch app_shell default window size to 1280x720 by [email protected] · 11 years ago
  86. c6e22aa [Mac] App shim error test. by [email protected] · 11 years ago
  87. 434df0a3 [Mac] Add interactive App Shim test. by [email protected] · 11 years ago
  88. 618b9f7 app-shell: Introduce a ShellRendererMainDelegate. by [email protected] · 11 years ago
  89. 33fda21 Introduces AppActivity and handler of chrome.shell API. by [email protected] · 11 years ago
  90. ad1e23c3 Revert 277743 "[Mac] Add interactive App Shim test." by [email protected] · 11 years ago
  91. bf57960 [Mac] Add interactive App Shim test. by [email protected] · 11 years ago
  92. 599f982 Make LoadAndLaunchPlatformApp harder to make flaky tests with. by [email protected] · 11 years ago
  93. c1132ccd Increase app_shell default window size by [email protected] · 11 years ago
  94. 06ab83c Adds an item for loaded app. by [email protected] · 11 years ago
  95. cb6341e Android: Remove app_window extension API. by [email protected] · 11 years ago
  96. edc0de3 Add support for client L2CAP sockets on Mac. by [email protected] · 11 years ago
  97. f698c16 Send an onInstalled event for shared module update by [email protected] · 11 years ago
  98. fa0336f Merge FavoriteState into NetworkState by [email protected] · 11 years ago
  99. 64dde5d Add missing member initialization in AppWindow::CreateParams. by [email protected] · 11 years ago
  100. 271c61c Revert 276368 "[Mac] Add interactive App Shim test." by [email protected] · 11 years ago