- 22 Sep, 2014 40 commits
-
-
rdevlin.cronin authored
The reference view for an extension popup is either the extension action button itself (if the extension action is visible on the main bar) or the wrench menu/chevron (if the action is overflowed). When a popup is opened, the reference view should remain pressed for the duration of the popup. BUG=414944 BUG=415171 Review URL: https://codereview.chromium.org/547303003 Cr-Commit-Position: refs/heads/master@{#296057}
-
tbarzic authored
* Add retry logic if initial loads fail (to handle the case cryptohome service has not yet started) * Cache the loaded results. BUG=401634 Review URL: https://codereview.chromium.org/583403002 Cr-Commit-Position: refs/heads/master@{#296056}
-
dmichael authored
BUG=416311 Review URL: https://codereview.chromium.org/596523002 Cr-Commit-Position: refs/heads/master@{#296055}
-
thestig authored
BUG=416620,416621 TBR=davemoore@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/578363003 Cr-Commit-Position: refs/heads/master@{#296054}
-
samli authored
The reverts the default fill behavior on the compositor, which currently has no fill behavior and can be observed when a delay is present on a composited animation and a fill behavior is expected. crrev.com/579043002 also fixes this as blink should always pass fill information to the compositor. BUG=416325 Review URL: https://codereview.chromium.org/588133002 Cr-Commit-Position: refs/heads/master@{#296053}
-
scherkus authored
Given a media timestamp within {front,back}_timestamp(), will return the amount of wall time until being played by the audio hardware. This function will be used with the upcoming video frame scheduler. BUG=370634 Review URL: https://codereview.chromium.org/591603003 Cr-Commit-Position: refs/heads/master@{#296052}
-
ericwilligers authored
These have recently been retired from Valgrind, and are also being retired from Dr Memory: bug_139467 bug_140196 bug_143545 bug_145244 bug_159005 BUG=139467,140196,143545,145244,159005 R=bruening@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/589903004 Cr-Commit-Position: refs/heads/master@{#296051}
-
ericwilligers authored
These have recently been retired from Valgrind, and are also being retired from Dr Memory: bug_164198 bug_170340 bug_172025 bug_173096 bug_175985 bug_176270 BUG=164198,170340,172025,173096,175985,176270 R=bruening@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/590943002 Cr-Commit-Position: refs/heads/master@{#296050}
-
ericwilligers authored
These have recently been retired from Valgrind, and are also being retired from Dr Memory: bug_241044 bug_246153 bug_312332 bug_327672 BUG=241044,246153,312332,327672 R=bruening@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/587133003 Cr-Commit-Position: refs/heads/master@{#296049}
-
guoweis authored
The non-tracking mode in AddressTracker will be used as a way to get a snapshot of current system configuration from GetNetworkList whose current implementation doesn't provide IPv6 address attributes. BUG=411086 Review URL: https://codereview.chromium.org/571743002 Cr-Commit-Position: refs/heads/master@{#296048}
-
ericwilligers authored
These have recently been retired from Valgrind, and are also being retired from Dr Memory: bug_101125a bug_101125b bug_101125c bug_106183a bug_106183b bug_106183c bug_106552 BUG=101125,106183,106552 R=bruening@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/588103002 Cr-Commit-Position: refs/heads/master@{#296047}
-
ericwilligers authored
These have recently been retired from Valgrind, and are also being retired from Dr Memory: bug_32623 bug_75127a bug_75127b bug_75127c bug_79933a bug_87232 BUG=32623,75127,79933,87232 R=bruening@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/587113002 Cr-Commit-Position: refs/heads/master@{#296046}
-
maniscalco authored
This is a cleanup-only/documentation change, no behavior changes. Add comments explaining how Directory locking works. Move protected methods to private (there was no reason for them to be protected). Move private data members below private method declarations. For methods that take a ScopedKernelLock, always pass by const reference before non-const pointer parameters. Give ClearDirtyMetahandles a ScopedKernelLock parameter so it's clear that the caller must be holding a lock. BUG= Review URL: https://codereview.chromium.org/585663002 Cr-Commit-Position: refs/heads/master@{#296045}
-
dhnishi authored
BUG=415944 Review URL: https://codereview.chromium.org/585953003 Cr-Commit-Position: refs/heads/master@{#296044}
-
fsamuel authored
BUG=none Review URL: https://codereview.chromium.org/594623002 Cr-Commit-Position: refs/heads/master@{#296043}
-
jam authored
Review URL: https://codereview.chromium.org/593833002 Cr-Commit-Position: refs/heads/master@{#296042}
-
mattm authored
BUG= Review URL: https://codereview.chromium.org/588803002 Cr-Commit-Position: refs/heads/master@{#296041}
-
hanxi authored
In this CL, we avoid leaking the void* pointer of profile outside of web_request_api.cc. The main idea behind is void* is used in webrequest API to avoid accidently access to profile on IO thread. When we are certain that a function is called on UI thread, we can cast the void* to BrowserContext*. A refactor is made to WebRequestEventRouterDelegate::LogExtensionActivity(...): -Change its first parameter from void* to BrowserContext*; So we won't leak void* pointer outside of web_request_api.cc. -This function only keeps the logic that is run on UI thread, the logic for IO thread is moved back to web_request_api.cc. BUG=352293 Review URL: https://codereview.chromium.org/589153002 Cr-Commit-Position: refs/heads/master@{#296040}
-
felt authored
BUG=397754 R=mattm@chromium.org Review URL: https://codereview.chromium.org/584433002 Cr-Commit-Position: refs/heads/master@{#296039}
-
vmpstr authored
This patch re-enables a patch that was timing out on windows. This code has changed significantly since it was disabled, and it's worth seeing if the problem went away. NOTE TO SHERIFFS ================ In case of a cc_unittest timeout (one of TileManager tests with occlusion), please revert this. I'll monitor how it goes, but I might miss it in the build. R=danakj BUG=401527 Review URL: https://codereview.chromium.org/588143006 Cr-Commit-Position: refs/heads/master@{#296038}
-
jam authored
Right now it's adding a lot of other files that aren't needed to run the tests, which slows down the uploading and downloading steps when using component builds. Since this preprocessing step is only meant to add extra binaries that are the result of the component build, just whitelist .dll/.so/.dylib. BUG=414808 Review URL: https://codereview.chromium.org/592143002 Cr-Commit-Position: refs/heads/master@{#296037}
-
hartmanng authored
render_pass->transform_to_root_target should've been delegated_render_pass->transform_to_root_target. BUG=406274 Review URL: https://codereview.chromium.org/546993002 Cr-Commit-Position: refs/heads/master@{#296036}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/8b5f7b4..fc8dcfc TBR=caseq@chromium.org,pdr@chromium.org,wjmaclean@chromium.org Review URL: https://codereview.chromium.org/589203002 Cr-Commit-Position: refs/heads/master@{#296035}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/4401a1f..baae2f1 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=borenet@google.com Review URL: https://codereview.chromium.org/587303003 Cr-Commit-Position: refs/heads/master@{#296034}
-
jmedley authored
BUG=none R= TEST=none NOTRY=true (documentation only change) Review URL: https://codereview.chromium.org/588723002 Cr-Commit-Position: refs/heads/master@{#296033}
-
hartmanng authored
This script attempts to automate a lot of the waterfall-staring that pixel wranglers need to do. A version is already published and documented at http://www.chromium.org/developers/how-tos/gpu-wrangling/check_gpu_bots-script. This script is intended to be a temporary measure to help out pixel wranglers until such functionality (or better) is incorporated into tools like the sheriff-o-matic. BUG= Review URL: https://codereview.chromium.org/588603003 Cr-Commit-Position: refs/heads/master@{#296032}
-
mukai authored
BUG=None R=cmasone@chromium.org TBR=jamescook@chromium.org TEST=gn gen Review URL: https://codereview.chromium.org/586213002 Cr-Commit-Position: refs/heads/master@{#296031}
-
estade authored
BUG=416326 Review URL: https://codereview.chromium.org/590223002 Cr-Commit-Position: refs/heads/master@{#296030}
-
igsolla authored
The documentation for WebView#destroy() reads "This method should be called after this WebView has been removed from the view system. No other methods may be called on this WebView after destroy". However, some apps do not respect that restriction so this change ensures that we fail gracefully in that case and do not crash. BUG=415666 Review URL: https://codereview.chromium.org/581423002 Cr-Commit-Position: refs/heads/master@{#296029}
-
Ben Smith authored
BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/594503003 Cr-Commit-Position: refs/heads/master@{#296028}
-
Cem Kocagil authored
BUG=354261 R=brettw@chromium.org, brettw Review URL: https://codereview.chromium.org/589753005 Cr-Commit-Position: refs/heads/master@{#296027}
-
kundaji authored
Move data_reduction_proxy_* field declarations from profile_impl_io_data.h to profile_io_data.h, before chrome_network_delegate. This guarantees that chrome_network_delegate is destroyed before the data reduction proxy objects. BUG=414806 Committed: https://chromium.googlesource.com/chromium/src/+/d463f6b84e8a56d44904ec1418c99d7b47ea26dc Review URL: https://codereview.chromium.org/575143003 Cr-Commit-Position: refs/heads/master@{#296026}
-
holte authored
BUG=400927 Review URL: https://codereview.chromium.org/511623002 Cr-Commit-Position: refs/heads/master@{#296025}
-
mukai authored
BUG=384870 R=jochen@chromium.org TEST=build succeeds Review URL: https://codereview.chromium.org/584753003 Cr-Commit-Position: refs/heads/master@{#296024}
-
pkotwicz authored
Remove 'feature' where the animations get slowed down when a user clicks one of the window controls (minimize, maximize, close) while holding shift. This is intended for debugging only but affects behavior in stable too BUG=None TEST=None Review URL: https://codereview.chromium.org/586813004 Cr-Commit-Position: refs/heads/master@{#296023}
-
geofflang authored
Contains fixes for depth texture detection in D3D9. BUG=416053,angle:750 Review URL: https://codereview.chromium.org/593793002 Cr-Commit-Position: refs/heads/master@{#296022}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/78324b1..8b5f7b4 TBR=caseq@chromium.org,pdr@chromium.org,wjmaclean@chromium.org Review URL: https://codereview.chromium.org/594493004 Cr-Commit-Position: refs/heads/master@{#296021}
-
thestig authored
TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/587823003 Cr-Commit-Position: refs/heads/master@{#296020}
-
wjmaclean authored
BUG=352293 Review URL: https://codereview.chromium.org/584143002 Cr-Commit-Position: refs/heads/master@{#296019}
-
jbauman authored
This forces the Display containing it to redraw and satisfy the request. BUG= Review URL: https://codereview.chromium.org/582173003 Cr-Commit-Position: refs/heads/master@{#296018}
-