| Commit message (Expand) | Author | Age | Files | Lines |
* | If a Window is created with specified bounds, make sure its sized to them! | beng@google.com | 2008-08-14 | 1 | -1/+8 |
* | Add 'util' to the list of libs we link into chrome.exe so it gets | sgk@google.com | 2008-08-14 | 1 | -2/+3 |
* | String updates for ko, fil, and uk. | mal@google.com | 2008-08-14 | 3 | -14/+14 |
* | Some printers advertise longer printable length than the page length. Remove ... | maruel@google.com | 2008-08-14 | 1 | -3/+3 |
* | A first stab at testing browser close behavior when there are unload listeners | ojan@google.com | 2008-08-14 | 6 | -0/+86 |
* | Fix JSC build Broken by r877. | rahulk@google.com | 2008-08-14 | 1 | -0/+1 |
* | Make the FindInPageController implement its own delegate interface for | brettw@google.com | 2008-08-14 | 9 | -114/+91 |
* | Fix the scons build (file was moved). | tc@google.com | 2008-08-14 | 2 | -1/+1 |
* | Add End-session handling and app modal dialog handling to BrowserView2/New Fr... | beng@google.com | 2008-08-14 | 7 | -8/+82 |
* | Moving GoogleUpdateSettings to util. Installer as well as Chrome needs these ... | rahulk@google.com | 2008-08-14 | 10 | -27/+20 |
* | Remove confusing and unnecessary information (names, old project references, | pamg@google.com | 2008-08-14 | 6 | -143/+11 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@873 0039d316-1c4b-4281-b9... | awalker@google.com | 2008-08-14 | 9 | -23/+23 |
* | Update chrome strings (he only since you got the other changes last | tc@google.com | 2008-08-14 | 1 | -2/+2 |
* | Fixes two bugs in NavigationController: | sky@google.com | 2008-08-14 | 1 | -5/+3 |
* | Restore /IMPLIB in the target lists for chrome.exe and chrome.dll, | sgk@google.com | 2008-08-14 | 3 | -10/+41 |
* | Temporaly added local copy of mjsunit.js to debugger tests. | sgjesse@google.com | 2008-08-14 | 2 | -1/+97 |
* | Updated DEPS for V8 to include Visual Studio project file for the the | sgjesse@google.com | 2008-08-14 | 3 | -31/+31 |
* | reland safe portions of r625 | darin@google.com | 2008-08-14 | 3 | -30/+25 |
* | More strings (final? not quite). | mal@google.com | 2008-08-14 | 6 | -20/+6 |
* | Removing the code which enables using the renderer dib in the browser backing | iyengar@google.com | 2008-08-14 | 5 | -77/+10 |
* | Commit recent string changes to zh_cn. | mal@google.com | 2008-08-14 | 1 | -105/+119 |
* | 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 | 16 | -57/+66 |
* | Fix line endings on a few more SConscript files. | tc@google.com | 2008-08-13 | 4 | -545/+545 |
* | Part 2 of the chrome_program change. Split into two changes | tc@google.com | 2008-08-13 | 12 | -30/+15 |
* | Add a helper method to SConscript.main for adding .pdb files to the | tc@google.com | 2008-08-13 | 7 | -21/+7 |
* | 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 |
* | Adds a new unit test to the Scons files. | sky@google.com | 2008-08-13 | 1 | -0/+1 |
* | 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 | 2 | -0/+4 |
* | Tests for KeywordEditorView. | sky@google.com | 2008-08-13 | 6 | -11/+211 |
* | 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 | 31 | -3729/+3729 |
* | browser_views.lib is build in browser\views\, not directly in browser\. | sgk@google.com | 2008-08-13 | 3 | -3/+3 |
* | 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 | 4 | -5/+249 |
* | daily string update | tc@google.com | 2008-08-13 | 3 | -12/+12 |
* | Changes printf to fprintf(stderr) in hopes of determining flakiness. | sky@google.com | 2008-08-13 | 1 | -21/+21 |
* | Removing OFFICIAL_BUILD as we do not really need it when we have CHROME_BUILD... | rahulk@google.com | 2008-08-13 | 1 | -1/+2 |
* | First, this removes the dependency of NavigationController on the | brettw@google.com | 2008-08-13 | 19 | -346/+360 |
* | Moves bookmark bar context menu controller into its own files along | sky@google.com | 2008-08-13 | 7 | -391/+694 |
* | 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 | 6 | -16/+40 |
* | Split browser.lib (200 megs) into browser.lib(242 source files, 175 megs) and... | maruel@google.com | 2008-08-13 | 17 | -597/+903 |
* | Compile a list of the 34 automated UI test commands we want to run on the dis... | finnur@google.com | 2008-08-13 | 3 | -30/+60 |
* | 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 |