- 01 Dec, 2016 40 commits
-
-
calamity authored
This CL hooks up the toolbar forward and backward buttons in grouped mode to change the search timeframe for week and month queries. BUG=589357 TBR=dbeam@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2481693002 Cr-Commit-Position: refs/heads/master@{#435547}
-
pdr authored
This patch switches to a create-or-update pattern for paint property updates of the local border box. This is a 6% improvement on large-table-collapsed-border-change-with-text [1]. [1] tools/perf/run_benchmark blink_perf.paint --browser=content-shell-release --pageset-repeat=5 --extra-browser-args=--enable-slimming-paint-v2 BUG=645667 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2538273002 Cr-Commit-Position: refs/heads/master@{#435546}
-
azurewei authored
1) Make the menu panel have a width of 352px, same as the system menu. 2) Move up title row label 5px. BUG=663199 TEST=Verified on local build. Review-Url: https://codereview.chromium.org/2540103003 Cr-Commit-Position: refs/heads/master@{#435545}
-
kundaji authored
Map each URLRequest originating from a frame to its DataUseRecorder. Create a new DataUseRecorder for each URLRequest from Chrome services. Move DataUseRecorders from pending navigation map to render frame map when navigation commits. BUG=663532 Review-Url: https://codereview.chromium.org/2534023002 Cr-Commit-Position: refs/heads/master@{#435544}
-
tsergeant authored
This changes the spacing between cards from 20px to 16px. BUG=670049 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2538333002 Cr-Commit-Position: refs/heads/master@{#435543}
-
lushnikov authored
Patch crrev.com/2534383002 introduced flexbox layout for suggestion items. However, it should also be more accurate with item flexing, which gets messed up in some rare cases. This patch wraps suggestion text in its own span so that it shrinks properly. BUG=669323 R=dgozman Review-Url: https://codereview.chromium.org/2535393004 Cr-Commit-Position: refs/heads/master@{#435542}
-
sashab authored
Added ordering warnings back for CSSValueKeywords.in, since the order in this file must match the order in CSSParserFastPaths until the fast paths file is generated. BUG=665272 Review-Url: https://codereview.chromium.org/2537393002 Cr-Commit-Position: refs/heads/master@{#435541}
-
skia-deps-roller authored
https://skia.googlesource.com/skia.git/+log/3a7492fc04d8..f447deea6289 $ git log 3a7492fc0..f447deea6 --date=short --no-merges --format='%ad %ae %s' 2016-11-29 mtklein support medium and high quality 2016-11-30 halcanary SkEncodeImage: no more link-time registration Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel TBR=brianosman@google.com Review-Url: https://codereview.chromium.org/2538083004 Cr-Commit-Position: refs/heads/master@{#435540}
-
rlanday authored
Now callers directly specify what type of pointer they want IDMap to hold using the template parameter. Part 1 is at https://codereview.chromium.org/2480293004/ BUG=647091 TBR=dbeam (for chrome/browser/ui/webui/options/certificate_manager_handler.cc) TBR=jam (for all other non-base/ changes) Review-Url: https://codereview.chromium.org/2496653002 Cr-Commit-Position: refs/heads/master@{#435539}
-
rdevlin.cronin authored
The message parameter source_tab_id is no longer used; remove it. By extension, also remove the opener_tab_id_ property from ExtensionMessagePorts. BUG=667584 Review-Url: https://codereview.chromium.org/2540533002 Cr-Commit-Position: refs/heads/master@{#435538}
-
rdevlin.cronin authored
Move the ChromeExtensionTestNotificationObserver and ExtensionTestNotificationObserver classes into the extensions namespace. BUG=None TBR=stevenjb@chromium.org Review-Url: https://codereview.chromium.org/2539623002 Cr-Commit-Position: refs/heads/master@{#435537}
-
Emily Hanley authored
BUG=chromium:663372 R=stip@chromium.org Review URL: https://codereview.chromium.org/2540743004 . Cr-Commit-Position: refs/heads/master@{#435536}
-
kozyatinskiy authored
This roll includes: - [inspector_protocol] always use weak pointer in DispatcherImpl::{command.name} [1] [1] https://codereview.chromium.org/2545613002/ BUG=chromium:668358 TBR=dgozman@chromium.org Review-Url: https://codereview.chromium.org/2538043003 Cr-Commit-Position: refs/heads/master@{#435535} -
lhchavez authored
There are some Chrome services that unconditionally try to call ARC code, and the latter will print stuff to the log if it's not enabled or avilable (yet). This change ensures that we only attempt to contact ARC when it is actually ready for the most chatty services: net and process. BUG=654038 TEST=Opted out of ARC, did not see any logs Review-Url: https://codereview.chromium.org/2541843003 Cr-Commit-Position: refs/heads/master@{#435534}
-
dpranke authored
This picks up various fixes noted by scottmg@chromium.org, thakis@chromium.org, and Twitter user @florpelier, as well as a few more things I wanted to clean up. R=scottmg@chromium.org, thakis@chromium.org, sdy@chromium.org BUG= Review-Url: https://codereview.chromium.org/2543503004 Cr-Commit-Position: refs/heads/master@{#435533}
-
rhalavati authored
Two updates are proposed for clang scripts: An optional parameter is added to run_tool.py called (tool-param) that is directly passed to the tool that is run. An optional parameter is added to generate_win_compdb.py to specify the build directory. Its default value is out/Debug so that it won't change the previous behavior. BUG=670072 Review-Url: https://codereview.chromium.org/2542563002 Cr-Commit-Position: refs/heads/master@{#435532}
-
qyearsley authored
This is a follow-up to http://crrev.com/2514253002. BUG=660580 Review-Url: https://codereview.chromium.org/2524653003 Cr-Commit-Position: refs/heads/master@{#435531}
-
vmpstr authored
This patch renames ImageDecodeController to ImageDecodeCache, along with software and gpu implementations. R=enne@chromium.org, ericrk@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2541183002 Cr-Commit-Position: refs/heads/master@{#435530}
-
estade authored
BUG=660445 Review-Url: https://codereview.chromium.org/2523783002 Cr-Commit-Position: refs/heads/master@{#435529}
-
jbroman authored
Have all overloads of webcrypto::AlgorithmImplementation::DeserializeKeyForClone check the params type. Presently neither this nor the calling code checks that the algorithm ID and key params type correspond correctly. This code already knows what the expected value is, so it seems a reasonable place to check. BUG=669649 Review-Url: https://codereview.chromium.org/2544533002 Cr-Commit-Position: refs/heads/master@{#435528}
-
nednguyen authored
BUG=chromium:669526 Review-Url: https://codereview.chromium.org/2534243002 Cr-Commit-Position: refs/heads/master@{#435527}
-
ikilpatrick authored
Review-Url: https://codereview.chromium.org/2536323003 Cr-Commit-Position: refs/heads/master@{#435526}
-
robertogden authored
In certain cases, it is important to be able to specify different command line arguments to chrome at the time the test is being run rather than what is in code. For example, running against a different proxy than is in the code. This CL turns on the handling for this functionality and fixes a few bugs with it. BUG=669956 Review-Url: https://codereview.chromium.org/2538773004 Cr-Commit-Position: refs/heads/master@{#435525}
-
shenghuazhang authored
Command line option '--gtest_also_run_disabled_tests' already exists in test_runner.py, should build the logic in local_device_gtest_run.py in order to run disabled tests. This CL also unify '--gtest_repeat' for instrumentation test options. BUG=669632 Review-Url: https://codereview.chromium.org/2544603002 Cr-Commit-Position: refs/heads/master@{#435524}
-
jiameng authored
BUG=542537 Review-Url: https://codereview.chromium.org/2542793002 Cr-Commit-Position: refs/heads/master@{#435523}
-
wangxianzhu authored
We need paint property tree for slimmingPaintInvalidation. BUG=646176 Review-Url: https://codereview.chromium.org/2540353002 Cr-Commit-Position: refs/heads/master@{#435522}
-
sunjian authored
BUG=663217 Review-Url: https://codereview.chromium.org/2509143002 Cr-Commit-Position: refs/heads/master@{#435521}
-
mariakhomenko authored
BUG=669698 Review-Url: https://codereview.chromium.org/2536373006 Cr-Commit-Position: refs/heads/master@{#435520}
-
dmazzoni authored
Originally landed in r432129 and r434618. Reverting so we can merge the revert to M56, then will re-land and keep tweaking on trunk. BUG=662501,667439 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation TBR=oshima,sadrul,michaelpg Review-Url: https://codereview.chromium.org/2535723008 Cr-Commit-Position: refs/heads/master@{#435519}
-
tibell authored
BUG= Review-Url: https://codereview.chromium.org/2470283002 Cr-Commit-Position: refs/heads/master@{#435518}
-
martiniss authored
This test is failing on all bots. Disable for now to turn the bots green again. BUG=670069 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq TBR=sullivan,yukishiino Review-Url: https://codereview.chromium.org/2543783002 Cr-Commit-Position: refs/heads/master@{#435517}
-
tnagel authored
chromium-style enforces a private or protected destructor for classes that derive from RefCounted<> which in turn makes it necessary to add a friend declaration for RefCounted<>. BUG=none Review-Url: https://codereview.chromium.org/2533243002 Cr-Commit-Position: refs/heads/master@{#435516}
-
chasej authored
Currently, exposing a JavaScript API change as an origin trial requires manual code changes to V8 bindings. The necessary binding changes were missing when Long Task Observer was integrated with the origin trials framework. This CL adds the missing call to the generated method: V8Window::installLongTaskObserver() BUG=667795 Review-Url: https://codereview.chromium.org/2533793003 Cr-Commit-Position: refs/heads/master@{#435515}
-
malaykeshav authored
Adds the three methods to system.idl file. - touchCalibrationStart - touchCalibrationSet - touchCalibrationReset Also adds the required object type/structs to system.idl file. - Point - TouchCalibrationPair - TouchCalibrationPairQuad Design Doc=go/cros-touch-calibration BUG=667921 COMPONENT=System_display.idl, system display interface, display info provider Review-Url: https://codereview.chromium.org/2538623002 Cr-Commit-Position: refs/heads/master@{#435514}
-
alexis.menard authored
The event listener was never called despite SetEventSink returning success. Debbuging further it turns out that the event listener was created in the sensor thread, however the listener was not set in the sensor thread (from StartSensor()), this seems to confuse COM. BUG=606766 Review-Url: https://codereview.chromium.org/2495073002 Cr-Commit-Position: refs/heads/master@{#435513}
-
toyoshim authored
To remove core/ dependency so that core/fetch can be moved under platform, move StyleSheetResource, StyleSheetResourceClient, CSSStyleSheetResource, and CSSStyleSheetResourceClient classes to core/loader/resource/. BUG=655920 Review-Url: https://codereview.chromium.org/2504883003 Cr-Commit-Position: refs/heads/master@{#435512}
-
lpromero authored
BUG=469464 R=rohitrao@chromium.org Review-Url: https://codereview.chromium.org/2536353004 Cr-Commit-Position: refs/heads/master@{#435511}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/4c70ffb7..22c94457 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2539313002 Cr-Commit-Position: refs/heads/master@{#435510}
-
fsamuel authored
The GpuMain mojo interface is the single primordial mojo interface used by the window server to start and restart the gpu process in order to ensure that requesting other sub-interfaces doesn't restart a crashed GPU process and put it in a bad state. GpuMain provides factory methods to create two sub-services: the gpu service and the display compositor service. The gpu service does not directly know about the display compositor service, and the display compositor service does not know about the gpu service. GpuMain's implementation is the glue that puts both together. BUG=610937 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2539893002 Cr-Commit-Position: refs/heads/master@{#435509}
-
sdy authored
- Standardize on fenced code blocks, add 'shell' where appropriate. - Add '$' to shell commands where missing. - Add `code` marks to more identifiers. - Minor stylistic/grammatical suggestions. R=dpranke@chromium.org, teresam@google.com Review-Url: https://codereview.chromium.org/2536723008 Cr-Commit-Position: refs/heads/master@{#435508}
-