summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* WebKit roll 81125:81134apavlov@chromium.org2011-03-151-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=levin@chromium.org Review URL: http://codereview.chromium.org/6695020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78214 0039d316-1c4b-4281-b951-d872f2087c98
* Wires up ability for page to specify instant auto completesky@chromium.org2011-03-1531-97/+232
| | | | | | | | | | | | | | | | | behavior. The choices are: . immediately (current behavior and is the default). . delayed (transitions to autocompleted after a delay). . never (only show the suggestion, but never autocomplete it). I'm doing this so we can collect some data to help understand which is the less error prone of the 3. The data collection is all done on the server side. BUG=none TEST=none Review URL: http://codereview.chromium.org/6685002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78211 0039d316-1c4b-4281-b951-d872f2087c98
* fav icon -> favicon. Pass 4: SetFavIcon* -> SetFavicon*avi@chromium.org2011-03-1535-99/+99
| | | | | | | | | BUG=76073 TEST=none; no visible change Review URL: http://codereview.chromium.org/6683052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78210 0039d316-1c4b-4281-b951-d872f2087c98
* fav icon -> favicon. Pass 3: kFavIconSize -> kFaviconSizeavi@chromium.org2011-03-1520-59/+59
| | | | | | | | | BUG=76073 TEST=none; no visible change Review URL: http://codereview.chromium.org/6681041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78209 0039d316-1c4b-4281-b951-d872f2087c98
* fav icon -> favicon. Pass 2: GetFavIcon -> GetFaviconavi@chromium.org2011-03-1543-77/+77
| | | | | | | | | BUG=76073 TEST=none; no visible change Review URL: http://codereview.chromium.org/6685059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78208 0039d316-1c4b-4281-b951-d872f2087c98
* Adds OVERRIDE to the appropriate places insky@chromium.org2011-03-1510-89/+101
| | | | | | | | | | | | chrome/browser/ui/views/tabs. BUG=none TEST=none R=ben@chromium.org Review URL: http://codereview.chromium.org/6698007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78206 0039d316-1c4b-4281-b951-d872f2087c98
* Fix leak in HeartbeatSenderTest.DoSendStanza and remove valgrind suppression.lambroslambrou@chromium.org2011-03-153-17/+17
| | | | | | | | | BUG=74850 TEST=Valgrind bots stay green. Review URL: http://codereview.chromium.org/6624095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78205 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Display roaming status for cellular network.nkostylev@chromium.org2011-03-154-7/+46
| | | | | | | | | | | Still waiting for "R" badge resource. BUG=chromium-os:12010 TEST=manual Review URL: http://codereview.chromium.org/6686044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78204 0039d316-1c4b-4281-b951-d872f2087c98
* Add UMA logging to the NTP promo. Log whenever the NTP is created with the ↵mirandac@chromium.org2011-03-152-0/+3
| | | | | | | | | | | promo shown. BUG=76063 TEST=none Review URL: http://codereview.chromium.org/6681036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78203 0039d316-1c4b-4281-b951-d872f2087c98
* Adding fake param to picture URL to avoid caching it on cros settings page.avayvod@chromium.org2011-03-152-3/+16
| | | | | | | | | | | BUG=chromium-os:2348 TEST=Change user picture on personal settings page and verify that the image is immediately redrawn. R=altimofeev@chromium.org Review URL: http://codereview.chromium.org/6693018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78202 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 81091:81125apavlov@chromium.org2011-03-151-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=levin@chromium.org Review URL: http://codereview.chromium.org/6673044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78200 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run three more tests failing on a Valgrind assertion under Valgrind/Mactimurrrr@chromium.org2011-03-151-1/+6
| | | | | | | | | BUG=58146,51716 TBR=glider TEST=memory waterfall is greener Review URL: http://codereview.chromium.org/6696019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78199 0039d316-1c4b-4281-b951-d872f2087c98
* Use copies of canned browsing data helpers to populate the cookies tree model.jochen@chromium.org2011-03-1510-12/+82
| | | | | | | | | | | If the fetching of data is cancelled, the helpers might not be ready yet to be reused, triggering an assertion. BUG=62311 TEST=interactive ui tests:CollectedCookies.* Review URL: http://codereview.chromium.org/6670033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78198 0039d316-1c4b-4281-b951-d872f2087c98
* Use PreferenceTransformerInterface in extension preference APIs.bauerb@chromium.org2011-03-157-122/+104
| | | | | | | | | | | This allows us to get rid of custom preference API functions for the proxy extension API. BUG=73994 TEST=ProxyApiTest.*:ExtensionApiTest.* Review URL: http://codereview.chromium.org/6683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78197 0039d316-1c4b-4281-b951-d872f2087c98
* Show the speech input bubble immediately after user clicks.satish@chromium.org2011-03-151-4/+1
| | | | | | | | | | | | Earlier we were waiting for background noise estimation to complete (in a few hundred milliseconds) before displaying the bubble. Based on UX feedback I'm removing that wait now. BUG=none TEST=manual, check that bubble shows up instantly on clicking the mic button. Review URL: http://codereview.chromium.org/6673043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78196 0039d316-1c4b-4281-b951-d872f2087c98
* Increase ranges for some prerender-based histograms.cbentzel@chromium.org2011-03-151-7/+16
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6690017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78195 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 3.2.2.1ricow@chromium.org2011-03-151-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6698024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78194 0039d316-1c4b-4281-b951-d872f2087c98
* Use deprecated mouse API that actually works.jamiewalch@chromium.org2011-03-152-37/+32
| | | | | | | | | BUG= TEST=Use the mouse to double-click or drag something. Review URL: http://codereview.chromium.org/6627077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78191 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 78061 - Revert 78034 - Removing a TODO and cleaning up code.kristianm@google.com2011-03-156-21/+9
| | | | | | | | | | | | | | | | | | | This is done in preparation of a patch to let some request ignore the max sockets and max sockets to group limits. BUG=none TEST=none Review URL: http://codereview.chromium.org/6679001 TBR=kristianm@google.com Review URL: http://codereview.chromium.org/6685057 TBR=kristianm@google.com Review URL: http://codereview.chromium.org/6696017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78189 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run ErrorPageTest.DNSError_GoBack2 under TSantimurrrr@chromium.org2011-03-152-1/+2
| | | | | | | | | | Also, extend the test name regexp in the waterfall.sh script BUG=46643 TEST=TSan/UI(1) goes greener TBR=glider Review URL: http://codereview.chromium.org/6698025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78187 0039d316-1c4b-4281-b951-d872f2087c98
* Tentative compile fix.bauerb@chromium.org2011-03-151-2/+2
| | | | | | TBR=hbono git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78184 0039d316-1c4b-4281-b951-d872f2087c98
* Initialize RelayWrite member.finnur@chromium.org2011-03-151-2/+3
| | | | | | | | | | BUG=None TEST=None CID=12959 Review URL: http://codereview.chromium.org/6569005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78183 0039d316-1c4b-4281-b951-d872f2087c98
* Move FilePath <-> Value conversions into a separate file.bauerb@chromium.org2011-03-158-47/+86
| | | | | | | | | BUG=75276 TEST=none Review URL: http://codereview.chromium.org/6691011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78182 0039d316-1c4b-4281-b951-d872f2087c98
* Change the type of the libwebp target to "none" to stop folks from trying toabarth@chromium.org2011-03-151-1/+1
| | | | | | | read a non-existant libwebp.a file from the disk. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78179 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 704.0 to 705.0chrome-release@google.com2011-03-151-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78178 0039d316-1c4b-4281-b951-d872f2087c98
* A quick fix for Bug 60643.hbono@chromium.org2011-03-151-9/+8
| | | | | | | | | | This change just moves the initialization code of |bdict_file_path_| from SpellCheckHostImpl::SpellCheckHostImpl() (running on the UI thread) to SpellCheckHostImpl::InitializeDictionaryLocation() (running on the FILE thread) so we can initialize it without assertions. BUG=60643 TEST=Run Chrome without crashes. Review URL: http://codereview.chromium.org/6646042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78176 0039d316-1c4b-4281-b951-d872f2087c98
* Keep expired and file: cookies when using the cookie monster as dumb data storejochen@chromium.org2011-03-154-5/+62
| | | | | | | | | BUG=none TEST=net_unittests Review URL: http://codereview.chromium.org/6626071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78174 0039d316-1c4b-4281-b951-d872f2087c98
* Update libwebpabarth@chromium.org2011-03-1534-302/+6907
| | | | | | | | Patch originally by Pascal Massimino. Review URL: http://codereview.chromium.org/6677038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78173 0039d316-1c4b-4281-b951-d872f2087c98
* Workaround deadlock with password sync/GNOME Keyring by re-enabling passwordatwilson@chromium.org2011-03-156-31/+4
| | | | | | | | | | | | sync and using the old default password store by default. This is temporary until we're able to land a real fix for the deadlock. BUG=72499 TEST=Run chrome on linux, see passwords get synced. Review URL: http://codereview.chromium.org/6696009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78170 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 78166 - Test impact of an allocator change to detect double freesjar@chromium.org2011-03-152-186/+2
| | | | | | | | | | | | I'll revert as soon as the builds kick off. TBR=willchan Review URL: http://codereview.chromium.org/6677037 TBR=jar@chromium.org Review URL: http://codereview.chromium.org/6693013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78169 0039d316-1c4b-4281-b951-d872f2087c98
* Pull the latest libcros.yusukes@google.com2011-03-151-1/+1
| | | | | | | | | BUG=chromium-os:13106 TEST=try Review URL: http://codereview.chromium.org/6694016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78168 0039d316-1c4b-4281-b951-d872f2087c98
* Test impact of an allocator change to detect double freesjar@chromium.org2011-03-152-2/+186
| | | | | | | | | I'll revert as soon as the builds kick off. TBR=willchan Review URL: http://codereview.chromium.org/6677037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78166 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused APIs: GetAutoRepeatEnabled and GetAutoRepeatRate.yusukes@google.com2011-03-154-40/+0
| | | | | | | | | BUG=chromium-os:13106 TEST=ran try Review URL: http://codereview.chromium.org/6696011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78165 0039d316-1c4b-4281-b951-d872f2087c98
* Fix building gfx_unittests and remoting_unittests in linux dbg-shlib, this ↵sadrul@chromium.org2011-03-152-2/+2
| | | | | | | | | | | | | time, without breaking Mac. BUG=none TEST=gfx_unittests, remoting_unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78161 Review URL: http://codereview.chromium.org/6695015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78164 0039d316-1c4b-4281-b951-d872f2087c98
* Make the Pepper audio delegate properly use the I/O thread for manipulating thebrettw@chromium.org2011-03-151-36/+84
| | | | | | | | | | | | audio message filter's delegates. This required moving the start and stop commands to the I/O thread as well since now the routing_id is only available on the I/O thread. BUG=75495 Review URL: http://codereview.chromium.org/6694002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78163 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind leak reported in NSInFlightAnimationdhollowa@chromium.org2011-03-151-10/+0
| | | | | | | | | | | | Expands suppression of a Valgrind leak in NSInFlightAnimation. BUG=75714 TEST=Mac Valgrind turns green. TBR=sail@chromium.org Review URL: http://codereview.chromium.org/6698018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78162 0039d316-1c4b-4281-b951-d872f2087c98
* Fix building gfx_unittests and remoting_unittests in linux dbg-shlib.sadrul@chromium.org2011-03-152-0/+2
| | | | | | | | | BUG=none TEST=gfx_unittests, remoting_unittests Review URL: http://codereview.chromium.org/6695015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78161 0039d316-1c4b-4281-b951-d872f2087c98
* Update test expectations to catch some tests that need to be rebaslined due ↵levin@chromium.org2011-03-151-0/+8
| | | | | | | | | | | | to upstream changes. BUG=None TEST=None TBR=apavlov@chromium.org Review URL: http://codereview.chromium.org/6694014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78160 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in newer version of yasm.exe with executable set.bradnelson@google.com2011-03-151-1/+1
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6695011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78158 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust expectations.cmp@chromium.org2011-03-151-7/+7
| | | | | | | | | | | | | | | | | | - mac-release-10.5/moz/times/t (false positives) - vista-release-single-core/intl1/times/t (fixed ref buid config) - vista-release-single-core/moz/times/t (fixed ref build config) - xp-release-dual-core/intl2/times/t (false positives) - xp-release-dual-core/moz/total_op_b/IO_op_b (improvement from r77288) - xp-release-single-core/dhtml/times/t (fix ref build config) - xp-release-single-core/intl1/times/t (false positives) BUG=none TEST=perf steps are green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/6694012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78157 0039d316-1c4b-4281-b951-d872f2087c98
* Remove colons and fix some title/sentence casing.estade@chromium.org2011-03-1510-132/+82
| | | | | | | | | | | We don't need the colons any more now that native options are gone. I put the group names that are a single word into ifdef titlecase blocks because they may translate into multiple words in other locales. BUG=none TEST=manual Review URL: http://codereview.chromium.org/6696008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78155 0039d316-1c4b-4281-b951-d872f2087c98
* Fix clang build, failure caused by r78149.sadrul@chromium.org2011-03-155-5/+5
| | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/6697013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78154 0039d316-1c4b-4281-b951-d872f2087c98
* Convert importer messges to new format.tsepez@chromium.org2011-03-154-88/+106
| | | | | | Review URL: http://codereview.chromium.org/6698005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78153 0039d316-1c4b-4281-b951-d872f2087c98
* Removes 'foreground' parameter tosky@chromium.org2011-03-1510-32/+19
| | | | | | | | | | | | | | BaseTabStrip::StartInsertTabAnimation as its not used. Also removes TabStrip::IsTabSelected override as its covered by BaseTabStrip implementation. BUG=none TEST=none R=ben@chromium.org Review URL: http://codereview.chromium.org/6695005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78150 0039d316-1c4b-4281-b951-d872f2087c98
* Start working on compositor tree painting.sadrul@chromium.org2011-03-1523-31/+381
| | | | | | | | | | | | | As a first step, maintain a skia canvas in each transformed view. Each transformed view will acquire a texture-id for the canvas it owns. Whenever the canvas is updated, it will trigger a refresh in the compositor tree. BUG=none TEST=none Review URL: http://codereview.chromium.org/6594125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78149 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory leak in FileWriterDelegate by passing FileStream::Write a ↵adamk@chromium.org2011-03-153-19/+8
| | | | | | | | | | | | | | callback owned by the delegate. Remove the suppression of this memory leak. R=ericu@chromium.org BUG=75741 TEST=none Review URL: http://codereview.chromium.org/6685056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78148 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit DEPS 81083:81091 (to pick up some new Leopard baselines for ↵levin@chromium.org2011-03-151-1/+1
| | | | | | | | | | | | layout tests). TEST=None BUG=None TBR=apavlov@chromium.org Review URL: http://codereview.chromium.org/6697011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78146 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r77777 (a temporary hack) and roll in the fix from ANGLE (567:571).apatrick@chromium.org2011-03-152-22/+2
| | | | | | | | | | | | | | | | | | I put both in the same patch so I can merge them into m11 atomically. ANGLE revisions: 571 ANGLE depends statically on D3DCompiler_x.dll. 570 Fix NULL dereference for empty constructors. 569 Newlines in multi-line comments don't count as a newline. 568 Improve debug log formatting. TEST=try, check D3DCompiler_42.dll is loaded before the sandbox is turned on. BUG=75349 Review URL: http://codereview.chromium.org/6694008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78145 0039d316-1c4b-4281-b951-d872f2087c98
* Options: Listen to the 'click' event since the 'change' event does not firejhawkins@chromium.org2011-03-152-8/+11
| | | | | | | | | | | | | | when the selection is changed using the keyboard. Also fixed radio grouping of the password radios. BUG=73798 TEST=none R=stuartmorgan@chromium.org Review URL: http://codereview.chromium.org/6697009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78144 0039d316-1c4b-4281-b951-d872f2087c98
* Remove SelectFontDialogestade@chromium.org2011-03-156-265/+29
| | | | | | | | | | | this code is no longer used now that native options are gone BUG=72658 TEST=compile Review URL: http://codereview.chromium.org/6696004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78143 0039d316-1c4b-4281-b951-d872f2087c98