summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Cleanup Personal Stuff options tab pagemhm@chromium.org2009-06-161-5/+0
* Improved tab overview animations with better animation and wiring tosky@chromium.org2009-06-1614-56/+363
* Revert 18512 - Revert 18373 Consider a redirect following user gesture as us...laforge@chromium.org2009-06-167-5/+87
* * Add an OnCancelResolution() notifier to HostResolver::Observer, so observer...ericroman@google.com2009-06-161-5/+21
* Move TableModel out of views/ and into app/.estade@chromium.org2009-06-1619-125/+112
* Add file icons to chrome://downloads/ on the Mac. Add Skia helpermark@chromium.org2009-06-163-7/+23
* Fix a crash that could happen at shutdown or window close due to a double-free.mpcomplete@google.com2009-06-164-26/+7
* Extract load times from WebDataSource. Move them to NavigationState.darin@chromium.org2009-06-1643-79/+135
* Revert 18373 - Consider a redirect following user gesture as userinitiated in...laforge@chromium.org2009-06-167-87/+5
* Don't show tooltips if the window isn't main.pinkerton@chromium.org2009-06-161-1/+4
* Fix Windows release compile by adding missing build_config.h include.phajdan.jr@chromium.org2009-06-161-0/+2
* Reduce header dependencies in chrome/browser/phajdan.jr@chromium.org2009-06-1648-71/+92
* Removes entirely dead code paths related to ConstrainedWindows.erg@chromium.org2009-06-168-187/+34
* Use a pdf instead of a png for incognito badge.pinkerton@chromium.org2009-06-161-1/+1
* Make tooltip loading lazy.pinkerton@chromium.org2009-06-161-2/+3
* Solve a strict-aliasing issue in metrics_log.cc to appease gcc 4.4 on Linux.craig.schlenter@chromium.org2009-06-161-5/+9
* Whoops. Actually print out the private key in the unit test,aa@chromium.org2009-06-161-1/+1
* Removed mixed content options. Turns out extremely few users changed the def...abarth@chromium.org2009-06-163-165/+2
* Remove unnecessary static_cast in the ctor of TabContents and AsWC helperbrettw@chromium.org2009-06-161-32/+20
* Trying to debug a purify problem, the flags are not set to output LOG(INFO), ...aa@chromium.org2009-06-161-1/+1
* Add a bug number to a TODO comment.ericroman@google.com2009-06-161-0/+1
* Fix a bug where ExtensionHost and ExtensionView weren't getting closed proper...erikkay@google.com2009-06-162-1/+25
* Add comments on magic number 0xbb. They are VK_OEM_PLUS. I guess the original...hamaji@chromium.org2009-06-161-1/+4
* Close all browsers during InProcessBrowserTest cleanup, not just the main one.erikkay@google.com2009-06-161-7/+0
* Limit the size of popup menus on linux.estade@chromium.org2009-06-161-1/+6
* Bookmark dragging cleanup.estade@chromium.org2009-06-163-26/+33
* Temporarily break the purify bot again so that I can get logaa@chromium.org2009-06-161-0/+4
* Fix a crash when closing an incognito window with a downloadpaul@chromium.org2009-06-162-8/+15
* Fix bustage caused by last change. enumeration changed name and got rid of _D...ben@chromium.org2009-06-161-2/+2
* Upgrade BackForwardMenuModelViews to use new menu API. Also adds accelerator ...ben@chromium.org2009-06-157-98/+151
* Add a switch for changing the fd limit on Mac/Linux.stuartmorgan@chromium.org2009-06-151-1/+38
* Implement the default tab opening behavior. Fix some linux build issues by ad...brettw@chromium.org2009-06-153-0/+7
* Disabling 2 flacky UI tests.jcampan@chromium.org2009-06-151-2/+4
* Use GetForegroundWindow instead of GetActiveWindow because the former works onmpcomplete@google.com2009-06-151-2/+2
* Group renderer processes by privilige when we hit the max process count.mpcomplete@google.com2009-06-156-28/+144
* Fix a crash during extension installation (debug only).erikkay@google.com2009-06-151-4/+1
* Fix http://crbug.com/13971: OSX: Text copied from Omnibox is styledjeremy@chromium.org2009-06-154-4/+152
* Add missing headers for Windows and re-enable building of LoginDatabase.stuartmorgan@chromium.org2009-06-151-0/+3
* Fixes bug where keyword editor would end up prefixing all keyword urlssky@chromium.org2009-06-1514-71/+77
* Make tooltips work correctly, allowing for multiple tooltips w/out the mouse ...pinkerton@chromium.org2009-06-152-7/+39
* Linux: Add support for chrooted renderers.agl@chromium.org2009-06-154-2/+321
* Fix a UMR that happens while trying to forward mouse events.tc@google.com2009-06-151-2/+5
* This CL fixes issue 6223 (comment #10 and #15).xji@chromium.org2009-06-151-10/+54
* Use linked_ptr for the ExternalExtensionProviders.finnur@chromium.org2009-06-152-35/+36
* Clean up extension loading:erikkay@google.com2009-06-158-303/+365
* Fix a leak in CocoaUtils::SkBitmapToNSImagenirnimesh@chromium.org2009-06-151-0/+1
* Extract form related classes from the guts of WebFrameImpl.darin@chromium.org2009-06-1513-25/+43
* Popuplate bookmark menus on 1st launch.jrg@chromium.org2009-06-152-3/+22
* Badge browser window with incognito icon when in incognito modepinkerton@chromium.org2009-06-151-0/+28
* Synchronizes message types.sky@chromium.org2009-06-151-12/+42