1. c9813b4 Initial integration of DOM login screen with existing infrastructure. by [email protected] · 14 years ago
  2. 6d428b3 Add SMS notification by [email protected] · 14 years ago
  3. 250d2a20 [cros] Create SIM unlock dialog wrapper. by [email protected] · 14 years ago
  4. df85e33 fix a build break. by [email protected] · 14 years ago
  5. dfb1f49 Avoid building in_memory_url_index_cache.pb.o in two targets by [email protected] · 14 years ago
  6. 1368a5f Removing TokenMigrator + sync credential migration by [email protected] · 14 years ago
  7. 1fd1a50 Move WebUIFactory to chrome/, try 2. by [email protected] · 14 years ago
  8. 3655b9bf Move web_ui_util.* to chrome/ from content/ by [email protected] · 14 years ago
  9. 23e152e9 Split out Keywords and Autofill logic from WebDatabase. by [email protected] · 14 years ago
  10. b25a263 Mac: Add profile button to browser window by [email protected] · 14 years ago
  11. ee2ceca Revert 79691 - Move WebUIFactory to chrome/browser. by [email protected] · 14 years ago
  12. e12b3026 Move WebUIFactory to chrome/browser. by [email protected] · 14 years ago
  13. ce87f79d WebUI implementation of HTTP auth dialog. by [email protected] · 14 years ago
  14. 82e4080 Send policy blobs to session_manager by [email protected] · 14 years ago
  15. e5721c18 When looking at this bug, I found at least the following issues: by [email protected] · 14 years ago
  16. a5345be6 WebUI: Move chromeos/webui remaining files to ui/webui/options/chromeos directory. by [email protected] · 14 years ago
  17. d2ceb4e7 Move NativeThemeChromeOS into gfx. by [email protected] · 14 years ago
  18. b268458 Remove tips code from Chrome. by [email protected] · 14 years ago
  19. 4e0b2f3 Remove dead code (ContentExceptionsTableModel) by [email protected] · 14 years ago
  20. bd3bd44 DevTools: if 'debug_devtools' is defined in .gyp, always try loading from disk, take 2. by [email protected] · 14 years ago
  21. 56229141 importer: Cleanup ToolbarImporter code a little bit. by [email protected] · 14 years ago
  22. 502e3961 extensions: Refactor ExtensionInstallUI class. by [email protected] · 14 years ago
  23. 8989bb4 ConnectToWifiNetwork() is now blocking. by [email protected] · 14 years ago
  24. 55d9bed Wired local file system support for File API. The local file system provider currently exists for ChromeOS builds only. by [email protected] · 14 years ago
  25. 620bd95c WebUI: Move chromeos/webui/login files to ui/webui/chromeos/login directory. by [email protected] · 14 years ago
  26. b2907fd Move ExtensionService code that manages pending extensions into its own class. by [email protected] · 14 years ago
  27. 9c7ec6d Revert 79407 - Move ExtensionService code that manages pending extensions into its own class. by [email protected] · 14 years ago
  28. 26d287c Move ExtensionService code that manages pending extensions into its own class. by [email protected] · 14 years ago
  29. 4e6d3ff Revert r79398 "DevTools: if 'debug_devtools' is defined in .gyp, always try loading from disk." by [email protected] · 14 years ago
  30. 03728b0 DevTools: if 'debug_devtools' is defined in .gyp, always try loading from disk. by [email protected] · 14 years ago
  31. 16a3549 Cleanup of proxy settings api implementation. by [email protected] · 14 years ago
  32. b9b751f2 Refactor: Move app/surface to ui/gfx/surface. by [email protected] · 14 years ago
  33. dbac234 Update protobuf definitions for ChromeOS device policy support by [email protected] · 14 years ago
  34. 92d5641 Add a ChromeRenderMessageFilter, which is like RenderMessageFilter but outside the content module. We'll dispatch Chrome specific messages on the IO thread there. Also convert one more message that's only used for printing. by [email protected] · 14 years ago
  35. a26c85a47 Add enterprise enrollment screen to OOBE by [email protected] · 14 years ago
  36. b0e688e WebUI: Move chromeos webui files to ui/webui/chromeos directory. by [email protected] · 14 years ago
  37. 61b55b6 Added extensions API to provide customization values. by [email protected] · 14 years ago
  38. 7f4c84f [Mac] Middle clicking on home button does not work. It should open home in new by [email protected] · 14 years ago
  39. f847e608 Split off web_app's ui into ui files, plumb TCW rather than TC. by [email protected] · 14 years ago
  40. a738cb17 Move chrome/browser/ime_input.* to ui/base/win/ by [email protected] · 14 years ago
  41. 2b295ba Unbreaking Touch Linux builds. by [email protected] · 14 years ago
  42. 474440d Refactored DOMBrowser files to be under chromeos/frame instead of chromeos/webui/login/browser. by [email protected] · 14 years ago
  43. a0ea76c Theme system cleanup by [email protected] · 14 years ago
  44. 9b78cfd [cros] Initial CL for SIM card unlock support. by [email protected] · 14 years ago
  45. fc4facd Add tabId, type, and timeStamp parameters to extension webRequest events. by [email protected] · 14 years ago
  46. a0b4d97 extensions: Introduce ShowExtensionInstallDialog2 function. by [email protected] · 14 years ago
  47. bd1ae7f2 Load devtools files from resources.pak rather than from disk take 2. by [email protected] · 14 years ago
  48. 990a31f2 Add in DOMBrowserView and Frame related classes by [email protected] · 14 years ago
  49. 1828037 Profile shouldn't own BrowserThemeProviders; A ThemeService should and should give back a BTP when presented with a Profile. by [email protected] · 14 years ago
  50. a0f3654 gtk: Move extension_infobar_gtk.[cc,h] into the ui/gtk/infobars/ directory. by [email protected] · 14 years ago
  51. 942af4a0 [ChromeOS] Split proxy settings into its own webui. by [email protected] · 14 years ago
  52. 4ae76407 Revert "Load devtools files from resources.pak rather than from disk." by [email protected] · 14 years ago
  53. 0d4e655 Load devtools files from resources.pak rather than from disk. by [email protected] · 14 years ago
  54. ee11e0f Remove unneded chrome/browser/fonts_languages_window.h and ShowOptionsWindow(). by [email protected] · 14 years ago
  55. 734fc97b importer: Move ExternalProcessImporterBridge to its own header file. by [email protected] · 14 years ago
  56. 804ab2f importer: Move InProcessImporterBridge to its own header file. by [email protected] · 14 years ago
  57. 1f4a69f9 Inform user to reload page after chagning cookie settings from in-page dialog. by [email protected] · 14 years ago
  58. 2f5a9a85 Cleanup wifi connect and password code by [email protected] · 14 years ago
  59. 35d9458 Remove ConfirmMessageBoxDialog class. by [email protected] · 14 years ago
  60. 915679f [Sync] Rewrite sync_listen_notifications tool to use SyncNotifier interface by [email protected] · 14 years ago
  61. 951701ce WebUI Prefs: Switch adding a homepage to an inline field with autocomplete by [email protected] · 14 years ago
  62. 74ac334 [Sync] Remove dependency of SyncNotifierThread on webkit by [email protected] · 14 years ago
  63. e2fbea22 Remove a lot more unused strings, mostly from settings. by [email protected] · 14 years ago
  64. 770e03b [cros] Refactor OOBE/login controllers. by [email protected] · 14 years ago
  65. b8ca91f Move FilePathWatcher class from chrome/browser/... to content/common... by [email protected] · 14 years ago
  66. 91ba331 Extensions: expose raw debugging protocol via extension API. by [email protected] · 14 years ago
  67. 765b0b8 First step of integrating notifications content settings to the host content settings map: by [email protected] · 14 years ago
  68. 45d900e9 Options: Remove KeywordEditorView. by [email protected] · 14 years ago
  69. 6f0e563 Remove WebUI menu by [email protected] · 14 years ago
  70. bca0e13 Get rid of native autofill dialogs. by [email protected] · 14 years ago
  71. 4f0012c1 Remove importer views that aren't used any more. by [email protected] · 14 years ago
  72. db0e86dd This is an extension of http://codereview.chromium.org/6280018 that provides a proxy configuration which respects command line parameters and policies by [email protected] · 14 years ago
  73. 93dcf3d Remove clear browsing data views classes. by [email protected] · 14 years ago
  74. d969667 Initial support for partitioning cookies for isolated apps. by [email protected] · 14 years ago
  75. 71e2f0a Introduce gpu_trace_event for gpu performance analysis. by [email protected] · 14 years ago
  76. 344b991 Remove URL picker, also no longer used now there's no native options. by [email protected] · 14 years ago
  77. 004ec92 Revert 78228 - Extended: Add "system" URLRequestContext (not ready for use!) by [email protected] · 14 years ago
  78. 16be5c3 fav icon -> favicon. Pass 5: fav_icon -> favicon by [email protected] · 14 years ago
  79. d2d63be Extended: Add "system" URLRequestContext (not ready for use!) by [email protected] · 14 years ago
  80. fb7da413 Decouple TabRestoreService from Browser by [email protected] · 14 years ago
  81. 11ed92d Remove colons and fix some title/sentence casing. by [email protected] · 14 years ago
  82. 41f1660 Convert importer messges to new format. by [email protected] · 14 years ago
  83. 74c2d84 Revert 78081 - Options: Remove more unused dialogs. by [email protected] · 14 years ago
  84. 442f148 Revert 78095 - Build fix: Remove edit_search_engine_dialog.[cc,h] from the gyp file since it by [email protected] · 14 years ago
  85. 1b6fde6 Build fix: Remove edit_search_engine_dialog.[cc,h] from the gyp file since it by [email protected] · 14 years ago
  86. 2a57d88 Options: Remove more unused dialogs. by [email protected] · 14 years ago
  87. 34952d1 fav icon -> favicon. Pass 1. by [email protected] · 14 years ago
  88. d6dd7dc Cloud print signin crash. by [email protected] · 14 years ago
  89. d977f9c Add a ContentBrowserClient interface to let content code delegate to embedder. by [email protected] · 14 years ago
  90. 22ab59b importer: Pull ExternalProcessImporterHost out of ImporterHost. by [email protected] · 14 years ago
  91. c3bba9e extensions: Introduce ShowExtensionInstallDialog function. by [email protected] · 14 years ago
  92. 50285ff Remove Gears from Chrome. by [email protected] · 14 years ago
  93. 9d1d8ad5 Initial hookup of file manager dialogs by [email protected] · 14 years ago
  94. 579e319 Options: Remove the GTK and Views native options code. by [email protected] · 14 years ago
  95. 9e497dd importer: Pull ExternalProcessImporterClient out of ImporterHost. by [email protected] · 14 years ago
  96. 976cc37 Elides the beginning of tab titles that have common prefixes. by [email protected] · 14 years ago
  97. 3b6ea29 [ChromeOS] Implement collected cookies in webui. by [email protected] · 14 years ago
  98. 9800de5e Add in DOMBrowser by [email protected] · 14 years ago
  99. e84e5e1 importer: Eliminate the dependency on browser/ui/ from importer. by [email protected] · 14 years ago
  100. 7947f216 Reland: Make BrowserFrame concrete, create NativeBrowserFrame and NativeBrowserFrameDelegate. by [email protected] · 14 years ago