0
Files
src/blimp
bgoldman be8b5afc75 More Blimp browser tests for navigation
The Blimp browser tests now cover every action of NavigationFeature.

GoForward is an additional step in the existing GoBack test, rather than a new test, because you can't test GoForward without GoBack.

Also adds no-op behavior on the engine for when the client requests GoBack or GoForward but those operations aren't valid, and tests for those cases.

Tested log output for the invalid GoBack and GoForward cases with the following:
blimp_browsertests --single_process --gtest_filter=EngineBrowserTest.InvalidGoBack | grep Ignoring
blimp_browsertests --single_process --gtest_filter=EngineBrowserTest.InvalidGoForward | grep Ignoring

BUG=

Review-Url: https://codereview.chromium.org/2295543002
Cr-Commit-Position: refs/heads/master@{#415368}
2016-08-30 18:43:56 +00:00
..

Blimp

Blimp is an experimental project for building Chromium as a thin client.

Engineering

For building blimp, read more at building.

Testing

For testing blimp, read more at testing.

Running Blimp

For running blimp, read more at running.

Updating Fonts

For updating the fonts that blimp supports, read more at fonts.

New to Markdown?

For learning more about Markdown, read more at markdown. Also be sure to read the Google style guide for Markdown.