| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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}
|
|
|
|
|
|
|
|
|
|
| |
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}
|
|
* 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}
|