You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
16 KiB

<!DOCTYPE html><meta charset="UTF-8"><meta http-equiv="Content-Language" content="en" /><title>deps.js</title><link href="../../../dossier.css" rel="stylesheet" type="text/css"><div id="main-wrapper"><input type="checkbox" id="sidenav-toggle" /><main><header><h1>lib/goog/deps.js</h1></header><pre><table class="srcfile"><tbody><tr><td><a name="l1" href="#l1">1</a><td>// This file has been auto-generated; do not edit by hand<tr><td><a name="l2" href="#l2">2</a><td>goog.addDependency(&quot;../atoms/error.js&quot;, [&quot;bot.Error&quot;,&quot;bot.ErrorCode&quot;], []);<tr><td><a name="l3" href="#l3">3</a><td>goog.addDependency(&quot;../atoms/response.js&quot;, [&quot;bot.response&quot;,&quot;bot.response.ResponseObject&quot;], [&quot;bot.Error&quot;,&quot;bot.ErrorCode&quot;]);<tr><td><a name="l4" href="#l4">4</a><td>goog.addDependency(&quot;../atoms/json.js&quot;, [&quot;bot.json&quot;], [&quot;bot.userAgent&quot;,&quot;goog.json&quot;,&quot;goog.userAgent&quot;]);<tr><td><a name="l5" href="#l5">5</a><td>goog.addDependency(&quot;../atoms/userAgent.js&quot;, [&quot;bot.userAgent&quot;], [&quot;goog.string&quot;,&quot;goog.userAgent&quot;,&quot;goog.userAgent.product&quot;,&quot;goog.userAgent.product.isVersion&quot;]);<tr><td><a name="l6" href="#l6">6</a><td>goog.addDependency(&quot;string/string.js&quot;, [&quot;goog.string&quot;,&quot;goog.string.Unicode&quot;], []);<tr><td><a name="l7" href="#l7">7</a><td>goog.addDependency(&quot;useragent/useragent.js&quot;, [&quot;goog.userAgent&quot;], [&quot;goog.labs.userAgent.browser&quot;,&quot;goog.labs.userAgent.engine&quot;,&quot;goog.labs.userAgent.util&quot;,&quot;goog.string&quot;]);<tr><td><a name="l8" href="#l8">8</a><td>goog.addDependency(&quot;labs/useragent/browser.js&quot;, [&quot;goog.labs.userAgent.browser&quot;], [&quot;goog.array&quot;,&quot;goog.asserts&quot;,&quot;goog.labs.userAgent.util&quot;,&quot;goog.string&quot;]);<tr><td><a name="l9" href="#l9">9</a><td>goog.addDependency(&quot;array/array.js&quot;, [&quot;goog.array&quot;,&quot;goog.array.ArrayLike&quot;], [&quot;goog.asserts&quot;]);<tr><td><a name="l10" href="#l10">10</a><td>goog.addDependency(&quot;asserts/asserts.js&quot;, [&quot;goog.asserts&quot;,&quot;goog.asserts.AssertionError&quot;], [&quot;goog.debug.Error&quot;,&quot;goog.dom.NodeType&quot;,&quot;goog.string&quot;]);<tr><td><a name="l11" href="#l11">11</a><td>goog.addDependency(&quot;debug/error.js&quot;, [&quot;goog.debug.Error&quot;], []);<tr><td><a name="l12" href="#l12">12</a><td>goog.addDependency(&quot;dom/nodetype.js&quot;, [&quot;goog.dom.NodeType&quot;], []);<tr><td><a name="l13" href="#l13">13</a><td>goog.addDependency(&quot;labs/useragent/util.js&quot;, [&quot;goog.labs.userAgent.util&quot;], [&quot;goog.string&quot;]);<tr><td><a name="l14" href="#l14">14</a><td>goog.addDependency(&quot;labs/useragent/engine.js&quot;, [&quot;goog.labs.userAgent.engine&quot;], [&quot;goog.array&quot;,&quot;goog.labs.userAgent.util&quot;,&quot;goog.string&quot;]);<tr><td><a name="l15" href="#l15">15</a><td>goog.addDependency(&quot;useragent/product.js&quot;, [&quot;goog.userAgent.product&quot;], [&quot;goog.userAgent&quot;]);<tr><td><a name="l16" href="#l16">16</a><td>goog.addDependency(&quot;useragent/product_isversion.js&quot;, [&quot;goog.userAgent.product.isVersion&quot;], [&quot;goog.userAgent.product&quot;]);<tr><td><a name="l17" href="#l17">17</a><td>goog.addDependency(&quot;json/json.js&quot;, [&quot;goog.json&quot;,&quot;goog.json.Replacer&quot;,&quot;goog.json.Reviver&quot;,&quot;goog.json.Serializer&quot;], []);<tr><td><a name="l18" href="#l18">18</a><td>goog.addDependency(&quot;../webdriver/capabilities.js&quot;, [&quot;webdriver.Browser&quot;,&quot;webdriver.Capabilities&quot;,&quot;webdriver.Capability&quot;], []);<tr><td><a name="l19" href="#l19">19</a><td>goog.addDependency(&quot;../webdriver/logging.js&quot;, [&quot;webdriver.logging&quot;,&quot;webdriver.logging.Preferences&quot;], [&quot;goog.object&quot;]);<tr><td><a name="l20" href="#l20">20</a><td>goog.addDependency(&quot;object/object.js&quot;, [&quot;goog.object&quot;], []);<tr><td><a name="l21" href="#l21">21</a><td>goog.addDependency(&quot;../webdriver/actionsequence.js&quot;, [&quot;webdriver.ActionSequence&quot;], [&quot;goog.array&quot;,&quot;webdriver.Button&quot;,&quot;webdriver.Command&quot;,&quot;webdriver.CommandName&quot;,&quot;webdriver.Key&quot;]);<tr><td><a name="l22" href="#l22">22</a><td>goog.addDependency(&quot;../webdriver/button.js&quot;, [&quot;webdriver.Button&quot;], []);<tr><td><a name="l23" href="#l23">23</a><td>goog.addDependency(&quot;../webdriver/command.js&quot;, [&quot;webdriver.Command&quot;,&quot;webdriver.CommandExecutor&quot;,&quot;webdriver.CommandName&quot;], []);<tr><td><a name="l24" href="#l24">24</a><td>goog.addDependency(&quot;../webdriver/key.js&quot;, [&quot;webdriver.Key&quot;], []);<tr><td><a name="l25" href="#l25">25</a><td>goog.addDependency(&quot;../webdriver/stacktrace.js&quot;, [&quot;webdriver.stacktrace&quot;,&quot;webdriver.stacktrace.Snapshot&quot;], [&quot;goog.array&quot;,&quot;goog.string&quot;,&quot;goog.userAgent&quot;]);<tr><td><a name="l26" href="#l26">26</a><td>goog.addDependency(&quot;../webdriver/locators.js&quot;, [&quot;webdriver.By&quot;,&quot;webdriver.Locator&quot;,&quot;webdriver.Locator.Strategy&quot;], [&quot;goog.array&quot;,&quot;goog.object&quot;,&quot;goog.string&quot;]);<tr><td><a name="l27" href="#l27">27</a><td>goog.addDependency(&quot;../webdriver/promise.js&quot;, [&quot;webdriver.promise&quot;,&quot;webdriver.promise.ControlFlow&quot;,&quot;webdriver.promise.ControlFlow.Timer&quot;,&quot;webdriver.promise.Deferred&quot;,&quot;webdriver.promise.Promise&quot;], [&quot;goog.array&quot;,&quot;goog.debug.Error&quot;,&quot;goog.object&quot;,&quot;webdriver.EventEmitter&quot;,&quot;webdriver.stacktrace.Snapshot&quot;]);<tr><td><a name="l28" href="#l28">28</a><td>goog.addDependency(&quot;../webdriver/events.js&quot;, [&quot;webdriver.EventEmitter&quot;], []);<tr><td><a name="l29" href="#l29">29</a><td>goog.addDependency(&quot;../webdriver/process.js&quot;, [&quot;webdriver.process&quot;], [&quot;goog.Uri&quot;,&quot;goog.array&quot;,&quot;goog.json&quot;]);<tr><td><a name="l30" href="#l30">30</a><td>goog.addDependency(&quot;uri/uri.js&quot;, [&quot;goog.Uri&quot;,&quot;goog.Uri.QueryData&quot;], [&quot;goog.array&quot;,&quot;goog.string&quot;,&quot;goog.structs&quot;,&quot;goog.structs.Map&quot;,&quot;goog.uri.utils&quot;,&quot;goog.uri.utils.ComponentIndex&quot;,&quot;goog.uri.utils.StandardQueryParam&quot;]);<tr><td><a name="l31" href="#l31">31</a><td>goog.addDependency(&quot;structs/structs.js&quot;, [&quot;goog.structs&quot;], [&quot;goog.array&quot;,&quot;goog.object&quot;]);<tr><td><a name="l32" href="#l32">32</a><td>goog.addDependency(&quot;structs/map.js&quot;, [&quot;goog.structs.Map&quot;], [&quot;goog.iter.Iterator&quot;,&quot;goog.iter.StopIteration&quot;,&quot;goog.object&quot;]);<tr><td><a name="l33" href="#l33">33</a><td>goog.addDependency(&quot;iter/iter.js&quot;, [&quot;goog.iter&quot;,&quot;goog.iter.Iterable&quot;,&quot;goog.iter.Iterator&quot;,&quot;goog.iter.StopIteration&quot;], [&quot;goog.array&quot;,&quot;goog.asserts&quot;,&quot;goog.functions&quot;,&quot;goog.math&quot;]);<tr><td><a name="l34" href="#l34">34</a><td>goog.addDependency(&quot;functions/functions.js&quot;, [&quot;goog.functions&quot;], []);<tr><td><a name="l35" href="#l35">35</a><td>goog.addDependency(&quot;math/math.js&quot;, [&quot;goog.math&quot;], [&quot;goog.array&quot;,&quot;goog.asserts&quot;]);<tr><td><a name="l36" href="#l36">36</a><td>goog.addDependency(&quot;uri/utils.js&quot;, [&quot;goog.uri.utils&quot;,&quot;goog.uri.utils.ComponentIndex&quot;,&quot;goog.uri.utils.QueryArray&quot;,&quot;goog.uri.utils.QueryValue&quot;,&quot;goog.uri.utils.StandardQueryParam&quot;], [&quot;goog.asserts&quot;,&quot;goog.string&quot;,&quot;goog.userAgent&quot;]);<tr><td><a name="l37" href="#l37">37</a><td>goog.addDependency(&quot;../webdriver/webdriver.js&quot;, [&quot;webdriver.Alert&quot;,&quot;webdriver.UnhandledAlertError&quot;,&quot;webdriver.WebDriver&quot;,&quot;webdriver.WebElement&quot;], [&quot;bot.Error&quot;,&quot;bot.ErrorCode&quot;,&quot;bot.response&quot;,&quot;goog.array&quot;,&quot;goog.object&quot;,&quot;webdriver.ActionSequence&quot;,&quot;webdriver.Command&quot;,&quot;webdriver.CommandName&quot;,&quot;webdriver.Key&quot;,&quot;webdriver.Locator&quot;,&quot;webdriver.Session&quot;,&quot;webdriver.logging&quot;,&quot;webdriver.promise&quot;]);<tr><td><a name="l38" href="#l38">38</a><td>goog.addDependency(&quot;../webdriver/session.js&quot;, [&quot;webdriver.Session&quot;], [&quot;webdriver.Capabilities&quot;]);<tr><td><a name="l39" href="#l39">39</a><td>goog.addDependency(&quot;../webdriver/builder.js&quot;, [&quot;webdriver.Builder&quot;], [&quot;goog.userAgent&quot;,&quot;webdriver.AbstractBuilder&quot;,&quot;webdriver.FirefoxDomExecutor&quot;,&quot;webdriver.WebDriver&quot;,&quot;webdriver.http.CorsClient&quot;,&quot;webdriver.http.Executor&quot;,&quot;webdriver.http.XhrClient&quot;,&quot;webdriver.process&quot;]);<tr><td><a name="l40" href="#l40">40</a><td>goog.addDependency(&quot;../webdriver/abstractbuilder.js&quot;, [&quot;webdriver.AbstractBuilder&quot;], [&quot;webdriver.Capabilities&quot;,&quot;webdriver.process&quot;]);<tr><td><a name="l41" href="#l41">41</a><td>goog.addDependency(&quot;../webdriver/firefoxdomexecutor.js&quot;, [&quot;webdriver.FirefoxDomExecutor&quot;], [&quot;bot.response&quot;,&quot;goog.json&quot;,&quot;goog.userAgent.product&quot;,&quot;webdriver.Command&quot;,&quot;webdriver.CommandName&quot;]);<tr><td><a name="l42" href="#l42">42</a><td>goog.addDependency(&quot;../webdriver/http/corsclient.js&quot;, [&quot;webdriver.http.CorsClient&quot;], [&quot;goog.json&quot;,&quot;webdriver.http.Response&quot;]);<tr><td><a name="l43" href="#l43">43</a><td>goog.addDependency(&quot;../webdriver/http/http.js&quot;, [&quot;webdriver.http.Client&quot;,&quot;webdriver.http.Executor&quot;,&quot;webdriver.http.Request&quot;,&quot;webdriver.http.Response&quot;], [&quot;bot.ErrorCode&quot;,&quot;goog.array&quot;,&quot;goog.json&quot;,&quot;webdriver.CommandName&quot;,&quot;webdriver.promise.Deferred&quot;]);<tr><td><a name="l44" href="#l44">44</a><td>goog.addDependency(&quot;../webdriver/http/xhrclient.js&quot;, [&quot;webdriver.http.XhrClient&quot;], [&quot;goog.json&quot;,&quot;goog.net.XmlHttp&quot;,&quot;webdriver.http.Response&quot;]);<tr><td><a name="l45" href="#l45">45</a><td>goog.addDependency(&quot;net/xmlhttp.js&quot;, [&quot;goog.net.DefaultXmlHttpFactory&quot;,&quot;goog.net.XmlHttp&quot;,&quot;goog.net.XmlHttp.OptionType&quot;,&quot;goog.net.XmlHttp.ReadyState&quot;,&quot;goog.net.XmlHttpDefines&quot;], [&quot;goog.asserts&quot;,&quot;goog.net.WrapperXmlHttpFactory&quot;,&quot;goog.net.XmlHttpFactory&quot;]);<tr><td><a name="l46" href="#l46">46</a><td>goog.addDependency(&quot;net/wrapperxmlhttpfactory.js&quot;, [&quot;goog.net.WrapperXmlHttpFactory&quot;], [&quot;goog.net.XhrLike&quot;,&quot;goog.net.XmlHttpFactory&quot;]);<tr><td><a name="l47" href="#l47">47</a><td>goog.addDependency(&quot;net/xhrlike.js&quot;, [&quot;goog.net.XhrLike&quot;], []);<tr><td><a name="l48" href="#l48">48</a><td>goog.addDependency(&quot;net/xmlhttpfactory.js&quot;, [&quot;goog.net.XmlHttpFactory&quot;], [&quot;goog.net.XhrLike&quot;]);<tr><td><a name="l49" href="#l49">49</a><td>goog.addDependency(&quot;../webdriver/testing/asserts.js&quot;, [&quot;webdriver.testing.Assertion&quot;,&quot;webdriver.testing.ContainsMatcher&quot;,&quot;webdriver.testing.NegatedAssertion&quot;,&quot;webdriver.testing.assert&quot;,&quot;webdriver.testing.asserts&quot;], [&quot;goog.array&quot;,&quot;goog.labs.testing.CloseToMatcher&quot;,&quot;goog.labs.testing.EndsWithMatcher&quot;,&quot;goog.labs.testing.EqualToMatcher&quot;,&quot;goog.labs.testing.EqualsMatcher&quot;,&quot;goog.labs.testing.GreaterThanEqualToMatcher&quot;,&quot;goog.labs.testing.GreaterThanMatcher&quot;,&quot;goog.labs.testing.LessThanEqualToMatcher&quot;,&quot;goog.labs.testing.LessThanMatcher&quot;,&quot;goog.labs.testing.InstanceOfMatcher&quot;,&quot;goog.labs.testing.IsNotMatcher&quot;,&quot;goog.labs.testing.IsNullMatcher&quot;,&quot;goog.labs.testing.IsNullOrUndefinedMatcher&quot;,&quot;goog.labs.testing.IsUndefinedMatcher&quot;,&quot;goog.labs.testing.Matcher&quot;,&quot;goog.labs.testing.ObjectEqualsMatcher&quot;,&quot;goog.labs.testing.RegexMatcher&quot;,&quot;goog.labs.testing.StartsWithMatcher&quot;,&quot;goog.labs.testing.assertThat&quot;,&quot;goog.string&quot;,&quot;webdriver.promise&quot;]);<tr><td><a name="l50" href="#l50">50</a><td>goog.addDependency(&quot;labs/testing/numbermatcher.js&quot;, [&quot;goog.labs.testing.CloseToMatcher&quot;,&quot;goog.labs.testing.EqualToMatcher&quot;,&quot;goog.labs.testing.GreaterThanEqualToMatcher&quot;,&quot;goog.labs.testing.GreaterThanMatcher&quot;,&quot;goog.labs.testing.LessThanEqualToMatcher&quot;,&quot;goog.labs.testing.LessThanMatcher&quot;], [&quot;goog.asserts&quot;,&quot;goog.labs.testing.Matcher&quot;]);<tr><td><a name="l51" href="#l51">51</a><td>goog.addDependency(&quot;labs/testing/matcher.js&quot;, [&quot;goog.labs.testing.Matcher&quot;], []);<tr><td><a name="l52" href="#l52">52</a><td>goog.addDependency(&quot;labs/testing/stringmatcher.js&quot;, [&quot;goog.labs.testing.ContainsStringMatcher&quot;,&quot;goog.labs.testing.EndsWithMatcher&quot;,&quot;goog.labs.testing.EqualToIgnoringCaseMatcher&quot;,&quot;goog.labs.testing.EqualToIgnoringWhitespaceMatcher&quot;,&quot;goog.labs.testing.EqualsMatcher&quot;,&quot;goog.labs.testing.RegexMatcher&quot;,&quot;goog.labs.testing.StartsWithMatcher&quot;,&quot;goog.labs.testing.StringContainsInOrderMatcher&quot;], [&quot;goog.asserts&quot;,&quot;goog.labs.testing.Matcher&quot;,&quot;goog.string&quot;]);<tr><td><a name="l53" href="#l53">53</a><td>goog.addDependency(&quot;labs/testing/objectmatcher.js&quot;, [&quot;goog.labs.testing.HasPropertyMatcher&quot;,&quot;goog.labs.testing.InstanceOfMatcher&quot;,&quot;goog.labs.testing.IsNullMatcher&quot;,&quot;goog.labs.testing.IsNullOrUndefinedMatcher&quot;,&quot;goog.labs.testing.IsUndefinedMatcher&quot;,&quot;goog.labs.testing.ObjectEqualsMatcher&quot;], [&quot;goog.labs.testing.Matcher&quot;,&quot;goog.string&quot;]);<tr><td><a name="l54" href="#l54">54</a><td>goog.addDependency(&quot;labs/testing/logicmatcher.js&quot;, [&quot;goog.labs.testing.AllOfMatcher&quot;,&quot;goog.labs.testing.AnyOfMatcher&quot;,&quot;goog.labs.testing.IsNotMatcher&quot;], [&quot;goog.array&quot;,&quot;goog.labs.testing.Matcher&quot;]);<tr><td><a name="l55" href="#l55">55</a><td>goog.addDependency(&quot;labs/testing/assertthat.js&quot;, [&quot;goog.labs.testing.MatcherError&quot;,&quot;goog.labs.testing.assertThat&quot;], [&quot;goog.asserts&quot;,&quot;goog.debug.Error&quot;,&quot;goog.labs.testing.Matcher&quot;]);</table></pre></main><nav id="topnav"><div><div id="menubutton"><label for="sidenav-toggle">Menu</label></div><form id="searchbox"><div><input type="search" placeholder="Search" tabindex="1"></div></form></div></nav><nav id="sidenav"><input type="checkbox" id="sidenav-types-ctrl" /><input type="checkbox" id="sidenav-files-ctrl" /><input type="checkbox" id="sidenav-modules-ctrl" /><a id="sidenav-overview"><div><h4>Overview</h4></div></a><div id="sidenav-types"><label for="sidenav-types-ctrl"><h4>Types</h4></label><i>No data</i></div><div id="sidenav-modules"><label for="sidenav-modules-ctrl"><h4>Modules</h4></label><i>No data</i></div><div id="sidenav-files"><label for="sidenav-files-ctrl"><h4>Files</h4></label><i>No data</i></div><a href="license.html"><div><h4>License</h4></div></a></nav><div id="push-footer"></div></div><footer><a href="https://github.com/jleyba/js-dossier">Generated by dossier</a></footer><script src="../../../types.js"></script><script src="../../../dossier.js"></script>