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

Issue 54053006: Move weborigin/ under platform/ so that it may someday call platform APIs (Closed)

Created:
7 years, 1 month ago by Tom Sepez
Modified:
7 years, 1 month ago
CC:
blink-reviews, shans, eae+blinkwatch, yurys+blink_chromium.org, apavlov+blink_chromium.org, adamk+blink_chromium.org, pdr, loislo+blink_chromium.org, Steve Block, dino_apple.com, Nils Barth (inactive), jamesr, caseq+blink_chromium.org, Nate Chapin, arv+blink, alancutter (OOO until 2018), marja+watch_chromium.org, dsinclair, alecflett, Timothy Loh, abarth-chromium, aandrey+blink_chromium.org, dstockwell, dglazkov+blink, Rik, gavinp+loader_chromium.org, danakj, devtools-reviews_chromium.org, bemjb+rendering_chromium.org, pdr., Eric Willigers, nessy, rjwright, jchaffraix+rendering, zoltan1, philipj_slow, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, kinuko, feature-media-reviews_chromium.org, tommyw+watchlist_chromium.org, paulirish+reviews_chromium.org, darktears, haraken, kojih, vcarbune.chromium, jsbell, gavinp+prerender_chromium.org, jsbell+bindings_chromium.org, eustas+blink_chromium.org, alph+blink_chromium.org, leviw+renderwatch, vsevik+blink_chromium.org, Mike Lawther (Google), f(malita), Inactive, dgrogan, Stephen Chennney, Dirk Pranke
Visibility:
Public.

Description

This is a precursor for implementing better checks when setting document.domain. This folds weborigin/ back under platform/ to allow it to call Platform APIs. Weborigin was originally split off to allow it to be called in other places; turns out this was not necessary. The tests in the weborigin_unittests target are now folded back into blink_platform_unittests. The weborigin_unittests will no longer exist. BUG=307407 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=161946

Patch Set 1 #

Total comments: 2

Patch Set 2 : Perorm directory rename operation only (tidy whitespace) #

Patch Set 3 : Rebase #

Patch Set 4 : remove unintended change #

Patch Set 5 : missing period #

Patch Set 6 : rebase #

Patch Set 7 : rebase #

Patch Set 8 : Stale refernence to weboriginexport in .gpyi #

