- 03 Sep, 2016 15 commits
-
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/39f7a10a04a9..54682e856cb6 $ git log 39f7a10a0..54682e856 --date=short --no-merges --format='%ad %ae %s' 2016-09-02 msarett Delete SkColorSpace::kUnknown_Named, remove fNamed field CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=bsalomon@google.com Review-Url: https://codereview.chromium.org/2307183002 Cr-Commit-Position: refs/heads/master@{#416414}
-
mcchou authored
This adds IsAttributePresented which checks the present of an attribute by the given attribute ID. BUG=b:29314637 TEST=call IsAttributePresented on a predefined service record Review-Url: https://codereview.chromium.org/2302963002 Cr-Commit-Position: refs/heads/master@{#416413}
-
dtrainor authored
Make sure Tab gets notified of Blimp start and stop loading states so that it can decide whether or not to show NativePages or BlimpContents. BUG= Review-Url: https://codereview.chromium.org/2300103004 Cr-Commit-Position: refs/heads/master@{#416412}
-
thomasanderson authored
CL ca3656dc added the --wm-user-time-ms command line argument so that window activation would be more reliable. However, its implementation was awkward and complex, and is no longer needed now that X11EventSource::GetTimestamp() provides the correct functionality. Explanation: X11EventSource::GetTimestamp() gives the timestamp of the event currently being dispatched. If there's no event being dispatched, or the event does not have a timestamp, we fall back on making a round trip. Simply using last_seen_server_time like we did with activation before ca3656dc meant that the timestamp we used could be out of date if we were activating in response to anything other than a user input event. This is what led to the --wm-user-time-ms hack. Review-Url: https://codereview.chromium.org/2287583003 Cr-Commit-Position: refs/heads/master@{#416411}
-
joedow authored
This change addresses comments left on https://codereview.chromium.org/2277553002/ after it was checked in. The comments were around improvements to the switch used to set the current authenticator state. I addressed them by removing the default case (and leaving a comment on why) and moving the success case into the switch. BUG=617185 Review-Url: https://codereview.chromium.org/2308133002 Cr-Commit-Position: refs/heads/master@{#416410}
-
chili authored
BUG=640294 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2274733002 Cr-Commit-Position: refs/heads/master@{#416409}
-
juncai authored
With more functionalities added to BluetoothChooserController, it is necessary to add unit test to it. BUG=639163 Review-Url: https://codereview.chromium.org/2275173002 Cr-Commit-Position: refs/heads/master@{#416408}
-
agrieve authored
Revert of Quic: add unittests for reduced PING Timeout (patchset #2 id:20001 of https://codereview.chromium.org/2307933003/ ) Reason for revert: Broke cronet compile: https://build.chromium.org/p/chromium.android/builders/Android%20Cronet%20Lollipop%20Builder/builds/1164 ../../net/quic/core/quic_connection_test.cc:2980:8: error: redefinition of 'class net::test::{anonymous}::QuicConnectionTest_ReducedPingTimeout_Test' TEST_P(QuicConnectionTest, ReducedPingTimeout) { ^ ../../testing/gtest/include/gtest/internal/gtest-internal.h:1211:3: note: in definition of macro 'GTEST_TEST_CLASS_NAME_' test_case_name##_##test_name##_Test ^ ../../net/quic/core/quic_connection_test.cc:2980:1: note: in expansion of macro 'TEST_P' TEST_P(QuicConnectionTest, ReducedPingTimeout) { ^ ../../net/quic/core/quic_connection_test.cc:2935:8: error: previous definition of 'class net::test::{anonymous}::QuicConnectionTest_ReducedPingTimeout_Test' TEST_P(QuicConnectionTest, ReducedPingTimeout) { ^ ../../testing/gtest/include/gtest/internal/gtest-internal.h:1211:3: note: in definition of macro 'GTEST_TEST_CLASS_NAME_' test_case_name##_##test_name##_Test ^ ../../net/quic/core/quic_connection_test.cc:2935:1: note: in expansion of macro 'TEST_P' TEST_P(QuicConnectionTest, ReducedPingTimeout) { ^ Original issue's description: > Quic: add unittests for reduced PING Timeout > > BUG= > > Committed: https://crrev.com/df9cb098cf816fb589e0ad6627012b524c78e9eb > Cr-Commit-Position: refs/heads/master@{#416401} TBR=rch@chromium.org,zhongyi@chromium.org # 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/2296393005 Cr-Commit-Position: refs/heads/master@{#416407}
-
jdufault authored
This avoids some issues with showing multiple palettes at the same time since each palette tool has some state that needs to be synchronized across each instance. TEST=ash_unittests BUG=642887 Review-Url: https://codereview.chromium.org/2297393002 Cr-Commit-Position: refs/heads/master@{#416406}
-
lgarron authored
This is in its own commit so that the commits for the two Page Info sections are easier to understand. BUG=512442 Review-Url: https://codereview.chromium.org/2283753003 Cr-Commit-Position: refs/heads/master@{#416405}
-
ojars authored
The purpose of this CL is to remove unnecessary blocking on UI thread which happens when BrowserViewRenderer sends a synchronous IPC message to get the next hardware frame. This new implementation instead sends an async message and receives the frame with another async message from render thread. This change alone is not sufficient as it causes scroll latency. The async implementation is turned on by command line param. Review-Url: https://codereview.chromium.org/2174203002 Cr-Commit-Position: refs/heads/master@{#416404}
-
rch authored
Also move the list of quic flags and their values into quic_flags_list.h which can be #included elsewhere. Review-Url: https://codereview.chromium.org/2306173003 Cr-Commit-Position: refs/heads/master@{#416403}
-
sunnyps authored
Reland of Default enable main frame before activation and remove finch experiment. (patchset #1 id:1 of https://codereview.chromium.org/2170233002/ ) Reason for revert: Relanding after fixing android webview issues Original issue's description: > 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 > > Committed: https://crrev.com/2863590ee8e57543f646f4308130765afb02bd44 > Cr-Commit-Position: refs/heads/master@{#407003} TBR=piman@chromium.org,rkaplow@chromium.org,tedchoc@chromium.org BUG=612596 Review-Url: https://codereview.chromium.org/2184243003 Cr-Commit-Position: refs/heads/master@{#416402}
-
zhongyi authored
BUG= Review-Url: https://codereview.chromium.org/2307933003 Cr-Commit-Position: refs/heads/master@{#416401}
-
zhongyi authored
BUG= Review-Url: https://codereview.chromium.org/2307933003 Cr-Commit-Position: refs/heads/master@{#416400}
-
- 02 Sep, 2016 25 commits
-
-
asvitkine authored
BUG=416479 TBR=jam@chromium.org Review-Url: https://codereview.chromium.org/2303653005 Cr-Commit-Position: refs/heads/master@{#416399}
-
brettw authored
Remove obsolete GYP files. 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 TBR=dpranke@chromium.org Review-Url: https://codereview.chromium.org/2310613002 Cr-Commit-Position: refs/heads/master@{#416398}
-
sandersd authored
Revert of Add testing config for OverlayFullscreenVideo. (patchset #1 id:1 of https://codereview.chromium.org/2291413002/ ) Reason for revert: Turns out we shouldn't do this for optimization experiments, since we don't actually want this enabled for all dev builds. Original issue's description: > Add testing config for OverlayFullscreenVideo. > > BUG=642571 > > Committed: https://crrev.com/99fce27763b037227011e357502b1c700477d153 > Cr-Commit-Position: refs/heads/master@{#415825} TBR=asvitkine@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=642571 Review-Url: https://codereview.chromium.org/2306233002 Cr-Commit-Position: refs/heads/master@{#416397}
-
chenwilliam authored
I uploaded the latest LTS node.js version to a google storage bucket and updated the buildbot/node.py script. Hopefully since this is LTS, we won't need to bump this node version too often. BUG=642046 Review-Url: https://codereview.chromium.org/2303273003 Cr-Commit-Position: refs/heads/master@{#416396}
-
dtrainor authored
Make sure to build a BeginFrameSource when binding to the OutputSurfaceClient. Without this the compositor doesn't push frames. This was broken by https://codereview.chromium.org/2083423006 because BlimpLayerTreeSettings sets use_output_surface_begin_frame_source but one wasn't provided by the DelegatedOutputSurface. Infrastructure to add a Blimp test for this is almost complete and will be added in a follow up CL! BUG= Review-Url: https://codereview.chromium.org/2308143002 Cr-Commit-Position: refs/heads/master@{#416395}
-
riajiang authored
Also switching back to listen for move events in touch hud app. BUG=643396 TEST=manual Review-Url: https://codereview.chromium.org/2296763009 Cr-Commit-Position: refs/heads/master@{#416394}
-
mattreynolds authored
Adds a WebUI page that receives a list of URLs broadcast by nearby devices along with associated page metadata and displays them as a list of clickable items. BUG=630769 Review-Url: https://codereview.chromium.org/2248913007 Cr-Commit-Position: refs/heads/master@{#416393}
-
boliu authored
BUG=643660 Review-Url: https://codereview.chromium.org/2298093008 Cr-Commit-Position: refs/heads/master@{#416392}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/0e51f51f..31399854 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/2303063005 Cr-Commit-Position: refs/heads/master@{#416391}
-
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/5b77e12fd27484e39dc4edd2947c78020c201a11 Roll recipe dependencies (trivial). (recipe-roller@chromium.org) depot_tools: https://crrev.com/02dbeb85d77710612fad5e11c18064d194f7ddc0 Roll recipe dependencies (trivial). (recipe-roller@chromium.org) recipe_engine: https://crrev.com/b79776cf2fbb4822372bbc03ee9a44318c23af8c Add more information to the README.md (martiniss@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG= Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2311483002 Cr-Commit-Position: refs/heads/master@{#416390}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/d54c9d8df151..bbee445c5a77 $ git log d54c9d8df..bbee445c5 --date=short --no-merges --format='%ad %ae %s' 2016-09-02 tsepez Make CPDF_GeneralState have a CPDF_GeneralStateData TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2304573005 Cr-Commit-Position: refs/heads/master@{#416389}
-
yunchao.he authored
Because some color formats in GLES, say LUMINANCE/ALPHA, can not be supported by desktop OGL directly. BUG=643121 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/2301823003 Cr-Commit-Position: refs/heads/master@{#416388}
-
pkasting authored
This should only affect Android, and should, I think, have little if any visible effect, since if the browser side can't satisfy the high-DPI version of the request it will automatically fall back to the low version anyway. BUG=none TEST=none CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2277403003 Cr-Commit-Position: refs/heads/master@{#416387}
-
tommycli authored
On subpage-backs or Browser back buttons, prevent the MainPageBehavior from scrolling to the position of the last routes' section. This makes section routes behave more like #anchorLinks. BUG=640523 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2297663008 Cr-Commit-Position: refs/heads/master@{#416386}
-
spqchan authored
BUG=619627 Review-Url: https://codereview.chromium.org/2299423002 Cr-Commit-Position: refs/heads/master@{#416385}
-
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/74e23568fced17138cbf0046821890ac980aa101 Roll recipe dependencies (trivial). (recipe-roller@chromium.org) depot_tools: https://crrev.com/295b220ddd42a16ef515e26bf935ce448a4c76e5 Roll recipe dependencies (trivial). (recipe-roller@chromium.org) recipe_engine: https://crrev.com/11cda51b49aeaa3d56af70eb138ea28eabdd16bd Implement simple step whitelisting in recipe_engine. (iannucci@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=459361 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2311473003 Cr-Commit-Position: refs/heads/master@{#416384}
-
perezju authored
We're planning to switch the default of ShouldTearDownStateAfterEachStoryRun to True; but some benchmarks would not work under that setting. BUG=640990 Review-Url: https://codereview.chromium.org/2301383002 Cr-Commit-Position: refs/heads/master@{#416383}
-
spqchan authored
BUG=590917 Review-Url: https://codereview.chromium.org/2286993002 Cr-Commit-Position: refs/heads/master@{#416382}
-
sque authored
Fix an invalid pointer dereference during browser process shutdown, where LeakDetectorController::OnRemoteProcessShutdown is called after the LeakDetectorController has already been deleted. BUG=chromium:637131 TEST=run with leak detector enabled, make sure no crash happens on shutdown; i.e. no attempts to call OnRemoteProcessShutdown() after LeakDetectorController has been destroyed. Review-Url: https://codereview.chromium.org/2295413002 Cr-Commit-Position: refs/heads/master@{#416381}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/443c5843aa70..39f7a10a04a9 $ git log 443c5843a..39f7a10a0 --date=short --no-merges --format='%ad %ae %s' 2016-09-02 brettw Move uils and sksl to a common sources GYP file. 2016-09-02 jcgregorio pdfium: Fix the pdfium builder. 2016-09-02 borenet [task scheduler] Fix CIPD package versions 2016-09-02 reed remove unused SkDevice::setMatrixClip 2016-09-02 csmartdalton Improve usage of window rectangles 2016-09-02 halcanary SkMakeUnique.h defines skstd::make_unique<T>(Args...) 2016-09-02 mtklein Include $extra_ldflags in link descriptions. 2016-09-02 msarett Add option to skip rects to drawImageLattice() 2016-09-02 hcm BUG=skia:5602 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2302913002 2016-09-02 egdaniel Small perf optimizations preparing sampled images in vulkan CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=bsalomon@google.com Review-Url: https://codereview.chromium.org/2305063002 Cr-Commit-Position: refs/heads/master@{#416380}
-
mdjones authored
Revert of [WebApk] Update verification keys. (patchset #6 id:140001 of https://codereview.chromium.org/2293603002/ ) Reason for revert: Build fails with: jmake: Could not find class file for /tmp/tmp7BuImL/java/org/chromium/browser/webapps/ChromeWebApkHostSignature.java Original issue's description: > [WebApk] Update verification keys. > > Update keys to latest test keys and also break it out by channel. > > TBR=rsesek@chromium.org,yfriedman@chromium.org > > Committed: https://crrev.com/716cc589da62b7cc48ac0542fe01239808687ec9 > Cr-Commit-Position: refs/heads/master@{#416339} TBR=dfalcantara@chromium.org,hartmanng@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review-Url: https://codereview.chromium.org/2309553002 Cr-Commit-Position: refs/heads/master@{#416379}
-
jbauman authored
The histograms.xml file has the correct name, but apparently the source code has always been reporting under an incorrect name. BUG=643538 Review-Url: https://codereview.chromium.org/2302193003 Cr-Commit-Position: refs/heads/master@{#416378}
-
alph authored
Review-Url: https://codereview.chromium.org/2300163002 Cr-Commit-Position: refs/heads/master@{#416377}
-
hush authored
We've made a decision that drag and drop will be supported on N+ only. This CL disables drag and drop on M and below, and makes sure blink is not stuck in a drag and drop pending state. BUG=643765 Review-Url: https://codereview.chromium.org/2308103002 Cr-Commit-Position: refs/heads/master@{#416376}
-
dfalcantara authored
Pull ItemViewHolder and the code for setting its views into its own class because it's getting kind of big. BUG=616324 Review-Url: https://codereview.chromium.org/2309503002 Cr-Commit-Position: refs/heads/master@{#416375}
-