summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Compiz's interaction with top-level windows confuses GTK.amarinichev@chromium.org2011-05-011-1/+2
| | | | | | | | | | | | Set the new window to be override-redirect. This makes the window invisible for the window manager, which makes all reparenting operations safe. BUG=80017 TEST=Ctrl-Shift-I with and without compiz, tear off tabs with 3D CSS or WebGL Review URL: http://codereview.chromium.org/6903111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83698 0039d316-1c4b-4281-b951-d872f2087c98
* I'm tired of waiting for chrome to link before unit_tests starts to build.willchan@chromium.org2011-05-012-26/+14
| | | | | | | | | | | BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=83647 Review URL: http://codereview.chromium.org/6905142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83694 0039d316-1c4b-4281-b951-d872f2087c98
* Update the gtest filter file for sync_unit_tests -> the test was renamedtimurrrr@chromium.org2011-05-011-1/+1
| | | | | | | | | BUG=80164 TBR=glider TEST=TSan bots stop failing on sync tests Review URL: http://codereview.chromium.org/6880340 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83692 0039d316-1c4b-4281-b951-d872f2087c98
* Create login tests for ChromeOSnirnimesh@chromium.org2011-05-011-0/+100
| | | | | | Review URL: http://codereview.chromium.org/6883267 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83690 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed IDS_FILE_MANAGER description with for Title Case.zelidrag@chromium.org2011-05-011-1/+1
| | | | | | | | | TBR=mal BUG=81100 TEST=none Review URL: http://codereview.chromium.org/6905160 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83688 0039d316-1c4b-4281-b951-d872f2087c98
* Remove ExtensionMsg_UpdatePageActions.aa@chromium.org2011-05-016-62/+13
| | | | | | | BUG=70516 TBR=mpcomplete@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83687 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Add another suppression for bug 79933.jhawkins@chromium.org2011-04-301-1/+27
| | | | | | | | | | BUG=79933 TEST=none TBR=thestig Review URL: http://codereview.chromium.org/6902194 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83682 0039d316-1c4b-4281-b951-d872f2087c98
* Add a method to HMAC to indicate how large a digest it produces.abarth@chromium.org2011-04-305-22/+46
| | | | | | Review URL: http://codereview.chromium.org/6904148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83681 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Mark a few tests as flaky.jhawkins@chromium.org2011-04-301-3/+17
| | | | | | | | | | | BUG=81050 TEST=none R=thestig@chromium.org Review URL: http://codereview.chromium.org/6905155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83680 0039d316-1c4b-4281-b951-d872f2087c98
* Implement the new WebPermissionClient interface in Chrome code to get rid of ↵jam@chromium.org2011-04-3017-195/+192
| | | | | | | | all the awkward calls to ContentRendererClient. Review URL: http://codereview.chromium.org/6905117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83679 0039d316-1c4b-4281-b951-d872f2087c98
* Roll libjpeg_turbo to r83675.maruel@chromium.org2011-04-301-1/+1
| | | | | | | | | | | | | This is to reduce the number of warnings on VS TBR=hbono BUG= TEST= Review URL: http://codereview.chromium.org/6905159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83678 0039d316-1c4b-4281-b951-d872f2087c98
* Roll nss to r83672.maruel@chromium.org2011-04-301-2/+2
| | | | | | | | | | | | | This is to disable warnings on windows. TBR=wtc BUG= TEST= Review URL: http://codereview.chromium.org/6903165 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83677 0039d316-1c4b-4281-b951-d872f2087c98
* Roll icu to r83674.maruel@chromium.org2011-04-301-1/+1
| | | | | | | | | | | | | This is to reduce the number of warnings on VS. TBR=jshin@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6903167 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83676 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 752.0 to 753.0chrome-release@google.com2011-04-301-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83669 0039d316-1c4b-4281-b951-d872f2087c98
* Added File manager to wrench/Tools menu. Added ctrl+M acceletator for ↵zelidrag@chromium.org2011-04-307-21/+22
| | | | | | | | | | openining it directly. BUG=chromium-os:14704 TEST=make sure File manager shows up in wrench / tools menu. Also ctrl+M should open it. Review URL: http://codereview.chromium.org/6903157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83666 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Expand the suppression for bug 46161.jhawkins@chromium.org2011-04-301-3/+3
| | | | | | | | | | | BUG=46161 TEST=none R=thestig@chromium.org Review URL: http://codereview.chromium.org/6905156 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83665 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Expand the suppression for bug 32624 even more.jhawkins@chromium.org2011-04-301-1/+2
| | | | | | | | | | BUG=32624 TEST=none TBR=thestig Review URL: http://codereview.chromium.org/6904151 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83664 0039d316-1c4b-4281-b951-d872f2087c98
* Fix clang build.thakis@chromium.org2011-04-301-3/+2
| | | | | | | | | | | | | | | | | | | | clang recently started complaining /b/build/slave/mac_clang/build/src/chrome/browser/ui/cocoa/about_window_controller_unittest.mm:23:50: error: cannot initialize a parameter of type 'id *' with an rvalue of type 'NSString *const *' forKeys:&kAutoupdateStatusStatus ^~~~~~~~~~~~~~~~~~~~~~~~ /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:44:57: note: passing argument to parameter 'keys' here + (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(NSUInteger)cnt; Rightfully so, I think. BUG=none TEST=none TBR=mark Review URL: http://codereview.chromium.org/6883290 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83663 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove unneeded includes to query_parser.htfarina@chromium.org2011-04-303-4/+1
| | | | | | | | | | | BUG=None TEST=None R=thestig@chromium.org Review URL: http://codereview.chromium.org/6902191 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83662 0039d316-1c4b-4281-b951-d872f2087c98
* Print Preview: Changing the behavior of the copies textfielddpapad@chromium.org2011-04-304-53/+33
| | | | | | | | | | | | When user input is invalid a warning is shown and the increment decrement buttons are disabled. BUG=NONE TEST=Enter an invalid entry in the copies field. Review URL: http://codereview.chromium.org/6902175 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83661 0039d316-1c4b-4281-b951-d872f2087c98
* Move Prerendering from using RVH to using TC to perform prerendering in.tburkard@chromium.org2011-04-307-7/+221
| | | | | | | R=cbentzel, jabdelmalek Review URL: http://codereview.chromium.org/6880331 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83658 0039d316-1c4b-4281-b951-d872f2087c98
* Fix print preview clipping issues due to scaling.ctguil@chromium.org2011-04-3020-70/+82
| | | | | | | | BUG=79941 TEST=none Review URL: http://codereview.chromium.org/6879098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83657 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Simplify the TabContentsIterator.thestig@chromium.org2011-04-303-51/+188
| | | | | | | | BUG=none TEST=Unit tests added. Review URL: http://codereview.chromium.org/6903133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83656 0039d316-1c4b-4281-b951-d872f2087c98
* Fix problem when interpreting Gnome proxy settings, where http, https, and ↵eroman@chromium.org2011-04-302-32/+92
| | | | | | | | | | | ftp proxies were ignored when a SOCKS proxy was specified. BUG=80937 TEST=See screenshot in comment #0 of the bug thread for repro steps. Review URL: http://codereview.chromium.org/6883284 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83655 0039d316-1c4b-4281-b951-d872f2087c98
* autofill: Remove unnecessary "typedef enum ".tfarina@chromium.org2011-04-301-4/+4
| | | | | | | | | | | | | | | | | | Example: typedef enum _Foo { ... } Foo; This is not necessary in C++, because differently from C, we can use _Foo all around without having to write enum _Foo everywhere, so the typedef here is not necessary. BUG=None TEST=None R=isherman@chromium.org Review URL: http://codereview.chromium.org/6902192 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83654 0039d316-1c4b-4281-b951-d872f2087c98
* Initialize os_error to 0. rtenneti@chromium.org2011-04-301-1/+1
| | | | | | | | | BUG=73327 TEST=dns host resolver tests TBR=jar Review URL: http://codereview.chromium.org/6905154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83653 0039d316-1c4b-4281-b951-d872f2087c98
* MAC Cookies (patch 2 of N)abarth@chromium.org2011-04-304-0/+348
| | | | | | | | | | This CL contains the algorithmic guts of MAC cookies, including generating the canonical represntation of the request and signing it using HMAC. This CL does not include support for body_hash, which requires some more thought. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=83600 Review URL: http://codereview.chromium.org/6901121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83651 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressed test failures after WebKit roll to 85369.kbr@google.com2011-04-301-0/+9
| | | | | | | | | BUG=none TEST=none TBR=dpranke Review URL: http://codereview.chromium.org/6904146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83650 0039d316-1c4b-4281-b951-d872f2087c98
* MAC Cookies (patch 1 of N)abarth@chromium.org2011-04-308-35/+124
| | | | | | | | | | | | This is the first patch towards implementing https://github.com/hueniverse/draft-hammer-http-mac/raw/master/draft-hammer-oauth-v2-mac-token.txt Parse MAC-Key and MAC-Algorithm from Set-Cookie and store the values in memory. Future patches will use these values to sign requests. Review URL: http://codereview.chromium.org/6883253 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83649 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 83647 (broke build) - I'm tired of waiting for chrome to link before ↵willchan@chromium.org2011-04-302-16/+29
| | | | | | | | | | | | | | | unit_tests starts to build. BUG=none TEST=none Review URL: http://codereview.chromium.org/6905142 TBR=willchan@chromium.org Review URL: http://codereview.chromium.org/6902188 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83648 0039d316-1c4b-4281-b951-d872f2087c98
* I'm tired of waiting for chrome to link before unit_tests starts to build.willchan@chromium.org2011-04-302-29/+16
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6905142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83647 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: Make all the buttons on the left side equivalent width.erg@chromium.org2011-04-301-0/+7
| | | | | | | | | | BUG=68798 TEST=Use an icon theme where each icon is not the same width, which turns out to be most of them :(. The buttons should still be the same width. Review URL: http://codereview.chromium.org/6902173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83646 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash when renderer stops a request during the time safebrowsing ↵mattm@chromium.org2011-04-304-2/+123
| | | | | | | | | | | | | interstitial page is showing. (Based on lzheng's patch http://codereview.chromium.org/6674045/) TEST=browser_tests BUG=62590 Review URL: http://codereview.chromium.org/6901118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83645 0039d316-1c4b-4281-b951-d872f2087c98
* Switch web store promo button image to have an alpha channel,mihaip@chromium.org2011-04-307-62/+16
| | | | | | | | | | | | | | | | | so that it blends in with non-white NTP backgrounds. Since the current markup doesn't handle alpha channels well (the different sections overlap), redo it to use border-image. Also makes the button not wrap for longer label names. BUG=80233,80810 TEST=tried with non-default themes R=arv@chromium.org Review URL: http://codereview.chromium.org/6905089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83644 0039d316-1c4b-4281-b951-d872f2087c98
* Stop refcounting URLRequestTestJobwillchan@chromium.org2011-04-303-21/+47
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6883259 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83643 0039d316-1c4b-4281-b951-d872f2087c98
* Remove most prerendering code/references from content. mmenke@chromium.org2011-04-3020-222/+313
| | | | | | | | | | | | | | | | | | | | | | The only place where prerendering code remains in content is in ResourceDispatcherHost. As NavigationState can no longer be used to track prerendering histogram information, the prerendering renderer-side histograms have been reworked (And renamed) as well. The histogram intended to track use of prerendering RenderViews has been removed, as histograms are not recorded when a RenderView is destroyed. BUG=77090 TEST=Compiles, existing PrerenderBrowserTests, grep Review URL: http://codereview.chromium.org/6900026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83642 0039d316-1c4b-4281-b951-d872f2087c98
* DNS Host resolver changes with retry logic. Fix forrtenneti@chromium.org2011-04-304-49/+412
| | | | | | | | | | | | | | | | | | | | bug Chromium cannot recover from a state when its DNS requests have been dropped. Whenever we try to resolve the host, we post a delayed task to check if host resolution (OnLookupComplete) is completed or not. If the original ateempt hasn't completed, then we start another attempt to resolve for the same request. We take the results from the attempt that finishes first and leave all other attempts as orphaned. BUG=73327 TEST=dns host resolver tests R=eroman,jar Review URL: http://codereview.chromium.org/6782001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83641 0039d316-1c4b-4281-b951-d872f2087c98
* Sync: Get rid of the 'Setting up' page in favor of throbbers on other end-statejhawkins@chromium.org2011-04-305-85/+36
| | | | | | | | | | | | | pages. Get rid of the 'Done' page in favor of closing the overlay. BUG=80590 TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/6902180 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83639 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Disable ErrorPageTest.GoBack2 under memcheck.jhawkins@chromium.org2011-04-301-0/+1
| | | | | | | | | | BUG=46643 TEST=none TBR=thestig Review URL: http://codereview.chromium.org/6880333 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83638 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 83631 - linux: successfully build net_unittests in components buildmaf@chromium.org2011-04-303-10/+7
| | | | | | | | | | | Just tagging more bits of base API. Review URL: http://codereview.chromium.org/6902169 TBR=evan@chromium.org Review URL: http://codereview.chromium.org/6902183 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83637 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 83630 - linux components: expose one last function from base needed ↵maf@chromium.org2011-04-302-5/+3
| | | | | | | | | | | by test_shell Review URL: http://codereview.chromium.org/6883279 TBR=evan@chromium.org Review URL: http://codereview.chromium.org/6902182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83636 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 83629 - linux components: expose more BASE_API used by Chrome itselfmaf@chromium.org2011-04-306-18/+14
| | | | | | | | | Review URL: http://codereview.chromium.org/6902177 TBR=evan@chromium.org Review URL: http://codereview.chromium.org/6903159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83635 0039d316-1c4b-4281-b951-d872f2087c98
* delete executable property on fileselijahtaylor@google.com2011-04-302-0/+0
| | | | | | | TBR=dmaclach Review URL: http://codereview.chromium.org/6893150 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83634 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 85242:85369.kbr@google.com2011-04-292-24/+1
| | | | | | | | | | | | | | | | Upstreamed downstream test expectations. A couple previously added overrode upstream expectations incorrectly, and were causing redness on the deps bots. The canaries are still cycling green but it should be possible to fix any redness this introduces with a couple of downstream suppressions. BUG=none TEST=none TBR=dpranke Review URL: http://codereview.chromium.org/6904143 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83633 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 83452 (see crbug.com/80916) - Move jstemplate from chrome/third_party ↵thakis@chromium.org2011-04-29122-110/+110
| | | | | | | | | | | | | | | | | | | | | to third_party. All third party libraries should be in third_party. The presubmit check complains about jstemplate's README.chromium being nonstandard; I will fix that in a follow-up. The interesting changes are to the .grd file and the .py file. BUG=none TEST=none Review URL: http://codereview.chromium.org/6901102 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/6905149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83632 0039d316-1c4b-4281-b951-d872f2087c98
* linux: successfully build net_unittests in components buildevan@chromium.org2011-04-293-7/+10
| | | | | | | | Just tagging more bits of base API. Review URL: http://codereview.chromium.org/6902169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83631 0039d316-1c4b-4281-b951-d872f2087c98
* linux components: expose one last function from base needed by test_shellevan@chromium.org2011-04-292-3/+5
| | | | | | Review URL: http://codereview.chromium.org/6883279 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83630 0039d316-1c4b-4281-b951-d872f2087c98
* linux components: expose more BASE_API used by Chrome itselfevan@chromium.org2011-04-296-14/+18
| | | | | | Review URL: http://codereview.chromium.org/6902177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83629 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling the ChromeFrame test ProxyFactoryTest.FastCreateDestroy as it crashesananta@chromium.org2011-04-292-2/+4
| | | | | | | | | | | randomly. Increased the timeout of the ContextMenu.CFInspector CF test to see if this fixes the flakiness with this test. BUG=81039 TBR=amit Review URL: http://codereview.chromium.org/6883285 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83628 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 83569 - Move chrome/third_party/mozilla_security_manager to third_party.thakis@chromium.org2011-04-2911-14/+12
| | | | | | | | | | | | | | | | | All third_party libraries should be directly in third_party, not scattered throughout the tree. Note that net/third_party contains a folder of the same name, I will move files in there into third_party/mozilla_security_manager later. BUG=80916 TEST=none Review URL: http://codereview.chromium.org/6902141 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/6901139 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83627 0039d316-1c4b-4281-b951-d872f2087c98