summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui_thread_helpers_linux.cc
Commit message (Collapse)AuthorAgeFilesLines
* Rename ChromeThread to BrowserThread Part22:tfarina@chromium.org2010-10-121-1/+1
| | | | | | | | | | | | | | | | - Include browser_thread instead of chrome_thread in more 97 files. Now the remaining files that are including chrome_thread.h are: chrome_thread.cc and browser_thread.h. They will be fixed next. BUG=56926 TEST=trybots Review URL: http://codereview.chromium.org/3717004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62312 0039d316-1c4b-4281-b951-d872f2087c98
* Rename ChromeThread to BrowserThread Part16:tfarina@chromium.org2010-10-111-1/+1
| | | | | | | | | | | - Rename entries starting from shell_integration.cc. More 30 files covered. BUG=56926 TEST=trybots Review URL: http://codereview.chromium.org/3708001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62136 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Don't close the Wrench menu after using the zoom buttons if the menu ↵rsesek@chromium.org2010-08-181-0/+18
was opened sticky. This runs the Task that updates the zoom information in the UI thread outside of the normal MessageLoop and instead runs it on the native run loop. R=mark BUG=48679 TEST=Open Wrench menu with a click. Use zoom buttons. Menu stays open and page zooms. Other buttons still close menu. TEST=Open Wrench menu with click-hold-drag. Hover and release on zoom buttons. Menu closes and page zooms. Review URL: http://codereview.chromium.org/3183013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56566 0039d316-1c4b-4281-b951-d872f2087c98