- 10 Sep, 2013 40 commits
-
-
kkania@chromium.org authored
BUG=none R=chrisgao@chromium.org Review URL: https://codereview.chromium.org/23542015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222200 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
UsbKeycodeMap.Basic consistently fails on the Win7 dbg main waterfall bot: http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20(dbg)(1) base\keycodes\usb_keycode_map_unittest.cc(36): error: Value of: "Unidentified" Actual: 00890D98 Expected: InvalidKeyboardEventCode() Which is: 007F90D4 > Add a CodeToNativeKeycode helper that converts UIEvent code to native code. > Also add a SimulateKeyPress helper for browser_tests that takes both a UIEvent |code| and a ui::KeyboardCode. > > issue=284754 > > Review URL: https://chromiumcodereview.appspot.com/23542008 TBR=weitaosu@chromium.org Review URL: https://codereview.chromium.org/23451030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222199 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222194 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
Re-submit of r221930, with fixed include path. TBR=asvitkine@chromium.org BUG=151935 Review URL: https://chromiumcodereview.appspot.com/23454018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222192 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
The problem was that the positioning was done before it was shown and the move_with_anchor didn't work since there was no anchor. Changed it now to use an anchor offset. BUG=284780 TEST=unittest (partial), visually [(RTL and LTR) x (left, right, bottom aligned) x (always visible, sliding into view, hidden)] Review URL: https://chromiumcodereview.appspot.com/23622020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222191 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
We frequently run in to the situation where we change the generators which causes some real (but usually minor) change in header files, even though the IDL is unchanged. We should just warn in that situation, so that developers can use the CQ for these kind of generator changes. BUG= Review URL: https://chromiumcodereview.appspot.com/23620032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222190 0039d316-1c4b-4281-b951-d872f2087c98
-
vadimt@chromium.org authored
BUG=164227 TEST=No Review URL: https://chromiumcodereview.appspot.com/23751004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222189 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
BUG=286519 R=isherman@chromium.org Review URL: https://chromiumcodereview.appspot.com/23498027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222188 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
When a non-default input device is selected, do a best-effort selection of a matching output device. This is used to switch output of media stream audio tracks to the output device that matches the currently open capture device (microphone). An typical example is to support switching to USB headsets when in a audio/video call. This does not affect the audio output of non-webrtc related audio elements and only happens when there's exactly 1 active audio capture device in the page. BUG=276894 Review URL: https://chromiumcodereview.appspot.com/23731007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222187 0039d316-1c4b-4281-b951-d872f2087c98
-
jered@chromium.org authored
CL 17114003 and 22410004 added a way for Mac and views to hide the top omnibox match when it is a verbatim match we do not want to show. This implements that for GTK too so it'll work on all desktop platforms. BUG=252823 TEST=Manually. Run with no flags and verify that when you type 'faceb' in the omnibox, the popup shows a search suggestion for 'faceb'. Run again with the flags --enable-instant-extended-api --force-fieldtrials='InstantExtended/Group1 hide_verbatim:1/' and verify that you do not see this suggestion. Also check that with the flags set, hovering on the top suggestion works and that there are no off-by-one problems when clicking on suggestions. Review URL: https://chromiumcodereview.appspot.com/22679003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222186 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=269131 TEST=trybot Review URL: https://chromiumcodereview.appspot.com/24064002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222185 0039d316-1c4b-4281-b951-d872f2087c98
-
tyoverby@chromium.org authored
* Content Length * If the media is being streamed * Same Origin Status * CORS Status * HTTP Range support BUG=260005 Review URL: https://chromiumcodereview.appspot.com/22914021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222184 0039d316-1c4b-4281-b951-d872f2087c98
-
rouslan@chromium.org authored
This change appears to have broken three unit tests: ProcessSingletonLinuxTest.NotifyOtherProcessDifferingHost ProcessSingletonLinuxTest.NotifyOtherProcessOrCreate_BadCookie ProcessSingletonLinuxTest.NotifyOtherProcessOrCreate_DifferingHost http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests%20%28dbg%29%282%29/builds/38908 http://build.chromium.org/p/chromium.linux/builders/Linux%20Clang%20%28dbg%29/builds/49891 > Improve the UI for handling profile lock contention. > > Linux/GTK only. > > BUG=282509 > TEST=ln -s fake.com-123 SingletonLock, then run Chromium, then check that [ Quit ] and [ Unlock and Relaunch ] work. > > Review URL: https://chromiumcodereview.appspot.com/23506011 TBR=palmer@chromium.org Review URL: https://codereview.chromium.org/23708026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222183 0039d316-1c4b-4281-b951-d872f2087c98
-
etienneb@chromium.org authored
This issue was found by a linter. R=yoz@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/23717041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222182 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
When this flag is enabled, we'll use a non-compositing decoder in MediaDrm by default. Otherwise, a compositing decoder will be used by default. TBR=ddorwin@chromium.org, qinmin@chromium.org BUG=163552 TEST=Tried on Nexus 7 with and without this flag. Review URL: https://codereview.chromium.org/23903023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222181 0039d316-1c4b-4281-b951-d872f2087c98
-
meacer@chromium.org authored
BUG=285440 Review URL: https://chromiumcodereview.appspot.com/23534051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222179 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
error code in addition to the error message. This turned out to be a surprisingly invasive yak shave and is accompanied by a few very small fixes to inefficient and overly complex code I noticed along the way. This is the first stage in making the chrome.storage extension/app API able to gracefully recover from leveldb corruption. BUG=261623 R=mpcomplete@chromium.org TBR=tim@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/24021002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222178 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@chromium.org authored
what happens is that we use vector_as_array(&data) which returns null if data is empty, but we don't check |size| whichcan be 0 so data.resize(size) still an empty vector. This is currently happening for browser_tests.exe in the waterfall. There might be a better fix but lots of tests are having exceptions so I want to stop that. TBR=mnissler BUG=none TEST=logs are clean Review URL: https://codereview.chromium.org/23961004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222177 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
This patch is almost a revert of crrev.com/219997. CommandUtil.getCommandPath() is no longer necessary because the patch for M30 has been merged successfully and the unavailable shortcut would been automatically removed. BUG=287597, 284921 TEST=manually tested R=hirono@chromium.org Review URL: https://codereview.chromium.org/23944007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222176 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
source address tokens in ServerHello messages. Merge internal CL: 51981820 List output parameters after input parameters. Merge internal CL: 52069947 R=rch@chromium.org,rtenneti@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/23766019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222175 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
r220909 has fixed the share dialog. This patch fixes not oly the share dialog, but also the suggest app dialog and default task pick dialog. And this patch also introduces FileManagerDialogBase, which manages the dialog in file manager not to have the multiple dialogs visible simultaneously. BUG=279214 TEST=manually tested R=hirono@chromium.org Review URL: https://codereview.chromium.org/23483029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222174 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
There is no change allowed to the shelf when the enterprise mode 'locks down' the shelf. BUG=285056 TEST=none Review URL: https://chromiumcodereview.appspot.com/24076002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222173 0039d316-1c4b-4281-b951-d872f2087c98
-
noms@chromium.org authored
BUG=NONE Review URL: https://chromiumcodereview.appspot.com/24079002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222172 0039d316-1c4b-4281-b951-d872f2087c98
-
dtrainor@chromium.org authored
Need to pass the CONFIGURATION_NAME through to the push python libs. BUG= Review URL: https://chromiumcodereview.appspot.com/23936004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222171 0039d316-1c4b-4281-b951-d872f2087c98
-
rkc@chromium.org authored
R=estade@chromium.org BUG=286022 Review URL: https://chromiumcodereview.appspot.com/23726024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222170 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
Delegated frames may contain an offscreen filter. If they do, then the LayerTreeHost needs to know about it so it can create an offscreen context. R=piman BUG=287870 Review URL: https://chromiumcodereview.appspot.com/23451023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222169 0039d316-1c4b-4281-b951-d872f2087c98
-
weitaosu@chromium.org authored
Also add a SimulateKeyPress helper for browser_tests that takes both a UIEvent |code| and a ui::KeyboardCode. issue=284754 Review URL: https://chromiumcodereview.appspot.com/23542008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222168 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
It's possible for the NativeView (aura::RootWindow*) in this case to be destroyed by the time we end up processing the events. BUG=288086 TEST=none R=ananta@chromium.org Review URL: https://chromiumcodereview.appspot.com/23619025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222167 0039d316-1c4b-4281-b951-d872f2087c98
-
pasko@chromium.org authored
We have a histogram reporting 'entry age on Open of an existing entry' by looking at individual files on the filesystem. Change to report once for each entry. BUG=none Review URL: https://chromiumcodereview.appspot.com/23717040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222166 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222165 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=157458:157479&mode=html TBR= BUG= Review URL: https://chromiumcodereview.appspot.com/24081002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222164 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
We are moving away from using the prefixless constructor in Chrome for Android code. We need to make sure that both versions of the constructor respect kRemoteDebuggingSocketName flag. BUG=263735 R=bulach@chromium.org Review URL: https://codereview.chromium.org/23458029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222163 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
This CL switches DaemonController to the same model that is used by PairingRegistry. DaemonController becomes a ref-counted object responsible for dispatching calls between threads. Platform-specific logic is implemented in non thread-safe delegate class. Most of the delegate's methods are synchronous and are running on a backgorund thread. BUG=173509 Review URL: https://chromiumcodereview.appspot.com/23606019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222162 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@chromium.org authored
This allows us to address one of the top user-reported problems with Chrome Remote Desktop on Linux; namely that when users run Chrome inside their virtual desktop, it simply opens a new window in their existing Chrome instance (or, worse, if the first run of Chrome is in their virtual session, then it prevents them running Chrome on the console). Once this change hits Stable, we will be able to update our virtual session start-up scripts to set the environment variable, letting the user run Chrome on both their console and virtual desktops. They can then use Chrome Sync to keep bookmarks etc. synchronized. BUG=253614 Review URL: https://chromiumcodereview.appspot.com/23651006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222160 0039d316-1c4b-4281-b951-d872f2087c98
-
palmer@chromium.org authored
Linux/GTK only. BUG=282509 TEST=ln -s fake.com-123 SingletonLock, then run Chromium, then check that [ Quit ] and [ Unlock and Relaunch ] work. Review URL: https://chromiumcodereview.appspot.com/23506011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222159 0039d316-1c4b-4281-b951-d872f2087c98
-
kaanb@chromium.org authored
Sets the mapped memory reclaim limit for the renderer compositor on Android. Also moves the max_bytes_pending_upload limit of the PixelBufferRasterWorkerPool to the RenderWidgetCompositor since the mapped memory reclaim limit depends on it. BUG=272591 Review URL: https://chromiumcodereview.appspot.com/22900018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222158 0039d316-1c4b-4281-b951-d872f2087c98
-
petewil@chromium.org authored
Per latest designs from UX, move to the 3 line format provided by the Notification Center, remove all multi-line notification data, and always use the first profile image photo instead of the app icon for multiple senders. BUG=281520 Review URL: https://chromiumcodereview.appspot.com/23981004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222157 0039d316-1c4b-4281-b951-d872f2087c98
-
dcaiafa@chromium.org authored
This CL implements DesktopMediaPicker for the Mac used by the Desktop Capture API to present the user with a list of sources (including live thumbnails) to use. BUG=237907 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221874 Review URL: https://chromiumcodereview.appspot.com/23944003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222156 0039d316-1c4b-4281-b951-d872f2087c98
-
mvrable@chromium.org authored
Redo the code for handling the tabs API and tab ID translation to make it more generic. Make it table driven: there is now a table of API calls that can contain URL arguments, so it is easy to add additional API calls that we want to have URLs extracted from. Add a couple of others I've come across in testing. BUG=253368, 275701 Review URL: https://chromiumcodereview.appspot.com/23545012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222155 0039d316-1c4b-4281-b951-d872f2087c98
-
rlarocque@chromium.org authored
Introduce a new object to communicate cross-thread cancellation signals. This new object, the CancellationSignal, is protected by a lock. It allows the receiving thread to query whether or not a stop has been requested. It also allows the receiving thread to safely register a cross-thread callback to be invoked immediately when a stop is requested. This class is used to reimplement the UI thread to sync thread early shutdown signal. Previously, the UI thread would try to call in to objects owned by the sync thread. This required a workaround if the signal arrived very early, since we couldn't guarantee the sync thread had actually created those objects until later. The CancellationSignal is owned by the UI thread, so it is safe to call its RequestStop() at any point during sync initialization. The sync thread will receive the signal when it's ready. The new scheme has a few advantages over the old: - Thread ownership is simpler. The SyncBackendHost::Core, SyncManager, ServerConnectionManager, SyncScheduler and Syncer can now claim that all their member functions run on the sync thread. - We no longer need to implement special case logic for when a shutdown is requested before the SyncManager has initialized. - In a future CL, we can take advantage of the fact that we no longer require the special case to reduce inter-thread communication during sync startup. This will make startup simpler and, in some cases, improve sync startup time by as much as a few hundred milliseconds. - This will make it easier to address crbug.com/236451. BUG=236451 Review URL: https://chromiumcodereview.appspot.com/23189021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222154 0039d316-1c4b-4281-b951-d872f2087c98
-