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

Issue 20076: WebKit merge 40500:40539 [WebKit side] (Closed)

Created:
11 years, 10 months ago by levin
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

WebKit merge 40500:40539 [WebKit side] Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=9213

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2803 lines, -1164 lines) Patch
M third_party/WebKit/JavaScriptCore/API/JSObjectRef.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/JavaScriptCore/ChangeLog View 1 chunk +52 lines, -0 lines 0 comments Download
M third_party/WebKit/JavaScriptCore/JavaScriptCore.exp View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/JavaScriptCore/parser/Lexer.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/JavaScriptCore/runtime/JSByteArray.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/JavaScriptCore/wrec/WRECGenerator.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/JavaScriptCore/wtf/Vector.h View 2 chunks +10 lines, -0 lines 0 comments Download
M third_party/WebKit/WebCore/ChangeLog View 2 chunks +644 lines, -6 lines 0 comments Download
M third_party/WebKit/WebCore/GNUmakefile.am View 3 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/WebCore/WebCore.pro View 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/WebCore/WebCore.scons View 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/WebCore/WebCore.LP64.exp View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/WebCore/WebCore.base.exp View 6 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/WebCore/WebCore.vcproj/WebCore.vcproj View 19 chunks +51 lines, -35 lines 0 comments Download
M third_party/WebKit/WebCore/WebCore.xcodeproj/project.pbxproj View 11 chunks +16 lines, -8 lines 0 comments Download
M third_party/WebKit/WebCore/WebCoreSources.bkl View 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/WebCore/bindings/js/JSCSSStyleDeclarationCustom.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/WebCore/bindings/js/JSDOMWindowBase.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/WebCore/bindings/js/JSDOMWindowCustom.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/WebCore/bindings/js/JSDocumentCustom.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/WebCore/bindings/js/JSHTMLFormElementCustom.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/WebCore/bindings/js/JSLocationCustom.cpp View 9 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/WebCore/bindings/js/JSWorkerContextCustom.cpp View 2 chunks +37 lines, -0 lines 0 comments Download
M third_party/WebKit/WebCore/bindings/js/ScriptController.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/WebCore/bindings/js/ScriptController.cpp View 1 chunk +16 lines, -7 lines 0 comments Download
M third_party/WebKit/WebCore/bridge/qt/qt_runtime.cpp View 6 chunks +25 lines, -10 lines 0 comments Download
M third_party/WebKit/WebCore/css/CSSMutableStyleDeclaration.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/WebCore/css/CSSPrimitiveValue.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/WebCore/css/CSSStyleDeclaration.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/WebCore/css/CSSStyleSelector.cpp View 1 chunk +1 line, -1 line 0 comments Download
A third_party/WebKit/WebCore/dom/CrossThreadCopier.h View 1 chunk +113 lines, -0 lines 0 comments Download
A third_party/WebKit/WebCore/dom/CrossThreadCopier.cpp View 1 chunk +66 lines, -0 lines 0 comments Download
M third_party/WebKit/WebCore/dom/Document.h View 3 chunks +0 lines, -7 lines 0 comments Download
M third_party/WebKit/WebCore/dom/Document.cpp View 2 chunks +1 line, -17 lines 0 comments Download
M third_party/WebKit/WebCore/dom/GenericWorkerTask.h View 4 chunks +325 lines, -19 lines 0 comments Download
M third_party/WebKit/WebCore/dom/NamedAttrMap.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/WebCore/dom/ScriptExecutionContext.h View 3 chunks +7 lines, -0 lines 0 comments Download
M third_party/WebKit/WebCore/dom/ScriptExecutionContext.cpp View 1 chunk +16 lines, -0 lines 0 comments Download
M third_party/WebKit/WebCore/dom/Worker.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/WebCore/dom/Worker.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/WebCore/dom/WorkerContext.h View 2 chunks +5 lines, -1 line 0 comments Download
M third_party/WebKit/WebCore/dom/WorkerContext.cpp View 4 chunks +17 lines, -30 lines 0 comments Download
M third_party/WebKit/WebCore/dom/WorkerContext.idl View 1 chunk +70 lines, -61 lines 0 comments Download
M third_party/WebKit/WebCore/dom/WorkerMessagingProxy.h View 4 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/WebCore/dom/WorkerMessagingProxy.cpp View 5 chunks +16 lines, -7 lines 0 comments Download
M third_party/WebKit/WebCore/dom/WorkerRunLoop.h View 2 chunks +10 lines, -5 lines 0 comments Download
M third_party/WebKit/WebCore/dom/WorkerRunLoop.cpp View 2 chunks +56 lines, -7 lines 0 comments Download
D third_party/WebKit/WebCore/dom/WorkerTask.h View 1 chunk +0 lines, -48 lines 0 comments Download
D third_party/WebKit/WebCore/dom/WorkerTask.cpp View 1 chunk +0 lines, -41 lines 0 comments Download
M third_party/WebKit/WebCore/dom/WorkerThread.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/WebCore/dom/WorkerThread.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/WebCore/editing/TextIterator.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/WebCore/editing/markup.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/WebCore/history/HistoryItem.cpp View 2 chunks +5 lines, -2 lines 0 comments Download
M third_party/WebKit/WebCore/html/HTMLTokenizer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/WebCore/loader/DocumentLoader.h View 2 chunks +5 lines, -0 lines 0 comments Download
M third_party/WebKit/WebCore/loader/DocumentLoader.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/WebCore/loader/DocumentThreadableLoader.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/WebCore/loader/DocumentThreadableLoader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/WebCore/loader/EmptyClients.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/WebCore/loader/FrameLoader.h View 3 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/WebCore/loader/FrameLoader.cpp View 25 chunks +55 lines, -41 lines 0 comments Download
M third_party/WebKit/WebCore/loader/FrameLoaderClient.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/WebCore/loader/FrameLoaderTypes.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/WebCore/loader/ThreadableLoader.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/WebCore/loader/ThreadableLoader.cpp View 3 chunks +9 lines, -2 lines 0 comments Download
M third_party/WebKit/WebCore/loader/ThreadableLoaderClient.h View 2 chunks +2 lines, -2 lines 0 comments Download
A third_party/WebKit/WebCore/loader/ThreadableLoaderClientWrapper.h View 1 chunk +106 lines, -0 lines 0 comments Download
A third_party/WebKit/WebCore/loader/WorkerThreadableLoader.h View 1 chunk +138 lines, -0 lines 0 comments Download
A third_party/WebKit/WebCore/loader/WorkerThreadableLoader.cpp View 1 chunk +223 lines, -0 lines 0 comments Download
M third_party/WebKit/WebCore/loader/appcache/DOMApplicationCache.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/WebCore/loader/archive/cf/LegacyWebArchive.cpp View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/WebCore/page/DOMTimer.cpp View 4 chunks +3 lines, -9 lines 0 comments Download
M third_party/WebKit/WebCore/page/DragController.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/WebCore/page/SecurityOrigin.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/WebCore/page/mac/AccessibilityObjectWrapper.mm View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/WebCore/platform/chromium/PopupMenuChromium.cpp View 7 chunks +19 lines, -28 lines 0 comments Download
M third_party/WebKit/WebCore/platform/graphics/FontCache.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/WebCore/platform/network/FormData.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/WebCore/platform/network/HTTPHeaderMap.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/WebCore/platform/network/ResourceRequestBase.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/WebCore/platform/network/mac/FormDataStreamMac.mm View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/WebCore/plugins/PluginView.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/WebCore/rendering/RenderBlock.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/WebCore/rendering/RenderBlock.cpp View 7 chunks +35 lines, -16 lines 0 comments Download
M third_party/WebKit/WebCore/rendering/RenderBox.h View 2 chunks +6 lines, -1 line 0 comments Download
M third_party/WebKit/WebCore/rendering/RenderBox.cpp View 3 chunks +107 lines, -3 lines 0 comments Download
M third_party/WebKit/WebCore/rendering/RenderButton.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/WebCore/rendering/RenderContainer.h View 1 chunk +0 lines, -18 lines 0 comments Download
M third_party/WebKit/WebCore/rendering/RenderContainer.cpp View 2 chunks +2 lines, -468 lines 0 comments Download
M third_party/WebKit/WebCore/rendering/RenderCounter.cpp View 1 chunk +5 lines, -1 line 0 comments Download
M third_party/WebKit/WebCore/rendering/RenderInline.cpp View 10 chunks +13 lines, -13 lines 0 comments Download
M third_party/WebKit/WebCore/rendering/RenderObject.h View 3 chunks +1 line, -9 lines 0 comments Download
M third_party/WebKit/WebCore/rendering/RenderObject.cpp View 2 chunks +5 lines, -25 lines 0 comments Download
M third_party/WebKit/WebCore/rendering/RenderObjectChildList.h View 2 chunks +9 lines, -0 lines 0 comments Download
M third_party/WebKit/WebCore/rendering/RenderObjectChildList.cpp View 2 chunks +380 lines, -1 line 0 comments Download
M third_party/WebKit/WebCore/rendering/RenderSVGContainer.h View 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/WebCore/rendering/RenderSVGContainer.cpp View 3 chunks +2 lines, -102 lines 0 comments Download
M third_party/WebKit/WebCore/rendering/RenderTable.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/WebCore/rendering/RenderTable.cpp View 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/WebCore/rendering/RenderTableSection.h View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/WebCore/rendering/RenderTableSection.cpp View 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/WebCore/svg/graphics/SVGImage.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/WebCore/xml/XPathNodeSet.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
levin
11 years, 10 months ago (2009-02-05 07:52:18 UTC) #1
darin (slow to review)
11 years, 10 months ago (2009-02-05 07:56:54 UTC) #2
LGTM (rubber stamp)

Powered by Google App Engine
This is Rietveld 408576698