1. 855c014 Linux: Enable FindInPage automated ui test test. by [email protected] · 16 years ago
  2. a4d271e Reverting 27412 it breaks the toolkit views Linux build. by [email protected] · 16 years ago
  3. d766882 Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to several places where I had to switch from VK_ to VKEY_. by [email protected] · 16 years ago
  4. 828cabe Update the TabContents::SavePage parameter to take FilePath instead of wstring to avoid conversions "To and From wstring". by [email protected] · 16 years ago
  5. 5fa7acd Cut down on flakiness of automated ui tests by changing message sending/waiting logic. by [email protected] · 16 years ago
  6. 55449e1 Remove unused tab_contents variable. by [email protected] · 16 years ago
  7. 5a970843 Reinstating the AutomationMsg_TabReposition message and related stuff which is used by ChromeFrame. These were by [email protected] · 16 years ago
  8. 8dd404bb Automated ui test porting + cleanup: by [email protected] · 16 years ago
  9. fb05865f Adding basic window control to the automation provider for the Mac. by [email protected] · 16 years ago
  10. 12887da7 First part of automated_ui_tests improvements. by [email protected] · 16 years ago
  11. 9ebc969 Revert "First part of automated_ui_tests improvements." by [email protected] · 16 years ago
  12. 1bdffff First part of automated_ui_tests improvements. by [email protected] · 16 years ago
  13. 8b2b331 Changing a NOTREACHED() to a DLOG as StopAsync can be called before a view has been created. by [email protected] · 16 years ago
  14. 632fbb1 Chrome side of the fix for http://b/issue?id=1694574, which is a bug caused when a new automation client instance is launched and attempts to attach to an existing external tab. An example of where this could happen is javascript on a page attempting a window.open with target _blank. In this case the Chrome browser creates a TabContents instance which is attached to an ExternalTabContainer instance. The automation client then attaches to this ExternalTabContainer. This all works if the automation client is in the same client process. If a new process is launched a separate automation channel is created between the client and the chrome browser which causes this to not work as expected. by [email protected] · 16 years ago
  15. 41fc032 Convert std::wstring encoding names to std::string in a bunch of files. by [email protected] · 16 years ago
  16. 5a3b914 Revert "Fix a ton of compiler warnings." by [email protected] · 16 years ago
  17. be952c3c Fix a ton of compiler warnings. by [email protected] · 16 years ago
  18. e12de87e Move observers out of automation_provider.cc to declutter the file. by [email protected] · 16 years ago
  19. 675595f AutomationProvider: Implement GetBrowserForWindow() on mac and linux views. by [email protected] · 16 years ago
  20. 1126a1d3 Fix another source of flakiness in ErrorPageTest by [email protected] · 16 years ago
  21. fc2e087 More interactive test porting for Linux. by [email protected] · 16 years ago
  22. 5ae5bed Implement SetWindowBounds and SetWindowVisible in AutomationProvider for Linux. by [email protected] · 16 years ago
  23. 2949e90d Move some waiting from AutomationProxy to AutomationProvider. by [email protected] · 16 years ago
  24. c2cb854 Linux: more interactive tests porting. by [email protected] · 16 years ago
  25. 4150ef0 Support navigating to absolute index through automation. by [email protected] · 16 years ago
  26. 2e028a08 Add automation call to wait for multiple navigations. by [email protected] · 16 years ago
  27. d53a76b Revert "Add automation call to wait for multiple navigations." by [email protected] · 16 years ago
  28. 6aa8dcb Add automation call to wait for multiple navigations. by [email protected] · 16 years ago
  29. 457f5cf Cleanup in AutomationProvider's navigation observer. by [email protected] · 16 years ago
  30. e1f113e Fix TabDraggingTest.Tab2OutOfTabStrip, which I broke by changing browser_tracker_ to window_tracker_ by [email protected] · 16 years ago
  31. a50a490 Added support in the ExternalTabContainer for handling the NEW_FOREGROUND_TAB and NEW_BACKGROUND_TAB dispositions in its implementation of TabContents::AddNewContents. These dispositions are handled by creating a new ExternalTabContainer instance, attaching it to the automation provider and sending off the AutomationMsg_AttachExternalTab IPC to the automation client requesting it to attach to the newly created tab. by [email protected] · 16 years ago
  32. b410bc3 Revert some of my automation provider changes. Maybe it's possible that GetResource() returns NULL when ContainsHandle() returns true? I can't repro locally and there is no try server for this. by [email protected] · 16 years ago
  33. 15dd444 I changed an OS_WIN to TOOLKIT_VIEWS. The buildbot doesn't like it. Why don't we have a trybot for linux views. by [email protected] · 16 years ago
  34. d1a5941e linux: More automation porting. by [email protected] · 16 years ago
  35. ebe89e06 Reland r23357 since it doesn't seem to be the cause of unit test failure: by [email protected] · 16 years ago
  36. db7556c Revert "Renames the NavigationEntry::display_url() to virtual_url()." by [email protected] · 16 years ago
  37. 5873de6 Renames the NavigationEntry::display_url() to virtual_url(). by [email protected] · 16 years ago
  38. 3fcac68 Implement http auth login dialog for OS X. by [email protected] · 16 years ago
  39. 9a08bcf Checkpoint for event automation porting. by [email protected] · 16 years ago
  40. 0e80dfe Porting POINT to gfx::Point. by [email protected] · 16 years ago
  41. 3e377c5 Revert of r22559. by [email protected] · 16 years ago
  42. 81ae0a9 Don't run the SetProxyConfig task on the UI thread as it causes a bunch of DCHECKS by [email protected] · 16 years ago
  43. 847ed6c5 Bunch of Coverity fixes, rather minor severity. by [email protected] · 16 years ago
  44. f544609 Add support for moving the mouse so that GetMessagePos would notice. by [email protected] · 16 years ago
  45. 6568a9e3 Add plumbing for allowing the renderer to intercept and cancel redirects before by [email protected] · 16 years ago
  46. f732c1e Move mock url request classes to a location when browser tests will be able to use them too. by [email protected] · 16 years ago
  47. f7a6843 Added automation messages and corresponding handlers to support operations like by [email protected] · 16 years ago
  48. 5f450e5 Navigation and cookies for Automation by [email protected] · 16 years ago
  49. fb9846b Make AutomationProxyTest.NavigateToURLWithTimeout* tests not-flaky. by [email protected] · 16 years ago
  50. 1299c6e Reverting 21588 to make Linux toolkit dbg happy. by [email protected] · 16 years ago
  51. 1aaa601 Porting POINT to gfx::Point for automation provider by [email protected] · 16 years ago
  52. 7120f13 Changed the extension.connect() API not to broadcast to all tabs. Added a by [email protected] · 16 years ago
  53. d97a564 Remove DCHECK() in FindInPageNotificationObserver::Observe that gets triggered when FindInPage automation messages come in too quickly. by [email protected] · 16 years ago
  54. 95c3c59 Remove the defunct SetAccelerator message and replace it with an by [email protected] · 16 years ago
  55. d301c95 Added an async automation message AutomationMsg_PrintAsync to asynchronously print a TabContents. by [email protected] · 16 years ago
  56. 9086a21f Remove svn:executable property from some more files that don't need it. by [email protected] · 16 years ago
  57. 2e4633c A prototype of resource loading through automation by [email protected] · 16 years ago
  58. 8f04ff9 Adds a way to set the boundaries of the browser window through by [email protected] · 16 years ago
  59. 379c2b1 Moved typedef of RedirectList from HistoryService class to history namespace. by [email protected] · 16 years ago
  60. 82166b6 This CL removes the last (major) Windows specific part out of the focus manager. by [email protected] · 16 years ago
  61. d70539de Replace std:;wstring with std::string and string16 in locale-name related APIs. by [email protected] · 16 years ago
  62. d9f9b79 DevTools: remove ShowJavaScriptConsole / InspectElementAt methods from render_view_host API. by [email protected] · 16 years ago
  63. 58bfc6b DevTools: Nuke legacy debugger. by [email protected] · 16 years ago
  64. c39e715 Revert : by [email protected] · 16 years ago
  65. 3c3ba74 Relanding focus manager refactoring with build fix, see:http://codereview.chromium.org/125148BUG=NoneTEST=NoneTBR=ben by [email protected] · 16 years ago
  66. 42c35a5 Reverting 18872. Broke the Windows build. by [email protected] · 16 years ago
  67. a109d02 Removed the last Windows specific part out of the focus manager. HWNDs are not subclassed anymore.The FocusManager is now created and owned by top-level WidgetWins.BUG=NoneTEST=Run the unit tests, UI tests, interactive UI tests. Fully test the focus behavior in the browser: activate/deactivate the browser windows, make sure focus is remembered. Switch tabs, make sure focus is remembered for each tab. make sure accelerators work as expected. Test focus traversal in a web page, in the option dialog. by [email protected] · 16 years ago
  68. e838217 GTK: HTTP Auth dialogs under linux. by [email protected] · 16 years ago
  69. a902489 submitted on behalf of rogerta (Roger Tawa). by [email protected] · 16 years ago
  70. 9c9c761 Removes entirely dead code paths related to ConstrainedWindows. by [email protected] · 16 years ago
  71. 202e7a7 Fixed 3 tests that failed in hebrew enabled vista by [email protected] · 16 years ago
  72. 5c23875 Reduce header dependencies in browser/ by [email protected] · 16 years ago
  73. e943d666 Allow external hosts to handle the context menu and thus be able to customize it. by [email protected] · 16 years ago
  74. c4e944f Get tab HWND directly as result of CreateExternalTab automation call. by [email protected] · 16 years ago
  75. 780035a7 Revert "Add support to the automation provider to test sending browser" by [email protected] · 16 years ago
  76. 6e67b73 Add support to the automation provider to test sending browser by [email protected] · 16 years ago
  77. 2e49fc3 Revert "Add support to the automation provider to test sending browser" by [email protected] · 16 years ago
  78. 03f65955 Add support to the automation provider to test sending browser by [email protected] · 16 years ago
  79. 90daadb4 Rename the TabContents::SetInitialFocus(reverse) method to TabContents::FocusThroughTabTraversal(reverse), as SetInitialiFocus can be easily confused with TabContentView::SetInitialFocus(). by [email protected] · 16 years ago
  80. 9a3a293b ipc: use strings, not wstrings for channel ids. by [email protected] · 16 years ago
  81. 66ba493 Relanding the first of probably several patches trying to clean up the BlockedPopupContainer into something that can be cross-platform. by [email protected] · 16 years ago
  82. 59560e0b Move download shelf from per-tab to per-window. Also disable auto-hiding of by [email protected] · 16 years ago
  83. 0c9ee99 Revert "This is the first of probably several patches trying to clean up the BlockedPopupContainer by [email protected] · 16 years ago
  84. 415ad48 This is the first of probably several patches trying to clean up the BlockedPopupContainer into something that can be cross-platform. by [email protected] · 16 years ago
  85. 1f46007 This CL is a clean-up of the app_modal_dialog_queue.cc in an attempt to fix a bug 10699. by [email protected] · 16 years ago
  86. 9095e98 ExternalTabContainer should subclass WidgetWin rather than Widget and ATL CWindowImpl. This makes it much easier to extend the API of Widget. by [email protected] · 16 years ago
  87. a7eee32f Re-do of r16741 (http://codereview.chromium.org/113482). by [email protected] · 16 years ago
  88. 97037a1 Revert of r16741 which appeared to cause a perf regression (???) on the builder. by [email protected] · 16 years ago
  89. 876d150 Adding the ability to alter Chrome's proxy settings via the automation interface for automated testing. by [email protected] · 16 years ago
  90. 1c58a5c Use NotificationRegistrar to handle notification observing.Also cleans up some other stuff: use {} on multi-line conditional bodies, remove a bunch of unused routing_id members, don't wrap lines that don't need to, etc.BUG=2381 by [email protected] · 16 years ago
  91. f44265b Allow connecting and messaging with extension ports by funneling external by [email protected] · 16 years ago
  92. b83e460 First step to enable end-to-end testing of extensions through the by [email protected] · 16 years ago
  93. 27e1c9e0 Making navigate, back, forward, and reload synchronous in automated ui test. by [email protected] · 16 years ago
  94. 7271635b Fix few miscellanous TODO(port)s. by [email protected] · 16 years ago
  95. a5ca79bd Add new tab startup test to the linux & mac build. by [email protected] · 16 years ago
  96. c300deb3 Fix a potential crash in automation framework when a browser window is closed. by [email protected] · 16 years ago
  97. eac83f0 Pass external tab handle when Chrome sends outgoing notifications through automation interface. by [email protected] · 16 years ago
  98. 2362e4f Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 by [email protected] · 16 years ago
  99. d79ffea Consolidate notifiers used by different automation by [email protected] · 16 years ago
  100. 902cdf77 Reverting 15399. by [email protected] · 16 years ago