- 18 Jul, 2016 40 commits
-
-
ryansturm authored
Currently, each page load through data_reduction_proxy will create a pingback, and sends those pingbacks one at a time. The proto has infrastructure to batch those page load metrics that will reduce the request overhead for cases that are slow to send the pingback, but have multiple page load metrics trying to be reported around the same time. BUG=628721 Review-Url: https://codereview.chromium.org/2155783002 Cr-Commit-Position: refs/heads/master@{#406142}
-
chrome://flagssvaldez authored
BUG= Review-Url: https://codereview.chromium.org/2154213002 Cr-Commit-Position: refs/heads/master@{#406141}
-
alph authored
Just omit the link instead. NOTRY=true Review-Url: https://codereview.chromium.org/2151653005 Cr-Commit-Position: refs/heads/master@{#406140}
-
pmonette authored
Review-Url: https://codereview.chromium.org/2121793002 Cr-Commit-Position: refs/heads/master@{#406139}
-
piman authored
BUG=629004 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/2156393002 Cr-Commit-Position: refs/heads/master@{#406138}
-
abakalov authored
Creating a directory for the new language detector called CLD3 and adding OWNERS, LICENSE, and README.chromium files. BUG= Review-Url: https://codereview.chromium.org/2110083003 Cr-Commit-Position: refs/heads/master@{#406137}
-
dcastagna authored
In order to be able to promote a buffer to full screen overlay on CrOS the buffer needs to be in an RGB format and resource_size_in_pixels has to be set on the quad. This CL makes sure overlay candidates coming from exo satisfy those two requirements. BUG=b/29430506 Review-Url: https://codereview.chromium.org/2160113002 Cr-Commit-Position: refs/heads/master@{#406136}
-
allada authored
This patch is only to ensure when submitting patches that no double semicolons are submitted. BUG=none Review-Url: https://codereview.chromium.org/2153703003 Cr-Commit-Position: refs/heads/master@{#406135}
-
qyearsley authored
Due to bug 624020, it seems possible that the Mac10.11 specifiers in TestExpectations have been ignored by the WebKit Mac 10.11 builder; if this is the case, then those specifiers in TestExpectations should have no effect and could theoretically be removed. Submitting this CL might cause WebKit Mac 10.11 to fail, and if that happens, then this should be reverted. BUG=624020 Review-Url: https://codereview.chromium.org/2106903002 Cr-Commit-Position: refs/heads/master@{#406134}
-
warx authored
BUG=628374 TEST=manual test looks good on https://webrtc.github.io/samples/src/content/devices/input-output/ when playing plugging and unplugging on chromeos. Review-Url: https://codereview.chromium.org/2155503002 Cr-Commit-Position: refs/heads/master@{#406133}
-
wangxianzhu authored
Previously it printed nothing because it didn't collect the root nodes. Review-Url: https://codereview.chromium.org/2157173002 Cr-Commit-Position: refs/heads/master@{#406132}
-
jaydasika authored
Because we will may need these values in future commits. BUG=624366 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel Review-Url: https://codereview.chromium.org/2105173006 Cr-Commit-Position: refs/heads/master@{#406131}
-
erikchen authored
BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel Review-Url: https://codereview.chromium.org/2162683002 Cr-Commit-Position: refs/heads/master@{#406130}
-
xidachen authored
This test: virtual/threaded/fast/scroll-behavior/smooth-scroll/mousewheel-scroll-interrupted.html is flaky under Release as well on Linux. Please refer to the Chromium flakiness dashboard here: http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=virtual%2Fthreaded%2Ffast%2Fscroll-behavior%2Fsmooth-scroll%2Fmousewheel-scroll-interrupted.html TBR=ymalik@chromium.org Review-Url: https://codereview.chromium.org/2156953003 Cr-Commit-Position: refs/heads/master@{#406129}
-
dpranke authored
Compiling w/ clang on CrOS, the compiler caught an unnecessary std::move() in a CrOS-only file with the -Wpessimizing-move warning. R=posciak@chromium.org, llozano@chromium.org BUG=626241 Review-Url: https://codereview.chromium.org/2151483006 Cr-Commit-Position: refs/heads/master@{#406128}
-
chrome://versionsebmarchand authored
Revert of Add a PGO tag for the PGO builds in chrome://version (patchset #3 id:40001 of https://codereview.chromium.org/2157563002/ ) Reason for revert: It's breaking a chromiumos bot: https://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%281%29/builds/23038 Original issue's description: > Add a PGO tag for the PGO builds in chrome://version > > Also remove the VS2013 version string as we don't support it anymore. > > BUG=309849 > > Committed: https://crrev.com/cbb31e640ae7ee7a9e03df917d5bba25415c13f0 > Cr-Commit-Position: refs/heads/master@{#406119} TBR=brucedawson@chromium.org,sky@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=309849 Review-Url: https://codereview.chromium.org/2160013003 Cr-Commit-Position: refs/heads/master@{#406127}
-
jamescook authored
This is required to show the status area widget in mojo:ash. * Initialize various service singletons in WindowManagerApplication * Add ash strings to the window manager pak file BUG=619636 TEST=ash_unittests, mash_unittests Review-Url: https://codereview.chromium.org/2155743003 Cr-Commit-Position: refs/heads/master@{#406126}
-
asvitkine authored
I remembered some RAPPOR tasks being Janky and looked at sampling profiler data for this code and noticed there was a lot of string copies. This CL makes some intermediate parts use StringPiece to avoid some copies. There's still more copies to go, but this should reduce how many we need. BUG=none Review-Url: https://codereview.chromium.org/2156383002 Cr-Commit-Position: refs/heads/master@{#406125}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/034f243c6de4..d876a4b54999 $ git log 034f243c6..d876a4b54 --date=short --no-merges --format='%ad %ae %s' 2016-07-18 fmenozzi Add bounds info 2016-07-18 reed check for culled-out paths inside SkDraw BUG=629026 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel TBR=jcgregorio@google.com Review-Url: https://codereview.chromium.org/2158953003 Cr-Commit-Position: refs/heads/master@{#406124}
-
erikchen authored
The members on_demand_tile_raster_bitmap_ and on_demand_tile_raster_resource_id_ are never used. BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel Review-Url: https://codereview.chromium.org/2158183002 Cr-Commit-Position: refs/heads/master@{#406123}
-
varkha authored
Completes shield opacity animation after overview closes. This CL deals with the transition into and out of the overview mode. When the shelf is in SHELF_BACKGROUND_MAXIMIZED state the shield starts black and animates to 70% black. When the shelf is transparent or semi-transparent the shield starts transparent and animates to 70% black. When overview mode finishes an observer is installed on the shield widget that deletes itself and the widget once the opacity animation completes. BUG=624443 Review-Url: https://codereview.chromium.org/2141133002 Cr-Commit-Position: refs/heads/master@{#406122}
-
robliao authored
BUG= Review-Url: https://codereview.chromium.org/2160083002 Cr-Commit-Position: refs/heads/master@{#406121}
-
estade authored
A bit ugly, but mostly functional. I think most changes going forward should be aesthetic, so this seems like a decent place for an initial commit. Enabled with --ash-enable-window-cycle-ui flag. BUG=626111 Review-Url: https://codereview.chromium.org/2129773002 Cr-Commit-Position: refs/heads/master@{#406120}
-
chrome://versionsebmarchand authored
Also remove the VS2013 version string as we don't support it anymore. BUG=309849 Review-Url: https://codereview.chromium.org/2157563002 Cr-Commit-Position: refs/heads/master@{#406119}
-
estade authored
Revert of Replace CONTROL_BACKGROUND and DETACHED_BOOKMARK_BAR_BACKGROUND by COLOR_NTP_BACKGROUND (patchset #8 id:140001 of https://codereview.chromium.org/2062353002/ ) Reason for revert: caused regression: crbug.com/628970 Original issue's description: > Replace CONTROL_BACKGROUND and DETACHED_BOOKMARK_BAR_BACKGROUND by COLOR_NTP_BACKGROUND > > This fixes issues where the ntp background image was > interrupted underneath the detached bookmark bar. > > Also the ntp_background color is now forced to be opaque > even if a none opaque alpha value is provided from the > theme. This prevent issues with subpixel AA which does not > work on none opaque background. (and to avoid falling back > to grayscale AA) > > Also see crbug.com/618278 > > BUG=618335 > > R=estade@chromium.org, pkasting@chromium.org > > Committed: https://crrev.com/bb4e97590966ba4138b759b8a6450e526a24fa27 > Cr-Commit-Position: refs/heads/master@{#405725} TBR=pkasting@chromium.org,j.isorce@samsung.com # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=618335 Review-Url: https://codereview.chromium.org/2159833002 Cr-Commit-Position: refs/heads/master@{#406118}
-
rdevlin.cronin authored
Given std::unique_ptr<T> t, t.get()-> is the same as t->. Similarly, *t.get() is the same as *t. Simplify extensions code to conform. Generated with clang-tidy. See https://chromium.googlesource.com/chromium/src/+/master/docs/clang_tidy.md BUG=None Review-Url: https://codereview.chromium.org/2152373003 Cr-Commit-Position: refs/heads/master@{#406117}
-
thestig authored
BUG=333201 Review-Url: https://codereview.chromium.org/2129413002 Cr-Commit-Position: refs/heads/master@{#406116}
-
dpranke authored
This CL re-lands r405933 and removes the hack that was needed while rolling in the reworked v8_target_cpu code, but this adds the missing line that was needed for CrOS to work correctly with their custom toolchain. TBR=machenbach@chromium.org, llozano@chromium.org BUG=593461, 625353 Review-Url: https://codereview.chromium.org/2158143002 Cr-Commit-Position: refs/heads/master@{#406115}
-
vakh authored
received from the PVer4 service. BUG=543161 Review-Url: https://codereview.chromium.org/2151953003 Cr-Commit-Position: refs/heads/master@{#406114}
-
isheriff authored
TBR=thestig@chromium.org BUG=629167 Review-Url: https://codereview.chromium.org/2160783002 Cr-Commit-Position: refs/heads/master@{#406113}
-
ryansturm authored
load_flags used to be used in DataReductionProxyDelegate to resolve the proxy, but it no longer does. load_flags should not be needed to resolve a proxy for a request. load_flags was previously used for the CriticalPathBypassFieldTrial: https://chromium.googlesource.com/chromium/src/+/db1198c5327b5c69b93fafd814b9f516b88a15fd%5E%21/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc BUG= Review-Url: https://codereview.chromium.org/2110973002 Cr-Commit-Position: refs/heads/master@{#406112}
-
dmazzoni authored
BUG=414157 Review-Url: https://codereview.chromium.org/2158703002 Cr-Commit-Position: refs/heads/master@{#406111}
-
rsesek authored
This declares a new GN arg save_unstripped_output that can be enabled if enable_stripping=true. If true, then an unstripped copy of the linker output will be saved in the output directory with an ".unstripped" suffix. BUG=628052 R=mark@chromium.org Review-Url: https://codereview.chromium.org/2157573002 Cr-Commit-Position: refs/heads/master@{#406110}
-
charliea authored
TBR=petrcermak@chromium.org BUG=629163 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq Review-Url: https://codereview.chromium.org/2155163003 Cr-Commit-Position: refs/heads/master@{#406109}
-
dmazzoni authored
This does two things: (1) enables accessibility for a PDF plug-in when the accessibility mode changes for a RenderFrame (previously we only checked the mode once on creation), and (2) fixes a potential UAF in PdfAccessibilityTree if the RenderFrame deletes the RenderAccessibilityImpl, in particular during loading. BUG=54724 Review-Url: https://codereview.chromium.org/2100753003 Cr-Commit-Position: refs/heads/master@{#406108}
-
bsalomon authored
The ES3 implementation is not currently well tested enough to enable Skia's use of it. However, Skia is required to run the WebGL2 conformance tests. To work around this conundrum we'll temporarily limit Skia to using ES2 functionality within an ES3 context. BUG=626431 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/2154373002 Cr-Commit-Position: refs/heads/master@{#406107}
-
chenwilliam authored
This fixes the following Closure compiler error: "property navigationRequested on interface PageAgent.Dispatcher is not implemented by type WebInspector.PageDispatcher" in the file: ~/chromium/src/third_party/WebKit/Source/devtools/front_end/sdk/ResourceTreeModel.js:830. The override was missing in crrev.com/2132673002. We can either leave this implementation empty if it's not needed by DevTools or implement it. Review-Url: https://codereview.chromium.org/2160613003 Cr-Commit-Position: refs/heads/master@{#406106}
-
hush authored
With this CL, the user is able to drag the selected text from WebView/Chrome to other apps (Copy operation) or within the same WebView/Chrome tab (Move operation). This feature is disabled by default until we fully test it, and can be enabled by "switches::kEnableTouchDragDrop". BUG=584789 Review-Url: https://codereview.chromium.org/2135493002 Cr-Commit-Position: refs/heads/master@{#406105}
-
dgozman authored
BUG=590878 Review-Url: https://codereview.chromium.org/2161493002 Cr-Commit-Position: refs/heads/master@{#406104}
-
eostroukhov authored
One of the clients need to support Mac OS X version 10.7, which means that Clang compiler that support C++11 is used but the application is linked against pre-C++11 libstdc++. Following changes were made: 1. std::unique_ptr got a new copy ctor that take a const ref - this allows for the pointer to be put into STL containers that do not support rvalue references. 2. cbegin/cend functions are no longer used. 3. Paths were changed and conditional macros were adjusted. BUG=628794 R=pfeldman@chromium.org Review-Url: https://codereview.chromium.org/2150333003 Cr-Commit-Position: refs/heads/master@{#406103}
-