- 14 Sep, 2016 40 commits
-
-
csharrison authored
BUG=626321 Review-Url: https://codereview.chromium.org/2301323003 Cr-Commit-Position: refs/heads/master@{#418711}
-
scf authored
BUG= Review-Url: https://codereview.chromium.org/2332393005 Cr-Commit-Position: refs/heads/master@{#418710}
-
rdevlin.cronin authored
BUG=642380 Review-Url: https://codereview.chromium.org/2337063003 Cr-Commit-Position: refs/heads/master@{#418709}
-
dgozman authored
This is a step towards removing SidebarTreeElement, and moving all tree outlines into shadow dom. BUG=none Review-Url: https://codereview.chromium.org/2335983002 Cr-Commit-Position: refs/heads/master@{#418708}
-
xingliu authored
In 0.5 client, it's done in BlimpClientSession, which broadcasts connection events, assignment result to the Java layer. 1. This CL port these functionalities to native code, in core/session/connection_status. ConnectionStatus will cache engine info and broadcast network events to other components in Blimp. 2. Also use delegate pattern to decouple the settings JNI bridge and BlimpClientContextImpl. 3. Some utilities functions prepared for error messages handling in UI. BUG=624451, 646655 Review-Url: https://codereview.chromium.org/2322843002 Cr-Commit-Position: refs/heads/master@{#418707}
-
yusukes authored
and have it in arc::ArcIntentHelperBridge. BUG=b:29079617, b:31406784 TEST=try, ARC still loads activity icons Review-Url: https://codereview.chromium.org/2337193005 Cr-Commit-Position: refs/heads/master@{#418706}
-
kqyang authored
Implement WebM subsample support according to the specification at http://wiki.webmproject.org/encryption/webm-subsample-encryption. BUG=630344 Review-Url: https://codereview.chromium.org/2174533002 Cr-Commit-Position: refs/heads/master@{#418705}
-
suzyh authored
The CSS Transitions specification recently added a section specifying how timing functions should be serialized: https://hg.csswg.org/drafts/rev/12d32649a91f https://drafts.csswg.org/css-transitions/#serializing-a-timing-function This patch changes how step timing functions are serialized in order to bring it in line with the spec. The corresponding parsing function devtools/front_end is also updated. The removal of "step-middle" and "steps(x, middle)" as valid values is deferred until frames() is implemented (see crbug.com/646265). BUG=631875,600248 Review-Url: https://codereview.chromium.org/2330283004 Cr-Commit-Position: refs/heads/master@{#418704}
-
cbiesinger authored
This will otherwise cause assertion failures on many pages. We could also compute this in ng code during margin collapsing and just set it on the old object, but I'm not sure that would be worth it. This and https://codereview.chromium.org/2337763005/ fixes most (but not all) of the assertion failures during legacy/ng interop. R=ikilpatrick@chromium.org,eae@chromium.org,glebl@chromium.org BUG=635619 Review-Url: https://codereview.chromium.org/2340113003 Cr-Commit-Position: refs/heads/master@{#418703}
-
ben authored
Revert of Enforce capability spec renderer <--> browser (patchset #15 id:280001 of https://codereview.chromium.org/2259903002/ ) Reason for revert: This is still broken, as it happens. Original issue's description: > Enforce capability spec renderer <--> browser. > > This implements: > > - allows the content embedder to merge a manifest into the base ones provided by content, allowing it to add to the list of interfaces exposed to the renderer. > - adds such an overlay to chrome/browser > > So.. from now on if you add an interface to either the browser/renderer, you'll need to list it in the manifest. I wonder how we should broadcast this. Also as a separate step we should require these manifests get security review. > > R=rockot@chromium.org,tsepez@chromium.org > > Committed: https://crrev.com/4ea17059bf78553528f3ffb4a9de84a447622fd3 > Committed: https://crrev.com/807a926c9ca02ac8ae1b52e82537834ef78fb9ba > Committed: https://crrev.com/91c25a3cedc4fadcb8c84e91cc59a8f90411058a > Committed: https://crrev.com/cdf40b4b434b43af6accf0c822ea964bc6bfd931 > Cr-Original-Original-Original-Commit-Position: refs/heads/master@{#418282} > Cr-Original-Original-Commit-Position: refs/heads/master@{#418398} > Cr-Original-Commit-Position: refs/heads/master@{#418582} > Cr-Commit-Position: refs/heads/master@{#418691} TBR=rockot@chromium.org,tsepez@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review-Url: https://codereview.chromium.org/2336043008 Cr-Commit-Position: refs/heads/master@{#418702}
-
jaydasika authored
We are updating this value based on the status of the lst animation of the element which is wrong. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2346583002 Cr-Commit-Position: refs/heads/master@{#418701}
-
Hans.Hillen authored
BUG=646099 Review-Url: https://codereview.chromium.org/2334693003 Cr-Commit-Position: refs/heads/master@{#418700}
-
kozyatinskiy authored
This file is used by V8's gyp. It will be moved out from platform/ soon. R=brettw@chromium.org,dgozman@chromium.org Review-Url: https://codereview.chromium.org/2333863002 Cr-Commit-Position: refs/heads/master@{#418699}
-
dmazzoni authored
Original change: https://codereview.chromium.org/2323103002/ Fix: On Android, the delegate callback called in DestroySubtree was accessing AXTree::root() after we had deleted it but before we set it to null. We need to clear it first and then destroy it. BUG=646777 TBR=aboxhall,mmoroz Review-Url: https://codereview.chromium.org/2340893002 Cr-Commit-Position: refs/heads/master@{#418698}
-
melandory authored
BUG=646762 Review-Url: https://codereview.chromium.org/2339783003 Cr-Commit-Position: refs/heads/master@{#418697}
-
vasilvv authored
Introduce ExpectApproxEq, a helper function that allows making assertions that certain values are equal within the margin of specified relative error. This is to avoid manually hacking around test failures like: Expected equality of these values: expected_pacing_rate Which is: 10.78 Mbits/s (1.35 Mbytes/s) sender_->PacingRate(0) Which is: 10.78 Mbits/s (1.35 Mbytes/s) Merge internal change: 132613274 R=rch@chromium.org BUG= Review-Url: https://codereview.chromium.org/2336913006 Cr-Commit-Position: refs/heads/master@{#418696}
-
cbiesinger authored
The overflow size is the content size without being affected by width/height and max/min properties, so it's exactly what we need here. This is important because without this change, there are DCHECK failures if we're a child of a flexbox as the size remains at -1. R=eae@chromium.org,ikilpatrick@chromium.org,glebl@chromium.org BUG=635619 Review-Url: https://codereview.chromium.org/2337763005 Cr-Commit-Position: refs/heads/master@{#418695}
-
yusukes authored
https://chromium.googlesource.com/chromiumos/platform/system_api.git/+log/83212329..6d7653e3 $ git log 83212329..6d7653e3 --date=short --no-merges --format='%ad %ae %s' 2016-09-12 yusukes@google.com Add a dbus constant for EmitArcBooted() BUG=b:31254747 TEST=gclient sync, try Review-Url: https://codereview.chromium.org/2344643002 Cr-Commit-Position: refs/heads/master@{#418694}
-
kainino authored
https://chromium.googlesource.com/external/khronosgroup/webgl.git/+log/582169b..65c5e7b BUG=563852 TEST=bots CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2339603004 Cr-Commit-Position: refs/heads/master@{#418693}
-
rdevlin.cronin authored
Add some performance metrics for the MD and non-MD extensions pages so we can begin gathering data. To start, use the signals for DocumentLoadedInFrame() for the main frame and DocumentOnLoadCompletedInMainFrame(). BUG=529395 Review-Url: https://codereview.chromium.org/2341553002 Cr-Commit-Position: refs/heads/master@{#418692}
-
ben authored
This implements: - allows the content embedder to merge a manifest into the base ones provided by content, allowing it to add to the list of interfaces exposed to the renderer. - adds such an overlay to chrome/browser So.. from now on if you add an interface to either the browser/renderer, you'll need to list it in the manifest. I wonder how we should broadcast this. Also as a separate step we should require these manifests get security review. R=rockot@chromium.org,tsepez@chromium.org Committed: https://crrev.com/4ea17059bf78553528f3ffb4a9de84a447622fd3 Committed: https://crrev.com/807a926c9ca02ac8ae1b52e82537834ef78fb9ba Committed: https://crrev.com/91c25a3cedc4fadcb8c84e91cc59a8f90411058a Review-Url: https://codereview.chromium.org/2259903002 Cr-Original-Original-Original-Commit-Position: refs/heads/master@{#418282} Cr-Original-Original-Commit-Position: refs/heads/master@{#418398} Cr-Original-Commit-Position: refs/heads/master@{#418582} Cr-Commit-Position: refs/heads/master@{#418691}
-
hubbe authored
Also make sure that we remember the color space even if the compositor has not been created yet. BUG=622133 Review-Url: https://codereview.chromium.org/2307083003 Cr-Commit-Position: refs/heads/master@{#418690}
-
mattreynolds authored
Instead of only listing the number of nearby Physical Web URLs, also include the page title of the top URL. The title will be truncated if it is too long to fit in the omnibox popup. BUG=630769 Review-Url: https://codereview.chromium.org/2319033006 Cr-Commit-Position: refs/heads/master@{#418689}
-
jaydasika authored
BUG=638297 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2339583002 Cr-Commit-Position: refs/heads/master@{#418688}
-
prasadv authored
*PERF SHERRIF: this CL intentionally regressions dummy_benchmark.stable_benchmark_1 for bisect FYI. We are doing this to refresh the revision ranges used by bisect FYI jobs. BUG=646628 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 Review-Url: https://codereview.chromium.org/2337323002 Cr-Commit-Position: refs/heads/master@{#418687}
-
msw authored
Revert of Moving CRD Windows targets to subdirectories. (patchset #4 id:770001 of https://codereview.chromium.org/2308813002/ ) Reason for revert: https://build.chromium.org/p/chromium/builders/Win/builds/47116/ FAILED: obj/remoting/host/win/remoting_core/chromoting_lib.res C:/b/depot_tools/python276_bin/python.exe ... ../../remoting/host/win/chromoting_lib.rc(5) : error RC2135 : file not found: remoting/host/chromoting_lib.tlb Original issue's description: > Moving CRD Windows targets to subdirectories. > > This is the windows host focused GN rewrite for Remoting Host. This > work attempts to simplify the build for Remoting so it can be more > easily understood and maintained. This is done by pushing more of the target config checking deeper into the platform specific targets and > producing build files that are more in-line with best-practice GN style. > > Committed: https://crrev.com/ac59f3fd88f185f04e1cd177fcc2d05a425308e6 > Cr-Commit-Position: refs/heads/master@{#418668} TBR=zijiehe@chromium.org,joedow@chromium.org,brettw@chromium.org,nicholss@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review-Url: https://codereview.chromium.org/2339163004 Cr-Commit-Position: refs/heads/master@{#418686}
-
glebl authored
Do not collapse top/bottom margins if there is a padding or border between first/last in-flow child and its parent. W3C spec: https://www.w3.org/TR/CSS2/box.html#collapsing-margins BUG=635619 Review-Url: https://codereview.chromium.org/2346473003 Cr-Commit-Position: refs/heads/master@{#418685}
-
einbinder authored
CodeMirror.refresh is expensive, and calling it when CodeMirror is hidden breaks the gutters. BUG=none Review-Url: https://codereview.chromium.org/2342643002 Cr-Commit-Position: refs/heads/master@{#418684}
-
sky authored
With a comment that if you're doing something beyond add/remove of files you should get an owner. BUG=none TEST=none R=brettw@chromium.org Review-Url: https://codereview.chromium.org/2338403002 Cr-Commit-Position: refs/heads/master@{#418683}
-
rch authored
sessions timeout with open streams. Review-Url: https://codereview.chromium.org/2322423002 Cr-Commit-Position: refs/heads/master@{#418682}
-
skobes authored
Update defaultConsoleRowHeight to account for the 1px border, and grow a visible item instead of an offscreen one when testing setStickToBottom. See bug for detailed analysis. BUG=624534 Review-Url: https://codereview.chromium.org/2317343006 Cr-Commit-Position: refs/heads/master@{#418681}
-
skobes authored
BUG=646977 Review-Url: https://codereview.chromium.org/2343683002 Cr-Commit-Position: refs/heads/master@{#418680}
-
rockot authored
We use a sync channel on other platforms to facilitate synchronous shared buffer creation from within a sandbox. We need to do this on Windows too. This implements that, and adds a test for sandboxed shared buffer creation. BUG=594883 Review-Url: https://codereview.chromium.org/2264543003 Cr-Commit-Position: refs/heads/master@{#418679}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/798d1e3c..06fda3c9 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_precise_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/2338393002 Cr-Commit-Position: refs/heads/master@{#418678}
-
alemate authored
This CL fixes crash when multiply JS requests to show Login screen are generated. BUG=645625 TEST=none Review-Url: https://codereview.chromium.org/2334223007 Cr-Commit-Position: refs/heads/master@{#418677}
-
estade authored
This takes the implementation from the notification center (used for downloads) and moves it into views::. The color is updated as per sgabriel's orders to Blue 500, a default height of 5 is applied (shared in app list and notification center) but lesser heights are also permitted. If the height is small enough, we don't round the corners, which is exactly what we'll want for the cros detail views. The base views::ProgressBar class was not used on its own anywhere, and it had a lot of code that wasn't used either. All the progress bar classes are consolidated into a single class and unused code is culled. BUG=626846 Review-Url: https://codereview.chromium.org/2329633003 Cr-Commit-Position: refs/heads/master@{#418676}
-
sugoi authored
Includes Mac build fixes and Win alignment warnings fix. TBR=thakis@chromium.org BUG=630728 Review-Url: https://codereview.chromium.org/2341863002 Cr-Commit-Position: refs/heads/master@{#418675}
-
gab authored
BUG=646443 Review-Url: https://codereview.chromium.org/2340063003 Cr-Commit-Position: refs/heads/master@{#418674}
-
anthonyvd authored
Signin Error Dialog: Part of the desktop user menu revamp project is to migrate signin error surfacing from user menu's tutorial card to a tab modal dialog, and thus completing the flow of signin modal -> sync confirmation modal dialog or signin error modal dialog. Particularly, this CL adds the code for appropriately constructing and handling the dialog. DO NOT LAND until after the first CL lands (https://codereview.chromium.org/2274013002/). Design doc: https://docs.google.com/document/d/17yHrKd_EU6WoIAgljnZmNCSJLRlbM3O2Pxr7aPEnqik/edit?ts=57445a70#heading=h.9vm5owqqt3w1 BUG=630523 BUG=615893 Review-Url: https://codereview.chromium.org/2315393002 Cr-Commit-Position: refs/heads/master@{#418673}
-
jbroman authored
This resolves "ninja explain" failures after: https://chromium.googlesource.com/chromium/src/+/b7917313d7e4f0d8c83ebc93ef6d6db5e79ad643 e.g. https://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/297782 ninja explain: restat of output gen/extensions/extensions_renderer_resources_stamp.d.stamp older than most recent input /b/c/b/linux/src/out/Release/gen/mojo/common/common_custom_types.mojom.js (0 vs 1473884135) BUG=629375 TBR=btolsch@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/2338993003 Cr-Commit-Position: refs/heads/master@{#418672}
-