summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Publish DEPS for Chromium 5.0.354.15.0.354.1gitdeps2014-04-071-241/+132
|
* Merge 41598 - Fix for bug where 64bit executables were processed as 32bit ↵laforge@chromium.org2010-03-154-7/+24
| | | | | | | | | | | | | | | executables. Added some more logging. TBR=sra Review URL: http://codereview.chromium.org/988002 TBR=laforge@chromium.org Review URL: http://codereview.chromium.org/1003002 git-svn-id: svn://svn.chromium.org/chrome/branches/354/src@41617 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 354.0 to 355.0 to 354.1chrome-release@google.com2010-03-151-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/354/src@41573 0039d316-1c4b-4281-b951-d872f2087c98
* Branching for 354 @41559chrome-release@google.com2010-03-150-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/354/src@41571 0039d316-1c4b-4281-b951-d872f2087c98
* Move base/gfx contents to gfx/ben@chromium.org2010-03-14254-344/+656
| | | | | | | | | TBR=darin BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41559 0039d316-1c4b-4281-b951-d872f2087c98
* Create a path provider for gfx, allowing the removal of the temporary app ↵ben@chromium.org2010-03-1411-16/+154
| | | | | | | | | | | dependency. TBR=darin BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41552 0039d316-1c4b-4281-b951-d872f2087c98
* Reenable first run dialog on Mac by commenting out MasterPreferences reading ↵mirandac@chromium.org2010-03-141-1/+1
| | | | | | | | | | | stuff, which is not yet available for OS X. While this is not commented out, first run dialog will *always* be bypassed. BUG= none TEST= you can get the 1st run dialog on Mac again. Review URL: http://codereview.chromium.org/929001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41551 0039d316-1c4b-4281-b951-d872f2087c98
* Updating new translationsoritm@google.com2010-03-1443-66/+100
| | | | | | Review URL: http://codereview.chromium.org/846008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41550 0039d316-1c4b-4281-b951-d872f2087c98
* There was a pre-existing bug in the AppCacheUpdateJobTest where it was notmbelshe@chromium.org2010-03-141-4/+18
| | | | | | | | | | | | | | | | closing out classes created on the IO Thread on the IO Thread. This didn't cause problems before by luck; but now it does. Have the cleanup run on a task on the IO Thread. TBR=michaeln BUG=none TEST=AppCacheUpdateJobTest. Review URL: http://codereview.chromium.org/934002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41547 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 353.0 to 354.0chrome-release@google.com2010-03-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41545 0039d316-1c4b-4281-b951-d872f2087c98
* When connect takes too long for a new socket group, issue a singlembelshe@chromium.org2010-03-146-19/+283
| | | | | | | | | | | | backup socket request to retry the connect. This reduces latency in the presence of packet loss. BUG=36629 TEST=TCPClientSocketPoolTest.BackupSocket* Review URL: http://codereview.chromium.org/842004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41543 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-1429-47/+73
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/851010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41539 0039d316-1c4b-4281-b951-d872f2087c98
* Remove locks from StrictTransportSecurityState.abarth@chromium.org2010-03-147-63/+56
| | | | | | | | | | | | These locks can cause the IO thread to block on the FILE thread writing to disk, which is bad news bears. BUG=21518 TEST=No behavior change. Review URL: http://codereview.chromium.org/904005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41538 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt to make the new valgrind waterfall much greener bynsylvain@chromium.org2010-03-131-2/+39
| | | | | | | | | | | modying some suppressions, and duplicating some others with small differences. BUG:38138 Review URL: http://codereview.chromium.org/926001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41536 0039d316-1c4b-4281-b951-d872f2087c98
* Copyright change to tickle the bots.rsesek@chromium.org2010-03-131-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41534 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Show the contextual menu for page actions on Ctrl+Click.rsesek@chromium.org2010-03-131-2/+10
| | | | | | | | | BUG=32072 TEST=Ctrl+Click on a page action opens the context menu. A real right-click still does the same. Review URL: http://codereview.chromium.org/894004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41533 0039d316-1c4b-4281-b951-d872f2087c98
* Register chrome-extension as a secure scheme so that adding resources from anabarth@chromium.org2010-03-131-0/+4
| | | | | | | | | | extension doesn't trip the mixed content sensor. BUG=35245 Review URL: http://codereview.chromium.org/840006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41531 0039d316-1c4b-4281-b951-d872f2087c98
* We need to sniff from file:// URLs so that we don't do silly things like try toabarth@chromium.org2010-03-131-1/+2
| | | | | | | | | | download README files. BUG=18342 Review URL: http://codereview.chromium.org/916003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41530 0039d316-1c4b-4281-b951-d872f2087c98
* bandaidben@chromium.org2010-03-131-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41529 0039d316-1c4b-4281-b951-d872f2087c98
* Create a toplevel gfx/ dir and seed it with icon_util.ben@chromium.org2010-03-1325-31/+124
| | | | | | | | | | TBR=darin BUG=none TEST=none Review URL: http://codereview.chromium.org/915002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41528 0039d316-1c4b-4281-b951-d872f2087c98
* Re-land second sandbox round of changescpu@chromium.org2010-03-1320-172/+351
| | | | | | | | | | | | | | | | | | | | | - broke integration tests See http://codereview.chromium.org/757001 BUG=27218 TEST=included No change in the original files. The only changes are in the files: sandbox/src/registry_dispatcher.cc sandbox/src/registry_dispatcher.h sandbox/src/filesystem_dispatcher.cc Because now even in 32 bits the handles map to void pointers Review URL: http://codereview.chromium.org/873006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41523 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "implement improvements for translate infobar"ajwong@chromium.org2010-03-137-104/+58
| | | | | | | | This reverts commit r41510. Review URL: http://codereview.chromium.org/854012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41520 0039d316-1c4b-4281-b951-d872f2087c98
* Mark 5390681-2.html as failed after webkit roll.jianli@chromium.org2010-03-131-0/+1
| | | | | | | | | | BUG=none TEST=none TBR=yutak Review URL: http://codereview.chromium.org/919001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41519 0039d316-1c4b-4281-b951-d872f2087c98
* This should stop the random hangs due to chrome/app/chrome_dll_main.cc(616)] ↵thestig@chromium.org2010-03-131-6/+0
| | | | | | | | | | | | | | | | Check failed: PathService::Override(chrome::DIR_USER_DATA, user_data_dir)?? Revert 41369 - Linux: Pass userdatadir to the Zygote. BUG=none TEST=On Linux, "chrome enablelogging userdatadir=/tmp/foobar" writes renderer logs to chrome_debug.log in /tmp/foobar rather than in $XDG_CONFIG_HOME. Review URL: http://codereview.chromium.org/885003 TBR=thestig@chromium.org Review URL: http://codereview.chromium.org/848009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41518 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Mac window frame coordinate conversion on multiple monitor setupsstuartmorgan@chromium.org2010-03-132-11/+15
| | | | | | | | | | | | The same bug exists in our event coordinate conversion code in WebInputEventFactory, so this is half of a two-sided patch; WebKit side is: https://bugs.webkit.org/show_bug.cgi?id=35950 BUG=36621 TEST=In conjuction with the WebKit patch, mouseovers in Carbon plugins will work when the plugin is on a non-primary monitor with a different height than the primary monitor. Review URL: http://codereview.chromium.org/751002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41516 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 55853:55940jianli@chromium.org2010-03-132-2/+27
| | | | | | | | | BUG=none TEST=none TBR=yutak git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41513 0039d316-1c4b-4281-b951-d872f2087c98
* Implement connect to hidden networks. And show passphrase in wifi config dialog.chocobo@chromium.org2010-03-133-4/+17
| | | | | | Review URL: http://codereview.chromium.org/913003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41512 0039d316-1c4b-4281-b951-d872f2087c98
* implement improvements for translate infobarkuan@chromium.org2010-03-137-58/+104
| | | | | | | | | | | | - add "Show original" button to revert translated page (backend is currently a TODO for jay) - modify state machine of translate infobar to show "Translating..." when subsequent translations are triggered for a page i.e. when the user modifies the source or target languages - remove obsolete strings (introduced when privacy dialog was thought to be needed) BUG=35553,36682 TEST=verify per bug reports. Review URL: http://codereview.chromium.org/845006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41510 0039d316-1c4b-4281-b951-d872f2087c98
* Don't fail when default download folder doesn't existkinuko@chromium.org2010-03-131-2/+4
| | | | | | | | | BUG=37836 TEST=as described in the bug Review URL: http://codereview.chromium.org/871001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41509 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: More transition to CHROMEGTK macros.erg@google.com2010-03-122-33/+19
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/840005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41508 0039d316-1c4b-4281-b951-d872f2087c98
* Making the location by visible in the app launcherjcampan@chromium.org2010-03-121-13/+11
| | | | | | | | | BUG=None TEST=Open the app launcher, the location bar should show. Review URL: http://codereview.chromium.org/873004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41507 0039d316-1c4b-4281-b951-d872f2087c98
* Added switch to invalidate the sync xmpp auth token for testing.akalin@chromium.org2010-03-1211-10/+45
| | | | | | | | | BUG=none TEST=manual Review URL: http://codereview.chromium.org/883003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41506 0039d316-1c4b-4281-b951-d872f2087c98
* Added progress bar to the update screen.denisromanov@google.com2010-03-126-14/+66
| | | | | | | | | | | Corrected login wizard screens transitions logic. BUG=35249 TEST=Run out/Debug/chrome --login-manager --login-screen=update. Progress bar should be visible and login screen should appear after it comes to 100%. Review URL: http://codereview.chromium.org/853006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41505 0039d316-1c4b-4281-b951-d872f2087c98
* Mechanical refactor of CrxInstaller signatures. This will makeaa@chromium.org2010-03-128-156/+138
| | | | | | | | | it easier to add additional configuration features to CrxInstaller. Review URL: http://codereview.chromium.org/875003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41503 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Fix official build breakage from r41451.thestig@chromium.org2010-03-123-3/+5
| | | | | | | | BUG=none TEST=Linux official builds succeed. Review URL: http://codereview.chromium.org/842008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41499 0039d316-1c4b-4281-b951-d872f2087c98
* Test expectations cleanup: mac release.jparent@chromium.org2010-03-121-34/+14
| | | | | | | | | | | | Removes all test or adjusts expectations for tests that have passed for the last 750 runs. BUG=9798,10351,29167,37896,37896,2844,28095,27334,28034,27418,27334,18702,10320 TEST=none Review URL: http://codereview.chromium.org/882002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41498 0039d316-1c4b-4281-b951-d872f2087c98
* Change to check for MSVC instead of WINDOWS.jianli@chromium.org2010-03-121-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=dimich Review URL: http://codereview.chromium.org/850007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41497 0039d316-1c4b-4281-b951-d872f2087c98
* Make canary bot happy by disabling warning resulted from StringImpl.h.jianli@chromium.org2010-03-121-0/+3
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/892003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41496 0039d316-1c4b-4281-b951-d872f2087c98
* Fix #1 for multiple request issue (both POST and GET) after activating the ↵tommi@chromium.org2010-03-1224-263/+2534
| | | | | | | | | | | | | | | | | | | | | onhttpequiv approach. There's a ton going on here. Brief summary: I'm introducing a caching layer for top level page requests that we then use again when switching the document from mshtml to cf. Also in this change list: * Removing the previous way of shifting the document moniker over to the worker thread when a new chrome document is created. Instead we use a request cache object. * Refactoring the part of the Bho class that offered access to it via TLS. This was needed for better testability but also makes (imho) the separation clearer and will possibly help in the future if we don't have a Bho object. * Added a bit of logging that I'd prefer to keep in there until we're confident enough with onhttpequiv. * Enabling two previously disabled tests (the ones I added for multiple requests) * Adding several more unit tests for the new code. Review URL: http://codereview.chromium.org/668187 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41495 0039d316-1c4b-4281-b951-d872f2087c98
* Adds the remaining chunks for the login panels. It's currently not thesky@chromium.org2010-03-1220-39/+689
| | | | | | | | | | | defualt and hidden behind a switch. BUG=none TEST=none Review URL: http://codereview.chromium.org/906001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41494 0039d316-1c4b-4281-b951-d872f2087c98
* Don't allocate temporary buffer during PNG encoding.erg@google.com2010-03-122-29/+105
| | | | | | | | | | | | | | | | | | PNGCodec::EncodeBGRASkBitmap() was originally designed for dealing with 16x16 pixel favicons. It allocated a temporary buffer to unpremultiply the rgb pixels in the incoming skia image. These days, it's used for any PNG<->SkBitmap task, including the theme system. In one case, I saw multiple 10 megabyte temporary buffers allocated and deallocated here. Instead, juggle the code a little to only allocate one row worth of pixels and to reuse that buffer. BUG=none TEST=Existing PNGCodec.* tests, plus PNGCodec.EncodeBGRASkBitmapDiscardTransparency Review URL: http://codereview.chromium.org/851006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41493 0039d316-1c4b-4281-b951-d872f2087c98
* Re-apply r41458 | estade@chromium.org | 2010-03-12 11:28:50 -0800 (Fri, 12 ↵estade@chromium.org2010-03-1212-396/+263
| | | | | | | | | | | | | | | | | Mar 2010) | 8 lines Fix the rest of the gtk/options directory to use new callback macros. Problematically, the callback macros don't cover the case where the GObject* isn't a GtkWidget* D: BUG=None TEST=compile with fix for unit test Review URL: http://codereview.chromium.org/846005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41492 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 41481 - Secound round of sbox changes for 64 bit portericu@google.com2010-03-1217-340/+155
| | | | | | | | | | | | | | | | | | Handling pointer sized items Beefing up unit tests Beefing up integration tests Enabling Process, Thread and Token IPCs Making validation tests compile again BUG=27218 TEST= unit tests included Review URL: http://codereview.chromium.org/757001 TBR=cpu@chromium.org Review URL: http://codereview.chromium.org/871008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41491 0039d316-1c4b-4281-b951-d872f2087c98
* Patch makes sure that only text fields are saved in Auto-fill "Web Data" ↵aarya@google.com2010-03-121-1/+1
| | | | | | | | | | file on disk. This prevent passwords from being saved on disk without user content as part of autofill history. BUG=36553 TEST=Login on a web site with password field (no autocomplete=off). Check "Web Data" file on disk to see password saved without user content. Review URL: http://codereview.chromium.org/855005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41490 0039d316-1c4b-4281-b951-d872f2087c98
* Remove empty bookmarkmanager extension directories.estade@chromium.org2010-03-120-0/+0
| | | | | | | | | This refuses to upload to rietveld because the diff is empty. TBR=arv git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41489 0039d316-1c4b-4281-b951-d872f2087c98
* Move metrics api to the experimental name space.rogerta@chromium.org2010-03-1211-47/+40
| | | | | | | | | BUG=0 TEST=n/a Review URL: http://codereview.chromium.org/899003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41487 0039d316-1c4b-4281-b951-d872f2087c98
* Sanity integration tests for preference sync.albertb@chromium.org2010-03-128-33/+175
| | | | | | | | | BUG=37353 TEST=this is a test Review URL: http://codereview.chromium.org/843004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41486 0039d316-1c4b-4281-b951-d872f2087c98
* remove itself from parent when deleted.oshima@chromium.org2010-03-121-2/+4
| | | | | | | | | | | | | | In most case, this won't happen because the parent view sets child view's parent to NULL before deletion. This is necessary to safely delete view that is not owned by parent. BUG=none TEST=none Review URL: http://codereview.chromium.org/872006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41485 0039d316-1c4b-4281-b951-d872f2087c98
* Autoslide/hide notifications after timeout.oshima@chromium.org2010-03-1211-25/+295
| | | | | | | | | | | | | | * Introduced panel's state to manage which notifications will be shown.' * Added "OnPanelStateChanged" to PanelController::Delegate method to monitor the panel's state. * Removed unnecessary SetSize in BalloonViewImpl. The size is set in BalloonViewImpl::Layout. BUG=33306 TEST=This requires chromeos's wm and system notification to test (which does not exit yet). None for now but I am writing unittest now. Review URL: http://codereview.chromium.org/874004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41484 0039d316-1c4b-4281-b951-d872f2087c98
* Added textures, texture samplers and render targets to o3d-webgl. Also ↵petersont@google.com2010-03-1236-201/+2246
| | | | | | | | fixed bugs, added calls to parent class constructor to classes that didn't have them before, added a few demos to exhibit/test textures and render surfaces. Review URL: http://codereview.chromium.org/856004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41482 0039d316-1c4b-4281-b951-d872f2087c98