summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup of RootView. Removes unused double_buffered field fromsky@google.com2008-08-124-4/+4
* Disable the Delayed UI test so the tree will be green.tc@google.com2008-08-121-1/+1
* Add a bit of plumbing to make it so Browser doesn't need to know about Render...ojan@google.com2008-08-123-5/+21
* Add browser\render_view_host_manager.cc to SCons build.sgk@google.com2008-08-121-0/+1
* Use the new Thread::StopSoon() facility. Add a new tight loop to control the ...maruel@google.com2008-08-124-32/+66
* Fix a few places that wind up using Lock recursively.erikkay@google.com2008-08-124-82/+94
* Revert this CL. Breaks compile.ojan@google.com2008-08-123-21/+5
* Add some printing related unit tests.maruel@google.com2008-08-124-0/+293
* Add a bit of plumbing just so Browser doesn't need to know about RenderViewHost.ojan@google.com2008-08-123-5/+21
* Remove an invalid DCHECK. If we are closing the browser andojan@google.com2008-08-121-1/+0
* Move RenderViewHost management out of WebContents into a newbrettw@google.com2008-08-1215-1221/+1639
* Cleanup a few files, reduce the number of includes.maruel@google.com2008-08-123-6/+7
* Change the ProxyService to work with ASCII strings.darin@google.com2008-08-121-1/+1
* Fiddle with destruction order of the dragged tab controller to ensure that th...beng@google.com2008-08-121-0/+3
* Fix crash due to race condition in ImportingProgressView.finnur@google.com2008-08-121-1/+1
* Updating the SafeBrowsing database version to 3, to reset everyone's databaseifette@google.com2008-08-121-1/+1
* Enabling sync_channel in the browser to allow accessibility code making block...jcampan@google.com2008-08-126-6/+32
* SCons build updates:sgk@google.com2008-08-121-0/+1
* Don't terminate the process when a tab becomes unresponsive during ojan@google.com2008-08-114-24/+14
* If a sync message can't be routed, respond immediately with an error.ojan@google.com2008-08-111-2/+7
* Move Tab Drag Tests inside Project interactive_ui_testssidchat@google.com2008-08-111-3/+0
* If the user runs chrome with a language on the command line ontc@google.com2008-08-111-4/+11
* Per discussion with Brian/Mark/Ben, set the renderer timeout to 20 seconds bu...jabdelmalek@google.com2008-08-111-1/+1
* Small fix to remove a pixel gap between the client edge of the toolbars and t...beng@google.com2008-08-111-7/+11
* Set the hung renderer and plugin timeout to 10 seconds.jabdelmalek@google.com2008-08-112-3/+3
* Another Frame Grab-Bagbeng@google.com2008-08-1119-201/+207
* A simple view that wraps a RenderViewHost in an HWNDView, to facilitatetimsteele@google.com2008-08-113-0/+168
* A set of tests to exercise chrome menus as well as parts of bookmarksky@google.com2008-08-117-58/+1184
* Rename HttpProxy* classes to Proxy*. Move them into a net/proxy/ subdirectory.darin@google.com2008-08-111-6/+6
* Increase the hung renderer warning delay to 30s temporarily.beng@google.com2008-08-101-2/+2
* Make sure the TabStrip is laid out after a drag-detach operation is completed...beng@google.com2008-08-092-4/+4
* Allow the window icon to be shown in the task bar, Alt+Tab etc.beng@google.com2008-08-091-8/+10
* Even more tweaks.beng@google.com2008-08-0910-29/+98
* Remove includes that are already included in the header.paulg@google.com2008-08-091-3/+0
* Comment out the tests for now.sidchat@google.com2008-08-091-0/+4
* M chrome/test/ui/ui_tests.vcprojsidchat@google.com2008-08-081-0/+262
* More tweaks to the frames. Provide proper layout for the title bar in app mode.beng@google.com2008-08-084-21/+33
* Wrap the text in a label in the options dialog.tc@google.com2008-08-081-0/+3
* Fix a bug in the first run dialog where the "Google Chrome is ready totc@google.com2008-08-081-2/+6
* Fix for bug where we weren't resizing the content area at the end of a downlo...glen@google.com2008-08-081-5/+5
* Add deps files and rules for the checkdeps script.brettw@google.com2008-08-081-0/+19
* 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