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
(117)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: chrome/browser/resources/script_bubble/manifest.json
Issue
11014009
:
Beginnings of the script bubble. (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: yozments
Created 8 years, 2 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:
chrome/browser/browser_resources.grd
chrome/browser/extensions/component_loader.h
chrome/browser/extensions/component_loader.cc
chrome/browser/extensions/component_loader_unittest.cc
chrome/browser/extensions/extension_browsertest.cc
chrome/browser/extensions/script_bubble_controller.h
chrome/browser/extensions/script_bubble_controller.cc
chrome/browser/extensions/script_bubble_controller_unittest.cc
chrome/browser/extensions/tab_helper.h
chrome/browser/extensions/tab_helper.cc
chrome/browser/resources/script_bubble/16.png
chrome/browser/resources/script_bubble/manifest.json
chrome/chrome_browser_extensions.gypi
chrome/chrome_common.gypi
chrome/chrome_tests.gypi
chrome/common/chrome_switches.h
chrome/common/chrome_switches.cc
chrome/common/extensions/feature_switch.h
chrome/common/extensions/feature_switch.cc
chrome/common/extensions/feature_switch_unittest.cc
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« chrome/browser/resources/script_bubble/16.png
('k') |
chrome/chrome_browser_extensions.gypi »
('j') |
chrome/common/extensions/feature_switch.h »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
{
2
"manifest_version": 2,
3
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDO1EY113vutkoYrTsgmPtKDV4QvKk1ME m8ROEHZOQo14xNMefo8+7Lpph1diC9ke97n00cWAkyYmcCEFfbRE56eUJhFVjLzlKAiR/10B0bWQ1xBT B94G8M8Huuv8Om6/0mTwTKny2XdW/XewMq1wOkL/13uAHnivbYRA0aYlNnzQIDAQAB",
4
"name": "Script Bubble",
5
"description": "Shows the number of extensions running content script on the c urrent tab.",
6
"version": "1",
7
"page_action": {
8
"default_icon": "16.png"
9
}
10
}
OLD
NEW
« no previous file with comments
|
« chrome/browser/resources/script_bubble/16.png
('k') |
chrome/chrome_browser_extensions.gypi »
('j') |
chrome/common/extensions/feature_switch.h »
('J')
Issue 11014009: Beginnings of the script bubble. (Closed)
Created 8 years, 2 months ago by Aaron Boodman
Modified 8 years, 2 months ago
Reviewers: Yoyo Zhou, Jeffrey Yasskin
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 32
This is Rietveld
408576698