summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Clean up a few comments / formatting related to the location bar.deanm@chromium.org2009-03-032-11/+17
* Plumb GetLocationBar through to the toolbar.deanm@chromium.org2009-03-034-2/+13
* Remove more ifdefs where all platforms now share the implementation.pinkerton@chromium.org2009-03-032-10/+1
* Fixing WebKeyboardEvent. Third time's the charm.avi@chromium.org2009-03-035-13/+7
* Remove some instances of NOTIMPLEMENTED in favor of hooking up functionality ...pinkerton@chromium.org2009-03-038-12/+47
* Fix some include guards in browser/gtk.deanm@chromium.org2009-03-033-10/+10
* Cleanup the autocomplete model includes. Move from a deprecated std::wstring...deanm@chromium.org2009-03-033-31/+4
* Fix a crash when installing plugins.jhawkins@chromium.org2009-03-031-2/+5
* Make our IME backend platform-independent.hbono@chromium.org2009-03-031-3/+3
* Make history and downloads open once per window unless the user modifies thei...glen@chromium.org2009-03-033-16/+9
* Fix a small issue changing back to glass frame from opaque where theben@chromium.org2009-03-031-1/+1
* Make it so that dropdown selects don't deactivate the main frame when opened ...ben@chromium.org2009-03-037-0/+21
* Resolve crash when deleting history by preventing the deleter from being call...glen@chromium.org2009-03-035-78/+163
* Don't expose --single-process and --in-process-plugins for official Chrome re...jam@chromium.org2009-03-031-0/+4
* Port Replace(First)SubstringsAfterOffset to string16.dsh@google.com2009-03-034-43/+59
* Move chrome/apps/result_codes.h to chrome/common/result_codes.hthestig@chromium.org2009-03-0312-18/+13
* Register an onmessage handler with the external host binding instead of expli...ananta@chromium.org2009-03-034-9/+6
* Support DWM switching.ben@chromium.org2009-03-0323-1033/+736
* Enable spellcheck_unittest.cc.mark@chromium.org2009-03-031-5/+4
* Fix crash introduced in r10563 where we modified a RenderWidgetHost after it ...erg@google.com2009-03-032-4/+12
* Fix ExtensionViewTest and reenable it.mpcomplete@google.com2009-03-034-10/+38
* Proposed change to support resource loading for media files.hclam@chromium.org2009-03-024-0/+98
* Add file that got missing from main checkin.ericroman@google.com2009-03-021-0/+2
* Convert encryptor.cc and friends to string16.thestig@chromium.org2009-03-024-51/+55
* Fix order of downloads list (HTH it happened, I don't know).glen@chromium.org2009-03-021-1/+1
* Fix bookmark and menu drag images by making a halo around them. This makesbrettw@chromium.org2009-03-0213-5/+18
* Add site_instance_unittest.cc to the Posix build.jhawkins@chromium.org2009-03-021-2/+2
* Enable focus-change via tabbing on Linux.estade@chromium.org2009-03-026-19/+90
* Fix a slight error in the atl includes. We are using the CRect class from WTL...maruel@chromium.org2009-03-021-1/+2
* Fix compilations errors introduced by revision 10712.maruel@chromium.org2009-03-025-13/+21
* Remove includes to the newly removed edit_drop_target.h header.deanm@chromium.org2009-03-022-2/+0
* Separate the AutocompleteEditView from the cross-platform code.deanm@chromium.org2009-03-0215-2662/+2806
* Create the PopupView from the EditView, not the PopupModel.deanm@chromium.org2009-03-028-228/+244
* Fix crash; dom_ui_ is destroyed by LoadURL.glen@chromium.org2009-03-011-1/+3
* Fix the misspelling of GetLaunchShortcutKind().mal@chromium.org2009-02-281-3/+3
* Run the unload tests in single process mode, after my fix to single process m...jam@chromium.org2009-02-281-35/+0
* Remove Windows ifdefs, all views will need to implement this method.deanm@chromium.org2009-02-281-5/+1
* Attempt 2 at landing this.ananta@chromium.org2009-02-281-3/+17
* Initial work on chrome-ui://extensions/ page. URL now displays a static templ...rafaelw@chromium.org2009-02-287-0/+249
* Fix system menu positioning in fullscreen mode to be at the upper left corner...pkasting@chromium.org2009-02-282-8/+11
* Adapt (and move) mark@chromium.org's Keystone integration to Chromium.jrg@chromium.org2009-02-281-1/+6
* Wire chrome shortcuts tooltip (installation)cpu@google.com2009-02-281-1/+4
* Get rid of wstring variants of StringToFoo.dsh@google.com2009-02-2811-32/+29
* When starting Chrome with the option to go to the home page on start-up, the ...jcampan@chromium.org2009-02-281-0/+4
* Does two changes to appease chrome bot runs:sky@google.com2009-02-2810-5/+33
* Refactor download shelf and prepare for porting.estade@chromium.org2009-02-2814-111/+175
* Revert "Don't call SetPriorityClass if CBSText.dll is loaded in the browsertc@google.com2009-02-271-11/+3
* Drop whitespace at end of linewillchan@chromium.org2009-02-277-31/+29
* Don't call SetPriorityClass if CBSText.dll is loaded in the browser process. ...ananta@chromium.org2009-02-271-3/+11
* Implementation of AudioRendererHosthclam@chromium.org2009-02-274-167/+290