HELLO·Android
系统源代码
IT资讯
技术文章
我的收藏
注册
登录
-
我收藏的文章
创建代码块
我的代码块
我的账号
Kitkat Watch
|
4.4w_r1
下载
查看原文件
收藏
根目录
external
chromium_org
chrome
browser
resources
task_manager
includes.js
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // This script includes additional resources via document.write(). Hence, it // must be a separate script file loaded before other scripts which would // reference the resources. var css = [ 'chrome_shared.css', 'list.css', 'table.css', 'menu.css', ]; var script = [ 'load_time_data.js', 'i18n_template_no_process.js', 'event_tracker.js', 'util.js', 'cr.js', 'cr/ui.js', 'cr/event_target.js', 'cr/ui/array_data_model.js', 'cr/ui/list_item.js', 'cr/ui/list_selection_model.js', 'cr/ui/list_single_selection_model.js', 'cr/ui/list_selection_controller.js', 'cr/ui/list.js', 'cr/ui/splitter.js', 'cr/ui/table/table_splitter.js', 'cr/ui/touch_handler.js', 'cr/ui/table/table_column.js', 'cr/ui/table/table_column_model.js', 'cr/ui/table/table_header.js', 'cr/ui/table/table_list.js', 'cr/ui/table.js', 'cr/ui/grid.js', ]; var scriptDelayed = [ 'cr/ui/command.js', 'cr/ui/position_util.js', 'cr/ui/menu_item.js', 'cr/ui/menu.js', 'cr/ui/context_menu_handler.js', ]; var loadDelayedIncludes; (function() { // Switch to 'test harness' mode when loading from a file url. var isHarness = document.location.protocol == 'file:'; // In test harness mode we load resources from relative dirs. var prefix = isHarness ? './shared/' : 'chrome://resources/'; for (var i = 0; i < css.length; i++) { document.write('
'); } for (var i = 0; i < script.length; i++) { document.write('
登录后可以享受更多权益
您还没有登录,登录后您可以:
收藏Android系统代码
收藏喜欢的文章
多个平台共享账号
去登录
首次使用?从这里
注册