summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* net: disable 1/n-1 record splitting when False Start is disabled.agl@chromium.org2011-10-052-13/+15
| | | | | | | | | | | | | | Brocade SSL terminators are intolerant to 1/n-1 record splitting as well. For the sake of getting M15 out the door, this patch uses the False Start blacklist in order to switch off 1/n-1 record splitting too. This is deeply unfortunate but will be reverted on trunk as soon as it can be merged to M15. BUG=98908 TEST=none Review URL: http://codereview.chromium.org/8137027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104119 0039d316-1c4b-4281-b951-d872f2087c98
* Add views_example that exercises drawing different text styles.asvitkine@chromium.org2011-10-058-28/+445
| | | | | | | | | | | | Also, a little bit of misc housekeeping. Reland, original CL reverted: http://codereview.chromium.org/8072004/ BUG=none TEST=manual Review URL: http://codereview.chromium.org/8137032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104118 0039d316-1c4b-4281-b951-d872f2087c98
* Switch over to base::Bind for base/debug/trace_event_unittests and base/files/*.jbates@chromium.org2011-10-054-16/+17
| | | | | | Review URL: http://codereview.chromium.org/8115013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104117 0039d316-1c4b-4281-b951-d872f2087c98
* Don't show "enable" link for plug-ins that are disabled by policy.bauerb@chromium.org2011-10-053-31/+2
| | | | | | | | | | | | | Also, remove some superfluous messages in chrome://plugins UI. BUG=98912 TEST=see bug Review URL: http://codereview.chromium.org/8142025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104116 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Login screen: add Caps Lock hint to password input.ivankr@chromium.org2011-10-0512-9/+104
| | | | | | | | | | | | | *) Caps Lock turned off when login screen is first shown. *) Caps Lock icon shown over password input field. *) 'Caps Lock is on' warning added to signin and unlock failure messages. BUG=chromium-os:19749 TEST=Manual: password field on login screen should display an icon when Caps Lock is pressed. Review URL: http://codereview.chromium.org/8116007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104115 0039d316-1c4b-4281-b951-d872f2087c98
* [ChromeOS] Use full login html when device is not owned.xiyuan@chromium.org2011-10-052-0/+3
| | | | | | | | | | | | So that enterprise enrollment is still possible after oobe_completed flag is set. BUG=chromium-os:20821 TEST=Verify fix for chromium-os:20821 Review URL: http://codereview.chromium.org/8038034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104114 0039d316-1c4b-4281-b951-d872f2087c98
* Stop using ExtensionInputMethodEventRouter as a singleton.yusukes@chromium.org2011-10-055-25/+28
| | | | | | | | | | | | This should be better since ~ExtensionInputMethodEventRouter depends on another singleton, InputMethodManager, and such dependency tend to cause a problem on shutdown. BUG=chromium-os:21283 TEST=trybot Review URL: http://codereview.chromium.org/7982052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104113 0039d316-1c4b-4281-b951-d872f2087c98
* Upgrade pyauto to use python2.6 on mac.kkania@chromium.org2011-10-052-11/+12
| | | | | | | | | BUG=49379 TEST=none Review URL: http://codereview.chromium.org/7860018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104112 0039d316-1c4b-4281-b951-d872f2087c98
* Add a unit test to verify seek behavior when WebM cues are before the first ↵acolwell@chromium.org2011-10-051-0/+61
| | | | | | | | | | | | cluster. BUG=98714 TEST=FFmpegDemuxerTest::SeekWithCuesBeforeFirstCluster Review URL: http://codereview.chromium.org/8103011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104111 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of pepper_plugin_delegate_impl.h dependency from chrome (since it's ↵jam@chromium.org2011-10-059-38/+32
| | | | | | | | | a content implementation file). Also move MockRenderProcess to content. Lock down DEPS from chrome\renderer while RenderThread and RenderView get APIs around them. BUG=98716 Review URL: http://codereview.chromium.org/8142020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104110 0039d316-1c4b-4281-b951-d872f2087c98
* Filter unnecessary links from the list of builders.glider@chromium.org2011-10-051-3/+16
| | | | | | | TBR=timurrrr Review URL: http://codereview.chromium.org/8135027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104109 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 104105 - Add views_example that exercises drawing different text styles.rdsmith@chromium.org2011-10-058-445/+28
| | | | | | | | | | | | | | | | Failed check_perms; see http://build.chromium.org/p/chromium/builders/Linux/builds/14578 Also, a little bit of misc housekeeping. BUG=none TEST=manual Review URL: http://codereview.chromium.org/8072004 TBR=asvitkine@chromium.org Review URL: http://codereview.chromium.org/8139030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104108 0039d316-1c4b-4281-b951-d872f2087c98
* Change the leak suppressions to match the new stacks.glider@chromium.org2011-10-052-4/+4
| | | | | | | | BUG=99158,98967 TBR=jam Review URL: http://codereview.chromium.org/8137025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104107 0039d316-1c4b-4281-b951-d872f2087c98
* Speed enhancement for Remoting on Low end machines.dmaclach@chromium.org2011-10-051-3/+6
| | | | | | | | | | | Only use multiple processors when we have the computing power available to do so. BUG=99179 TEST=See bug Review URL: http://codereview.chromium.org/8144007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104106 0039d316-1c4b-4281-b951-d872f2087c98
* Add views_example that exercises drawing different text styles.asvitkine@chromium.org2011-10-058-28/+445
| | | | | | | | | | | Also, a little bit of misc housekeeping. BUG=none TEST=manual Review URL: http://codereview.chromium.org/8072004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104105 0039d316-1c4b-4281-b951-d872f2087c98
* Add forgotten file from previous policy IDLization patch.brettw@chromium.org2011-10-051-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104103 0039d316-1c4b-4281-b951-d872f2087c98
* Convert transport, scrollbar, and query policy to IDL.brettw@chromium.org2011-10-0512-129/+569
| | | | | | | | | | | This renames the scrollbar interface to not use the version number to make it consistent with other APIs. TEST=none BUG=none Review URL: http://codereview.chromium.org/8142001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104102 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build regression caused bydavemoore@chromium.org2011-10-051-1/+1
| | | | | | | | | | | | http://codereview.chromium.org/8136005 TBR=sky BUG=None TEST=None Review URL: http://codereview.chromium.org/8133026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104101 0039d316-1c4b-4281-b951-d872f2087c98
* Make use_nss a gyp var so that aura can build w/ nss.davemoore@chromium.org2011-10-053-26/+34
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/8135024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104100 0039d316-1c4b-4281-b951-d872f2087c98
* Fix builds with configuration_policy disabled.joth@chromium.org2011-10-051-6/+14
| | | | | | | | | | | | It broke in http://src.chromium.org/viewvc/chrome?view=rev&revision=103876 BUG=None TEST=http://chromegw.corp.google.com/i/chromium.fyi/builders/Chromium%20Linux%20Redux/ goes green Review URL: http://codereview.chromium.org/8137010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104099 0039d316-1c4b-4281-b951-d872f2087c98
* Marks a number of tests as FAILS for aura. I filed bugs on the two keysky@chromium.org2011-10-053-19/+73
| | | | | | | | | | | | | | | | | areas, I plan on immediately fixing the widget one which is why I didn't file a bug. Hopefully when we get bots actually building and running tests, these changes will make them green. TBR since this is just marking tests FAILS. BUG=99129 99128 TEST=none TBR=ben@chromium.org R=ben@chromium.org Review URL: http://codereview.chromium.org/8142022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104098 0039d316-1c4b-4281-b951-d872f2087c98
* Makes visbility inherited. That is, in order for a window to besky@chromium.org2011-10-0510-28/+132
| | | | | | | | | | | | visible all of its ancestor must be visible too. BUG=none TEST=covered by unit tests. R=ben@chromium.org Review URL: http://codereview.chromium.org/8136005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104097 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress leaks in AppNotificationManager.glider@chromium.org2011-10-052-2/+18
| | | | | | | | BUG=99166 TBR=asargent Review URL: http://codereview.chromium.org/8142029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104094 0039d316-1c4b-4281-b951-d872f2087c98
* Actually run the sanity tests under AddressSanitizer.glider@chromium.org2011-10-051-15/+33
| | | | | | Review URL: http://codereview.chromium.org/8116028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104093 0039d316-1c4b-4281-b951-d872f2087c98
* Always send ACKs.backer@chromium.org2011-10-052-33/+99
| | | | | | | | | | | If we don't send ACKs (say because a tab closed and we can't find the RWHV to respond to the message), we may hang other renderers in same renderer process as the renderer waiting for the ACK (via the GPU process). BUG=none TEST=Ctrl-T Ctrl-T Ctrl-W quickly should not hang renderer on TOUCH_UI Review URL: http://codereview.chromium.org/8120028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104092 0039d316-1c4b-4281-b951-d872f2087c98
* Bocking onReceivedHeaders signal for webRequest APIbattre@chromium.org2011-10-0524-69/+1672
| | | | | | | | | | | | | | This is a new signal that allows extensions to - Modify/Delete cookies of HTTP responses before they are seen by the cookie monster. - Cancel requests based on the length or content type of the HTTP response. BUG=89118 TEST=no Review URL: http://codereview.chromium.org/7931026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104091 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-10-051-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104090 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 96650:96687.hans@chromium.org2011-10-051-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/8135025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104089 0039d316-1c4b-4281-b951-d872f2087c98
* Call prepareSort befor any sorting in array_data_model.dgozman@chromium.org2011-10-052-1/+15
| | | | | | | | | BUG=chromium-os:19834,chromium-os:19082 TEST=See bug 19082. Review URL: http://codereview.chromium.org/8065009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104087 0039d316-1c4b-4281-b951-d872f2087c98
* Less fatal error message for content setting rules with non-wildcard ↵marja@chromium.org2011-10-051-5/+18
| | | | | | | | | | | | | | | | | secondary patterns. It is currently not possible to set such rules via the content settings UI, but extensions can set them via the chrome.experimental.contentSettings API. The rules cannot be displayed in the content settings UI and the user cannot modify them. This CL changes the severity of the error message from DFATAL to ERROR. BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/8142024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104086 0039d316-1c4b-4281-b951-d872f2087c98
* Improved ChromeOS Gallerykaznacheev@chromium.org2011-10-0534-1351/+2143
| | | | | | | | | | | The patch implements most of the desired appearance and behavior for Gallery v1. BUG=chromium-os:19534 TEST= Review URL: http://codereview.chromium.org/8113033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104085 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 104076 - Change std::wstring to string16 for views::Linkhbono@chromium.org2011-10-0573-475/+456
| | | | | | | | | | | | | | | Change wst::string to string16 for view::Label and views::Link BUG=68267 TEST=no user visible changes Review URL: http://codereview.chromium.org/8113031 TBR=yosin@chromium.org Review URL: http://codereview.chromium.org/8142026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104084 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 104080 - Patch for REV@104075hbono@chromium.org2011-10-051-10/+9
| | | | | | | TBR=yosin@chromium.org Review URL: http://codereview.chromium.org/8136030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104083 0039d316-1c4b-4281-b951-d872f2087c98
* Patch for REV@104075yosin@chromium.org2011-10-051-9/+10
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104080 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 901.0 to 902.0chrome-release@google.com2011-10-051-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104079 0039d316-1c4b-4281-b951-d872f2087c98
* Implementation of AudioInputStream for Mac OS X using the special AUHAL ↵henrika@chromium.org2011-10-058-5/+770
| | | | | | | | | input Audio Unit present in OS 10.4 and later. The AUHAL input Audio Unit is for low-latency audio I/O. Review URL: http://codereview.chromium.org/7981022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104077 0039d316-1c4b-4281-b951-d872f2087c98
* Change std::wstring to string16 for views::Linkyosin@chromium.org2011-10-0573-456/+475
| | | | | | | | | | | | Change wst::string to string16 for view::Label and views::Link BUG=68267 TEST=no user visible changes Review URL: http://codereview.chromium.org/8113031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104076 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI TaskManager: Support on Mac & Linux yoshiki@chromium.org2011-10-057-16/+89
| | | | | | | | | | | | | WebUI TaskManager is enabled when "--enable-task-manager" command-line option is set or when chrome is built with WEBUI_TASK_MANAGER. The title and close button are shown only when task manager is a dialog and chrome runs on ChromeOS. BUG=69222 TEST=manual Review URL: http://codereview.chromium.org/8115005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104075 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Return Authenticator instance as scoped_refptr.nkostylev@chromium.org2011-10-054-48/+27
| | | | | | | | | BUG=chromium-os:20979 TEST=Manual. Review URL: http://codereview.chromium.org/8138002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104074 0039d316-1c4b-4281-b951-d872f2087c98
* Remove obsolete code: NineBox::ChangeWhiteToTransparent.msw@chromium.org2011-10-053-34/+0
| | | | | | | | | | | | | crrev.com/103851 added alpha transparency to png images: chrome/app/theme/find_dlg_[left|right]_bg.png Keying transparency from white pixels is no longer needed. BUG=98822 TEST=No visual differences on NineBox items (find bar, etc.) Review URL: http://codereview.chromium.org/8122016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104073 0039d316-1c4b-4281-b951-d872f2087c98
* Now that WebKit r96590 is rolled, reapply ↵yurys@chromium.org2011-10-0511-96/+66
| | | | | | | | | | | | | | | | | | | http://codereview.chromium.org/8135002/ which was reverted due to compilation errors. We want agent to save its state into a string instead of using a map of runtime properties. Also the serialized state should be taken into account only when existing client is reattached from one agent to another, this is why we introduce Reattach message. Also see https://bugs.webkit.org/show_bug.cgi?id=69335 BUG=None TEST=None TBR=pfeldman,jam Review URL: http://codereview.chromium.org/8136029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104072 0039d316-1c4b-4281-b951-d872f2087c98
* Compile out Native under Aura when WebUI is available.saintlou@chromium.org2011-10-053-0/+24
| | | | | | | | | | BUG=97131 TEST=none Review URL: http://codereview.chromium.org/8133015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104070 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Add halo to secure/VPN network badge.derat@chromium.org2011-10-051-12/+17
| | | | | | | | | | | | | | | | This switches to a lock new image from kenmoore@ that includes a white halo so it'll remain visible when using dark themes. The new image is a bit larger than the old one, so I'm also updating the badging code to ensure that badges don't get clipped. BUG=chromium-os:21110 TEST=manual: made code always display vpn badge and checked that it looks fine against default and Johnny Cash themes Review URL: http://codereview.chromium.org/8136020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104069 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Enable CrZombie for subprocesses in release builds.shess@chromium.org2011-10-051-7/+8
| | | | | | | | | | | | EOM. BUG=94551 TEST=none Review URL: http://codereview.chromium.org/8133008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104068 0039d316-1c4b-4281-b951-d872f2087c98
* Persist App Notifications to diskasargent@chromium.org2011-10-0520-21/+854
| | | | | | | | | | | | | | BUG=98138 TEST=Install a packaged app with the experimental permission, and have it call chrome.experimental.app.notify({title:"foo", bodyText:"bar"}) from one of its pages. That should make a notification appear on its icon on the NTP. After restarting chrome, that same notification should still be there. Review URL: http://codereview.chromium.org/8038040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104066 0039d316-1c4b-4281-b951-d872f2087c98
* Fix yet another crash in ProxyResolutionService with debug build.satorux@chromium.org2011-10-051-5/+7
| | | | | | | | | | | | | GetRequestContext() must be called on the UI thread. Otherwise, DCHECK() will fail. TEST=confirm that the crash is gone. BUG=chromium-os:21209 Review URL: http://codereview.chromium.org/8135006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104065 0039d316-1c4b-4281-b951-d872f2087c98
* Add WebM file with CUES before the first cluster for testing.acolwell@chromium.org2011-10-051-0/+0
| | | | | | | | | TBR=scherkus@chromium.org BUG=98714 Review URL: http://codereview.chromium.org/8137023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104062 0039d316-1c4b-4281-b951-d872f2087c98
* It seems that the Gtk module is so generic what it can be used for all Linux ↵saintlou@chromium.org2011-10-054-71/+2
| | | | | | | | | | | | | cases including Aura. In fact the Mac and Win impl are identical. TBR=brettw@chromium.org BUG=97131 TEST=none Review URL: http://codereview.chromium.org/8142016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104061 0039d316-1c4b-4281-b951-d872f2087c98
* Adding bug information in the dashboard in the layout test analyzer.imasaki@google.com2011-10-053-14/+34
| | | | | | Review URL: http://codereview.chromium.org/8142019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104060 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Autofill: Avoid aggregating duplicates of AddressBook profilesisherman@chromium.org2011-10-053-2/+78
| | | | | | | | | | BUG=98969 TEST=unit_tests --gtest_filter=PersonalDataManagerTest.AggregateExistingAuxiliaryProfile Review URL: http://codereview.chromium.org/8139018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104058 0039d316-1c4b-4281-b951-d872f2087c98