index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
dom_ui
/
new_tab_ui.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
This CL adds some UI to remove most-visited thumbnails from the New Tab Page.
jcampan@chromium.org
2009-04-13
1
-6
/
+99
*
Make the font family and the font size used in dom UI localizable. This is a ...
jungshik@google.com
2009-04-03
1
-6
/
+2
*
Fix purify error for DOM UI unit test.
brettw@chromium.org
2009-03-26
1
-2
/
+1
*
Make the bookmarks bar disappear when the load after the new tab page commits
brettw@chromium.org
2009-03-25
1
-14
/
+24
*
Reverting 12469.
brettw@chromium.org
2009-03-25
1
-20
/
+14
*
Make the bookmarks bar disappear when the load after the new tab page commits
brettw@chromium.org
2009-03-25
1
-14
/
+20
*
New tab page was linking to the wrong URL for the history page. We don't need...
glen@chromium.org
2009-03-24
1
-15
/
+2
*
Fixes crash in new tab page when searching from a field other than the
sky@google.com
2009-03-24
1
-4
/
+6
*
Merge DOMUIContents into WebContents.
brettw@chromium.org
2009-03-17
1
-134
/
+337
*
Run more unit tests on Linux:
phajdan.jr@chromium.org
2009-03-09
1
-4
/
+7
*
Add a command-line disable-p13n and use that to disable
munjal@chromium.org
2009-03-05
1
-1
/
+3
*
Remove the TAB_CONTENTS_NEW_TAB_UI tab contents type. This was not actually used
brettw@chromium.org
2009-03-05
1
-9
/
+4
*
Get history and download HTML UIs into Mac/Linux builds along with supporting...
pinkerton@chromium.org
2009-03-05
1
-8
/
+0
*
Make New Tab Page work correctly in incognito mode (8294)
glen@chromium.org
2009-03-04
1
-12
/
+1
*
revert broken change 10833
nsylvain@chromium.org
2009-03-03
1
-60
/
+45
*
Port DictionaryValue to use string16 instead of wstring.
dsh@google.com
2009-03-03
1
-45
/
+60
*
Revert dsh's change 10818
nsylvain@chromium.org
2009-03-03
1
-58
/
+45
*
Port DictionaryValue to use string16 instead of wstring.
dsh@google.com
2009-03-03
1
-45
/
+58
*
Fix compilations errors introduced by revision 10712.
maruel@chromium.org
2009-03-02
1
-1
/
+2
*
Fix crash; dom_ui_ is destroyed by LoadURL.
glen@chromium.org
2009-03-01
1
-1
/
+3
*
Get rid of wstring variants of StringToFoo.
dsh@google.com
2009-02-28
1
-1
/
+1
*
Refactor the p13n NTP handler.
nick@chromium.org
2009-02-26
1
-1
/
+1
*
Enable history and downloads by default, port NewTabUI from DOMUIHost to DOMUI.
glen@chromium.org
2009-02-25
1
-102
/
+80
*
Add "new tab" ui to the build and remove some of the scaffolding. Fix compati...
pinkerton@chromium.org
2009-02-25
1
-1
/
+16
[next]