forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chrome-remote-control] Simplifications to page_runner preparing for …
…interactions My last megachange to crc, I promise. - Rename replay_server to wpr_server because replay implied replaying mode - Move WebPageReplay to be more core to the Browser object, splitting up "boot up the browser in a replay or record mode" from "what archive is being used for record" state. - Make browser_backend track its options object - Centralize argument handling on browser_backend.GetBrowserStartupArgs() - Make temporary http server handling more browser-centric in order to simplify page runner - Move some credentials logistics to the browser credentials object, also to simplify page_runner - Add some testability hooks to credentials object for tests. Not used, yet, but used in followup patch. - Pull page out of page_set. Its getting bigger. - Fix cyclic dependency on browser_gone_exception R=tonyg@chromium.org NOTRY=True Review URL: https://codereview.chromium.org/11115006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162318 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
nduca@chromium.org
committed
Oct 17, 2012
1 parent
a844983
commit 918091f
Showing
27 changed files
with
375 additions
and
277 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.