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