summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui
Commit message (Expand)AuthorAgeFilesLines
* Fifth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-0612-3/+29
* Fourth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-2/+4
* Coverity: Fix unnecessary Singleton object instantiation.mattm@chromium.org2009-11-058-13/+13
* Eliminate QueryOptions::most_recent_visit_only. All non-unittest consumers o...pkasting@chromium.org2009-11-031-7/+2
* Clean up temp scaffolding stubs some. It can be mac only now.estade@chromium.org2009-11-022-15/+1
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-022-2/+2
* Convert chrome_url_data_manager (previously a global) into a Singleton. Thistony@chromium.org2009-10-309-29/+33
* Revert "Convert chrome_url_data_manager (previously a global) into a"tony@chromium.org2009-10-309-33/+29
* Convert chrome_url_data_manager (previously a global) into atony@chromium.org2009-10-309-29/+33
* Some new tab ui fixes.tony@chromium.org2009-10-292-9/+18
* NTP: Allow hiding tips and bookmark sync.arv@chromium.org2009-10-296-2/+118
* Convert ReplaceStringPlaceholders(std::string...) to take atony@chromium.org2009-10-291-4/+2
* 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