- 03 Oct, 2016 40 commits
-
-
yuweih authored
Step 3/4 of separating feedback and help in the navigation menu. BUG=650813 Review-Url: https://codereview.chromium.org/2376203003 Cr-Commit-Position: refs/heads/master@{#422523}
-
thakis authored
BUG=563793 NOTRY=true Review-Url: https://codereview.chromium.org/2392623002 Cr-Commit-Position: refs/heads/master@{#422522}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/1b48ca5d8ef0..6efaefc15ef4 $ git log 1b48ca5d8..6efaefc15 --date=short --no-merges --format='%ad %ae %s' 2016-10-03 sullivan Remove slow-to-compute 'subtests' field from /group_report CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2391713002 Cr-Commit-Position: refs/heads/master@{#422521}
-
morsed authored
Manifests for Get Help app and Help app updated in regard to removal of RTS/Helpouts code, removed in relation to Contact Support button update. Contact Support button previously opened non-working/deprecated Real-Time Support/Helpouts. Updated Contact button now links to online OEM resource. All code related to deprecated RTS removed from Get Help and HelpApp. These need to be merged back into M54 to match with primary ChromiumOS updates at https://chrome-internal-review.googlesource.com/#/c/291159/ BUG=622920 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2376883002 Cr-Commit-Position: refs/heads/master@{#422520}
-
yuweih authored
Currently CreditsActivity is not marked as exported, which means the internal Help&Feedback library doesn't have permission to launch CreditsActivity and therefore we can't move the Credits menu item back to Help&Feedback's overflow menu. This CL marks CreditsActivity as exported to solve the problem above. BUG=613604 Review-Url: https://codereview.chromium.org/2384803002 Cr-Commit-Position: refs/heads/master@{#422519}
-
estade authored
BUG=648281 Review-Url: https://codereview.chromium.org/2389453002 Cr-Commit-Position: refs/heads/master@{#422518}
-
jam authored
BUG=504347 Review-Url: https://codereview.chromium.org/2383423002 Cr-Commit-Position: refs/heads/master@{#422517}
-
thakis authored
BUG=563793 Review-Url: https://codereview.chromium.org/2392653002 Cr-Commit-Position: refs/heads/master@{#422516}
-
chrishtr authored
This should allow most (all?) SPv2 paint invalidation tests to pass without any changes to expectation files. BUG=647831 Review-Url: https://codereview.chromium.org/2383323002 Cr-Commit-Position: refs/heads/master@{#422515}
-
dbeam authored
R=dpapad@chromium.org BUG=651730 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2385873002 Cr-Commit-Position: refs/heads/master@{#422514}
-
dpranke authored
This change adds a new top-level compiler config to GN, so that we can control whether AFDO should be enabled or not per-target in CrOS official builds (which is where we use AFDO). R=brettw@chromium.org, llozano@chromium.org BUG=633719 Review-Url: https://codereview.chromium.org/2375783002 Cr-Commit-Position: refs/heads/master@{#422513}
-
skobes authored
BUG=651874 Review-Url: https://codereview.chromium.org/2379053004 Cr-Commit-Position: refs/heads/master@{#422512}
-
dgozman authored
Added service-worker-pause.html. Updated expectations on some tests. BUG=648775,480769,564403 Review-Url: https://codereview.chromium.org/2388933002 Cr-Commit-Position: refs/heads/master@{#422511}
-
fsamuel authored
DisplayCompositor => CompositorFrameSink SurfacesState => DisplayCompositor BUG=647852 Review-Url: https://codereview.chromium.org/2386763002 Cr-Commit-Position: refs/heads/master@{#422510}
-
dtapuska authored
Revert of Move synthetic gesture input to be aligned with BeginFrame. (patchset #2 id:20001 of https://codereview.chromium.org/2372873003/ ) Reason for revert: Appears RenderWidgetHostViewChildFrame ends up calling a virtual during the constructor and this isn't getting called. This is an existing bug. But the change in this CL reveals this bug so reverting this change for now. Original issue's description: > Move synthetic gesture input to be aligned with BeginFrame. > > The timing of synthetic events seems almost random. It is best to align > it with something that doesn't fluctuate. Android already rAF aligns its > synthetic input so do this for aura and mac as well. > > BUG=646369 > > Committed: https://crrev.com/5248d2a4cc2ac706f0404b6c6edf196f5b491539 > Cr-Commit-Position: refs/heads/master@{#421528} TBR=sadrul@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=646369 Review-Url: https://codereview.chromium.org/2390813002 Cr-Commit-Position: refs/heads/master@{#422509}
-
fdoray authored
This allows UdevLinux to be used from any thread that instantiates a FileDescriptorWatcher (not just threads that run a MessageLoopForIO). This will facilitate the migration of BrowserThreads to base/task_scheduler. BUG=645114 Review-Url: https://codereview.chromium.org/2392583002 Cr-Commit-Position: refs/heads/master@{#422508}
-
joenotcharles authored
BUG=651903 Review-Url: https://codereview.chromium.org/2388223002 Cr-Commit-Position: refs/heads/master@{#422507}
-
thakis authored
Also restore a few tables in text to their pre-formatted form. They need up to 243 columns to look at, so they should probably be formatted differently eventually, but not today. BUG=563793 Review-Url: https://codereview.chromium.org/2385283002 Cr-Commit-Position: refs/heads/master@{#422506}
-
csharrison authored
sheetText() has proper null checks for the underlying data buffer. This CL also adds a check for hasClient() to prevent notifying a client that has already been removed. This CL also adds a regression tests for a previous issue, 645331. BUG=646869, 645331 Review-Url: https://codereview.chromium.org/2381193004 Cr-Commit-Position: refs/heads/master@{#422505}
-
thakis authored
BUG=563793 Review-Url: https://codereview.chromium.org/2385233002 Cr-Commit-Position: refs/heads/master@{#422504}
-
estevenson authored
BUG=560466 Review-Url: https://codereview.chromium.org/2388903002 Cr-Commit-Position: refs/heads/master@{#422503}
-
tedchoc authored
BUG=622893 Review-Url: https://codereview.chromium.org/2383613004 Cr-Commit-Position: refs/heads/master@{#422502}
-
chrisha authored
This aims to remove the artificial spike at 3 seconds in the Session.TotalDuration metric. BUG=652253 Review-Url: https://codereview.chromium.org/2385103003 Cr-Commit-Position: refs/heads/master@{#422501}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/c9347083c8b8..e5393582a7f5 $ git log c9347083c..e5393582a --date=short --no-merges --format='%ad %ae %s' 2016-10-03 dsinclair Remove unused CPDFSDK_PageView::ClearFXAnnots TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2390803002 Cr-Commit-Position: refs/heads/master@{#422500}
-
thakis authored
BUG=563793 Review-Url: https://codereview.chromium.org/2386173003 Cr-Commit-Position: refs/heads/master@{#422499}
-
thakis authored
BUG=563793 Review-Url: https://codereview.chromium.org/2392543003 Cr-Commit-Position: refs/heads/master@{#422498}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/c159bab23ac4..1b48ca5d8ef0 $ git log c159bab23..1b48ca5d8 --date=short --no-merges --format='%ad %ae %s' 2016-10-03 jbudorick [devil][telemetry] Roll forwarder binaries. BUG=652250 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2385223003 Cr-Commit-Position: refs/heads/master@{#422497}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/a224bb7027f0..7de577983581 $ git log a224bb702..7de577983 --date=short --no-merges --format='%ad %ae %s' 2016-10-03 fmalita Disable the SVG tests on Valgrind bots 2016-10-03 reed Revert "replace SkXfermode obj with SkBlendMode enum in paints" 2016-10-03 brianosman Add color space xform to GrAlphaThresholdFragmentProcessor 2016-10-03 benjaminwagner Remove exec bit from source file. 2016-10-03 reed remove quickreject for drawables 2016-10-03 reed replace SkXfermode obj with SkBlendMode enum in paints CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=stephana@google.com Review-Url: https://codereview.chromium.org/2388233002 Cr-Commit-Position: refs/heads/master@{#422496}
-
avi authored
BUG=555865 Review-Url: https://codereview.chromium.org/2386883002 Cr-Commit-Position: refs/heads/master@{#422495}
-
maxbogue authored
Things in components should live in namespaces that match their component. Unfortunately "sync" is a symbol defined in the std library, so in this case we are using "syncer". This CL does the following things inside //components/sync: - Replaces all uses of syncer_v2, sync_driver, sync_driver_v2, and browser_sync with syncer. - Adds syncer namespace to some classes that were missing a namespace. - Removes almost all "syncer::" prefixes since they became redundant. Everything outside the component is just fixing namespace prefixes and forward declarations. I also fixed *some* lints, especially in headers outside of the component. This script was the starting point for this CL: http://pastebin.com/PPhPTtRK This CL was previously reverted due to a strange leak resulting from a redefinition of Syncer in the ui_model_worker_unittest.cc file. BUG=646685 TBR=brettw,skym,caitkp Review-Url: https://codereview.chromium.org/2388163002 Cr-Commit-Position: refs/heads/master@{#422494}
-
einbinder authored
BUG=none Review-Url: https://codereview.chromium.org/2385933002 Cr-Commit-Position: refs/heads/master@{#422493}
-
eseckler authored
Overlooked the possibility for m_frame->settings() to be null during destruction, see crash reports in the bug below. BUG=652089 Review-Url: https://codereview.chromium.org/2390513002 Cr-Commit-Position: refs/heads/master@{#422492}
-
slan authored
uClibc does not support RTLD_DEEPBIND, and thus it is not defined in dlfcn.h. Check if this flag is defined before using it in native_library_posix.cc to support uClibc-based builds. BUG= internal b/31575857 Review-Url: https://codereview.chromium.org/2348143002 Cr-Commit-Position: refs/heads/master@{#422491}
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) build: https://crrev.com/c0b2bc92241327bbf42f993d6896c577933ea098 Adding step to archive and upload apks for functional bisect on android builders. (prasadv@google.com) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=650895 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2388923002 Cr-Commit-Position: refs/heads/master@{#422490}
-
rdevlin.cronin authored
Some MD extensions files had css in .css files, others had it in the .html files. Settle on putting it in the .html files and make everything conform. No functional changes. BUG=529395 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2386813002 Cr-Commit-Position: refs/heads/master@{#422489}
-
sky authored
It shouldn't be cached locally in WmWindowMus as there is a property for it. This is covered by tests I'm working on porting. BUG=none TEST=none R=msw@chromium.org Review-Url: https://codereview.chromium.org/2388183002 Cr-Commit-Position: refs/heads/master@{#422488}
-
wkorman authored
Review-Url: https://codereview.chromium.org/2385273002 Cr-Commit-Position: refs/heads/master@{#422487}
-
qyearsley authored
Reason: if we access environment variables via the Host object, then it's easier to test without affecting real environment variables in the unit tests, so the unit test methods can be simplified. Review-Url: https://codereview.chromium.org/2385043002 Cr-Commit-Position: refs/heads/master@{#422486}
-
donnd authored
When Contextual Search attempts to use the Contextual Cards backend, the response now gives backend-connection information so we can tell if the backend failed for some reason. If so, we log a warning on a debug build. BUG=647041 Review-Url: https://codereview.chromium.org/2383963002 Cr-Commit-Position: refs/heads/master@{#422485}
-
fs authored
The calculateFromAndToValues, calculateFromAndByValues and calculateDistance share a common entrypoint (startedActiveInterval), so we can tighten this code-path a bit checking for a target element up front. (No target element makes for pretty useless animations anyway...) calculateAnimatedValue gets similar treatment in its updateAnimation (sole) entrypoint. Also refill comments to 80 columns in SVGAnimateMotionElement.cpp. BUG=641437 Review-Url: https://codereview.chromium.org/2386013002 Cr-Commit-Position: refs/heads/master@{#422484}
-