- 04 Oct, 2016 40 commits
-
-
brettw authored
GN writes a Ninja command to re-invoke GN when a build file changes. Previously this hardcoded the build directory. But if the user renames the build directory, Ninja will think the files are out of date but GN will keep regenerating files in another directory. This changes the directory to "." because Ninja will invoke all commands with the build directory as the current one. BUG=639965 Review-Url: https://codereview.chromium.org/2389133003 Cr-Commit-Position: refs/heads/master@{#422995}
-
derat authored
Rename IntentHandlerInfo's ActionType field from "action" to "action_type" and add a new string "action" field. Update Chrome to use the enum field's new name. In the IntentHelperInstance interface, also rename HandleUrlList and HandleUrlListDeprecated's ActionType parameters from "action" to "action_type". The method signatures remain unchanged. BUG=647802 Review-Url: https://codereview.chromium.org/2396633002 Cr-Commit-Position: refs/heads/master@{#422994}
-
tkent authored
For the following changes: https://codereview.chromium.org/2390543002/ https://codereview.chromium.org/2390563002/ BUG=563793 NOTRY=true Review-Url: https://codereview.chromium.org/2386973002 Cr-Commit-Position: refs/heads/master@{#422993}
-
mbrunson authored
The original implementation of bindProxy in Mojo connection requires a callback in order to receive the proxy for the remote interface. This pattern is counterintuitive and unnecessary. A new function that doesn't require a callback has been added here. Review-Url: https://codereview.chromium.org/2389303002 Cr-Commit-Position: refs/heads/master@{#422992}
-
luoe authored
This CL splits parts of _formatMessage() into the following functions: _buildMessage(), _buildAnchor(), and _wrapStackTraceFormatting(). The only functional change should be that messageElement is now a text node wrapped in a span, similar to every other messageElement. Review-Url: https://codereview.chromium.org/2378493002 Cr-Commit-Position: refs/heads/master@{#422991}
-
thakis authored
BUG=563793 Review-Url: https://codereview.chromium.org/2389883005 Cr-Commit-Position: refs/heads/master@{#422990}
-
estade authored
BUG=648351 Review-Url: https://codereview.chromium.org/2396603002 Cr-Commit-Position: refs/heads/master@{#422989}
-
yuweih authored
This CL separates the core that lives entirely on the display thread from JniGlDisplayHandler so that the thread model can be clearer. BUG=646116 Review-Url: https://codereview.chromium.org/2389463002 Cr-Commit-Position: refs/heads/master@{#422988}
-
enne authored
ScaleToEnclosingRect DCHECKS that the scale that's being done won't overflow, however this can't be known because the scrollbar's internal scale is determined by page content. Clamp these values safely instead of DCHECKing. R=danakj@chromium.org BUG=652604 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2384063007 Cr-Commit-Position: refs/heads/master@{#422987}
-
kcarattini authored
The SB blacklist will contain information at the origin level so we shouldn't waste resources checking longer paths. BUG=561867,647107,543161 Review-Url: https://codereview.chromium.org/2391933002 Cr-Commit-Position: refs/heads/master@{#422986}
-
thakis authored
BUG=563793 TBR=haraken Review-Url: https://codereview.chromium.org/2396573002 Cr-Commit-Position: refs/heads/master@{#422985}
-
rnephew authored
Revert of perf: Disable battor.tough_video_cases on Mac as it is failing consistenly (patchset #1 id:1 of https://codereview.chromium.org/2380783003/ ) Reason for revert: BattOr SD Card was replaced. Original issue's description: > perf: Disable battor.tough_video_cases on Mac as it is failing consistenly > > BUG=650411 > CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq > TBR=alexclarke@chromium.org > NOTRY=true > > Committed: https://crrev.com/842ccca9d542b2e7b98ed3b10e6d35061f682895 > Cr-Commit-Position: refs/heads/master@{#421891} TBR=alexclarke@chromium.org,skyostil@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=650411 Review-Url: https://codereview.chromium.org/2393673002 Cr-Commit-Position: refs/heads/master@{#422984}
-
sammc authored
BUG=645004 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2314573002 Cr-Commit-Position: refs/heads/master@{#422983}
-
fjhenigman authored
Without this, nothing is compiling ANGLE's Ozone back end. BUG=angleproject:1412 Review-Url: https://codereview.chromium.org/2385603002 Cr-Commit-Position: refs/heads/master@{#422982}
-
sammc authored
This adds origin_trial_os_whitelist to RuntimeEnabledFeatures. If set, an origin trial will only be available on the whitelisted OSes. BUG=635741 Review-Url: https://codereview.chromium.org/2249043002 Cr-Commit-Position: refs/heads/master@{#422981}
-
eae authored
BUG=563793 TBR=mstensho@opera.com Review-Url: https://codereview.chromium.org/2390413002 Cr-Commit-Position: refs/heads/master@{#422980}
-
avi authored
BUG=555865 Review-Url: https://codereview.chromium.org/2387783002 Cr-Commit-Position: refs/heads/master@{#422979}
-
creis authored
This may legitimately fail when replaceState IPCs arrive from a RenderFrameHost that is pending deletion, causing its nav_entry_id to be reset. In this case, we'll find a NavigationEntry by page_id but not by nav_entry_id. BUG=638089 TEST=No debug crash going cross process during replaceState flood. Review-Url: https://codereview.chromium.org/2394453002 Cr-Commit-Position: refs/heads/master@{#422978}
-
rsesek authored
This moves to using -[NSWorkspace noteFileSystemChanged:], which internally strips the last path component and calls the deprecated function. BUG=650794 R=avi@chromium.org Review-Url: https://codereview.chromium.org/2391573004 Cr-Commit-Position: refs/heads/master@{#422977}
-
nasko authored
With r422474 creation of blob: URLs with origin of a chrome-extension:// was locked down. However, the case of a <webview> loading an accessible_resource from its embedder and creating a blob: is disallowed. This CL adds permission for <webview> to create such URLs in the origin of its embedder. This CL is based on work by nick@chromium.org. BUG=652784, 644966 Review-Url: https://codereview.chromium.org/2396533003 Cr-Commit-Position: refs/heads/master@{#422976}
-
eae authored
BUG=563793 R=ikilpatrick@chromium.org Review-Url: https://codereview.chromium.org/2393693002 Cr-Commit-Position: refs/heads/master@{#422975}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/da2a4758cdc2..ea00e6ba38cf $ git log da2a4758c..ea00e6ba3 --date=short --no-merges --format='%ad %ae %s' 2016-10-04 benjhayden Fix missing/unmergeable/empty histograms in value-set-table-cell 2016-10-04 aiolos Remove tracing.ui.timeline_viewport_test.locationObj test. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2387293003 Cr-Commit-Position: refs/heads/master@{#422974}
-
rsesek authored
Replace with -[NSRunningApplication activateWithOptions:]. BUG=650845 R=avi@chromium.org Review-Url: https://codereview.chromium.org/2386343004 Cr-Commit-Position: refs/heads/master@{#422973}
-
clamy authored
This CL fixes a race condition in which we will attempt to transfer a navigation in an RFH that has just been swapped out by the commit of another navigation. BUG=651503 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2383773002 Cr-Commit-Position: refs/heads/master@{#422972}
-
rkaplow authored
Add a basic exact linear macro. Ends up being the same as enum, but making it explicit will make our API more understandable, as a user shouldn't need to know the detail that enum is actually just 0-1, 1-2, etc. Also adding mpearson@ and I as owners BUG=649410 Review-Url: https://codereview.chromium.org/2385053003 Cr-Commit-Position: refs/heads/master@{#422971}
-
wangxianzhu authored
We call ComputedStyle::applyTransform(..., ExcludeTransformOrigin, IncludeMotionPath, ...) in PaintPropertyTreeBuilder updateTransform(). Previously in the case applyTransform() passed wrong (0,0) origin when calling applyMotionPathTransform(). Always pass the correct origin to applyMotionPathTransform(). BUG=652323 TEST=css3/motion-path/path-establishes-stacking-context.html with --enable-blink-features=slimmingPaintInvalidation Review-Url: https://codereview.chromium.org/2390173002 Cr-Commit-Position: refs/heads/master@{#422970}
-
gogerald authored
BUG=632052 Review-Url: https://codereview.chromium.org/2384233002 Cr-Commit-Position: refs/heads/master@{#422969}
-
vakh authored
BUG=651911, 543161 Review-Url: https://codereview.chromium.org/2383063003 Cr-Commit-Position: refs/heads/master@{#422968}
-
qyearsley authored
Review-Url: https://codereview.chromium.org/2390683003 Cr-Commit-Position: refs/heads/master@{#422967}
-
tommycli authored
Normal users will have it configured to the real value via Finch. This hardcoding is only for ease of testing in case the user does not have a Finch config. BUG=650903 Review-Url: https://codereview.chromium.org/2391823003 Cr-Commit-Position: refs/heads/master@{#422966}
-
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/cb68f292f76dfc8fb256e2fd7142639df5fc681d Enable test results presentation for android instrumentation tests. (hzl@google.com) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=605572 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2395643002 Cr-Commit-Position: refs/heads/master@{#422965}
-
mdjones authored
BUG= Review-Url: https://codereview.chromium.org/2388793005 Cr-Commit-Position: refs/heads/master@{#422964}
-
mwlodar authored
Memory Leak Detector proto gets enriched with a message for collecting memory usage information from OS and fields describing the last increasing allocation trend for the suspected size and call stack. BUG=chromium:650347 Review-Url: https://codereview.chromium.org/2391893002 Cr-Commit-Position: refs/heads/master@{#422963}
-
thakis authored
BUG=563793 Review-Url: https://codereview.chromium.org/2393003002 Cr-Commit-Position: refs/heads/master@{#422962}
-
maxbogue authored
BUG=651924 Review-Url: https://codereview.chromium.org/2394573002 Cr-Commit-Position: refs/heads/master@{#422961}
-
danakj authored
Instead expand the Display's size to cover the entire entire external viewport (aka the clip area). Also removes SetSurfaceSize from the SoftwareOutputSurface used by WebView to draw the renderer's frame into an SkCanvas. Since the Display is now sized to cover the whole clip area, it will Reshape() to that size and the OutputSurface can use that size. R=boliu@chromium.org BUG=606056 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2377533002 Cr-Commit-Position: refs/heads/master@{#422960}
-
anthonyvd authored
BUG=651933 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2387123002 Cr-Commit-Position: refs/heads/master@{#422959}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/89f9ee3b8f3b..98151cab3d24 $ git log 89f9ee3b8..98151cab3 --date=short --no-merges --format='%ad %ae %s' 2016-10-04 dsinclair Cleanup DEPS files 2016-10-04 dsinclair Fix fuzzer paths 2016-10-04 npm Avoid crashing on CPDF_ToUnicodeMap::Load by using ValueOrDefault() 2016-10-04 dsinclair Make sure the fuzzer read size does not go negative. 2016-10-04 dsinclair Move core/fpdfapi/fpdf_render to core/fpdfapi/render 2016-10-04 dsinclair Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser 2016-10-04 dsinclair Move core/fpdfapi/fpdf_page to core/fpdfapi/page 2016-10-04 dsinclair Move core/fpdfapi/fpdf_font to core/fpdfapi/font 2016-10-04 dsinclair Move core/fpdfapi/fpdf_edit to core/fpdfapi/edit 2016-10-04 dsinclair Move core/fpdfapi/fpdf_cmaps to core/fpdfapi/cmaps BUG=621836 TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2393643003 Cr-Commit-Position: refs/heads/master@{#422958}
-
proberge authored
This change adds Windows-only logic to the PrefHashFilter such that it verifies preferences against MACs stored in the registry. Unlike the current tracked preference logic, this extra check does NOT reset settings. To avoid inconsistent state with the MACs in secure_preferences, we clear the registry MACs before writing secure_preferences, and write the registry MACs after the file is successfully written. BUG=624858 Committed: https://crrev.com/4683dfcecfa72a73e00498d7c06fcf6716f8366c Review-Url: https://codereview.chromium.org/2204943002 Cr-Original-Commit-Position: refs/heads/master@{#422240} Cr-Commit-Position: refs/heads/master@{#422957}
-
ianwen authored
If the user leaves a special locale, changes we made previously shall be reverted. BUG=638062 Review-Url: https://codereview.chromium.org/2385543002 Cr-Commit-Position: refs/heads/master@{#422956}
-