summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* Latest attempt at enabling task manager tests and not having them leak or crash!ben@chromium.org2009-06-043-12/+10
* Convert most of the chrome .lib files to gyp generation:sgk@chromium.org2009-06-046-1975/+0
* Remove the obsolete TabContents::GetSecurityStyle andwtc@chromium.org2009-06-042-39/+0
* Forbid tab drops on application windows.ben@chromium.org2009-06-041-1/+2
* Always redraw the location bar background when we resize.tc@google.com2009-06-041-0/+3
* Implement a first pass at thumbnail store storage to disk, including a unit t...brettw@chromium.org2009-06-043-10/+427
* Only update files from .version templates when a file changesgk@google.com2009-06-042-70/+41
* Disable failing PrintLayoutTest test. Commenting out because of local compila...sverrir@google.com2009-06-041-0/+3
* Don't update our text from toolbar if the toolbar's text doesn'tshess@chromium.org2009-06-041-5/+13
* Don't crash when dragging bookmarks from one bookmark bar to another (as with...estade@chromium.org2009-06-041-6/+13
* Re-enable memory tests now that bug 13078 is fixed.tc@google.com2009-06-041-2/+2
* Modify the view size when printing. This is to re-layout everything on the p...sverrir@google.com2009-06-041-26/+80
* On linux, add a context menu item in the tab strip for disablingtc@google.com2009-06-048-14/+60
* Make the inactive tab background line up with the parent without using magic ...glen@chromium.org2009-06-045-8/+29
* Fix for DWM crash.glen@chromium.org2009-06-041-1/+2
* Change from CRLF to LF - a later patch does not work on the try bots because ...sverrir@google.com2009-06-042-374/+374
* Why can't passing localy and on the try bots mean it compiles on the builders...erg@google.com2009-06-041-0/+1
* Add atlapp.h. Wasn't neccessary on my local windows machine but builders want...erg@google.com2009-06-041-0/+1
* Relanding the first of probably several patches trying to clean up the Blocke...erg@google.com2009-06-0417-674/+797
* Fix a NOTREACHED in RenderViewHost::OnExtensionRequest. It was firing becausempcomplete@google.com2009-06-041-1/+2
* Allow sysctl-read in the mac sandbox, making drawing of zoomed controls more ...thakis@chromium.org2009-06-042-35/+8
* Linux toolbar cleanups.tc@google.com2009-06-043-38/+54
* Implement window state restoration for the views-gtk window.ben@chromium.org2009-06-042-6/+3
* Make tab resize relayout on mouse out work.ben@chromium.org2009-06-042-18/+35
* Fix purify freeze. Revert "Use a priority queue to assure that subresources ...willchan@chromium.org2009-06-046-256/+24
* Fetch last change (revision) info in a separate action that can runsgk@google.com2009-06-042-67/+17
* Fix timing issue with first run bubble, and tweak size of OEM bubble so it lo...mirandac@chromium.org2009-06-042-2/+7
* make extension apis tolerate browser absence during start-up & shutdownrafaelw@chromium.org2009-06-045-30/+63
* DevTools: Set Chrome icon to Dev Tools window.pfeldman@chromium.org2009-06-041-8/+15
* Revert a ctrl-enter change for Omnibox, it made inline autocomplete totally c...deanm@chromium.org2009-06-041-10/+1
* This is also required.ben@chromium.org2009-06-041-2/+2
* Temporarily disable these two tests while I figure out how this spaghetti int...ben@chromium.org2009-06-041-2/+4
* Convert various chrome tests to gyp generation:sgk@chromium.org2009-06-049-1678/+2
* Convert to gyp generation of chrome_resources and chrome_strings.sgk@chromium.org2009-06-049-60/+56
* Allow WindowGtks to be moved and sized when the mouse is over the caption or ...ben@chromium.org2009-06-041-9/+8
* Use a priority queue to assure that subresources are resolved asapjar@chromium.org2009-06-046-24/+256
* Successor to http://codereview.chromium.org/115748brettw@chromium.org2009-06-041-0/+42
* Move download shelf from per-tab to per-window. Also disable auto-hiding ofthakis@chromium.org2009-06-0443-463/+511
* browser/base/browser_theme_provider_unittest.cc => browser/browser_theme_prov...willchan@chromium.org2009-06-041-1/+1
* Unittests for NTP alignment changes (separate CL for Try server purposes). Se...glen@chromium.org2009-06-043-0/+54
* Reland of r17500:glen@chromium.org2009-06-041-3/+18
* Add ability to theme our buttons.glen@chromium.org2009-06-0411-83/+124
* Fix toolkit_views bustage.ben@chromium.org2009-06-044-17/+8
* Revert "It looks like the unit tests instantiate the TaskManagerView..."evan@chromium.org2009-06-041-9/+10
* Revert r17575 and r17576. They are causing layout test errors.agl@chromium.org2009-06-047-352/+17
* Linux: Add support for chrooted renderers.agl@chromium.org2009-06-047-17/+352
* It looks like the unit tests instantiate the TaskManagerView without actually...ben@chromium.org2009-06-041-10/+9
* Don't reset the gdk_event_handler in the tab destructor as this overwrites th...jhawkins@chromium.org2009-06-031-3/+0
* Fix for extra BreakPad param upload on OSXjeremy@chromium.org2009-06-031-4/+5
* Fix crash due to AutocompletePopup trying to draw the old results when they w...pkasting@chromium.org2009-06-035-17/+24