- 855c014 Linux: Enable FindInPage automated ui test test. by [email protected] · 16 years ago
- a4d271e Reverting 27412 it breaks the toolkit views Linux build. by [email protected] · 16 years ago
- 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
- 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
- 5fa7acd Cut down on flakiness of automated ui tests by changing message sending/waiting logic. by [email protected] · 16 years ago
- 55449e1 Remove unused tab_contents variable. by [email protected] · 16 years ago
- 5a970843 Reinstating the AutomationMsg_TabReposition message and related stuff which is used by ChromeFrame. These were by [email protected] · 16 years ago
- 8dd404bb Automated ui test porting + cleanup: by [email protected] · 16 years ago
- fb05865f Adding basic window control to the automation provider for the Mac. by [email protected] · 16 years ago
- 12887da7 First part of automated_ui_tests improvements. by [email protected] · 16 years ago
- 9ebc969 Revert "First part of automated_ui_tests improvements." by [email protected] · 16 years ago
- 1bdffff First part of automated_ui_tests improvements. by [email protected] · 16 years ago
- 8b2b331 Changing a NOTREACHED() to a DLOG as StopAsync can be called before a view has been created. by [email protected] · 16 years ago
- 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
- 41fc032 Convert std::wstring encoding names to std::string in a bunch of files. by [email protected] · 16 years ago
- 5a3b914 Revert "Fix a ton of compiler warnings." by [email protected] · 16 years ago
- be952c3c Fix a ton of compiler warnings. by [email protected] · 16 years ago
- e12de87e Move observers out of automation_provider.cc to declutter the file. by [email protected] · 16 years ago
- 675595f AutomationProvider: Implement GetBrowserForWindow() on mac and linux views. by [email protected] · 16 years ago
- 1126a1d3 Fix another source of flakiness in ErrorPageTest by [email protected] · 16 years ago
- fc2e087 More interactive test porting for Linux. by [email protected] · 16 years ago
- 5ae5bed Implement SetWindowBounds and SetWindowVisible in AutomationProvider for Linux. by [email protected] · 16 years ago
- 2949e90d Move some waiting from AutomationProxy to AutomationProvider. by [email protected] · 16 years ago
- c2cb854 Linux: more interactive tests porting. by [email protected] · 16 years ago
- 4150ef0 Support navigating to absolute index through automation. by [email protected] · 16 years ago
- 2e028a08 Add automation call to wait for multiple navigations. by [email protected] · 16 years ago
- d53a76b Revert "Add automation call to wait for multiple navigations." by [email protected] · 16 years ago
- 6aa8dcb Add automation call to wait for multiple navigations. by [email protected] · 16 years ago
- 457f5cf Cleanup in AutomationProvider's navigation observer. by [email protected] · 16 years ago
- e1f113e Fix TabDraggingTest.Tab2OutOfTabStrip, which I broke by changing browser_tracker_ to window_tracker_ by [email protected] · 16 years ago
- 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
- 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
- 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
- d1a5941e linux: More automation porting. by [email protected] · 16 years ago
- ebe89e06 Reland r23357 since it doesn't seem to be the cause of unit test failure: by [email protected] · 16 years ago
- db7556c Revert "Renames the NavigationEntry::display_url() to virtual_url()." by [email protected] · 16 years ago
- 5873de6 Renames the NavigationEntry::display_url() to virtual_url(). by [email protected] · 16 years ago
- 3fcac68 Implement http auth login dialog for OS X. by [email protected] · 16 years ago
- 9a08bcf Checkpoint for event automation porting. by [email protected] · 16 years ago
- 0e80dfe Porting POINT to gfx::Point. by [email protected] · 16 years ago
- 3e377c5 Revert of r22559. by [email protected] · 16 years ago
- 81ae0a9 Don't run the SetProxyConfig task on the UI thread as it causes a bunch of DCHECKS by [email protected] · 16 years ago
- 847ed6c5 Bunch of Coverity fixes, rather minor severity. by [email protected] · 16 years ago
- f544609 Add support for moving the mouse so that GetMessagePos would notice. by [email protected] · 16 years ago
- 6568a9e3 Add plumbing for allowing the renderer to intercept and cancel redirects before by [email protected] · 16 years ago
- 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
- f7a6843 Added automation messages and corresponding handlers to support operations like by [email protected] · 16 years ago
- 5f450e5 Navigation and cookies for Automation by [email protected] · 16 years ago
- fb9846b Make AutomationProxyTest.NavigateToURLWithTimeout* tests not-flaky. by [email protected] · 16 years ago
- 1299c6e Reverting 21588 to make Linux toolkit dbg happy. by [email protected] · 16 years ago
- 1aaa601 Porting POINT to gfx::Point for automation provider by [email protected] · 16 years ago
- 7120f13 Changed the extension.connect() API not to broadcast to all tabs. Added a by [email protected] · 16 years ago
- d97a564 Remove DCHECK() in FindInPageNotificationObserver::Observe that gets triggered when FindInPage automation messages come in too quickly. by [email protected] · 16 years ago
- 95c3c59 Remove the defunct SetAccelerator message and replace it with an by [email protected] · 16 years ago
- d301c95 Added an async automation message AutomationMsg_PrintAsync to asynchronously print a TabContents. by [email protected] · 16 years ago
- 9086a21f Remove svn:executable property from some more files that don't need it. by [email protected] · 16 years ago
- 2e4633c A prototype of resource loading through automation by [email protected] · 16 years ago
- 8f04ff9 Adds a way to set the boundaries of the browser window through by [email protected] · 16 years ago
- 379c2b1 Moved typedef of RedirectList from HistoryService class to history namespace. by [email protected] · 16 years ago
- 82166b6 This CL removes the last (major) Windows specific part out of the focus manager. by [email protected] · 16 years ago
- d70539de Replace std:;wstring with std::string and string16 in locale-name related APIs. by [email protected] · 16 years ago
- d9f9b79 DevTools: remove ShowJavaScriptConsole / InspectElementAt methods from render_view_host API. by [email protected] · 16 years ago
- 58bfc6b DevTools: Nuke legacy debugger. by [email protected] · 16 years ago
- c39e715 Revert : by [email protected] · 16 years ago
- 3c3ba74 Relanding focus manager refactoring with build fix, see:http://codereview.chromium.org/125148BUG=NoneTEST=NoneTBR=ben by [email protected] · 16 years ago
- 42c35a5 Reverting 18872. Broke the Windows build. by [email protected] · 16 years ago
- 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
- e838217 GTK: HTTP Auth dialogs under linux. by [email protected] · 16 years ago
- a902489 submitted on behalf of rogerta (Roger Tawa). by [email protected] · 16 years ago
- 9c9c761 Removes entirely dead code paths related to ConstrainedWindows. by [email protected] · 16 years ago
- 202e7a7 Fixed 3 tests that failed in hebrew enabled vista by [email protected] · 16 years ago
- 5c23875 Reduce header dependencies in browser/ by [email protected] · 16 years ago
- e943d666 Allow external hosts to handle the context menu and thus be able to customize it. by [email protected] · 16 years ago
- c4e944f Get tab HWND directly as result of CreateExternalTab automation call. by [email protected] · 16 years ago
- 780035a7 Revert "Add support to the automation provider to test sending browser" by [email protected] · 16 years ago
- 6e67b73 Add support to the automation provider to test sending browser by [email protected] · 16 years ago
- 2e49fc3 Revert "Add support to the automation provider to test sending browser" by [email protected] · 16 years ago
- 03f65955 Add support to the automation provider to test sending browser by [email protected] · 16 years ago
- 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
- 9a3a293b ipc: use strings, not wstrings for channel ids. by [email protected] · 16 years ago
- 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
- 59560e0b Move download shelf from per-tab to per-window. Also disable auto-hiding of by [email protected] · 16 years ago
- 0c9ee99 Revert "This is the first of probably several patches trying to clean up the BlockedPopupContainer by [email protected] · 16 years ago
- 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
- 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
- 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
- a7eee32f Re-do of r16741 (http://codereview.chromium.org/113482). by [email protected] · 16 years ago
- 97037a1 Revert of r16741 which appeared to cause a perf regression (???) on the builder. by [email protected] · 16 years ago
- 876d150 Adding the ability to alter Chrome's proxy settings via the automation interface for automated testing. by [email protected] · 16 years ago
- 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
- f44265b Allow connecting and messaging with extension ports by funneling external by [email protected] · 16 years ago
- b83e460 First step to enable end-to-end testing of extensions through the by [email protected] · 16 years ago
- 27e1c9e0 Making navigate, back, forward, and reload synchronous in automated ui test. by [email protected] · 16 years ago
- 7271635b Fix few miscellanous TODO(port)s. by [email protected] · 16 years ago
- a5ca79bd Add new tab startup test to the linux & mac build. by [email protected] · 16 years ago
- c300deb3 Fix a potential crash in automation framework when a browser window is closed. by [email protected] · 16 years ago
- eac83f0 Pass external tab handle when Chrome sends outgoing notifications through automation interface. by [email protected] · 16 years ago
- 2362e4f Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 by [email protected] · 16 years ago
- d79ffea Consolidate notifiers used by different automation by [email protected] · 16 years ago
- 902cdf77 Reverting 15399. by [email protected] · 16 years ago