summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Implement some chrome path getters for Mac OS and un-comment their uses in th...pinkerton@chromium.org2009-03-031-11/+0
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-0319-378/+480
* Revert "Use grit to generate locale rc files and remove the old locale rc fil...tc@google.com2009-03-034-40/+39
* Enables bookmark_model_unittest on Mac and Linux.avi@chromium.org2009-03-031-19/+19
* Reverting 10794.avi@chromium.org2009-03-035-7/+13
* Removing CRLFs from extensions.htmlrafaelw@chromium.org2009-03-031-86/+86
* Ship some tests which aren't related to what I'm working on:shess@chromium.org2009-03-032-9/+1
* window_ is null during BrowserWindow creation. Assume full screentc@google.com2009-03-031-1/+1
* Move SupportsWindowFeature from BrowserView to Browser sotc@google.com2009-03-034-39/+40
* Fixes regression where escape was not removing a newly bookmarkedsky@google.com2009-03-031-1/+2
* 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