| Commit message (Expand) | Author | Age | Files | Lines |
* | Take 2 at browser_sync::ExtensionsActivityMonitor. | tim@chromium.org | 2009-10-28 | 1 | -1/+8 |
* | Revert (4 of 4) 30153 - Introduce browser_sync::ExtensionsActivityMonitor to ... | tim@chromium.org | 2009-10-27 | 1 | -8/+1 |
* | Introduce browser_sync::ExtensionsActivityMonitor to collect extensions API u... | tim@chromium.org | 2009-10-27 | 1 | -1/+8 |
* | Move the json-related files into a separate json directory. This hopefully also | brettw@chromium.org | 2009-10-23 | 1 | -6/+6 |
* | Small cleanup to extension function registration to avoid scattered definitions. | mpcomplete@chromium.org | 2009-10-14 | 1 | -2/+1 |
* | Coverity: Fix memleak in GetNodeDictionary again. | mattm@chromium.org | 2009-09-29 | 1 | -3/+2 |
* | finished testing functions and added events to bookmark tests. | erikkay@chromium.org | 2009-09-08 | 1 | -3/+0 |
* | more bookmark tests, plus fix a couple of API bugs | erikkay@chromium.org | 2009-09-01 | 1 | -11/+21 |
* | Extension API Renaming/Consistency changes | rafaelw@chromium.org | 2009-08-28 | 1 | -2/+4 |
* | (Extension API) Make BookmarkTreeNode.index "type":"integer" | rafaelw@chromium.org | 2009-08-24 | 1 | -2/+1 |
* | Reapply r23840 - Also return bookmark index through bookmarks API. | kuchhal@chromium.org | 2009-08-20 | 1 | -1/+4 |
* | Revert "Also return bookmark index through bookmarks API." | kuchhal@chromium.org | 2009-08-20 | 1 | -4/+1 |
* | Also return bookmark index through bookmarks API. | kuchhal@chromium.org | 2009-08-20 | 1 | -1/+4 |
* | Push bookmarks.remove/removeAll polymorphism into c++. fix bookmarks id schem... | rafaelw@chromium.org | 2009-07-24 | 1 | -9/+15 |
* | Changed the extension.connect() API not to broadcast to all tabs. Added a | mpcomplete@chromium.org | 2009-07-20 | 1 | -2/+4 |
* | Lands http://codereview.chromium.org/155428 for Thiago, which changes | sky@chromium.org | 2009-07-15 | 1 | -8/+0 |
* | Try the original CL "Always persist bookmark IDs" again with the fix to | munjal@chromium.org | 2009-07-13 | 1 | -28/+60 |
* | Revert "Always persist bookmark IDs." | tc@google.com | 2009-07-13 | 1 | -60/+28 |
* | Always persist bookmark IDs. | munjal@chromium.org | 2009-07-13 | 1 | -28/+60 |
* | Fix memleak in GetNodeDictionary. | finnur@chromium.org | 2009-06-30 | 1 | -19/+18 |
* | a few minor tweaks the bookmarks API: | erikkay@google.com | 2009-06-29 | 1 | -7/+29 |
* | Make bookmark model public interface use const BookmarkNode* instead of | munjal@chromium.org | 2009-06-26 | 1 | -35/+38 |
* | Clean up bookmark API to match style of other extension APIs | erikkay@google.com | 2009-06-10 | 1 | -87/+76 |
* | Make AsyncExtensionFunction possible. | mpcomplete@google.com | 2009-06-05 | 1 | -2/+20 |
* | Support for searching bookmarks for IDN. | brettw@chromium.org | 2009-06-02 | 1 | -1/+4 |
* | Separate out the string constants used for extension API function | aa@chromium.org | 2009-05-26 | 1 | -87/+66 |
* | more extensions bookmarks changes:* add schema verification* add unit tests f... | erikkay@google.com | 2009-04-29 | 1 | -2/+175 |
* | A subset of the bookmarks API- missing events- missing unit tests- missing ab... | erikkay@google.com | 2009-04-17 | 1 | -0/+325 |