summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Allow constrained popups to resize themselves...up to 10 times. (Then we igno...erg@google.com2008-08-083-16/+29
* Simplify AboutChromeView to only contain what someone would need to make a su...erikkay@google.com2008-08-081-10/+1
* Tweaks to make the opaque frame look better including adding support for app ...beng@google.com2008-08-0811-58/+209
* Update Firefox importer tests to be in sync with the new escaping rulesbrettw@google.com2008-08-082-2/+2
* Third times a charm! This is an attempt at re-landing r408. This time the U...darin@google.com2008-08-086-23/+28
* Save memory prefs to disks more oftenjar@google.com2008-08-071-5/+9
* Fix find box being positioned incorrectly. I moved the toolbar view into anot...beng@google.com2008-08-071-1/+9
* More improvements to the frames. Consolidate some of the optional bar (bookma...beng@google.com2008-08-077-31/+342
* Make tabs affected by context menu actions pulse. The effect is somewhat subt...beng@google.com2008-08-078-74/+241
* Disable the code that tries to use the transport DIB as the backing store ofdarin@google.com2008-08-071-0/+3
* Wrap text in the chrome first run dialog.tc@google.com2008-08-071-11/+7
* Patch uninstall until we fix bug 1308130.rahulk@google.com2008-08-071-11/+18
* Remove the old NativeMB functions from string util, and use the new ones in s...brettw@google.com2008-08-072-2/+3
* Move away from the deprecated atomic.h interface to AtomicRefCount and Atomic...deanm@google.com2008-08-072-3/+3
* rollback r498 and r500 to repair test bustagedarin@google.com2008-08-076-41/+35
* fix unit_test failures, where process_.handle() may be nulldarin@google.com2008-08-071-1/+4
* Revised r408 such that we no longer sometimes fail MetricsServiceTest.CrashRe...darin@google.com2008-08-075-31/+35
* Restored tabs should be considered "owned" by whatever random tab is currentl...erg@google.com2008-08-061-2/+4
* Adding an interactive UI test to catch when switching between two tabs (both ...finnur@google.com2008-08-063-9/+147
* * add webkit version and V8 version to about:versionerikkay@google.com2008-08-065-42/+105
* Drop FixedString. It's only used in two places, one where it doesn't really ...evanm@google.com2008-08-061-6/+5
* B=1302955 R=sky attempt to bandaid situation where tab_data_ and child list c...beng@google.com2008-08-061-0/+11
* Revert change 408 to see if it fixes the ui tests.nsylvain@google.com2008-08-065-25/+23
* The printing NewCookie() must start counting at 1 and not 0, since 0deanm@google.com2008-08-061-1/+2
* Move the printing cookie from direct atomic operations to AtomicSequenceNumber.deanm@google.com2008-08-062-8/+7
* This fixes http://b/issue?id=1257424, which is a need to implement a global b...iyengar@google.com2008-08-063-148/+345
* Fix 1303709: Crash: Switching between tabs with a Find box open on both tabs ...finnur@google.com2008-08-061-10/+9
* The rectangle passed in to MoveContents is a content rectangle, not a window ...erg@google.com2008-08-062-4/+5
* Convert more consumers of ML::WatchObject to ObjectWatcher.darin@google.com2008-08-055-23/+25
* Fix crash due to race conditions in the way Browser unhooks itsbeng@google.com2008-08-051-27/+37
* Another day, another prepopulate data change.pkasting@google.com2008-08-051-28/+30
* Left-align the distributor logo on RTL Vista while we wait for a properly fli...glen@google.com2008-08-051-2/+10
* Reapply revision 380 since it wasn't the cause of the build breakage.maruel@google.com2008-08-051-3/+3
* Revert revision 380 to see if it fixes the build. Please reapply once the tre...nsylvain@google.com2008-08-051-3/+3
* While uninstalling Chrome look for return codes from chrome.exe that indicate...rahulk@google.com2008-08-051-3/+3
* Grab bag of random cleanups, implementation of some more methods, etc. I'm go...beng@google.com2008-08-0513-6/+144
* fix bustagebeng@google.com2008-08-054-1/+36
* Add the TabStrip to the BrowserView2. (hooked up for OpaqueFrame only at this...beng@google.com2008-08-059-3/+119
* Add the AeroGlassFrame and AeroGlassNonClientView for Vista.beng@google.com2008-08-056-41/+490
* Another attempt at this CL.jcampan@google.com2008-08-042-0/+22
* Add browser/views/frame/browser_view2.cc.sgk@google.com2008-08-041-0/+1
* Don't show the "Cert info" button when running with Gears (or anytime you hav...jcampan@google.com2008-08-041-3/+10
* Fix a bug where we try to reference a floating view afterpaulg@google.com2008-08-041-1/+6
* Implemented xml parsing of UMA server response data.petersont@google.com2008-08-042-48/+137
* Reverting my last commit, it seems to cause regression on the page cycler tests.jcampan@google.com2008-08-042-22/+0
* fix build bustagedarin@google.com2008-08-042-1/+2
* Added testing of Chromium dialogs to the automated ui tests.jcampan@google.com2008-08-042-0/+22
* Ensures that we clean up TabContents with other types after a navigation comm...creis@google.com2008-08-042-28/+74
* When a new tab is opened (either the new tab page via Ctrl+T or pressing the ...beng@google.com2008-08-045-14/+145
* Bring up the new frame (opaque version for XP only, for now).beng@google.com2008-08-0411-10/+1694