| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable first run for the New Tab Cold perf test. | arv@google.com | 2009-07-28 | 1 | -0/+9 |
* | Disable the tips service by default. | arv@google.com | 2009-07-25 | 1 | -8/+8 |
* | , INNTP: Adds 2 hard coded thumbnails. | arv@google.com | 2009-07-25 | 1 | -2/+71 |
* | Make the NNTP listen for the correct theme changed notification. | glen@chromium.org | 2009-07-24 | 1 | -2/+2 |
* | Adds the first run banner. | arv@google.com | 2009-07-23 | 1 | -2/+21 |
* | NNTP: Merge the recent activities into one list and show more items | arv@google.com | 2009-07-21 | 1 | -1/+2 |
* | Adds timestamp to session restore for tabs and windows. | arv@google.com | 2009-07-20 | 1 | -2/+3 |
* | Lands http://codereview.chromium.org/155428 for Thiago, which changes | sky@chromium.org | 2009-07-15 | 1 | -2/+4 |
* | Update tooltips according to Roma. I ended up calling "Unpin" "Don't | arv@google.com | 2009-07-14 | 1 | -1/+6 |
* | This provides a simpler js template engine than JsTemplate. It has been | arv@google.com | 2009-07-14 | 1 | -4/+7 |
* | Turn backend tip service on by default. | mirandac@chromium.org | 2009-07-12 | 1 | -4/+4 |
* | Remove null link from "welcome to tips" default suggestion. Also make some h... | mirandac@chromium.org | 2009-07-01 | 1 | -0/+5 |
* | Reland arv's NNTP enablery after it was reverted in 19603 | glen@chromium.org | 2009-06-30 | 1 | -31/+30 |
* | Reverting 19593. | glen@chromium.org | 2009-06-30 | 1 | -30/+31 |
* | Enable the NNTP by default. | arv@google.com | 2009-06-30 | 1 | -31/+30 |
* | Take two for http://codereview.chromium.org/131094 | tim@chromium.org | 2009-06-29 | 1 | -87/+87 |
* | Fix the forgotten renames of recommendations to tips. | arv@google.com | 2009-06-27 | 1 | -4/+4 |
* | revert cl 19438 | rvargas@google.com | 2009-06-27 | 1 | -25/+359 |
* | Make the new new tab page the default new tab page. | arv@google.com | 2009-06-26 | 1 | -359/+25 |
* | Make bookmark model public interface use const BookmarkNode* instead of | munjal@chromium.org | 2009-06-26 | 1 | -12/+12 |
* | Revert cl 19359 due to browser_tests timeout. | tim@chromium.org | 2009-06-26 | 1 | -87/+87 |
* | Add a 'RegisterMessages' function to DOMMessageHandler to make it easy to con... | tim@chromium.org | 2009-06-26 | 1 | -87/+87 |
* | Hooks backend tip service into new tab page. Also changes tip service to loa... | mirandac@chromium.org | 2009-06-25 | 1 | -3/+3 |
* | Add tooltips to buttons on the new new tab page as well as remove the | arv@google.com | 2009-06-24 | 1 | -17/+22 |
* | Update the New New Tab Page. There are still a lot of things that are | arv@google.com | 2009-06-22 | 1 | -3/+37 |
* | First draft of web resource service; fetches data from a JSON feed | mirandac@chromium.org | 2009-06-18 | 1 | -0/+14 |
* | Fixes bug where keyword editor would end up prefixing all keyword urls | sky@chromium.org | 2009-06-15 | 1 | -2/+2 |
* | Second (and hopefully the final) fix for the issue 805: | yusukes@google.com | 2009-06-06 | 1 | -0/+6 |
* | Don't call HandleGetMostVisited on the backend after each black list | arv@google.com | 2009-06-06 | 1 | -15/+8 |
* | More theme bits for the NTP and window frame. | glen@chromium.org | 2009-06-05 | 1 | -1/+6 |
* | Adds the backend for pinned items on the most visited page. | arv@google.com | 2009-06-05 | 1 | -17/+179 |
* | Allow themes to change the background of the new tab page. Adds support for d... | glen@chromium.org | 2009-06-02 | 1 | -4/+19 |
* | Allow passing in a file path to a file that will be used for the new new tab | arv@google.com | 2009-05-29 | 1 | -4/+48 |
* | Missed a case when converting this file to NotificationRegistrar. | pkasting@chromium.org | 2009-05-22 | 1 | -6/+4 |
* | Use a NotificationRegistrar to handle notification observing. | pkasting@chromium.org | 2009-05-21 | 1 | -5/+2 |
* | Adds a new command line switch called new-new-tab-page which enables | arv@chromium.org | 2009-05-19 | 1 | -2/+27 |
* | Re-land of earlier NTP theme patch; now with mac and linux compatibility. | glen@chromium.org | 2009-05-15 | 1 | -0/+16 |
* | Signature changed to take a Profile* | tim@chromium.org | 2009-05-15 | 1 | -1/+1 |
* | Undo 16020 | glen@chromium.org | 2009-05-14 | 1 | -16/+0 |
* | Allow the new tab page to be themed (you may want to review DOMUIThemeSource ... | glen@chromium.org | 2009-05-14 | 1 | -0/+16 |
* | Remove win-specific ifdefs to enable searching history. TEST=Searching histor... | pinkerton@chromium.org | 2009-05-13 | 1 | -6/+0 |
* | This is the first pass at themes. | glen@chromium.org | 2009-05-09 | 1 | -0/+6 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -6/+6 |
* | Changes closed windows on the new tab page to show the Chromium/Chrome | sky@chromium.org | 2009-04-23 | 1 | -2/+4 |
* | Re-land my change to clean up TabContents/WebContents ownership. This | brettw@chromium.org | 2009-04-20 | 1 | -5/+2 |
* | Reverting 14005. | brettw@chromium.org | 2009-04-18 | 1 | -2/+5 |
* | Fix the ownership model of TabContents and NavigationController. Previously the | brettw@chromium.org | 2009-04-18 | 1 | -5/+2 |
* | Few changes to the NTP remove thumbnails: | jcampan@chromium.org | 2009-04-15 | 1 | -30/+56 |