summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_webnavigation_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add ChromeRenderViewHostTestHarness to get rid of the dependency from RVHTH t...jochen@chromium.org2011-09-141-2/+2
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-011-1/+1
* Add webNavigation.getFrame to retrieve information about frame IDsjochen@chromium.org2011-07-261-2/+10
* Remove TabContents from FrameNavigationStatejochen@chromium.org2011-07-251-17/+11
* Include the tab IDs in onBeforeRetarget events and always post the correct fr...jochen@chromium.org2011-07-251-1/+2
* Only send webNavigation events for http/https/file/ftp URLs.jochen@chromium.org2011-03-021-0/+10
* Move files out of chrome\browser\renderer_host\test alongside their source. ...jam@chromium.org2011-02-241-4/+3
* Cleanup: Remove unneeded browser_thread.h usage.thestig@chromium.org2010-12-131-1/+0
* Use the correct signal to detect failed navigationsjochen@chromium.org2010-12-021-14/+11
* C++ readability change for jochenjochen@chromium.org2010-11-301-5/+6
* Implement onDOMContentLoaded event of the webNavigation API.jochen@chromium.org2010-11-041-3/+11
* Do not leak tab contents from testjochen@chromium.org2010-10-281-11/+7
* Track in which frames navigation errors occurred and don't send further navig...jochen@chromium.org2010-10-281-0/+101