summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding render-mode demo. Update to client.js to render only if render mode ↵luchen@google.com2010-06-152-2/+290
| | | | | | | | is continuous. Review URL: http://codereview.chromium.org/2729016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49752 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 49747 - WebKit roll 61125:61159dimich@chromium.org2010-06-151-1/+1
| | | | | | | | | | | BUG=46538 TEST=none Review URL: http://codereview.chromium.org/2804002 TBR=dimich@chromium.org Review URL: http://codereview.chromium.org/2837003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49751 0039d316-1c4b-4281-b951-d872f2087c98
* gtk: Finish converting the gtk callbacks in TaskManagerGtk to gtk signal macros.tfarina@chromium.org2010-06-152-25/+15
| | | | | | | | | BUG=None TEST=manual Review URL: http://codereview.chromium.org/2801002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49750 0039d316-1c4b-4281-b951-d872f2087c98
* 1. support stop mode for omxwjia@google.com2010-06-153-10/+32
| | | | | | | | | | | 2. make player_x11 respond to button event quickly BUG=none TEST=dev platform Review URL: http://codereview.chromium.org/2781010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49749 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup some chromoting codehclam@chromium.org2010-06-154-64/+36
| | | | | | | | | Renamed SimpleHost to ChromotingHost as it's not simple any more and it's becoming mature enough to be the main host implementation. Review URL: http://codereview.chromium.org/2722010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49748 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 61125:61159dimich@chromium.org2010-06-151-1/+1
| | | | | | | | BUG=46538 TEST=none Review URL: http://codereview.chromium.org/2804002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49747 0039d316-1c4b-4281-b951-d872f2087c98
* Make all new history index files use FTS3 instead of FTS2.dumi@chromium.org2010-06-151-1/+1
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2818004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49746 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 49739 - Reenable InstallApps.mpcomplete@chromium.org2010-06-152-2/+6
| | | | | | | | | | | | | | Don't cache the value of the CommandLine, since unit_tests can modify it while the process is running. BUG=41280 Review URL: http://codereview.chromium.org/2632001 TBR=mpcomplete@chromium.org Review URL: http://codereview.chromium.org/2861001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49745 0039d316-1c4b-4281-b951-d872f2087c98
* Use saved bounds when --chromeos-frame is specified.oshima@chromium.org2010-06-141-1/+4
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2825002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49744 0039d316-1c4b-4281-b951-d872f2087c98
* Add checkbox in customize sync to linux & windows for extensions.chron@chromium.org2010-06-143-3/+45
| | | | | | | | Not hooked up yet pending another change. Review URL: http://codereview.chromium.org/2733008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49743 0039d316-1c4b-4281-b951-d872f2087c98
* On Mac, move internal plugins to live inside the framework ...viettrungluu@chromium.org2010-06-143-14/+25
| | | | | | | | | | | ... in particular in a subdirectory called "Internet Plug-Ins". BUG=none TEST=builds okay everywhere (including branded builds); internal Flash still okay everywhere on branded builds; on Mac, Flash files end up in above-indicated directory Review URL: http://codereview.chromium.org/2805005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49742 0039d316-1c4b-4281-b951-d872f2087c98
* Fix InfoBubble unittests to be more consistent in how they expect coordinate ↵pkasting@chromium.org2010-06-141-17/+20
| | | | | | | | | | | slop to work. TBR=jcivelli BUG=none TEST=tests pass Review URL: http://codereview.chromium.org/2859001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49741 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 49738 [problems running tests] - On Mac, move internal plugins to ↵viettrungluu@chromium.org2010-06-143-28/+21
| | | | | | | | | | | | | | | | live inside the framework ... ... in particular in a subdirectory called "Internet Plug-Ins". BUG=46400 TEST=builds okay everywhere (including branded builds); internal Flash still okay everywhere on branded builds; on Mac, Flash files end up in above-indicated directory Review URL: http://codereview.chromium.org/2823003 TBR=viettrungluu@chromium.org Review URL: http://codereview.chromium.org/2857001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49740 0039d316-1c4b-4281-b951-d872f2087c98
* Reenable InstallApps.mpcomplete@chromium.org2010-06-142-6/+2
| | | | | | | | | | | Don't cache the value of the CommandLine, since unit_tests can modify it while the process is running. BUG=41280 Review URL: http://codereview.chromium.org/2632001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49739 0039d316-1c4b-4281-b951-d872f2087c98
* On Mac, move internal plugins to live inside the framework ...viettrungluu@chromium.org2010-06-143-21/+28
| | | | | | | | | | | ... in particular in a subdirectory called "Internet Plug-Ins". BUG=46400 TEST=builds okay everywhere (including branded builds); internal Flash still okay everywhere on branded builds; on Mac, Flash files end up in above-indicated directory Review URL: http://codereview.chromium.org/2823003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49738 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a regression that accesses file system synchronouslyhuanr@chromium.org2010-06-144-44/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in URLRequestFileJob::Factory. This regression came from revision 5944. In addition to performance penalty, the change in 5944 introduced a new issue: the FileJob -> FileDirJob redirection code was not hit for directory path without trailing slash. Revision 5999 tried to fix that with a questionable approach. The meat of this change is reverting the relevant code in 5944 and 5999. Due to the reverting, this change also need to have the following code changes: (1) revision 10408 fixes a bug on "file:///". We don't regress the fix but the scenario goes through a different code part. Some comments are changed accordingly and a unit test is added. (2) revision 23944 fixes a related crash. The code change in 23944 is still valid but the unit test needs to be rewritten. BUG=43116,1474,18686 TEST=URLRequestTest.FileDir* Review URL: http://codereview.chromium.org/2748004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49737 0039d316-1c4b-4281-b951-d872f2087c98
* Fix off-by-one error that crept into the BubbleBorder code.pkasting@chromium.org2010-06-141-2/+2
| | | | | | | | BUG=46392 TEST=Star bubble arrow should point precisely at star center in both LTR and RTL modes. Review URL: http://codereview.chromium.org/2833004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49736 0039d316-1c4b-4281-b951-d872f2087c98
* Flip a test from DISABLED_ to FAILS_ on the Mac, and add a bug annotationstuartmorgan@chromium.org2010-06-141-7/+6
| | | | | | | | | BUG=45892 TEST=AutomationProxyVisibleTest.WindowGetViewBounds should run on Mac Review URL: http://codereview.chromium.org/2698001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49735 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill Mac dialog needs layout changesdhollowa@chromium.org2010-06-144-1719/+309
| | | | | | | | | | | Modifies entry labels with trailing colon for Mac UI. Using correct validation icons now. Nib changes for AutoFillAddressSheet.xib and AutoFillCreditCardSheet.xib: rearranges labels and entry fields to right align on label colons. Changes label font to be regular size and regular weight. BUG=46504 TEST=manual inspection of AutoFill UI. Review URL: http://codereview.chromium.org/2842002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49734 0039d316-1c4b-4281-b951-d872f2087c98
* be more aggressive about removing symlink to latest chrome logcmasone@google.com2010-06-141-4/+3
| | | | | | | | | | | | Due to a semantic mismatch between file_util::Delete and the linux library calls I was using, I was running into problems nuking a symlink that pointed at nothing. I realized that I kinda don't care if the symlink is there, or what it's pointing at. I just want to blow it away. Even if I can't, i still want to redirect logging. So I changed to code to reflect this policy. BUG=None TEST=Log into Chromium OS, alter /home/chronos/chrome_log to point to some nonexistent file. After reboot, verify that it now correctly points to the most recent chrome_log file in /home/chronos Review URL: http://codereview.chromium.org/2811003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49730 0039d316-1c4b-4281-b951-d872f2087c98
* Adding "name in english" for GPU type process.rlp@chromium.org2010-06-141-0/+2
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2118008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49729 0039d316-1c4b-4281-b951-d872f2087c98
* Add abandoned metric for spdy.mbelshe@chromium.org2010-06-141-0/+3
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2847001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49728 0039d316-1c4b-4281-b951-d872f2087c98
* Fix up the Windows omnibox after the recent endcap removal. This fixes most ↵pkasting@chromium.org2010-06-1410-142/+156
| | | | | | | | | | of the issues, but doesn't make the app launcher match the new style. BUG=45745 TEST=Omnibox has endcaps, insides are aligned and padded correctly, dropdown looks good Review URL: http://codereview.chromium.org/2721009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49727 0039d316-1c4b-4281-b951-d872f2087c98
* Adapt keystone_install.sh to the shell scripting guidelines. Tidy it up a bit.mark@chromium.org2010-06-141-537/+855
| | | | | | | | BUG=45017 TEST=none Review URL: http://codereview.chromium.org/2821001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49726 0039d316-1c4b-4281-b951-d872f2087c98
* Remove old history index files.dumi@chromium.org2010-06-143-1/+54
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2762012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49725 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: fix small memory leaks in passwords and exceptions dialog.mdm@chromium.org2010-06-144-27/+32
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2817001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49724 0039d316-1c4b-4281-b951-d872f2087c98
* Notification balloons don't want the WS_EX_LAYOUTRTL style flag, since the ↵johnnyg@chromium.org2010-06-149-12/+35
| | | | | | | | | | | directionality of the content is specified already inside the HTML. BUG=46170 TEST=create a notification while using an RTL language for Chrome UI. Review URL: http://codereview.chromium.org/2794001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49723 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Remove KWin from the list of window managers that default to custom ↵erg@chromium.org2010-06-141-1/+0
| | | | | | | | | | | frame on. BUG=15698 TEST=none Review URL: http://codereview.chromium.org/2833003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49722 0039d316-1c4b-4281-b951-d872f2087c98
* Fix tooltip wrap problem per chromium-os:4042xiyuan@chromium.org2010-06-141-5/+0
| | | | | | | | | | | Remove the max width chars logic and let GtkLabel decide how to wrap. BUG=chromium-os:4042 TEST=Verify fix for chromium-os:4042 Review URL: http://codereview.chromium.org/2832003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49721 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Revert 48932 - Merge certain preferences during model association."skrul@chromium.org2010-06-149-286/+1003
| | | | | | | | This reverts commit 392d1efa36fba717950cbfec40055939493a27b2. Review URL: http://codereview.chromium.org/2676007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49720 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 436.0 to 437.0chrome-release@google.com2010-06-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49718 0039d316-1c4b-4281-b951-d872f2087c98
* Introduced artificial processing delay to work around the issue of proxy ↵zelidrag@chromium.org2010-06-142-2/+35
| | | | | | | | | | | | | initialization before name resolving is functional in ChromeOS. This should be removed once this bug chromium-os:3996 is properly fixed. BUG=chromium-os:3996 TEST=check the bug for repro steps Review URL: http://codereview.chromium.org/2796007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49716 0039d316-1c4b-4281-b951-d872f2087c98
* Policy provider for the Mac.avi@chromium.org2010-06-1412-20/+392
| | | | | | | | | BUG=http://crbug.com/7147 TEST=unit tested; not integrated yet Review URL: http://codereview.chromium.org/2605002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49715 0039d316-1c4b-4281-b951-d872f2087c98
* Added checks to GetBufferedTime() to cap at the media's durationvrk@google.com2010-06-143-9/+52
| | | | | | | | | | | | No longer tries to estimate buffered time when media is fully loaded. Also caps estimation at the duration of the media. BUG=none TEST=media_unittests Review URL: http://codereview.chromium.org/2782004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49714 0039d316-1c4b-4281-b951-d872f2087c98
* Windows: Remove invalid gyp settings.thestig@chromium.org2010-06-142-10/+0
| | | | | | | | BUG=45067 TEST=gyp r827 works on Windows. Review URL: http://codereview.chromium.org/2718014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49713 0039d316-1c4b-4281-b951-d872f2087c98
* Implemented initial version of extension syncing.akalin@chromium.org2010-06-1422-7/+2188
| | | | | | | | | BUG=32413 TEST=unit tests, trybots, manual Review URL: http://codereview.chromium.org/2752007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49712 0039d316-1c4b-4281-b951-d872f2087c98
* Changed the return error code if the GSSAPI library cannot be initialized.ahendrickson@google.com2010-06-141-1/+1
| | | | | | | | | BUG=33033 Test=None Review URL: http://codereview.chromium.org/2824003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49711 0039d316-1c4b-4281-b951-d872f2087c98
* Keep the size regardless of the image size.oshima@chromium.org2010-06-141-0/+8
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2722011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49710 0039d316-1c4b-4281-b951-d872f2087c98
* Revert file accidentally in my previous checkin.brettw@chromium.org2010-06-141-3/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49709 0039d316-1c4b-4281-b951-d872f2087c98
* Revert changes accidentally checked in with my property changes.brettw@chromium.org2010-06-144-72/+13
| | | | | | | TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49708 0039d316-1c4b-4281-b951-d872f2087c98
* Reland 49600 - Http cache: Remove deprecated code.rvargas@google.com2010-06-143-84/+16
| | | | | | | | | | | | | BUG=26729 TEST=current tests Review URL: http://codereview.chromium.org/2776007 TBR=rvargas@google.com Review URL: http://codereview.chromium.org/2809004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49706 0039d316-1c4b-4281-b951-d872f2087c98
* Changes required to get glValidateProgram to workgman@chromium.org2010-06-1412-56/+161
| | | | | | | | | | | correctly. TEST=unit tests and conformance tests. BUG=none Review URL: http://codereview.chromium.org/2725006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49705 0039d316-1c4b-4281-b951-d872f2087c98
* Add some Linux make and scons files to the svn:ignore properties.brettw@chromium.org2010-06-145-16/+75
| | | | | | | | TEST=none BUG=none R=thomasvl git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49704 0039d316-1c4b-4281-b951-d872f2087c98
* If CreateDirectory() fails during extension unpacking, log the exact OS call ↵skerner@chromium.org2010-06-143-23/+63
| | | | | | | | | | | | | that failed. This change is designed to help understand bug 35198, which we can not reproduce locally. BUG=35198 TEST=manual Review URL: http://codereview.chromium.org/2714016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49703 0039d316-1c4b-4281-b951-d872f2087c98
* Further refine the pinned tab navigation algorithm.estade@chromium.org2010-06-145-99/+231
| | | | | | | | | BUG=29281 TEST=included Review URL: http://codereview.chromium.org/2747011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49702 0039d316-1c4b-4281-b951-d872f2087c98
* Implement KDE ReversedException setting in Chromedavidben@chromium.org2010-06-148-27/+143
| | | | | | | | | | R=wtc,eroman BUG=45199 TEST=Added unit tests, can also verify with steps in bug report Review URL: http://codereview.chromium.org/2725009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49701 0039d316-1c4b-4281-b951-d872f2087c98
* A little more automation provider cleanup.estade@chromium.org2010-06-143-29/+11
| | | | | | | | | | | Intention is to make it easier to see what needs porting. BUG=44695 TEST=trybots Review URL: http://codereview.chromium.org/2757009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49700 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit 61122:61125andreip@chromium.org2010-06-141-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2841001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49699 0039d316-1c4b-4281-b951-d872f2087c98
* Remove app icon from non-app tabs.skerner@chromium.org2010-06-142-49/+2
| | | | | | | | | BUG=44914 TEST=manual Review URL: http://codereview.chromium.org/2696004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49698 0039d316-1c4b-4281-b951-d872f2087c98
* Compile ACCELERATED_COMPOSITING and 3D CSS transform code by default on ↵vangelis@chromium.org2010-06-141-1/+1
| | | | | | | | | | | windows. Other platforms will still require the use_accelerated_compositing=1 GYP define. BUG=46085 Review URL: http://codereview.chromium.org/2764003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49697 0039d316-1c4b-4281-b951-d872f2087c98