diff options
author | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-02 00:15:27 +0000 |
---|---|---|
committer | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-02 00:15:27 +0000 |
commit | 469f7c12ebcda341b297d28e595f03ebdb113c6e (patch) | |
tree | 53e69159fe485e79450c502cc664256202786123 /chrome/common/extensions/docs/static/bookmarks.html | |
parent | 4aaad381035049318843163bdb0e2e888678fea4 (diff) | |
download | chromium_src-469f7c12ebcda341b297d28e595f03ebdb113c6e.zip chromium_src-469f7c12ebcda341b297d28e595f03ebdb113c6e.tar.gz chromium_src-469f7c12ebcda341b297d28e595f03ebdb113c6e.tar.bz2 |
Extension Doc Changes (no building or testable changes): minor changes for tab & windows doc
Tabs, Windows, Bookmarks, Themes doc content changes. Fix internal anchor problem (not hiding/showing for rendered docs). Only render dynamically for file: scheme. Fix <pre> issues in rendered docs (now no longer all one line). Alphabetize methods, events & types. Use h* ids for anchor names if found.
BUG=20803
TBR=aa
Review URL: http://codereview.chromium.org/179068
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25127 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static/bookmarks.html')
-rwxr-xr-x | chrome/common/extensions/docs/static/bookmarks.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/chrome/common/extensions/docs/static/bookmarks.html b/chrome/common/extensions/docs/static/bookmarks.html index 5fd2fd8..8034474 100755 --- a/chrome/common/extensions/docs/static/bookmarks.html +++ b/chrome/common/extensions/docs/static/bookmarks.html @@ -35,12 +35,8 @@ Objects that represent bookmarks can have the following properties: <dl> <dt> <code>id</code> </dt> <dd> An integer ID that's unique for each bookmark. - Don't save this ID in persistent storage; - the ID for a particular bookmark might change - the next time the browser is started. - <span class="comment"> - [PENDING: these might be persistent now] - </span> + IDs are unique and persisted within the current profile and are + and stable across shutdown and startup of the browser. </dd> <dt> <code>title</code> </dt> |