summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/browser_action_test_util.h
Commit message (Collapse)AuthorAgeFilesLines
* Update browserAction.setIcon and pageAction.setIcon for hidpitbarzic@chromium.org2012-09-101-0/+4
| | | | | | | | | | | | added support to defining icon as dictionary of paths/imageDatas with keys 19, 38. (new optional details parameters details.imageDataSet, details.pathSet) Dictionary values define icon's imageSkia representations for 1x and 2x scale respectively. BUG= 138025 Review URL: https://chromiumcodereview.appspot.com/10855154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155856 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
| | | | | | | | | For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of the multiple includes of browser_action_test_util files in ↵jam@chromium.org2012-06-201-3/+4
| | | | | | | | browser.lib and browser_tests.exe. This is wrong on its own (we shouldn't be compiling code in/out using the UNIT_TEST ifdef). It also allows us to turn on incremental linking for browser_tests. Review URL: https://chromiumcodereview.appspot.com/10592022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143272 0039d316-1c4b-4281-b951-d872f2087c98
* Add PyAuto tests for triggering browser/page action.frankf@google.com2011-12-031-1/+1
| | | | | | | | | BUG=chromium:104530 TEST=PyAuto tests Review URL: http://codereview.chromium.org/8772068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112844 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Add PyAuto tests for triggering browser/page action."frankf@google.com2011-12-021-1/+1
| | | | | | | | | | | | | | | Dues to link issues on chromeos clang. This reverts commit 2c6c8fc139bae1b64a184c13c979f408721316a3. TBR=dennisjeffrey@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8774053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112779 0039d316-1c4b-4281-b951-d872f2087c98
* Add PyAuto tests for triggering browser/page action.frankf@google.com2011-12-021-1/+1
| | | | | | | | | BUG=chromium:104530 TEST=PyAuto tests Review URL: http://codereview.chromium.org/8587004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112751 0039d316-1c4b-4281-b951-d872f2087c98
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
| | | | | | | | | BUG=50273 TEST=everything still builds, build is 10% faster on windows, same speed on mac/linux TBR: erg git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53716 0039d316-1c4b-4281-b951-d872f2087c98
* Function WaitForBrowserActionUpdated is only implemented on Views.finnur@chromium.org2010-03-101-0/+4
| | | | | | | | | | | | Added ifdef. BUG=None TEST=None TBR=kkania Review URL: http://codereview.chromium.org/822004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41179 0039d316-1c4b-4281-b951-d872f2087c98
* Icons are loaded asynchronously for browser actions, so thefinnur@chromium.org2010-03-101-1/+6
| | | | | | | | | | | | | | test must wait on the extension being updated if no icon is found. I think this should fix the flakiness in the test. BUG=None TEST=Fixing a browser test (hopefully). Review URL: http://codereview.chromium.org/772001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41144 0039d316-1c4b-4281-b951-d872f2087c98
* Browser Action Container should not shrink when visible extension is disabled.finnur@chromium.org2010-02-121-1/+10
| | | | | | | | | | | | | | | We now calculate the visible actions before removing them from the vector so we can maintain the same number after deletion occurs. Also added unit tests and fixed a bug in GetTooltip where we were hard-coding the index to be 0. BUG=35349 TEST=Covered by new unit test. Review URL: http://codereview.chromium.org/606008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38959 0039d316-1c4b-4281-b951-d872f2087c98
* Port BrowserActionApiTest.BrowserActionPopup to linux.estade@chromium.org2010-01-191-3/+0
| | | | | | | | | | | Also make the test proprely wait for the EXTENSION_HOST_DID_STOP_LOADING signal. BUG=29710 TEST=compiles Review URL: http://codereview.chromium.org/515065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36544 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Port browser action popup test to mac.kkania@chromium.org2009-12-191-0/+23
| | | | | | | | BUG=29710 TEST=none Review URL: http://codereview.chromium.org/506069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35020 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor browser action apitest and port for mac.kkania@chromium.org2009-12-141-0/+32
BUG=29709 TEST=none Review URL: http://codereview.chromium.org/443013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34498 0039d316-1c4b-4281-b951-d872f2087c98