date | project | content | link |
|---|
| 6 min ago | WebKit | Commit by ossy@webkit.org :: r107547 LayoutTests/ (ChangeLog platform/qt/Skipped): | # |
| 11 min ago | WebKit | Commit by podivilov@chromium.org :: r107546 LayoutTests/ (2 files in 2 dirs): 2012-02-13 Pavel Podivilov <podivilov at chromium dot org>
Unreviewed, add new baseline for font-face-default-font.html on linux.
* platform/chromium-linux/fast/css/font-face-default-font-expected.txt: Added. | # |
| 13 min ago | WebKit | Commit by noel.gordon@gmail.com :: r107545 LayoutTests/ (2 files in 2 dirs): Rebaseline JPEG image results after r107389 https://bugs.webkit.org/show_bug.cgi?id=78454
Unreviewed. Preparation for a bunch of rebaselines.
- platform/chromium/test_expectations.txt: unskip tests to allow bots to cycle and produce the new JPEG image results.
| # |
| 15 min ago | WebKit | Commit by barraclough@apple.com :: r107544 /trunk/ (29 files in 8 dirs): https://bugs.webkit.org/show_bug.cgi?id=78434 Unreviewed - temporarily reverting r107498 will I fix a couple of testcases.
Source/JavaScriptCore:
- parser/Parser.cpp: (JSC::::parseFunctionInfo):
- runtime/ClassInfo.h: (MethodTable): (JSC):
- runtime/JSCell.cpp: (JSC):
- runtime/JSCell.h: (JSCell):
- runtime/JSGlobalObject.cpp: (JSC::JSGlobalObject::reset):
- runtime/JSGlobalObjectFunctions.cpp: (JSC):
- runtime/JSGlobalObjectFunctions.h: (JSC):
- runtime/JSObject.cpp: (JSC::JSObject::put): (JSC): (JSC::JSObject::putDirectAccessor): (JSC::JSObject::defineOwnProperty):
- runtime/JSObject.h: (JSC::JSObject::inlineGetOwnPropertySlot): (JSC::JSValue::get):
- runtime/JSString.cpp: (JSC::JSString::getOwnPropertySlot):
- runtime/JSValue.h: (JSValue):
- runtime/ObjectConstructor.cpp: (JSC::objectConstructorGetPrototypeOf):
- runtime/Structure.cpp: (JSC::Structure::Structure):
- runtime/Structure.h: (JSC::Structure::setHasGetterSetterProperties): (Structure): Source/WebCore:
- bindings/js/JSDOMWindowBase.cpp: (WebCore):
- bindings/js/JSDOMWindowBase.h: (JSDOMWindowBase): LayoutTests:
- fast/js/Object-getOwnPropertyNames-expected.txt:
- fast/js/cyclic-prototypes-expected.txt:
- fast/js/parser-syntax-check-expected.txt:
- fast/js/preventExtensions-expected.txt:
- fast/js/prototypes-expected.txt:
- fast/js/script-tests/Object-getOwnPropertyNames.js:
- fast/js/script-tests/cyclic-prototypes.js:
- fast/js/script-tests/parser-syntax-check.js:
- fast/js/script-tests/preventExtensions.js:
- fast/js/script-tests/prototypes.js:
| # |
| 42 min ago | WebKit | Commit by podivilov@chromium.org :: r107543 LayoutTests/ (2 files in 2 dirs): 2012-02-13 Pavel Podivilov <podivilov at chromium dot org>
Unreviewed, remove missing test from expectations.
* platform/chromium/test_expectations.txt: | # |
| 50 min ago | WebKit | Commit by loislo@chromium.org :: r107542 Source/WebCore/ (2 files in 2 dirs): Web Inspector: get rid of cycles in containment view of an object. https://bugs.webkit.org/show_bug.cgi?id=78462
Reviewed by Yury Semikhatsky.
- inspector/front-end/DetailedHeapshotGridNodes.js: (WebInspector.HeapSnapshotObjectNode.prototype.updateHasChildren): (WebInspector.HeapSnapshotObjectNode.prototype._prefixObjectCell):
| # |
| 11:45 today | WebKit | Commit by abarth@webkit.org :: r107541 Source/WebCore/ (9 files in 3 dirs): Remove ENABLE(MEDIA_STREAM) from Navigator.h https://bugs.webkit.org/show_bug.cgi?id=78467
Reviewed by Kentaro Hara.
Navigator.webkitGetUser media doesn't really have anything to do with Navigator.cpp. This patch moves it into the mediastream directory and removes the ENABLE(MEDIA_STREAM) ifdefs in Navigator.h and Navigator.cpp.
- GNUmakefile.list.am:
- WebCore.gypi:
- mediastream/NavigatorMediaStream.cpp: Added. (WebCore): (WebCore::NavigatorMediaStream::NavigatorMediaStream): (WebCore::NavigatorMediaStream::~NavigatorMediaStream): (WebCore::NavigatorMediaStream::webkitGetUserMedia):
- mediastream/NavigatorMediaStream.h: Added. (WebCore): (NavigatorMediaStream):
- mediastream/NavigatorMediaStream.idl: Added.
- page/Navigator.cpp: (WebCore):
- page/Navigator.h: (WebCore): (Navigator):
- page/Navigator.idl:
| # |
| 11:44 today | WebKit | Commit by abarth@webkit.org :: r107540 LayoutTests/ (3 files in 3 dirs): This test is testing the argument handling behavior of this API. Now that we autogenerate this code, we now throw consistent exceptions with the rest of the platform. There shouldn't be a compat issue here because this API hasn't shipped in production releases yet.
- fast/dom/MediaStream/argument-types-expected.txt:
- fast/dom/MediaStream/script-tests/argument-types.js:
| # |
| 11:37 today | WebKit | Commit by commit-queue@webkit.org :: r107539 LayoutTests/ (180 files in 33 dirs): | # |
| 11:26 today | WebKit | Commit by philn@webkit.org :: r107538 LayoutTests/ (ChangeLog platform/gtk/Skipped): Unreviewed, skipping 2 tests failing because of bug 78434.
| # |
| 10:57 today | WebKit | Commit by abarth@webkit.org :: r107537 Source/WebCore/ (7 files in 4 dirs): Navigator.webkitGetUserMedia doesn't need to be custom https://bugs.webkit.org/show_bug.cgi?id=78464
Reviewed by Eric Seidel.
The code generator has gotten smarter since this function was added.
- GNUmakefile.list.am:
- UseV8.cmake:
- WebCore.gypi:
- bindings/js/JSNavigatorCustom.cpp: Removed.
- bindings/v8/custom/V8NavigatorCustom.cpp: Removed.
- page/Navigator.idl:
| # |
| 10:30 today | WebKit | Commit by abarth@webkit.org :: r107536 Source/WebCore/ (16 files in 6 dirs): Move ENABLE(GAMEPAD) logic out of Navigator.h/cpp https://bugs.webkit.org/show_bug.cgi?id=78457
Reviewed by Hajime Morita.
This patch moves GAMEPAD-specific logic out of Navigator by introducing the concept of a NavigatorSupplement, analogous to the recently introduced PageSupplement.
- Modules/gamepad/NavigatorGamepad.cpp: (WebCore::NavigatorGamepad::from): (WebCore): (WebCore::NavigatorGamepad::webkitGamepads): (WebCore::NavigatorGamepad::gamepads):
- Modules/gamepad/NavigatorGamepad.h: (NavigatorGamepad):
- WebCore.gypi:
- dom/DeviceMotionController.cpp: (WebCore::DeviceMotionController::supplementName):
- page/Navigator.cpp: (WebCore::Navigator::provideSupplement): (WebCore): (WebCore::Navigator::requireSupplement):
- page/Navigator.h: (Navigator):
- page/Page.h: (Page):
- page/PageSupplement.h: - This patch cleans up some nits in PageSupplement. (WebCore): (PageSupplement):
| # |
| 10:26 today | WebKit | Commit by rniwa@webkit.org :: r107535 /trunk/ (2 files in 2 dirs): Another perf-o-matic build fix.
- Websites/webkit-perf.appspot.com/report_process_handler.py: (ReportProcessHandler._create_build_if_possible):
| # |
| 10:14 today | WebKit | Commit by bashi@chromium.org :: r107534 LayoutTests/ (10 files in 5 dirs): Unreviewed test expectations update after r107516.
- platform/chromium-mac-leopard/fast/css/font-face-default-font-expected.png: Added.
- platform/chromium-mac-leopard/fast/css/font-face-multiple-faces-expected.png:
- platform/chromium-mac-snowleopard/fast/css/font-face-default-font-expected.png: Added.
- platform/chromium-mac-snowleopard/fast/css/font-face-default-font-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast/css/font-face-multiple-faces-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/css/font-face-multiple-faces-expected.png.
- platform/chromium-mac/fast/css/font-face-default-font-expected.png: Removed.
- platform/chromium-win/fast/css/font-face-default-font-expected.png:
- platform/chromium-win/fast/css/font-face-default-font-expected.txt:
| # |
| 10:08 today | WebKit | Commit by bashi@chromium.org :: r107533 LayoutTests/ (19 files in 12 dirs): Remove fast/css/font-face-descriptor-multiple-values.html https://bugs.webkit.org/show_bug.cgi?id=78456
The test is no longer needed because WebKit now follow the current draft(*1) and doesn't accept multiple font-weight descriptors. (*1) http://dev.w3.org/csswg/css3-fonts/#descdef-font-weight
Reviewed by Hajime Morita.
- fast/css/font-face-descriptor-multiple-values.html: Removed.
- fast/css/resources/font-face-descriptor-multiple-values-parsing.js: Removed.
- platform/chromium-linux/fast/css/font-face-descriptor-multiple-values-expected.png: Removed.
- platform/chromium-mac-leopard/fast/css/font-face-descriptor-multiple-values-expected.png: Removed.
- platform/chromium-mac/fast/css/font-face-descriptor-multiple-values-expected.png: Removed.
- platform/chromium-mac/fast/css/font-face-descriptor-multiple-values-parsing-expected.txt: Removed.
- platform/chromium-win/fast/css/font-face-descriptor-multiple-values-expected.png: Removed.
- platform/chromium-win/fast/css/font-face-descriptor-multiple-values-expected.txt: Removed.
- platform/chromium-win/fast/css/font-face-descriptor-multiple-values-parsing-expected.txt: Removed.
- platform/efl/fast/css/font-face-descriptor-multiple-values-expected.png: Removed.
- platform/efl/fast/css/font-face-descriptor-multiple-values-expected.txt: Removed.
- platform/gtk/fast/css/font-face-descriptor-multiple-values-expected.png: Removed.
- platform/gtk/fast/css/font-face-descriptor-multiple-values-expected.txt: Removed.
- platform/mac-leopard/fast/css/font-face-descriptor-multiple-values-expected.png: Removed.
- platform/mac/fast/css/font-face-descriptor-multiple-values-expected.png: Removed.
- platform/mac/fast/css/font-face-descriptor-multiple-values-expected.txt: Removed.
- platform/qt/fast/css/font-face-descriptor-multiple-values-expected.png: Removed.
- platform/qt/fast/css/font-face-descriptor-multiple-values-expected.txt: Removed.
| # |
| 09:47 today | WebKit | Commit by rniwa@webkit.org :: r107532 /trunk/ (2 files in 2 dirs): Perf-o-matic build fix.
- Websites/webkit-perf.appspot.com/report_handler.py: (ReportHandler.post):
| # |
| 09:11 today | WebKit | Commit by rniwa@webkit.org :: r107531 /trunk/ (5 files in 2 dirs): REGRESSION: Perf-o-matic adds duplicated test results https://bugs.webkit.org/show_bug.cgi?id=78373
Reviewed by Hajime Morita.
Add TestResult inside a transaction. We use high replication databsae but this should prevent the duplication in the most of the time.
Also fixed random bugs in Controller and ReportHandler.
- Websites/webkit-perf.appspot.com/controller.py: (get_persistent_cache):
- Websites/webkit-perf.appspot.com/report_handler.py: (ReportHandler.post):
- Websites/webkit-perf.appspot.com/report_process_handler.py: (ReportProcessHandler.post): (ReportProcessHandler._add_test_if_needed): (ReportProcessHandler): (ReportProcessHandler._add_test_result_if_needed): (ReportProcessHandler._add_test_result_if_needed._float_or_none): (ReportProcessHandler._add_test_result_if_needed.execute):
| # |
| 09:02 today | WebKit | Commit by haraken@chromium.org :: r107530 Source/WebCore/ (17 files in 10 dirs): Add a [V8CustomToJSObject] IDL attribute https://bugs.webkit.org/show_bug.cgi?id=78450
Reviewed by Adam Barth.
This is the first step to remove hard-coding in HasCustomToV8Implementation() in CodeGeneratorV8.pm. This patch adds [V8CustomToJSObject] to interfaces which have custom toV8() but do not have custom toJS().
No tests. No change in behavior.
- bindings/scripts/CodeGeneratorV8.pm: Replaced hard-coding with [V8CustomToJSObject]. (HasCustomToV8Implementation):
- css/CSSStyleSheet.idl: Added [V8CustomToJSObject].
- dom/DOMStringMap.idl:
- dom/Element.idl:
- dom/NamedNodeMap.idl:
- html/DOMTokenList.idl:
- html/HTMLDocument.idl:
- html/HTMLElement.idl:
- html/canvas/CanvasPixelArray.idl:
- inspector/ScriptProfile.idl:
- inspector/ScriptProfileNode.idl:
- page/DOMWindow.idl:
- page/Location.idl:
- svg/SVGDocument.idl:
- svg/SVGElement.idl:
- workers/WorkerContext.idl:
| # |
| 08:53 today | WebKit | Commit by commit-queue@webkit.org :: r107529 /trunk/ (164 files in 18 dirs): | # |
| 08:27 today | WebKit | Commit by commit-queue@webkit.org :: r107528 /trunk/ (5 files in 4 dirs): | # |