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

Issue 2293493003: Move blink platform's JSON code into a directory. (Closed)

Created:
4 years, 3 months ago by esprehn
Modified:
4 years, 3 months ago
Reviewers:
haraken, dglazkov, iclelland
CC:
abarth-chromium, ajuma+watch_chromium.org, apavlov+blink_chromium.org, blink-layers+watch_chromium.org, blink-reviews, blink-reviews-bindings_chromium.org, blink-reviews-html_chromium.org, blink-reviews-layout_chromium.org, blink-reviews-paint_chromium.org, blink-reviews-platform-graphics_chromium.org, Rik, caseq+blink_chromium.org, chromium-reviews, danakj+watch_chromium.org, devtools-reviews_chromium.org, dglazkov+blink, dshwang, drott+blinkwatch_chromium.org, krit, eae+blinkwatch, f(malita), fs, gyuyoung2, jbroman, jchaffraix+rendering, Justin Novosad, kinuko+fileapi, kinuko+watch, kouhei+svg_chromium.org, kozyatinskiy+blink_chromium.org, leviw+renderwatch, loading-reviews+parser_chromium.org, lushnikov+blink_chromium.org, nhiroki, pdr+svgwatchlist_chromium.org, pdr+renderingwatchlist_chromium.org, pdr+graphicswatchlist_chromium.org, pfeldman+blink_chromium.org, rwlbuis, Stephen Chennney, slimming-paint-reviews_chromium.org, szager+layoutwatch_chromium.org, tzik, zoltan1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move blink platform's JSON code into a directory. You get an owner, and you get an owner, everyone has an owner! :D BUG=642096 Committed: https://crrev.com/3b9c81e5d9a1f6489f11e2acd0d9e6288efc192d Cr-Commit-Position: refs/heads/master@{#415210}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -1881 lines) Patch
M third_party/WebKit/Source/bindings/core/v8/JSONValuesForV8.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.cpp View 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/LocalFrame.cpp View 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/forms/InputType.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/parser/XSSAuditorDelegate.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutObjectTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp View 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/ObjectPaintInvalidatorTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGParsingError.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/crypto/SubtleCrypto.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/filesystem/DevToolsHostFileSystem.cpp View 1 chunk +1 line, -1 line 0 comments Download
D third_party/WebKit/Source/platform/JSONParser.h View 1 chunk +0 lines, -21 lines 0 comments Download
D third_party/WebKit/Source/platform/JSONParser.cpp View 1 chunk +0 lines, -519 lines 0 comments Download
D third_party/WebKit/Source/platform/JSONParserTest.cpp View 1 chunk +0 lines, -502 lines 0 comments Download
D third_party/WebKit/Source/platform/JSONValues.h View 1 chunk +0 lines, -283 lines 0 comments Download
D third_party/WebKit/Source/platform/JSONValues.cpp View 1 chunk +0 lines, -533 lines 0 comments Download
M third_party/WebKit/Source/platform/blink_platform.gypi View 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp View 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/LoggingCanvas.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/PictureSnapshot.h View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/json/JSONParser.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/platform/json/JSONParser.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/json/JSONParserTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/json/JSONValues.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/platform/json/JSONValues.cpp View 1 chunk +1 line, -1 line 0 comments Download
A third_party/WebKit/Source/platform/json/OWNERS View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (9 generated)
esprehn
4 years, 3 months ago (2016-08-29 19:55:51 UTC) #6
dglazkov
lgtm
4 years, 3 months ago (2016-08-29 19:57:57 UTC) #7
haraken
LGTM
4 years, 3 months ago (2016-08-29 20:04:17 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 3 months ago (2016-08-30 06:16:47 UTC) #12
commit-bot: I haz the power
4 years, 3 months ago (2016-08-30 06:19:49 UTC) #14
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/3b9c81e5d9a1f6489f11e2acd0d9e6288efc192d
Cr-Commit-Position: refs/heads/master@{#415210}

Powered by Google App Engine
This is Rietveld 408576698