- 30 Aug, 2016 40 commits
-
-
kozyatinskiy authored
It's too early to navigate frame when we get executeContextCreated. BUG=596940 R=lushnikov@chromium.org Review-Url: https://codereview.chromium.org/2291333002 Cr-Commit-Position: refs/heads/master@{#415423}
-
schenney authored
No change, just re-ordering. TBR=chrishtr@chromium.org BUG=636475 Review-Url: https://codereview.chromium.org/2286393002 Cr-Commit-Position: refs/heads/master@{#415422}
-
thomasanderson authored
CL 08b6593d added a workaround to make focus work in the case of no window manager. This is no longer necessary now that the new focus-tracking algorithm keeps track of has_pointer_focus_. BUG=546854 Review-Url: https://codereview.chromium.org/2295443002 Cr-Commit-Position: refs/heads/master@{#415421}
-
https://codereview.chromium.org/1911973002/scottmg authored
This avoids calling NativeThemeWin methods in the renderer, which call user32, gdi32, and load uxtheme.dll, which we don't/can't do in the renderer. Also removes native_theme_win and native_theme_dark_win from child processes at the build file level. There's no way they could work in the renderer implemented as they are. NativeThemeAuraWin is removed as it was only used to special case scrollbars to NativeThemeWin, but that doesn't work. Attempted to readd a DLOG(FATAL) to SingletonHwnd(), but can't yet for a different reason, browser_tests: [3472:4712:0829/151623:FATAL:singleton_hwnd.cc(34)] Cannot create windows on non-UI thread! Backtrace: base::debug::StackTrace::StackTrace [0x023E3157+23] logging::LogMessage::~LogMessage [0x0239A681+49] gfx::SingletonHwnd::SingletonHwnd [0x02EA5A6E+111] base::Singleton<gfx::SingletonHwnd,base::DefaultSingletonTraits<gfx::SingletonHwnd>,gfx::SingletonHwnd>::get [0x02EA5BCB+42] gfx::GetFontRenderParams [0x02E97CED+344] gfx::GetFontRenderParams [0x02E97BF6+97] content::PpapiPluginMain [0x02304622+390] ... BUG=258201 Review-Url: https://codereview.chromium.org/2290743002 Cr-Commit-Position: refs/heads/master@{#415420}
-
brettw authored
Inlines sources into the GN build files. This creates smaller helper "unit_tests" and "browser_tests" targets for the various subdirectories to keep the file lists closer to the code. Adds the wifi display unit tests which were missing from the GN build (these are not compiled by default, only when you explicitly pass a flag). Adds the new targets to GN check and adds additional dependencies to make this check pass. Review-Url: https://codereview.chromium.org/2281053004 Cr-Commit-Position: refs/heads/master@{#415419}
-
olka authored
In case AudioOutputDevice buffer size is not the same as hardware buffer size, AudioOutputResampler on browser side does rebuffering (fifo-based). It means that AudioOuputDevice::Render() calles are NOT issued with a constant interval based on output buffer size duration. For example, for WebRTC it means Voice Engine can receive 2+ calls one by one without 10 ms interval, or a call can be skipped from time to time. It may result in a missed deadline on Browser/Renderer edge, which causes audio glitch. And it may create problems for echo cancellation. Addind a UMA stat to reflect the affected popluation of audio rendering sessions. BUG=538152 Review-Url: https://codereview.chromium.org/2268253002 Cr-Commit-Position: refs/heads/master@{#415418}
-
eae authored
Add initial simple NGLayoutOpportunityIterator implementation. Does not yet handle exclusions, inlines or bfcs. R=ikilpatrick@chromium.org,cbiesinger@chromium.org BUG=635619 Review-Url: https://codereview.chromium.org/2286403004 Cr-Commit-Position: refs/heads/master@{#415417}
-
scottmg authored
I don't exactly know why, but it wouldn't work for me on Mac with shell=True. (I guess there must be few users other than me as no one else noticed I guess.) R=thakis@chromium.org Review-Url: https://codereview.chromium.org/2296633003 Cr-Commit-Position: refs/heads/master@{#415416}
-
robhogan authored
When calculating a block's percentage relativePositionOffset() we ought to consider containing blocks with an implicit height from top/bottom as having a height we can use to calculate an offset from. BUG=61049 Review-Url: https://codereview.chromium.org/2288563002 Cr-Commit-Position: refs/heads/master@{#415415}
-
rch authored
Review-Url: https://codereview.chromium.org/2282323003 Cr-Commit-Position: refs/heads/master@{#415414}
-
nektar authored
In Apple's WebKit, AXLayoutComplete, and not AXLoadComplete, fires when an iframe loads. I am not sure if it also fires when an iframe finishes layout, so we should leave the |ui::AX_EVENT_LAYOUT_COMPLETE| case in for now. BUG=637895 TESTED=Voiceover R=dmazzoni@chromium.org Review-Url: https://codereview.chromium.org/2297433002 Cr-Commit-Position: refs/heads/master@{#415413}
-
mcasas authored
Cleanup after https://codereview.chromium.org/2283163002/ BUG=641559 Review-Url: https://codereview.chromium.org/2294033002 Cr-Commit-Position: refs/heads/master@{#415412}
-
brettw authored
Inlines sources into GN build. Review-Url: https://codereview.chromium.org/2292893003 Cr-Commit-Position: refs/heads/master@{#415411}
-
asvitkine authored
This CL deprecates all the "AboutFlags_*" actions and instead replaces their logging with a AboutFlags.Seen histogram, that has all the actions as enumerations. This new histogram is logged using the same code that logs Login.CustomFlags histogram on ChromeOS. Following this change, via separate CLs I plan to deprecate Login.CustomFlags in favor of AboutFlags.Seen and also make the new histogram get logged on Android, where I think it's currently not logged. BUG=639304 Review-Url: https://codereview.chromium.org/2257533005 Cr-Commit-Position: refs/heads/master@{#415410}
-
brettw authored
These are now unused. TBR=dpranke Review-Url: https://codereview.chromium.org/2295963002 Cr-Commit-Position: refs/heads/master@{#415409}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/50034a679249..fbda17d61de1 $ git log 50034a679..fbda17d61 --date=short --no-merges --format='%ad %ae %s' 2016-08-30 tsepez Make CPDF_TextState have a CPDF_TextStateData rather than inheriting one. 2016-08-30 dsinclair Guard against overflow when calculating font weight. BUG=641418 TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2292243002 Cr-Commit-Position: refs/heads/master@{#415408}
-
fdoray authored
This CL removes calls to these methods from mojo/ files: - MessageLoop::PostTask - MessageLoop::PostDelayedTask - MessageLoop::ReleaseSoon - MessageLoop::DeleteSoon - MessageLoop::Run - MessageLoop::RunUntilIdle BUG=616447 Review-Url: https://codereview.chromium.org/2272253003 Cr-Commit-Position: refs/heads/master@{#415407}
-
eugenebut authored
BUG=595761 Review-Url: https://codereview.chromium.org/2281803002 Cr-Commit-Position: refs/heads/master@{#415406}
-
dougarnett authored
Removes check on deprecated OfflinePageBridge.isOfflinePagesEnabled() from isNtpOfflinePagesEnabled() BUG=639354 Review-Url: https://codereview.chromium.org/2285313002 Cr-Commit-Position: refs/heads/master@{#415405}
-
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/6a0ae9a267cf531c5730e35900d3ec7cd1f4f20e Increase timeout for determining initial confidence from 2 hours to 20 hours. (dtu@chromium.org) https://crrev.com/b558a1d492b1e80a75c1fe4d76a39606e872a305 Make Nexus5X bisect bot use 64 bit binaries. (prasadv@google.com) https://crrev.com/c55d5672010c188fec90d8aa2b2ccc83be6f5c07 Add configs for android webview Nexus 6 bisect bot. (mikecase@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=640154,640509 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2298463002 Cr-Commit-Position: refs/heads/master@{#415404}
-
brettw authored
Makes new "unit_tests" targets for core and modules, reference these from webkit_unit_tests and delete the associated .gypi and .gni machinery. Move all web file lists from .gypis to the GN build and remove web.gypi Review-Url: https://codereview.chromium.org/2294893002 Cr-Commit-Position: refs/heads/master@{#415403}
-
brettw authored
Previously the views unit tests duplicated sources between views_unittests and views_mus_unittests. This puts the sources in one target and shares the compiles between both test suites. Review-Url: https://codereview.chromium.org/2291803002 Cr-Commit-Position: refs/heads/master@{#415402}
-
dalecurtis authored
This speeds up seek and suspend significantly in the case of a hung read; on slow networks this may shave hundreds of milliseconds or more off the seek and suspend times. Notably this also resolves a CHECK() crash for overlapping reads by aborting any existing reads when a new read comes in. Note: Also removes some log spam from canceled reads / tests. BUG=165762,638018 TEST=manual, new unittests Review-Url: https://codereview.chromium.org/2267963002 Cr-Commit-Position: refs/heads/master@{#415401}
-
mdjones authored
This change removes the top level android directory from dom_distiller and splits it into content/browser/android and core/android. The two directories now each have their own JNI registrar that allows them to depend on appropriate parts of the component. BUG=562769 TBR=yfriedman@chromium.org Review-Url: https://codereview.chromium.org/2252963004 Cr-Commit-Position: refs/heads/master@{#415400}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/9a44565e9946..e6ec16356ec6 $ git log 9a44565e9..e6ec16356 --date=short --no-merges --format='%ad %ae %s' 2016-08-30 mtklein Detect TSAN instead of relying on #ifdef THREAD_SANITIZER. 2016-08-30 halcanary SkPDF: hand SfntlyWrapper::SubsetFont() ttcIndex, not fontName. 2016-08-30 mtklein GN: add sksl 2016-08-30 bsalomon Remove unneeded variables from ResourceCache test GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2295883002 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=bsalomon@google.com Review-Url: https://codereview.chromium.org/2291263002 Cr-Commit-Position: refs/heads/master@{#415399}
-
Rebaseline Bot authored
https://chromium.googlesource.com/chromium/src/+/e465f9c7e BUG=640264 TBR=pdr@chromium.org Review URL: https://codereview.chromium.org/2292283002 . Cr-Commit-Position: refs/heads/master@{#415398}
-
riajiang authored
BUG=641828 TEST=ash_unittests, unit_tests, blink_converters_unittests, events_unittests, exo_unittests, browser_tests Review-Url: https://codereview.chromium.org/2287403002 Cr-Commit-Position: refs/heads/master@{#415397}
-
ellyjones authored
This CL adds a member to FeedbackInfo which instructs the feedback dialog to use native window controls and implements support for it in the feedback dialog's JS. BUG=553991 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2295793002 Cr-Commit-Position: refs/heads/master@{#415396}
-
rjkroege authored
To permit reusing portions of ash/display in both mus and ash, we need to move some code to ui. Start this process by relocating ash/common/display/display_info.* as it is the root of the inclusion dependency tree. BUG=581462 Review-Url: https://codereview.chromium.org/2270553002 Cr-Commit-Position: refs/heads/master@{#415395}
-
tommycli authored
Also updates a bunch of strings. BUG=622922 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2280233002 Cr-Commit-Position: refs/heads/master@{#415394}
-
fs authored
SVGSMILElement adds a reference to its target, and any instances of the target should never be mutated, so the registration of reference to the extended target element set in SVGAnimateElement::resetAnimatedType does not add any value. BUG=640676 Review-Url: https://codereview.chromium.org/2292983002 Cr-Commit-Position: refs/heads/master@{#415393}
-
dpranke authored
This picks up a change that will help address flaky telemetry failures. This includes the following changes (v0.9.5..v0.9.7): 79fe79db Change typ's interpretation of a test that first fails and is then skipped. 101acd31 Bump version to 0.9.6, clean up Python 3 failures 2f8787b8 rework run script to remove python3 log d5023636 rework sharding tests TBR=rnephew@chromium.org, nednguyen@google.com BUG=618330 Review-Url: https://codereview.chromium.org/2289303002 Cr-Commit-Position: refs/heads/master@{#415392}
-
sdy authored
Instead of guessing what *would* have been the OS X version constant for a version our SDK doesn't even support and then asserting when we're wrong, just skip the check when it doesn't matter. BUG=636093 Review-Url: https://codereview.chromium.org/2289173002 Cr-Commit-Position: refs/heads/master@{#415391}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/bf2b35a6b699..578e20909005 $ git log bf2b35a6b..578e20909 --date=short --no-merges --format='%ad %ae %s' 2016-08-30 jbudorick [devil] Disable USB reset in device_recovery. BUG=642194 TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2295933002 Cr-Commit-Position: refs/heads/master@{#415390}
-
thestig authored
Review-Url: https://codereview.chromium.org/2293823002 Cr-Commit-Position: refs/heads/master@{#415389}
-
alexmos authored
BUG=636513 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2281103002 Cr-Commit-Position: refs/heads/master@{#415388}
-
tomhudson authored
skia::GetTopDevice() gets removed from our public API. SK_API also removed from a couple of classes we don't want used. R=fmalita@chromium.org BUG=543755 Review-Url: https://codereview.chromium.org/2294813002 Cr-Commit-Position: refs/heads/master@{#415387}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/26642c66..3d96d7ee 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/2289243002 Cr-Commit-Position: refs/heads/master@{#415386}
-
rch authored
BUG=641791 Review-Url: https://codereview.chromium.org/2283393002 Cr-Commit-Position: refs/heads/master@{#415385}
-
geofflang authored
TBR=zmo@chromium.org BUG=483282 CQ_INCLUDE_TRYBOTS=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 Review-Url: https://codereview.chromium.org/2296853002 Cr-Commit-Position: refs/heads/master@{#415384}
-