Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(423)

Side by Side Diff: chrome/common/extensions/docs/extensions/webNavigation.html

Issue 10805066: Pass the render process id to the FrameNavigationState. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch for landing Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 </dt> 589 </dt>
590 <dd>True if the last navigation in this frame was interrupted by an er ror, i.e. the onErrorOccurred event fired.</dd> 590 <dd>True if the last navigation in this frame was interrupted by an er ror, i.e. the onErrorOccurred event fired.</dd>
591 <!-- OBJECT PROPERTIES --> 591 <!-- OBJECT PROPERTIES -->
592 <!-- OBJECT METHODS --> 592 <!-- OBJECT METHODS -->
593 <!-- OBJECT EVENT FIELDS --> 593 <!-- OBJECT EVENT FIELDS -->
594 <!-- FUNCTION PARAMETERS --> 594 <!-- FUNCTION PARAMETERS -->
595 </div> 595 </div>
596 </div><div> 596 </div><div>
597 <div> 597 <div>
598 <dt> 598 <dt>
599 <var>processId</var>
600 <em>
601 <!-- TYPE -->
602 <div style="display:inline">
603 (
604 <span id="typeTemplate">
605 <span>
606 <span>integer</span>
607 </span>
608 </span>
609 )
610 </div>
611 </em>
612 </dt>
613 <dd>The ID of the process runs the renderer for this tab.</dd>
614 <!-- OBJECT PROPERTIES -->
615 <!-- OBJECT METHODS -->
616 <!-- OBJECT EVENT FIELDS -->
617 <!-- FUNCTION PARAMETERS -->
618 </div>
619 </div><div>
620 <div>
621 <dt>
599 <var>frameId</var> 622 <var>frameId</var>
600 <em> 623 <em>
601 <!-- TYPE --> 624 <!-- TYPE -->
602 <div style="display:inline"> 625 <div style="display:inline">
603 ( 626 (
604 <span id="typeTemplate"> 627 <span id="typeTemplate">
605 <span> 628 <span>
606 <span>integer</span> 629 <span>integer</span>
607 </span> 630 </span>
608 </span> 631 </span>
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 </dt> 728 </dt>
706 <dd>The ID of the tab in which the frame is.</dd> 729 <dd>The ID of the tab in which the frame is.</dd>
707 <!-- OBJECT PROPERTIES --> 730 <!-- OBJECT PROPERTIES -->
708 <!-- OBJECT METHODS --> 731 <!-- OBJECT METHODS -->
709 <!-- OBJECT EVENT FIELDS --> 732 <!-- OBJECT EVENT FIELDS -->
710 <!-- FUNCTION PARAMETERS --> 733 <!-- FUNCTION PARAMETERS -->
711 </div> 734 </div>
712 </div><div> 735 </div><div>
713 <div> 736 <div>
714 <dt> 737 <dt>
738 <var>processId</var>
739 <em>
740 <!-- TYPE -->
741 <div style="display:inline">
742 (
743 <span id="typeTemplate">
744 <span>
745 <span>integer</span>
746 </span>
747 </span>
748 )
749 </div>
750 </em>
751 </dt>
752 <dd>The ID of the process runs the renderer for this tab.</dd>
753 <!-- OBJECT PROPERTIES -->
754 <!-- OBJECT METHODS -->
755 <!-- OBJECT EVENT FIELDS -->
756 <!-- FUNCTION PARAMETERS -->
757 </div>
758 </div><div>
759 <div>
760 <dt>
715 <var>frameId</var> 761 <var>frameId</var>
716 <em> 762 <em>
717 <!-- TYPE --> 763 <!-- TYPE -->
718 <div style="display:inline"> 764 <div style="display:inline">
719 ( 765 (
720 <span id="typeTemplate"> 766 <span id="typeTemplate">
721 <span> 767 <span>
722 <span>integer</span> 768 <span>integer</span>
723 </span> 769 </span>
724 </span> 770 </span>
(...skipping 1860 matching lines...) Expand 10 before | Expand all | Expand 10 after
2585 _uff=0; 2631 _uff=0;
2586 urchinTracker(); 2632 urchinTracker();
2587 } 2633 }
2588 catch(e) {/* urchinTracker not available. */} 2634 catch(e) {/* urchinTracker not available. */}
2589 </script> 2635 </script>
2590 <!-- end analytics --> 2636 <!-- end analytics -->
2591 </div> 2637 </div>
2592 </div> <!-- /gc-footer --> 2638 </div> <!-- /gc-footer -->
2593 </div> <!-- /gc-container --> 2639 </div> <!-- /gc-container -->
2594 </body></html> 2640 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698