- 05 Dec, 2016 40 commits
-
-
dcheng authored
BUG=none Review-Url: https://codereview.chromium.org/2554453002 Cr-Commit-Position: refs/heads/master@{#436314}
-
rohitrao authored
Updates ios DEPS files to mirror the desktop DEPS files. For example, the rules in ios/DEPS roughly resemble the rules in DEPS, and the rules in ios/chrome/DEPS roughly resemble the rules in chrome/DEPS. Also adds some new rules to accomodate iOS code that will be landing in the near future. BUG=665969 Review-Url: https://codereview.chromium.org/2541083002 Cr-Commit-Position: refs/heads/master@{#436313}
-
csharrison authored
The CSS @import scanner attaches a passive resource client to a css preload request. This passive client should not affect the policy decisions of the preload and should just observe notifications passively. This patch fixes a bug where removing a passive client from an otherwise unused preload ends up cancelling it, which removes the preload from memory cache. This is very wrong behavior, and causes the optimization to be less effective, and report bad metrics. Simply not removing the client will not cause the resource to live longer than necessary, because the client holds only weak references to the resource. BUG=670295,662999 Review-Url: https://codereview.chromium.org/2542183002 Cr-Commit-Position: refs/heads/master@{#436312}
-
lawrencewu authored
If using shared memory, stores base::Features in the field trial allocator (under a different type defined in FeatureList) when spawning the first new process. When a child process is created, it will first try to get initialized from shared memory. If that doesn't work, it'll fallback to the command line. BUG=661224 Review-Url: https://codereview.chromium.org/2546653002 Cr-Commit-Position: refs/heads/master@{#436311}
-
lpromero authored
Revert of [ObjC ARC] Converts ios/public/consumer/base:base to ARC.Automatically generated ARCMigrate commi… (patchset #2 id:20001 of https://codereview.chromium.org/2533453002/ ) Reason for revert: The .cc is nowhere to be found. Original issue's description: > [ObjC ARC] Converts ios/public/consumer/base:base to ARC. > > Automatically generated ARCMigrate commit > Notable issues:None > BUG=624363 > TEST=None > > Committed: https://crrev.com/6d6dd774e50cf758953a2606dc5904cddde5c799 > Cr-Commit-Position: refs/heads/master@{#436281} TBR=sdefresne@chromium.org,stkhapugin@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=624363 Review-Url: https://codereview.chromium.org/2548313003 Cr-Commit-Position: refs/heads/master@{#436310}
-
treib authored
BUG=514752 Review-Url: https://codereview.chromium.org/2544883006 Cr-Commit-Position: refs/heads/master@{#436309}
-
rohitrao authored
BUG=662903 Review-Url: https://codereview.chromium.org/2546413002 Cr-Commit-Position: refs/heads/master@{#436308}
-
penghuang authored
BUG=667837 Review-Url: https://codereview.chromium.org/2547063002 Cr-Commit-Position: refs/heads/master@{#436307}
-
stkhapugin authored
Automatically generated ARCMigrate commit Notable issues:None BUG=624363 TEST=None Review-Url: https://codereview.chromium.org/2514843002 Cr-Commit-Position: refs/heads/master@{#436306}
-
stkhapugin authored
Automatically generated ARCMigrate commit Notable issues:None BUG=624363 TEST=None Review-Url: https://codereview.chromium.org/2516643002 Cr-Commit-Position: refs/heads/master@{#436305}
-
treib authored
While we're here, also sort the file alphabetically. Review-Url: https://codereview.chromium.org/2550153002 Cr-Commit-Position: refs/heads/master@{#436304}
-
rohitrao authored
ScopedBlockSwizzler is a helper class that swizzles methods for use in unittests only. It is most commonly used to inject test objects to replace shared singletons. BUG=662903 Review-Url: https://codereview.chromium.org/2551083002 Cr-Commit-Position: refs/heads/master@{#436303}
-
jkarlin authored
This lets us see what request sizes look like over time and the percentage of bytes that come from the cache as opposed to the network. BUG=669080 Review-Url: https://codereview.chromium.org/2548613003 Cr-Commit-Position: refs/heads/master@{#436302}
-
stkhapugin authored
Automatically generated ARCMigrate commit Notable issues:None BUG=624363 TEST=None Review-Url: https://codereview.chromium.org/2512553006 Cr-Commit-Position: refs/heads/master@{#436301}
-
lizeb authored
- Fix metrics recording: delay incorrectly set, and simplify the logic - Fix metrics parsing - Output to a CSV file in prefetch_benchmark. BUG=655980 Review-Url: https://codereview.chromium.org/2551913002 Cr-Commit-Position: refs/heads/master@{#436300}
-
davidben authored
The directory no longer exists. BUG=none Review-Url: https://codereview.chromium.org/2541893002 Cr-Commit-Position: refs/heads/master@{#436299}
-
sigbjornf authored
The DOMTimer's ScheduledAction hold on to the script source and state needed to execute the timer action. Let go of ShceduledAction's resource early. Apart from reducing the lifetime of script source, this is a speculative fix for crashes reported in v8::PersistentValueVector::Clear() during lazy sweeping of ScheduledAction objects. R= BUG= Review-Url: https://codereview.chromium.org/2552673002 Cr-Commit-Position: refs/heads/master@{#436298}
-
jkrcal authored
This CL cleans up the API in bookmark_last_visit_utils.h to use const& instead of const* where appropriate. BUG=652740 Review-Url: https://codereview.chromium.org/2518033002 Cr-Commit-Position: refs/heads/master@{#436297}
-
stkhapugin authored
Automatically generated ARCMigrate commit Notable issues:None BUG=624363 TEST=None Review-Url: https://codereview.chromium.org/2505933009 Cr-Commit-Position: refs/heads/master@{#436296}
-
stkhapugin authored
Automatically generated ARCMigrate commit Notable issues:None BUG=624363 TEST=None Review-Url: https://codereview.chromium.org/2516663002 Cr-Commit-Position: refs/heads/master@{#436295}
-
jochen authored
BUG=628942,631151 R=dominicc@chromium.org Review-Url: https://codereview.chromium.org/2190523002 Cr-Commit-Position: refs/heads/master@{#436294}
-
kkhorimoto authored
BUG=669589 Review-Url: https://codereview.chromium.org/2546063003 Cr-Commit-Position: refs/heads/master@{#436293}
-
isherman authored
BUG=none TEST=none R=mathp@chromium.org Review-Url: https://codereview.chromium.org/2546253002 Cr-Commit-Position: refs/heads/master@{#436292}
-
dullweber authored
Display content settings and zoomlevel for extensions with extension name instead of showing a cryptic id. If an extension has a favicon, it is shown as well. https://screenshot.googleplex.com/7rMF5f26CmW https://screenshot.googleplex.com/9TbvP1zDYWJ BUG=412740 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2525943002 Cr-Commit-Position: refs/heads/master@{#436291}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/f295aa2a..e01db2c9 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_trusty_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/2549123002 Cr-Commit-Position: refs/heads/master@{#436290}
-
stkhapugin authored
Automatically generated ARCMigrate commit Notable issues:None BUG=624363 TEST=None Review-Url: https://codereview.chromium.org/2514813002 Cr-Commit-Position: refs/heads/master@{#436289}
-
nednguyen authored
BUG=669582 Review-Url: https://codereview.chromium.org/2549093003 Cr-Commit-Position: refs/heads/master@{#436288}
-
stkhapugin authored
Automatically generated ARCMigrate commit Notable issues:None BUG=624363 TEST=None Review-Url: https://codereview.chromium.org/2517463004 Cr-Commit-Position: refs/heads/master@{#436287}
-
stkhapugin authored
Automatically generated ARCMigrate commit Notable issues:None BUG=624363 TEST=None Review-Url: https://codereview.chromium.org/2513993002 Cr-Commit-Position: refs/heads/master@{#436286}
-
dullweber authored
Only activate radio buttons in ContentSettingsBubble for valid content settings. This prevents failed DCHECK e.g. for about:blank if you try to create popups from the console. BUG=244176 Review-Url: https://codereview.chromium.org/2510363003 Cr-Commit-Position: refs/heads/master@{#436285}
-
stkhapugin authored
Automatically generated ARCMigrate commit Notable issues:None BUG=624363 TEST=None Review-Url: https://codereview.chromium.org/2511423002 Cr-Commit-Position: refs/heads/master@{#436284}
-
stkhapugin authored
Automatically generated ARCMigrate commit Notable issues:None BUG=624363 TEST=None Review-Url: https://codereview.chromium.org/2510133003 Cr-Commit-Position: refs/heads/master@{#436283}
-
skia-deps-roller authored
https://skia.googlesource.com/skia.git/+log/8b4b56ac2927..b048e81c5c27 $ git log 8b4b56ac2..b048e81c5 --date=short --no-merges --format='%ad %ae %s' 2016-12-05 borenet Roll recipe DEPS Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel TBR=herb@google.com Review-Url: https://codereview.chromium.org/2549103002 Cr-Commit-Position: refs/heads/master@{#436282}
-
stkhapugin authored
Automatically generated ARCMigrate commit Notable issues:None BUG=624363 TEST=None Review-Url: https://codereview.chromium.org/2533453002 Cr-Commit-Position: refs/heads/master@{#436281}
-
fhorschig authored
Multiple concurrent fetch processes ensure that the UI will always get a correct response for a |Fetch| request. In order to bind fetcher and callback to the request, a new |Request| class provides another layer of abstraction. (No tests were deleted. The test "ShouldCancelOngoingFetch" is not part of the use case anymore and was replaced with "ShouldProcessConcurrentFetches") BUG=659931 Review-Url: https://codereview.chromium.org/2505643002 Cr-Commit-Position: refs/heads/master@{#436280}
-
csharrison authored
This patch adds a histogram which tracks a how many style sheets reach certain rule usage milestones (i.e. > 10% rules used). This is useful for determining how worthwhile lazy parsing is in the wild. BUG=642722 Review-Url: https://codereview.chromium.org/2533093002 Cr-Commit-Position: refs/heads/master@{#436279}
-
maxmorin authored
This change moves logic related to IPC requests regarding a single stream into its own class. This prepares for adding a mojo alternative to ARH. The mojo implementation will have a separate interface for an audio stream, which makes it very reasonable to have a class responsible for handling requests to a stream. This change also slims down ARH, so that it's easier to replace. Reference for mojofication work: https://docs.google.com/document/d/1PjV_EutyJANmsEjhH9mTNZWSslTPvAit7Cy2RO3cbmk/edit, in particular the diagram https://docs.google.com/drawings/d/1xg6z2FwLdTe5eG-Nvek9q-IfWzMI01XxlbVH3y0mzAE/edit. BUG=656923 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel,linux_chromium_msan_rel_ng,linux_chromium_chromeos_asan_rel_ng,linux_chromium_chromeos_msan_rel_ng,linux_chromium_tsan_rel_ng,linux_chromium_ubsan_rel_ng;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel,mac_chromium_asan_rel_ng;master.tryserver.chromium.win:win_optional_gpu_tests_rel,win_chromium_syzyasan_rel Review-Url: https://codereview.chromium.org/2443573003 Cr-Commit-Position: refs/heads/master@{#436278}
-
stkhapugin authored
Notable changes: none BUG=665024 Review-Url: https://codereview.chromium.org/2495353002 Cr-Commit-Position: refs/heads/master@{#436277}
-
stkhapugin authored
Automatically generated ARCMigrate commit Notable issues:None BUG=624363 TEST=None Review-Url: https://codereview.chromium.org/2515723002 Cr-Commit-Position: refs/heads/master@{#436276}
-
stkhapugin authored
Automatically generated ARCMigrate commit Notable issues:None BUG=624363 TEST=None Review-Url: https://codereview.chromium.org/2528003002 Cr-Commit-Position: refs/heads/master@{#436275}
-