summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update version number for the upgraded French and Polish dictionaries.sidchat@google.com2009-02-271-11/+8
* When we open a popup window from an app window, we used to identify this popu...mad@chromium.org2009-02-273-21/+23
* Wires up sorting of bookmarks to the 'organize menu' in the bookmarksky@google.com2009-02-2717-15/+190
* Disable the ExtensionViewTest while I investigate why it's hanging on thempcomplete@google.com2009-02-271-1/+1
* Add "stop" image to project. Clean up project so app/theme is a proper group ...pinkerton@chromium.org2009-02-277-4/+36
* Prototype extension process. This is a proof of concept, with a lot ofmpcomplete@google.com2009-02-2713-28/+263
* Ensure classes only referenced by .xib files end up in the executablemark@chromium.org2009-02-271-0/+2
* Remove a few more NOTIMPLEMENTED methods.pinkerton@chromium.org2009-02-271-1/+2
* Switch from NOTIMPLEMENTED in RenderWidgetHostViewMac::MovePluginWindows() to...pinkerton@chromium.org2009-02-271-1/+1
* Add a centralized error reporter to theaa@chromium.org2009-02-278-91/+187
* Fix painting issue after a renderer crashagl@chromium.org2009-02-271-1/+5
* Make AutocompletePopupView a virtual interface.deanm@chromium.org2009-02-273-310/+346