| Commit message (Expand) | Author | Age | Files | Lines |
* | Moving GoogleUpdateSettings to util. Installer as well as Chrome needs these ... | rahulk@google.com | 2008-08-14 | 3 | -3/+3 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@873 0039d316-1c4b-4281-b9... | awalker@google.com | 2008-08-14 | 4 | -9/+9 |
* | Fixes two bugs in NavigationController: | sky@google.com | 2008-08-14 | 1 | -5/+3 |
* | Removing the code which enables using the renderer dib in the browser backing | iyengar@google.com | 2008-08-14 | 2 | -57/+1 |
* | HuntForZombieChromeProcesses() is killing the child process of upgrade | cpu@google.com | 2008-08-14 | 1 | -1/+2 |
* | Cleanup spell check file to stop using reference counted pointers without need. | jar@google.com | 2008-08-14 | 2 | -16/+7 |
* | Use %ls instead of %s in wprintf format strings for wchar_t fields. | mmentovai@google.com | 2008-08-14 | 9 | -12/+12 |
* | Dummy change. | jabdelmalek@google.com | 2008-08-13 | 1 | -1/+1 |
* | Make Javascript alerts do IDN and proper handling of non-standard and file | brettw@google.com | 2008-08-13 | 1 | -5/+16 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@831 0039d316-1c4b-4281-b9... | sky@google.com | 2008-08-13 | 1 | -22/+3 |
* | Add new bookmark_bar_context_menu_tonroller*.cc files and new | sgk@google.com | 2008-08-13 | 1 | -0/+1 |
* | Tests for KeywordEditorView. | sky@google.com | 2008-08-13 | 3 | -10/+191 |
* | The width of the version field is not wide enough for all cases. We used to u... | finnur@google.com | 2008-08-13 | 1 | -3/+7 |
* | Don't save the window position of popup windows. | beng@google.com | 2008-08-13 | 1 | -0/+4 |
* | Set the svn:eol-style to LF on all SConscript files | tc@google.com | 2008-08-13 | 3 | -553/+553 |
* | Copy contents of FrameView into BrowserView2. Once the old frames retire, we ... | beng@google.com | 2008-08-13 | 2 | -1/+127 |
* | Tests for BookmarkEditorView. | sky@google.com | 2008-08-13 | 3 | -5/+241 |
* | Changes printf to fprintf(stderr) in hopes of determining flakiness. | sky@google.com | 2008-08-13 | 1 | -21/+21 |
* | First, this removes the dependency of NavigationController on the | brettw@google.com | 2008-08-13 | 18 | -167/+155 |
* | Moves bookmark bar context menu controller into its own files along | sky@google.com | 2008-08-13 | 6 | -391/+686 |
* | Enable back SavePageTest.SaveHTMLOnly since it was mostly failing on Windows ... | maruel@google.com | 2008-08-13 | 1 | -2/+6 |
* | Disable PrintingLayoutTest.Delayed on Windows 2000 (even though it's already ... | maruel@google.com | 2008-08-13 | 1 | -1/+5 |
* | Two changes to help track down why session restore test is failing: | sky@google.com | 2008-08-13 | 3 | -11/+32 |
* | Split browser.lib (200 megs) into browser.lib(242 source files, 175 megs) and... | maruel@google.com | 2008-08-13 | 4 | -597/+828 |
* | When I added some new tests in automated_ui_tests I flushed out a crash in th... | finnur@google.com | 2008-08-13 | 1 | -5/+6 |
* | Quick fix regression from previous change to toolbar - forgot to take into ac... | beng@google.com | 2008-08-13 | 1 | -0/+1 |
* | Makes the toolbar/location bar look nice in popup windows. | beng@google.com | 2008-08-13 | 4 | -67/+104 |
* | Add a couple of metrics to help us quantify two cases that can prevent us to ... | cpu@google.com | 2008-08-13 | 4 | -32/+77 |
* | Minor cleanup of RootView. Removes unused double_buffered field from | sky@google.com | 2008-08-12 | 4 | -4/+4 |
* | Disable the Delayed UI test so the tree will be green. | tc@google.com | 2008-08-12 | 1 | -1/+1 |
* | 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 |
* | Use the new Thread::StopSoon() facility. Add a new tight loop to control the ... | maruel@google.com | 2008-08-12 | 4 | -32/+66 |
* | 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 |
* | Add some printing related unit tests. | maruel@google.com | 2008-08-12 | 4 | -0/+293 |
* | 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 |
* | Move RenderViewHost management out of WebContents into a new | brettw@google.com | 2008-08-12 | 15 | -1221/+1639 |
* | Cleanup a few files, reduce the number of includes. | maruel@google.com | 2008-08-12 | 3 | -6/+7 |
* | 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 | 1 | -0/+3 |
* | Fix crash due to race condition in ImportingProgressView. | finnur@google.com | 2008-08-12 | 1 | -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 | 6 | -6/+32 |
* | SCons build updates: | sgk@google.com | 2008-08-12 | 1 | -0/+1 |
* | 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 |
* | Move Tab Drag Tests inside Project interactive_ui_tests | sidchat@google.com | 2008-08-11 | 1 | -3/+0 |
* | If the user runs chrome with a language on the command line on | tc@google.com | 2008-08-11 | 1 | -4/+11 |