Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
Side by Side Diff: third_party/zlib/google/OWNERS
Issue
1389383003
:
WIP: Introduce CompressibleString
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase onto crrev.com/1564773002
Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
chrome/browser/BUILD.gn
chrome/browser/autofill/autofill_server_browsertest.cc
chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_apitest.cc
chrome/browser/importer/edge_importer_browsertest_win.cc
chrome/chrome_browser.gypi
chrome/chrome_tests.gypi
chrome/chrome_tests_unit.gypi
chrome/utility/importer/edge_database_reader_unittest_win.cc
components/BUILD.gn
components/autofill.gypi
components/autofill/DEPS
components/autofill/core/browser/BUILD.gn
components/autofill/core/browser/autofill_download_manager.cc
components/autofill/core/browser/autofill_download_manager_unittest.cc
components/components.gyp
components/components_tests.gyp
components/compression.gypi
components/compression/BUILD.gn
components/compression/DEPS
components/compression/OWNERS
components/compression/compression_utils.h
components/compression/compression_utils.cc
components/compression/compression_utils_unittest.cc
components/metrics.gypi
components/metrics/BUILD.gn
components/metrics/DEPS
components/metrics/metrics_service_unittest.cc
components/metrics/persisted_logs.cc
components/metrics/persisted_logs_unittest.cc
components/variations.gypi
components/variations/BUILD.gn
components/variations/DEPS
components/variations/service/BUILD.gn
components/variations/variations_seed_store.cc
components/variations/variations_seed_store_unittest.cc
third_party/WebKit/Source/bindings/core/v8/ScriptSourceCode.h
third_party/WebKit/Source/bindings/core/v8/ScriptSourceCode.cpp
third_party/WebKit/Source/bindings/core/v8/V8Binding.h
third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h
third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.cpp
third_party/WebKit/Source/bindings/core/v8/V8StringResource.h
third_party/WebKit/Source/bindings/core/v8/V8StringResource.cpp
third_party/WebKit/Source/bindings/core/v8/V8ValueCache.h
third_party/WebKit/Source/bindings/core/v8/V8ValueCache.cpp
third_party/WebKit/Source/bindings/core/v8/WorkerOrWorkletScriptController.h
third_party/WebKit/Source/bindings/core/v8/WorkerOrWorkletScriptController.cpp
third_party/WebKit/Source/core/dom/ScriptLoader.cpp
third_party/WebKit/Source/core/fetch/ScriptResource.h
third_party/WebKit/Source/core/fetch/ScriptResource.cpp
third_party/WebKit/Source/core/frame/DOMWindow.h
third_party/WebKit/Source/core/frame/DOMWindow.cpp
third_party/WebKit/Source/core/frame/Window.idl
third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.cpp
third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp
third_party/WebKit/Source/core/page/Page.cpp
third_party/WebKit/Source/wtf/BUILD.gn
third_party/WebKit/Source/wtf/WTFThreadData.h
third_party/WebKit/Source/wtf/WTFThreadData.cpp
third_party/WebKit/Source/wtf/text/CompressibleString.h
third_party/WebKit/Source/wtf/text/CompressibleString.cpp
third_party/WebKit/Source/wtf/text/CompressibleStringTest.cpp
third_party/WebKit/Source/wtf/wtf.gyp
third_party/WebKit/Source/wtf/wtf.gypi
third_party/zlib/BUILD.gn
third_party/zlib/google/OWNERS
third_party/zlib/google/compression_utils.h
third_party/zlib/google/compression_utils.cc
third_party/zlib/google/compression_utils_unittest.cc
third_party/zlib/google/zip.gyp
tools/perf/benchmarks/memory_infra.py
tools/perf/page_sets/blink_memory_mobile.py
View unified diff
|
« no previous file with comments
|
« third_party/zlib/BUILD.gn
('k') |
third_party/zlib/google/compression_utils.h »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 hshi@chromium.org
1 hshi@chromium.org
2 satorux@chromium.org
2 satorux@chromium.org
3
4
# compression_utils*
5
asvitkine@chromium.org
6
isherman@chromium.org
OLD
NEW
« no previous file with comments
|
« third_party/zlib/BUILD.gn
('k') |
third_party/zlib/google/compression_utils.h »
('j') |
no next file with comments »
Issue 1389383003: WIP: Introduce CompressibleString
Created 5 years, 2 months ago by hajimehoshi
Modified 4 years, 11 months ago
Reviewers: haraken, esprehn
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 81