summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
...
* Fix "Languages and Input" options.satorux@chromium.org2010-08-172-2/+3
* Move StringPrintf into its own file and use the base namespace. Currently thi...brettw@chromium.org2010-08-171-0/+1
* Made server_notifier_thread listen to UNKNOWN data type.akalin@chromium.org2010-08-174-3/+29
* Gaia authentication for access remoting directory and talkhclam@chromium.org2010-08-174-17/+138
* Cleanups to well-behaved accelerated plugin CL requested bykbr@google.com2010-08-176-96/+69
* * Add rmdir, mkdir -p and umask to d8 on Unix.evan@chromium.org2010-08-171-2/+2
* Setup dialog for remotinghclam@chromium.org2010-08-1716-181/+529
* Completely revert all my IPC work to see if this was what regressed the page ...erg@google.com2010-08-1710-26/+2
* Implemented apps sync (behind a flag).akalin@chromium.org2010-08-1620-23/+337
* - Add support for managed options so that basic controls can disable themselv...csilv@chromium.org2010-08-165-12/+55
* Regression fix: Downloads page in Incognito mode works fine now.phajdan.jr@chromium.org2010-08-1615-153/+83
* Get saved passwords when click the "show saved passwords" button on personal ...sargrass@google.com2010-08-167-23/+140
* Preserve the correct number of visible browser actions across restarts.pkasting@chromium.org2010-08-162-35/+44
* Cleanup: Rewrap lines, simplify code by using canvas mirroring instead of man...pkasting@chromium.org2010-08-161-53/+29
* Upon a bad reload of an extension, leave the original disabled instead of bla...andybons@chromium.org2010-08-162-8/+22
* Reenabled ChromeOS system setting for timezone selection.zelidrag@chromium.org2010-08-1619-119/+438
* Issue 5164: Remove addressbar from panels created from apps or extensionsstevenjb@chromium.org2010-08-161-1/+7
* Create BackgroundContents::Delegate interface to break dependency on browser.hrafaelw@chromium.org2010-08-165-17/+68
* DOMUI prefs: Fix typo in CSS valuesstuartmorgan@chromium.org2010-08-161-2/+2
* FBTF: Header cleanup in renderer_host.jhawkins@chromium.org2010-08-1627-31/+68
* Unbreak build - add missing fileestade@chromium.org2010-08-161-0/+18
* Content settings: support --enable-cookie-prompt flagestade@chromium.org2010-08-164-10/+65
* Content settings: show/hide exceptions list when the exceptions link is clicked.estade@chromium.org2010-08-165-66/+39
* PyAuto fix for declining translation.alyssad@chromium.org2010-08-161-0/+1
* I've gotten multiple crashes at shutdown due to my new DCHECKs. It seems it'...pkasting@chromium.org2010-08-161-4/+2
* Cleanup: Make function definition order match declaration order. Don't inlin...pkasting@chromium.org2010-08-162-82/+91
* Fix problem of identical search engine logos + names in search engine dialog.mirandac@chromium.org2010-08-162-9/+12
* [Mac] Poke KVO for prefs::kDownloadDefaultDirectory when resetting to default...rsesek@chromium.org2010-08-161-0/+5
* TBR: joth@chromium.orgjoth@chromium.org2010-08-161-0/+2
* Mark 2 failing tests in SavePageBrowserTest as flakyjoth@chromium.org2010-08-161-2/+2
* Remove \r from resource_dispatcher_host.ccyurys@chromium.org2010-08-161-1/+1
* Convert other callsites of AECreateDesc() to use scoped_aedesc<>.rsesek@chromium.org2010-08-162-12/+9
* Fix a subtle issue/bug for unit tests to use IsChromeFirstRun. Once first_run...jorlow@chromium.org2010-08-163-7/+16
* Add logic to remove duplicates.satorux@chromium.org2010-08-162-8/+30
* Show native display names in two places: tooltip and language title on the ri...satorux@chromium.org2010-08-162-1/+29
* Add logic to enable the default input method for the language added.satorux@chromium.org2010-08-161-1/+13
* Always display the input method name for Japanese.satorux@chromium.org2010-08-163-17/+82
* Fix a bug where users were able to remove a language used for displaying Chro...satorux@chromium.org2010-08-162-1/+13
* Whitespace change to trigger the bots.viettrungluu@chromium.org2010-08-169-9/+0
* Remove deprecated wstring Get(As)String() methods from Value, etc.viettrungluu@chromium.org2010-08-1623-282/+291
* cros/input_method_library clean up.yusukes@chromium.org2010-08-162-5/+5
* DevTools: support dispatching devtools commands when there is a tight loop in...yurys@chromium.org2010-08-161-2/+1
* Fix a bug where clicking on the configure button caused the input method to b...satorux@chromium.org2010-08-161-0/+4
* Fix memory leaks in OwnerKeyUtilscmasone@google.com2010-08-151-64/+3
* Close NTP when launching an app (fix regression)rafaelw@chromium.org2010-08-151-6/+1
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-15123-219/+46
* Remove (deprecated) wstring version of Value::CreateStringValue().viettrungluu@chromium.org2010-08-154-57/+64
* Move some cleanup code to the destructor. If the user closes the Chrome brow...mirandac@chromium.org2010-08-151-4/+1
* Intercept navigations, not DNS resolutions, to predict startupjar@chromium.org2010-08-158-128/+105
* Fix two calls to font.height to font.GetHeight.mal@google.com2010-08-141-2/+2