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

Issue 635793002: Replace FINAL and OVERRIDE with their C++11 counterparts in Source/core/html (Closed)

Created:
6 years, 2 months ago by MRV
Modified:
6 years, 2 months ago
Reviewers:
Mike West, dcheng
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Replace FINAL and OVERRIDE with their C++11 counterparts in Source/core/html This step is a giant search and replace for OVERRIDE and FINAL to replace them with their lowercase versions. BUG=417463 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183340

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1873 lines, -1873 lines) Patch
M Source/core/html/ClassList.h View 2 chunks +10 lines, -10 lines 0 comments Download
M Source/core/html/DOMFormData.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/DocumentNameCollection.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/FormAssociatedElement.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLAllCollection.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLAnchorElement.h View 2 chunks +23 lines, -23 lines 0 comments Download
M Source/core/html/HTMLAppletElement.h View 1 chunk +11 lines, -11 lines 0 comments Download
M Source/core/html/HTMLAreaElement.h View 2 chunks +7 lines, -7 lines 0 comments Download
M Source/core/html/HTMLAudioElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLBDIElement.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLBRElement.h View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/core/html/HTMLBaseElement.h View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/html/HTMLBodyElement.h View 2 chunks +16 lines, -16 lines 0 comments Download
M Source/core/html/HTMLButtonElement.h View 2 chunks +23 lines, -23 lines 0 comments Download
M Source/core/html/HTMLCanvasElement.h View 2 chunks +17 lines, -17 lines 0 comments Download
M Source/core/html/HTMLCollection.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLContentElement.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/HTMLDListElement.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLDataListElement.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/HTMLDetailsElement.h View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/html/HTMLDialogElement.h View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/HTMLDirectoryElement.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLDivElement.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLDocument.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLElement.h View 4 chunks +11 lines, -11 lines 0 comments Download
M Source/core/html/HTMLEmbedElement.h View 2 chunks +11 lines, -11 lines 0 comments Download
M Source/core/html/HTMLFieldSetElement.h View 2 chunks +10 lines, -10 lines 0 comments Download
M Source/core/html/HTMLFontElement.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/HTMLFormControlElement.h View 7 chunks +27 lines, -27 lines 0 comments Download
M Source/core/html/HTMLFormControlElementTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLFormControlElementWithState.h View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/html/HTMLFormControlsCollection.h View 2 chunks +7 lines, -7 lines 0 comments Download
M Source/core/html/HTMLFormElement.h View 2 chunks +13 lines, -13 lines 0 comments Download
M Source/core/html/HTMLFrameElement.h View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/html/HTMLFrameElementBase.h View 1 chunk +13 lines, -13 lines 0 comments Download
M Source/core/html/HTMLFrameOwnerElement.h View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/html/HTMLFrameSetElement.h View 2 chunks +10 lines, -10 lines 0 comments Download
M Source/core/html/HTMLHRElement.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/html/HTMLHeadElement.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLHeadingElement.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLHtmlElement.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLIFrameElement.h View 2 chunks +12 lines, -12 lines 0 comments Download
M Source/core/html/HTMLImageElement.h View 3 chunks +27 lines, -27 lines 0 comments Download
M Source/core/html/HTMLImageElement.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/HTMLImageLoader.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/HTMLInputElement.h View 8 chunks +84 lines, -84 lines 0 comments Download
M Source/core/html/HTMLInputElement.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLKeygenElement.h View 1 chunk +15 lines, -15 lines 0 comments Download
M Source/core/html/HTMLLIElement.h View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/html/HTMLLabelElement.h View 2 chunks +20 lines, -20 lines 0 comments Download
M Source/core/html/HTMLLegendElement.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/HTMLLinkElement.h View 7 chunks +27 lines, -27 lines 0 comments Download
M Source/core/html/HTMLMapElement.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/HTMLMediaElement.h View 6 chunks +38 lines, -38 lines 0 comments Download
M Source/core/html/HTMLMediaSource.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLMenuElement.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLMenuItemElement.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLMetaElement.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/HTMLMeterElement.h View 2 chunks +8 lines, -8 lines 0 comments Download
M Source/core/html/HTMLModElement.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/HTMLNoEmbedElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLNoScriptElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLOListElement.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/HTMLObjectElement.h View 2 chunks +32 lines, -32 lines 0 comments Download
M Source/core/html/HTMLOptGroupElement.h View 2 chunks +11 lines, -11 lines 0 comments Download
M Source/core/html/HTMLOptionElement.h View 3 chunks +14 lines, -14 lines 0 comments Download
M Source/core/html/HTMLOptionsCollection.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLOutputElement.h View 2 chunks +11 lines, -11 lines 0 comments Download
M Source/core/html/HTMLParagraphElement.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLParamElement.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLPictureElement.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLPlugInElement.h View 3 chunks +19 lines, -19 lines 0 comments Download
M Source/core/html/HTMLPreElement.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/HTMLProgressElement.h View 2 chunks +10 lines, -10 lines 0 comments Download
M Source/core/html/HTMLQuoteElement.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/HTMLRTElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLRubyElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLScriptElement.h View 2 chunks +25 lines, -25 lines 0 comments Download
M Source/core/html/HTMLSelectElement.h View 6 chunks +32 lines, -32 lines 0 comments Download
M Source/core/html/HTMLSelectElementTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLShadowElement.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLSourceElement.h View 2 chunks +6 lines, -6 lines 0 comments Download
M Source/core/html/HTMLSourceElement.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/html/HTMLStyleElement.h View 2 chunks +13 lines, -13 lines 0 comments Download
M Source/core/html/HTMLSummaryElement.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/html/HTMLTableCaptionElement.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLTableCellElement.h View 2 chunks +8 lines, -8 lines 0 comments Download
M Source/core/html/HTMLTableColElement.h View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/html/HTMLTableElement.h View 2 chunks +9 lines, -9 lines 0 comments Download
M Source/core/html/HTMLTablePartElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLTableRowElement.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/HTMLTableRowsCollection.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLTableSectionElement.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLTagCollection.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLTemplateElement.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/html/HTMLTextAreaElement.h View 4 chunks +39 lines, -39 lines 0 comments Download
M Source/core/html/HTMLTextFormControlElement.h View 5 chunks +6 lines, -6 lines 0 comments Download
M Source/core/html/HTMLTextFormControlElementTest.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/html/HTMLTitleElement.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/HTMLTrackElement.h View 2 chunks +6 lines, -6 lines 0 comments Download
M Source/core/html/HTMLUListElement.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/HTMLUnknownElement.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLVideoElement.h View 2 chunks +21 lines, -21 lines 0 comments Download
M Source/core/html/HTMLViewSourceDocument.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/HTMLWBRElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/ImageData.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/ImageDocument.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/ImageDocument.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/LabelableElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/LabelsNodeList.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/LinkManifest.h View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/html/MediaController.h View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/MediaDocument.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/MediaDocument.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/MediaError.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/MediaKeyError.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/MediaKeyEvent.h View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/PluginDocument.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/PluginDocument.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/PublicURLManager.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/RadioNodeList.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/TextDocument.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/TextMetrics.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/WindowNameCollection.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/ANGLEInstancedArrays.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/CanvasGradient.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/CanvasPattern.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/CanvasRenderingContext2D.h View 5 chunks +11 lines, -11 lines 0 comments Download
M Source/core/html/canvas/CanvasStyle.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/DataView.h View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/html/canvas/EXTBlendMinMax.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/EXTFragDepth.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/EXTShaderTextureLOD.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/EXTTextureFilterAnisotropic.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/HitRegion.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/OESElementIndexUint.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/OESStandardDerivatives.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/OESTextureFloat.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/OESTextureFloatLinear.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/OESTextureHalfFloat.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/OESTextureHalfFloatLinear.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/OESVertexArrayObject.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/Path2D.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLActiveInfo.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLBuffer.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/canvas/WebGLCompressedTextureATC.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLCompressedTextureETC1.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLCompressedTexturePVRTC.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLCompressedTextureS3TC.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLContextAttributes.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLContextEvent.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/canvas/WebGLContextGroup.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLContextObject.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/html/canvas/WebGLDebugRendererInfo.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLDebugShaders.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLDepthTexture.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLDrawBuffers.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLFramebuffer.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/canvas/WebGLFramebuffer.cpp View 2 chunks +24 lines, -24 lines 0 comments Download
M Source/core/html/canvas/WebGLGetInfo.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLLoseContext.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/canvas/WebGLProgram.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/canvas/WebGLRenderbuffer.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/canvas/WebGLRenderingContext.h View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/core/html/canvas/WebGLRenderingContextBase.h View 7 chunks +15 lines, -15 lines 0 comments Download
M Source/core/html/canvas/WebGLRenderingContextBase.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLShader.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/canvas/WebGLShaderPrecisionFormat.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLSharedObject.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/canvas/WebGLSharedWebGraphicsContext3D.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLTexture.h View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/canvas/WebGLUniformLocation.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLVertexArrayObjectOES.h View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/forms/BaseButtonInputType.h View 1 chunk +7 lines, -7 lines 0 comments Download
M Source/core/html/forms/BaseCheckableInputType.h View 1 chunk +11 lines, -11 lines 0 comments Download
M Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h View 1 chunk +13 lines, -13 lines 0 comments Download
M Source/core/html/forms/BaseClickableWithKeyInputType.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/html/forms/BaseDateAndTimeInputType.h View 1 chunk +19 lines, -19 lines 0 comments Download
M Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h View 2 chunks +46 lines, -46 lines 0 comments Download
M Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/forms/BaseTextInputType.h View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/core/html/forms/ButtonInputType.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/html/forms/CheckboxInputType.h View 1 chunk +8 lines, -8 lines 0 comments Download
M Source/core/html/forms/ColorInputType.h View 1 chunk +22 lines, -22 lines 0 comments Download
M Source/core/html/forms/DateInputType.h View 1 chunk +10 lines, -10 lines 0 comments Download
M Source/core/html/forms/DateTimeLocalInputType.h View 1 chunk +9 lines, -9 lines 0 comments Download
M Source/core/html/forms/EmailInputType.h View 1 chunk +10 lines, -10 lines 0 comments Download
M Source/core/html/forms/FileInputType.h View 1 chunk +23 lines, -23 lines 0 comments Download
M Source/core/html/forms/FormController.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/forms/FormController.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/forms/HiddenInputType.h View 1 chunk +13 lines, -13 lines 0 comments Download
M Source/core/html/forms/ImageInputType.h View 1 chunk +19 lines, -19 lines 0 comments Download
M Source/core/html/forms/InputType.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/forms/InputTypeView.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/forms/MonthInputType.h View 1 chunk +14 lines, -14 lines 0 comments Download
M Source/core/html/forms/NumberInputType.h View 1 chunk +28 lines, -28 lines 0 comments Download
M Source/core/html/forms/PasswordInputType.h View 1 chunk +10 lines, -10 lines 0 comments Download
M Source/core/html/forms/RadioInputType.h View 1 chunk +12 lines, -12 lines 0 comments Download
M Source/core/html/forms/RangeInputType.h View 1 chunk +26 lines, -26 lines 0 comments Download
M Source/core/html/forms/ResetInputType.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/html/forms/SearchInputType.h View 2 chunks +11 lines, -11 lines 0 comments Download
M Source/core/html/forms/SubmitInputType.h View 1 chunk +8 lines, -8 lines 0 comments Download
M Source/core/html/forms/TelephoneInputType.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/html/forms/TextFieldInputType.h View 2 chunks +32 lines, -32 lines 0 comments Download
M Source/core/html/forms/TextFieldInputType.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/html/forms/TextInputType.h View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/core/html/forms/TimeInputType.h View 1 chunk +11 lines, -11 lines 0 comments Download
M Source/core/html/forms/URLInputType.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/html/forms/WeekInputType.h View 1 chunk +9 lines, -9 lines 0 comments Download
M Source/core/html/ime/InputMethodContext.h View 4 chunks +6 lines, -6 lines 0 comments Download
M Source/core/html/imports/HTMLImportChild.h View 2 chunks +8 lines, -8 lines 0 comments Download
M Source/core/html/imports/HTMLImportLoader.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/imports/HTMLImportTreeRoot.h View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/core/html/imports/HTMLImportsController.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/imports/LinkImport.h View 2 chunks +10 lines, -10 lines 0 comments Download
M Source/core/html/parser/HTMLConstructionSite.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/parser/HTMLDocumentParser.h View 4 chunks +24 lines, -24 lines 0 comments Download
M Source/core/html/parser/HTMLDocumentParser.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/parser/HTMLElementStack.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/parser/HTMLResourcePreloader.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/parser/HTMLScriptRunner.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/parser/HTMLTreeBuilder.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/parser/HTMLViewSourceParser.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/parser/TextDocumentParser.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/parser/XSSAuditorDelegate.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/shadow/ClearButtonElement.h View 2 chunks +6 lines, -6 lines 0 comments Download
M Source/core/html/shadow/DateTimeEditElement.h View 3 chunks +14 lines, -14 lines 0 comments Download
M Source/core/html/shadow/DateTimeEditElement.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/shadow/DateTimeFieldElement.h View 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/html/shadow/DateTimeFieldElements.h View 15 chunks +52 lines, -52 lines 0 comments Download
M Source/core/html/shadow/DateTimeNumericFieldElement.h View 1 chunk +11 lines, -11 lines 0 comments Download
M Source/core/html/shadow/DateTimeSymbolicFieldElement.h View 2 chunks +14 lines, -14 lines 0 comments Download
M Source/core/html/shadow/DetailsMarkerControl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/html/shadow/MediaControlElementTypes.h View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/html/shadow/MediaControlElements.h View 5 chunks +56 lines, -56 lines 0 comments Download
M Source/core/html/shadow/MediaControls.h View 3 chunks +6 lines, -6 lines 0 comments Download
M Source/core/html/shadow/MeterShadowElement.h View 2 chunks +6 lines, -6 lines 0 comments Download
M Source/core/html/shadow/PickerIndicatorElement.h View 2 chunks +13 lines, -13 lines 0 comments Download
M Source/core/html/shadow/PluginPlaceholderElement.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/shadow/ProgressShadowElement.h View 2 chunks +6 lines, -6 lines 0 comments Download
M Source/core/html/shadow/SliderThumbElement.h View 2 chunks +15 lines, -15 lines 0 comments Download
M Source/core/html/shadow/SpinButtonElement.h View 2 chunks +13 lines, -13 lines 0 comments Download
M Source/core/html/shadow/TextControlInnerElements.h View 1 chunk +20 lines, -20 lines 0 comments Download
M Source/core/html/track/AudioTrack.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/track/AudioTrackList.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/track/InbandTextTrack.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/html/track/LoadableTextTrack.h View 3 chunks +8 lines, -8 lines 0 comments Download
M Source/core/html/track/TextTrack.h View 2 chunks +6 lines, -6 lines 0 comments Download
M Source/core/html/track/TextTrackCue.h View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/track/TextTrackCueList.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/track/TextTrackList.h View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/track/TrackEvent.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/track/TrackListBase.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/track/VideoTrack.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/track/VideoTrackList.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/track/vtt/VTTCue.h View 5 chunks +12 lines, -12 lines 0 comments Download
M Source/core/html/track/vtt/VTTElement.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/track/vtt/VTTParser.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/track/vtt/VTTRegion.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/track/vtt/VTTRegionList.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (3 generated)
MRV
PTAL
6 years, 2 months ago (2014-10-07 11:55:32 UTC) #2
Mike West
rs lgtm.
6 years, 2 months ago (2014-10-07 13:39:24 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/635793002/1
6 years, 2 months ago (2014-10-07 13:42:01 UTC) #6
commit-bot: I haz the power
6 years, 2 months ago (2014-10-07 14:39:00 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) as 183340

Powered by Google App Engine
This is Rietveld 408576698