- 29 Apr, 2015 5 commits
-
-
jennyz authored
Fix the issue where the active output device is lost after the device suspend/resume without any active stream. BUG=478968 Review URL: https://codereview.chromium.org/1109793005 Cr-Commit-Position: refs/heads/master@{#327399}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/a832422..e9c60e7 TBR=pdr@chromium.org,caseq@chromium.org Review URL: https://codereview.chromium.org/1112733002 Cr-Commit-Position: refs/heads/master@{#327398}
-
jonross authored
Verify the behaviour of chrome.system.display.setDisplayProperties, while in TouchView mode. Changes applied to the screen rotation should enable the rotation lock, which would prevent accelerometer rotations. TEST=DisplayInfoProviderChromeosTest.SetRotationDuringMaximizeMode BUG=358900 Review URL: https://codereview.chromium.org/1109553003 Cr-Commit-Position: refs/heads/master@{#327397}
-
brianderson authored
This makes SingleThreadProxy behave like ThreadProxy. BUG=481436 Review URL: https://codereview.chromium.org/1113493007 Cr-Commit-Position: refs/heads/master@{#327396}
-
jbroman authored
Skia already calls save/restore on the canvas. BUG= Review URL: https://codereview.chromium.org/1116523002 Cr-Commit-Position: refs/heads/master@{#327395}
-
- 28 Apr, 2015 35 commits
-
-
jbauman authored
Roughly every resource transferred should be used, so reserve that much space in the set. This improves performance on the SurfaceAggregator perftests by around 10%. Review URL: https://codereview.chromium.org/1100713004 Cr-Commit-Position: refs/heads/master@{#327394}
-
tfarina authored
Tested on Mac with the following command lines: $ rm -rf out/ $ ./build/gyp_chromium $ ninja -C out/Debug sandbox_mac_unittests $ out/Debug/sandbox_mac_unittests BUG=138542 TEST=see above R=jln@chromium.org Review URL: https://codereview.chromium.org/1099393003 Cr-Commit-Position: refs/heads/master@{#327393}
-
johannkoenig authored
Restrict vp9 decoder to 16384x16384 https://codereview.chromium.org/1106303002 BUG=450939 Fix arm/LTO build https://codereview.chromium.org/1085023004 Hopefully fix AVX2 detection once and for all https://codereview.chromium.org/1104213004 BUG=480586 R=tomfinegan@chromium.org Review URL: https://codereview.chromium.org/1115503002 Cr-Commit-Position: refs/heads/master@{#327392}
-
rdevlin.cronin authored
BrowserActionsBarRedesignBrowserTest.OverflowedBrowserActionPopupTest is flaky on Mac bots. Disabling while investigating. Review URL: https://codereview.chromium.org/1111073003 Cr-Commit-Position: refs/heads/master@{#327391}
-
aurimas authored
Old behavior: Two images would get duplicated and user would infitintely scroll through two images. New behavior: We only show two images and user is bound to be between image one and two. BUG=394399 Review URL: https://codereview.chromium.org/1116483002 Cr-Commit-Position: refs/heads/master@{#327390}
-
jeremyim authored
The start and completion of the config retrieval requests will be logged, and made available to the chrome://net-internals/#bandwidth page. BUG=466753 Review URL: https://codereview.chromium.org/1105443003 Cr-Commit-Position: refs/heads/master@{#327389}
-
gburanov authored
use 'branding_path_component' to simplify branding in chrome main directory (and crash service) - part 2 Also in context of this review crash service is also using 'branding_path_component' Please take look at https://codereview.chromium.org/1090213002/patch/40001/50001 for details BUG= Review URL: https://codereview.chromium.org/1114453002 Cr-Commit-Position: refs/heads/master@{#327388}
-
kmarshall authored
R=xhwang@chromium.org BUG=464205 Review URL: https://codereview.chromium.org/1055403006 Cr-Commit-Position: refs/heads/master@{#327387}
-
rnephew authored
BUG=482137 Review URL: https://codereview.chromium.org/1116493002 Cr-Commit-Position: refs/heads/master@{#327386}
-
oshima authored
Allow reflector to copy textures for multiple displays. BUG=365662 Review URL: https://codereview.chromium.org/1108713004 Cr-Commit-Position: refs/heads/master@{#327385}
-
tfarina authored
These headers are intended to be consumed by tests only, not by production code and thus should not be listed in service_sources target. This makes the following errors disappear: ERROR at //gpu/command_buffer/service/gpu_scheduler_mock.h:9:11: Include not allowed. ^---------------------------------- It is not in any dependency of //gpu/command_buffer/service:service_sources The include file is in the target(s): //testing/gmock:gmock which should somehow be reachable. ERROR at //gpu/command_buffer/service/mocks.h:22:11: Include not allowed. ^---------------------------------- It is not in any dependency of //gpu/command_buffer/service:service_sources The include file is in the target(s): //testing/gmock:gmock which should somehow be reachable. Tested on Linux with the following command lines: $ gn gen out-gn/Debug $ gn check out-gn/Debug //gpu/command_buffer/service/* BUG=367595,376000 TEST=see above R=sievers@chromium.org Review URL: https://codereview.chromium.org/1114633003 Cr-Commit-Position: refs/heads/master@{#327384}
-
thakis authored
BUG=none TBR=brettw Review URL: https://codereview.chromium.org/1114623003 Cr-Commit-Position: refs/heads/master@{#327383}
-
jaekyun authored
https://codereview.chromium.org/1056913008 modified codes to carry over a user gesture bit for all the non-main frame request types. The same logic should be applied to AwResourceDispatcherHostDelegate. BUG=478972 Review URL: https://codereview.chromium.org/1106333002 Cr-Commit-Position: refs/heads/master@{#327382}
-
xhwang authored
This would help investigate a crash due to DCHECK. BUG=481640 TEST=none R=dalecurtis@chromium.org Review URL: https://codereview.chromium.org/1109183002 Cr-Commit-Position: refs/heads/master@{#327381}
-
wfh authored
Add extra parameter to BrowserChildProcessCrashed to pass the exit_code at time of crash/termination. Wire this into all the existing callers. Add a new child process watcher in chrome to be notified on child process crashes. This will confirm whether users with RESULT_CODE_INVALID_SANDBOX_STATE are crashing on background start (--no-startup-window) or not. This also adds required framework to paint a sad tab UI from this class in the future. BUG=472324, 453541 TEST=Apply patch in http://pastebin.com/uEDxngBa and verify histogram ChildProcess.InvalidSandboxStateCrash.NoStartupWindow is recorded. Review URL: https://codereview.chromium.org/1067733006 Cr-Commit-Position: refs/heads/master@{#327380}
-
sbc authored
Since base builds for both host and target so much ewt_manifest. Without this gyp will fail when GYP_CROSSCOMPILE=1 and target_arch=arm: gyp: Dependency 'S:\src\base\trace_event\etw_manifest\etw_manifest.gyp:etw_manifest#host' not found while trying to load target S:\src\base\base.gyp:base#host CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_nacl_sdk;tryserver.chromium.mac:mac_nacl_sdk BUG=none Review URL: https://codereview.chromium.org/1103943002 Cr-Commit-Position: refs/heads/master@{#327379}
-
garykac authored
This also makes the Note at the top of the files (to keep the GYP and GN files in sync) a bit more noticeable. BUG= Review URL: https://codereview.chromium.org/1116463002 Cr-Commit-Position: refs/heads/master@{#327378}
-
mathp authored
The android implementation already uses the GOOD quality, rather than FAST. This positively affects the quality of the thumbnails shown on the New Tab Page. Description of GOOD, from code comments: Bilinear upscale + N * 50% bilinear downscales. This is still fast enough for most purposes and Image quality is nearly as good as the BEST option. BUG=481978 Review URL: https://codereview.chromium.org/1115433002 Cr-Commit-Position: refs/heads/master@{#327377}
-
erikwright authored
BUG=460512 Review URL: https://codereview.chromium.org/1110263002 Cr-Commit-Position: refs/heads/master@{#327376}
-
achuith authored
WildcardLoginChecker and UserCloudPolicyManagerChromeOS now use this mechanism to fetch policy. BUG=478432,470984,462036,480447 TEST=manual Review URL: https://codereview.chromium.org/1108983002 Cr-Commit-Position: refs/heads/master@{#327375}
-
thakis authored
Fixes some [chromium-style] WeakPtrFactory members which refer to their outer class must be the last member in the outer class definition. warnings and also makes the code more correct. BUG=303818,467287 Review URL: https://codereview.chromium.org/1107353003 Cr-Commit-Position: refs/heads/master@{#327374}
-
rdevlin.cronin authored
BUG=482112 Review URL: https://codereview.chromium.org/1112693002 Cr-Commit-Position: refs/heads/master@{#327373}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/3862020..a73239a CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=humper@google.com Review URL: https://codereview.chromium.org/1107363003 Cr-Commit-Position: refs/heads/master@{#327372}
-
jkarlin authored
The origin can be determined from the live ServiceWorkerRegistration, use that instead of requiring the renderer to pass it. Also, verify that the live registration is active to prevent BackgroundSyncManager::Register from being called prematurely. BUG=482012 Review URL: https://codereview.chromium.org/1110993003 Cr-Commit-Position: refs/heads/master@{#327371}
-
Michael Wasserman authored
Build break: http://build.chromium.org/p/chromium.mojo/builders/Chromium%20Mojo%20Linux/builds/5072 Relevant CL: https://codereview.chromium.org/1112573003 BUG=NONE TEST=Building components/html_viewer:tests passes. R=sky@chromium.org TBR=jochen@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1108973004 Cr-Commit-Position: refs/heads/master@{#327370}
-
kalman authored
These will be added back once the cause of the crashes is fixed. BUG=471599 R=adamk@chromium.org Review URL: https://codereview.chromium.org/1114653002 Cr-Commit-Position: refs/heads/master@{#327369}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/b9db944..a832422 TBR=pdr@chromium.org,caseq@chromium.org Review URL: https://codereview.chromium.org/1109223002 Cr-Commit-Position: refs/heads/master@{#327368}
-
rdevlin.cronin authored
BrowserActionsBarRedesignBrowserTest.OverflowedBrowserActionPopupTest is flaky on Mac bots. Disabling while investigating. Review URL: https://codereview.chromium.org/1112603004 Cr-Commit-Position: refs/heads/master@{#327367}
-
thakis authored
Also fix initialization of weak_ptr_ which I had unintentionally broken in https://codereview.chromium.org/1103713003 BUG=303818, 467287 Review URL: https://codereview.chromium.org/1111903002 Cr-Commit-Position: refs/heads/master@{#327366}
-
groby authored
PermissionBubbleCocoa::CanAcceptRequestUpdate controls request coalescing. This change allows requests to be added to an existing permission bubble unless the user has moused over the bubble. BUG=452931 Review URL: https://codereview.chromium.org/895363007 Cr-Commit-Position: refs/heads/master@{#327365}
-
bruening authored
BUG=481231 TBR=earthdok@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1110243003 Cr-Commit-Position: refs/heads/master@{#327364}
-
pranay.kumar authored
MessageLoopProxy is deprecated. This basically does a search and replace: MessageLoopProxy::current() -> ThreadTaskRunnerHandle::Get(). BUG=391045 Review URL: https://codereview.chromium.org/1103343003 Cr-Commit-Position: refs/heads/master@{#327363}
-
dtseng authored
With the 'enter' rule, we can simplify the output of list-like roles. Namely, ChromeVox can generalize its treatment of saying, x role with y items for a variety of roles. BUG=481583 TEST=chromevox_tests --gtest_filter=OutputE2ETest.* Review URL: https://codereview.chromium.org/1109983003 Cr-Commit-Position: refs/heads/master@{#327362}
-
msw authored
Exclude the mandoline target on android for now (no main). Rename the test targets to avoid naming conflicts... (android GN targets doesn't seem to respect output_name) Update the namespace for mojo::util::FilePathToFileURL call. See initial breakage at http://build.chromium.org/p/chromium.mojo/builders/Chromium%20Mojo%20Android/builds/384 The relevant CLs are: https://codereview.chromium.org/1109993002 https://codereview.chromium.org/1091513005 BUG=466129 TEST=Building mojo and mandoline for android passes. R=sky@chromium.org,ben@chromium.org Review URL: https://codereview.chromium.org/1115463002 Cr-Commit-Position: refs/heads/master@{#327361}
-
jeremyim authored
With the removal using the DataReductionProxyService class to perform the secure proxy check, there is no longer a need to post tasks to the UI thread. This effectively makes DataReductionProxyConfig an IO thread only class, and does not need to have pointers to task runners. BUG=472290 Review URL: https://codereview.chromium.org/1052583005 Cr-Commit-Position: refs/heads/master@{#327360}
-