| Commit message (Expand) | Author | Age | Files | Lines |
* | Make timer.cc portable by factoring its Windows bits into MessageLoop. | darin@google.com | 2008-08-12 | 1 | -0/+2 |
* | Manually refcount ReceivedSyncMsgQueue so that we force it to be destructed o... | jabdelmalek@google.com | 2008-08-12 | 2 | -10/+16 |
* | Add a bit of plumbing to make it so Browser doesn't need to know about Render... | ojan@google.com | 2008-08-12 | 3 | -5/+21 |
* | Add browser\render_view_host_manager.cc to SCons build. | sgk@google.com | 2008-08-12 | 1 | -0/+1 |
* | Added .dic, .aff and .bdic files | sidchat@google.com | 2008-08-12 | 88 | -0/+4379930 |
* | Use the new Thread::StopSoon() facility. Add a new tight loop to control the ... | maruel@google.com | 2008-08-12 | 4 | -32/+66 |
* | Get rid of separate SConscript.main.linux: | sgk@google.com | 2008-08-12 | 1 | -9/+1 |
* | Fix a few places that wind up using Lock recursively. | erikkay@google.com | 2008-08-12 | 4 | -82/+94 |
* | Revert this CL. Breaks compile. | ojan@google.com | 2008-08-12 | 3 | -21/+5 |
* | Update strings. No webkit string changes. | tc@google.com | 2008-08-12 | 4 | -20/+20 |
* | Add some printing related unit tests. | maruel@google.com | 2008-08-12 | 6 | -0/+313 |
* | Add a bit of plumbing just so Browser doesn't need to know about RenderViewHost. | ojan@google.com | 2008-08-12 | 3 | -5/+21 |
* | Remove an invalid DCHECK. If we are closing the browser and | ojan@google.com | 2008-08-12 | 1 | -1/+0 |
* | Fix the build; make the function here non-const too. | avi@google.com | 2008-08-12 | 2 | -2/+2 |
* | Move RenderViewHost management out of WebContents into a new | brettw@google.com | 2008-08-12 | 16 | -1226/+1645 |
* | Cleanup a few files, reduce the number of includes. | maruel@google.com | 2008-08-12 | 16 | -485/+591 |
* | Change the ProxyService to work with ASCII strings. | darin@google.com | 2008-08-12 | 1 | -1/+1 |
* | Fiddle with destruction order of the dragged tab controller to ensure that th... | beng@google.com | 2008-08-12 | 2 | -3/+3 |
* | The tab dragging test ended up on interactive_ui, not ui_tests. | sgk@google.com | 2008-08-12 | 2 | -1/+1 |
* | Reduce timeout to 500ms. | beng@google.com | 2008-08-12 | 1 | -3/+3 |
* | Fix crash due to race condition in ImportingProgressView. | finnur@google.com | 2008-08-12 | 1 | -1/+1 |
* | Link tab_dragging_test.cc with the proper test executable. | sgk@google.com | 2008-08-12 | 2 | -1/+1 |
* | Updating the SafeBrowsing database version to 3, to reset everyone's database | ifette@google.com | 2008-08-12 | 1 | -1/+1 |
* | Enabling sync_channel in the browser to allow accessibility code making block... | jcampan@google.com | 2008-08-12 | 17 | -42/+254 |
* | Temporarily add 1s sleep to see if waiting before quitting the browser helps ... | beng@google.com | 2008-08-12 | 1 | -0/+3 |
* | SCons build updates: | sgk@google.com | 2008-08-12 | 2 | -0/+4 |
* | Instead of returning false we should default to en-us when we fail to get loc... | rahulk@google.com | 2008-08-12 | 1 | -2/+4 |
* | Don't terminate the process when a tab becomes unresponsive during | ojan@google.com | 2008-08-11 | 4 | -24/+14 |
* | If a sync message can't be routed, respond immediately with an error. | ojan@google.com | 2008-08-11 | 1 | -2/+7 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@676 0039d316-1c4b-4281-b9... | glen@google.com | 2008-08-11 | 1 | -0/+0 |
* | Move Tab Drag Tests inside Project interactive_ui_tests | sidchat@google.com | 2008-08-11 | 3 | -11/+8 |
* | If the user runs chrome with a language on the command line on | tc@google.com | 2008-08-11 | 1 | -4/+11 |
* | Per discussion with Brian/Mark/Ben, set the renderer timeout to 20 seconds bu... | jabdelmalek@google.com | 2008-08-11 | 1 | -1/+1 |
* | Small fix to remove a pixel gap between the client edge of the toolbars and t... | beng@google.com | 2008-08-11 | 1 | -7/+11 |
* | We should not initialize the crash callback for non-browser processes since | nsylvain@google.com | 2008-08-11 | 1 | -2/+3 |
* | Set the hung renderer and plugin timeout to 10 seconds. | jabdelmalek@google.com | 2008-08-11 | 2 | -3/+3 |
* | Increase the height of the options dialog in zh-TW to match | tc@google.com | 2008-08-11 | 2 | -2/+2 |
* | Allow the ChromeViews' Menu to wrap the Windows system menu and insert items ... | beng@google.com | 2008-08-11 | 2 | -35/+136 |
* | Another Frame Grab-Bag | beng@google.com | 2008-08-11 | 20 | -201/+209 |
* | Add support for ChromeViews::Windows to disable inactive rendering. This is f... | beng@google.com | 2008-08-11 | 5 | -14/+67 |
* | Update chrome strings ('it' translation clean ups). | tc@google.com | 2008-08-11 | 1 | -20/+20 |
* | A simple view that wraps a RenderViewHost in an HWNDView, to facilitate | timsteele@google.com | 2008-08-11 | 3 | -0/+168 |
* | Cleanup setup.exe: | rahulk@google.com | 2008-08-11 | 7 | -96/+20 |
* | A set of tests to exercise chrome menus as well as parts of bookmark | sky@google.com | 2008-08-11 | 15 | -65/+1536 |
* | Rename HttpProxy* classes to Proxy*. Move them into a net/proxy/ subdirectory. | darin@google.com | 2008-08-11 | 1 | -6/+6 |
* | Picked the vrong v8_shell.vcproj file. | sgjesse@google.com | 2008-08-11 | 1 | -1/+1 |
* | Added the v8-shell project to the Chrome Visual Studio solution after all as ... | sgjesse@google.com | 2008-08-11 | 1 | -0/+16 |
* | Changed the Chrome Visual Studio solution to use the new Visual Studio projec... | sgjesse@google.com | 2008-08-11 | 2 | -129/+68 |
* | Increase the hung renderer warning delay to 30s temporarily. | beng@google.com | 2008-08-10 | 1 | -2/+2 |
* | Make sure the TabStrip is laid out after a drag-detach operation is completed... | beng@google.com | 2008-08-09 | 2 | -4/+4 |