- 23 Sep, 2014 25 commits
-
-
jbauman authored
For now the vsync signal can be sent to the browser compositor, which will handle distributing it like before. BUG= Review URL: https://codereview.chromium.org/568763004 Cr-Commit-Position: refs/heads/master@{#296126}
-
calamity authored
This CL fixes a bug where drop targets were not being calculated correctly which led to duplication on reparents. BUG=415530 TEST=Drag an app from inside a folder onto the page switcher. The app should disappear from the folder and appear in the root grid. Review URL: https://codereview.chromium.org/583263004 Cr-Commit-Position: refs/heads/master@{#296125}
-
Victor Miura authored
There seems to be a problem with this test, as it seems to change often after being rebaselined recently. BUG=416719 Review URL: https://codereview.chromium.org/587753004 Cr-Commit-Position: refs/heads/master@{#296124}
-
alekseys authored
Do not change state of More/less settings button until printer capabilities are retrieved to avoid unnecessary fade in/out cycles. BUG=415898 Review URL: https://codereview.chromium.org/596633002 Cr-Commit-Position: refs/heads/master@{#296123}
-
kundaji authored
* Remove all #if defined guards from data reduction proxy functionality. * Hard code proxy urls in params rather than providing them in gyp files. * Add DataCompressionProxyRollout field trial to all platforms. * Pass in bypass duration into UpdateRetryInfoOnFallback rather than computing it based on SPDY_PROXY_AUTH_ORIGIN. Remove unused UMAs. BUG=384394,384397 Review URL: https://codereview.chromium.org/382313003 Cr-Commit-Position: refs/heads/master@{#296122}
-
amistry authored
The test shouldn't have worked since the reload() would have prevented the implicit domAutomationContoller.send() from executing. However, runtime.reload() is async, so sometimes it continue executing, and sometimes it doesn't. BUG=407409 Review URL: https://codereview.chromium.org/589223003 Cr-Commit-Position: refs/heads/master@{#296121}
-
tbarzic authored
The method will return the user email and whether the user's logged in, i.e. whether the app is running on signin screen. Adds an event that's triggered when the user focused on login screen changes. While here, add logic to unload the app and reset signin profile EasyUnlockService when user logs in. Create the signin service only if enable-easy-signin switch is set. BUG=401634 Review URL: https://codereview.chromium.org/576343002 Cr-Commit-Position: refs/heads/master@{#296120}
-
weiliangc authored
Revert of Class for allocating a chunk of memory for RenderPass (patchset #31 id:660001 of https://codereview.chromium.org/400463002/) Reason for revert: Broke cc_unittest for Linux ASan bot Original issue's description: > Class for allocating a chunk of memory for RenderPass > > For DrawQuads and SharedQuadState, RenderPass used allocate them one by > one whenever needed. This new class helps RenderPass manages allocation > and iteration of those two types. This container allocates a chunk of > memory at one time and hands out raw pointers. It also provides iterator > and reverse iterators for going through its contents. > > Unittest for ListContainer makes sure the raw pointers it hands out are > valid and iterator has same behavior as vector iterators. > > Follows 398533002, and 404563005. > > BUG=344962 > > Committed: https://crrev.com/6ae8c50c839a8c0d8fb399578256c754ed3ce39a > Cr-Commit-Position: refs/heads/master@{#296100} TBR=danakj@chromium.org,jamesr@chromium.org NOTREECHECKS=true NOTRY=true BUG=344962 Review URL: https://codereview.chromium.org/595733002 Cr-Commit-Position: refs/heads/master@{#296119}
-
skuhne authored
A visibile to invisible state change will also release memory and should therefore wait as an unload does A visibility change will also release memory and should therefore also stall an immediate unload. Updated comments and cleaned up the ResourceManager function. BUG=414918 TEST=unittest Review URL: https://codereview.chromium.org/588823002 Cr-Commit-Position: refs/heads/master@{#296118}
-
Paweł Hajdan, Jr authored
- add -o pipefail - do not hide stderr BUG=none R=thestig@chromium.org Review URL: https://codereview.chromium.org/582293002 Cr-Commit-Position: refs/heads/master@{#296117}
-
mattm authored
BUG=176648 Review URL: https://codereview.chromium.org/586793003 Cr-Commit-Position: refs/heads/master@{#296116}
-
erikchen authored
The test NSMenuItemAdditionsTest.TestMOnDifferentLayouts was failing because a new French keyboard layout was added that the test logic failed to account for. BUG=390276 Review URL: https://codereview.chromium.org/585913004 Cr-Commit-Position: refs/heads/master@{#296115}
-
erikchen authored
Once the Address Book prompt has been shown on 5 times (repeatedly being shown on the same form doesn't count), don't show it ever again. This CL also re-enables the access Address Book prompt, which was disabled due to bugs in the implementation. BUG=414359 Review URL: https://codereview.chromium.org/578383002 Cr-Commit-Position: refs/heads/master@{#296114}
-
vitalyp authored
BUG=393873 R=dbeam@chromium.org Review URL: https://codereview.chromium.org/585153002 Cr-Commit-Position: refs/heads/master@{#296113}
-
jrummell authored
Due to GetResolveParameterType(), the template was specialized for all the cases used. Adding CdmPromiseTraits so that the specializations are not needed, and the type set in the constructor appropriately. BUG=358271 TEST=existing EME tests still pass Review URL: https://codereview.chromium.org/567123002 Cr-Commit-Position: refs/heads/master@{#296112}
-
jbauman authored
Avoid queueing up too many swaps on the GPU. BUG= Review URL: https://codereview.chromium.org/578383004 Cr-Commit-Position: refs/heads/master@{#296111}
-
thestig authored
Multiple tests cases in these tests fail. Mass disabling rather than playing whack-a-mole. BUG=416620,416621 TBR=davemoore@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/591293002 Cr-Commit-Position: refs/heads/master@{#296110}
-
slamm authored
BUG=414501 Review URL: https://codereview.chromium.org/572793002 Cr-Commit-Position: refs/heads/master@{#296109}
-
sky authored
On the windows side (and likely chromeos for some devices) we can end up in a situation where the pixel bounds is not an even multiple of the scale factor. This means when TiledLayer calculates the scale it ends up off. BUG=416655 TEST=added test coverage R=danakj@chromium.org Review URL: https://codereview.chromium.org/567743003 Cr-Commit-Position: refs/heads/master@{#296108}
-
wuhu authored
BUG=412126 Committed: https://crrev.com/01c68e8765254d9971296b291ff718b4f6af3004 Cr-Commit-Position: refs/heads/master@{#295591} Review URL: https://codereview.chromium.org/565803002 Cr-Commit-Position: refs/heads/master@{#296107}
-
vitalybuka authored
I don't know how to fix this issue yet. UMA is not worth of crashes. BUG=406227 Review URL: https://codereview.chromium.org/590373002 Cr-Commit-Position: refs/heads/master@{#296106}
-
ericwilligers authored
These have recently been retired from Valgrind, and are also being retired from Dr Memory: bug_108147 bug_108620 bug_109496 bug_116475 bug_122245a bug_122245b BUG=108147,108620,109496,116475,122245 R=bruening@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/587133002 Cr-Commit-Position: refs/heads/master@{#296105}
-
raymes authored
This fixes a bug introduced in https://codereview.chromium.org/588643002 which caused a crash if NULL response_headers were passed to StreamhandleImpl. Review URL: https://codereview.chromium.org/587173002 Cr-Commit-Position: refs/heads/master@{#296104}
-
tedchoc authored
Only used in tests currently, so we need to prevent it from being removed. BUG= NOTRY=true Review URL: https://codereview.chromium.org/591283002 Cr-Commit-Position: refs/heads/master@{#296103}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/cc0d970..fdec548 TBR=caseq@chromium.org,pdr@chromium.org,wjmaclean@chromium.org Review URL: https://codereview.chromium.org/595573003 Cr-Commit-Position: refs/heads/master@{#296102}
-
- 22 Sep, 2014 15 commits
-
-
jfroy authored
required by media/cast. The full media target cannot be easily built for some platform (namely iOS aarch64), typically because of assembly code. The new target has no such issues. The change also includes modifications to the media/cast build file to simplify the dependency list and enable builds using the media_cast component via a build variable. BUG=415335 Review URL: https://codereview.chromium.org/581803003 Cr-Commit-Position: refs/heads/master@{#296101}
-
weiliangc authored
For DrawQuads and SharedQuadState, RenderPass used allocate them one by one whenever needed. This new class helps RenderPass manages allocation and iteration of those two types. This container allocates a chunk of memory at one time and hands out raw pointers. It also provides iterator and reverse iterators for going through its contents. Unittest for ListContainer makes sure the raw pointers it hands out are valid and iterator has same behavior as vector iterators. Follows 398533002, and 404563005. BUG=344962 Review URL: https://codereview.chromium.org/400463002 Cr-Commit-Position: refs/heads/master@{#296100}
-
xhwang authored
This is a follow up of 37e3ddb2, which introduced the InitSegmentReceived() call. Since StartPipelineWithEncryptedMedia() also uses MockMediaSource, we should also expect InitSegmentReceived() to be called. Otherwise, we'll receive warnings about uninterested mock calls of InitSegmentReceived(). BUG=249428 TEST=This fixes expectations in existing tests. Review URL: https://codereview.chromium.org/588573003 Cr-Commit-Position: refs/heads/master@{#296099}
-
johannkoenig authored
The compatibility layer has been removed upstream: https://gerrit.chromium.org/gerrit/gitweb?p=webm%2Flibvpx.git;a=commit;h=9cdaa3d72eade9ad162ef8f78a93bd8f85c6de10 BUG=webrtc:3839 Review URL: https://codereview.chromium.org/590363002 Cr-Commit-Position: refs/heads/master@{#296098}
-
jln authored
Remove markus@ and add mdempsky@ as a Zygote owner. Review URL: https://codereview.chromium.org/589293002 Cr-Commit-Position: refs/heads/master@{#296097}
-
dhnishi authored
Review URL: https://codereview.chromium.org/586563002 Cr-Commit-Position: refs/heads/master@{#296096}
-
vitalybuka authored
Revert of Temporary allocation of 20Mb before and after call to ServiceProcessControl::GetHistograms. (patchset #4 id:60001 of https://codereview.chromium.org/510563004/) Reason for revert: We have gathered enough evidence. Original issue's description: > Temporary allocation of 20Mb before and after call to ServiceProcessControl::GetHistograms. > > BUG=406227 > > Committed: https://crrev.com/f89ce26c97949d224441ed45644a7d41b89bcf69 > Cr-Commit-Position: refs/heads/master@{#292325} TBR=tapted@chromium.org NOTREECHECKS=true NOTRY=true BUG=406227 Review URL: https://codereview.chromium.org/595673003 Cr-Commit-Position: refs/heads/master@{#296095}
-
vitalybuka authored
BUG=415753 Review URL: https://codereview.chromium.org/581813004 Cr-Commit-Position: refs/heads/master@{#296094}
-
thestig authored
BUG=413775 TBR=jkarlin@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/592233003 Cr-Commit-Position: refs/heads/master@{#296093}
-
jamiewalch authored
BUG=416540 Review URL: https://codereview.chromium.org/592163002 Cr-Commit-Position: refs/heads/master@{#296092}
-
jiayl authored
BUG=414919 Review URL: https://codereview.chromium.org/590353002 Cr-Commit-Position: refs/heads/master@{#296091}
-
Hans Wennborg authored
Clang should be built with the same toolchain used to build Chromium, which is typically the one in depot_tools/win_toolchain. BUG=82385 R=scottmg@chromium.org Review URL: https://codereview.chromium.org/587383003 Cr-Commit-Position: refs/heads/master@{#296090}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/c064824..76ce81e CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=borenet@google.com Review URL: https://codereview.chromium.org/593823003 Cr-Commit-Position: refs/heads/master@{#296089}
-
ckocagil authored
BUG=244679 R=msw Review URL: https://codereview.chromium.org/594683002 Cr-Commit-Position: refs/heads/master@{#296088}
-
ben authored
Replace most uses of ViewManagerInitService with client lib ViewManager::Embed() to offer the same API exposed via View::Embed() R=sky@chromium.org BUG=none Review URL: https://codereview.chromium.org/591633002 Cr-Commit-Position: refs/heads/master@{#296087}
-