firstred / page-speed

Automatically exported from code.google.com/p/page-speed
0 stars 0 forks source link

Engine should allow for invoking Formatter from a Results object #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The current Engine API allows:
PagespeedInput->Results
PagespeedInput->FormattedOutput

We should really support:
PagespeedInput->Results
Results->FormattedOutput

and then we can provide a convenience method that invokes both to go directly 
from PagespeedInput->FormattedOutput. Sameer will need this for his mawler 
work.

Original issue reported on code.google.com by bmcqu...@google.com on 21 Sep 2009 at 1:29

GoogleCodeExporter commented 9 years ago

Original comment by bmcqu...@google.com on 21 Sep 2009 at 1:51

GoogleCodeExporter commented 9 years ago
This was fixed a long time ago.

Original comment by bmcqu...@google.com on 23 Oct 2009 at 12:04