| Commit message (Expand) | Author | Age | Files | Lines |
* | Unrollback r1158. | rahulk@google.com | 2008-08-21 | 2 | -6/+21 |
* | Revert 1158 as it is breaking ui_tests | rahulk@google.com | 2008-08-21 | 2 | -21/+6 |
* | Do not display "Google" in titlebar of Chromium builds. | rahulk@google.com | 2008-08-21 | 2 | -6/+21 |
* | Moves bookmarks out of history into its own file (JSON). | sky@google.com | 2008-08-21 | 2 | -11/+9 |
* | As Brett pointed it out, We normally use 8-bit for encoding names since they'... | jnd@google.com | 2008-08-21 | 5 | -6/+8 |
* | Revert a fix where I mistakenly assumed that numbers coming into | erg@google.com | 2008-08-20 | 1 | -5/+4 |
* | Allow popups using the new frames to be sized correctly. This involved a slig... | beng@google.com | 2008-08-20 | 2 | -5/+67 |
* | Workaround for truncation of "Search from right here" text when using Hebrew ... | glen@google.com | 2008-08-20 | 1 | -2/+8 |
* | Disable this interactive ui tests because it fails on the bot. | nsylvain@google.com | 2008-08-20 | 1 | -1/+3 |
* | Move time formatters that only use ICU into base/time.* | tc@google.com | 2008-08-19 | 1 | -3/+3 |
* | Cleans up notifications for the NavigationController. There were several | brettw@google.com | 2008-08-19 | 1 | -3/+3 |
* | Make the otr avatar icon not show in detached OTR popup windows. | beng@google.com | 2008-08-19 | 5 | -28/+29 |
* | The CL is consist of CLs(1624,1580) for bug:1281734 which are reviewed and LG... | jnd@google.com | 2008-08-18 | 4 | -8/+14 |
* | Hook up the window icon for app windows, with a throbber etc. | beng@google.com | 2008-08-18 | 8 | -37/+170 |
* | Large patch set (159 files total) to cleanup the includes. | maruel@google.com | 2008-08-15 | 26 | -64/+128 |
* | Hook up the system menu in new frames. | erg@google.com | 2008-08-14 | 4 | -1/+121 |
* | Add End-session handling and app modal dialog handling to BrowserView2/New Fr... | beng@google.com | 2008-08-14 | 6 | -8/+80 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@873 0039d316-1c4b-4281-b9... | awalker@google.com | 2008-08-14 | 1 | -3/+3 |
* | Use %ls instead of %s in wprintf format strings for wchar_t fields. | mmentovai@google.com | 2008-08-14 | 1 | -1/+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 |
* | Set the svn:eol-style to LF on all SConscript files | tc@google.com | 2008-08-13 | 1 | -149/+149 |
* | 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 |
* | Moves bookmark bar context menu controller into its own files along | sky@google.com | 2008-08-13 | 2 | -391/+31 |
* | Split browser.lib (200 megs) into browser.lib(242 source files, 175 megs) and... | maruel@google.com | 2008-08-13 | 2 | -0/+820 |
* | 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 | 3 | -65/+101 |
* | Fix crash due to race condition in ImportingProgressView. | finnur@google.com | 2008-08-12 | 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 |
* | Another Frame Grab-Bag | beng@google.com | 2008-08-11 | 11 | -123/+92 |
* | A simple view that wraps a RenderViewHost in an HWNDView, to facilitate | timsteele@google.com | 2008-08-11 | 2 | -0/+160 |
* | A set of tests to exercise chrome menus as well as parts of bookmark | sky@google.com | 2008-08-11 | 3 | -21/+934 |
* | Allow the window icon to be shown in the task bar, Alt+Tab etc. | beng@google.com | 2008-08-09 | 1 | -8/+10 |
* | Even more tweaks. | beng@google.com | 2008-08-09 | 5 | -11/+51 |
* | More tweaks to the frames. Provide proper layout for the title bar in app mode. | beng@google.com | 2008-08-08 | 4 | -21/+33 |
* | Wrap the text in a label in the options dialog. | tc@google.com | 2008-08-08 | 1 | -0/+3 |
* | Fix a bug in the first run dialog where the "Google Chrome is ready to | tc@google.com | 2008-08-08 | 1 | -2/+6 |
* | Allow constrained popups to resize themselves...up to 10 times. (Then we igno... | erg@google.com | 2008-08-08 | 2 | -13/+29 |
* | Simplify AboutChromeView to only contain what someone would need to make a su... | erikkay@google.com | 2008-08-08 | 1 | -10/+1 |
* | Tweaks to make the opaque frame look better including adding support for app ... | beng@google.com | 2008-08-08 | 7 | -43/+169 |
* | More improvements to the frames. Consolidate some of the optional bar (bookma... | beng@google.com | 2008-08-07 | 5 | -30/+341 |
* | Wrap text in the chrome first run dialog. | tc@google.com | 2008-08-07 | 1 | -11/+7 |
* | Remove the old NativeMB functions from string util, and use the new ones in s... | brettw@google.com | 2008-08-07 | 1 | -1/+1 |
* | Grab bag of random cleanups, implementation of some more methods, etc. I'm go... | beng@google.com | 2008-08-05 | 9 | -6/+134 |
* | fix bustage | beng@google.com | 2008-08-05 | 4 | -1/+36 |
* | Add the TabStrip to the BrowserView2. (hooked up for OpaqueFrame only at this... | beng@google.com | 2008-08-05 | 7 | -3/+94 |
* | Add the AeroGlassFrame and AeroGlassNonClientView for Vista. | beng@google.com | 2008-08-05 | 6 | -41/+490 |
* | Bring up the new frame (opaque version for XP only, for now). | beng@google.com | 2008-08-04 | 10 | -10/+1686 |
* | Fix several issues with popup window locations: | erg@google.com | 2008-08-04 | 1 | -66/+4 |