summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui
Commit message (Expand)AuthorAgeFilesLines
* Fix unit test memory leak introduced by my ChromeThread change.jam@chromium.org2009-10-291-6/+16
* Only use std::string when generating the NTP CSS. This savestony@chromium.org2009-10-292-29/+29
* Call Release instead of deleteing the object directly.jam@chromium.org2009-10-291-4/+8
* Fix memory leaks in unit tests from my previous checkin.jam@chromium.org2009-10-291-3/+8
* First of several patches to get rid of MessageLoop caching now that we have C...jam@chromium.org2009-10-287-54/+64
* Remove the browser_sync flag.zork@chromium.org2009-10-273-8/+1
* NewTabUITest.NTPHasThumbnails can be flakey if it takes more thantony@chromium.org2009-10-271-4/+12
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-1/+2
* Resubmit http://codereview.chromium.org/314016 with views fixedzork@chromium.org2009-10-262-4/+4
* Reverting 29961.glen@chromium.org2009-10-231-1/+1
* Build sync by default on all platforms. This also turns off sync on both Lin...zork@chromium.org2009-10-231-1/+1
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-232-6/+4
* Adding a favicon for the Extensions page.finnur@chromium.org2009-10-231-0/+3
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-231-2/+4
* Create an initial Chrome page for file browsing. This just implements thebrettw@chromium.org2009-10-213-0/+288
* Remove the unused handlers as wellarv@chromium.org2009-10-201-321/+1
* First fix to minimize copying of image data.erg@google.com2009-10-1916-54/+48
* Rename CHROME_PERSONALIZATION to BROWSER_SYNC.nick@chromium.org2009-10-173-5/+5
* NTP: Fix startup visual state arv@chromium.org2009-10-161-2/+16
* Facelifts to sync UItim@chromium.org2009-10-152-27/+40
* Add a ui test to verify that using the typical_history profiletony@chromium.org2009-10-151-0/+48
* More style nits.erg@google.com2009-10-1410-31/+38
* Use FilePaths in chrome_url_data_manager.evan@chromium.org2009-10-122-14/+14
* 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