summaryrefslogtreecommitdiffstats
path: root/components/offline_pages/offline_page_item.cc
Commit message (Collapse)AuthorAgeFilesLines
* [Offline pages] Adding bookmark ID to offline page (removing title)fgorski2015-08-061-4/+4
| | | | | | | | | | | This change is necessary, as title is already stored by the bookmark, while bookmark ID is how all the filtering and matching is done by the model and UI. Without this update any filtering logic will be very inefficient. BUG=491352 Review URL: https://codereview.chromium.org/1262743006 Cr-Commit-Position: refs/heads/master@{#342206}
* [Offline pages] Adding capability to load all bookmarks on the Java sidefgorski2015-07-281-1/+1
| | | | | | | | | | | | | | | | Adding capability to load the bookmarks to OfflinePageBridge.java Adding capability to pass the result back to java from C++ side of the Offline Page Bridge. Adding a test for loading empty list of bookmarks in OfflinePageBridgeTest.java Adding definition of OfflinePageItem BUG=491352 R=mariakhomenko@chromium.org Review URL: https://codereview.chromium.org/1255973002 Cr-Commit-Position: refs/heads/master@{#340645}
* Updating type of offline page item title to base::string16fgorski2015-07-081-2/+2
| | | | | | | | | | This is done, because web page titles actually come in string16. BUG=491352 Review URL: https://codereview.chromium.org/1214543002 Cr-Commit-Position: refs/heads/master@{#337856}
* Initial commit of offline pages.fgorski2015-06-031-0/+52
* Creates OfflinePageModel (not implemented) and basic OfflinePageItem * Adds components/offline_pages with OWNERS and DEPS * Creates components/offline_pages.gypi * Includes offline pages across gyp files BUG=491352 Review URL: https://codereview.chromium.org/1147983005 Cr-Commit-Position: refs/heads/master@{#332508}