- 24 Nov, 2015 40 commits
-
-
dbeam authored
R=michaelpg@chromium.org BUG=none TEST=new Polymer, same great downloads taste! NOPRESUBMIT=true # for long lines in crisper.js Review URL: https://codereview.chromium.org/1462153007 Cr-Commit-Position: refs/heads/master@{#361262}
-
wkorman authored
BUG=529938 Review URL: https://codereview.chromium.org/1473453002 Cr-Commit-Position: refs/heads/master@{#361261}
-
timloh authored
Review URL: https://codereview.chromium.org/1471653002 Cr-Commit-Position: refs/heads/master@{#361260}
-
ukai authored
in SDK, it is AppKit.framework/Versions/C/Headers/AppKit.h. Use the same case, so it would work on case sensitive filesystem. BUG= Review URL: https://codereview.chromium.org/1454113004 Cr-Commit-Position: refs/heads/master@{#361259}
-
kojii authored
This patch is a port of http://wkb.ug/149153, which is a port of a fix for crbug.com/520282. The WebKit patch has additional changes to carry more information of isolated runs along with BidiRun. As we find we need to carry more context with isolated runs in crbug.com/391260, this change is useful. BUG=520282 Review URL: https://codereview.chromium.org/1468103002 Cr-Commit-Position: refs/heads/master@{#361258}
-
dpranke authored
R=amineer@chromium.org, wez@chromium.org BUG= Review URL: https://codereview.chromium.org/1475483002 Cr-Commit-Position: refs/heads/master@{#361257}
-
eakuefner authored
Now that tools/perf/find_dependencies is the only find_dependencies, this CL moves all the related under-the-hood code to tools/perf/core. It also moves the davclient dependency out of tools/telemetry, since find_dependencies is the only user of it. BUG=528331 TEST=tools/perf/find_dependencies Review URL: https://codereview.chromium.org/1467143006 Cr-Commit-Position: refs/heads/master@{#361256}
-
ben authored
http://crbug.com/555392 Review URL: https://codereview.chromium.org/1465793005 Cr-Commit-Position: refs/heads/master@{#361255}
-
hiroshige authored
Request.context is already removed in M46 and thus the deprecation message string is no longer needed. BUG=515786 Review URL: https://codereview.chromium.org/1373713004 Cr-Commit-Position: refs/heads/master@{#361254}
-
yosin authored
This patch makes editing/selection/vertical-*.html to use w3c test harness rather than pixel match for ease of maintain. This is the first patch of three patches of rewriting vertical-*.html. Due by Windows command prompt limitation, we can't upload once. BUG=n/a TEST=n/a; no behavior changes Review URL: https://codereview.chromium.org/1463713002 Cr-Commit-Position: refs/heads/master@{#361253}
-
yosin authored
This patch makes editing/selection/vertical-*.html to use w3c test harness rather than pixel match for ease of maintain. This is the first patch of three patches of rewriting vertical-*.html. Due by Windows command prompt limitation, we can't upload once. BUG=n/a TEST=n/a; no behavior changes Review URL: https://codereview.chromium.org/1463673003 Cr-Commit-Position: refs/heads/master@{#361252}
-
alph authored
BUG=528489 Review URL: https://codereview.chromium.org/1474593002 Cr-Commit-Position: refs/heads/master@{#361251}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#361250}
-
erikchen authored
The type of shared memory used is controlled by an A/B experiment. If the experiment isn't present, use Mach primitives. BUG=466437 Review URL: https://codereview.chromium.org/1453383002 Cr-Commit-Position: refs/heads/master@{#361249}
-
ccameron authored
Revert of Disable kEnableGpuMemoryBufferCompositorResources on Mac (patchset #1 id:1 of https://codereview.chromium.org/1435133003/ ) Reason for revert: This is no longer needed now that 48 has branched and https://codereview.chromium.org/1463853002/ is landed. Original issue's description: > Disable kEnableGpuMemoryBufferCompositorResources on Mac > > This caused an uptick in crashes due to GpuMemoryBuffers failing to > allocate. > > BUG=554541 > TBR=reveman > > Committed: https://crrev.com/c5b6a85810bd669a3916587ac4d70ac566351258 > Cr-Commit-Position: refs/heads/master@{#359396} TBR= NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=554541 Review URL: https://codereview.chromium.org/1470213002 Cr-Commit-Position: refs/heads/master@{#361248}
-
rjkroege authored
Mus+ash changes to GpuProcessTransportFactory for Chrome rendering under a mojo shell checked the command line directly to enable mojo shell mode because IsRunningInMojoShell wasn't available. Since it is now, use it. Review URL: https://codereview.chromium.org/1464663003 Cr-Commit-Position: refs/heads/master@{#361247}
-
ccameron authored
Revert of Enable compositor-thread property trees (patchset #1 id:1 of https://codereview.chromium.org/1449143004/ ) Reason for revert: This is causing overscroll on Mac to fail. Just using the flag --disable-compositor-property-trees fails to make this go away -- I had to do a manual revert BUG=559550 Original issue's description: > Enable compositor-thread property trees > > This enables compositor-thread property trees for all clients of cc. > It also replaces the existing --enable-compositor-property-trees flag > with a --disable-compositor-property-trees flag. > > BUG=481585 > CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel > > Committed: https://crrev.com/f626d0b9d0fb2bfde430cf63c5111df7da1fba6f > Cr-Commit-Position: refs/heads/master@{#360635} TBR=enne@chromium.org,jaydasika@chromium.org,piman@chromium.org,ajuma@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=481585 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1469733006 Cr-Commit-Position: refs/heads/master@{#361246}
-
felt authored
security_interstitials::ControllerClient needs to be subclassed by a standalone class, instead of being part of the SecurityInterstitialPage. Eventually, future classes like security_interstitials::ClockError will take ControllerClients as inputs. Until all of the blocking pages have been updated to take ControllerClients, the functionality needs to remain available from within the SecurityInterstitialPage, so I've put in some temporary wrapper methods. BUG=488673 TBR=cschuet@chromium.org Review URL: https://codereview.chromium.org/1467063002 Cr-Commit-Position: refs/heads/master@{#361245}
-
kbr authored
Mark this test failing on Linux/NVIDIA because it's too flaky to retry. BUG=544989 TBR=zmo@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1471963003 Cr-Commit-Position: refs/heads/master@{#361244}
-
wwigham authored
Replacement for https://codereview.chromium.org/1416793005/ BUG=484261 Review URL: https://codereview.chromium.org/1456943003 Cr-Commit-Position: refs/heads/master@{#361243}
-
sky authored
This way the WM can correctly see the set of properties during creation and we don't need a bunch of round trips for setting individual properties. BUG=548424 TEST=covered by tests R=ben@chromium.org Review URL: https://codereview.chromium.org/1474543002 Cr-Commit-Position: refs/heads/master@{#361242}
-
csharrison authored
This will hopefully illuminate some of the problems inherent with the low resolution clock on windows. If filtering by high resolution proves to be an effective way to de-noise UMA, we can come up with next steps and potentially migrate more histograms to use this model (or allow post-processing filtering). For now, we will only bucket FirstContentfulPaint, as we think it's our best metric to date. BUG=394757 Review URL: https://codereview.chromium.org/1473443002 Cr-Commit-Position: refs/heads/master@{#361241}
-
lambroslambrou authored
This is a little complex, for reasons that are explained in the code comments. Also, this refactors ChromotingUtil to make it easier to tint arbitrary Drawables. Review URL: https://codereview.chromium.org/1461893002 Cr-Commit-Position: refs/heads/master@{#361240}
-
mnaganov authored
BUG=560603 TBR=sbc@chromium.org Review URL: https://codereview.chromium.org/1473533003 Cr-Commit-Position: refs/heads/master@{#361239}
-
shahriar.rostami authored
Continuing https://codereview.chromium.org/1412083002 but: Removed emojis from generated_resources.grd and update the code. Now we are keeping Emojis in the code rather than resource files. BUG=498288 TEST=Follow these steps (taken from bug report): 1. Open multiple Chrome windows (optionally with multiple tabs) 2. Play sound clip (e.g via youtube) on a given tab 3. Drop down the Window menu 4. It is also possible to mute the tab and see what will happen but chrome://flags/#enable-tab-audio-muting should be enable. Review URL: https://codereview.chromium.org/1432803002 Cr-Commit-Position: refs/heads/master@{#361238}
-
loyso authored
Check active tree state separately, on each PrepareToDrawOnThread. The source of the flakiness that the test previously made assumptions about the timing of draws (when the active tree's draw properties get updated) vs commits. BUG=546867 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1472723002 Cr-Commit-Position: refs/heads/master@{#361237}
-
thakis authored
Also tweak the newline at the end of the stamp file to be compatible with update.sh. This way, if either downloads clang the other will consider it up-to-date. BUG=494442 NOTRY=true Review URL: https://codereview.chromium.org/1468243002 Cr-Commit-Position: refs/heads/master@{#361236}
-
dmazzoni authored
Missing braces when adding code inside an "if" block, resulting in lots of attributes being marked as editable when they shouldn't be, breaking VoiceOver. Regression happened in: https://crrev.com/6185ca046850b24b92a5dffd9ab7d1ecc3048001 https://codereview.chromium.org/1435113003/ BUG=559210,473220 Review URL: https://codereview.chromium.org/1473483002 Cr-Commit-Position: refs/heads/master@{#361235}
-
sky authored
They are not used yet, but will be soon. BUG=548424 TEST=none R=ben@chromium.org TBR=ben@chromium.org Review URL: https://codereview.chromium.org/1471693004 Cr-Commit-Position: refs/heads/master@{#361234}
-
yolandyan authored
BUG=560550 Review URL: https://codereview.chromium.org/1471153002 Cr-Commit-Position: refs/heads/master@{#361233}
-
mstensho authored
The breakability of the object doesn't matter here. The space shortage that prevented an object from fitting in one column may very well be the lowest space shortage that we'll ever find. So always record it, to avoid over-stretching columns. BUG=559133 R=leviw@chromium.org Review URL: https://codereview.chromium.org/1465193002 Cr-Commit-Position: refs/heads/master@{#361232}
-
donnd authored
Adds translation one-box triggering when the user selects using long-press. This currently requires server-side auto-detection of the source language, but it should not over-trigger due to a feature of the one-box (suppressed when the source and target text ends up matching). Adds a separate flag to control disabling this feature, currently default-enabled. BUG=413717 Review URL: https://codereview.chromium.org/1463583004 Cr-Commit-Position: refs/heads/master@{#361231}
-
wittman authored
Stacks that are truncated due to the Win32StackFrameUnwinder being unable to unwind are being reported with an extra frame. BUG=555770 Review URL: https://codereview.chromium.org/1469983002 Cr-Commit-Position: refs/heads/master@{#361230}
-
donnd authored
We have a large set of histograms that were set up private before our feature launched, that should now be public. This adds those existing histograms. Removing the private ones will be done soon in the private repository. BUG=545055 Review URL: https://codereview.chromium.org/1441013004 Cr-Commit-Position: refs/heads/master@{#361229}
-
reveman authored
This implements proper handling of lost context by exosphere. It also improves support for software compositing by not crashing. True software compositing support will be added by follow up patches. BUG=549781 TEST=exo_unittests --gtest_filter=BufferTest.IsLost Review URL: https://codereview.chromium.org/1467943002 Cr-Commit-Position: refs/heads/master@{#361228}
-
watk authored
Previously gdb-add-index took a single binary argument to index. It uses ldd to get its dependencies and index those too. Now it accepts more than one file, along with a -n option to not attempt to extract dependencies. This is useful for Android development where there's no single binary to index. Now you can do gdb-add-index -n out/Debug/lib.unstripped/* This CL also cleans up the style a bit for consistency. BUG= Review URL: https://codereview.chromium.org/1471523002 Cr-Commit-Position: refs/heads/master@{#361227}
-
mdjones authored
This adds the mock classes and a initial tests for the ReaderModeManager. BUG= Review URL: https://codereview.chromium.org/1469973002 Cr-Commit-Position: refs/heads/master@{#361226}
-
sky authored
Revert of Makes window manager include ui pak file (patchset #1 id:1 of https://codereview.chromium.org/1466483003/ ) Reason for revert: I'm reverting this and will instead include it in the wm. Original issue's description: > Makes window manager include ui pak file > > We'll need this for cursors and shadows. > > BUG=548426 > TEST=none > R=erg@chromium.org > > Committed: https://crrev.com/35b0cd220fd2a788c16055b756e8483936b0e384 > Cr-Commit-Position: refs/heads/master@{#361162} TBR=erg@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=548426 Review URL: https://codereview.chromium.org/1472753003 Cr-Commit-Position: refs/heads/master@{#361225}
-
erikchen authored
These tests have never worked on perf bots, and are currently disabled. See https://code.google.com/p/chromium/issues/detail?id=530405#c10 for more details. BUG=530405 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_10_10_perf_bisect;tryserver.chromium.perf:win_perf_bisect;tryserver.chromium.perf:android_nexus5_perf_bisect Review URL: https://codereview.chromium.org/1463503003 Cr-Commit-Position: refs/heads/master@{#361224}
-
yusufo authored
Revert of Start calling show/hide onStart/onStop in DocumentActivity (patchset #1 id:1 of https://codereview.chromium.org/1455343002/ ) Reason for revert: BUG=559197 This was causing an early tab.show call which made the test think the activity is in the foreground. Reverting my CL for now. Will have to figure out a proper way to hide/show to reland. Original issue's description: > Start calling show/hide onStart/onStop in DocumentActivity > > This logic in documents diverge from CHromeActivity behavior for > archaic reasons (crbug.com/451672). Making documents show/hide > in the same time as all other ChromeActivities with this change. > Verified that the previous bug that caused the bheavior divergence > no longer exists after this CL. > > BUG=546182 > > Committed: https://crrev.com/e548d4580bbd915716a855f9195b6f5f2d63d2a1 > Cr-Commit-Position: refs/heads/master@{#360581} TBR=dfalcantara@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=546182 Review URL: https://codereview.chromium.org/1464313003 Cr-Commit-Position: refs/heads/master@{#361223}
-