Unified diffs Side-by-side diffs Delta from patch set Stats (+357 lines, -4739 lines) Patch
M Source/bindings/v8/BindingSecurity.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/DOMWrapperWorld.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/ScriptController.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/ScriptSourceCode.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/V8WindowShell.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/V8WindowShell.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/DocumentTimelineTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/PlayerTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/core.gyp View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/CSSParserMode.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSStyleSheet.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/RuleSet.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/StyleSheetContents.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/StyleSheetContents.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/DOMImplementation.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/DOMURL.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/DOMURL.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/DOMURLUtils.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/DOMURLUtilsReadOnly.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/DOMURLUtilsReadOnly.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/Document.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Document.cpp View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/dom/DocumentInit.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/ExecutionContext.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/ExecutionContextClient.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/IconURL.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Node.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/ScriptLoader.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/SecurityContext.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/MarkupAccumulator.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/markup.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/CrossOriginAccessControl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/MemoryCache.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/fetch/Resource.cpp View 1 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/ResourceFetcher.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/fetch/StyleSheetResourceClient.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fileapi/FileReaderLoader.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fileapi/Stream.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/frame/ContentSecurityPolicy.cpp View 1 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/frame/DOMWindow.cpp View 1 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/frame/History.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/frame/Location.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLAnchorElement.cpp View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/html/HTMLAppletElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLFrameOwnerElement.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLImportLoader.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLMediaElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/LinkResource.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/MediaFragmentURIParser.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/PublicURLManager.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/CanvasRenderingContext.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/CanvasRenderingContext2D.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/parser/XSSAuditor.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/parser/XSSAuditor.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/parser/XSSAuditorDelegate.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/parser/XSSAuditorDelegate.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorAgent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorDOMStorageAgent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorFileSystemAgent.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorIndexedDBAgent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorPageAgent.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorResourceAgent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorWorkerAgent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/NetworkResourcesData.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/PageRuntimeAgent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/TimelineRecordFactory.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/CrossOriginPreflightResultCache.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/DocumentLoadTiming.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/DocumentLoader.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/loader/DocumentThreadableLoader.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/loader/DocumentWriter.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/loader/FormSubmission.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/FrameFetchContext.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/FrameLoadRequest.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/FrameLoader.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/loader/ImageLoader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/MixedContentChecker.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/NavigationAction.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/PingLoader.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/loader/PrerenderHandle.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/PrerenderHandle.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/loader/SubstituteData.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/TextResourceDecoderBuilder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/TextTrackLoader.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/ThreadableLoader.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/appcache/ApplicationCacheHost.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/archive/ArchiveResource.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/archive/ArchiveResourceCollection.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/archive/MHTMLArchive.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/CreateWindow.cpp View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/page/DragController.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/DragController.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/DragData.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/EventSource.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/EventSource.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/PageSerializer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/page/Settings.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/DragImage.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/Pasteboard.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/chromium/ChromiumDataObjectItem.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/GraphicsContext.cpp View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/GraphicsContext3D.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/style/StyleCustomFilterProgram.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGURIReference.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/testing/Internals.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M Source/core/timing/Performance.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/AbstractWorker.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/SharedWorker.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/workers/WorkerGlobalScope.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/workers/WorkerLocation.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/WorkerScriptLoader.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/WorkerThread.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/WorkerThread.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/WorkerThreadStartupData.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/XMLHttpRequest.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/XMLHttpRequest.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/XSLTProcessor.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/XSLTProcessorLibxslt.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/parser/XMLDocumentParser.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/filesystem/DOMFileSystem.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/filesystem/DOMFileSystemBase.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/filesystem/DOMFileSystemBase.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/filesystem/DOMWindowFileSystem.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/filesystem/DraggedIsolatedFileSystem.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/filesystem/Entry.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/filesystem/EntryBase.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/indexeddb/IDBFactory.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/mediasource/MediaSourceRegistry.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/mediasource/SourceBuffer.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/mediastream/MediaStreamRegistry.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/mediastream/MediaStreamTrackSourcesRequest.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/notifications/Notification.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/notifications/NotificationCenter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/quota/StorageQuota.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/speech/SpeechGrammar.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/DOMWindowWebDatabase.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/Database.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/DatabaseBackendBase.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/DatabaseBackendBase.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M Source/modules/webdatabase/DatabaseContext.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/webdatabase/DatabaseManager.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/DatabaseSync.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/DatabaseSync.cpp View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/webdatabase/DatabaseTracker.cpp View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M Source/modules/webdatabase/QuotaTracker.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/SQLTransactionClient.cpp View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/websockets/NewWebSocketChannelImpl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/websockets/NewWebSocketChannelImpl.cpp View 1 2 3 4 5 6 1 chunk +4 lines, -1 line 0 comments Download
M Source/modules/websockets/WebSocket.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/websockets/WebSocket.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/websockets/WebSocketHandshake.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/websockets/WebSocketHandshake.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M Source/platform/CrossThreadCopier.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/LinkHash.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/MIMETypeFromURL.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/Prerender.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/SerializedResource.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/URLPatternMatcher.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/blink_platform.gyp View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M Source/platform/blink_platform.gypi View 1 2 3 4 5 6 7 2 chunks +21 lines, -0 lines 0 comments Download
M Source/platform/blob/BlobData.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/blob/BlobRegistry.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/blob/BlobURL.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/clipboard/ClipboardUtilities.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/drm/ContentDecryptionModuleSession.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/exported/WebURL.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/exported/WebURLError.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/mediastream/RTCConfiguration.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/network/FormData.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/network/HTTPRequest.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/network/ResourceError.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/network/ResourceRequest.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/network/ResourceResponse.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/network/SocketStreamHandle.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/platform/weborigin/DatabaseIdentifier.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
A + Source/platform/weborigin/DatabaseIdentifier.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
A + Source/platform/weborigin/DatabaseIdentifierTest.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
A + Source/platform/weborigin/KURL.h View 1 5 chunks +18 lines, -18 lines 0 comments Download
A + Source/platform/weborigin/KURL.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/platform/weborigin/KURLHash.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/platform/weborigin/KURLTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/platform/weborigin/KnownPorts.h View 1 chunk +3 lines, -3 lines 0 comments Download
A + Source/platform/weborigin/KnownPorts.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/platform/weborigin/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/platform/weborigin/OriginAccessEntry.h View 3 chunks +4 lines, -4 lines 0 comments Download
A + Source/platform/weborigin/OriginAccessEntry.cpp View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/platform/weborigin/ReferrerPolicy.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/platform/weborigin/SchemeRegistry.h View 2 chunks +2 lines, -2 lines 0 comments Download
A + Source/platform/weborigin/SchemeRegistry.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/platform/weborigin/SecurityOrigin.h View 2 chunks +2 lines, -2 lines 0 comments Download
A + Source/platform/weborigin/SecurityOrigin.cpp View 1 2 chunks +7 lines, -7 lines 0 comments Download
A + Source/platform/weborigin/SecurityOriginCache.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/platform/weborigin/SecurityOriginHash.h View 1 2 chunks +7 lines, -6 lines 0 comments Download
A + Source/platform/weborigin/SecurityOriginTest.cpp View 1 1 chunk +2 lines, -3 lines 0 comments Download
A + Source/platform/weborigin/SecurityPolicy.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + Source/platform/weborigin/SecurityPolicy.cpp View 1 2 chunks +7 lines, -7 lines 0 comments Download
M Source/web/ApplicationCacheHost.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/AssertMatchingEnums.cpp View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M Source/web/ChromeClientImpl.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/ContextFeaturesClientImpl.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/ContextMenuClientImpl.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/FrameLoaderClientImpl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/IDBFactoryBackendProxy.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/web/LocalFileSystemClient.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/web/NotificationPresenterImpl.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M Source/web/SpeechInputClientImpl.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M Source/web/SpeechRecognitionClientProxy.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M Source/web/StorageAreaProxy.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/StorageNamespaceProxy.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebDataSourceImpl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebDatabase.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebDevToolsFrontendImpl.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebDocument.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebFrameImpl.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/web/WebGeolocationPermissionRequest.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebHistoryItem.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebHitTestResult.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebMIDIPermissionRequest.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebMediaPlayerClientImpl.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebMediaPlayerClientImpl.cpp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M Source/web/WebMediaStreamRegistry.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebPageSerializer.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebPageSerializerImpl.cpp View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M Source/web/WebPasswordFormData.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebSecurityOrigin.cpp View 1 1 chunk +3 lines, -3 lines 0 comments Download
M Source/web/WebSecurityPolicy.cpp View 1 1 chunk +3 lines, -3 lines 0 comments Download
M Source/web/WebSharedWorkerImpl.cpp View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M Source/web/WebStorageEventDispatcherImpl.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/web/WebUserMediaRequest.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebViewImpl.cpp View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M Source/web/tests/FrameLoaderClientImplTest.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/tests/URLTestHelpers.h View 1 1 chunk +1 line, -1 line 0 comments Download
D Source/weborigin/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
D Source/weborigin/DatabaseIdentifier.h View 1 chunk +0 lines, -43 lines 0 comments Download
D Source/weborigin/DatabaseIdentifier.cpp View 1 chunk +0 lines, -105 lines 0 comments Download
D Source/weborigin/DatabaseIdentifierTest.cpp View 1 chunk +0 lines, -262 lines 0 comments Download
D Source/weborigin/KURL.h View 1 chunk +0 lines, -277 lines 0 comments Download
D Source/weborigin/KURL.cpp View 1 chunk +0 lines, -886 lines 0 comments Download
D Source/weborigin/KURLHash.h View 1 chunk +0 lines, -57 lines 0 comments Download
D Source/weborigin/KURLTest.cpp View 1 chunk +0 lines, -658 lines 0 comments Download
D Source/weborigin/KnownPorts.h View 1 chunk +0 lines, -41 lines 0 comments Download
D Source/weborigin/KnownPorts.cpp View 1 chunk +0 lines, -157 lines 0 comments Download
D Source/weborigin/OWNERS View 1 chunk +0 lines, -5 lines 0 comments Download
D Source/weborigin/OriginAccessEntry.h View 1 chunk +0 lines, -85 lines 0 comments Download
D Source/weborigin/OriginAccessEntry.cpp View 1 chunk +0 lines, -81 lines 0 comments Download
D Source/weborigin/ReferrerPolicy.h View 1 chunk +0 lines, -48 lines 0 comments Download
D Source/weborigin/SchemeRegistry.h View 1 chunk +0 lines, -90 lines 0 comments Download
D Source/weborigin/SchemeRegistry.cpp View 1 chunk +0 lines, -274 lines 0 comments Download
D Source/weborigin/SecurityOrigin.h View 1 chunk +0 lines, -224 lines 0 comments Download
D Source/weborigin/SecurityOrigin.cpp View 1 chunk +0 lines, -494 lines 0 comments Download
D Source/weborigin/SecurityOriginCache.h View 1 chunk +0 lines, -47 lines 0 comments Download
D Source/weborigin/SecurityOriginHash.h View 1 chunk +0 lines, -90 lines 0 comments Download
D Source/weborigin/SecurityOriginTest.cpp View 1 chunk +0 lines, -65 lines 0 comments Download
D Source/weborigin/SecurityPolicy.h View 1 chunk +0 lines, -63 lines 0 comments Download
D Source/weborigin/SecurityPolicy.cpp View 1 chunk +0 lines, -155 lines 0 comments Download
D Source/weborigin/WebOriginExport.h View 1 chunk +0 lines, -53 lines 0 comments Download
D Source/weborigin/weborigin.gyp View 1 chunk +0 lines, -57 lines 0 comments Download
D Source/weborigin/weborigin.gypi View 1 chunk +0 lines, -30 lines 0 comments Download
D Source/weborigin/weborigin_tests.gyp View 1 chunk +0 lines, -57 lines 0 comments Download
M public/all.gyp View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
Tom Sepez
This will need to be broken into smaller pieces, but check that I've hit everything ...
7 years, 1 month ago (2013-11-05 00:30:46 UTC) #1
abarth-chromium
Looks about right. Do we need to teach the buildbots not to run weborigin_unittests anymore? ...
7 years, 1 month ago (2013-11-05 06:46:29 UTC) #2
abarth-chromium
https://codereview.chromium.org/54053006/diff/1/public/platform/Platform.h File public/platform/Platform.h (right): https://codereview.chromium.org/54053006/diff/1/public/platform/Platform.h#newcode342 public/platform/Platform.h:342: Two blank lines between sections pls.
7 years, 1 month ago (2013-11-05 06:47:27 UTC) #3
jamesr
Can I ask why weborigin is being moved out of the top level? To unsubscribe ...
7 years, 1 month ago (2013-11-05 06:54:08 UTC) #4
Tom Sepez
On 2013/11/05 06:54:08, jamesr wrote: > Can I ask why weborigin is being moved out ...
7 years, 1 month ago (2013-11-05 18:08:57 UTC) #5
Tom Sepez
Reviewers, please review. I've separated out the rename from the other parts of the previous ...
7 years, 1 month ago (2013-11-07 01:14:28 UTC) #6
abarth-chromium
Can you update the description? You don't appear to be introducing the new interface in ...
7 years, 1 month ago (2013-11-07 02:41:37 UTC) #7
Tom Sepez
On 2013/11/07 02:41:37, abarth wrote: > Can you update the description? You don't appear to ...
7 years, 1 month ago (2013-11-07 17:59:50 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tsepez@chromium.org/54053006/520001
7 years, 1 month ago (2013-11-12 22:22:45 UTC) #9
commit-bot: I haz the power
Retried try job too often on win_layout for step(s) webkit_lint http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_layout&number=14756
7 years, 1 month ago (2013-11-12 23:38:20 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tsepez@chromium.org/54053006/660001
7 years, 1 month ago (2013-11-13 18:22:38 UTC) #11
commit-bot: I haz the power
7 years, 1 month ago (2013-11-13 20:47:03 UTC) #12
Message was sent while issue was closed.
Change committed as 161946

Powered by Google App Engine
This is Rietveld 408576698