Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
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
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(50)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: ios/chrome/widget_extension/entitlements/external/widget_extension.appex.entitlements
Issue
2632333002
:
Add a prototype today extension behind gn flag (Closed)
Patch Set: rebase + owner
Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
ios/build/chrome_build.gni
ios/chrome/app/BUILD.gn
ios/chrome/widget_extension/BUILD.gn
ios/chrome/widget_extension/Info.plist
ios/chrome/widget_extension/OWNERS
ios/chrome/widget_extension/entitlements/external/widget_extension.appex.entitlements
ios/chrome/widget_extension/widget_view.h
ios/chrome/widget_extension/widget_view.mm
ios/chrome/widget_extension/widget_view_controller.h
ios/chrome/widget_extension/widget_view_controller.mm
View unified diff
|
Download patch
« no previous file with comments
|
« ios/chrome/widget_extension/OWNERS
('k') |
ios/chrome/widget_extension/widget_view.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
(Empty)
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3
<plist version="1.0">
4
<dict>
5
<key>application-identifier</key>
6
<string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
7
<key>com.apple.security.application-groups</key>
8
<array>
9
<string>group.${IOS_BUNDLE_ID_PREFIX}.chrome</string>
10
</array>
11
</dict>
12
</plist>
OLD
NEW
« no previous file with comments
|
« ios/chrome/widget_extension/OWNERS
('k') |
ios/chrome/widget_extension/widget_view.h »
('j') |
no next file with comments »
Issue 2632333002: Add a prototype today extension behind gn flag (Closed)
Created 3 years, 11 months ago by lody
Modified 3 years, 11 months ago
Reviewers: Olivier, sdefresne
Base URL:
Comments: 52
This is Rietveld
408576698