summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Remember that we've white listed a certificate when we switch to a new tab.abarth@chromium.org2009-02-138-53/+195
* Fixing reverse tabbing.tommi@chromium.org2009-02-131-2/+2
* Add TableModel to the scaffold, so we don't depend on views.thestig@chromium.org2009-02-132-0/+8
* Try and make the GetXXXBounds() functions share more code to be shorter, and ...pkasting@chromium.org2009-02-133-24/+19
* Fewer NOTIMPLEMENTED()s, more comments.evan@chromium.org2009-02-131-1/+5
* Remove a NOTIMPLEMENTED(). It's obviously wrong and we will be revisitingevan@chromium.org2009-02-131-1/+0
* Relocate a NOTIMPLEMENTED() to its proper place.evan@chromium.org2009-02-131-6/+1
* Fix build break.paul@chromium.org2009-02-131-1/+1
* Port most of MetricsService to Mac and linux.paul@chromium.org2009-02-136-18/+32
* Reverting 9706. Hopefully this will fix the broken debugger_test.thestig@chromium.org2009-02-132-8/+6
* Fix tiny fonts in Mac/Linux. Tony deserves credit for this.evan@chromium.org2009-02-131-0/+9
* Remove firefox[23]_importer.cc from the POSIX build.thestig@chromium.org2009-02-121-0/+4
* Add debugger_shell to the POSIX build.thestig@chromium.org2009-02-122-6/+8
* Reapply of Tony's r9656 (Add chrome/browser/ssl/ssl_manager.cc to the build.)estade@chromium.org2009-02-126-26/+45
* Pump events to the renderer. Doesn't work currently due to activation issues.avi@chromium.org2009-02-124-2/+143
* Add a --load-plugin flag to load an NPAPI plugin from an arbitrary location.mpcomplete@google.com2009-02-121-0/+8
* Use real URLFixerUpper. Makes URLs on command line work.evan@chromium.org2009-02-121-1/+1
* Lots of small nits to help to split off webkit.dll.maruel@chromium.org2009-02-124-7/+9
* Reenable tests disabled in r9262.maruel@chromium.org2009-02-121-2/+2
* Have consistent line endings on .grd files (currently cr-lf sincetc@google.com2009-02-121-5/+5
* Port browser_about_handler. Some parts are still NOTIMPLEMENTED.evan@chromium.org2009-02-123-5/+14
* Remove the executable bit from a bunch of files that shouldn't have had it.evan@chromium.org2009-02-129-0/+0
* IB outlets only get filled in during awakening, not initialization. D'oh!avi@chromium.org2009-02-122-1/+4
* Implement UpdateToolbar from BrowserWindow on Mac without dragging in too muc...pinkerton@chromium.org2009-02-127-1/+57
* Revert "Add chrome/browser/ssl/ssl_manager.cc to the build."tc@google.com2009-02-123-19/+14
* Porting in chrome/phajdan.jr@chromium.org2009-02-127-26/+12
* Second try of landing chrome_resources project. Changes from last time:tc@google.com2009-02-1254-142/+53
* Add chrome/browser/ssl/ssl_manager.cc to the build.tc@google.com2009-02-123-14/+19
* This is an attempt at finding the reason for the page_cycler slowness caused bymad@chromium.org2009-02-1224-85/+301
* Validate HWNDs that the renderer asks to be moved.deanm@chromium.org2009-02-121-0/+7
* Make fav_icon_helper compile on POSIX, remove some unneeded #includes.thestig@chromium.org2009-02-125-13/+23
* Fix a memory leak caused by AudioRenedererHost.hclam@chromium.org2009-02-123-5/+10
* Change url wstrings to GURLSestade@chromium.org2009-02-1226-153/+157
* Revert "Create a chrome_resources.vcproj that holds grd files that hold"tc@google.com2009-02-1253-52/+141
* Make tab_restore_service.cc compile on Mac and Linux.jhawkins@chromium.org2009-02-126-6/+17
* Create a chrome_resources.vcproj that holds grd files that holdtc@google.com2009-02-1253-141/+52
* Blind build fix?evan@chromium.org2009-02-121-0/+6
* Bring history.cc and dependents into the build.evan@chromium.org2009-02-113-5/+1
* Refactor plugin process code in the browser process so that the browser/about...jam@chromium.org2009-02-1117-567/+398
* Port CrossSiteResourceHandler to Mac and Linux.paul@chromium.org2009-02-112-2/+1
* Make session_service.cc compile on Mac and Linux.jhawkins@chromium.org2009-02-116-10/+24
* Implement more of the TabContentsDelegate to hook up loading URLs from the lo...pinkerton@chromium.org2009-02-113-11/+32
* Fetch SDCH dictionary as soon as current URL fetch completesjar@chromium.org2009-02-112-5/+7
* Remove final traces of IE from cross-platform password manager.evan@chromium.org2009-02-113-1/+12
* Fix some plugin-related NOTIMPLEMENTED()s in gtk Chrome.evan@chromium.org2009-02-111-0/+3
* Changing the AutomationMsg_SavePackageShouldPromptUser message to a sync messageananta@chromium.org2009-02-112-4/+2
* Disabling the BrowsersRememberFocus test in interactive ui tests to keepananta@chromium.org2009-02-111-1/+1
* The Chrome Automation framework is based on a homegrown request response IPC ...ananta@chromium.org2009-02-112-845/+846
* Add a unit test to check that the extension is not repeated in a downloaded f...sidchat@google.com2009-02-111-0/+3
* POSIX: Transfer network data using shared memoryagl@chromium.org2009-02-111-15/+11