summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* views: Move grid_layout files into layout directory. Final Part.tfarina@chromium.org2011-01-2776-86/+86
| | | | | | | | | BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6382009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72748 0039d316-1c4b-4281-b951-d872f2087c98
* Use a random number to generate a self-signed certiciate for chromotinghclam@chromium.org2011-01-271-1/+5
| | | | | | | | | | | | | | | | Chromoting host to use a random number to generate self-signed certificate. This method is still not optimal, in case of collision SSLServerSocketNSS will fail to start due to NSS rejecting the certificate. Using a random number is a temporary solution until we can assign certificates to the host. BUG=70013 TEST=Connect to the same chromoting host after client is disconnected. Review URL: http://codereview.chromium.org/6315009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72745 0039d316-1c4b-4281-b951-d872f2087c98
* Mark BrowserActionPopup disabled except Mac since it times out.lzheng@chromium.org2011-01-271-1/+1
| | | | | | | | BUG=70829 test=none Review URL: http://codereview.chromium.org/6382010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72743 0039d316-1c4b-4281-b951-d872f2087c98
* Remove "for all users" from malware interstitial checkbox.panayiotis@google.com2011-01-271-1/+1
| | | | | | | | TEST=go to ianfette.org BUG=70980 Review URL: http://codereview.chromium.org/6342023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72742 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for new new AU/GB spellcheck dictionariesestade@chromium.org2011-01-271-1/+1
| | | | | | | | | BUG=5509 TEST=none yet Review URL: http://codereview.chromium.org/6330015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72741 0039d316-1c4b-4281-b951-d872f2087c98
* Update DEPS to pick up FCollada build fixes.tschmelcher@chromium.org2011-01-271-1/+1
| | | | | | | | | TEST=built in Debug and Release mode on Lucid 64-bit BUG=none Review URL: http://codereview.chromium.org/6379008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72740 0039d316-1c4b-4281-b951-d872f2087c98
* Fix convert_dict to look for .dic_delta rather than _delta.dicestade@chromium.org2011-01-271-1/+6
| | | | | | | | | | | also add more output to hopefully prevent confusion in the future. BUG=none TEST=none Review URL: http://codereview.chromium.org/6341009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72738 0039d316-1c4b-4281-b951-d872f2087c98
* Delay load SHQueryUserNotificationState for platform dependent full-screenjianli@chromium.org2011-01-271-0/+35
| | | | | | | | | | | check. BUG=none TEST=Manual test Review URL: http://codereview.chromium.org/6344015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72737 0039d316-1c4b-4281-b951-d872f2087c98
* Implement double/triple click functionality in views textfield. Also changed ↵varunjain@chromium.org2011-01-278-17/+196
| | | | | | | | | | | | | | views::Event::time_stamp_ to a platform independent time stamp. @beng: please review views::Event changes (event.cc,event.h) @oshima: please review the rest BUG=none TEST=new tests added. Review URL: http://codereview.chromium.org/6267002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72736 0039d316-1c4b-4281-b951-d872f2087c98
* If a user chooses to open a PDF with Reader, ask them if they want to do so ↵jam@chromium.org2011-01-273-27/+158
| | | | | | | | always. Review URL: http://codereview.chromium.org/6278017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72735 0039d316-1c4b-4281-b951-d872f2087c98
* Hopefully fix chrome_frame_net_tests.erg@google.com2011-01-271-0/+1
| | | | | | | | | | | | In r72682, I removed this line since I assumed it was including the test utils in the same file, not the unit tests. Put the unit tests themselves back. BUG=68682 TEST=compiles + chrome_frame_net_tests starts running again. Review URL: http://codereview.chromium.org/6350018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72734 0039d316-1c4b-4281-b951-d872f2087c98
* Add IsBootPath to MountLibrary. Additional boot path check in imageburner so ↵achuith@chromium.org2011-01-274-160/+155
| | | | | | | | | | | boot drive is not presented as a target. BUG=chromium-os:6788 TEST=chrome://imageburner should not display /dev/sda Review URL: http://codereview.chromium.org/6348006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72733 0039d316-1c4b-4281-b951-d872f2087c98
* Use FilePath::Extension instead of the deprecated ↵tfarina@chromium.org2011-01-272-7/+11
| | | | | | | | | | | file_util::GetFileExtensionFromPath. BUG=24672 TEST=trybots Review URL: http://codereview.chromium.org/6326014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72732 0039d316-1c4b-4281-b951-d872f2087c98
* Reland 72704 - Defered collect DirectX diagnostics until they are needed for ↵apatrick@chromium.org2011-01-2718-51/+89
| | | | | | | | | | | | | | | | | | | about:gpu. This is because collecting the stats often crashes. Added a guard to prevent the collection of diagnostics on multiple threads simultaneously. Renamed GPUInfo::Progress to GPUInfo::Level. TEST=try, about:gpu does not cause concurrent diagnostics collection BUG=none Review URL: http://codereview.chromium.org/6364013 Review URL: http://codereview.chromium.org/6341011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72731 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 76707:76718rniwa@chromium.org2011-01-271-1/+1
| | | | | | | TBR=yuzo Review URL: http://codereview.chromium.org/6379012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72729 0039d316-1c4b-4281-b951-d872f2087c98
* wstring: use a few more FilePaths to remove Hack functionsevan@chromium.org2011-01-276-68/+80
| | | | | | | | BUG=69467 Review URL: http://codereview.chromium.org/6377011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72728 0039d316-1c4b-4281-b951-d872f2087c98
* Removes FLAKY from a couple of tests as they have not failed in thesky@chromium.org2011-01-271-5/+7
| | | | | | | | | | | | last 300 or so times. They are crashing on chromeos though, but that is logged as 48911. BUG=39925 54894 TEST=none Review URL: http://codereview.chromium.org/6372015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72727 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup:pkasting@chromium.org2011-01-2626-348/+74
| | | | | | | | | | | | | * Remove AlertInfoBarDelegate. There are basically no users of this (the only one is in autofill which is really trying to make something like a confirm info bar). * Change the default button set for a ConfirmInfoBarDelegate from 0 buttons to 2 to match how practically every caller uses it. Note that this doesn't remove views' AlertInfoBar yet. AlertInfoBar is now only used as a base for ConfirmInfoBar, but actually moving that functionality into ConfirmInfoBar is to come in a subsequent patch. BUG=none TEST=none Review URL: http://codereview.chromium.org/6262018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72726 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Fix password list items from showing password input field.jhawkins@chromium.org2011-01-261-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6364014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72724 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for chunked encoding in ChromeFrame for POST requests. This ↵ananta@chromium.org2011-01-268-48/+109
| | | | | | | | | | | | | | | | | | | | fixes the URLRequestTestHTTP.TestPostChunkedDataBeforeStart net test failure in ChromeFrame. To support chunked encoding we need to marshal the corresponding information in the net::UploadData object to ensure that this object gets reconstructed correctly on the other side (CF). Disabled the URLRequestTestHTTP.TestPostChunkedDataAfterStart for ChromeFrame as this test modifies the UploadData object after it has been marshaled over to CF which we don't support in ChromeFrame. BUG=none TEST=Covered by existing net tests. Review URL: http://codereview.chromium.org/6357017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72723 0039d316-1c4b-4281-b951-d872f2087c98
* Compile fix for touch.sadrul@chromium.org2011-01-261-1/+1
| | | | | | | | BUG=none TEST=none TBR=rjkroege@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72721 0039d316-1c4b-4281-b951-d872f2087c98
* Force patches that touch sync test code to use the sync trybotsrsimha@chromium.org2011-01-261-0/+13
| | | | | | | | | | | | | | | | | | | | | | As of today, we have dedicated chromium trybots that can run the sync integration tests, but it requires developers to explicitly send try jobs to these bots via the --bot switch. Now that the sync trybots are stable, it is time to make this process automatic by adding a PRESUBMIT.py file to chrome/test/live_sync, that adds the sync trybots in addition to win, mac and linux to the list of preferred trybots. This patch adds such a PRESUBMIT.py file, that includes win_sync, mac_sync and linux_sync to the list of preferred trybots. TBR=tim@chromium.org BUG=70311 TEST=modify something under chrome/test/live_sync and do a "git try" or "gcl try" Review URL: http://codereview.chromium.org/6343009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72720 0039d316-1c4b-4281-b951-d872f2087c98
* dom-ui settings: Prevent intenet option panel sections from always ↵csilv@chromium.org2011-01-261-4/+0
| | | | | | | | | | displaying in search results. BUG=66489 TEST=Verify that search results don't incorrectly include internet options. Review URL: http://codereview.chromium.org/6249019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72719 0039d316-1c4b-4281-b951-d872f2087c98
* Rename |print_params| to |preview_params| in CreatePreviewDocument() function.kmadhusu@chromium.org2011-01-263-10/+10
| | | | | | | | | BUG=none TEST=printing works after renaming. Review URL: http://codereview.chromium.org/6361009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72717 0039d316-1c4b-4281-b951-d872f2087c98
* sync: remove a test expectation that is actually dumb.tim@chromium.org2011-01-261-2/+0
| | | | | | | | | | | | | | | I added it. Yay me. (It is dumb because it puts a sub 20 millisecond upper bound on certain operations involving posting tasks across threads.) TBR=akalin BUG=26339 TEST=SyncerThread2Test Review URL: http://codereview.chromium.org/6296023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72716 0039d316-1c4b-4281-b951-d872f2087c98
* Add Perceived PageLoad Time (PPLT) metrics for Prerender Experiments.tburkard@chromium.org2011-01-269-7/+146
| | | | | | | | | BUG=None Test=None Review URL: http://codereview.chromium.org/6263014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72714 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for jankiness in some accelerated 2D canvas demos: If there is already ↵senorblanco@chromium.org2011-01-263-5/+16
| | | | | | | | | | | a pending call to CopyTextureToParentTextureCHROMIUM, the second will block until the first is consumed (same fix as was done to SwapBuffers for WebGL). [Patch by gman; I just typed. :)] BUG=68735 TEST=see bug Review URL: http://codereview.chromium.org/6373013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72713 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Don't show the close button on list items if the item is not selected.jhawkins@chromium.org2011-01-261-0/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6327021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72712 0039d316-1c4b-4281-b951-d872f2087c98
* More net/ method ordering.erg@google.com2011-01-2650-2801/+2838
| | | | | | | | | BUG=68682 TEST=compiles Review URL: http://codereview.chromium.org/6339012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72710 0039d316-1c4b-4281-b951-d872f2087c98
* views: Move standard_layout.h into the layout directory.tfarina@chromium.org2011-01-2672-96/+99
| | | | | | | | | | | | | Also rename it to layout_constants, as now this file just contains constants. The grid_layout files will be moved later. BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6257017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72709 0039d316-1c4b-4281-b951-d872f2087c98
* Get URLRequestContextGetter from profile associated with the ↵mirandac@chromium.org2011-01-262-1/+5
| | | | | | | | | | | WebResourceService rather than the default profile. BUG=70946, 70887 TEST=70887 crasher no longer happens. Review URL: http://codereview.chromium.org/6290013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72708 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 72704 - Defered collect DirectX diagnostics until they are needed for ↵apatrick@chromium.org2011-01-2617-88/+50
| | | | | | | | | | | | | | | | | | | | about:gpu. This is because collecting the stats often crashes. Added a guard to prevent the collection of diagnostics on multiple threads simultaneously. Renamed GPUInfo::Progress to GPUInfo::Level. TEST=try, about:gpu does not cause concurrent diagnostics collection BUG=none Review URL: http://codereview.chromium.org/6364013 TBR=apatrick@chromium.org Review URL: http://codereview.chromium.org/6370013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72707 0039d316-1c4b-4281-b951-d872f2087c98
* lastchange: don't use git rev-parse output when it failsevan@chromium.org2011-01-261-1/+4
| | | | | | | | | | If you weren't using SVN or Git, but you had Git installed, we still thought you were using Git and had empty info for the version number. Review URL: http://codereview.chromium.org/6308016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72706 0039d316-1c4b-4281-b951-d872f2087c98
* keyboard: Update the visibility after tab-switch.sadrul@chromium.org2011-01-267-24/+71
| | | | | | | | | BUG=70784 TEST=manually, see bug Review URL: http://codereview.chromium.org/6277020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72705 0039d316-1c4b-4281-b951-d872f2087c98
* Defered collect DirectX diagnostics until they are needed for about:gpu.apatrick@chromium.org2011-01-2617-50/+88
| | | | | | | | | | | | | | | This is because collecting the stats often crashes. Added a guard to prevent the collection of diagnostics on multiple threads simultaneously. Renamed GPUInfo::Progress to GPUInfo::Level. TEST=try, about:gpu does not cause concurrent diagnostics collection BUG=none Review URL: http://codereview.chromium.org/6364013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72704 0039d316-1c4b-4281-b951-d872f2087c98
* Rolled ANGLE r537:r541.apatrick@chromium.org2011-01-261-1/+1
| | | | | | | | | | | | | | r538 Applying patch from pkasting to svn:ignore files generated during the build process. r539 Added version info resources. r540 Fix issues with preprocessor on very malformed shaders r541 Map D3D calls and HLSL shaders back to GLES2 calls and GLSL ES shaders in PIX. http://codereview.appspot.com/3945043 TEST=try BUG=none Review URL: http://codereview.chromium.org/6332016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72703 0039d316-1c4b-4281-b951-d872f2087c98
* touch: Hide the X cursor when not in use.sadrul@chromium.org2011-01-264-19/+145
| | | | | | | | | | | | | The default X cursor is hidden at startup, and when not in use for 5 seconds. It is immediately displayed if there is an event from a mouse device, and it's immediately hidden if there is an event from a touch device. BUG=none TEST=none Review URL: http://codereview.chromium.org/6242012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72702 0039d316-1c4b-4281-b951-d872f2087c98
* retry r71405:estade@chromium.org2011-01-265-12/+3
| | | | | | | | | | | | | Make new chrome UI security model the default. allows us to update URL in chrome://settings when the user navigates within it. BUG=57485 TEST=manual Review URL: http://codereview.chromium.org/6240010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72701 0039d316-1c4b-4281-b951-d872f2087c98
* MultipleRealmConfirmation hangs on vista tests.lzheng@chromium.org2011-01-261-1/+8
| | | | | | | | | TEST=none BUG=70960 Review URL: http://codereview.chromium.org/6268017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72700 0039d316-1c4b-4281-b951-d872f2087c98
* Add hide icon on the click-to-play UI too.cevans@chromium.org2011-01-263-2/+27
| | | | | | | | BUG=63695 TEST=see bug Review URL: http://codereview.chromium.org/6354025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72699 0039d316-1c4b-4281-b951-d872f2087c98
* 70782 needs heapcheck suppressions as wellthakis@chromium.org2011-01-261-0/+6
| | | | | | | BUG=70782 TBR=ahendrickson git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72698 0039d316-1c4b-4281-b951-d872f2087c98
* Once we initiate shutdown sequence, don't show crash bar on subsequent startup.achuith@chromium.org2011-01-262-4/+10
| | | | | | | | | BUG=chromium-os:10923 TEST=Open 20 gmail windows in Chrome on ChromeOS, hit the power button twice to shutdown, then restart and login. With this chagne, you should see the 20 gmail windows instead of a crash bar. Review URL: http://codereview.chromium.org/6257014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72697 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 76687:76707rniwa@chromium.org2011-01-261-1/+1
| | | | | | | TBR=yuzo Review URL: http://codereview.chromium.org/6330013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72696 0039d316-1c4b-4281-b951-d872f2087c98
* dom-ui settings: Change search regex to not search for word-boundaries to ↵csilv@chromium.org2011-01-261-2/+2
| | | | | | | | | | improve searchability and fix unicode searching. BUG=70146 TEST=Verify that search works properly with CJK languages. Review URL: http://codereview.chromium.org/6361011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72695 0039d316-1c4b-4281-b951-d872f2087c98
* BUG=70811rohitbm@google.com2011-01-261-2/+3
| | | | | | Review URL: http://codereview.chromium.org/6359012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72694 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Fix AF CC field some more.jhawkins@chromium.org2011-01-262-30/+17
| | | | | | | | | | | | | * Don't erase the first typed character when the field is empty. * Don't allow users to select text of buttons and selects, which was causing the 'Add CC' button text to be selected when the user activated a list item. BUG=70868 TEST=none Review URL: http://codereview.chromium.org/6258022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72693 0039d316-1c4b-4281-b951-d872f2087c98
* Removes different instant behaviors that are no longer used.sky@chromium.org2011-01-269-175/+33
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6245012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72692 0039d316-1c4b-4281-b951-d872f2087c98
* sync: fix a couple less-than comparisons to be less-than-eq in tests.tim@chromium.org2011-01-261-2/+3
| | | | | | | | | | | TBR=akalin BUG=26339 TEST=SyncerThread2Test Review URL: http://codereview.chromium.org/6267015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72691 0039d316-1c4b-4281-b951-d872f2087c98
* Unpacked theme crx files from theme.crx and theme2.crxtessamac@chromium.org2011-01-269-0/+42
| | | | | | | | | | Since these contain images, they need to be landed before a change that depends on them. (Once all deps are removed, I delete the crx files.) BUG=None TEST=None TBR=aa@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72690 0039d316-1c4b-4281-b951-d872f2087c98
* Added a function to BrowserMainParts that sets up field trials. It is called ↵cbentzel@chromium.org2011-01-262-10/+18
| | | | | | | | | | | | | after about_flags has converted the flags to command-line switches. This fixes the case where a field trial would opt a user out of a feature even when they'd explicitly enabled it in their flags. Contributed by: dominich@chromium.org BUG=none TEST=Enable page-prerender through about:flags and restart. You should skip the random part of the Field Test. Review URL: http://codereview.chromium.org/6354023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72689 0039d316-1c4b-4281-b951-d872f2087c98