- 10 Jun, 2015 40 commits
-
-
geofflang authored
BUG=490149 Review URL: https://codereview.chromium.org/1169293004 Cr-Commit-Position: refs/heads/master@{#333744}
-
spang authored
Device removal currently immediately updates the device list (ignoring pending_device_changes_), which could violate our promise to delay list updates until we've finished enumerating connected devices at startup. We make this promise to allow the UI to make decisions based on absence of devices once a full scan completes. This probably doesn't happen, but make it impossible anyway. Review URL: https://codereview.chromium.org/1170373002 Cr-Commit-Position: refs/heads/master@{#333743}
-
kinuko authored
BUG=498121 TEST=ServiceWorkerVersionTest.IdleTimeout Review URL: https://codereview.chromium.org/1179453002 Cr-Commit-Position: refs/heads/master@{#333742}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/30cbc7d..cdb0c8c TBR=yurys@chromium.org,dglazkov@chromium.org Review URL: https://codereview.chromium.org/1179553002 Cr-Commit-Position: refs/heads/master@{#333741}
-
alexclarke authored
The scheduler will use this as a signal to help determine when blink timers can be limited to running only during idle time. BUG=463143 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1165853002 Cr-Commit-Position: refs/heads/master@{#333740}
-
mdjones authored
When entering reader mode, it was possible to get into a state where the distilled page would have a pending history entry and would not have the rest of the history merged. This change moves the history merge to before a new entry is set in the distilled web contents. BUG=498576 Review URL: https://codereview.chromium.org/1171343002 Cr-Commit-Position: refs/heads/master@{#333739}
-
sbc authored
BUG=384104 Review URL: https://codereview.chromium.org/1139963003 Cr-Commit-Position: refs/heads/master@{#333738}
-
thakis authored
Revert of update.py: Check out and build libc++ libc++abi on OS X, set deployment target. (patchset #3 id:40001 of https://codereview.chromium.org/1169353002/) Reason for revert: broke clang/win tot bots Original issue's description: > update.py: Check out and build libc++ libc++abi on OS X, set deployment target. > > I had hoped to bump the deployment target to 10.7 instead, but the nacl bots > still build on 10.6 :-( > > Also, pass commands as a single string to subprocess when > shell=True (else, 2nd cmd entry and onward are treated as > shell parameters, not as part of the command). > > BUG=494442 > > Committed: https://crrev.com/8fe06c48bbe07670dba3cafdd4c613f0008948f9 > Cr-Commit-Position: refs/heads/master@{#333669} TBR=hans@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=494442 Review URL: https://codereview.chromium.org/1172363002 Cr-Commit-Position: refs/heads/master@{#333737}
-
simonhatch authored
We can use this for both Deep Reports (since those get sent to a different server), and for Slow Reports will need this to route to another endpoint. BUG=498419 Review URL: https://codereview.chromium.org/1164313006 Cr-Commit-Position: refs/heads/master@{#333736}
-
dgozman authored
BUG=none Review URL: https://codereview.chromium.org/1174533002 Cr-Commit-Position: refs/heads/master@{#333735}
-
aberent authored
This is is intended for C++ unit tests (e.g. the net unit tests) that don't run with the UI thread as their main looper, but test code that, on Android, uses Ui thread events, so need a running Ui thread. Review URL: https://codereview.chromium.org/1162763004 Cr-Commit-Position: refs/heads/master@{#333734}
-
wychen authored
Diff since last roll: https://github.com/chromium/dom-distiller/compare/aa79b394e7...6300dcfdb5 Picked up changes: 6300dcf Leverage semantic elements to find the main article 61e7226 Add Vagrant support bf64df9 Make TableClassifierTest independent of browser window dimention 7a10992 Fix word count issue for Chinese and Japanese 90e7f8c Bump versions of chromedriver and selenium f707680 Fix options "shuffle" and "no_sandbox" in run_jstests.py 640e399 Disable sandbox and run all the tests in continuous integration 869d139 Update Chrome if it is too old 11f6b8c Avoid chromedriver elsewhere if any 4f63157 Allow tests to run without Chrome sandbox edafdf1 Install Chrome when necessary 2c4e93b BR elements should be folded into WebText BUG=431067,483149,483710,483713,484750,485177,485829,495254 Review URL: https://codereview.chromium.org/1174513005 Cr-Commit-Position: refs/heads/master@{#333733}
-
khushalsagar authored
BUG=492729 Review URL: https://codereview.chromium.org/1160423003 Cr-Commit-Position: refs/heads/master@{#333732}
-
edwardjung authored
+ Replaces the reload button + Removes the suggestion text from under the details section BUG=474848 Review URL: https://codereview.chromium.org/1129353005 Cr-Commit-Position: refs/heads/master@{#333731}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/381548a..30cbc7d TBR=yurys@chromium.org,dglazkov@chromium.org Review URL: https://codereview.chromium.org/1167203004 Cr-Commit-Position: refs/heads/master@{#333730}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/c1a27fe..381548a TBR=yurys@chromium.org,dglazkov@chromium.org Review URL: https://codereview.chromium.org/1176873002 Cr-Commit-Position: refs/heads/master@{#333729}
-
nkostylev authored
BUG=none NOTRY=true Review URL: https://codereview.chromium.org/1180443002 Cr-Commit-Position: refs/heads/master@{#333728}
-
droger authored
Review URL: https://codereview.chromium.org/1158223003 Cr-Commit-Position: refs/heads/master@{#333727}
-
sadrul authored
Some of the blink initialization code can depend on test/experimental features. So enable the features before blink::initialize() BUG=436932 Review URL: https://codereview.chromium.org/1171853003 Cr-Commit-Position: refs/heads/master@{#333726}
-
nednguyen authored
BUG=498229, 489214 TBR=andresantoso@chromium.org, sullivan@chromium.org CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:mac_perf_bisect;tryserver.chromium.perf:android_nexus5_perf_bisect Review URL: https://codereview.chromium.org/1177623003 Cr-Commit-Position: refs/heads/master@{#333725}
-
bnc authored
This CL lands server change 95010541 by mpw. BUG=488484 Review URL: https://codereview.chromium.org/1172103002 Cr-Commit-Position: refs/heads/master@{#333724}
-
magjed authored
We currently rely on PostDelayedTask with a constant frame interval to get a specified frame rate. This CL dynamically adapts the delay to PostDelayedTask to keep the frame rate in sync. This CL is similar to https://codereview.chromium.org/1162903004/. BUG=492189 Review URL: https://codereview.chromium.org/1153713006 Cr-Commit-Position: refs/heads/master@{#333723}
-
kjellander authored
Currently there's no information printed when the execution of the roll script is a no-op (e.g. when the latest revision is already rolled). BUG= Review URL: https://codereview.chromium.org/1172323002 Cr-Commit-Position: refs/heads/master@{#333722}
-
clamy authored
This CL re-enables a certain number of content_browsertests on the browser-side navigation Linux FYI bot. BUG=475027 Review URL: https://codereview.chromium.org/1172033002 Cr-Commit-Position: refs/heads/master@{#333721}
-
dominickn authored
Remove the Cancel button from the app banner infobar on desktop. This makes the infobar consistent with the mobile implementation, which only has an Accept button and a dismissal X. BUG=491001 R=benwells Review URL: https://codereview.chromium.org/1163323004 Cr-Commit-Position: refs/heads/master@{#333720}
-
kjellander authored
BUG=138845 TBR=chirantan@chromium.org Review URL: https://codereview.chromium.org/1172283002 Cr-Commit-Position: refs/heads/master@{#333719}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/3a16a23..c1a27fe TBR=yurys@chromium.org,dglazkov@chromium.org Review URL: https://codereview.chromium.org/1172263004 Cr-Commit-Position: refs/heads/master@{#333718}
-
bnc authored
Use struct AlternativeService parameter in SpdyFramerVisitorInterface::OnAltSvc() and SpdyDispatcher::OnSpdyAltSvc() methods. This is in preparation for handling multiple alternative services that a single HTTP/1.1 header field or HTTP/2 frame can carry. This CL lands server change 94293057 by bnc. BUG=392575 Review URL: https://codereview.chromium.org/1171183002 Cr-Commit-Position: refs/heads/master@{#333717}
-
petrcermak authored
$ git log 73c2fb87e..da55a84be --date=short --format='%ad %ae %s' 2015-06-10 petrcermak Automatically expand nested rows in memory dump analysis details panes 2015-06-09 nduca Add skeleton RAIL score side panel and span to display RAILScore results 2015-06-09 nduca Fix namespace for RAIL folder 2015-06-09 nduca newTraceModel should not use any auditors 2015-06-09 benjhayden Implement RAILScore class 2015-06-09 dsinclair Move trace_viewer/core/importer to trace_viewer/importer. 2015-06-09 dsinclair Move trace_viewer/core/trace_model to trace_viewer/model. 2015-06-09 natduca Revert "Highlight the entire group of slices where flow events can reach" 2015-06-09 yuhaoz Highlight the entire group of slices where flow events can reach 2015-06-09 andrews.charlie Implements a few ProcessBase functions in terms of an already-written function. 2015-06-09 dsinclair Rename tv to tr namespace. 2015-06-09 aschulman Pulled the BattOr power correlation clock sync into its own function. 2015-06-09 petrcermak Add support for sorting memory columns by importance 2015-06-08 nduca Add generic_table_view 2015-06-08 ccraik Fix auditor EventInfo links 2015-06-08 ccraik Handle RecyclerView scrolling in Frame definition Review URL: https://codereview.chromium.org/1177503004 Cr-Commit-Position: refs/heads/master@{#333716}
-
habib.virji authored
PrintPage should not return a bool parameter. The return type has been changed to void. To keep it compatible with the blink code, old function has been kept. R=pdr BUG=496765 Review URL: https://codereview.chromium.org/1149983008 Cr-Commit-Position: refs/heads/master@{#333715}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/fbad632..3a16a23 TBR=yurys@chromium.org,dglazkov@chromium.org Review URL: https://codereview.chromium.org/1172263003 Cr-Commit-Position: refs/heads/master@{#333714}
-
falken authored
Otherwise, subresource loads would also go to the broken SW, defeating the fallback mechanism. It also would skew start worker metrics if the SW fails to startup on each requst. The eviction mechanism already takes case of this in ServiceWorkerRegistration::DeleteVersion, but we don't currently evict everytime a fetch event fails to dispatch. BUG=498661,448003 Review URL: https://codereview.chromium.org/1173943002 Cr-Commit-Position: refs/heads/master@{#333713}
-
hidehiko authored
This CL enables newly added nacl_helper_nonsfi_unittests on trybots. TEST=Ran bots. BUG=358465 Review URL: https://codereview.chromium.org/1173543002 Cr-Commit-Position: refs/heads/master@{#333712}
-
kjellander authored
BUG=437411 TBR=dmichael@chromium.org Review URL: https://codereview.chromium.org/1176853002 Cr-Commit-Position: refs/heads/master@{#333711}
-
dgn authored
This is to avoid static initializers that would make the code slower. See the linked bug for discussion. This patch deprecates Log#makeTag(String) and adds presubmit checks to enforce at submit time what makeTag was trying to do: length and naming rules BUG=485772 Review URL: https://codereview.chromium.org/1131903007 Cr-Commit-Position: refs/heads/master@{#333710}
-
kjellander authored
BUG=498688 TBR=kinuko@chromium.org Review URL: https://codereview.chromium.org/1180433004 Cr-Commit-Position: refs/heads/master@{#333709}
-
kjellander authored
BUG=498665 TBR=rdevlin.cronin@chromium.org Review URL: https://codereview.chromium.org/1173933003 Cr-Commit-Position: refs/heads/master@{#333708}
-
tommi authored
WebRTC 9397:9407 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/3da998b..53e1dff Libjingle 9392:9404 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/76def90..9b056ad TBR= BUG= Review URL: https://codereview.chromium.org/1171413002 Cr-Commit-Position: refs/heads/master@{#333707}
-
treib authored
The "DidExtensionEscalatePermissions" flag is basically equivalent to HasDisableReason(DISABLE_PERMISSIONS_INCREASE | DISABLE_REMOTE_INSTALL), so check that instead of storing a separate pref. BUG=493610 Review URL: https://codereview.chromium.org/1164603003 Cr-Commit-Position: refs/heads/master@{#333706}
-
sdefresne authored
Change constructor of StartupTaskRunnerService to directly receive the base::SequencedTaskRunner to use for the deferred task runner that is injected by the factory. Move the startup_task_runner_service.{cc,h} to //components/bookmarks and the factory to //chrome/browser/bookmarks as this code is only used by the bookmark code. BUG=485146 Review URL: https://codereview.chromium.org/1165913004 Cr-Commit-Position: refs/heads/master@{#333705}
-