summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui
Commit message (Expand)AuthorAgeFilesLines
...
* Remove old NTParv@chromium.org2009-10-123-27/+5
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-0/+1
* Revert r28645 - "Render sync code inactive..."tim@chromium.org2009-10-101-0/+6
* Render sync code inactive without any way to enable.tim@chromium.org2009-10-101-6/+0
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-092-2/+2
* Mac: Theme the bookmark bar on the new tab page.erg@chromium.org2009-10-091-0/+4
* Revert "Revert "Start the database query for the new tab page results as soon""tony@chromium.org2009-10-092-39/+93
* Revert "Start the database query for the new tab page results astony@chromium.org2009-10-092-85/+34
* Start the database query for the new tab page results as soontony@chromium.org2009-10-092-34/+85
* Move MostVisitedHandler into a separate file because it's big.tony@chromium.org2009-10-084-811/+860
* Fix tips in OS X to respect system language settings instead of locale.mirandac@chromium.org2009-10-071-5/+5
* Revert r28050 and put the paint observer timeout back to 2 sec.tony@chromium.org2009-10-061-1/+1
* Modify extension request IPC messages to pass a ListValue instead of a string.mpcomplete@chromium.org2009-10-062-15/+3
* Mac: Implements the special bookmark bar on NTP.erg@chromium.org2009-10-061-8/+8
* Remove references to DOMUIContents. It looks like the class doesn't exist.tony@chromium.org2009-10-051-1/+1
* Up the new tab paint observer timeout from 2s to 5s. Trying to seetony@chromium.org2009-10-051-2/+2
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-035-9/+6
* Add histograms that track how long it takes to open the new tab page.tony@chromium.org2009-10-021-0/+20
* Fix the NewTabUI load UMA metric.tony@chromium.org2009-10-022-9/+20
* Fix NTP so that it updates on theme change.mirandac@chromium.org2009-10-022-5/+15
* Fix linux views build.estade@chromium.org2009-10-021-2/+2
* GTK: Detach bookmark bar on NTP.estade@chromium.org2009-10-011-0/+4
* Coverity: Check return value of GetInteger.mattm@chromium.org2009-10-011-2/+1
* Coverity: tips_cache_->GetSize() returns an unsigned int so the comparison >=...jhawkins@chromium.org2009-09-301-1/+3
* BrowsingDataRemover* should not be scoped.kuchhal@chromium.org2009-09-302-8/+8
* Reverting 27389.darin@chromium.org2009-09-301-2/+2
* Remove the enable-sync flag from the Chrome command line and enable sync by d...brg@chromium.com2009-09-292-1/+11
* Reverting 27379, in hopes of fixing browser_tests.senorblanco@chromium.org2009-09-281-2/+2
* Assert that thread-safe reference counting is used withdarin@chromium.org2009-09-281-2/+2
* Misc. Cleanup related to OOP Profile Importjeremy@chromium.org2009-09-251-0/+1
* Coverity: Initialize pending_buf_size_ in the constructor.jhawkins@chromium.org2009-09-241-1/+4
* Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...pkasting@chromium.org2009-09-241-3/+3
* Reverting 26975.pkasting@chromium.org2009-09-231-3/+3
* Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...pkasting@chromium.org2009-09-231-3/+3
* Adds a theme promo in the lower right cornerarv@chromium.org2009-09-232-4/+16
* Fix check for wr_list validity not covering entire use.mattm@chromium.org2009-09-181-3/+2
* Change the URLs used to access "view-cache:" and "view-net-internals:".eroman@chromium.org2009-09-141-0/+35
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-105-8/+8
* Fix problem of white box appearing in themes without an NTP background image.mirandac@chromium.org2009-09-101-8/+8
* Ensure that tips change when the Chrome language changes.mirandac@chromium.org2009-09-101-0/+15
* Fix to use FilePath version of PathService::Get.thestig@chromium.org2009-09-091-1/+1
* NNTP: Fix issue with pinning the pre-populated thumbnails.arv@google.com2009-09-041-49/+66
* Revert "Revert "Allow DOMUI pages to call window.open(), giving DOMUI privile...mpcomplete@chromium.org2009-09-032-79/+73
* NNTP: Fix link and link underline colorsarv@google.com2009-09-031-0/+7
* GTK Themes: Add basic unit tests for gtk themes.erg@google.com2009-09-031-1/+1
* Add warnings around the new tab page command line switch and its use so peoplebrettw@chromium.org2009-09-031-0/+4
* Revert r25250: "Allow DOMUI pages to call window.open(), giving DOMUI privile...mpcomplete@chromium.org2009-09-022-73/+79
* Allow DOMUI pages to call window.open(), giving DOMUI privileges to the newmpcomplete@chromium.org2009-09-022-79/+73
* Improve New Tab Page load performance.mark@chromium.org2009-09-025-67/+167
* Fix issue with the ordering of the most visited items.arv@google.com2009-09-021-34/+48