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

Issue 2887233003: ../platform/ => public/platform/ (Closed)

Created:
3 years, 7 months ago by rlanday
Modified:
3 years, 7 months ago
CC:
aboxhall, amaralp, apavlov+blink_chromium.org, blink-reviews, blink-reviews-api_chromium.org, caseq+blink_chromium.org, chromium-reviews, dcheng, devtools-reviews_chromium.org, dglazkov+blink, dmazzoni, dougt+watch_chromium.org, eric.carlson_apple.com, feature-media-reviews_chromium.org, gavinp+prerender_chromium.org, groby-ooo-7-16, je_julie, kinuko+fileapi, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, mac-reviews_chromium.org, mlamouri+watch-blink_chromium.org, nektarios, nhiroki, pfeldman+blink_chromium.org, Srirama, tzik, Yoav Weiss
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

../platform/ => public/platform/ We currently have a DEPS rule in third_party/WebKit/public/web/ that's flagging header includes that start with "../platform" as violations. This means engineers who add extra includes and attempt to match the existing style are wasting time trying to debug/work around these violations. This CL fixes all the existing includes of this form in this directory so they're written in a form that won't trigger a DEPS violation. Note: this CL was created by doing a find-and-replace in this directory for Review-Url: https://codereview.chromium.org/2887233003 Cr-Commit-Position: refs/heads/master@{#472691} Committed: https://chromium.googlesource.com/chromium/src/+/60b43f716972ded8acc86db0ac60fb524f061bf9

Patch Set 1 #

Patch Set 2 : Redo without git cl format #

Patch Set 3 : Revert a few problematic headers #

Patch Set 4 : Revert more problematic headers #

Patch Set 5 : Revert a few more headers #

Patch Set 6 : Revert another header #

Patch Set 7 : Revert a few more header includes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+168 lines, -168 lines) Patch
M third_party/WebKit/public/web/WebAXObject.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/public/web/WebActiveWheelFlingParameters.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/public/web/WebArrayBuffer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/WebArrayBufferView.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/WebColorChooser.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/WebColorChooserClient.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/WebCompositionUnderline.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebContextMenuData.h View 1 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/public/web/WebCryptoNormalize.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/WebCustomElement.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebDOMEvent.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/WebDOMFileSystem.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/public/web/WebDataSource.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/WebDateTimeChooserCompletion.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebDateTimeChooserParams.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/public/web/WebDevToolsAgent.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/WebDevToolsAgentClient.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/WebDevToolsFrontend.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebDeviceEmulationParams.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/public/web/WebDraggableRegion.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/public/web/WebElementCollection.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/WebExternalPopupMenuClient.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebFileChooserCompletion.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/WebFileChooserParams.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/public/web/WebFindOptions.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebFrameOwnerProperties.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/public/web/WebFrameSerializer.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/public/web/WebFrameWidget.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/public/web/WebHelperPlugin.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebHistoryItem.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/public/web/WebHitTestResult.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebImageCache.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebImageDecoder.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/public/web/WebInputMethodController.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebMediaStreamRegistry.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebMenuItemInfo.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/public/web/WebPagePopup.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebPepperSocket.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/public/web/WebPepperSocketClient.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebPerformance.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/WebPluginParams.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/public/web/WebPopupMenuInfo.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebPrerendererClient.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebRenderTheme.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/WebRuntimeFeatures.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/WebSandboxFlags.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebScriptController.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebScriptSource.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/WebSearchableFormData.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/WebSecurityPolicy.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/WebSelectElement.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebSelection.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/WebSelector.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebSettings.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/public/web/WebSharedWorker.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebSpeechGrammar.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/public/web/WebSpeechRecognitionHandle.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/WebSpeechRecognitionResult.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/public/web/WebSpeechRecognizer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebSpeechRecognizerClient.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebStorageEventDispatcher.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebSurroundingText.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebTextCheckingCompletion.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebTextCheckingResult.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/WebUserGestureIndicator.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebUserGestureToken.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebView.h View 1 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/public/web/WebViewClient.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/WebWidget.h View 1 1 chunk +9 lines, -9 lines 0 comments Download
M third_party/WebKit/public/web/WebWindowFeatures.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/public/web/linux/WebFontRendering.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/mac/WebSubstringUtil.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 38 (30 generated)
rlanday
3 years, 7 months ago (2017-05-17 23:13:02 UTC) #3
aelias_OOO_until_Jul13
lgtm, thanks! +amaralp@ who ran into this too.
3 years, 7 months ago (2017-05-17 23:16:45 UTC) #6
rlanday
So, apparently we have two files that define the same enum, one with the "k" ...
3 years, 7 months ago (2017-05-17 23:54:41 UTC) #9
rlanday
I think the issue isn't actually with this change, but rather running "git cl format" ...
3 years, 7 months ago (2017-05-18 00:05:26 UTC) #11
rlanday
Nevermind, there are more errors that look like this: [2180/9745] CXX obj/components/autofill/content/renderer/test_support/test_password_autofill_agent.o FAILED: obj/components/autofill/content/renderer/test_support/test_password_autofill_agent.o ...
3 years, 7 months ago (2017-05-18 00:36:36 UTC) #15
aelias_OOO_until_Jul13
Maybe just exclude the headers with problems for now and land the rest.
3 years, 7 months ago (2017-05-18 00:45:25 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2887233003/120001
3 years, 7 months ago (2017-05-18 04:49:46 UTC) #35
commit-bot: I haz the power
3 years, 7 months ago (2017-05-18 05:55:02 UTC) #38
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/60b43f716972ded8acc86db0ac60...

Powered by Google App Engine
This is Rietveld 408576698