- 30 Mar, 2014 20 commits
-
-
rvargas@chromium.org authored
BUG=322664 Review URL: https://codereview.chromium.org/213473005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260441 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
- 'stopped' won't appear during initialization, the check doesn't work well. - 'audio' means recognizer has started. This is mostly harmless but better to stop when it's not used. - the recognition pattern has changed to 'hotword: ' BUG=356873 R=xiyuan@chromium.org TEST=manually Review URL: https://codereview.chromium.org/215573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260440 0039d316-1c4b-4281-b951-d872f2087c98
-
calamity@chromium.org authored
This CL fixes an issue with all taskbar icons flashing on every app list drag due to a SHChangeNotify being fired. This was being caused an overwrite of the web app path shortcut which is created for drag and drop to the taskbar. The fix skips the shortcut creation if it already exists (but still updates the icon). This CL also extracts a GetIconFilePath function. BUG=356961 Review URL: https://codereview.chromium.org/213833005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260439 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
This change is to clarify the unit used in cast.streaming APIs for bitrate. It should be in kilobits per second. And the unit conversion should be done just before converting to VideoSenderConfig and AudioSenderConfig which use bits per second as unit. This will improve the video quality for existing extensions which use kilobits per second. BUG=354267 NOTRY=true Review URL: https://codereview.chromium.org/214663008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260438 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@chromium.org authored
Always send an empty X-Privet-Token with /privet/info requests. BUG= Review URL: https://codereview.chromium.org/215573003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260437 0039d316-1c4b-4281-b951-d872f2087c98
-
calamity@chromium.org authored
This CL makes a cancelled drag clean up the folder UI. Previously cancelled drags would not burst the folder background "bubble", leaving the folder name UI hidden. This CL extracts an AppsGridViewFolderDelegate from AppListFolderView in order to facilitate the testing of this functionality. The bug also mentions a view getting stuck but this patch does not address that part of the issue. BUG=352057 Review URL: https://codereview.chromium.org/210583004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260436 0039d316-1c4b-4281-b951-d872f2087c98
-
dtu@chromium.org authored
- Fix error where you couldn't list buckets if you didn't have access to all of them. - Fix bug where listing with shell completion (page_sets/*) would only give the first file. - Skip moving files if the destination bucket is the same as the source bucket. - Remove checks that all files exist. If you use shell completion, you will include files that don't have hash files, just ignore them. BUG=None. TEST=None. Review URL: https://codereview.chromium.org/215423004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260435 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
There's no reason to exclude _linux files on chromeos. The default exclusion rules in filename_rules.gypi take care of excluding _linux files on non-linux platforms. BUG=none TBR=sky@chromium.org Review URL: https://codereview.chromium.org/218603002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260434 0039d316-1c4b-4281-b951-d872f2087c98
-
petewil@chromium.org authored
Synced Notifications uses the SyncedNotificationAppInfo struct to name the sending services and supply icons for them. The first two checkins in this larger change established the datatype and the sync change processor for it. This checkin wires up the data type to the rest of the Synced Notifications code. This checkin now uses the SNAI class to provide the bitmap and service name, and removes the hardcoding to our first service name provider and bitmap. This checkin also adds code to fetch the bitmaps provided by the SNAI protobuf. New unit tests have been added to cover the new functionality. A lifetime dependency has been set up to ensure that the SyncedNotificationAppInfoService is always present whenever we have a ChromeNotifierService. BUG=280266 Review URL: https://codereview.chromium.org/193773003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260433 0039d316-1c4b-4281-b951-d872f2087c98
-
skonig@google.com authored
BUG= R=jar@chromium.org Review URL: https://codereview.chromium.org/213333004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260432 0039d316-1c4b-4281-b951-d872f2087c98
-
bolian@chromium.org authored
BUG=320748 Review URL: https://codereview.chromium.org/191383003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260431 0039d316-1c4b-4281-b951-d872f2087c98
-
qyearsley@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/215443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260430 0039d316-1c4b-4281-b951-d872f2087c98
-
rtoy@google.com authored
about:flags now has a disable WebAudio flag on Android for x86, just like for arm, as expected. I manually tested that the flag does disable WebAudio. I verified that on desktop (linux), there is no disable (or enable) flag, as expected. (Desktop always has WebAudio enabled, and there is no flag to disable it.) BUG=353809 Review URL: https://codereview.chromium.org/208763003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260429 0039d316-1c4b-4281-b951-d872f2087c98
-
dkrahn@chromium.org authored
The methods with the 'New' suffix are temporary and will soon be removed. BUG=chromium:243605 TEST=manual Review URL: https://codereview.chromium.org/213413009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260428 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260424 0039d316-1c4b-4281-b951-d872f2087c98
-
tkent@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=%2Ftrunk&range=170416%3A170423&mode=html TBR=rafaelw@chromium.org BUG= Review URL: https://codereview.chromium.org/218393004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260423 0039d316-1c4b-4281-b951-d872f2087c98
-
tkent@chromium.org authored
They are intentional. TBR=rafaelw@chromium.org BUG=358014 Review URL: https://codereview.chromium.org/213833007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260422 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
> Temporary CHECK version 2 in IPC::Channel::Send() to help track down crash. > > TBR=sievers@chromium.org, cpu@chromium.org > BUG=357915 > > Review URL: https://codereview.chromium.org/218433002 TBR=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/216933007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260419 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
> Another temporary CHECK to help track down crash in IPC. > > (Grasping at straws here.) > > TBR=sievers@chromium.org, cpu@chromium.org > BUG=357915 > > Review URL: https://codereview.chromium.org/218513002 TBR=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/218573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260418 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
(Grasping at straws here.) TBR=sievers@chromium.org, cpu@chromium.org BUG=357915 Review URL: https://codereview.chromium.org/218513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260408 0039d316-1c4b-4281-b951-d872f2087c98
-
- 29 Mar, 2014 20 commits
-
-
viettrungluu@chromium.org authored
TBR=sievers@chromium.org, cpu@chromium.org BUG=357915 Review URL: https://codereview.chromium.org/218433002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260399 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
> Add a temporary CHECK to IPC::Channel::Send() to help track down crash. > > TBR=cbentzel@chromium.org, cpu@chromium.org > BUG=357915 > > Review URL: https://codereview.chromium.org/216293008 TBR=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/217323004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260393 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260392 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=none TEST=green? git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260391 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
When Chrome detects it is out of date and the user clicks to reenable updates, this will shell out to setup.exe, elevate if necessary and perform the needed actions to reenable updates. Copied from https://codereview.chromium.org/216153006/ by robertshield@chromium.org. TBR=sky BUG=164681, 171271 TEST=Run chrome.exe --simulate-outdated-no-au and click on reenable updates while Omaha group policy to disable updates is applied. NOTRY=true Review URL: https://codereview.chromium.org/217533005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260388 0039d316-1c4b-4281-b951-d872f2087c98
-
erikwright@chromium.org authored
Introduces ProtectedPrefStore which delegates to two different backing stores to handle unprotected and protected values. NOTRY=True BUG=349158 Review URL: https://codereview.chromium.org/205813002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260387 0039d316-1c4b-4281-b951-d872f2087c98
-
kelvinp@chromium.org authored
Cause: This bug only repro on chrome v33 and v34 <div class="vertically-centered"> <div class="horizontally-centered"> <div id="video-container"> <video id="mediasource-video-output"></video> <div id="client-plugin-container"></div> </div> </div> </div> Due to a chrome layout bug, the width of video-container collapses to 0 when the zoom level is greater than 100%. As a result, the flexbox defined in horizonally-centered fails to center the element. Fix: Set width=100% on video-container so that its width remains valid. Since video-container now sizes to the parent, we need to move the horizontal-centered flexbox to the children of video-container. BUG=357114 Review URL: https://codereview.chromium.org/217363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260386 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
The underlying bug has been fixed (and was not in RenderText). BUG=348103 NOTRY=true Review URL: https://codereview.chromium.org/217243004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260385 0039d316-1c4b-4281-b951-d872f2087c98
-
noms@chromium.org authored
If you're using the --new-profile-management flag, this CL uses a high resolution profile avatar, if it can be found. If it doesn't, it remains in the present status quo of using the small resolution avatar. If the flag isn't enabled, the only changes are minor refactors, and no user changes are visible. This is CL #1 of a multi-CL Voltron, that solves the avatar migration problem as discussed here: https://docs.google.com/a/google.com/document/d/1KU9gvlXg33rwcvr24NmReXwYRZ1KJhGmiMziyDHyttQ/edit?usp=sharing TL;DR: the existing avatars are really tiny and can't really be displayed at a higher size. We will on-demand download them to the user_data dir, and if available, display them from there. For testing, you can copy these avatars to user_data_dir/Avatars: https://drive.google.com/folderview?id=0B1B1Up4p2NRMWE1tcHNsSmtPSlE&usp=sharing BUG=305048 Review URL: https://codereview.chromium.org/210043005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260384 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
OSX already uses description as display name for printers, so pass printer model instead. BUG=256223 NOTRY=true Review URL: https://codereview.chromium.org/214443007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260383 0039d316-1c4b-4281-b951-d872f2087c98
-
dongseong.hwang@intel.com authored
WebGL and Canvas also should draw a fixed VideoFrame showing a Cast logo, which replaces the local video frames in embedded <video> elements whenever a video is being played remotely. TEST=Run http://browsertests.herokuapp.com/media/mdn_samples_webgl_sample8/index.html on Nexus 5. BUG=284478 NOTRY=true Review URL: https://codereview.chromium.org/212183005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260382 0039d316-1c4b-4281-b951-d872f2087c98
-
jdduke@chromium.org authored
Rather than forwarding the touch event to the input router and incurring the attendant overhead, short-circuit touch forwarding from ContentViewCoreImpl when no touch handler exists. This aligns with existing Aura behavior, and saves ~20us/event when no touch handler exists. BUG=341613 Review URL: https://codereview.chromium.org/217253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260381 0039d316-1c4b-4281-b951-d872f2087c98
-
jyasskin@chromium.org authored
This is a follow-up to https://src.chromium.org/viewvc/chrome?revision=256913&view=revision that makes error messages more descriptive. It was automatically produced with git grep -l 'DCHECK(.*CurrentlyOn' extensions chrome/*/extensions|xargs sed -i -e 's/DCHECK(BrowserThread::CurrentlyOn(\([^)]*\)))/DCHECK_CURRENTLY_ON(\1)/' -e 's/DCHECK(content::BrowserThread::CurrentlyOn(\([^)]*\)))/DCHECK_CURRENTLY_ON(\1)/' Review URL: https://codereview.chromium.org/216513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260380 0039d316-1c4b-4281-b951-d872f2087c98
-
earthdok@chromium.org authored
Remove outdated comment and enable OOM tests under sanitizers. Also, document the fact that the newly introduced UncheckedMalloc()/UncheckedCalloc() don't work as intended in sanitizer builds. BUG=357732 R=thakis@chromium.org Review URL: https://codereview.chromium.org/217343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260379 0039d316-1c4b-4281-b951-d872f2087c98
-
gcasto@chromium.org authored
This code has been unused for around 2 years. BUG=355145 Review URL: https://codereview.chromium.org/196173023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260378 0039d316-1c4b-4281-b951-d872f2087c98
-
horo@chromium.org authored
DevToolsAgentMsg_PauseWorkerContextOnStart was send to the worker process from the browser process in order to pause the worker context when it starts. Before http://crbug.com/329786 this message was sent between WorkerProcessMsg_CreateWorker and WorkerMsg_StartWorkerContext. So the worker was successfully paused before started. But after http://crbug.com/329786 the worker context may be started before the worker process receives this message because WorkerMsg_StartWorkerContext is no longer sent from the browser process. So we have to add pause_on_start flag to WorkerProcessMsg_CreateWorker_Params to pause the worker context correctly. BUG=329786 Review URL: https://codereview.chromium.org/213423008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260377 0039d316-1c4b-4281-b951-d872f2087c98
-
horo@chromium.org authored
This cl adds one UMA stats. - SharedWorker.RendererSurviveForWorkerTime BUG=327256 Review URL: https://codereview.chromium.org/212403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260376 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
TBR=cbentzel@chromium.org, cpu@chromium.org BUG=357915 Review URL: https://codereview.chromium.org/216293008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260373 0039d316-1c4b-4281-b951-d872f2087c98
-
dglazkov@chromium.org authored
We can re-enable them after the Shadow DOM construction dust settles TBR=rsadam BUG=357946 Review URL: https://codereview.chromium.org/218333002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260370 0039d316-1c4b-4281-b951-d872f2087c98
-
karen@chromium.org authored
36 is both the square of 6 and a triangular number, making it a square triangular number. It is the smallest square triangular number other than 1, and it is also the only triangular number other than 1 whose square root is also a triangular number. 36 is the number of degrees in the interior angle of each tip of a regular pentagram.. The number of possible outcomes (not summed) in the roll of two distinct dice. The number of domino tilings of a 4×4 checkerboard is 36. The sum of the integers from 1 to 36 is 666. There are 36 inches in a yard. 36 is the number of characters required to store the display name of a UUID or GUID. 36 is the perfect score on the ACT. Jewish tradition holds that the number 36 has had special significance since the beginning of time. 36 is the ASCII code for the dollar symbol. R=dharani@google.com, laforge@chromium.org Review URL: https://codereview.chromium.org/218183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260368 0039d316-1c4b-4281-b951-d872f2087c98
-