summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Mac] PDF icons for omnibox.shess@chromium.org2010-04-0916-16/+6921
| | | | | | | | | | | | | Replaces the various resources used for omnibox icons with PDF images. The use of copies is because the field is flipped while the popup is unflipped (and the icons get flipped to match). BUG=37865 TEST=Icons don't look suck, look awesome when scale factor is changed under Quartz Debug. Review URL: http://codereview.chromium.org/1629010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44152 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling WorkerTest.WorkerWebSocketLayoutTests on Linux bots only.dumi@chromium.org2010-04-091-1/+5
| | | | | | | | | | TEST=none BUG=40995 Review URL: http://codereview.chromium.org/1527024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44151 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash when we delete the group we're requesting a socket for.willchan@chromium.org2010-04-094-20/+55
| | | | | | | | BUG=40952 Review URL: http://codereview.chromium.org/1618011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44150 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill: Fill the default profile when the AutoFill accelerator combo is ↵jhawkins@chromium.org2010-04-0921-34/+277
| | | | | | | | | | | pressed (ctrl-shift-a). BUG=39491 TEST=none Review URL: http://codereview.chromium.org/1521020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44149 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure small notifications get shown. Previous change to make sure ↵johnnyg@chromium.org2010-04-091-3/+6
| | | | | | | | | | | notifications don't shrink caused a regression when the notification is of minimal size (like the one from html5rocks.com), since this is the same as the pre-show size. BUG=40817 TEST=see bug Review URL: http://codereview.chromium.org/1558031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44148 0039d316-1c4b-4281-b951-d872f2087c98
* No longer display EULA when internal Flash enabled (revert r42783 and most ↵viettrungluu@chromium.org2010-04-0912-339/+0
| | | | | | | | | | | of r42674). BUG=none TEST=Run (branded, official) Google Chrome build with --enable-internal-flash; EULA "dialog" tab should no longer be shown, and our Flash should be enabled (check about:plugins). Without --enable-internal-flash, it should still not appear in about:plugins. Review URL: http://codereview.chromium.org/1527023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44147 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily add "Appendix A" of the Terms of Service (in English) into all ↵viettrungluu@chromium.org2010-04-0947-15/+2021
| | | | | | | | | | | the files. BUG=none TEST=On official Google Chrome builds, set your favourite language and check about:terms. Should see "Appendix A" in English at the end. Ugh. Review URL: http://codereview.chromium.org/1631011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44146 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: Theme the icons in the location bar and use GTK colors for the ↵erg@chromium.org2010-04-094-17/+152
| | | | | | | | | | | autocomplete dropdown. BUG=40855 TEST=none Review URL: http://codereview.chromium.org/1631010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44145 0039d316-1c4b-4281-b951-d872f2087c98
* Fix silly DCHECK introduced by me in r44019.tonyg@chromium.org2010-04-091-3/+4
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/1625009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44144 0039d316-1c4b-4281-b951-d872f2087c98
* Prevent people from adding mime type to supported_non_image_types that will ↵inferno@chromium.org2010-04-091-0/+4
| | | | | | | | | | | make it render as HTML. This is not the fix for bug, but to prevent people from making the same mistake again. BUG=38105 TEST=None Review URL: http://codereview.chromium.org/1617013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44143 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling worker-simple.html and shared-worker-simple.html indumi@chromium.org2010-04-091-1/+1
| | | | | | | | | | | | | ui_tests, because they fail on the Linux perf canary bot. TEST=none BUG=40995 TBR=antonm Review URL: http://codereview.chromium.org/1611018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44142 0039d316-1c4b-4281-b951-d872f2087c98
* Update dhtml linux results after tcmalloc revert.chase@chromium.org2010-04-091-1/+1
| | | | | | | | | | BUG=none TEST=linux perf page_cycler_dhtml is green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/1539029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44141 0039d316-1c4b-4281-b951-d872f2087c98
* Strips http from the omniboxsky@chromium.org2010-04-0921-155/+270
| | | | | | | | BUG=none TEST=type in urls and make sure once loaded we don't show http. Make sure we do show https (and other schemes) though. Review URL: http://codereview.chromium.org/1513023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44140 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 44134 - Show Infobar on new synced theme even if the theme was alreadyakalin@chromium.org2010-04-093-69/+38
| | | | | | | | | | | | | | | | installed (but not loaded). Refactored theme handling code in ExtensionInstallerUI. BUG=40847 TEST=manual Review URL: http://codereview.chromium.org/1625007 TBR=akalin@chromium.org Review URL: http://codereview.chromium.org/1599024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44139 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 373.0 to 374.0laforge@chromium.org2010-04-091-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44137 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: fix corner case where we'd show the overflow chevron for the browser ↵estade@chromium.org2010-04-092-14/+33
| | | | | | | | | | | | | action toolbar even without overflow. The show/hide is async following the size_request change, so gtk_chrome_shrinkable_hbox_get_visible_child_count was not appropriate. Instead, show/hide the chevron when buttons show/hide. BUG=40763 TEST=see bug. Also, removing extensions still updates the chevron state. Review URL: http://codereview.chromium.org/1558035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44136 0039d316-1c4b-4281-b951-d872f2087c98
* Bookmark manager - Add blue line and move menu button into the summary ↵arv@chromium.org2010-04-092-18/+39
| | | | | | | | | | | header. This also makes the splitter use the same color as the blue header. BUG=38004 TEST=Launch bookmark manager and see the blue header and blue splitter Review URL: http://codereview.chromium.org/1513029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44135 0039d316-1c4b-4281-b951-d872f2087c98
* Show Infobar on new synced theme even if the theme was alreadyakalin@chromium.org2010-04-093-38/+69
| | | | | | | | | | | | | installed (but not loaded). Refactored theme handling code in ExtensionInstallerUI. BUG=40847 TEST=manual Review URL: http://codereview.chromium.org/1625007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44134 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: fix <select> dropdown corner case behaviors caused by WebKit changeset ↵estade@chromium.org2010-04-092-40/+52
| | | | | | | | | | | | | | | | | 56449 They should also now work better in extension popups than they ever did previously. known issue: the <select> box keeps the focus ring while the dropdown is open (affects all platforms) BUG=39937 TEST= 1) Using https://chrome.google.com/extensions/detail/jiannbmldmbdmkhkdknlaemanjcobdko , the select popup should work as expected. 2) Using <select> should work as expected; in particular, while using focus-follows-mouse, mousing over other toplevel windows while the dropdown is showing should not close the dropdown Review URL: http://codereview.chromium.org/1558014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44133 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r44125aa@chromium.org2010-04-095-50/+31
| | | | | | | | BUG=40439 TBR=sky@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44132 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes bugs in new tab strip animations where they weren't doing thesky@chromium.org2010-04-093-1/+10
| | | | | | | | | | | | right thing when rtl. BUG=40920 TEST=make sure the tabstrip draws correctly when running rtl and closing/moving/inserting tabs. Review URL: http://codereview.chromium.org/1613009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44131 0039d316-1c4b-4281-b951-d872f2087c98
* add filtering to player_wtlfbarchard@chromium.org2010-04-095-27/+76
| | | | | | | | | BUG=19113 TEST=none Review URL: http://codereview.chromium.org/1576030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44130 0039d316-1c4b-4281-b951-d872f2087c98
* - Extracted platform specific code from GLES2 command decoder to platform ↵apatrick@chromium.org2010-04-0936-1171/+1432
| | | | | | | | | | | | | specific GLContext classes. - GLContext encapsulates management of GL contexts on each platform. - ReadPixels uses actual current window size to validate source rectangle. TEST=trybots, running Pepper 3D and WebGL demos on all platforms BUG=none Review URL: http://codereview.chromium.org/1605014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44129 0039d316-1c4b-4281-b951-d872f2087c98
* Status area improvements:chocobo@chromium.org2010-04-0914-43/+75
| | | | | | | | | | | | | | - text is now 70% alpha - font is 1 size larger - 6 pixels between status icons - icon and text are lined up better - when clock changes text, bounds are reset properly TEST=none BUG=none Review URL: http://codereview.chromium.org/1589021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44128 0039d316-1c4b-4281-b951-d872f2087c98
* Disable this test on Linux, because it will fail as soon as WebKit'sdumi@chromium.org2010-04-091-0/+6
| | | | | | | | | | | | version is rolled forward. TEST=none BUG=40976 Review URL: http://codereview.chromium.org/1610016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44127 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing test expectaions after 44119 BUG=19113 TEST=nonesergeyu@chromium.org2010-04-091-0/+6
| | | | | | Review URL: http://codereview.chromium.org/1525022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44126 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt fix for crash bug when alert closes while owning hostaa@chromium.org2010-04-095-31/+50
| | | | | | | | | | | | is invalid. I can't actually repro this bug, but I think this should fix it. BUG=40439 Review URL: http://codereview.chromium.org/1540024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44125 0039d316-1c4b-4281-b951-d872f2087c98
* Change Terms of Service to include Adobe Flash stuff.viettrungluu@chromium.org2010-04-092-8/+88
| | | | | | | | | | | | | This is done in en and en-GB (without corrections to the English). This still needs to be done in all other languages. BUG=none TEST=On a branded build, go to about:terms and check that TBR=cpu@chromium.org, laforge@chromium.org Review URL: http://codereview.chromium.org/1539027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44123 0039d316-1c4b-4281-b951-d872f2087c98
* Allow specifiying a different user-data-dir for diagnostic modecpu@chromium.org2010-04-096-27/+62
| | | | | | | | | | | - Polish the db tests a little bit, now there are critical and non-critical and it handles better is chrome is already running BUG=27885 TEST=none Review URL: http://codereview.chromium.org/1540027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44122 0039d316-1c4b-4281-b951-d872f2087c98
* Auto restart when update available while running in the background on windows.atwilson@chromium.org2010-04-0917-52/+213
| | | | | | | | | | | | | | | | | | | | | | | | Landing on behalf of dbelenko@google.com. This is a new version of the older patch. Main changes include: 1. Rebased to a never Git revision to make things easier to land. 2. Chrome will now preserve the command line switches except for those that are blacklisted. 3. Fixed a race condition that would cause the browser to think it didn't exit cleanly after it's been restarted. 4. Fixed minor nits and omissions (indentation, etc). This patch adds a timer which fires every 6 hours and checks whether the browser is in the "persistent" (background) mode, and whether there's an update pending restart. If both conditions are true, the browser is restarted with blacklisted command line keys and all loose values stripped. In order to restart the browser in the background mode, the --long-lived-extensions key is also added to the command line. This change is Windows-only, and it won't become fully functional until Drew (atwilson) checks in his work that enables Chrome to go into background. Additionally, this addresses an issue where a restarted browser might load its profile data before the previous browser process exited - we now load the profile data *after* trying to contact the other browser. This exposed a race condition in SessionRestoreUITest.RestoreAfterClosingTabbedBrowserWithAppAndLaunching, so we disabled that test and logged http://crbug.com/40946. BUG=40975,40946 Review URL: http://codereview.chromium.org/1618012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44121 0039d316-1c4b-4281-b951-d872f2087c98
* More flakynesssky@chromium.org2010-04-091-3/+6
| | | | | | | | | | BUG=40932 TEST=none TBR=jcivelli@chromium.org Review URL: http://codereview.chromium.org/1591028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44120 0039d316-1c4b-4281-b951-d872f2087c98
* Optimized version of bilinear video scaler. It is about 2 times faster than ↵sergeyu@chromium.org2010-04-0910-488/+824
| | | | | | | | | | | Skia that is currently used for video scaling. BUG=19113 TEST=none Review URL: http://codereview.chromium.org/1556021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44119 0039d316-1c4b-4281-b951-d872f2087c98
* Take 2 at landing the SPDY SETTINGS frame patch.mbelshe@chromium.org2010-04-0910-48/+453
| | | | | | | | | BUG=34749 TEST=SpdyNetworkTransactionTest.Setting* Review URL: http://codereview.chromium.org/1547028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44118 0039d316-1c4b-4281-b951-d872f2087c98
* Add newline to EOF to fix CrOS builder.glen@chromium.org2010-04-091-1/+1
| | | | | | | | | TBR=sky BUG=NONE TEST=NONE git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44117 0039d316-1c4b-4281-b951-d872f2087c98
* Change the default theme colors.glen@chromium.org2010-04-097-5/+5
| | | | | | | | | BUG=40023 TEST=Make sure toolbar is grey Review URL: http://codereview.chromium.org/1566009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44116 0039d316-1c4b-4281-b951-d872f2087c98
* Make the bottom edges of the opaque frame rounded.glen@chromium.org2010-04-098-53/+75
| | | | | | | | | BUG=40024 TEST=On a non-AeroGlass Windows machine, verify that the bottom edges of the Window are rounded. Review URL: http://codereview.chromium.org/1560021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44115 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed a Memcheck:Cond in content_blocked_bubble_controller_unittest.mm ↵rsesek@chromium.org2010-04-091-0/+1
| | | | | | | | | | | | caused by r44084. TBR=mnissler BUG=none TEST=Valgrind Mac unit goes green Review URL: http://codereview.chromium.org/1632008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44114 0039d316-1c4b-4281-b951-d872f2087c98
* Adds an updated safety check for DOM UI renderers. creis@chromium.org2010-04-093-3/+11
| | | | | | | | | | | | | We should not be passing web URLs to DOM UI renderers. This CL adds a check to ensure that we only navigate to DOM-UI-permitted URLs in such renderers. BUG=40575, 40893 TEST=none Review URL: http://codereview.chromium.org/1631009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44112 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 43410 - Add Flash EULA to about box on Linux/GTK (for branded builds).viettrungluu@chromium.org2010-04-094-59/+8
| | | | | | | | | | | | BUG=none TEST=On Chromium, about box should be the same as before. On Google Chrome, about box should have "Adobe Flash Player License Agreement" below the Google Terms of Service, with "License Agreement" an appropriate link. Review URL: http://codereview.chromium.org/1593006 TBR=viettrungluu@chromium.org, cpu@chromium.org, estade@chromium.org Review URL: http://codereview.chromium.org/1539028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44111 0039d316-1c4b-4281-b951-d872f2087c98
* Update the look and feel of NTP and bookmark menus based on Cole's feedback.arv@chromium.org2010-04-092-4/+6
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/1540029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44110 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 43443 - Add Flash EULA to about box on Mac (for branded builds).viettrungluu@chromium.org2010-04-091-24/+2
| | | | | | | | | | | | BUG=none TEST=On Chromium, about box should be the same as before. On Google Chrome, about box should have "Adobe Flash Player License Agreement" below the Google Terms of Service, with "License Agreement" an appropriate link. Review URL: http://codereview.chromium.org/1610001 TBR=viettrungluu@chromium.org, cpu@chromium.org, dhollowa@chromium.org Review URL: http://codereview.chromium.org/1574022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44109 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 43545 - Add Flash EULA to about box on Windows/Views (for branded ↵viettrungluu@chromium.org2010-04-092-50/+4
| | | | | | | | | | | | | | | builds). BUG=none TEST=On Chromium, about box should be the same as before. On Google Chrome, about box should have "Adobe Flash Player License Agreement" below the Google Te rms of Service, with "License Agreement" an appropriate link. Review URL: http://codereview.chromium.org/1561010 TBR=viettrungluu@chromium.org, cpu@chromium.org, finnur@chromium.org Review URL: http://codereview.chromium.org/1558036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44108 0039d316-1c4b-4281-b951-d872f2087c98
* Hierarchy. Hierarchy. Hierarchy!!!avi@chromium.org2010-04-0910-12/+12
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/1561020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44107 0039d316-1c4b-4281-b951-d872f2087c98
* Implement PBKDF2-based key derivation, random key generation,wtc@chromium.org2010-04-0917-92/+866
| | | | | | | | | | | | | | | and AES-CBC encryption/decryption using CryptoAPI. Contributed by Ryan Sleevi <ryan.sleevi@gmail.com>. Original review URL: http://codereview.chromium.org/1558018 R=wtc,albertb BUG=none TEST=SymmetricKeyTest.* and EncryptorTest.* Review URL: http://codereview.chromium.org/1528021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44106 0039d316-1c4b-4281-b951-d872f2087c98
* Turn off TCMalloc for Linux to fix plugin crashes.willchan@chromium.org2010-04-091-1/+1
| | | | | | | | BUG=38692 Review URL: http://codereview.chromium.org/1617014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44105 0039d316-1c4b-4281-b951-d872f2087c98
* Do not prepopulate the findbar with incognito search terms.rohitrao@chromium.org2010-04-0911-39/+249
| | | | | | | | BUG=32021 TEST=On win/linux, open an incognito window and search for some term. Then open a new normal tab and press Ctrl-F. Findbar should not be prepopoulated with your incognito search term. Review URL: http://codereview.chromium.org/1561018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44104 0039d316-1c4b-4281-b951-d872f2087c98
* fixing bug in 2D context painted area pixel count computation abetul@google.com2010-04-091-3/+5
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/1611011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44103 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a missing README.chromium file to the third-party CLD.jcivelli@google.com2010-04-091-0/+8
| | | | | | | | | | BUG=29342 TEST=None TBR=evan Review URL: http://codereview.chromium.org/1611015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44102 0039d316-1c4b-4281-b951-d872f2087c98
* Yet another flaky ssl test.sky@chromium.org2010-04-091-1/+2
| | | | | | | | | | BUG=40932 TEST=none TBR=jcivelli@chromium.org Review URL: http://codereview.chromium.org/1604021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44101 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 43962 - Adds a safety check for DOM UI renderers.creis@chromium.org2010-04-092-11/+0
| | | | | | | | | | | | | | | | | (Currently crashing on reliability bot.) We should not be passing web URLs to DOM UI renderers. This CL adds a check to ensure that we only navigate to DOM UI URLs in such renderers. BUG=40575 TEST=none Review URL: http://codereview.chromium.org/1549027 TBR=brettw Review URL: http://codereview.chromium.org/1626012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44100 0039d316-1c4b-4281-b951-d872f2087c98