Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(528)

Issue 558054: Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,... (Closed)

Created:
10 years, 10 months ago by apatrick_chromium
Modified:
9 years, 7 months ago
Reviewers:
alokp
CC:
chromium-reviews, brettw+cc_chromium.org, Erik does not do reviews, jam, apatrick_chromium, Aaron Boodman, pam+watch_chromium.org, Paweł Hajdan Jr., darin (slow to review), sehr (please use chromium)
Visibility:
Public.

Description

Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError, commandBufferEntries -> commandBufferSize. Added NPDevice3DContextError enumeration. TEST=none BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=37751

Patch Set 1 #

Total comments: 7

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1429 lines, -1420 lines) Patch
M chrome/common/command_buffer_messages.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/command_buffer_proxy.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/command_buffer_proxy.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/webplugin_delegate_pepper.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 2 44 chunks +50 lines, -50 lines 0 comments Download
M gpu/command_buffer/client/cmd_buffer_helper.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/client/cmd_buffer_helper.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/client/cmd_buffer_helper_test.cc View 1 2 12 chunks +20 lines, -20 lines 0 comments Download
M gpu/command_buffer/client/fenced_allocator_test.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/common/command_buffer.h View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/common/command_buffer_mock.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/common/constants.h View 1 2 1 chunk +9 lines, -9 lines 0 comments Download
M gpu/command_buffer/service/cmd_parser.h View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/cmd_parser.cc View 1 2 2 chunks +10 lines, -10 lines 0 comments Download
M gpu/command_buffer/service/cmd_parser_test.cc View 1 2 11 chunks +24 lines, -24 lines 0 comments Download
M gpu/command_buffer/service/command_buffer_service.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/command_buffer_service.cc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/command_buffer_service_unittest.cc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/common_decoder.h View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
M gpu/command_buffer/service/common_decoder.cc View 1 2 6 chunks +44 lines, -44 lines 0 comments Download
M gpu/command_buffer/service/common_decoder_unittest.cc View 1 2 24 chunks +48 lines, -48 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 28 chunks +91 lines, -91 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_autogen.h View 1 2 67 chunks +503 lines, -503 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_mock.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc View 1 2 35 chunks +43 lines, -43 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_autogen.h View 1 2 262 chunks +262 lines, -262 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation_autogen.h View 1 2 1 chunk +28 lines, -28 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h View 1 2 7 chunks +217 lines, -217 lines 0 comments Download
M gpu/command_buffer/service/gpu_processor.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/gpu_processor_unittest.cc View 1 2 6 chunks +10 lines, -10 lines 0 comments Download
M gpu/command_buffer/service/mocks.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M gpu/demos/framework/plugin.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M gpu/pgl/command_buffer_pepper.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M gpu/pgl/command_buffer_pepper.cc View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/npapi/bindings/npapi_extensions.h View 1 2 chunks +12 lines, -3 lines 0 comments Download
M webkit/tools/pepper_test_plugin/plugin_object.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
apatrick_chromium
It's not as bad as it looks!
10 years, 10 months ago (2010-01-30 01:07:49 UTC) #1
alokp
lgtm http://codereview.chromium.org/558054/diff/1/23 File gpu/command_buffer/common/constants.h (right): http://codereview.chromium.org/558054/diff/1/23#newcode16 gpu/command_buffer/common/constants.h:16: namespace error { do you really need this ...
10 years, 10 months ago (2010-01-30 05:24:06 UTC) #2
apatrick_chromium
http://codereview.chromium.org/558054/diff/1/23 File gpu/command_buffer/common/constants.h (right): http://codereview.chromium.org/558054/diff/1/23#newcode16 gpu/command_buffer/common/constants.h:16: namespace error { Yeah error::Error is annoying. The reason ...
10 years, 10 months ago (2010-02-01 22:02:21 UTC) #3
alokp
10 years, 10 months ago (2010-02-01 22:14:28 UTC) #4
lgtm

http://codereview.chromium.org/558054/diff/1/23
File gpu/command_buffer/common/constants.h (right):

http://codereview.chromium.org/558054/diff/1/23#newcode16
gpu/command_buffer/common/constants.h:16: namespace error {
In that case I would rename the enums as following:
kErrorNone,
kErrorInvalidSize,
kErrorXXXX,
kErrorGeneric,

Not a big deal though.

Powered by Google App Engine
This is Rietveld 408576698