| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Convert SchedulePaint and a few other methods to use gfx types. | ben@chromium.org | 2008-10-17 | 14 | -32/+29 |
* | Remove some code I accidentally left in which is causing asserts and crashes. | brettw@google.com | 2008-10-17 | 1 | -6/+0 |
* | Fix a potential crasher in SpellChecker Add to dictionary feature. | sidchat@google.com | 2008-10-17 | 1 | -1/+2 |
* | Adds the anti-carpet bombing dialog. More specifically a new | sky@google.com | 2008-10-17 | 19 | -202/+1199 |
* | Add processing for a master profile json file on first run. Allows: | cpu@google.com | 2008-10-17 | 5 | -18/+137 |
* | Fix bug 3470, where the download tab would show the temporary name for danger... | jcampan@chromium.org | 2008-10-17 | 5 | -25/+70 |
* | Add some trace statements in an attempt to find the reason why a Find test is... | finnur@google.com | 2008-10-17 | 1 | -0/+23 |
* | testing a theory... | ben@chromium.org | 2008-10-17 | 1 | -2/+4 |
* | Removes expiring of recently closed tabs from new tab page. Also makes | sky@google.com | 2008-10-17 | 2 | -34/+5 |
* | Fix bug where a shelf or infobar would not be closed correctly when closing a... | glen@google.com | 2008-10-17 | 4 | -16/+21 |
* | Separate out most view creation from WebContents. This adds a new sub-delegat... | brettw@google.com | 2008-10-17 | 19 | -200/+358 |
* | The translation lead requested that this sentence be a single | tc@google.com | 2008-10-17 | 1 | -14/+41 |
* | A quick fix for a possible assertion caused by r3407. | hbono@chromium.org | 2008-10-17 | 1 | -1/+2 |
* | Adding missing file from r3496. | aa@google.com | 2008-10-17 | 1 | -0/+6 |
* | Adds a bit of Greasemonkey support hidden behind the --enable-greasemonkey fl... | aa@google.com | 2008-10-16 | 4 | -15/+183 |
* | Rename ChromeViews namespace to views | ben@chromium.org | 2008-10-16 | 234 | -3006/+2881 |
* | Fixing build: GetViewContainer changed name from under me. :) | finnur@google.com | 2008-10-16 | 1 | -2/+2 |
* | Fix crash in downloading files (issue 3423). | finnur@google.com | 2008-10-16 | 1 | -0/+9 |
* | Remove more shared_event that I missed last time | agl@chromium.org | 2008-10-16 | 4 | -4/+0 |
* | When a mixed-content resource was loaded, we would apply the mixed-content st... | jcampan@chromium.org | 2008-10-16 | 2 | -5/+4 |
* | Make View::SetBounds take a const gfx::Rect& instead of a const CRect& | ben@chromium.org | 2008-10-16 | 65 | -294/+118 |
* | Return without doing anything instead of dereferencing junk in unexpected cases. | mark@chromium.org | 2008-10-16 | 1 | -0/+1 |
* | Update SpellChecker to download the latest version of the bdic dictionary files. | sidchat@google.com | 2008-10-16 | 2 | -3/+46 |
* | Makes the following changes to the bookmark bar context menu: | sky@google.com | 2008-10-16 | 3 | -88/+75 |
* | Add browser\interstitial_page.cc to the SCons build. | sgk@google.com | 2008-10-16 | 1 | -1/+2 |
* | Change the prefix for unconfirmed, potentially dangerous downloads | mal@chromium.org | 2008-10-16 | 1 | -1/+1 |
* | This is the same change as 2419 minus a line of debug code I accidentally lef... | petersont@google.com | 2008-10-16 | 5 | -183/+567 |
* | Fix broken resize from bottom with magic frame. | ben@chromium.org | 2008-10-16 | 1 | -0/+1 |
* | Rename ViewContainer to Container and HWNDViewContainer to ContainerWin. | ben@chromium.org | 2008-10-16 | 71 | -217/+207 |
* | As agreed on by the SafeBrowsing server team: | paulg@google.com | 2008-10-15 | 2 | -15/+14 |
* | Add a check in Chrome to not run user level mode if machine level Chrome | kuchhal@chromium.org | 2008-10-15 | 2 | -7/+57 |
* | Add a lot of robustness to SDCH filter decoding | jar@google.com | 2008-10-15 | 1 | -1/+1 |
* | Change SpellChecker language without restarting the browser. | sidchat@google.com | 2008-10-15 | 6 | -25/+143 |
* | This file was left out of my last checkin due to prior gcl cruft. | beng@google.com | 2008-10-15 | 1 | -32/+21 |
* | Convert GetPreferredSize from: | beng@google.com | 2008-10-15 | 90 | -1051/+942 |
* | Insert NULL check to fix dist crash | ben@chromium.org | 2008-10-15 | 1 | -5/+4 |
* | Change #ifdef _DEBUG test to #ifndef NDEBUG test. | maruel@google.com | 2008-10-15 | 3 | -6/+6 |
* | Fix a crasher when shutting down with a pending dangerous download. | jcampan@chromium.org | 2008-10-15 | 1 | -2/+4 |
* | Enable magic browzr again. | ben@chromium.org | 2008-10-14 | 1 | -1/+1 |
* | Convert HitTest/GetViewForPoint to use gfx::Point | ben@chromium.org | 2008-10-14 | 10 | -30/+28 |
* | Fix some places I missed the renaming changes. | brettw@google.com | 2008-10-14 | 2 | -10/+10 |
* | Rename RenderWidgetHostHWND to RenderWidgetHostViewWin for consistency with o... | brettw@google.com | 2008-10-14 | 10 | -124/+139 |
* | Rename various text zoom related stuff to be more generic, since we now can | brettw@google.com | 2008-10-14 | 4 | -15/+11 |
* | Try and find the location of crash | ben@chromium.org | 2008-10-14 | 1 | -0/+2 |
* | Change all ConvertPointTo* methods to use gfx::Point instead of CPoint. | ben@chromium.org | 2008-10-14 | 19 | -136/+135 |
* | Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const. | ben@chromium.org | 2008-10-14 | 13 | -116/+88 |
* | Fix the build by including string. | brettw@google.com | 2008-10-14 | 1 | -0/+2 |
* | Move more view stuff out of WebContents. This moves context menus and info | brettw@google.com | 2008-10-14 | 16 | -181/+229 |
* | Revert r3334 to disable magic_browzR and see if that fixes the crashes in the | mal@chromium.org | 2008-10-14 | 1 | -1/+1 |
* | Turn on MagicBrowzr again. | ben@chromium.org | 2008-10-14 | 1 | -1/+1 |