- 06 Dec, 2011 40 commits
-
-
henrika@chromium.org authored
This CL does not change anything for any other audio client but the WebRTC clients. All other clients can ignore this new functionality and will still use the default input device as before. BUG=none TEST=special version of content_unittests --gtest_filter=WebRTCAudioDeviceTest* Review URL: http://codereview.chromium.org/8770005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113173 0039d316-1c4b-4281-b951-d872f2087c98
-
dpolukhin@chromium.org authored
PPB_{TCP|UDP}Socket_Private interfaces are exposed to Browser process. Added shared (between NaCl and Pepper) tests for both interfaces. BUG=105859 TEST=ui_tests Review URL: http://codereview.chromium.org/8804006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113172 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=106522 TBR=bruening Review URL: http://codereview.chromium.org/8819012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113171 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
BUG=96703 Review URL: http://codereview.chromium.org/8659007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113170 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
by ThreadSanitizer. We don't need the suppression anymore. BUG=106197 Review URL: http://codereview.chromium.org/8800012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113169 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/8789017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113168 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=estade@chromium.org,csilv@chromium.org BUG=92912 TEST=Drag a [removable] app over the trash in either LTR or RTL and be greeted by a sweet trash can lid opening animation. Review URL: http://codereview.chromium.org/8786010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113167 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Eliminate NativeWidgetGtk specifics, remove extra files. This supersedes http://codereview.chromium.org/8811001/ This supersedes http://codereview.chromium.org/8774022/ See Issue 106230 for a list of some BubbleWindow users. The save and open SelectFileExtensionDialog instances look good. Bookmark All Tabs dialog looks good on non-aura, blocked on aura by crbug.com/106474. BUG=106230 TEST=BubbleWindows look the same on CrOS, and now similar on Aura. Ensure no regressions of crosbug.com/9065, crosbug.com/8538. Review URL: http://codereview.chromium.org/8800032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113166 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
Allow the user of the utility process to specify whether the zygote should be used on Linux. This allows to sandbox all the uses of the utility process that don't do FS access, which right now are all except extension unpacking and NPAPI plugin listing. This is the first step to get the utility process sandboxed on Linux. Since most of the uses of the utility process don't do file access, launching all of those from the zygote will simplify sandboxing the one that does: extension unpacking. BUG=93109 TEST=Try installing an extension from the web store. Review URL: http://codereview.chromium.org/8770025 TBR=jorgelo@chromium.org Review URL: http://codereview.chromium.org/8817013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113165 0039d316-1c4b-4281-b951-d872f2087c98
-
munjal@chromium.org authored
Fix the app notify channel setup for the case where the user may have explicitly revoked permission and hence the OAuth2 access token generation may fail. In that case, prompt the user. add unit tests and modify existing tests. TBR=asargent Review URL: http://codereview.chromium.org/8822006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113164 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
The unit test was causing a DCHECK to fail. IsDefaultProfileImageURL() doesn't expect an invalid URL so I remvoed the invalid URL. TBR=ivankr@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8821007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113162 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=105028 TEST=none Review URL: http://codereview.chromium.org/8800010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113161 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
BUG=93950 TEST=none Review URL: http://codereview.chromium.org/8818002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113160 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
BUG=88782 TEST=changed certificate_types struct in local copy of nss selfserv, reloaded, checked "echo .dump | sqlite3 'Origin Bound Certs'" to see if new cert was generated. Review URL: http://codereview.chromium.org/8821002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113159 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
Ordinal IME shows candidate window under the cursor, but Mozc should show "suggest window"(same view but different location) and it's location is sent by mozc-engine. BUG=chromium-os:21356 TEST=manually confirmed it works fine and no conflict with other CJK engine. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112452 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112965 Review URL: http://codereview.chromium.org/8505051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113158 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This removes NOTIMPLEMENTED()s for platform_util's ShowItemInFolder(), OpenItem(), and OpenExternal(). We now use the native Chrome OS, Windows, or Linux versions of these functions. BUG=99712 TEST=manual: checked that we use the file manager extension to open downloaded files on Chrome OS and that we use XDG on linux Review URL: http://codereview.chromium.org/8808003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113157 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
- Remove search box until we have decided how to approach it; - Show apps pagination dots; - Dismiss app list UI on escape or click on non-app and non nav dots; - Defer widget showing further until apps are loaded by webui; - Add a container div to limit apps page height so that the gap between apps icons and nav dots are not too big; - Passing bounds when requesting app list widget to avoid resizing; BUG=98308,105794,106451 TEST=Verify search box is gone, nav gots show up on bottom and could switch pages by clicking on it; Review URL: http://codereview.chromium.org/8747021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113156 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
were attempting shutdown before destroying the compositor. BUG=104360 TEST=none R=ben@chromium.org Review URL: http://codereview.chromium.org/8800030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113155 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
Previously, each Expose event (caused e.g. when you move the host window) would trigger an immediate redraw, which can take a long time (vsyng, GPU load, ...). Instead, schedule a redraw so that multiple expose can get gathered into a single redraw. BUG=None TEST=launch chrome/aura, move the window around for a few seconds, check that things are interactive again right away. Review URL: http://codereview.chromium.org/8815004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113154 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8804027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113153 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
Not the final UI yet. Additional improvements: - file name is selected in save-as dialog at start; - new folder moved to context menu, button deleted. BUG=chromium-os:20168,chromium-os:22106,chromium-os:22105,chromium-os:22032,chromium-os:20547,chromium-os:20549 TEST=Manual Review URL: http://codereview.chromium.org/8554003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113152 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
BUG=91241 TEST= Review URL: http://codereview.chromium.org/8772055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113151 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=chromium-os:23388 TEST=Go to chrome://settings/system. Play with touchpad settings. top -u chronos should not show any defunct tpcontrol processes. Review URL: http://codereview.chromium.org/8813001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113150 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Prevent a crash in the first run search engine selector. It is possible to try and close the window now before the TemplateURLService is loaded. In this case we will not have a fallback search engine to select by default. So we will just reject attempts to close the window in this circumstance until it is loaded and a fallback choice has been set. It should be an edge case. http://crbug.com/106078 TEST=unit test Review URL: http://codereview.chromium.org/8771018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113149 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=none TEST=none TBR=hans Review URL: http://codereview.chromium.org/8817002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113148 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
This will eventually replace ModelType{Bit,}Set. BUG=79970 TEST= Review URL: http://codereview.chromium.org/8772073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113147 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Also removed AUTHENTICATED state from ConnectionToHost - We no longer need it there. BUG=105214 Review URL: http://codereview.chromium.org/8774017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113146 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
These two functions are normal functions these days and can't be NULL. BUG=none TEST=none Review URL: http://codereview.chromium.org/8802029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113145 0039d316-1c4b-4281-b951-d872f2087c98
-
miket@chromium.org authored
BUG=106188 TEST=added Review URL: http://codereview.chromium.org/8800016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113144 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8800031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113143 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
BUG=105657 TEST=manual Review URL: http://codereview.chromium.org/8806025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113142 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
With the break, it fails if the app happens to come before the extension in items. BUG=104091 TEST=none TBR=asargent@chromium.org Review URL: http://codereview.chromium.org/8801037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113141 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=92421 TEST=none Review URL: http://codereview.chromium.org/8817010 TBR=estade@chromium.org Review URL: http://codereview.chromium.org/8817011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113140 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=none TEST=manual Review URL: http://codereview.chromium.org/8818003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113138 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=92421 TEST=none Review URL: http://codereview.chromium.org/8817010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113137 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20Clang%20%28ChromeOS%20dbg%29/builds/4017/steps/compile/logs/stdio Add ONC VPN support for OpenVPN and L2TP/IPsec VPNs Also simplifies some of the parsing code, adds type validation, brings the WiFi security parsing up to spec, and improves the unit tests for wifi so that they all verify the property_map_ fields (the only ones actually used to configure the network). Also fixed a general parser problem where certificates wouldn't be parsed if network configs were. BUG=chromium-os:23476 chromium-os:23477 TEST=manual import of ONC file with openvpn network, unit_tests Review URL: http://codereview.chromium.org/8759014 TBR=kmixter@chromium.org Review URL: http://codereview.chromium.org/8819011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113136 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
over SSL. Review URL: http://codereview.chromium.org/8805020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113135 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113134 0039d316-1c4b-4281-b951-d872f2087c98
-
mcgrathr@chromium.org authored
These sources have been moved over to the native_client repository. Remove them from chromium/src altogether and just make the gyp files refer to the native_client stuff. BUG= none TEST= linux still builds R=sehr@google.com Review URL: http://codereview.chromium.org/8800034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113133 0039d316-1c4b-4281-b951-d872f2087c98
-
munjal@chromium.org authored
Add unit tests. Review URL: http://codereview.chromium.org/8803029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113132 0039d316-1c4b-4281-b951-d872f2087c98
-