summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert 50057 - Load net-internals from the newly created resources.pak file.erg@chromium.org2010-06-178-71/+91
| | | | | | | | | | | | | | This patch also forces the loading of the optional DataPack for const correctness reasons BUG=35793,42770 TEST=none Review URL: http://codereview.chromium.org/2855003 TBR=erg@chromium.org Review URL: http://codereview.chromium.org/2852011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50059 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure mocks are properly released by breaking retain cycles.jrg@chromium.org2010-06-172-4/+32
| | | | | | | | BUG=http://crbug.com/39282 Review URL: http://codereview.chromium.org/2842010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50058 0039d316-1c4b-4281-b951-d872f2087c98
* Load net-internals from the newly created resources.pak file.erg@chromium.org2010-06-178-91/+71
| | | | | | | | | | | This patch also forces the loading of the optional DataPack for const correctness reasons BUG=35793,42770 TEST=none Review URL: http://codereview.chromium.org/2855003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50057 0039d316-1c4b-4281-b951-d872f2087c98
* TTF: Enable disabled tests: ↵vandebo@chromium.org2010-06-161-3/+3
| | | | | | | | | | | | | FontTest.DeriveFont{ResizesIfSizeTooSmall,KeepsOriginalSizeIfHeightOk} Is there a reason these are disabled? It looks like they were just forgotten. TEST=none BUG=disabled tests Review URL: http://codereview.chromium.org/2839003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50055 0039d316-1c4b-4281-b951-d872f2087c98
* gtk: Coalesce the three name fields into a Full Name field in the AutoFilljhawkins@chromium.org2010-06-161-21/+7
| | | | | | | | | | | dialog. BUG=none TEST=none Review URL: http://codereview.chromium.org/2799011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50054 0039d316-1c4b-4281-b951-d872f2087c98
* More expectation clean up. Sorry about this.dglazkov@chromium.org2010-06-161-2/+3
| | | | | | | | | | TBR=hclam TEST=none BUG=none Review URL: http://codereview.chromium.org/2827012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50053 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 48693 - Only inject content scripts into HTML documents. Previously ↵aa@chromium.org2010-06-161-15/+0
| | | | | | | | | | | | | | | we would inject into SVG and raw XML documents as well. Injecting into SVG could conceivably be a feature, but I expect it would count as a "bug" more often than that, so I'm starting conservative. BUG=39845 Review URL: http://codereview.chromium.org/2389004 TBR=aa@chromium.org Review URL: http://codereview.chromium.org/2799010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50052 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 50050 - Revert r48693: This broke existing extensions that wanted to ↵aa@chromium.org2010-06-166-68/+19
| | | | | | | | | | | | | run script on XML pages. For more info, see: http://code.google.com/p/chromium/issues/detail?id=39845#c7 TBR=rafaelw@chromium.org TBR=aa@chromium.org Review URL: http://codereview.chromium.org/2812006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50051 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r48693: This broke existing extensions that wanted to run script on XMLaa@chromium.org2010-06-166-19/+68
| | | | | | | | pages. For more info, see: http://code.google.com/p/chromium/issues/detail?id=39845#c7 TBR=rafaelw@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50050 0039d316-1c4b-4281-b951-d872f2087c98
* gtk: Remove the CVC from the AutoFill dialog.jhawkins@chromium.org2010-06-161-8/+0
| | | | | | | | | BUG=46681 TEST=none Review URL: http://codereview.chromium.org/2813015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50049 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up test expectations, removing passing tests.dglazkov@chromium.org2010-06-161-18/+3
| | | | | | | | | | TBR=hclam TEST=none BUG=none Review URL: http://codereview.chromium.org/2866009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50048 0039d316-1c4b-4281-b951-d872f2087c98
* BookmarkAllTabsControllerTest.BookmarkAllTabs fails under valgrind;jrg@chromium.org2010-06-162-4/+3
| | | | | | | | | | | | | | | the test claims windows are left around. Things are fine when run normally. For this case, sheets don't always close in time if run under valgrind. Increase timeout to be a kinder, gentler unit test. Remove suppression. BUG=http://crbug.com/39282 Review URL: http://codereview.chromium.org/2814011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50047 0039d316-1c4b-4281-b951-d872f2087c98
* AudioController accepts hardware buffer size as parameter.hclam@chromium.org2010-06-163-22/+51
| | | | | | | | | | BUG=39885 TEST=media_unitests AudioController to take hardware buffer size for opening the audio device. Review URL: http://codereview.chromium.org/2822014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50046 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress webcore:v8ExernalStringSlow leaks. This time in the right ↵michaeln@chromium.org2010-06-162-9/+6
| | | | | | | | | | | suppressions.txt file. BUG=46715 TEST=n/a TBR=antonm git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50045 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 61259:61287.dglazkov@chromium.org2010-06-161-1/+1
| | | | | | | | | | TBR=hclam TEST=none BUG=none Review URL: http://codereview.chromium.org/2869006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50044 0039d316-1c4b-4281-b951-d872f2087c98
* merge video_decoder_impl.cc and ffmpeg_video_decoder.ccjiesun@google.com2010-06-166-416/+364
| | | | | | Review URL: http://codereview.chromium.org/2854002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50043 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Convert Omnibox border to bezier paths.shess@chromium.org2010-06-161-34/+87
| | | | | | | | | | | | | In preparation for rounding the corners. Doing this in two pieces because the difference between NSFrameRect*() and framing a rectangle using NSBezierPath is a little subtle. BUG=45762 TEST=Omnibox should look identical. Review URL: http://codereview.chromium.org/2828008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50042 0039d316-1c4b-4281-b951-d872f2087c98
* add play controljiesun@google.com2010-06-161-17/+60
| | | | | | Review URL: http://codereview.chromium.org/2813006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50041 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for UI issues on AutoFill dialog on Windows.georgey@chromium.org2010-06-165-74/+66
| | | | | | | | BUG=46525 TEST=In the bug. Review URL: http://codereview.chromium.org/2802005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50040 0039d316-1c4b-4281-b951-d872f2087c98
* Chromeos: fix broken build.mdm@chromium.org2010-06-161-4/+4
| | | | | | Review URL: http://codereview.chromium.org/2831010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50039 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress webcore:v8ExernalStringSlow leaksmichaeln@chromium.org2010-06-161-0/+9
| | | | | | | | | BUG=46715 TEST=n/a Review URL: http://codereview.chromium.org/2861003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50035 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: refactor GNOME Keyring and KWallet integration to allow migration ↵mdm@chromium.org2010-06-1611-389/+1524
| | | | | | | | | | from the default store, and add unit tests. Still disabled. BUG=12351, 25404 TEST=unit tests work Review URL: http://codereview.chromium.org/2806002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50034 0039d316-1c4b-4281-b951-d872f2087c98
* Fix double deletion in SessionManagerhclam@chromium.org2010-06-161-1/+0
| | | | | | | | | | | SessionManaerTest::OneRecordCycle is broken due to double deletion. TEST=remoting_unittests passes TBR=dmaclach since this is <= 5 lines. Review URL: http://codereview.chromium.org/2850008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50033 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor login/screen locker to use the same UserView to show user's image.oshima@chromium.org2010-06-169-194/+297
| | | | | | | | | | | | | * Created new UserView that shows the user's photo. * Moved common constants to helper.h with login namespace to avoid conflict. BUG=none TEST=none. CL does not change the behavior. All tests should still pass. Review URL: http://codereview.chromium.org/2831007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50032 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up expectations, removing passing tests.dglazkov@chromium.org2010-06-161-16/+14
| | | | | | | | | | TBR=hclam TEST=none BUG=none Review URL: http://codereview.chromium.org/2871005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50031 0039d316-1c4b-4281-b951-d872f2087c98
* Adding TopSitesDatabase::UpdatePageRank to update rank without erasing the ↵nshkrob@chromium.org2010-06-165-61/+223
| | | | | | | | | | | | | thumbnail. Also, request the thumbnails for the unknown pages when updating the top sites list. BUG=None TEST=TopSitesTest Review URL: http://codereview.chromium.org/2846003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50030 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a pango suppression.skerner@chromium.org2010-06-161-3/+0
| | | | | | | | | TBR=rsesek BUG=46177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50029 0039d316-1c4b-4281-b951-d872f2087c98
* Remove temporary test expectation now that WebKit rolled past the fix.dimich@chromium.org2010-06-161-3/+0
| | | | | | | | | | BUG=none TEST=none TBR=kbr Review URL: http://codereview.chromium.org/2810006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50027 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppression for invalid read in PlatformThread::SetName() on mac.skerner@chromium.org2010-06-161-0/+10
| | | | | | | | | TBR=evan BUG=46708 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50026 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crashy test.scottbyer@chromium.org2010-06-163-33/+76
| | | | | | | | | | | http://code.google.com/p/chromium/issues/detail?id=44547 BUG=44547 TEST=PrintDialogCloudTest.HandlersRegistered Review URL: http://codereview.chromium.org/2241001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50025 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: set chrome button xthickness to 2, regardless of theme.estade@chromium.org2010-06-162-3/+3
| | | | | | | | | | | | | In the upper chrome, we strongarm the vertical sizing of the buttons' containers, so we needn't worry about ythickness. The xthickness however affects the horizontal spacing of the buttons. This is true of both chrome theme mode and gtk+ theme mode. Override the xthickness of the theme even in GTK+ mode because our UI is non-standard enough that it looks weird even there when the xthickness is too high. BUG=46393 TEST=visual Review URL: http://codereview.chromium.org/2800006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50024 0039d316-1c4b-4281-b951-d872f2087c98
* Removal of an incorrect assert during the close sequence of ExtensionPopup ↵twiz@google.com2010-06-162-10/+36
| | | | | | | | | | | views. If the popup view is closing due to a change of focus event, then it is possible for an extra reference to be held onto the popup during ExtensionPopup::Close. Bug=None Test=ExtensionApiTest.Popup Review URL: http://codereview.chromium.org/2852002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50023 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ProcessSingletonWinTest using default profile.mattm@chromium.org2010-06-163-28/+67
| | | | | | | | | | | | | Rename to ProcessSingletonTest. Fix issues preventing the test from working on Linux, and enable it there. Test both normal start up and first-run startup paths(win-only). BUG=38572 TEST=run the test (both with and without an existing profile in the default place) Review URL: http://codereview.chromium.org/2721007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50022 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 50007 - Removes downstream expectations following WebKit r61259bulach@chromium.org2010-06-161-0/+17
| | | | | | | | | Review URL: http://codereview.chromium.org/2819005 TBR=bulach@chromium.org Review URL: http://codereview.chromium.org/2866007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50019 0039d316-1c4b-4281-b951-d872f2087c98
* Mark StartupTests.Perf*SeveralTabs and ShutdownTests.*TwentyTabs* as flaky ↵pathorn@chromium.org2010-06-162-8/+30
| | | | | | | | | | | on mac. BUG=46609 TEST=startup_tests don't fail on mac Review URL: http://codereview.chromium.org/2850006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50018 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed bug where code in GPU process was trying to lookup a texture by ↵apatrick@chromium.org2010-06-161-3/+3
| | | | | | | | | | | service if rather than client id. TEST=try BUG=none Review URL: http://codereview.chromium.org/2858006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50017 0039d316-1c4b-4281-b951-d872f2087c98
* Incremented ANGLE revision.alokp@chromium.org2010-06-161-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2848003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50016 0039d316-1c4b-4281-b951-d872f2087c98
* Reland: Client side changes to set and get nigori specifics with passingalbertb@chromium.org2010-06-164-0/+39
| | | | | | | | | | | sync_unit_tests. BUG=none TEST=sync_unit_tests Review URL: http://codereview.chromium.org/2803005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50015 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity: fix possible library leak in GSSAPISharedLibrary::LoadSharedLibrary.mattm@chromium.org2010-06-161-4/+6
| | | | | | | | | | CID=10899 BUG=none TEST=builds Review URL: http://codereview.chromium.org/2854004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50014 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity: Fix missing return in error check in remoting::X11Client::DoInitX11.mattm@chromium.org2010-06-161-0/+1
| | | | | | | | | | CID=10883 BUG=none TEST=builds Review URL: http://codereview.chromium.org/2826004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50013 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity: Fix undefined assignment evaluation order in ↵mattm@chromium.org2010-06-161-1/+1
| | | | | | | | | | | | remoting::Capturer::FinishCapture. CID=10878 BUG=none TEST=builds Review URL: http://codereview.chromium.org/2847010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50012 0039d316-1c4b-4281-b951-d872f2087c98
* Fix an inaccuracy in the cookies documentation--the expirationDate property ↵cindylau@google.com2010-06-165-270/+308
| | | | | | | | | | | | | is in seconds, not milliseconds. Regenerated the docs using the test_shell script; a few other docs appeared to be out-of-date as well. BUG=none TEST=none Review URL: http://codereview.chromium.org/2838008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50011 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity: fix wrong assignment in swap in ↵mattm@chromium.org2010-06-161-3/+3
| | | | | | | | | | | | TranslateInfoBarDelegate2::GetAfterTranslateStrings. CID=10888 BUG=none TEST=builds Review URL: http://codereview.chromium.org/2850007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50010 0039d316-1c4b-4281-b951-d872f2087c98
* Changing mediaplayer to have a div blocker, so the context menus are not ↵dhg@chromium.org2010-06-161-0/+3
| | | | | | | | | | available. BUG=chromium-os:3834 TEST=none Review URL: http://codereview.chromium.org/2858001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50009 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill Mac UI : Validation, CVC Removal, Credit Card year list.dhollowa@chromium.org2010-06-167-139/+41
| | | | | | | | | | | | | Implements changes based on review feedback with Jeff. Validation icons should not appear in phone and fax input fields until text is input. Credit card expiration date year dropdown should list 10 years at most. CVC input fields are removed. Nib changes to AutoFillCreditCardSheet.xib removes the CVC entry, associated label, and resize / relayout dialog to account for removal. BUG=46681, 46635, 46634 TEST=Manual testing, AutoFillDialogControllerTest.*, AutoFillAddressViewControllerTest.*, AutoFillCreditCardViewControllerTest.* Review URL: http://codereview.chromium.org/2873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50008 0039d316-1c4b-4281-b951-d872f2087c98
* Removes downstream expectations following WebKit r61259bulach@chromium.org2010-06-161-17/+0
| | | | | | Review URL: http://codereview.chromium.org/2819005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50007 0039d316-1c4b-4281-b951-d872f2087c98
* o3d-webgl: vertex shader and vertex animation demos.luchen@google.com2010-06-163-0/+637
| | | | | | Review URL: http://codereview.chromium.org/2821003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50006 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 49982 - patchthakis@chromium.org2010-06-1616-71/+32
| | | | | | | TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/2825006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50002 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 49983 - patchthakis@chromium.org2010-06-161-3/+1
| | | | | | | TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/2847011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50001 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 49984 - patch from issue 2762014thakis@chromium.org2010-06-1610-275/+25
| | | | | | | TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/2835007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50000 0039d316-1c4b-4281-b951-d872f2087c98