summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_provider_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* automation: Remove a bunch of unused includes from automation_provider_*.cc f...tfarina@chromium.org2013-01-261-13/+1
* Get rid of ui_controls.h usage in shipping browser code. In a followup change...jam@chromium.org2013-01-111-63/+0
* Remove unused includes of view_id_util.htfarina@chromium.org2013-01-071-1/+0
* Remove unused includes of gtk_util.htfarina@chromium.org2013-01-031-1/+0
* Renamed BrowserWindow::GetNativeHandle() to GetNativeWindow()davemoore@chromium.org2012-06-071-1/+1
* Original CL (http://codereview.chromium.org/9390038/) somehow got screwed and...oshima@chromium.org2012-03-161-4/+4
* Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn.ajwong@chromium.org2012-01-061-15/+15
* GTK: Part 1 of removing GtkWidget->window to close up GSEALs.erg@chromium.org2011-11-221-1/+1
* base::Bind: Cleanup in automation.jhawkins@chromium.org2011-10-171-88/+33
* Coverity PASS_BY_VALUE bug fixesdpapad@chromium.org2011-03-111-5/+6
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-2/+2
* Update references part 3: remaining files in chrome/...msw@chromium.org2011-01-191-5/+5
* Clean up automation provider side:phajdan.jr@chromium.org2010-12-081-0/+1
* Part 2 of reapplying r64637.erg@google.com2010-11-101-1/+1
* Revert "Refactor automation messages." due to mysterious problems on mac.erg@google.com2010-11-011-1/+1
* Refactor automation messages.erg@google.com2010-11-011-1/+1
* GTTF: Continue moving test automation code out of AutomationProvider.phajdan.jr@chromium.org2010-08-271-6/+0
* GTTF: Continue moving testing automation bits out of AutomationProvider.phajdan.jr@chromium.org2010-08-251-65/+0
* GTTF: next batch of automation separation.phajdan.jr@chromium.org2010-08-231-10/+0
* Remove all wstrings from the IPC logging subsystem.erg@google.com2010-08-181-0/+1
* Start trimming headers included in the slowest to compile files.erg@google.com2010-07-211-0/+2
* Clean up external-tab related code in automation provider and automation proxy.estade@chromium.org2010-06-101-6/+0
* Clean up calls like "gfx::Rect(0, 0, size().width(), size().height()".erg@chromium.org2010-05-261-2/+1
* Context menu operations like Cut/Copy/Paste etc would not work in pages rende...ananta@chromium.org2010-04-191-1/+2
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-311-5/+0
* Reverting this CL to fix the interactive ui test failures.ananta@chromium.org2010-03-261-0/+5
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-241-5/+0
* Revert 42465 - Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-241-0/+5
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-241-5/+0
* Revert "Keyboard accessibility for the page and app menus.", rev 42234 and 42...maruel@chromium.org2010-03-221-8/+4
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-221-4/+8
* Revert "Keyboard accessibility for the page and app menus."maruel@chromium.org2010-03-221-8/+4
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-221-4/+8
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-2/+2
* Add some bookmark bar hooks for pyauto.jrg@chromium.org2010-03-051-7/+0
* Next part of bad dependency removal (chrome/common -> chrome/browser)phajdan.jr@chromium.org2010-03-021-1/+1
* Continue removing bad dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-02-271-0/+7
* Gets AutomationProxyVisibleTest.WindowGetViewBounds to pass onsky@chromium.org2009-10-281-0/+2
* GTK: First cut at tab dragging automation.estade@chromium.org2009-09-251-3/+115
* Automated ui test porting + cleanup:estade@chromium.org2009-09-221-1/+31
* AutomationProvider: Implement GetBrowserForWindow() on mac and linux views.estade@chromium.org2009-08-261-24/+0
* Fix the Views build.jhawkins@chromium.org2009-08-241-0/+2
* gtk: Implement AutomationProvider::GetBrowserForWindow.jhawkins@chromium.org2009-08-241-1/+17
* Move the remaining gtk stubs for AutomationProvider out of temp_scaffolding_s...jhawkins@chromium.org2009-08-231-0/+29
* More interactive test porting for Linux.estade@chromium.org2009-08-211-11/+12
* Implement SetWindowBounds and SetWindowVisible in AutomationProvider for Linux.jhawkins@chromium.org2009-08-211-0/+62