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
(614)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: webkit/plugins/ppapi/error_util.h
Issue
7038032
:
Fix PP_FileOpenFlags_Dev handling: (Closed)
Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: .
Created 9 years, 7 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:
base/platform_file.h
base/platform_file_posix.cc
base/platform_file_win.cc
chrome/browser/extensions/extension_file_browser_private_api.cc
content/browser/child_process_security_policy_unittest.cc
content/browser/renderer_host/browser_render_process_host.cc
content/browser/renderer_host/pepper_file_message_filter.cc
content/browser/worker_host/worker_process_host.cc
ppapi/tests/test_file_io.h
ppapi/tests/test_file_io.cc
ppapi/tests/test_file_ref.cc
webkit/fileapi/file_system_operation.cc
webkit/glue/webkit_glue.gypi
webkit/plugins/ppapi/error_util.h
webkit/plugins/ppapi/error_util.cc
webkit/plugins/ppapi/file_callbacks.cc
webkit/plugins/ppapi/file_type_conversions.h
webkit/plugins/ppapi/file_type_conversions.cc
webkit/plugins/ppapi/ppb_file_io_impl.cc
webkit/plugins/ppapi/ppb_flash_file_impl.cc
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« webkit/glue/webkit_glue.gypi
('k') |
webkit/plugins/ppapi/error_util.cc »
('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
// Copyright (c) 2010 The Chromium Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#ifndef WEBKIT_PLUGINS_PPAPI_ERROR_UTIL_H_
6
#define WEBKIT_PLUGINS_PPAPI_ERROR_UTIL_H_
7
8
#include "base/platform_file.h"
9
10
namespace webkit {
11
namespace ppapi {
12
13
int PlatformFileErrorToPepperError(base::PlatformFileError error_code);
14
15
} // namespace ppapi
16
} // namespace webkit
17
18
#endif // WEBKIT_PLUGINS_PPAPI_ERROR_UTIL_H_
OLD
NEW
« no previous file with comments
|
« webkit/glue/webkit_glue.gypi
('k') |
webkit/plugins/ppapi/error_util.cc »
('j') |
no next file with comments »
Issue 7038032: Fix PP_FileOpenFlags_Dev handling: (Closed)
Created 9 years, 7 months ago by yzshen1
Modified 9 years, 7 months ago
Reviewers: darin (slow to review), yzshen
Base URL: http://git.chromium.org/git/chromium.git@trunk
Comments: 14
This is Rietveld
408576698