summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Noticed when I crashed while running in RTL mode that the crash string had it...pkasting@chromium.org2010-08-141-11/+11
* Misc. cleanup: simplify some code, add a few commentspkasting@chromium.org2010-08-135-49/+20
* Fix some issues with the New Tab Page:pkasting@chromium.org2010-08-133-2/+4
* CommandLine: eliminate wstring-accepting AppendLooseValueevan@chromium.org2010-08-136-18/+14
* Grant ChromeApplications unlimited appcache and database storage if requested.michaeln@chromium.org2010-08-134-15/+164
* Overwrite a list to display the passwords.sargrass@google.com2010-08-137-24/+241
* Fix a bad line ending in sync_resource_handler.cc.jhawkins@chromium.org2010-08-131-1/+1
* Fix suggested save file name for title-less pages.estade@chromium.org2010-08-133-61/+95
* Rename the extension manifest key "unlimited_storage" to "unlimitedStorage"asargent@chromium.org2010-08-132-4/+20
* Disable two tests to green up tree after webkit mergejar@chromium.org2010-08-131-2/+5
* Stretch first run bubble linger time out to 3 seconds to avoid getting burned...mirandac@google.com2010-08-131-1/+2
* Add TopSites::ProcessPendingCallbacks and call it after ReadDatabase.nshkrob@chromium.org2010-08-136-52/+66
* ScrollWheel scrolls by default amount (as opposed to touchpad)davemoore@chromium.org2010-08-131-0/+31
* Fix previous cl to implement new panel mock to have each title own its backgr...davemoore@chromium.org2010-08-132-32/+65
* Sites like Google Maps may trigger navigations when the user interacts with t...jcivelli@chromium.org2010-08-135-10/+44
* Include needed header for r56066; build fix.avi@chromium.org2010-08-131-0/+2
* Plumb the find progress's "we're done" value to the browser.avi@chromium.org2010-08-131-3/+2
* Convert infobar APIs to UTF-16.evan@chromium.org2010-08-1336-234/+248
* TBR: Fix chromeos build. Part 2.erg@google.com2010-08-131-1/+2
* TBR: Fix chromeos build.erg@google.com2010-08-131-0/+1
* Use new GetServiceInfo() method on SystemInfo on libcros to fix backwards inc...chocobo@chromium.org2010-08-131-2/+2
* First draft of DOM UI for about box. See chromium-os:5161 for details on whatseanparent@google.com2010-08-138-6/+613
* FBTF: Forward declare everything possible in testing_profile.herg@google.com2010-08-1356-20/+110
* Remove toolstrip references from autoupdate browser testasargent@chromium.org2010-08-131-0/+5
* Revert 55967 - This was handled by another revision and is now redundantcdn@chromium.org2010-08-131-5/+0
* Rework gfx::Font by moving platform-specific code into inner classes.ben@chromium.org2010-08-1334-81/+79
* Convert wide strings in extension_popup_api.cc and external_pref_extension_pr...viettrungluu@chromium.org2010-08-132-12/+9
* Convert wide strings in extension_context_menu_api.*.viettrungluu@chromium.org2010-08-132-14/+13
* Adding ability to sort by date to directory_lister.cc. Adding support for ti...dhg@chromium.org2010-08-132-29/+78
* Fix more races in TopSites: race on waiting_for_results_ and on top_sites_.size.nshkrob@chromium.org2010-08-131-9/+10
* Fix for issue 51693, which was a regression from integrating the open sourcerogerta@google.com2010-08-137-8/+11
* Remove (deprecated) wstring version of DictionaryValue::RemoveWithoutPathExpa...viettrungluu@chromium.org2010-08-134-14/+12
* Convert wide strings in Chrome OS DOM UI code.viettrungluu@chromium.org2010-08-1313-220/+222
* Remove a few more wide strings from Chrome OS.viettrungluu@chromium.org2010-08-131-6/+6
* Refactor OwnerKeyUtils and OwnerManager to leverage base::RSAPrivateKeycmasone@google.com2010-08-136-320/+167
* Hook new libcros function to Chrome: restart Chrome in BWSI mode with start u...avayvod@chromium.org2010-08-138-16/+45
* [Mac] Use an AppleEvent to tell the Finder to open downloaded items, rather t...rsesek@chromium.org2010-08-131-2/+90
* Redirects NetLog output to the log file, when the command linemmenke@chromium.org2010-08-135-35/+78
* Implement logic to sort input methods per language codes.satorux@chromium.org2010-08-131-3/+58
* Merge policy provider objects into singleton where possibledanno@chromium.org2010-08-133-43/+78
* Revert 56006 - Revert 56002 - Adds SpeechInputManagerImpl to handle requests ...satorux@chromium.org2010-08-134-16/+107
* Revert 56002 - Adds SpeechInputManagerImpl to handle requests from render vie...satorux@chromium.org2010-08-134-107/+16
* DevTools: disable DevToolsSanityTest.TestPauseWhenScriptIsRunning until upstr...yurys@chromium.org2010-08-131-1/+2
* Adds SpeechInputManagerImpl to handle requests from render views and return r...satish@chromium.org2010-08-134-16/+107
* Mark SessionRestoreUITest.ShareProcessesOnRestore as flaky on Linux and Mac.viettrungluu@chromium.org2010-08-131-1/+7
* Convert wide strings in extension_{page_actions_module,processes_api}_constants.viettrungluu@chromium.org2010-08-135-15/+14
* Emit an event to NetLog whenever the proxy settings change.eroman@chromium.org2010-08-133-24/+29
* DevTools: re-enable storage panel test.pfeldman@chromium.org2010-08-131-2/+1
* Convert wide strings in extension_tabs_module_constants.viettrungluu@chromium.org2010-08-136-63/+63
* Massive refactoring of extensions sync codeakalin@chromium.org2010-08-1313-537/+961