Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(227)

Issue 12163003: Add FilePath to base namespace. (Closed)

Created:
7 years, 10 months ago by brettw
Modified:
7 years, 10 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Add FilePath to base namespace. This updates headers that forward-declare it and a few random places to use the namespace explicitly. There us a using declaration in file_path.h that makes the rest compile, which we can do in future passes. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=180245

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3754 lines, -3231 lines) Patch
M android_webview/browser/net/aw_network_delegate.h View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/net/aw_network_delegate.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M base/android/path_utils.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M base/command_line.h View 1 6 chunks +9 lines, -6 lines 0 comments Download
M base/event_recorder.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M base/file_path.h View 1 3 chunks +12 lines, -5 lines 0 comments Download
M base/file_util.h View 1 22 chunks +98 lines, -87 lines 0 comments Download
M base/file_version_info.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M base/i18n/file_util_icu.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M base/i18n/rtl.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M base/mac/bundle_locations.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M base/mac/foundation_util.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M base/mac/mac_util.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M base/native_library.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M base/nix/mime_util_xdg.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M base/nix/xdg_util.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M base/path_service.h View 1 4 chunks +5 lines, -6 lines 0 comments Download
M base/perftimer.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M base/prefs/json_pref_store.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M base/prefs/public/pref_service_base.h View 1 4 chunks +6 lines, -3 lines 0 comments Download
M base/scoped_native_library.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M base/shared_memory.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M base/test/scoped_path_override.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M base/test/test_file_util.h View 1 2 chunks +14 lines, -12 lines 0 comments Download
M base/value_conversions.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/chrome_main_mac.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/automation/automation_provider.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/bookmarks/bookmark_pasteboard_helper_mac.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/customization_document.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_feed_loader_observer.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/drive/drive_file_system_observer.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/drive/drive_file_system_util.h View 1 6 chunks +14 lines, -11 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_prefetcher.h View 1 4 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_system_service.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/drive/drive_test_util.h View 1 6 chunks +15 lines, -15 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_webapps_registry.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/copy_operation.h View 1 10 chunks +30 lines, -29 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system/drive_operations.h View 1 2 chunks +15 lines, -12 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system/move_operation.h View 1 10 chunks +21 lines, -18 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system/operation_observer.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/remove_operation.h View 1 3 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system/update_operation.h View 1 4 chunks +10 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/drive/file_write_helper.h View 1 3 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/enterprise_extension_observer.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/imageburner/burn_controller.h View 1 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/user_image_manager.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/user_image_manager_impl.h View 1 5 chunks +8 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/user_manager_impl.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/mobile_config.h View 1 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/settings/owner_key_util.h View 1 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/system/name_value_pairs_parser.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/component_updater/component_updater_service.h View 1 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/devtools/devtools_file_helper.h View 1 2 chunks +13 lines, -8 lines 0 comments Download
M chrome/browser/diagnostics/diagnostics_test.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/download/download_file_picker.h View 1 3 chunks +9 lines, -7 lines 0 comments Download
M chrome/browser/download/download_path_reservation_tracker.h View 1 3 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/enumerate_modules_model_win.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/activity_database.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/bookmarks/bookmarks_api.h View 1 5 chunks +6 lines, -7 lines 0 comments Download
M chrome/browser/extensions/api/media_galleries_private/media_galleries_private_api.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/media_galleries_private/media_galleries_private_event_router.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/messaging/native_process_launcher.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/page_capture/page_capture_api.h View 1 4 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/storage/sync_or_local_value_store_cache.h View 1 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/extensions/app_notification_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/app_notification_storage.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/convert_user_script.h View 1 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/extensions/convert_web_app.h View 1 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_apitest.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_creator.h View 1 3 chunks +20 lines, -18 lines 0 comments Download
M chrome/browser/extensions/extension_creator_filter.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/extensions/external_provider_interface.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/extensions/platform_app_launcher.h View 1 2 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/extensions/test_extension_system.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/updater/extension_downloader_delegate.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/extensions/webstore_installer.h View 1 3 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/first_run/first_run.h View 1 3 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/first_run/first_run_internal.h View 1 5 chunks +9 lines, -6 lines 0 comments Download
M chrome/browser/google_apis/drive_api_service.h View 1 3 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/google_apis/drive_uploader.h View 1 4 chunks +14 lines, -11 lines 0 comments Download
M chrome/browser/google_apis/gdata_wapi_parser.h View 1 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/google_apis/gdata_wapi_service.h View 1 3 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/google_apis/mock_drive_service.h View 1 4 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/google_apis/test_util.h View 1 4 chunks +6 lines, -7 lines 0 comments Download
M chrome/browser/google_apis/time_util.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/history/archived_database.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/history/archived_database.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/download_database.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/history/history_database.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/history/history_service.h View 1 5 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/history/in_memory_database.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/history/in_memory_history_backend.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/history/in_memory_history_backend.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/thumbnail_database.h View 1 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/history/top_sites.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/history/top_sites_backend.h View 1 4 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/history/top_sites_database.h View 1 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/icon_manager.h View 1 4 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/icon_manager_android.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/icon_manager_linux.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/importer/firefox_importer_utils.h View 1 7 chunks +13 lines, -13 lines 0 comments Download
M chrome/browser/importer/firefox_proxy_settings.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/importer/mork_reader.h View 1 3 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/importer/nss_decryptor.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/importer/nss_decryptor_mac.h View 1 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/importer/nss_decryptor_null.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/importer/nss_decryptor_system_nss.h View 1 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/importer/nss_decryptor_win.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/jumplist_win.h View 1 2 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/managed_mode/managed_mode_url_filter.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/media_gallery/linux/mtp_device_delegate_impl_linux.h View 1 2 chunks +5 lines, -6 lines 0 comments Download
M chrome/browser/media_gallery/media_file_system_context.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/media_gallery/win/mtp_device_delegate_impl_win.h View 1 2 chunks +5 lines, -6 lines 0 comments Download
M chrome/browser/media_gallery/win/recursive_mtp_device_object_enumerator.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/nacl_host/pnacl_file_host.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/net/chrome_network_delegate.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/crl_set_fetcher.h View 1 3 chunks +5 lines, -6 lines 0 comments Download
M chrome/browser/net/crl_set_fetcher.cc View 1 4 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/net/net_log_logger.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/net/sqlite_persistent_cookie_store.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/net/sqlite_server_bound_cert_store.h View 1 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/net/url_fixer_upper.h View 1 2 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/parsers/metadata_parser.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/parsers/metadata_parser_factory.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/parsers/metadata_parser_jpeg_factory.h View 1 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/parsers/metadata_parser_manager.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/platform_util.h View 1 1 chunk +6 lines, -3 lines 0 comments Download
M chrome/browser/platform_util_android.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/plugins/plugin_installer.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/prefs/chrome_pref_service_factory.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/prefs/pref_service.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/prefs/pref_service_builder.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/prefs/pref_service_simple.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/prefs/pref_service_syncable.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/printing/print_dialog_cloud.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/printing/printing_message_filter.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/profiles/profile.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/profiles/profile_info_cache_observer.h View 1 2 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/profiles/profile_info_cache_unittest.h View 1 3 chunks +10 lines, -7 lines 0 comments Download
M chrome/browser/profiles/profile_metrics.h View 1 2 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/renderer_host/pepper/pepper_flash_device_id_host.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/safe_browsing/prefix_set.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_store.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_store_unittest_helper.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/signature_util.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/safe_browsing/signature_util_posix.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/mock_remote_change_processor.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/remote_change_processor.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/system_monitor/media_transfer_protocol_device_observer_linux.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/system_monitor/portable_device_watcher_win.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/system_monitor/removable_device_notifications_linux.h View 1 7 chunks +13 lines, -11 lines 0 comments Download
M chrome/browser/system_monitor/removable_device_notifications_window_win.h View 1 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/system_monitor/test_volume_mount_watcher_win.h View 1 3 chunks +9 lines, -7 lines 0 comments Download
M chrome/browser/system_monitor/udev_util_linux.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/task_profiler/task_profiler_data_serializer.h View 1 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/themes/browser_theme_pack.h View 1 4 chunks +6 lines, -7 lines 0 comments Download
M chrome/browser/themes/theme_service.h View 1 3 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/ui/browser_command_controller.h View 1 1 chunk +6 lines, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/download/download_util_mac.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/ui/hung_plugin_tab_helper.h View 1 3 chunks +8 lines, -5 lines 0 comments Download
M chrome/browser/ui/network_profile_bubble.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/startup/startup_browser_creator_impl.h View 1 3 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/ui/user_data_dir_dialog.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/extensions/extension_settings_handler.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/feedback_ui.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_handler.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/print_preview/sticky_settings.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/screenshot_source.h View 1 3 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/value_store/value_store_frontend.h View 1 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/webdata/web_database.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/webdata/web_database.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/chrome_paths_internal.h View 1 2 chunks +16 lines, -14 lines 0 comments Download
M chrome/common/dump_without_crashing.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/extension_file_util.h View 1 6 chunks +21 lines, -20 lines 0 comments Download
M chrome/common/extensions/extension_l10n_util.h View 1 6 chunks +7 lines, -8 lines 0 comments Download
M chrome/common/logging_chrome.h View 1 4 chunks +7 lines, -4 lines 0 comments Download
M chrome/common/mac/app_mode_chrome_locator.h View 1 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/common/spellcheck_common.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/installer/launcher_support/chrome_launcher_support.h View 1 4 chunks +7 lines, -5 lines 0 comments Download
M chrome/installer/setup/install.h View 1 5 chunks +10 lines, -8 lines 0 comments Download
M chrome/installer/setup/install_worker.h View 1 12 chunks +20 lines, -17 lines 0 comments Download
M chrome/installer/setup/setup_util.h View 1 4 chunks +12 lines, -9 lines 0 comments Download
M chrome/installer/setup/uninstall.h View 1 2 chunks +4 lines, -1 line 0 comments Download
M chrome/installer/test/alternate_version_generator.h View 1 3 chunks +10 lines, -7 lines 0 comments Download
M chrome/installer/test/resource_loader.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/installer/test/resource_updater.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/installer/util/auto_launch_util.h View 1 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/installer/util/duplicate_tree_detector.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/installer/util/google_chrome_distribution.h View 1 5 chunks +5 lines, -6 lines 0 comments Download
M chrome/installer/util/helper.h View 1 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/installer/util/installation_validator.h View 1 2 chunks +4 lines, -1 line 0 comments Download
M chrome/installer/util/installer_util_test_common.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/installer/util/logging_installer.h View 1 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/installer/util/lzma_util.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/installer/util/master_preferences.h View 1 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/installer/util/master_preferences_dummy.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/work_item.h View 1 3 chunks +15 lines, -12 lines 0 comments Download
M chrome/installer/util/work_item_list.h View 1 3 chunks +8 lines, -6 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/mock_printer.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/service/cloud_print/print_system.h View 1 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/test/automation/automation_json_requests.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/test/automation/tab_proxy.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/test/base/ui_test_utils.h View 1 3 chunks +12 lines, -8 lines 0 comments Download
M chrome/test/chromedriver/chrome_finder.h View 1 1 chunk +7 lines, -5 lines 0 comments Download
M chrome/test/chromedriver/chrome_launcher.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/test/chromedriver/chrome_launcher_impl.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/test/logging/win/file_logger.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/test/logging/win/log_file_printer.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M chrome/test/logging/win/log_file_printer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/logging/win/log_file_reader.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/test/ui/ui_test.h View 1 8 chunks +12 lines, -12 lines 0 comments Download
M chrome/test/webdriver/webdriver_session.h View 1 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/test/webdriver/webdriver_util.h View 1 4 chunks +8 lines, -5 lines 0 comments Download
M chrome/tools/convert_dict/aff_reader.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M chrome/tools/convert_dict/dic_reader.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/utility/chrome_content_utility_client.h View 1 5 chunks +6 lines, -6 lines 0 comments Download
M chrome_frame/chrome_launcher_utils.h View 1 2 chunks +4 lines, -1 line 0 comments Download
M chrome_frame/test/chrome_frame_test_utils.h View 1 4 chunks +9 lines, -6 lines 0 comments Download
M chrome_frame/test_utils.h View 1 3 chunks +4 lines, -2 lines 0 comments Download
M chrome_frame/utils.h View 1 3 chunks +6 lines, -3 lines 0 comments Download
M chromeos/chromeos_test_utils.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chromeos/chromeos_test_utils.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cloud_print/service/service_state.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M cloud_print/virtual_driver/win/virtual_driver_helpers.h View 1 2 chunks +4 lines, -1 line 0 comments Download
M content/browser/appcache/chrome_appcache_service.h View 1 3 chunks +4 lines, -2 lines 0 comments Download
M content/browser/child_process_security_policy_impl.h View 1 6 chunks +12 lines, -9 lines 0 comments Download
M content/browser/dom_storage/dom_storage_context_impl.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/download/download_item_factory.h View 1 3 chunks +6 lines, -3 lines 0 comments Download
M content/browser/download/download_net_log_parameters.h View 1 4 chunks +9 lines, -6 lines 0 comments Download
M content/browser/download/drag_download_util.h View 1 4 chunks +8 lines, -4 lines 0 comments Download
M content/browser/download/file_metadata_linux.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M content/browser/download/file_metadata_mac.h View 1 1 chunk +6 lines, -3 lines 0 comments Download
M content/browser/download/mhtml_generation_manager.h View 1 4 chunks +6 lines, -4 lines 0 comments Download
M content/browser/download/save_file_manager.h View 1 5 chunks +7 lines, -5 lines 0 comments Download
M content/browser/fileapi/fileapi_message_filter.h View 1 4 chunks +6 lines, -6 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_context_impl.h View 1 8 chunks +9 lines, -9 lines 0 comments Download
M content/browser/safe_util_win.h View 1 3 chunks +6 lines, -3 lines 0 comments Download
M content/browser/storage_partition_impl_map.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
M content/common/child_process_host_impl.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/fileapi/file_system_dispatcher.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/sandbox_mac.h View 1 5 chunks +6 lines, -4 lines 0 comments Download
M content/ppapi_plugin/ppapi_thread.h View 1 3 chunks +5 lines, -2 lines 0 comments Download
M content/public/browser/browser_child_process_host.h View 1 2 chunks +4 lines, -1 line 0 comments Download
M content/public/browser/browser_context.h View 1 6 chunks +10 lines, -7 lines 0 comments Download
M content/public/browser/browser_ppapi_host.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/public/browser/child_process_security_policy.h View 1 2 chunks +5 lines, -3 lines 0 comments Download
M content/public/browser/content_browser_client.h View 1 1 chunk +4 lines, -1 line 0 comments Download
M content/public/browser/download_item.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/public/browser/gpu_data_manager.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M content/public/browser/pepper_flash_settings_helper.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M content/public/browser/plugin_service.h View 1 4 chunks +14 lines, -10 lines 0 comments Download
M content/public/browser/render_view_host.h View 1 3 chunks +2 lines, -2 lines 0 comments Download
M content/public/browser/utility_process_host.h View 1 2 chunks +2 lines, -3 lines 0 comments Download
M content/public/browser/web_contents_delegate.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M content/public/common/child_process_host.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M content/public/common/sandbox_init.h View 1 3 chunks +5 lines, -2 lines 0 comments Download
M content/public/renderer/content_renderer_client.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M content/public/renderer/content_renderer_client.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/public/renderer/renderer_ppapi_host.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M content/public/test/browser_test_base.h View 1 2 chunks +4 lines, -1 line 0 comments Download
M content/public/test/test_launcher.h View 1 2 chunks +4 lines, -3 lines 0 comments Download
M content/renderer/pepper/pepper_plugin_delegate_impl.h View 1 6 chunks +7 lines, -5 lines 0 comments Download
M content/shell/shell_network_delegate.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/test/content_browser_test_utils.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M content/test/net/url_request_mock_http_job.h View 1 3 chunks +8 lines, -6 lines 0 comments Download
M content/test/net/url_request_prepackaged_interceptor.h View 1 2 chunks +6 lines, -3 lines 0 comments Download
M content/utility/utility_thread_impl.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M crypto/nss_util.h View 1 1 chunk +1 line, -4 lines 0 comments Download
M gpu/tools/compositor_model_bench/render_tree.h View 1 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_message_utils.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M media/base/media.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M media/base/media_stub.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M media/filters/pipeline_integration_test_base.h View 1 3 chunks +6 lines, -4 lines 0 comments Download
M media/webm/chromeos/webm_encoder.h View 1 3 chunks +6 lines, -3 lines 0 comments Download
M net/base/cert_test_util.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M net/base/file_stream.h View 1 3 chunks +4 lines, -2 lines 0 comments Download
M net/base/file_stream_context.h View 1 3 chunks +6 lines, -4 lines 0 comments Download
M net/base/net_util.h View 1 4 chunks +11 lines, -10 lines 0 comments Download
M net/base/network_delegate.h View 1 3 chunks +6 lines, -3 lines 0 comments Download
M net/base/network_delegate.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/base/test_root_certs.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M net/base/upload_data.h View 1 2 chunks +2 lines, -3 lines 0 comments Download
M net/disk_cache/cache_util.h View 1 2 chunks +7 lines, -4 lines 0 comments Download
M net/disk_cache/disk_cache.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M net/disk_cache/file.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M net/disk_cache/mapped_file.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M net/http/infinite_cache.h View 1 2 chunks +2 lines, -3 lines 0 comments Download
M net/test/python_utils.h View 1 1 chunk +5 lines, -2 lines 0 comments Download
M net/url_request/url_fetcher.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M net/url_request/url_request.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/url_request/url_request_context_builder.h View 1 1 chunk +1 line, -1 line 0 comments Download
M printing/emf_win.h View 1 3 chunks +5 lines, -3 lines 0 comments Download
M printing/image.h View 1 3 chunks +4 lines, -2 lines 0 comments Download
M printing/metafile.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M printing/pdf_metafile_cg_mac.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M printing/pdf_metafile_skia.h View 1 1 chunk +1 line, -1 line 0 comments Download
M printing/printed_document.h View 1 2 chunks +6 lines, -3 lines 0 comments Download
M remoting/host/audio_capturer_linux.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M remoting/host/audio_capturer_linux.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/branding.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/branding.cc View 1 2 chunks +6 lines, -6 lines 0 comments Download
M remoting/host/config_file_watcher.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/config_file_watcher.cc View 1 6 chunks +8 lines, -7 lines 0 comments Download
M remoting/host/daemon_process.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M remoting/host/daemon_process.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/host/daemon_process_win.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/desktop_process_main.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/desktop_session_win.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/desktop_session_win.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/host_key_pair_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/ipc_constants.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M remoting/host/ipc_constants.cc View 1 1 chunk +7 lines, -6 lines 0 comments Download
M remoting/host/json_host_config.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/json_host_config.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/json_host_config_unittest.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M remoting/host/linux/audio_pipe_reader.h View 1 3 chunks +4 lines, -2 lines 0 comments Download
M remoting/host/linux/audio_pipe_reader.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/policy_hack/policy_watcher_linux.cc View 1 7 chunks +9 lines, -9 lines 0 comments Download
M remoting/host/remoting_me2me_host.cc View 1 6 chunks +6 lines, -6 lines 0 comments Download
M remoting/host/sas_injector_win.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/setup/daemon_controller_linux.cc View 1 6 chunks +7 lines, -7 lines 0 comments Download
M remoting/host/setup/daemon_controller_mac.cc View 1 5 chunks +5 lines, -5 lines 0 comments Download
M remoting/host/usage_stats_consent_mac.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/win/elevated_controller.cc View 1 10 chunks +14 lines, -14 lines 0 comments Download
M remoting/host/win/host_service.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/win/launch_process_with_token.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/win/launch_process_with_token.cc View 1 5 chunks +5 lines, -5 lines 0 comments Download
M remoting/host/win/unprivileged_process_delegate.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/win/unprivileged_process_delegate.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/win/wts_console_session_process_driver.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/win/wts_session_process_delegate.h View 1 2 chunks +2 lines, -3 lines 0 comments Download
M remoting/host/win/wts_session_process_delegate.cc View 1 5 chunks +5 lines, -5 lines 0 comments Download
M rlz/lib/recursive_cross_process_lock_posix.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M rlz/lib/rlz_value_store.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M sql/connection.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M sql/connection.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M sql/connection_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/remote_root_window_host_win.h View 1 6 chunks +12 lines, -10 lines 0 comments Download
M ui/base/clipboard/clipboard.h View 1 1 chunk +4 lines, -1 line 0 comments Download
M ui/base/dragdrop/download_file_interface.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M ui/base/resource/data_pack.h View 1 3 chunks +3 lines, -4 lines 0 comments Download
M ui/base/text/text_elider.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M ui/base/win/shell.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M ui/gfx/icon_util.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M webkit/appcache/appcache_database.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/appcache/appcache_database.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/appcache/appcache_database_unittest.cc View 1 10 chunks +12 lines, -12 lines 0 comments Download
M webkit/appcache/appcache_disk_cache.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/appcache/appcache_disk_cache.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/appcache/appcache_interfaces.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M webkit/appcache/appcache_interfaces.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M webkit/appcache/appcache_service.h View 1 2 chunks +2 lines, -3 lines 0 comments Download
M webkit/appcache/appcache_service.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/appcache/appcache_storage_impl.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/appcache/appcache_storage_impl.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/appcache/appcache_storage_impl_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/base/data_element.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M webkit/base/data_element.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/base/file_path_string_conversions.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webkit/base/file_path_string_conversions.cc View 1 3 chunks +7 lines, -5 lines 0 comments Download
M webkit/blob/blob_data.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/blob/blob_data.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/blob/blob_storage_controller.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M webkit/blob/blob_storage_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/blob/blob_url_request_job_unittest.cc View 1 5 chunks +6 lines, -6 lines 0 comments Download
M webkit/blob/local_file_stream_reader.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/blob/local_file_stream_reader.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/blob/local_file_stream_reader_unittest.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M webkit/blob/shareable_file_reference.h View 1 3 chunks +6 lines, -6 lines 0 comments Download
M webkit/blob/shareable_file_reference.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M webkit/blob/shareable_file_reference_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/chromeos/fileapi/cros_mount_point_provider.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
M webkit/chromeos/fileapi/cros_mount_point_provider.cc View 1 6 chunks +13 lines, -12 lines 0 comments Download
M webkit/chromeos/fileapi/cros_mount_point_provider_unittest.cc View 1 10 chunks +35 lines, -35 lines 0 comments Download
M webkit/chromeos/fileapi/file_access_permissions.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/chromeos/fileapi/file_access_permissions.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M webkit/chromeos/fileapi/file_access_permissions_unittest.cc View 1 1 chunk +8 lines, -8 lines 0 comments Download
M webkit/chromeos/fileapi/file_util_async.h View 1 3 chunks +8 lines, -8 lines 0 comments Download
M webkit/chromeos/fileapi/memory_file_util.h View 1 2 chunks +26 lines, -26 lines 0 comments Download
M webkit/chromeos/fileapi/memory_file_util.cc View 1 19 chunks +23 lines, -23 lines 0 comments Download
M webkit/chromeos/fileapi/memory_file_util_unittest.cc View 1 30 chunks +44 lines, -44 lines 0 comments Download
M webkit/chromeos/fileapi/remote_file_stream_writer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/chromeos/fileapi/remote_file_stream_writer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/chromeos/fileapi/remote_file_system_operation.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M webkit/chromeos/fileapi/remote_file_system_operation.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M webkit/database/database_tracker.h View 1 4 chunks +8 lines, -7 lines 0 comments Download
M webkit/database/database_tracker.cc View 1 11 chunks +23 lines, -22 lines 0 comments Download
M webkit/database/database_tracker_unittest.cc View 1 13 chunks +18 lines, -18 lines 0 comments Download
M webkit/database/database_util.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M webkit/database/database_util.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M webkit/database/vfs_backend.h View 1 1 chunk +7 lines, -5 lines 0 comments Download
M webkit/database/vfs_backend.cc View 1 6 chunks +6 lines, -6 lines 0 comments Download
M webkit/dom_storage/dom_storage_area.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M webkit/dom_storage/dom_storage_area.cc View 1 2 chunks +7 lines, -7 lines 0 comments Download
M webkit/dom_storage/dom_storage_area_unittest.cc View 1 4 chunks +12 lines, -12 lines 0 comments Download
M webkit/dom_storage/dom_storage_context.h View 1 3 chunks +7 lines, -7 lines 0 comments Download
webkit/dom_storage/dom_storage_context.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M webkit/dom_storage/dom_storage_context_unittest.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M webkit/dom_storage/dom_storage_database.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M webkit/dom_storage/dom_storage_database.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M webkit/dom_storage/dom_storage_database_unittest.cc View 1 5 chunks +5 lines, -5 lines 0 comments Download
M webkit/dom_storage/dom_storage_namespace.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/dom_storage/dom_storage_namespace.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/dom_storage/local_storage_database_adapter.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M webkit/dom_storage/local_storage_database_adapter.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/dom_storage/session_storage_database.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/dom_storage/session_storage_database.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/async_file_util.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/fileapi/async_file_util_adapter.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/async_file_util_adapter.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M webkit/fileapi/cross_operation_delegate.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/cross_operation_delegate.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/external_mount_points.h View 1 6 chunks +15 lines, -12 lines 0 comments Download
M webkit/fileapi/external_mount_points.cc View 1 16 chunks +34 lines, -34 lines 0 comments Download
M webkit/fileapi/external_mount_points_unittest.cc View 1 13 chunks +37 lines, -37 lines 0 comments Download
M webkit/fileapi/file_system_callback_dispatcher.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/file_system_context.h View 1 5 chunks +6 lines, -4 lines 0 comments Download
M webkit/fileapi/file_system_context.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_context_unittest.cc View 1 11 chunks +24 lines, -24 lines 0 comments Download
M webkit/fileapi/file_system_database_test_helper.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M webkit/fileapi/file_system_database_test_helper.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/fileapi/file_system_dir_url_request_job.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/fileapi/file_system_dir_url_request_job_unittest.cc View 1 3 chunks +6 lines, -6 lines 0 comments Download
M webkit/fileapi/file_system_directory_database.h View 1 4 chunks +7 lines, -7 lines 0 comments Download
M webkit/fileapi/file_system_directory_database.cc View 1 15 chunks +30 lines, -30 lines 0 comments Download
M webkit/fileapi/file_system_directory_database_unittest.cc View 1 25 chunks +41 lines, -41 lines 0 comments Download
M webkit/fileapi/file_system_file_stream_reader.h View 1 2 chunks +2 lines, -3 lines 0 comments Download
M webkit/fileapi/file_system_file_stream_reader.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/file_system_file_stream_reader_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_file_util.h View 1 6 chunks +6 lines, -6 lines 0 comments Download
M webkit/fileapi/file_system_file_util.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_file_util_proxy.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_file_util_proxy.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_file_util_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_mount_point_provider.h View 1 3 chunks +6 lines, -6 lines 0 comments Download
M webkit/fileapi/file_system_mount_point_provider_unittest.cc View 1 11 chunks +22 lines, -22 lines 0 comments Download
M webkit/fileapi/file_system_operation.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_origin_database.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M webkit/fileapi/file_system_origin_database.cc View 1 8 chunks +12 lines, -11 lines 0 comments Download
M webkit/fileapi/file_system_origin_database_unittest.cc View 1 16 chunks +23 lines, -23 lines 0 comments Download
M webkit/fileapi/file_system_quota_client_unittest.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M webkit/fileapi/file_system_url.h View 1 5 chunks +12 lines, -12 lines 0 comments Download
M webkit/fileapi/file_system_url.cc View 1 6 chunks +7 lines, -7 lines 0 comments Download
webkit/fileapi/file_system_url_request_job.h View 1 2 chunks +4 lines, -1 line 0 comments Download
M webkit/fileapi/file_system_url_request_job.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_url_request_job_unittest.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M webkit/fileapi/file_system_url_unittest.cc View 1 8 chunks +13 lines, -13 lines 0 comments Download
M webkit/fileapi/file_system_usage_cache.h View 1 2 chunks +13 lines, -13 lines 0 comments Download
M webkit/fileapi/file_system_usage_cache.cc View 1 11 chunks +14 lines, -14 lines 0 comments Download
M webkit/fileapi/file_system_usage_cache_unittest.cc View 1 9 chunks +13 lines, -13 lines 0 comments Download
M webkit/fileapi/file_system_util.h View 1 2 chunks +8 lines, -8 lines 0 comments Download
M webkit/fileapi/file_system_util.cc View 1 6 chunks +20 lines, -20 lines 0 comments Download
M webkit/fileapi/file_system_util_unittest.cc View 1 3 chunks +8 lines, -8 lines 0 comments Download
M webkit/fileapi/file_util_helper.cc View 1 8 chunks +13 lines, -13 lines 0 comments Download
M webkit/fileapi/file_writer_delegate_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/isolated_context.h View 1 5 chunks +10 lines, -10 lines 0 comments Download
M webkit/fileapi/isolated_context.cc View 1 13 chunks +30 lines, -30 lines 0 comments Download
M webkit/fileapi/isolated_context_unittest.cc View 1 10 chunks +23 lines, -23 lines 0 comments Download
M webkit/fileapi/isolated_file_util.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/isolated_file_util.cc View 1 6 chunks +10 lines, -10 lines 0 comments Download
M webkit/fileapi/isolated_file_util_unittest.cc View 1 20 chunks +40 lines, -40 lines 0 comments Download
M webkit/fileapi/isolated_mount_point_provider.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M webkit/fileapi/isolated_mount_point_provider.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M webkit/fileapi/local_file_stream_writer.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/local_file_stream_writer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/local_file_stream_writer_unittest.cc View 1 9 chunks +11 lines, -11 lines 0 comments Download
M webkit/fileapi/local_file_system_operation.h View 1 5 chunks +7 lines, -7 lines 0 comments Download
M webkit/fileapi/local_file_system_operation.cc View 1 9 chunks +9 lines, -9 lines 0 comments Download
M webkit/fileapi/local_file_system_operation_unittest.cc View 1 59 chunks +137 lines, -137 lines 0 comments Download
M webkit/fileapi/local_file_system_operation_write_unittest.cc View 1 7 chunks +8 lines, -8 lines 0 comments Download
M webkit/fileapi/local_file_system_quota_unittest.cc View 1 8 chunks +24 lines, -24 lines 0 comments Download
M webkit/fileapi/local_file_system_test_helper.h View 1 2 chunks +12 lines, -10 lines 0 comments Download
M webkit/fileapi/local_file_system_test_helper.cc View 1 5 chunks +16 lines, -16 lines 0 comments Download
M webkit/fileapi/local_file_util.h View 1 5 chunks +5 lines, -5 lines 0 comments Download
M webkit/fileapi/local_file_util.cc View 1 17 chunks +25 lines, -25 lines 0 comments Download
M webkit/fileapi/local_file_util_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/media/device_media_file_util.h View 1 5 chunks +6 lines, -6 lines 0 comments Download
M webkit/fileapi/media/device_media_file_util.cc View 1 7 chunks +7 lines, -7 lines 0 comments Download
M webkit/fileapi/media/filtering_file_enumerator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/media/filtering_file_enumerator.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M webkit/fileapi/media/media_path_filter.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M webkit/fileapi/media/media_path_filter.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M webkit/fileapi/media/mtp_device_delegate.h View 1 3 chunks +5 lines, -6 lines 0 comments Download
M webkit/fileapi/media/mtp_device_map_service.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/fileapi/media/mtp_device_map_service.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M webkit/fileapi/media/native_media_file_util.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M webkit/fileapi/media/native_media_file_util.cc View 1 10 chunks +13 lines, -13 lines 0 comments Download
M webkit/fileapi/media/native_media_file_util_unittest.cc View 1 11 chunks +18 lines, -18 lines 0 comments Download
M webkit/fileapi/mount_points.h View 1 4 chunks +6 lines, -6 lines 0 comments Download
M webkit/fileapi/mount_points.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/native_file_util.h View 1 1 chunk +13 lines, -13 lines 0 comments Download
M webkit/fileapi/native_file_util.cc View 1 14 chunks +18 lines, -18 lines 0 comments Download
M webkit/fileapi/obfuscated_file_util.h View 1 13 chunks +15 lines, -15 lines 0 comments Download
M webkit/fileapi/obfuscated_file_util.cc View 1 43 chunks +70 lines, -70 lines 0 comments Download
M webkit/fileapi/obfuscated_file_util_unittest.cc View 1 29 chunks +41 lines, -41 lines 0 comments Download
M webkit/fileapi/remote_file_system_proxy.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/sandbox_file_stream_writer.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/sandbox_file_stream_writer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/sandbox_mount_point_provider.h View 1 6 chunks +8 lines, -8 lines 0 comments Download
M webkit/fileapi/sandbox_mount_point_provider.cc View 1 12 chunks +24 lines, -24 lines 0 comments Download
M webkit/fileapi/sandbox_mount_point_provider_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/sandbox_quota_observer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/fileapi/sandbox_quota_observer.cc View 1 5 chunks +7 lines, -7 lines 0 comments Download
M webkit/fileapi/syncable/canned_syncable_file_system.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/syncable/canned_syncable_file_system.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M webkit/fileapi/syncable/local_file_change_tracker.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/syncable/local_file_change_tracker.cc View 1 7 chunks +7 lines, -7 lines 0 comments Download
M webkit/fileapi/syncable/local_file_sync_context.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/syncable/local_file_sync_context.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/fileapi/syncable/local_file_sync_context_unittest.cc View 1 5 chunks +6 lines, -6 lines 0 comments Download
M webkit/fileapi/syncable/sync_file_metadata.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/syncable/syncable_file_system_operation.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/syncable/syncable_file_system_util.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M webkit/fileapi/syncable/syncable_file_system_util.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/fileapi/syncable/syncable_file_system_util_unittest.cc View 1 4 chunks +9 lines, -9 lines 0 comments Download
M webkit/fileapi/test_file_set.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/fileapi/test_file_set.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/fileapi/test_mount_point_provider.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M webkit/fileapi/test_mount_point_provider.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M webkit/fileapi/upload_file_system_file_element_reader_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/glue/dom_operations_unittest.cc View 1 5 chunks +6 lines, -6 lines 0 comments Download
M webkit/glue/dom_serializer_unittest.cc View 1 14 chunks +14 lines, -14 lines 0 comments Download
M webkit/glue/glue_serialize.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/glue_serialize.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/glue/glue_serialize_unittest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/glue/resource_loader_bridge.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/resource_request_body.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M webkit/glue/resource_request_body.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/resource_request_body_unittest.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M webkit/glue/simple_webmimeregistry_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/unittest_test_server.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/web_intent_data.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/web_intent_data.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/web_intent_reply_data.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/glue/web_intent_reply_data.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/web_intent_reply_data_unittest.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M webkit/glue/webfileutilities_impl.cc View 1 2 chunks +8 lines, -8 lines 0 comments Download
M webkit/media/crypto/ppapi/clear_key_cdm.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/mocks/mock_resource_loader_bridge.h View 1 2 chunks +3 lines, -1 line 0 comments Download
webkit/plugins/npapi/plugin_host.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/plugins/npapi/plugin_instance.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/npapi/plugin_lib.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M webkit/plugins/npapi/plugin_lib.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/plugins/npapi/plugin_lib_mac.mm View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/plugins/npapi/plugin_lib_posix.cc View 1 4 chunks +5 lines, -4 lines 0 comments Download
M webkit/plugins/npapi/plugin_lib_win.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/npapi/plugin_list.h View 1 8 chunks +13 lines, -12 lines 0 comments Download
M webkit/plugins/npapi/plugin_list.cc View 1 11 chunks +17 lines, -17 lines 0 comments Download
M webkit/plugins/npapi/plugin_list_mac.mm View 1 4 chunks +5 lines, -5 lines 0 comments Download
M webkit/plugins/npapi/plugin_list_posix.cc View 1 8 chunks +18 lines, -18 lines 0 comments Download
M webkit/plugins/npapi/plugin_list_unittest.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M webkit/plugins/npapi/plugin_list_win.cc View 1 19 chunks +37 lines, -37 lines 0 comments Download
M webkit/plugins/npapi/plugin_stream.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/npapi/plugin_stream.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/plugins/npapi/plugin_stream_posix.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/npapi/test/plugin_geturl_test.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/plugins/npapi/webplugin_delegate_impl.h View 1 3 chunks +4 lines, -2 lines 0 comments Download
M webkit/plugins/npapi/webplugin_delegate_impl.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/plugins/npapi/webplugin_impl.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
webkit/plugins/npapi/webplugin_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/npapi/webplugin_page_delegate.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/file_callbacks.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/ppapi/file_callbacks.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/ppapi/mock_plugin_delegate.h View 1 3 chunks +4 lines, -3 lines 0 comments Download
M webkit/plugins/ppapi/mock_plugin_delegate.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M webkit/plugins/ppapi/plugin_delegate.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.h View 1 5 chunks +8 lines, -5 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/ppapi/ppb_directory_reader_impl.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/plugins/ppapi/ppb_file_ref_impl.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M webkit/plugins/ppapi/ppb_file_ref_impl.cc View 1 4 chunks +8 lines, -8 lines 0 comments Download
M webkit/plugins/ppapi/quota_file_io_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/ppapi/url_request_info_util.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/webplugininfo.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/plugins/webplugininfo.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/quota/mock_quota_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/quota/mock_quota_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/quota/quota_database.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/quota/quota_database.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/quota/quota_database_unittest.cc View 1 13 chunks +29 lines, -29 lines 0 comments Download
M webkit/quota/quota_manager.h View 1 4 chunks +4 lines, -5 lines 0 comments Download
M webkit/quota/quota_manager.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/quota/quota_manager_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/support/platform_support_android.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M webkit/support/platform_support_linux.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M webkit/support/platform_support_mac.mm View 1 6 chunks +8 lines, -8 lines 0 comments Download
M webkit/support/platform_support_win.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
webkit/support/simple_database_system.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/support/simple_database_system.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M webkit/support/test_webkit_platform_support.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/support/test_webkit_platform_support.cc View 1 5 chunks +5 lines, -5 lines 0 comments Download
M webkit/support/test_webplugin_page_delegate.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/support/test_webplugin_page_delegate.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/support/webkit_support.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M webkit/support/webkit_support.cc View 1 15 chunks +21 lines, -21 lines 0 comments Download
M webkit/support/weburl_loader_mock_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/support/weburl_loader_mock_factory.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M webkit/tools/test_shell/image_decoder_unittest.h View 1 3 chunks +6 lines, -6 lines 0 comments Download
M webkit/tools/test_shell/image_decoder_unittest.cc View 1 7 chunks +20 lines, -20 lines 0 comments Download
M webkit/tools/test_shell/plugin_tests.cc View 1 5 chunks +6 lines, -6 lines 0 comments Download
M webkit/tools/test_shell/run_all_tests.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/simple_appcache_system.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
webkit/tools/test_shell/simple_appcache_system.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/simple_file_system.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/simple_file_system.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M webkit/tools/test_shell/simple_resource_loader_bridge.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/simple_resource_loader_bridge.cc View 1 5 chunks +6 lines, -6 lines 0 comments Download
M webkit/tools/test_shell/test_shell.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/tools/test_shell/test_shell.cc View 1 7 chunks +8 lines, -8 lines 0 comments Download
M webkit/tools/test_shell/test_shell_gtk.cc View 1 7 chunks +9 lines, -9 lines 0 comments Download
M webkit/tools/test_shell/test_shell_mac.mm View 1 8 chunks +10 lines, -10 lines 0 comments Download
M webkit/tools/test_shell/test_shell_main.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/tools/test_shell/test_shell_request_context.h View 1 3 chunks +4 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/test_shell_request_context.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/tools/test_shell/test_shell_test.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/test_shell_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/test_shell_webkit_init.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/tools/test_shell/test_shell_win.cc View 1 7 chunks +9 lines, -9 lines 0 comments Download
M webkit/tools/test_shell/test_webview_delegate.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/test_webview_delegate.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/test_webview_delegate_gtk.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/test_webview_delegate_mac.mm View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/test_webview_delegate_win.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/webcore_unit_tests/ICOImageDecoder_unittest.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M win8/delegate_execute/chrome_util.h View 1 1 chunk +4 lines, -2 lines 0 comments Download
M win8/delegate_execute/chrome_util.cc View 1 7 chunks +9 lines, -8 lines 0 comments Download
M win8/delegate_execute/command_execute_impl.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M win8/delegate_execute/command_execute_impl.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M win8/delegate_execute/delegate_execute_operation.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M win8/delegate_execute/delegate_execute_operation.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M win8/delegate_execute/delegate_execute_util.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M win8/delegate_execute/delegate_execute_util.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M win8/delegate_execute/delegate_execute_util_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M win8/metro_driver/file_picker_ash.h View 1 3 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
brettw
TBR=jar
7 years, 10 months ago (2013-02-02 04:53:25 UTC) #1
brettw
There were no problems landing this! I closed the tree but only had to clobber ...
7 years, 10 months ago (2013-02-02 19:35:07 UTC) #2
jar (doing other things)
7 years, 10 months ago (2013-02-03 04:45:47 UTC) #3
Good job! This was also probably a good time to land.  Release eng will cut
a new version a week from monday, so there will be some folks begging to
backport a few things after that date.... and it will be good that you
won't change stuff around that point (so that patches will merge cleanly).

Jim


On Sat, Feb 2, 2013 at 11:35 AM, <brettw@chromium.org> wrote:

> There were no problems landing this! I closed the tree but only had to
> clobber
> one bot with bad dependencies. I also verified there were no >80 col lines.
>
>
https://codereview.chromium.**org/12163003/<https://codereview.chromium.org/1...
>

Powered by Google App Engine
This is Rietveld 408576698