summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* page info dialog polish:estade@chromium.org2009-11-232-8/+7
* Remove ResourceBundle::LoadImageResourceBytes since it appears totony@chromium.org2009-11-237-8/+8
* Moved common OpenSyncMyBookmarksDialog() code into SyncStatusUIHelper.akalin@chromium.org2009-11-235-29/+32
* Marking the ExtensionApiTest.ExecuteScript test as flaky as it failed for no ...ananta@chromium.org2009-11-231-1/+3
* Fix environment variables not being used after switching to ChildProcessLaunc...jam@chromium.org2009-11-233-7/+8
* Make extension updates use omaha id when talking to omaha.asargent@chromium.org2009-11-233-1/+145
* Removed browser owned by HtmlDialogWindowController. This fixes the crashakalin@chromium.org2009-11-232-28/+48
* Mark all ErrorPage tests as FLAKY.phajdan.jr@chromium.org2009-11-231-75/+21
* The appcache system uses two threads, an IO thread and a DB thread.michaeln@google.com2009-11-231-0/+1
* Assorted cleanup.estade@chromium.org2009-11-2311-44/+26
* Add platform abstraction for simple error box, and use it in a couple extensi...estade@chromium.org2009-11-236-35/+7
* Add a label member to the FormField class. This member will hold the value o...jhawkins@chromium.org2009-11-231-12/+32
* Fix bug when accessing g_browser_process->broker_services() at shutdown.jam@chromium.org2009-11-236-22/+38
* Fixing GCC 4.4 build fix (landing a patch for hbono)ian@chromium.org2009-11-231-1/+1
* GTK: Set initial size for js alert.estade@chromium.org2009-11-231-0/+12
* GTK: don't dereference stale ConstrainedWindow pointer.estade@chromium.org2009-11-231-2/+4
* Default browser checking on start-up was broken.jcampan@chromium.org2009-11-231-1/+3
* Adding some missing accelerators to Linux toolkit views.jcampan@chromium.org2009-11-231-1/+10
* Add locale as a parameter to the extension link.mirandac@chromium.org2009-11-231-4/+5
* Adjust the position of the frame background image for ChromeOS to match gtk b...oshima@chromium.org2009-11-231-3/+17
* Revert "installer: clean up to use FilePath instead of std::wstring."kuchhal@chromium.org2009-11-232-9/+16
* Some small comment fixes for HostResolver and DnsMaster.eroman@chromium.org2009-11-231-1/+1
* Take 2 at moving NTP CSS resources into the NTP resource cache.tony@chromium.org2009-11-239-268/+291
* Improve unit test robustness.mrossetti@chromium.org2009-11-231-1/+1
* installer: clean up to use FilePath instead of std::wstring.kuchhal@chromium.org2009-11-232-16/+9
* Adjusts font sizes to be readable on Chrome OS.sky@chromium.org2009-11-231-0/+5
* Call FNNotify on download complete; this should help apps watching the downlo...avi@google.com2009-11-231-1/+8
* Allow reentrant tasks on window close in in-proc browser test framework. Dis...kkania@chromium.org2009-11-231-0/+14
* DevTools: Add UMA entry for inspect element action.pfeldman@chromium.org2009-11-232-2/+3
* Mac: fix toolbar sizing bug upon unloading extension/theme.viettrungluu@chromium.org2009-11-221-0/+7
* gtk: Get rid of status bubble flicker.derat@chromium.org2009-11-222-2/+20
* Mac: minor cleanup of constants in toolbar_controller.mm.viettrungluu@chromium.org2009-11-221-12/+16
* build fix: missing includeevan@chromium.org2009-11-221-0/+1
* Revert change that disallowed content scripts access toaa@chromium.org2009-11-223-6/+29
* Put the --type switch back as the first for renderers, for easy identification.mdm@chromium.org2009-11-221-6/+6
* Remove old bookmark sync promo from new tab page. mirandac@chromium.org2009-11-212-10/+1
* Revert 32754 - Remove old bookmark sync promo from new tab page.mirandac@chromium.org2009-11-212-1/+10
* Remove old bookmark sync promo from new tab page.mirandac@chromium.org2009-11-212-10/+1
* Launch all child processes asynchronously so as not to block the IO thread.jam@chromium.org2009-11-2114-349/+369
* Tommi, please review everything. John please review the changes to plugin_ser...ananta@chromium.org2009-11-212-0/+16
* Mac: Implement profile error dialog.thakis@chromium.org2009-11-211-1/+18
* Mark Page404_GoBack as flaky on linuxtim@chromium.org2009-11-211-0/+6
* Add browser_sync 'sessions' to relieve SyncCycleState, SyncProcessState, Sync...tim@chromium.org2009-11-2164-2880/+2473
* Mac: fix error message which mentions top instead of ps.viettrungluu@chromium.org2009-11-211-5/+6
* Revert 32727 - Disable sync. (Will be committed on beta branch only, and this...akalin@chromium.org2009-11-211-1/+1
* Disable sync. (Will be committed on beta branch only, and this CL will be imm...akalin@chromium.org2009-11-211-1/+1
* posix: refactor duplicated path-handling codeevan@chromium.org2009-11-212-2/+2
* Implement AutoFillType, the high-level description of AutoFill types.jhawkins@chromium.org2009-11-212-0/+187
* Use AutoReset (formerly ScopedBool) where possible.pkasting@chromium.org2009-11-205-16/+16
* Forces T*s to scoped_refptr<T> when PostTask()ing to a function expecting sco...jamesr@chromium.org2009-11-2011-42/+26