| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverting constrained window change. Seems to break tests on TOT. | erg@google.com | 2008-09-11 | 2 | -13/+1 |
* | Fix crasher and possible security vulnerability in popup | erg@google.com | 2008-09-11 | 2 | -1/+13 |
* | Renames BoomarkBarModel to BookmarkModel. | sky@google.com | 2008-09-11 | 9 | -260/+245 |
* | Make sure the tabstrip doesn't have the chin above it in maximized view in aero. | beng@google.com | 2008-09-11 | 1 | -1/+2 |
* | First pass at splitting the AutocompleteEdit into Model and View. This was n... | pkasting@chromium.org | 2008-09-10 | 2 | -16/+16 |
* | The About box was needlessly blocking Chrome on Vista SP1 (with UAC disabled)... | finnur@google.com | 2008-09-10 | 1 | -3/+8 |
* | Fix grab bag of AeroGlassFrame issues: | beng@google.com | 2008-09-10 | 5 | -21/+22 |
* | Fix bug with resizeBy in Gears dialogs. | mpcomplete@google.com | 2008-09-09 | 1 | -11/+1 |
* | Moves bookmark related classes into bookmarks directory. There are no | sky@google.com | 2008-09-09 | 6 | -7/+7 |
* | Patch from Szymon Piechowicz <szymonpiechowicz@o2.pl> | beng@google.com | 2008-09-09 | 1 | -6/+6 |
* | A couple of quick TODO and other cleanups. | beng@google.com | 2008-09-08 | 4 | -13/+1 |
* | Support WM_APPCOMMAND on Window. Make it just pass through to WindowDelegate:... | beng@google.com | 2008-09-08 | 2 | -0/+47 |
* | This patch is from Andrew Brampton <me@bramp.net>. | sky@google.com | 2008-09-08 | 1 | -1/+2 |
* | Make sure the browser is destroyed during DestroyBrowser because EndSession h... | beng@google.com | 2008-09-08 | 1 | -1/+9 |
* | Fix SSL state in the URL bar being incorrect. Going to an EV site like https:... | brettw@google.com | 2008-09-07 | 1 | -3/+0 |
* | Don't reinvent the wheel - base::wclscpy does this work in one line of code. | beng@google.com | 2008-09-07 | 1 | -6/+2 |
* | Allow the import lock dialog to be sized by locale. | tc@google.com | 2008-09-06 | 1 | -4/+8 |
* | Clamp open file name size. | beng@google.com | 2008-09-05 | 1 | -1/+6 |
* | Readding UI test I pulled yesterday; hopefully the bots will like it more now... | finnur@google.com | 2008-09-05 | 6 | -4/+36 |
* | Fixes keyword editor to show error image when keyword isn't valid. | sky@google.com | 2008-09-05 | 1 | -1/+1 |
* | Attempt at fixing crash. I believe this is happening during session | sky@google.com | 2008-09-05 | 2 | -1/+14 |
* | Fix the polymorphic WindowResources class and FramePartBitmap enum. | maruel@google.com | 2008-09-04 | 6 | -59/+80 |
* | Fixes crash in BookmarkBarView. If the HistoryService fails to load it | sky@google.com | 2008-09-04 | 2 | -40/+27 |
* | Fix the include order in aero_glass_frame.cc. This was causing issues with WP... | maruel@google.com | 2008-09-04 | 1 | -2/+2 |
* | Localize the 11th hour popup window hack. Right before release, we made a cha... | erg@google.com | 2008-09-04 | 1 | -10/+5 |
* | Make sure the new frames' BrowserView2::TabSelectedAt calls TabContents::DidB... | beng@google.com | 2008-09-03 | 1 | -1/+5 |
* | Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v... | darin@google.com | 2008-09-03 | 3 | -41/+15 |
* | Fixes crash in making Chrome the default browser from the options | sky@google.com | 2008-09-03 | 1 | -2/+4 |
* | Moves the bookmark bar view test into the interactive tests. To get | sky@google.com | 2008-09-02 | 1 | -6/+1 |
* | Update Copyright text in SCons config files. | sgk@google.com | 2008-09-01 | 1 | -28/+4 |
* | Implement the 11th hour Google Chrome Beta behaviour for constrained | erg@google.com | 2008-08-29 | 1 | -46/+36 |
* | Fixes crash in ClearBrowsingDataView that can only occur during the | sky@google.com | 2008-08-28 | 2 | -6/+19 |
* | We should not EXPECT to get a browser object or a window object, we should AS... | finnur@google.com | 2008-08-28 | 1 | -0/+2 |
* | Make a step on refactoring navigation. The eventual plan is to have the Navig... | brettw@google.com | 2008-08-28 | 2 | -49/+70 |
* | Remove Google Chrome specific strings from common resources file and use them... | rahulk@google.com | 2008-08-27 | 20 | -5/+37 |
* | Cleanup navigation_entry.h. I made the accessors consistent and in Google sty... | brettw@google.com | 2008-08-27 | 1 | -1/+1 |
* | The positioning of detached dragged tabs was wrong with the new frames, becau... | beng@google.com | 2008-08-27 | 1 | -1/+1 |
* | No code change. Just adding some comments explaining why we need to keep trac... | finnur@google.com | 2008-08-27 | 1 | -3/+7 |
* | Makes deleting history no longer delete starred urls. Thiseffectively reenabl... | sky@google.com | 2008-08-27 | 2 | -2/+2 |
* | Make the system menu for frames have submenus for encoding and text zoom | beng@google.com | 2008-08-26 | 2 | -11/+40 |
* | Extends the toolbar keyboard support. Adds skipping of unavailable elements o... | klink@google.com | 2008-08-26 | 1 | -7/+24 |
* | Chrome changes corresponding to my message_loop_type CL. | darin@google.com | 2008-08-26 | 4 | -7/+9 |
* | Sets the visibility bool of the Home button. | klink@google.com | 2008-08-25 | 1 | -0/+2 |
* | Make the AeroGlassFrame better: | beng@google.com | 2008-08-25 | 9 | -175/+253 |
* | Create a unit test for making sure constrined popup windows close when their ... | erg@google.com | 2008-08-25 | 1 | -2/+56 |
* | Fix bug in constrained windows where the close box was detaching instead of c... | beng@google.com | 2008-08-25 | 1 | -1/+2 |
* | fix release bustage. | beng@google.com | 2008-08-24 | 1 | -0/+1 |
* | fix release bustage. | beng@google.com | 2008-08-24 | 1 | -1/+1 |
* | fix release bustage. | beng@google.com | 2008-08-24 | 1 | -0/+2 |
* | Make the window icon the app icon by default for popups and app windows unles... | beng@google.com | 2008-08-24 | 2 | -8/+17 |