summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Roll DEPS for WebKit 60844:60868.senorblanco@google.com2010-06-081-1/+1
| | | | | | | | | BUG=none TEST=none TBR=hamaji git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49213 0039d316-1c4b-4281-b951-d872f2087c98
* posix: set thread namesevan@chromium.org2010-06-082-8/+67
| | | | | | | | | | | | | There's a non-portable function for doing this: pthread_setname_np. It's supported by OS X >= 10.6 and the Xcode debugger will show the thread names if they're provided. On Linux, support has just recently been added to glibc for the same function. Since OS coverage of the function is so spotty, we look for the symbol at runtime; on Linux we fall back to another implementation of the same functionality if the function isn't available. Review URL: http://codereview.chromium.org/2774001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49212 0039d316-1c4b-4281-b951-d872f2087c98
* Allow bypassing a block of IP addresses using CIDR notation in the proxy ↵eroman@chromium.org2010-06-0811-92/+455
| | | | | | | | | | | | | | | | | bypass list. For example: 10.3.1.3/16 2020:ffff::/96 Note that similar to firefox, this is only applied to IP literals in URLs, and NOT to the resolved addresses of URLs. BUG=9835 Review URL: http://codereview.chromium.org/2663001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49211 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Redesign cloud printing subsystem layer."evan@chromium.org2010-06-0815-689/+547
| | | | | | | | Compile failures. This reverts commit r49200. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49209 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a bunch of images that don't seem to be used.pkasting@chromium.org2010-06-0811-41/+29
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2722003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49203 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes up alignment issue in remoting where subprojects of libjingle had ↵dmaclach@chromium.org2010-06-081-1/+4
| | | | | | | | | | | _DEBUG defined even though libjingle itself did not. BUG=none TEST=none Review URL: http://codereview.chromium.org/2716003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49202 0039d316-1c4b-4281-b951-d872f2087c98
* Add chromoting option for gyp.sergeyu@chromium.org2010-06-082-0/+9
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/2745004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49201 0039d316-1c4b-4281-b951-d872f2087c98
* On behalf of gene@chromium.org. Redesign cloud printing subsystem layer. ↵scottbyer@chromium.org2010-06-0815-547/+689
| | | | | | | | | | | Make it a class, and allow to have internal state. Also, some minor improvements. BUG=none TEST=Try run Windows cloud print proxy and confirm documents get printed. Review URL: http://codereview.chromium.org/2519002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49200 0039d316-1c4b-4281-b951-d872f2087c98
* Added string for extensions sync.akalin@chromium.org2010-06-081-0/+3
| | | | | | | | | BUG=32413 TEST=trybots Review URL: http://codereview.chromium.org/2724004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49199 0039d316-1c4b-4281-b951-d872f2087c98
* Catch possible out of memory situations when looking for the meta tag.tommi@chromium.org2010-06-081-4/+4
| | | | | | | | | TEST=See bug. BUG=46045 Review URL: http://codereview.chromium.org/2728001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49198 0039d316-1c4b-4281-b951-d872f2087c98
* Submitting CL http://codereview.chromium.org/2324001 on behalf of ↵zelidrag@chromium.org2010-06-086-48/+187
| | | | | | | | | | | | | | | | | petkov@chromium.org: Add the hardwareclass UMA log field for Chrome OS builds. This field will be used to distinguish histograms across Chrome OS hardware platforms. BUG=none TEST=unit tests, tested on target device by reviewing the logs Review URL: http://codereview.chromium.org/2738003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49197 0039d316-1c4b-4281-b951-d872f2087c98
* Redirected system info link from the user feedback dialog to about:system ↵zelidrag@chromium.org2010-06-082-9/+2
| | | | | | | | | | | | instead of the temp file. BUG=chromium-os:3947 TEST=open user feedback dialog in ChromeOS, click on 'Included system information...' link, should open about:system page Review URL: http://codereview.chromium.org/2763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49196 0039d316-1c4b-4281-b951-d872f2087c98
* Added an entry for the new failure.thomasvl@chromium.org2010-06-081-0/+3
| | | | | | | | | TBR=senorblanco BUG=46106 TEST=green bot Review URL: http://codereview.chromium.org/2762004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49195 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 49166 - Add a Mac suppression for an invalid write in ↵rohitrao@chromium.org2010-06-081-15/+0
| | | | | | | | | | | | | | FindBarBridge::GetFindBarWindowInfo. BUG=46074 TEST=Mac Valgrind (UI)(4) goes green. Review URL: http://codereview.chromium.org/2772001 TBR=rsesek@chromium.org Review URL: http://codereview.chromium.org/2747005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49194 0039d316-1c4b-4281-b951-d872f2087c98
* Makes the arguments to GetFindBarWindowInfo optional. Corrects a comment ↵rohitrao@chromium.org2010-06-082-6/+8
| | | | | | | | | | specifying otherwise. BUG=46074 TEST=None Review URL: http://codereview.chromium.org/2764002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49193 0039d316-1c4b-4281-b951-d872f2087c98
* Adding debugging demo to o3d-webgl collection. Includes minor bug fix in ↵luchen@google.com2010-06-086-52/+319
| | | | | | | | param_object (removeFromArray fails because collection is an object, not an array). Review URL: http://codereview.chromium.org/2716001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49192 0039d316-1c4b-4281-b951-d872f2087c98
* Update heapchecker suppressions.willchan@chromium.org2010-06-081-0/+1
| | | | | | | | BUG=26920 Review URL: http://codereview.chromium.org/2751002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49191 0039d316-1c4b-4281-b951-d872f2087c98
* Marking the test as flaky since it fails 14% of the time.thomasvl@chromium.org2010-06-081-1/+7
| | | | | | | | BUG=46097 TEST=none Review URL: http://codereview.chromium.org/2724006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49190 0039d316-1c4b-4281-b951-d872f2087c98
* Add a Tsan suppression for YUVConvertTest.rsesek@chromium.org2010-06-081-0/+7
| | | | | | | | | BUG=46086 TEST=Mac Tsan goes green. Review URL: http://codereview.chromium.org/2730004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49189 0039d316-1c4b-4281-b951-d872f2087c98
* Jankometer: Generalize the code more. Add better support for monitoring IO ↵willchan@chromium.org2010-06-089-168/+496
| | | | | | | | | | | | | thread. Previously, the Jankometer only monitored windows messages on the UI thread (or gtk events). I've added observers for tasks and IO events. This lets us monitor all events on UI & IO threads (UI messages, all Tasks, and IO events). Replaces the JankObserver with a UIJankObserver and an IOJankObserver. Shares common code in JankObserverHelper. The JankObserverHelper and JankWatchdog are generic enough that they can probably move out to chrome/common and be reused by the renderer. Review URL: http://codereview.chromium.org/2098020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49188 0039d316-1c4b-4281-b951-d872f2087c98
* Include plugin.vch in mini_installer.viettrungluu@chromium.org2010-06-082-0/+2
| | | | | | | | | BUG=none TEST=new-style Flash DRM plays on Windows Review URL: http://codereview.chromium.org/2752003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49186 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for WebKit 60830:60844.senorblanco@google.com2010-06-081-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=hamaji Review URL: http://codereview.chromium.org/2748003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49185 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 429.0 to 430.0chrome-release@google.com2010-06-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49183 0039d316-1c4b-4281-b951-d872f2087c98
* Add libjingle_glue export_dependency to chromoting_host so that header/libgarykac@google.com2010-06-081-0/+4
| | | | | | | | | | | references are inherited by chromoting_host_process. BUG=none TEST=chromoting unittests Review URL: http://codereview.chromium.org/2733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49181 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some errors found when building on the 10.6 SDK.rsesek@chromium.org2010-06-083-3/+7
| | | | | | | | | BUG=none TEST=Using 10.6 SDK, build succeeds. Review URL: http://codereview.chromium.org/2717001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49179 0039d316-1c4b-4281-b951-d872f2087c98
* Fix typo, make suppression handle flaky or not naming.thomasvl@chromium.org2010-06-081-1/+1
| | | | | | | | BUG=39057 TEST=none Review URL: http://codereview.chromium.org/2741002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49176 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r49169 and r49170; they didn't fix the problem.evan@chromium.org2010-06-081-11/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49175 0039d316-1c4b-4281-b951-d872f2087c98
* Disable WebKitThreadTest.ExposedInChromeThread, due to subsequent assert.senorblanco@google.com2010-06-081-1/+1
| | | | | | | | | | BUG=46087 TEST=see bug TBR=evan Review URL: http://codereview.chromium.org/2777001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49174 0039d316-1c4b-4281-b951-d872f2087c98
* Adding support for pointlist, linelist, linestrip, trianglestrip and ↵luchen@google.com2010-06-083-5/+423
| | | | | | | | triangelfan primitive drawing types. Demo file included. Review URL: http://codereview.chromium.org/2645003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49173 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the build by disabling out unused functions.rsesek@chromium.org2010-06-081-0/+6
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49170 0039d316-1c4b-4281-b951-d872f2087c98
* Disable the extension messages tests.evan@chromium.org2010-06-081-0/+5
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49169 0039d316-1c4b-4281-b951-d872f2087c98
* looks like there is a new worker test that wasn't in the blanket disable, ↵thomasvl@chromium.org2010-06-081-0/+1
| | | | | | | | | | adding it. BUG=38575 TEST=none Review URL: http://codereview.chromium.org/2724003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49168 0039d316-1c4b-4281-b951-d872f2087c98
* The test got updated to be marked as flaky, so update the pattern to match ↵thomasvl@chromium.org2010-06-081-1/+1
| | | | | | | | | | without or without a prefix. BUG=45562 TEST=none Review URL: http://codereview.chromium.org/2719002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49167 0039d316-1c4b-4281-b951-d872f2087c98
* Add a Mac suppression for an invalid write in ↵rsesek@chromium.org2010-06-081-0/+15
| | | | | | | | | | | FindBarBridge::GetFindBarWindowInfo. BUG=46074 TEST=Mac Valgrind (UI)(4) goes green. Review URL: http://codereview.chromium.org/2772001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49166 0039d316-1c4b-4281-b951-d872f2087c98
* Putting this back in since it didn't solve the failures.thomasvl@chromium.org2010-06-087-81/+176
| | | | | | | | | | | | | | | | | | | Revert 49164 - Backing this out to see if it fixes the failures on the two windows bots (landed about when they started). Revert 49030 AutoFill: Don't save credit card numbers from Autocomplete to the WebDB. BUG=8026 TEST=AutocompleteHistoryManagerTest Review URL: http://codereview.chromium.org/2676003 TBR=jhawkins@chromium.org Review URL: http://codereview.chromium.org/2748002 TBR=thomasvl@chromium.org Review URL: http://codereview.chromium.org/2770001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49165 0039d316-1c4b-4281-b951-d872f2087c98
* Backing this out to see if it fixes the failures on the two windows bots ↵thomasvl@chromium.org2010-06-087-176/+81
| | | | | | | | | | | | | | | | (landed about when they started). Revert 49030 - AutoFill: Don't save credit card numbers from Autocomplete to the WebDB. BUG=8026 TEST=AutocompleteHistoryManagerTest Review URL: http://codereview.chromium.org/2676003 TBR=jhawkins@chromium.org Review URL: http://codereview.chromium.org/2748002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49164 0039d316-1c4b-4281-b951-d872f2087c98
* Revert the revert to put it back in.thomasvl@chromium.org2010-06-083-0/+7
| | | | | | | | | | | | | | | | | | | | | | Revert 49162 - Doing this to see if it fixes some failing tests that started about when this landed. Revert 49031 Ensure that the context menu items displayed in ChromeFrame rendered pages are enabled/disabled correctly. To achieve this we now have a UpdateMenuItemStates function in the RenderViewContextMenuViews class which calls into the underlying menu's UpdateStates function which enables/disables items correctly. Fixes bug http://code.google.com/p/chromium/issues/detail?id=45785 Bug=45785 Review URL: http://codereview.chromium.org/2627005 TBR=ananta@chromium.org Review URL: http://codereview.chromium.org/2768001 TBR=thomasvl@chromium.org Review URL: http://codereview.chromium.org/2759002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49163 0039d316-1c4b-4281-b951-d872f2087c98
* Doing this to see if it fixes some failing tests that started about when ↵thomasvl@chromium.org2010-06-083-7/+0
| | | | | | | | | | | | | | | | | | | this landed. Revert 49031 - Ensure that the context menu items displayed in ChromeFrame rendered pages are enabled/disabled correctly. To achieve this we now have a UpdateMenuItemStates function in the RenderViewContextMenuViews class which calls into the underlying menu's UpdateStates function which enables/disables items correctly. Fixes bug http://code.google.com/p/chromium/issues/detail?id=45785 Bug=45785 Review URL: http://codereview.chromium.org/2627005 TBR=ananta@chromium.org Review URL: http://codereview.chromium.org/2768001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49162 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust Mac10.6 intl2 times expectations upwards.chase@chromium.org2010-06-081-1/+1
| | | | | | | | | | BUG=none TEST=mac10.6 intl2 times is green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/2714002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49160 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 60815:60830hamaji@chromium.org2010-06-081-1/+1
| | | | | | | | | | TBR=senorblanco TEST=none BUG=none Review URL: http://codereview.chromium.org/2740002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49156 0039d316-1c4b-4281-b951-d872f2087c98
* Track options per bridge rather than per dispatcher hostjoth@chromium.org2010-06-085-36/+87
| | | | | | | | | | | Also fixes a bug in arbitrator that updating options might not stop high accuracy providers BUG=40103 TEST=unit_tests --gtest_filter=*Geol* Review URL: http://codereview.chromium.org/2676006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49155 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 428.0 to 429.0chrome-release@google.com2010-06-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49153 0039d316-1c4b-4281-b951-d872f2087c98
* Managed preferences warning banner for the Linux preferences dialog.mnissler@chromium.org2010-06-0812-7/+287
| | | | | | | | | BUG=43423 TEST=Unit test in managed_prefs_banner_base_unittest.cc, manual UI tests Review URL: http://codereview.chromium.org/2425006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49151 0039d316-1c4b-4281-b951-d872f2087c98
* Remove dead sync label code from browser_toolbar_gtk.ccmnissler@chromium.org2010-06-082-27/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2663006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49150 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r49135: Linux: enable compiling GNOME Keyring and KWallet ↵mdm@chromium.org2010-06-083-57/+46
| | | | | | | | | | | integration. Some of the bots (memory, ARM) didn't get the new package installed yet. BUG=none TEST=none Review URL: http://codereview.chromium.org/2763001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49149 0039d316-1c4b-4281-b951-d872f2087c98
* Directly set block_third_party_cookies_ when observing a preference change ↵bauerb@chromium.org2010-06-081-4/+3
| | | | | | | | | | | to avoid a NOTREACHED. BUG=45644 TEST=No crash when changing "Block third-party cookies" preference with an incognito window open. Review URL: http://codereview.chromium.org/2423003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49148 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 60786:60815hamaji@chromium.org2010-06-081-1/+1
| | | | | | | | | | TBR=senorblanco TEST=none BUG=none Review URL: http://codereview.chromium.org/2749002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49147 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Revert an idle sockets change to trigger reliability bot. Will ↵willchan@chromium.org2010-06-084-172/+45
| | | | | | | | revert again soon." Review URL: http://codereview.chromium.org/2761001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49146 0039d316-1c4b-4281-b951-d872f2087c98
* Revert an idle sockets change to trigger reliability bot. Will revert again ↵willchan@chromium.org2010-06-084-45/+172
| | | | | | | | soon. Review URL: http://codereview.chromium.org/2760001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49145 0039d316-1c4b-4281-b951-d872f2087c98
* * Show error message when unlocking failed.oshima@chromium.org2010-06-085-23/+313
| | | | | | | | | | | | | | | | | | * Add "sign out" button * Let chrome crash when grab is borken. * send ScreenIsLocked signal after all inputs are grabbed. BUG=chromium-os:2914,chromium-os:2614 TEST=manual: set the content of /var/lib/power_manager/use_xscreensaver to 1, reboot the machine and login hit ctr-alt-l to enter screenlock mode 1) typing in wrong password should show message bubble with error message 2) pressing "Sign out" will terminate the session and move to login screen Review URL: http://codereview.chromium.org/2685006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49141 0039d316-1c4b-4281-b951-d872f2087c98