- 22 Jul, 2016 37 commits
-
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/4209816c..cc88d565 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_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,yangguo@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2167143002 Cr-Commit-Position: refs/heads/master@{#407034}
-
lukasza authored
This CL simplifies RenderFrameImpl::decidePolicyForNavigation check for navigating to file: URIs. The simplification is okay, because if it's safe to fork for file-to-file navigations when the opener isn't found, then it should be also safe to do it even when there is an opener. The simplification is desirable, because it removes code that is not yet quite compatible with OOPIFs (where top()->document() may be null). The simplification means that after the CL fast/events/popup-allowed-from-gesture-initiated-form-submit.html layout test (which POSTs a form to a file URI) goes through NavigationControllerImpl::LoadURLWithParams. This exposes the need to remove an overagressive DCHECK that expected POST method only for http (or https) URIs. Since apparently other parts of the system work gracefully when POSTing to a non-http URI, the DCHECK is being removed. BUG=101395, 466297 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2166113002 Cr-Commit-Position: refs/heads/master@{#407033}
-
spqchan authored
Remove calls to setHighlighted: for MD bookmark items. Ensure that the items aren't highlighted when they are not enabled BUG=627722, 628187, 628204 Review-Url: https://codereview.chromium.org/2169623002 Cr-Commit-Position: refs/heads/master@{#407032}
-
jbroman authored
This caused fast/autoresize/turn-off-autoresize.html to change the screen size to 0x0, which persisted to later tests. When a subsequent test attempted to resize the window, it was clamped to the 0x0 screen size, causing (flaky) failures. Review-Url: https://codereview.chromium.org/2172083002 Cr-Commit-Position: refs/heads/master@{#407031}
-
tibell authored
Previously landed as: refs/heads/master@{#406780} Review-Url: https://codereview.chromium.org/2144533002 Cr-Commit-Position: refs/heads/master@{#407030}
-
leon.han authored
This CL replaces usage of Binding::WaitForIncomingMethodCall() with a spin runloop waiting for incoming call or a connection error. Affected test codes are within: components/arc/ services/shell/ BUG=622438 Review-Url: https://codereview.chromium.org/2135223002 Cr-Commit-Position: refs/heads/master@{#407029}
-
mmenke authored
These buffers can add up pretty quickly on memory constrained Android devices. Also add a histogram for performance of large uploads. We don't seem to have any metric aimed at upload performance, and want to protect ourselves against a significant regression that only affects upload performance. BUG=524258 Review-Url: https://codereview.chromium.org/2092563002 Cr-Commit-Position: refs/heads/master@{#407028}
-
dgozman authored
BUG=none TBR=pfeldman Review-Url: https://codereview.chromium.org/2164353002 Cr-Commit-Position: refs/heads/master@{#407027}
-
tzik authored
GN and GYP have different setup of include directories of gmock and gtest. GN propagate include_dir of gtest and gmock to all deps, while GYP doesn't. This CL changes GYP setting to propagate the setting to all deps for parity to GN. BUG=630299 Review-Url: https://codereview.chromium.org/2168983002 Cr-Commit-Position: refs/heads/master@{#407026}
-
kojii authored
This patch fixes unnecessary hyphens appear when soft hyphens are used and its suffix is too long to fit. In that case, m_lineBreak is still pointing to the last break opportunity, which is the beginning of the line, and the character before is on the previous line. Also, different code doing the same logic for when the word with soft hyphen is at the end of a text node and is not are unified. BUG=627715 Review-Url: https://codereview.chromium.org/2167093002 Cr-Commit-Position: refs/heads/master@{#407025}
-
sky authored
BUG=612331 TEST=none R=jamescook@chromium.org Review-Url: https://codereview.chromium.org/2170753005 Cr-Commit-Position: refs/heads/master@{#407024}
-
boliu authored
It is possible to start tracing, ie GPUTracer::IsTracing goes from false to true, between GPUTracer::BeginDecoding and GPUTracer::Begin. If that happens, outputter_ is null, which calls a NPE. Fix that. 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/2171553004 Cr-Commit-Position: refs/heads/master@{#407023}
-
eyaich authored
in the setUp of GpuIntegrationTest Note: I am not certain there is a good way to test the setup functionality of GpuIntegrationTest in a unittest. Given that we are using a Fakes, I have added a hack to simulate throwing an error in the setup method, but it is not how it would behave in practice. Any suggestions for a better way to unittest this are appreciated. Dependent on https://codereview.chromium.org/2148283003 landing in telemetry first BUG=628022 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2151983002 Cr-Commit-Position: refs/heads/master@{#407022}
-
alph authored
Review-Url: https://codereview.chromium.org/2169153002 Cr-Commit-Position: refs/heads/master@{#407021}
-
lshang authored
There are cases about the search field where: - it is showing and focused, which means user is inside the field and forward slash key should be regarded as input. - it is not showing and focused, in which case the forward slash key should be run shortcut command. - it is showing, but not focused, when there are some contents in the field and it loses focus, in this case forward slash key should be shortcut. - it is not showing, but focused, when user uses Tab to focus on the field, forward slash key should be input. Considering all these cases, the forward slash key shortcut should just rely on focused only. BUG=630175 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2166263002 Cr-Commit-Position: refs/heads/master@{#407020}
-
kochi authored
In case frame is detached, do not call setFocusedFrame() as it can't be focused. BUG=626750 TEST=LayoutTests/fast/dom/Selection/selection-crash.html Review-Url: https://codereview.chromium.org/2153063003 Cr-Commit-Position: refs/heads/master@{#407019}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/81681949d363..901257a3ba1d $ git log 81681949d..901257a3b --date=short --no-merges --format='%ad %ae %s' 2016-07-21 mtklein GN: remove hooks again 2016-07-21 mtklein No symlink. The bots are not running hooks anyway. 2016-07-21 bungeman Fix SkScalerContext_FreeType::generateFontMetrics. 2016-07-21 brianosman Add SkColorSpace to GrDrawContext 2016-07-21 herb In the current code, tiling and bilerp sampling are strongly tied together. They can be separated by taking advantage of observation that translating a sample point into filter points in the bilerp stage the filter points will be at most 0.5 outside the tile. This allows simplified repositioning for the various tiling modes; clamp and mirror use min and max while repeat has max -> 0 and 0-> max. This allows bilerp to simply treat the filter points that fall off the tile. This allows tiling and bilerp sampling to be totally separate. 2016-07-21 msarett Miscellaneous color space refactors 2016-07-21 mtklein GN: add missing .exe 2016-07-21 bsalomon Reenable support for CHROMIUM_set_uniform_location 2016-07-21 caryclark let line/cubic intersect at four spots 2016-07-21 mtklein Basic standalone GN configs. 2016-07-21 dvonbeck Fixed GM:lightingshader2 size 2016-07-21 robertphillips Retract PipelineBuilder some more 2016-07-21 msarett Drop support for libjpeg-turbo < 1.2 in SkJpegCodec 2016-07-21 msarett Remove unnecessary getColorSpace() API from SkCodec 2016-07-21 egdaniel Setup system in Vulkan to reuse VkDescriptorSet allocations. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel TBR=jcgregorio@google.com Review-Url: https://codereview.chromium.org/2167973005 Cr-Commit-Position: refs/heads/master@{#407018}
-
tsergeant authored
This fixes an issue where it was possible to have the menu open for a history item which is no longer visible. BUG=626231 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2165473002 Cr-Commit-Position: refs/heads/master@{#407017}
-
catmullings authored
already injected, and injects a script only if it has not been injected. BUG=248627 TEST= Run target browser_tests with --gtest_filter="ExtensionApiTest.ContentScript*" Review-Url: https://codereview.chromium.org/2116613002 Cr-Commit-Position: refs/heads/master@{#407016}
-
mcasas authored
GeolocationProviderImpl is a singleton that directly references GetContentClient()::browser() on ctor, to retrieve an embedder- provider GeolocationDelegate. This blocks moving Geolocation out of content/ This CL changes that mechanism: the GeolocationDelegate is injected in BrowserMainLoop::PostMainMessageLoopStart() (so it won't affect startup time IIUC), and kept in a variable until the singleton construction. This CL is the last blocking factor before taking Geolocation out of content/browser and into device. BUG=612334 TEST=./out/gn/browser_tests --gtest_filter="GeolocationBrowserTest.*" PS: A note about shell_content_browser_client.cc: Changing GeolocationDelegate to injected, causes component's AutofillRiskFingerprintTest to start failing because ShellGeolocationDelegate was initialized too early and could not get a correct ShellBrowserContext*. This CL also changes the ShellGeolocationDelegate to get the browser_context() when is needed. Review-Url: https://codereview.chromium.org/2127973002 Cr-Commit-Position: refs/heads/master@{#407015}
-
reillyg authored
The Mojo PermissionService can be used directly from Blink. Creating separate pipes for workers also removes the need to implement an additional thread-hopping layer. BUG=561879 Review-Url: https://codereview.chromium.org/2108003002 Cr-Commit-Position: refs/heads/master@{#407014}
-
falken authored
Things I wanted clarified while investigating https://crbug.com/625042 BUG=625042 Review-Url: https://codereview.chromium.org/2149273003 Cr-Commit-Position: refs/heads/master@{#407013}
-
eroman authored
(version 4f58244457f8e785c5fbfa9db2735473f9e74ccf of https://github.com/w3c/webcrypto) Review-Url: https://codereview.chromium.org/2167883003 Cr-Commit-Position: refs/heads/master@{#407012}
-
skau authored
As of CUPS 1.6, CUPS has moved away from PPD attributes to IPP attributes. This new backend uses the IPP APIs and will be better suited to use with CUPS going forward. Until we can bump our minumum CUPS version to 1.7, the only client will be Chrome OS where the version is 2.1.3. BUG=607668 TEST=With --enable-native-cups enabled, print dialog will show available CUPS printers if any are configured. Review-Url: https://codereview.chromium.org/2105463002 Cr-Commit-Position: refs/heads/master@{#407011}
-
ben authored
R=rockot@chromium.org BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2166953006 Cr-Commit-Position: refs/heads/master@{#407010}
-
lshang authored
Hide sign in guide in guest mode and show 'no synced tabs'. BUG=628102 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2171513004 Cr-Commit-Position: refs/heads/master@{#407009}
-
mohsen authored
Allows content shell to run context menu handling code in WebContentsViewAura, including touch selection code. This is needed to be able to properly test long press touch selection behavior. BUG=594101 Review-Url: https://codereview.chromium.org/2132983002 Cr-Commit-Position: refs/heads/master@{#407008}
-
dbeam authored
R=stevenjb@chromium.org BUG=630067 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation NOTRY=true # android bots keep failing, this code doesn't even run on android... Review-Url: https://codereview.chromium.org/2164223002 Cr-Commit-Position: refs/heads/master@{#407007}
-
jochen authored
R=nick@chromium.org,dominicc@chromium.org BUG= Review-Url: https://codereview.chromium.org/2163373006 Cr-Commit-Position: refs/heads/master@{#407006}
-
jinsukkim authored
Now that CED (Compact Encoding Detection) library replaced ICU (crrev.com/2081653007), turning on auto-detect encoding by default became feasible without regression on page loading time. Also removed the encoding menu in site setting (originally added in crrev.com/1248163002). Will remove the menu on the other platforms in a follow-up CL. BUG=597488 Review-Url: https://codereview.chromium.org/1894913002 Cr-Commit-Position: refs/heads/master@{#407005}
-
dpranke authored
TBR=brettw@chromium.org NOTRY=true NOTREECHECKS=true BUG=627637 Review-Url: https://codereview.chromium.org/2176433002 Cr-Commit-Position: refs/heads/master@{#407004}
-
tedchoc authored
Revert of Default enable main frame before activation and remove finch experiment. (patchset #1 id:1 of https://codereview.chromium.org/2159103008/ ) Reason for revert: Speculative revert for failing WebView tests on Lollipop: https://build.chromium.org/p/chromium.android/builders/Lollipop%20Phone%20Tester/builds/5794 https://build.chromium.org/p/chromium.android/builders/Lollipop%20Tablet%20Tester/builds/4054 Both phone and tablet started failing and this is the most "suspicious" change. boliu@ can help investigate further assuming this holds true. Original issue's description: > Default enable main frame before activation and remove finch experiment. > > The finch experiment hasn't revealed any regressions other than in page > load times which has been deemed a blink scheduler issue (see > crbug.com/614482). > > R=piman@chromium.org,rkaplow@chromium.org > BUG=612596 > > Committed: https://crrev.com/45041a7e286c665ab14d8ae0b182e1c11cef65ed > Cr-Commit-Position: refs/heads/master@{#406916} TBR=piman@chromium.org,rkaplow@chromium.org,sunnyps@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=612596 Review-Url: https://codereview.chromium.org/2170233002 Cr-Commit-Position: refs/heads/master@{#407003}
-
dpranke authored
Revert of Update the MB builder mapping w/ a few changes. (patchset #1 id:1 of https://codereview.chromium.org/2167033002/ ) Reason for revert: restore cronet entry. Original issue's description: > Update the MB builder mapping w/ a few changes. > > A couple of builders have been removed, and one has been added > but it doesn't do compiles. > > TBR=brettw@chromium.org > BUG= > > Committed: https://crrev.com/cc19e4cf151fec79f7c7052598666de61b20b946 > Cr-Commit-Position: refs/heads/master@{#406939} TBR=brettw@chromium.org,smut@google.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review-Url: https://codereview.chromium.org/2169233002 Cr-Commit-Position: refs/heads/master@{#407002}
-
jam authored
In this particular path (WebFrameClient::didDisplayContentWithCertificateErrors and didRunContentWithCertificateErrors), the information needed is mostly from net's SSLInfo. I removed content::SecurityStyle from the IsContentWithCertificateErrorsRelevantToUI check since it's based on other members from SSLInfo that are compared. This allows future changes to not send content::SSLStatus to the renderer process. Also stop sending the serialized security_info string to the browser since it's not used. BUG=598073 Review-Url: https://codereview.chromium.org/2167773002 Cr-Commit-Position: refs/heads/master@{#407001}
-
ben authored
R=rockot@chromium.org BUG= Review-Url: https://codereview.chromium.org/2172673002 Cr-Commit-Position: refs/heads/master@{#407000}
-
rsesek authored
This uses the new tool in //tools/mac/show_mod_init_func.py to display the function names. BUG=628052 R=mark@chromium.org,dpranke@chromium.org Review-Url: https://codereview.chromium.org/2163373008 Cr-Commit-Position: refs/heads/master@{#406999}
-
kouhei authored
BUG=611329 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:mac_retina_perf_cq Review-Url: https://codereview.chromium.org/2164903002 Cr-Commit-Position: refs/heads/master@{#406998}
-
- 21 Jul, 2016 3 commits
-
-
kbr authored
BUG=630452 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 R=zmo@chromium.org TBR=piman@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/2170153002 Cr-Commit-Position: refs/heads/master@{#406997}
-
brettw authored
This is hoping to achieve better build performance. BUG=627637 Review-Url: https://codereview.chromium.org/2173443003 Cr-Commit-Position: refs/heads/master@{#406996}
-
sammc authored
BrowserThreads forget their identity during shutdown, causing nonsensical errors like "Check failed: ::content::BrowserThread::CurrentlyOn(BrowserThread::IO). Must be called on Chrome_IOThread; actually called on Chrome_IOThread." if DCHECK_CURRENTLY_ON is used in something that is called from a MessageLoop shutdown observer. This CL fixes this problem in DeviceSensorHost by using a ThreadChecker instead. BUG=625988 Review-Url: https://codereview.chromium.org/2160913005 Cr-Commit-Position: refs/heads/master@{#406995}
-