- 30 Aug, 2016 40 commits
-
-
dpranke authored
Win goma builds do not support PDB files, so trying to build with full symbols is very painful. Previously we would default to "full symbols" but silently turn off symbols if using goma; this CL restructures things so that we default to "minimal symbols" if using goma (and visual studio's compiler). R=brucedawson@chromium.org, brettw@chromium.org, thakis@chromium.org BUG=634184 Review-Url: https://codereview.chromium.org/2215433002 Cr-Commit-Position: refs/heads/master@{#415325}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/48701b2a..26642c66 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/2294793002 Cr-Commit-Position: refs/heads/master@{#415324}
-
boliu authored
Make it a general feature of CleanupReference. Review-Url: https://codereview.chromium.org/2281313002 Cr-Commit-Position: refs/heads/master@{#415323}
-
liaoyuke authored
Add functionality to http server utility so that it can include Set-Coockie in the header. Some tests need cookies to be set, sets cookie through http response can better simulate real world user behavior than through javascript. BUG= Review-Url: https://codereview.chromium.org/2283203003 Cr-Commit-Position: refs/heads/master@{#415322}
-
jamescook authored
Remove the chrome D-Bus bindings code and web UI test code. We can revive them from git history if we need them again. BUG=641996 TEST=compiles CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation TBR=dpranke@chromium.org Review-Url: https://codereview.chromium.org/2292703002 Cr-Commit-Position: refs/heads/master@{#415321}
-
lukasza authored
rewrite_to_chrome_style tool has trouble renaming \<m_[0-9]... fields, because |m_3dRenderingContext| shouldn't be renamed to |3d_rendering_context_| (the latter is not a valid C++ identifier). Therefore, this CL manually renames all \<m_[0-9]... fields under third_party/WebKit/Source, so that a digit will not appear as the first character of the name. A few extra fields have been renamed in core/paint/PaintLayer.h/.cpp for consistency between ...StatusDirty and is...Dirty. A few extra changes have been made to follow recent style changes (e.g. to prefer DCHECK over ASSERT in new code). BUG=641027 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2291723002 Cr-Commit-Position: refs/heads/master@{#415320}
-
ellyjones authored
As part of Harmony work, MacViews should switch from using Cocoa's color scheme to Harmony's. BUG=637016 Review-Url: https://codereview.chromium.org/2256323003 Cr-Commit-Position: refs/heads/master@{#415319}
-
avi authored
BUG=555865 Review-Url: https://codereview.chromium.org/2289763003 Cr-Commit-Position: refs/heads/master@{#415318}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/babc697ae8f7..fc6cb7366493 $ git log babc697ae..fc6cb7366 --date=short --no-merges --format='%ad %ae %s' 2016-08-30 ethannicholas changed kCurveConnectionThreshold in GrAAConvexTessellator GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2297563003 TBR=bsalomon@google.com CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=bsalomon@google.com Review-Url: https://codereview.chromium.org/2292143002 Cr-Commit-Position: refs/heads/master@{#415317}
-
estade authored
Overview, etc.) BUG=635762 TBR=derat@chromium.org Review-Url: https://codereview.chromium.org/2258703002 Cr-Commit-Position: refs/heads/master@{#415316}
-
bzanotti authored
BUG=640623 Review-Url: https://codereview.chromium.org/2287383002 Cr-Commit-Position: refs/heads/master@{#415315}
-
eugenebut authored
According to test comments the action should only differ by query and fragment, not by path. BUG=None Review-Url: https://codereview.chromium.org/2292483003 Cr-Commit-Position: refs/heads/master@{#415314}
-
mvanouwerkerk authored
Review-Url: https://codereview.chromium.org/2286703002 Cr-Commit-Position: refs/heads/master@{#415313}
-
mef authored
BUG=527059 Review-Url: https://codereview.chromium.org/2200323003 Cr-Commit-Position: refs/heads/master@{#415312}
-
boliu authored
BUG=507405 Review-Url: https://codereview.chromium.org/2282183002 Cr-Commit-Position: refs/heads/master@{#415311}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/5fec597c1a23..50034a679249 $ git log 5fec597c1..50034a679 --date=short --no-merges --format='%ad %ae %s' 2016-08-30 dsinclair Ignore the base/trace_event directory TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2293923002 Cr-Commit-Position: refs/heads/master@{#415310}
-
geofflang authored
https://chromium.googlesource.com/angle/angle.git/+log/ca05a08..d5da505 BUG=638313,605754 TBR=cwallez@chromium.org 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/2296753002 Cr-Commit-Position: refs/heads/master@{#415309}
-
lfg authored
This patch adds a WebWidgetTestProxy interface that is instantiated when running LayoutTests and wraps RenderWidget in order to execute test-specific code. This is a reland of https://codereview.chromium.org/2174663005/. BUG=583347 Review-Url: https://codereview.chromium.org/2238573002 Cr-Commit-Position: refs/heads/master@{#415308}
-
zengster authored
Review-Url: https://codereview.chromium.org/2290063002 Cr-Commit-Position: refs/heads/master@{#415307}
-
zengster authored
Review-Url: https://codereview.chromium.org/2281263003 Cr-Commit-Position: refs/heads/master@{#415306}
-
wangxianzhu authored
The under-invalidation does no real harm except for delayed paint when buffered ranges change in paused mode. This improves performance of media control painting which may help crbug.com/633036. BUG=484288 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2297453002 Cr-Commit-Position: refs/heads/master@{#415305}
-
ehmaldonado authored
This makes possible for other projects to use their own lint suppressions file. WebRTC for example, uses its own lint suppressions file. BUG= Review-Url: https://codereview.chromium.org/2290323002 Cr-Commit-Position: refs/heads/master@{#415304}
-
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/02ccd1c615b32c28a1165bc35cd7318ffe60f506 Roll recipe dependencies (trivial). (recipe-roller@chromium.org) depot_tools: https://crrev.com/db8b839320168ab4f5156399ecb275478c0aa2cd bot_update/gclient: kill git fetch after timeout regardless of output. (tandrii@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=635641 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2295833002 Cr-Commit-Position: refs/heads/master@{#415303}
-
sky authored
And wires up appropriately. BUG=624173 TEST=covered by tests R=jamescook@chromium.org Review-Url: https://codereview.chromium.org/2285703003 Cr-Commit-Position: refs/heads/master@{#415302}
-
perkj authored
Add unmodified task_queue.h to webrtc_overrides The purpose is to be able to override the webrtc TaskQueue implementation in Chrome. The plan 1. First land unmodified task_queue.h file to Chrome 2. Modify build files in the webrtc repo to include the unmodified task_queue.h and not build task_queue.cc 3. Roll webrtc to Chrome 4. Reland https://codereview.chromium.org/2297643003/ that overrides task_queue in webrtc_overrides. 5. Modify the build files in webrtc to build webrtc_overrides/webrtc/base/task_queue.cc when build in chrome. 6. Roll again. 7. Build task_queue_unittest.cc as part of content_unittests to test task_queue.cc in webrtc_overrides. 8... Start using task queues in webrtc........ 9. Drink a beer and celebrate. BUG=webrtc:5687 TBR=tommi@chromium.org Review-Url: https://codereview.chromium.org/2293023002 Cr-Commit-Position: refs/heads/master@{#415301}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/6f5df6acb7de..babc697ae8f7 $ git log 6f5df6acb..babc697ae --date=short --no-merges --format='%ad %ae %s' 2016-08-30 vjiaoblack raster shadows 2016-08-30 brianosman Improve the gamma GM significantly 2016-08-30 brianosman Some tests around surface creation and snapshotting with color space CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=bsalomon@google.com Review-Url: https://codereview.chromium.org/2292863003 Cr-Commit-Position: refs/heads/master@{#415300}
-
estade authored
BUG=642163 Review-Url: https://codereview.chromium.org/2297453003 Cr-Commit-Position: refs/heads/master@{#415299}
-
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/676c7850ebae5fd3245ba63ad55c95673be5fdd2 archive_build: remove code trying to invoke svn (phajdan.jr@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=642353 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2294803002 Cr-Commit-Position: refs/heads/master@{#415298}
-
haraken authored
As discussed in blink-dev@ (https://groups.google.com/a/chromium.org/d/topic/blink-dev/kk4VX0xRB7I/discussion) and platform-architecture-dev@ (https://groups.google.com/a/chromium.org/d/topic/platform-architecture-dev/Zc12k91NTFk/discussion), there is no reason we have to shut down the renderer gracefully. It's just causing use-after-free bugs and wasting performance. This CL stops calling Platform::shutdown() when a PPAPI/utility thread stop. BUG=639244 Review-Url: https://codereview.chromium.org/2274383002 Cr-Commit-Position: refs/heads/master@{#415297}
-
olka authored
BUG=640576 Review-Url: https://codereview.chromium.org/2275343002 Cr-Commit-Position: refs/heads/master@{#415296}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/35512aa7e4ac..5fec597c1a23 $ git log 35512aa7e..5fec597c1 --date=short --no-merges --format='%ad %ae %s' 2016-08-30 thestig Fix missing files found by gn gen --check. 2016-08-30 tsepez More better const-ness in CFX_CountRef<> TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2292103002 Cr-Commit-Position: refs/heads/master@{#415295}
-
pke authored
Introduce data class SectionDescriptor and helper class ItemsMatcher, which checks expectations against the list of NewTabPageItems from the NewTabPageAdapter. Adjust the assertItemsFor() method and its helper methods to use the ItemsMatcher. Create new assertMatches() for checking single sections. BUG=None Review-Url: https://codereview.chromium.org/2291733002 Cr-Commit-Position: refs/heads/master@{#415294}
-
falken authored
ServiceWorkerURLRequestJob has two distinct states when there is a response from the service worker: it can be reading a blob or a stream. To clarify the states, factor out blob and stream response reading into dedicated classes. This should also help netlog fit better with the superclass's "request start" vs "reading response" phases. Review-Url: https://codereview.chromium.org/2290453005 Cr-Commit-Position: refs/heads/master@{#415293}
-
halcanary authored
Land this after https://skia.googlesource.com/skia/+/650e20d rolls into DEPS BUG= Review-Url: https://codereview.chromium.org/2279843002 Cr-Commit-Position: refs/heads/master@{#415292}
-
perkj authored
BUG=642336 TBR=skyostil@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/2294763002 Cr-Commit-Position: refs/heads/master@{#415291}
-
benchan authored
This CL changes chromeos::TimeZoneProvider to use vector<unique_ptr<T>> instead of the deprecated ScopedVector<T>. BUG=554289 Review-Url: https://codereview.chromium.org/2295663002 Cr-Commit-Position: refs/heads/master@{#415290}
-
benchan authored
This CL changes chromeos::SimpleGeolocationProvider to use vector<unique_ptr<T>> instead of the deprecated ScopedVector<T>. BUG=554289 Review-Url: https://codereview.chromium.org/2285393004 Cr-Commit-Position: refs/heads/master@{#415289}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/cce59d145d9f..89be526f6da4 $ git log cce59d145..89be526f6 --date=short --no-merges --format='%ad %ae %s' 2016-08-30 sullivan Add more logging around bisect bug updates. TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2291113002 Cr-Commit-Position: refs/heads/master@{#415288}
-
kojii authored
Before this patch, when the content locale is one of CJK, Android maps all generic families to what Skia matchFamilyStyleCharacter() API returns. This API can find one default font for the specified locale, but disregards which generic font family was used. This patch disables the behavior for "monospace", where using the monospace ASCII glyphs is more important than using the font that has good coverage of the specified locale. When characters outside of the monospace font were used, system fallback can still help to render the characters. BUG=640077 Review-Url: https://codereview.chromium.org/2288383002 Cr-Commit-Position: refs/heads/master@{#415287}
-
sebsg authored
BUG=637332 Review-Url: https://codereview.chromium.org/2287513002 Cr-Commit-Position: refs/heads/master@{#415286}
-