summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Linux: Use upstream google-breakpad instead of our fork.thestig@chromium.org2009-12-0231-8284/+56
| | | | | | | | BUG=28276 TEST=dump_syms works with ToT Chrome. Review URL: http://codereview.chromium.org/414049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33534 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure we don't dismiss extension popups when the focusjcampan@chromium.org2009-12-028-10/+35
| | | | | | | | | | | | | | | changes for a child window of the popup, as it is the case with select popups. BUG=28110 TEST=Make sure extension popups are still working as expected. Open an extension popup with a select popup (combo box) in it. Click on the select to bring up its popup, the extension popup should stay opened. Review URL: http://codereview.chromium.org/459005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33533 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore URL fragment when looking up URL in application cache.jennb@chromium.org2009-12-021-3/+12
| | | | | | | | | TEST=no new tests; covered by existing layout test BUG=none Review URL: http://codereview.chromium.org/459004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33532 0039d316-1c4b-4281-b951-d872f2087c98
* Tries to catch callbacks expecting scoped_refptr<T> and getting T* using ↵jamesr@chromium.org2009-12-023-1/+182
| | | | | | | | template magic Review URL: http://codereview.chromium.org/414024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33531 0039d316-1c4b-4281-b951-d872f2087c98
* Delete old version directories of installed extensions during garbagempcomplete@chromium.org2009-12-023-8/+43
| | | | | | | | | | collection. BUG=28884 Review URL: http://codereview.chromium.org/455026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33530 0039d316-1c4b-4281-b951-d872f2087c98
* Take 2 at: Fix the opacity of titlebars on the NTP page.tony@chromium.org2009-12-022-5/+5
| | | | | | | | | | | | We were accidentally setting the opacity to 1/255. This bug was introduced in r32643. Fix the unittest too. BUG=29107 Review URL: http://codereview.chromium.org/461003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33529 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 33526 - Fix the opacity of titlebars on the NTP page. We were ↵tony@chromium.org2009-12-021-2/+2
| | | | | | | | | | | | | | | | | accidentally setting the opacity to 1/255. This bug was introduced in r32643. BUG=29107 Review URL: http://codereview.chromium.org/452040 TBR=tony@chromium.org Review URL: http://codereview.chromium.org/460004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33528 0039d316-1c4b-4281-b951-d872f2087c98
* Put "make this my home page" link into the tip section.mirandac@chromium.org2009-12-025-43/+54
| | | | | | | | | BUG= 28196 TEST= "make this my home page" should show up as a tip. Review URL: http://codereview.chromium.org/449073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33527 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the opacity of titlebars on the NTP page. We were accidentallytony@chromium.org2009-12-021-2/+2
| | | | | | | | | | | | setting the opacity to 1/255. This bug was introduced in r32643. BUG=29107 Review URL: http://codereview.chromium.org/452040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33526 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline editing layout test.victorw@chromium.org2009-12-028-11/+10
| | | | | | | | | | | | Regroup tests failed due to the same reason. R=japhet TEST=none BUG=3273,29059 Review URL: http://codereview.chromium.org/459002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33525 0039d316-1c4b-4281-b951-d872f2087c98
* Speculative fix for ChromeFrame crash in bug ↵ananta@chromium.org2009-12-024-8/+11
| | | | | | | | | | | | | | | | | | | | http://code.google.com/p/chromium/issues/detail?id=29025 The crash occurs while dereferencing the automation channel to send out the SetCookie IPC message on the automation channel to the host browser. Based on what I could see from the crash dump and the code it seems like there could be a scenario where the AutomationResourceContext object could be destroyed while the AutomationCookieStore object is still around and thus ends up with a stale pointer which crashes when dereferenced. Fix is to ensure that all related code paths hold on to a refcounted AutomationResourceContext instance. I will look into whether it is possible to come up with a unit test for this. Bug=29025 Review URL: http://codereview.chromium.org/450020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33524 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: don't apply gtk theme to the info bubble for the extension popup.estade@chromium.org2009-12-025-5/+17
| | | | | | | | BUG=29096 Review URL: http://codereview.chromium.org/450043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33523 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: Support plain text target as source for bookmark drags initiated from ↵estade@chromium.org2009-12-023-5/+15
| | | | | | | | | | | bookmark manager and bookmark bar. BUG=29029 TEST=drag a bookmark into an <input> field Review URL: http://codereview.chromium.org/449067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33522 0039d316-1c4b-4281-b951-d872f2087c98
* Flush logging output.derat@chromium.org2009-12-021-11/+18
| | | | | | | | | | | It gets buffered otherwise, which is inconvenient when trying to follow what's going on in the Chrome OS window manager. TEST=compiled and ran it Review URL: http://codereview.chromium.org/459001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33520 0039d316-1c4b-4281-b951-d872f2087c98
* Windows/Linux: remove useless SetProfile() on tab selection.viettrungluu@chromium.org2009-12-022-2/+0
| | | | | | | | | | (We have a fixed profile per browser.) The Mac code never had this SetProfile(). BUG=none TEST=none Review URL: http://codereview.chromium.org/450038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33519 0039d316-1c4b-4281-b951-d872f2087c98
* Remove emtpy lists and empty dictionaries from Preferences andtony@chromium.org2009-12-024-43/+183
| | | | | | | | | | Local State when writing to disk. BUG=28836 Review URL: http://codereview.chromium.org/449074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33518 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the SLOW expectation, since the test passes without it.dglazkov@chromium.org2009-12-021-2/+0
| | | | | | | | | | TBR=ojan TEST=none BUG=24182 Review URL: http://codereview.chromium.org/453024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33517 0039d316-1c4b-4281-b951-d872f2087c98
* Rename OmxVideoDecoder, and break up the omx library files from the omx_test ↵ajwong@chromium.org2009-12-024-86/+107
| | | | | | | | target. Review URL: http://codereview.chromium.org/449070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33516 0039d316-1c4b-4281-b951-d872f2087c98
* Correct expectations for a passing test.dglazkov@chromium.org2009-12-021-4/+2
| | | | | | | | | | TBR=ojan TEST=none BUG=24182 Review URL: http://codereview.chromium.org/457030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33514 0039d316-1c4b-4281-b951-d872f2087c98
* Benchmark memcpy of the output of OpenMAX decoderhclam@chromium.org2009-12-021-4/+23
| | | | | | | | | Add --copy option to omx_test for benchmarking memcpy performance from the output of OpenMAX decoder. Review URL: http://codereview.chromium.org/450031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33513 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the FlipProtocolTests.mbelshe@google.com2009-12-012-14/+11
| | | | | | | | | BUG=none TEST=FlipProtocolTest Review URL: http://codereview.chromium.org/449065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33512 0039d316-1c4b-4281-b951-d872f2087c98
* Fix host status bug: jennb@chromium.org2009-12-012-1/+17
| | | | | | | | | | | | * Return DOWNLOADING status for cache without owning group. * Clear out saved notion of status in host on event raised and before swapping cache as those invalidate any saved notion of cache status. TEST=no new tests; covered by existing appcache layout tests BUG=none Review URL: http://codereview.chromium.org/449063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33511 0039d316-1c4b-4281-b951-d872f2087c98
* Hold a reference to object returned by GetGlobalHostResolver().eroman@chromium.org2009-12-011-11/+16
| | | | | | | | | | This change is to help diagnose bug 29038. BUG=29038 Review URL: http://codereview.chromium.org/455025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33510 0039d316-1c4b-4281-b951-d872f2087c98
* Build fix for Linux perf bot.pkasting@chromium.org2009-12-011-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33509 0039d316-1c4b-4281-b951-d872f2087c98
* Add a new event to LoadLog:eroman@chromium.org2009-12-014-21/+32
| | | | | | | | | | | | | | | | | PROXY_SERVICE_POLL_CONFIG_SERVICE_FOR_CHANGES which measures how much time was spent per request retrieving the system proxy settings. On Windows this corresponds with the function: WinHttpGetIEProxyConfigForCurrentUser(). Which seems to be very slow on some systems. BUG=12189 Review URL: http://codereview.chromium.org/452034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33508 0039d316-1c4b-4281-b951-d872f2087c98
* Roll deps for Google Breakpad to r432. Preparing to unfork Breakpad on Linux.thestig@chromium.org2009-12-011-1/+1
| | | | | | Review URL: http://codereview.chromium.org/452036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33507 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the old locations of forked tcmalloc files.sgk@chromium.org2009-12-0127-15383/+0
| | | | | | | | | | Remove the tcmalloc line from DEPS in favor of our vendor branch. Remove the old jemalloc checked in underneath tcmalloc. BUG=27911 TEST=none Review URL: http://codereview.chromium.org/457002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33506 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress skia leak.willchan@chromium.org2009-12-011-0/+12
| | | | | | | | BUG=29115 Review URL: http://codereview.chromium.org/452037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33505 0039d316-1c4b-4281-b951-d872f2087c98
* Use new CJK Vista fonts for DOM UI by listing them in IDS_WEB_FONT_FAMILY ↵jshin@chromium.org2009-12-014-5/+8
| | | | | | | | | | | | | | | before the old CJK Win fonts (available on Win XP, Vista / 7). Vista fonts are better looking that the old CJK fonts. Also, list Arial at the beginning so that Arial is used for the 'ASCII portion' than not-so-nice glyphs for the ASCII portion in CJK fonts. BUG=NONE TEST=1. On Win Vista/7, run Chrome with '--lang=zh-CN' (zh-TW, ja and ko). The font in DOM UI (history, download, new tab) look nicer than on WIn XP. 2. Even on XP, the ASCII portion (Latin letters and numbers) in CJK Chrome looks nicer than before in DOM UI pages. Review URL: http://codereview.chromium.org/437071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33504 0039d316-1c4b-4281-b951-d872f2087c98
* Mark BlacklistManagerBrowserTest.Basic as flaky.willchan@chromium.org2009-12-011-1/+1
| | | | | | | | BUG=29113 Review URL: http://codereview.chromium.org/458003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33503 0039d316-1c4b-4281-b951-d872f2087c98
* Marking ↵willchan@chromium.org2009-12-011-1/+1
| | | | | | | | | | SessionRestoreUITest.RestoreAfterClosingTabbedBrowserWithAppAndLaunching as flaky. BUG=29110 Review URL: http://codereview.chromium.org/450044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33502 0039d316-1c4b-4281-b951-d872f2087c98
* Update the Pepper APIs to the latest spec for the 2D demo plugin.brettw@chromium.org2009-12-0115-441/+522
| | | | | | | | | | | | | | | | | | | | | This also adds the npapi headers to the npapi.gyp file since I got tired of Visual Studio not finding the files. This removes the "open file in sandbox" feature which it doesn't look like we will use. One more significant change is that I changed to including pepper.h in all cases, even when pepper is disabled. We used to have a forward declare in npapi.h for the structs in question, but we'll be adding a lot more structs for the different contexts and I don't think this will scale. I think its OK fo rthe pepper API declarations to be available when Pepper isn't enabled. BUT=none TEST=none Review URL: http://codereview.chromium.org/453015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33501 0039d316-1c4b-4281-b951-d872f2087c98
* Lands http://codereview.chromium.org/449003/show for Thiago:sky@chromium.org2009-12-0117-36/+39
| | | | | | | | | | | | | | views: replace the deprecated macro (DISALLOW_EVIL_CONSTRUCTORS). Use DISALLOW_COPY_AND_ASSIGN instead, also fix some style issues pointed by lint. BUG=none TEST=none Review URL: http://codereview.chromium.org/449075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33500 0039d316-1c4b-4281-b951-d872f2087c98
* Do not call GetServerCert whenever SSLHandshake returns. Callwtc@chromium.org2009-12-011-8/+13
| | | | | | | | | | | | | | | GetServerCert only when we're about to verify a certificate or SSLHandshake fails with a certificate error. This allows us to remove the null pointer test for |certs| in GetServerCert. Remove the TAB characters reported by cpplint.py. R=hawk BUG=none TEST=none Review URL: http://codereview.chromium.org/351033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33499 0039d316-1c4b-4281-b951-d872f2087c98
* Widen one ignore rule for ThreadSanitizertimurrrr@chromium.org2009-12-011-1/+1
| | | | | | Review URL: http://codereview.chromium.org/449071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33498 0039d316-1c4b-4281-b951-d872f2087c98
* Fix STR size read in Mac plugin loadingstuartmorgan@chromium.org2009-12-011-1/+1
| | | | | | | | | | | Make sure we interpret Pascal string lengths as positive numbers. BUG=21837 TEST=Install the Unity Player plugin, and visit about:plugins; the name "Unity Player" should show. Review URL: http://codereview.chromium.org/453022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33497 0039d316-1c4b-4281-b951-d872f2087c98
* Defer all remaining accessibility tests.dglazkov@chromium.org2009-12-011-92/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need a better way to test accessibility. R=dpranke TEST=none BUG=27044 BUG=27923 BUG=26195 BUG=27044 BUG=27555 BUG=13907 BUG=29001 BUG=10322 BUG=29002 BUG=29003 BUG=29005 BUG=29006 BUG=29007 BUG=29008 BUG=29010 BUG=29011 BUG=29014 BUG=29015 Review URL: http://codereview.chromium.org/452035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33496 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes bug in views/gtk tooltips. Gtk wraps text in labels atsky@chromium.org2009-12-013-14/+40
| | | | | | | | | | | | | | (screen_size + 1) / 2. I'm setting the max width of tooltips to match this else gtk can calculate more vertical white space than it ends up using. Simiarly when resetting the text in a label gtk doesn't reset wrap position. I'm forcing that by invoking set_max_width_chars. BUG=none TEST=none Review URL: http://codereview.chromium.org/454023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33494 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppression for a flash crash.willchan@chromium.org2009-12-011-1/+1
| | | | | | | | BUG=20915 Review URL: http://codereview.chromium.org/458002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33493 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a buggy link.kathyw@google.com2009-12-012-2/+2
| | | | | | | | | | BUG=none TEST=none TBR=aa Review URL: http://codereview.chromium.org/449072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33491 0039d316-1c4b-4281-b951-d872f2087c98
* Fix DCHECK that was firing in metrics service in debug builds. This ↵jam@chromium.org2009-12-011-1/+1
| | | | | | | | | particular case was harmless with no underlying bugs. BUG=29085 Review URL: http://codereview.chromium.org/449068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33489 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for Skia 447:449.senorblanco@chromium.org2009-12-012-3/+3
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/457026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33488 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes bug where Chrome was not rendering fonts at the size it shouldsky@chromium.org2009-12-012-0/+24
| | | | | | | | | | | | have been. This was only apparent at DPIs other than the default, such as is typically seen on netbooks. BUG=none TEST=none Review URL: http://codereview.chromium.org/452031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33487 0039d316-1c4b-4281-b951-d872f2087c98
* Move WinSock initialize earlier in the startup process. I ran intombelshe@google.com2009-12-011-5/+5
| | | | | | | | | | | | | | | | | | a case where my extension used the network; but because extensions are initialized earlier than WinSock init, the extension failed when trying to do a dns lookup. This only fails because it was in conjunction with the --single-process flag, so it is unlikely to effect others. Nonetheless, there is really no harm in moving winsock initialization to be very early. BUG=none TEST=none Review URL: http://codereview.chromium.org/454021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33486 0039d316-1c4b-4281-b951-d872f2087c98
* Bug 29026 was fixed with changelist 33404.mbelshe@google.com2009-12-011-15/+0
| | | | | | | | | BUG=29026 TEST=FlipNetworkTransactionTest.WriteError Review URL: http://codereview.chromium.org/450028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33485 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: disable bookmark bar animation in toolbar-less windows.viettrungluu@chromium.org2009-12-011-1/+5
| | | | | | | | | | | | | (It's still a bit odd that some of these windows (e.g., Developer Tools) display a location bar. The displayed bar is also a strange size and not properly framed. These are separate bugs.) BUG=29070 TEST=Open a normal web page and then also a Developer Tools window (Cmd-Opt-I). Focus the window (and tab) with the normal web page. Press Shift-Cmd-B a few times. Make sure no animation occurs in the Developer Tools window. Also make sure the bookmark bar animations occur normally in normal browser windows. Review URL: http://codereview.chromium.org/453020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33484 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the deprecated version of ContentsEqual.thakis@chromium.org2009-12-013-9/+3
| | | | | | | | | | BUG=24672 TEST=base_unittests Review URL: http://codereview.chromium.org/432001 Patch from tfarina. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33483 0039d316-1c4b-4281-b951-d872f2087c98
* Reduce the size of the description of the gmail checker to pleaseaa@chromium.org2009-12-011-1/+1
| | | | | | | | the gallery. TBR=rafaelw@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33482 0039d316-1c4b-4281-b951-d872f2087c98
* Take 2pkasting@chromium.org2009-12-011-2/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33481 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build break.pkasting@chromium.org2009-12-011-1/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33480 0039d316-1c4b-4281-b951-d872f2087c98