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
(1128)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: ios/testing/data/http_server_files/request_desktop_test_page.html
Issue
2789433006
:
Implement request mobile site. (Closed)
Patch Set: Address self review comments
Created 3 years, 8 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/chrome/browser/tabs/BUILD.gn
ios/chrome/browser/tabs/tab.h
ios/chrome/browser/tabs/tab.mm
ios/chrome/browser/ui/browser_view_controller.mm
ios/chrome/browser/ui/tools_menu/tools_menu_model.h
ios/chrome/browser/ui/tools_menu/tools_menu_model.mm
ios/chrome/browser/ui/tools_menu/tools_menu_view_controller.mm
ios/chrome/browser/ui/tools_menu/tools_popup_menu_egtest.mm
ios/testing/BUILD.gn
ios/testing/data/http_server_files/request_desktop_test_page.html
ios/testing/data/http_server_files/user_agent_test_page.html
View unified diff
|
Download patch
« ios/chrome/browser/ui/tools_menu/tools_popup_menu_egtest.mm
('K') |
« ios/testing/BUILD.gn
('k') |
ios/testing/data/http_server_files/user_agent_test_page.html »
('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
<!DOCTYPE html>
2
3
<!-- Copyright 2016 The Chromium Authors. All rights reserved.
4
Use of this source code is governed by a BSD-style license that can be
5
found in the LICENSE file. -->
6
7
<html>
8
<head>
9
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
10
<title>Test Request Desktop Script Layer</title>
11
</head>
12
<body>
13
<script type="text/javascript">
14
if (navigator.appVersion.toLowerCase().indexOf("mobile") > -1)
15
document.write('Mobile');
16
else
17
document.write('Desktop');
18
</script>
19
</body>
20
</html>
OLD
NEW
« ios/chrome/browser/ui/tools_menu/tools_popup_menu_egtest.mm
('K') |
« ios/testing/BUILD.gn
('k') |
ios/testing/data/http_server_files/user_agent_test_page.html »
('j') |
no next file with comments »
Issue 2789433006: Implement request mobile site. (Closed)
Created 3 years, 8 months ago by liaoyuke
Modified 3 years, 8 months ago
Reviewers: Eugene But (OOO till 7-30), kkhorimoto, sczs
Base URL:
Comments: 36
This is Rietveld
408576698