- 14 Jul, 2014 27 commits
-
-
hirono@chromium.org authored
The zoom is reset when it goes into the edit/mosaic/slideshow modes. BUG=245926 TEST=manually Review URL: https://codereview.chromium.org/392543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282930 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282929 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178021:178037&mode=html TBR=junov@chromium.org,falken@chromium.org BUG= Review URL: https://codereview.chromium.org/384553003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282928 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282927 0039d316-1c4b-4281-b951-d872f2087c98
-
benchan@chromium.org authored
BUG=393345 TBR=stevenjb@chromium.org,tbarzic@chromium.org Review URL: https://codereview.chromium.org/389933002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282926 0039d316-1c4b-4281-b951-d872f2087c98
-
kaliamoorthi@chromium.org authored
The CL makes policy fetching for first time login blocking for all users, except the ones that are known to be non-enterprise users. BUG=334584 Review URL: https://codereview.chromium.org/330843002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282925 0039d316-1c4b-4281-b951-d872f2087c98
-
nhiroki@chromium.org authored
ServiceWorker is designed to delay stopping the worker thread (30 sec) when all controlled documents are closed so that the next navigation can save the startup time. In the current code, this improvement also applies to the unregistration with no controllees, but in that case we should immediately stop the thread because the worker doesn't work anymore. BUG=392735,393127 TEST=content_unittests --gtest_filter=ServiceWorker* Review URL: https://codereview.chromium.org/385143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282922 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282921 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178013:178020&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/384033003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282920 0039d316-1c4b-4281-b951-d872f2087c98
-
yunlian@chromium.org authored
Gcc 4.9 has a bug in reporting false positive array out of bound warning. This cl adds progma to disable the warning. BUG=chromium:392872 TEST=The warning is gone. Review URL: https://codereview.chromium.org/384843002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282914 0039d316-1c4b-4281-b951-d872f2087c98
-
jungjik.lee@samsung.com authored
ScriptExecute has changed to ScriptLoader. (crrev.com/18261015) HTMLElement::setInnerHTML has changed to Element:setInnerHTML. (crrev.com/44333002) CachedResource has changed to ResourceFetcher with cached property. Node::createRendererIfNeeded is deprecated and replaced to [a-zA-Z0-9_]*Element::createRender. Bug=None NOTRY=True Review URL: https://codereview.chromium.org/392443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282911 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282909 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
Unable to reproduce locally even on a Debug build. Reverting the revert and monitoring carefully. > Revert 282890 "[fsp] Add an option for mounting in R/W mode." > > > [fsp] Add an option for mounting in R/W mode. > > > > Files app fetches information whether a volume is read only or R/W from > > file_manager::VolumeManager, which used to always have the isReadOnly option > > set to true for any provided file system. > > > > However, since R/W operations are now under development, we should be able to > > mark a volume as R/W. > > > > In order to achieve that, a "writable" option has been added to the File System > > Provider API mount() call. The argument is by default false, so file systems > > are by default read only. > > > > TEST=unit_test, browser_tests: *FileSystemProvider*Writable* > > BUG=391362 > > > > Review URL: https://codereview.chromium.org/372163006 > > TBR=mtomasz@chromium.org > > Review URL: https://codereview.chromium.org/391613002 TBR=mtomasz@chromium.org Review URL: https://codereview.chromium.org/389243002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282908 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
The purpose of this change is to disable the menu for write-protected SD cards that anyhow fails to format. Strictly speaking this is excessive, because there may be a volume with read-only file system that still is formattable. We however assume that the practical need for the case is low (see discussion in the BUG.) BUG=334108 Review URL: https://codereview.chromium.org/386333002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282907 0039d316-1c4b-4281-b951-d872f2087c98
-
xiang.long@intel.com authored
A no-cache loaded page should still have registration capability. If the document URL is not set, the registration will fail with "SecurityError". BUG=392405 Review URL: https://codereview.chromium.org/362183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282906 0039d316-1c4b-4281-b951-d872f2087c98
-
peria@chromium.org authored
The line was not consistent with the actual string defined in drive_backend_constants.cc. BUG=None TEST=None NOTRY=true Review URL: https://codereview.chromium.org/386343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282905 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelbai@chromium.org authored
BUG=383939 Review URL: https://codereview.chromium.org/331353008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282904 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
> [fsp] Add an option for mounting in R/W mode. > > Files app fetches information whether a volume is read only or R/W from > file_manager::VolumeManager, which used to always have the isReadOnly option > set to true for any provided file system. > > However, since R/W operations are now under development, we should be able to > mark a volume as R/W. > > In order to achieve that, a "writable" option has been added to the File System > Provider API mount() call. The argument is by default false, so file systems > are by default read only. > > TEST=unit_test, browser_tests: *FileSystemProvider*Writable* > BUG=391362 > > Review URL: https://codereview.chromium.org/372163006 TBR=mtomasz@chromium.org Review URL: https://codereview.chromium.org/391613002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282900 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
When expanding the live tiles rect, we want to include border pixels for all tiles that intersect the live tiles rect. It used to do this by also including any tiles whose border pixels intersect the live tiles rect, but that's excessive. This adds ExpandRectIgnoringBordersToTileBoundsWithBordersEmpty and uses it to expand the live tiles rect, the unit test PictureLayerTilingIteratorTest.ResizeOverBorderPixelsDeletesTiles covers this usage of the method. The ExpandRectToTileBoundsWithBorders is no longer used, so remove it. R=enne BUG=386998 Review URL: https://codereview.chromium.org/385123006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282896 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282893 0039d316-1c4b-4281-b951-d872f2087c98
-
falken@chromium.org authored
Revert of Remove media::VideoRenderer::SetPlaybackRate(). (https://codereview.chromium.org/384943002/) Reason for revert: Sorry to revert this change. It made the following layout tests flakily fail: media/track/track-cue-rendering-horizontal.html media/track/track-cue-rendering-vertical.html Reverting locally healed the tests. The image diffs show what appears to be a timestamp change (something like 0:18 to 0:19): https://storage.googleapis.com/chromium-layout-test-archives/WebKit_Linux__dbg_/20779/layout-test-results/results.html Original issue's description: > Remove media::VideoRenderer::SetPlaybackRate(). > > Video renderers don't need the information as they are already making > audio/video synchronization decisions based on a media timeline that > already incorporates the current playback rate via the time callback. > > In particular, VideoRendererImpl only used playback rate to estimate > a better duration to sleep until the current frame was ready ... > except that in most cases we'd sleep for kIdleTimeDelta and wait > until the media timeline had progressed past the current frame's > timestamp. In other words, there's absolutely no reason to even try > to estimate the sleep duration based on the playback rate. > > BUG=370634 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282797 TBR=xhwang@chromium.org,scherkus@chromium.org NOTREECHECKS=true NOTRY=true BUG=370634 Review URL: https://codereview.chromium.org/390733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282891 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
Files app fetches information whether a volume is read only or R/W from file_manager::VolumeManager, which used to always have the isReadOnly option set to true for any provided file system. However, since R/W operations are now under development, we should be able to mark a volume as R/W. In order to achieve that, a "writable" option has been added to the File System Provider API mount() call. The argument is by default false, so file systems are by default read only. TEST=unit_test, browser_tests: *FileSystemProvider*Writable* BUG=391362 Review URL: https://codereview.chromium.org/372163006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282890 0039d316-1c4b-4281-b951-d872f2087c98
-
baranovich@yandex-team.ru authored
https://codereview.chromium.org/367963003/ Fix use-after-free error BUG=170544, 377538 R=jgraettinger@chromium.org TEST=SpdySessionTest.PushedStreamShouldNotCountToClientConcurrencyLimit SpdySessionTest.RejectPushedStreamExceedingConcurrencyLimit SpdySessionTest.IgnoreReservedRemoteStreamsCount Review URL: https://codereview.chromium.org/371273003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282889 0039d316-1c4b-4281-b951-d872f2087c98
-
vsevik@chromium.org authored
Review URL: https://codereview.chromium.org/387853002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282888 0039d316-1c4b-4281-b951-d872f2087c98
-
rouslan@chromium.org authored
TBR=estade@chromium.org BUG=392949 Review URL: https://codereview.chromium.org/389863002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282887 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282886 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178012:178012&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/388123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282885 0039d316-1c4b-4281-b951-d872f2087c98
-
- 13 Jul, 2014 13 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282880 0039d316-1c4b-4281-b951-d872f2087c98
-
johannkoenig@chromium.org authored
https://codereview.chromium.org/390713002 Fixes issues from previous failed roll which included https://codereview.chromium.org/375983002 https://codereview.chromium.org/376873009 R=tomfinegan@chromium.org Review URL: https://codereview.chromium.org/387003005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282879 0039d316-1c4b-4281-b951-d872f2087c98
-
radhikabhar@chromium.org authored
BUG=390346 Review URL: https://codereview.chromium.org/376663002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282878 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282873 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178010:178011&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/389133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282872 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282871 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178008:178009&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/384173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282870 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282864 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
GetSystemNSSKeySlot returns the ChromeOS system-wide TPM slot. ChromeOS has separate slots for each user and linux doesn't have a public/private split, so GetPrivateNSSKeySlot no longer makes sense. BUG=210525 TBR=stevenjb@chromium.org Review URL: https://codereview.chromium.org/383593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282862 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282861 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282860 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178005:178007&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/389813002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282859 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Move the code responsible for showing network icons into a common component so that it can be used from both ash and athena. This also moves the relevant string and image-resources out of ash into separate ui_chromeos_ targets. R=mmoss@chromium.org, oshima@chromium.org, sky@chromium.org, stevenjb@chromium.org TBR=derat@ for third_party/cros_system_api owners BUG=387199 Previously landed in r282837, and reverted in r282839 because it broke non-chromeos builds. Review URL: https://codereview.chromium.org/351353004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282858 0039d316-1c4b-4281-b951-d872f2087c98
-