Timeline
Oct 21, 2009:
- 11:20 PM Changeset in webkit [49931] by
-
- 3 edits in trunk/WebKitTools
2009-10-21 Eric Seidel <eric@webkit.org>
Reviewed by Adam Barth.
bugzilla-tool's "patch failed to download an apply" error should give more information
https://bugs.webkit.org/show_bug.cgi?id=30632
- Scripts/modules/scm.py:
- Use the common run_command method instead of custom POpen code.
- Make run_command know how to take pipes as input.
- Scripts/modules/scm_unittest.py:
- Add new tests to cover change.
- Also move test_error_handlers into new SCMClassTests so we don't run it 3 times.
- 9:32 PM Changeset in webkit [49930] by
-
- 2 edits in trunk/WebKitTools
committers
- 4:57 PM Changeset in webkit [49929] by
-
- 2 edits in trunk/WebCore
Adding the ability to enable/disable functions in V8 at runtime.
Patch by Dumitru Daniliuc <dumi@chromium.org> on 2009-10-21
Reviewed by Dimitri Glazkov.
https://bugs.webkit.org/show_bug.cgi?id=30650
- bindings/scripts/CodeGeneratorV8.pm:
- 4:47 PM Changeset in webkit [49928] by
-
- 6 edits11 adds21 deletes in trunk/LayoutTests
Combine local and session storage tests into one and use script-tests properly
https://bugs.webkit.org/show_bug.cgi?id=30640
Patch by Jeremy Orlow <jorlow@chromium.org> on 2009-10-21
Reviewed by Darin Adler.
I was apparently misusing the script-tests stuff. I changed all the tests to
test both local storage and session storage so that we can use the
make-test-script-wrappers stuff as is.
- storage/domstorage/clear-expected.txt: Added.
- storage/domstorage/clear.html: Added.
- storage/domstorage/complex-keys-expected.txt: Added.
- storage/domstorage/complex-keys.html: Added.
- storage/domstorage/complex-values-expected.txt: Added.
- storage/domstorage/complex-values.html: Added.
- storage/domstorage/localstorage/clear-expected.txt: Removed.
- storage/domstorage/localstorage/clear.html: Removed.
- storage/domstorage/localstorage/complex-keys-expected.txt: Removed.
- storage/domstorage/localstorage/complex-keys.html: Removed.
- storage/domstorage/localstorage/complex-values-expected.txt: Removed.
- storage/domstorage/localstorage/complex-values.html: Removed.
- storage/domstorage/localstorage/quota-expected.txt: Removed.
- storage/domstorage/localstorage/quota.html: Removed.
- storage/domstorage/localstorage/remove-item-expected.txt: Removed.
- storage/domstorage/localstorage/remove-item.html: Removed.
- storage/domstorage/quota-expected.txt: Added.
- storage/domstorage/quota.html: Added.
- storage/domstorage/remove-item-expected.txt: Added.
- storage/domstorage/remove-item.html: Added.
- storage/domstorage/script-tests/TEMPLATE.html: Added.
- storage/domstorage/script-tests/clear.js:
(test):
(runTest):
- storage/domstorage/script-tests/complex-keys.js:
(test):
(runTest):
- storage/domstorage/script-tests/complex-values.js:
(test):
(runTest):
- storage/domstorage/script-tests/no-quota.js: Removed.
- storage/domstorage/script-tests/quota.js:
(testQuota):
(testNoQuota):
(runTest):
- storage/domstorage/script-tests/remove-item.js:
(test):
(runTest):
- storage/domstorage/sessionstorage/clear-expected.txt: Removed.
- storage/domstorage/sessionstorage/clear.html: Removed.
- storage/domstorage/sessionstorage/complex-keys-expected.txt: Removed.
- storage/domstorage/sessionstorage/complex-keys.html: Removed.
- storage/domstorage/sessionstorage/complex-values-expected.txt: Removed.
- storage/domstorage/sessionstorage/complex-values.html: Removed.
- storage/domstorage/sessionstorage/no-quota-expected.txt: Removed.
- storage/domstorage/sessionstorage/no-quota.html: Removed.
- storage/domstorage/sessionstorage/remove-item-expected.txt: Removed.
- storage/domstorage/sessionstorage/remove-item.html: Removed.
- 4:39 PM Changeset in webkit [49927] by
-
- 5 edits in trunk/WebKitTools
Reviewed by Kevin Ollivier.
Update the Windows installer builder to work with Vista / Win 7 and with git.
https://bugs.webkit.org/show_bug.cgi?id=30649
- 4:10 PM Changeset in webkit [49926] by
-
- 4 edits in trunk
WebCore: Swedish search (and other languages as well) is broken while fixing Japanese search
https://bugs.webkit.org/show_bug.cgi?id=30646
Patch by Darin Adler <Darin Adler> on 2009-10-21
Rolled Japanese tailoring out that was done to fix
https://bugs.webkit.org/show_bug.cgi?id=30437 earlier.
It was overriding the locale-specific tailoring.
We'll land a fix once we figure out how to add the
Japanese tailoring without removing anything.
- editing/TextIterator.cpp: Rolled out r49924.
LayoutTests: Update since we rolled Japanese tailoring out that was done to fix
https://bugs.webkit.org/show_bug.cgi?id=30437 earlier.
Patch by Darin Adler <Darin Adler> on 2009-10-21
- fast/text/international/japanese-kana-letters-expected.txt: Update
test results to expect failure. We'll land results that expect
success once we re-fix the bug.
- 4:06 PM Changeset in webkit [49925] by
-
- 3 edits in trunk/LayoutTests
2009-10-21 Andrew Scherkus <scherkus@chromium.org>
Reviewed by Eric Seidel.
Update more media layout tests to use findMediaFile().
- media/controls-drag-timebar.html: Switch to using findMediaFile().
- media/video-currentTime-set.html: Remove src attribute and rely on findMediaFile() instead.
- 3:16 PM Changeset in webkit [49924] by
-
- 6 edits3 deletes in trunk
Roll out r49922 because it broke Tiger and SL in strange ways.
- 2:59 PM Changeset in webkit [49923] by
-
- 2 edits in trunk/WebCore
2009-10-21 Pavel Feldman <pfeldman@chromium.org>
Not reviewed: chromium build fix - add missing image to gypi.
- WebCore.gypi:
- 2:51 PM Changeset in webkit [49922] by
-
- 8 edits3 adds in trunk
WebCore: Fixes part of <http://webkit.org/b/30522>.
Web Inspector: DOM Exceptions throughout the Inspector should be more human readable.
Reviewed by Eric Seidel.
Expose the description attribute that is now a member of
ExceptionBase as of r49723, so when a user logs an exception, they
can see the description in the Web Inspector.
Test: fast/dom/dom-exception-description.html
- dom/DOMCoreException.idl:
- dom/EventException.idl:
- dom/RangeException.idl:
- svg/SVGException.idl:
- xml/XMLHttpRequestException.idl:
- xml/XPathException.idl:
LayoutTests: Fixes part of <http://webkit.org/b/30522>.
Web Inspector: DOM Exceptions throughout the Inspector should be more human readable.
Reviewed by Eric Seidel.
Adds a test to check the name and description of some DOM Exceptions.
- fast/dom/dom-exception-description-expected.txt: Added.
- fast/dom/dom-exception-description.html: Added.
- fast/dom/script-tests/dom-exception-description.js: Added.
- 1:47 PM Changeset in webkit [49921] by
-
- 2 edits in trunk/WebKitTools
2009-10-21 Alejandro G. Castro <alex@igalia.com>
Reviewed by Gustavo Noronha.
[GTK] Added conditional code to avoid using
gdk_window_get_root_coords if we do not have a gtk+ release newer
than 2.17.3.
https://bugs.webkit.org/show_bug.cgi?id=30636
- WebKitTools/DumpRenderTree/gtk/EventSender.cpp:
- 1:28 PM Writing Layout Tests for DumpRenderTree edited by
- (diff)
- 1:22 PM WebKit Team edited by
- (diff)
- 1:02 PM Changeset in webkit [49920] by
-
- 2 edits in trunk/WebKit/mac
Rubber-stamped by Dan Bernstein.
- WebView/WebDynamicScrollBarsView.h:
Corrected a couple of long-obsolete comments regarding Safari's use of this class.
- 12:53 PM Changeset in webkit [49919] by
-
- 2 edits in trunk/WebCore
Fixes <https://bugs.webkit.org/show_bug.cgi?id=30616>.
REGRESSION (r49036): Web Inspector: Summary graph no longer switching to size summary.
Reviewed by Timothy Hatcher.
Add a check to make sure a function we need to calculate percentages is
defined before we use it.
- inspector/front-end/ResourcesPanel.js:
(WebInspector.ResourcesPanel.prototype._updateGraphDividersIfNeeded):
- 12:43 PM Changeset in webkit [49918] by
-
- 4 edits in trunk/LayoutTests
2009-10-21 Alejandro G. Castro <alex@igalia.com>
Reviewed by Xan Lopez.
[GTK] Removed 5333725.html from Skipped and modified the expected
result of 5232159-expected.txt and fake-drag-expected.txt, this
modifications come from the changes in EventSender (bug 30633 and
bug 30636).
https://bugs.webkit.org/show_bug.cgi?id=30593
- LayoutTests/platform/gtk/Skipped:
- LayoutTests/platform/gtk/editing/selection/5232159-expected.txt:
- LayoutTests/platform/gtk/editing/selection/fake-drag-expected.tx :
- 12:36 PM Changeset in webkit [49917] by
-
- 3 edits in trunk/WebCore
2009-10-21 Keishi Hattori <casey.hattori@gmail.com>
Reviewed by Timothy Hatcher.
REGRESSION: Clicking on nodes in the console should take you to the element in the DOM
https://bugs.webkit.org/show_bug.cgi?id=27231
- inspector/front-end/ConsoleView.js: (WebInspector.ConsoleView.prototype._formatnode): Turns on ElementsTreeOutline.showInElementsPanelEnabled
- inspector/front-end/ElementsTreeOutline.js: (WebInspector.ElementsTreeOutline): Added ElementsTreeOutline.showInElementsPanelEnabled (WebInspector.ElementsTreeElement.prototype.onmousedown): Reveals the node in the Elements panel if treeOutline.showInElementsPanelEnabled is true.
- 12:22 PM Changeset in webkit [49916] by
-
- 2 edits in trunk/WebCore
https://bugs.webkit.org/show_bug.cgi?id=30637
Fix a compiler warning in windows.
Patch by Jeremy Orlow <jorlow@chromium.org> on 2009-10-21
Reviewed by Eric Seidel.
- loader/ResourceLoadNotifier.h:
- 12:18 PM Changeset in webkit [49915] by
-
- 3 edits in trunk/WebKitTools
2009-10-21 Shu Chang <Chang.Shu@nokia.com>
Reviewed by Eric Seidel.
[Qt] Added dummy implementation for keepWebHistory()
https://bugs.webkit.org/show_bug.cgi?id=30592
- DumpRenderTree/qt/LayoutTestControllerQt.cpp: (LayoutTestController::keepWebHistory):
- DumpRenderTree/qt/LayoutTestControllerQt.h:
- 12:10 PM Changeset in webkit [49914] by
-
- 2 edits in trunk/LayoutTests
2009-10-21 Victor Wang <victorw@chromium.org>
Reviewed by Eric Seidel.
Fix click-focus-anchor layout test to mimic click event.
- fast/events/click-focus-anchor.html:
- 12:03 PM Changeset in webkit [49913] by
-
- 2 edits in trunk/WebKitTools
2009-10-21 Alejandro G. Castro <alex@igalia.com>
Reviewed by Xan Lopez.
[GTK] Fixed the double click condition, it is not double click if
we move in just in one direction.
https://bugs.webkit.org/show_bug.cgi?id=30636
- WebKitTools/DumpRenderTree/gtk/EventSender.cpp:
- 11:55 AM Changeset in webkit [49912] by
-
- 2 edits in trunk/WebKitTools
2009-10-21 Alejandro G. Castro <alex@igalia.com>
Reviewed by Xan Lopez.
[GTK] Initialize the events completly before emitting them.
https://bugs.webkit.org/show_bug.cgi?id=30633
- WebKitTools/DumpRenderTree/gtk/EventSender.cpp:
- 11:32 AM Changeset in webkit [49911] by
-
- 3 edits2 adds in trunk
Fix the crash when a node not in a document receives dispatchEvent.
https://bugs.webkit.org/show_bug.cgi?id=30611
Reviewed by Darin Adler.
WebCore:
Test: fast/events/dispatch-event-no-document.html
- dom/EventTarget.cpp: Check for scriptExecutionContext() at the moment of dispatchEvent; do nothing if no context.
(WebCore::EventTarget::dispatchEvent):
LayoutTests:
- fast/events/dispatch-event-no-document-expected.txt: Added.
- fast/events/dispatch-event-no-document.html: Added.
- 11:25 AM Changeset in webkit [49910] by
-
- 2 edits in trunk/WebKitTools
wx build fix. Fix for when linking using --as-needed with gcc.
- 11:23 AM Changeset in webkit [49909] by
-
- 2 edits in trunk/WebCore
2009-10-21 Adam Langley <agl@google.com>
Reviewed by Eric Seidel.
Chromium Linux: disable subpixel text on layers.
https://bugs.webkit.org/show_bug.cgi?id=30635
http://code.google.com/p/chromium/issues/detail?id=25365
With the addition of layers for drawing rounded corners in r49641,
subpixel text on rounded rectangles broke. This is because the layer
only contains a single alpha channel and this is insufficient to
compose subpixel text correctly.
On Windows, a large body of code in TransparencyWin.cpp exists to try
to deal with this. Even then, in some cases, it downgrades to
anti-aliased text. We need a fix for the grevious effects quickly thus
this patch disables subpixel text when rendering into a layer.
This would be covered by existing tests except that subpixel text is
disabled for pixel tests on Chromium Linux.
- platform/graphics/chromium/FontLinux.cpp: (WebCore::isCanvasMultiLayered): (WebCore::adjustTextRenderMode): (WebCore::Font::drawGlyphs): (WebCore::Font::drawComplexText):
- 11:13 AM Changeset in webkit [49908] by
-
- 2 edits in trunk/WebKit/wx
Reviewed by Kevin Ollivier.
Include 'WebFrame.h' declared classes in wxPython bindings.
https://bugs.webkit.org/show_bug.cgi?id=30504
- 11:06 AM Changeset in webkit [49907] by
-
- 5 edits in trunk
wxMac build fixes. Fix issues with linking against wrong versions of sqlite3 and curl on Mac 10.4.
- 9:47 AM Changeset in webkit [49906] by
-
- 4 edits1 copy4 adds in trunk
WebCore: Fixed background-clip parsing regressions introduced in r46240.
Reviewed by Sam Weinig.
Test: fast/css/background-clip-text.html
- css/CSSParser.cpp:
(WebCore::parseBackgroundClip): Added this helper method.
(WebCore::CSSParser::parseFillShorthand): Use parseBackgroundClip() to
reparse the value. The old code called parseFillProperty() again, which
didn’t work, because parseFillProperty() advances the value list.
(WebCore::CSSParser::parseFillProperty): Changed to use
parseBackgroundClip().
- css/CSSPrimitiveValueMappings.h:
(WebCore::CSSPrimitiveValue::operator EFillBox): Added a case for
CSSValueWebkitText.
LayoutTests: Added a background-clip parsing test that would have caught some
regressions that were introduced in r46240.
Reviewed by Sam Weinig.
- fast/css/background-clip-text-expected.txt: Added.
- fast/css/background-clip-text.html: Added.
- fast/css/script-tests: Added.
- fast/css/script-tests/TEMPLATE.html: Copied from LayoutTests/fast/backgrounds/repeat/script-tests/TEMPLATE.html.
- fast/css/script-tests/background-clip-text.js: Added.
(test):
- 6:57 AM Changeset in webkit [49905] by
-
- 3 edits in trunk/WebCore
2009-10-21 Alexander Pavlov <apavlov@chromium.org>
Reviewed by Timothy Hatcher.
Enable creation of custom SidebarTreeElements for different ProfileTypes
ProfileTypes can now create sidebar tree elements of custom types.
https://bugs.webkit.org/show_bug.cgi?id=30520
- inspector/front-end/ProfileView.js: (WebInspector.CPUProfileType.prototype.setRecordingProfile): (WebInspector.CPUProfileType.prototype.createSidebarTreeElementForProfile): (WebInspector.CPUProfileType.prototype.createView): (WebInspector.CPUProfile.prototype.get head):
- inspector/front-end/ProfilesPanel.js: (WebInspector.ProfileType.prototype.buttonClicked): (WebInspector.ProfileType.prototype.viewForProfile): (WebInspector.ProfileType.prototype.createView): (WebInspector.ProfileType.prototype.createSidebarTreeElementForProfile): (WebInspector.ProfilesPanel.prototype.addProfileHeader): (WebInspector.ProfilesPanel.prototype.showProfile):
- 6:45 AM Changeset in webkit [49904] by
-
- 4 edits in trunk/WebCore
2009-10-20 Joseph Pecoraro <Joseph Pecoraro>
Reviewed by Timothy Hatcher.
Web Inspector: Selectors in the Styles pane should trigger a search for that selector when clicked
https://bugs.webkit.org/show_bug.cgi?id=17126
- inspector/front-end/ElementsPanel.js: (WebInspector.ElementsPanel.prototype.addNodesToSearchResult): only change focusedDOMNode on a manual search
- inspector/front-end/StylesSidebarPane.js: (WebInspector.StylePropertiesSection.prototype._clickSelector): trigger a search
- inspector/front-end/ElementsTreeOutline.js: (WebInspector.ElementsTreeElement.prototype._startEditing): correctly start editing attribute value instead of name
- 6:33 AM Changeset in webkit [49903] by
-
- 2 edits in trunk/WebCore
2009-10-20 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Timothy Hatcher.
Web Inspector: Fix DOM Agent leak.
- inspector/InspectorController.cpp: (WebCore::InspectorController::~InspectorController):
- 6:08 AM Changeset in webkit [49902] by
-
- 1 edit3 adds in trunk/WebCore
2009-10-21 Girish Ramakrishnan <Girish Ramakrishnan>
Reviewed by Holger Freyther.
Plugins: Create manual tests for testing plugins
Create two test files:
- windowed.html - Test plugin in windowed mode.
- windowless.html - Test plugin in windowless mode.
- manual-tests/plugins/windowed.html: Added.
- manual-tests/plugins/windowless.html: Added.
- 2:10 AM Changeset in webkit [49901] by
-
- 2 edits in trunk/LayoutTests
2009-10-21 Xan Lopez <xlopez@igalia.com>
Skip another failing test.
- platform/gtk/Skipped:
- 12:52 AM Changeset in webkit [49900] by
-
- 2 edits in trunk/LayoutTests
2009-10-21 Xan Lopez <xlopez@igalia.com>
Skip a few more libxml2 related tests.
- platform/gtk/Skipped:
- 12:11 AM Changeset in webkit [49899] by
-
- 3 edits2 adds in trunk
2009-10-21 Satoshi Nakagawa <psychs@limechat.net>
Reviewed by Darin Adler.
Fixed Japanese text search problems.
Treat small kana letters and kana letters as different characters in search.
Do not ignore diacritic marks in search for Japanese texts.
- fast/text/international/japanese-kana-letters-expected.txt: Added.
- fast/text/international/japanese-kana-letters.html: Added.
2009-10-21 Satoshi Nakagawa <psychs@limechat.net>
Reviewed by Darin Adler.
Fixed Japanese text search problems.
Treat small kana letters and kana letters as different characters in search.
Do not ignore diacritic marks in search for Japanese texts.
Test: fast/text/international/japanese-kana-letters.html
- editing/TextIterator.cpp: (WebCore::createCollator): (WebCore::collator): (WebCore::createSearcher):
Oct 20, 2009:
- 9:56 PM Changeset in webkit [49898] by
-
- 3 edits in trunk/WebCore
2009-10-20 Eric Z. Ayers <zundel@google.com>
Reviewed by Timothy Hatcher.
Changes TimelineItems to be created with raw timestamps as opposed
to a time relative to a start of session. Normalized timestamps cause
problems when monitoring a browsing session across multiple page
transitions.
- inspector/InspectorTimelineAgent.cpp: (WebCore::InspectorTimelineAgent::InspectorTimelineAgent): (WebCore::InspectorTimelineAgent::willDispatchDOMEvent): (WebCore::InspectorTimelineAgent::willLayout): (WebCore::InspectorTimelineAgent::willRecalculateStyle): (WebCore::InspectorTimelineAgent::willPaint): (WebCore::InspectorTimelineAgent::willWriteHTML): (WebCore::InspectorTimelineAgent::reset): (WebCore::InspectorTimelineAgent::didCompleteCurrentRecord):
- inspector/InspectorTimelineAgent.h:
- 8:37 PM Changeset in webkit [49897] by
-
- 7 edits in trunk/LayoutTests
2009-10-20 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Timothy Hatcher.
Web Inspector: simple console tests do not require testing harness.
- inspector/uncaught-dom1-exception-expected.txt:
- inspector/uncaught-dom1-exception.html:
- inspector/uncaught-dom3-exception-expected.txt:
- inspector/uncaught-dom3-exception.html:
- inspector/uncaught-dom8-exception-expected.txt:
- inspector/uncaught-dom8-exception.html:
- 7:31 PM Changeset in webkit [49896] by
-
- 2 edits in trunk/WebCore
Fix leak of WebSocketChannel by adopting the newly-created reference.
Reviewed by Oliver Hunt.
- websockets/WebSocketChannel.h:
(WebCore::WebSocketChannel::create):
- 5:42 PM Changeset in webkit [49895] by
-
- 3 edits2 deletes in trunk
Roll out r49876 as it causes many assertion failures during regression tests on SnowLeopard.
- 5:40 PM Changeset in webkit [49894] by
-
- 6 edits in trunk/WebCore
DOM Storage runtime flag changes
https://bugs.webkit.org/show_bug.cgi?id=30602
Patch by Jeremy Orlow <jorlow@chromium.org> on 2009-10-20
Reviewed by Adam Barth.
Part 1/2. Removing sessionStorageEnabled in next patch after the
Chromium side of the changes lands.
Revert my changes to Settings and instead implement DOM Storage enabling via
the methods agreed upon in https://bugs.webkit.org/show_bug.cgi?id=30240
This stuff was (intentionally) never exposed to web pages or DRT, so there's no
LayoutTest visible changes and thus no tests.
- bindings/v8/custom/V8CustomBinding.h:
- bindings/v8/custom/V8DOMWindowCustom.cpp:
(WebCore::ACCESSOR_RUNTIME_ENABLER):
- page/DOMWindow.idl:
- storage/Storage.cpp:
(WebCore::Storage::setLocalStorageAvailable):
(WebCore::Storage::localStorageAvailable):
(WebCore::Storage::setSessionStorageAvailable):
(WebCore::Storage::sessionStorageAvailable):
- storage/Storage.h:
- 5:22 PM Changeset in webkit [49893] by
-
- 8 edits in trunk/WebCore
Need to turn off notifications properly at runtime
https://bugs.webkit.org/show_bug.cgi?id=30409
Patch by John Gregg <johnnyg@google.com> on 2009-10-20
Reviewed by David Levin.
This code only affects chromium, and is all behind a compile time
flag current turned off, so no new tests.
- bindings/v8/custom/V8CustomBinding.h:
- bindings/v8/custom/V8DOMWindowCustom.cpp:
(WebCore::ACCESSOR_RUNTIME_ENABLER):
- bindings/v8/custom/V8WorkerContextCustom.cpp:
(WebCore::ACCESSOR_RUNTIME_ENABLER):
- notifications/NotificationCenter.cpp:
(WebCore::NotificationCenter::setIsAvailable):
(WebCore::NotificationCenter::isAvailable):
- notifications/NotificationCenter.h:
- page/DOMWindow.idl:
- workers/WorkerContext.idl:
- 5:08 PM Changeset in webkit [49892] by
-
- 3 edits in trunk/WebCore
2009-10-20 James Robinson <jamesr@chromium.org>
Reviewed by Adam Barth.
Fixes RefPtr initialization in the V8 implementation of WebCore::ScriptString to use the ::create() idiom and
use adoptRef() properly. I failed to read the RefPtr docs the first time through :(
No new tests, error was caught by valgrind on the Chromium builders.
- bindings/v8/ScriptString.h: (WebCore::ScriptString::ScriptString): (WebCore::ScriptString::operator=):
- bindings/v8/ScriptStringImpl.h: (WebCore::ScriptStringImpl::create):
- 4:10 PM Changeset in webkit [49891] by
-
- 4 edits in trunk/WebCore
2009-10-20 Mikhail Naganov <mnaganov@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: populate child nodes before sorting them.
- inspector/front-end/BottomUpProfileDataGridTree.js: (WebInspector.BottomUpProfileDataGridNode): Swapped with BottomUpProfileDataGridTree to be consistent with TopDownProfileDataGridNode. (WebInspector.BottomUpProfileDataGridNode.prototype._takePropertiesFromProfileDataGridNode): (WebInspector.BottomUpProfileDataGridNode.prototype._keepOnlyChild): (WebInspector.BottomUpProfileDataGridNode.prototype._exclude): (WebInspector.BottomUpProfileDataGridNode.prototype._merge): (WebInspector.BottomUpProfileDataGridNode.prototype._sharedPopulate): (WebInspector.BottomUpProfileDataGridTree.prototype.exclude):
- inspector/front-end/ProfileDataGridTree.js: (WebInspector.ProfileDataGridNode.prototype.sort): Added missing parentheses. (WebInspector.ProfileDataGridNode.prototype.get _parent): (WebInspector.ProfileDataGridNode.prototype._populate):
- inspector/front-end/TopDownProfileDataGridTree.js: (WebInspector.TopDownProfileDataGridNode.prototype._sharedPopulate):
- 2:56 PM Changeset in webkit [49890] by
-
- 2 edits in trunk/WebCore
Remove redundant String ref/deref calls in generated V8 bindings.
https://bugs.webkit.org/show_bug.cgi?id=30579
Patch by Jens Alfke <snej@chromium.org> on 2009-10-20
Reviewed by Eric Seidel.
- bindings/v8/V8Binding.h:
(WebCore::toString): Fix return type of 'toString' to make it truly a no-op
instead of constructing/destructing a String.
- 2:56 PM Changeset in webkit [49889] by
-
- 2 edits in trunk/JavaScriptCore
Windows build fix: updated variable name.
Patch by Geoffrey Garen <ggaren@apple.com> on 2009-10-20
- runtime/DatePrototype.cpp:
(JSC::formatLocaleDate):
- 2:55 PM Changeset in webkit [49888] by
-
- 2 edits in trunk/JavaScriptCore
- jit/JITOpcodes.cpp:
(JSC::JIT::emit_op_next_pname): Slightly tweaked this #ifdef to match the
size of a JSValue because m_jsStrings is an array of JSValues.
Reviewed by Mark Rowe.
- 2:49 PM Changeset in webkit [49887] by
-
- 2 edits in trunk/JavaScriptCore
Fixed a 64-bit regression caused by the fix for
https://bugs.webkit.org/show_bug.cgi?id=30570.
Patch by Geoffrey Garen <ggaren@apple.com> on 2009-10-20
Reviewed by Mark Rowe.
- jit/JITOpcodes.cpp:
(JSC::JIT::emit_op_next_pname): Use TimesEight stepping on 64-bit, since
64-bit pointers are eight bytes long.
- 2:39 PM Changeset in webkit [49886] by
-
- 4 edits in trunk/JavaScriptCore
Refactored DateInstance::msToGregorianDateTime so that a DateInstance's
caller doesn't need to supply the DateInstance's own internal value to
the DateInstance.
Patch by Geoffrey Garen <ggaren@apple.com> on 2009-10-20
Reviewed by Sam Weinig.
- runtime/DateInstance.cpp:
(JSC::DateInstance::getGregorianDateTime): Renamed from "msToGregorianDateTime".
- runtime/DateInstance.h:
- runtime/DatePrototype.cpp:
(JSC::formatLocaleDate):
(JSC::dateProtoFuncToString):
(JSC::dateProtoFuncToUTCString):
(JSC::dateProtoFuncToISOString):
(JSC::dateProtoFuncToDateString):
(JSC::dateProtoFuncToTimeString):
(JSC::dateProtoFuncToLocaleString):
(JSC::dateProtoFuncToLocaleDateString):
(JSC::dateProtoFuncToLocaleTimeString):
(JSC::dateProtoFuncGetTime):
(JSC::dateProtoFuncGetFullYear):
(JSC::dateProtoFuncGetUTCFullYear):
(JSC::dateProtoFuncToGMTString):
(JSC::dateProtoFuncGetMonth):
(JSC::dateProtoFuncGetUTCMonth):
(JSC::dateProtoFuncGetDate):
(JSC::dateProtoFuncGetUTCDate):
(JSC::dateProtoFuncGetDay):
(JSC::dateProtoFuncGetUTCDay):
(JSC::dateProtoFuncGetHours):
(JSC::dateProtoFuncGetUTCHours):
(JSC::dateProtoFuncGetMinutes):
(JSC::dateProtoFuncGetUTCMinutes):
(JSC::dateProtoFuncGetSeconds):
(JSC::dateProtoFuncGetUTCSeconds):
(JSC::dateProtoFuncGetTimezoneOffset):
(JSC::setNewValueFromTimeArgs):
(JSC::setNewValueFromDateArgs):
(JSC::dateProtoFuncSetYear):
(JSC::dateProtoFuncGetYear): Also renamed "utc" to "outputIsUTC", for clarity.
- 2:20 PM Changeset in webkit [49885] by
-
- 2 edits in trunk/WebCore
2009-10-20 Joanmarie Diggs <joanmarie.diggs@gmail.com>
Reviewed by Xan Lopez.
https://bugs.webkit.org/show_bug.cgi?id=25411
[GTK] ATK accessible ancestry broken
Work around for the problem of bogus additional objects in the ancestry.
We now set the parent when we ref the child, then ask the Atk child if
it knows its parent. This solves the bulk of the cases. For those it
doesn't, fall back to the existing logic.
- accessibility/gtk/AccessibilityObjectWrapperAtk.cpp: (webkit_accessible_get_parent): (webkit_accessible_ref_child):
- 1:56 PM Changeset in webkit [49884] by
-
- 2 edits in trunk/WebKit/mac
Rubber-stamped by Mark Rowe.
<rdar://problem/7319749> REGRESSION(r49806): Contextual Menu items missing
https://bugs.webkit.org/show_bug.cgi?id=30568
Revert accidental change from r49806.
- WebCoreSupport/WebContextMenuClient.mm:
(WebContextMenuClient::getCustomMenuFromDefaultItems):
- 1:50 PM Changeset in webkit [49883] by
-
- 2 edits in trunk/WebCore
Fixes <http://webkit.org/b/30421>.
Web Inpsector: Local Files can show up on Cookies List with Cookies from other Domain.
Reviewed by Alice Liu.
When a page like Google generates an about:blank, it shows up as a local file on
the list of Cookie domains, but has all of the cookies of Google. When we are adding
cookie domains to the inspector, we should only add the domain is the URL of the resource
is in the HTTP protocol family or a file URL.
- inspector/InspectorController.cpp:
(WebCore::InspectorController::populateScriptObjects):
(WebCore::InspectorController::didFinishLoading):
- 1:38 PM Changeset in webkit [49882] by
-
- 2 edits3 adds in trunk/WebCore
2009-10-20 Mark Mentovai <mark@chromium.org>
Reviewed by Darin Fisher.
Use a version of libWebKitSystemInterface with global symbols marked
private_extern for Chromium Mac.
- WebCore.gyp/WebCore.gyp:
- WebCore.gyp/mac: Added.
- WebCore.gyp/mac/Empty.cpp: Added.
- WebCore.gyp/mac/adjust_visibility.sh: Added.
- 1:12 PM Changeset in webkit [49881] by
-
- 2 edits in trunk/WebCore
2009-10-20 Zoltan Horvath <zoltan@webkit.org>
Reviewed by Eric Seidel.
Allow custom memory allocation control for WebCore's CSSProperty
https://bugs.webkit.org/show_bug.cgi?id=30564
Inherits CSSProperty class from FastAllocBase because it has been
instantiated by 'new' in WebCore/css/CSSParser.cpp:367.
- css/CSSProperty.h:
- 1:03 PM Changeset in webkit [49880] by
-
- 2 edits in trunk/LayoutTests
2009-10-20 Xan Lopez <xlopez@igalia.com>
Another batch of skipped tests with links to their bugs.
- platform/gtk/Skipped:
- 12:52 PM Changeset in webkit [49879] by
-
- 2 edits in trunk/WebKit/qt
Reviewed By Adam Barth.
Patch by Kenneth Rohde Christiansen <kenneth@webkit.org> on 2009-10-20
Add some actions to the menu for cursor debugging.
GraphicsView based launcher only.
- QGVLauncher/main.cpp:
(MainView::setWaitCursor):
(MainView::resetCursor):
(MainView::flip):
(MainWindow::setWaitCursor):
(MainWindow::resetCursor):
(MainWindow::buildUI):
- 12:08 PM Changeset in webkit [49878] by
-
- 2 edits in trunk/WebCore
2009-10-20 Andrew Scherkus <scherkus@chromium.org>
Reviewed by Eric Seidel.
Hide Chromium's media slider thumb if no source has been loaded.
Covered by existing layout tests, notably:
LayoutTests/media/controls-rendering.html
LayoutTests/media/unsupported-tracks.html
LayoutTests/media/video-src-none.html
- rendering/RenderMediaControlsChromium.cpp: (WebCore::hasSource): Returns true if an HTMLMediaElement has a valid source set. (WebCore::paintMediaMuteButton): Refactored to use hasSource(). (WebCore::paintMediaPlayButton): Ditto. (WebCore::paintMediaSliderThumb): Add call to hasSource() to determine if we should paint the thumb.
- 12:02 PM Changeset in webkit [49877] by
-
- 2 edits in trunk/LayoutTests
2009-10-20 Xan Lopez <xlopez@igalia.com>
Another batch of skipped tests with links to their bugs.
- platform/gtk/Skipped:
- 12:00 PM Changeset in webkit [49876] by
-
- 3 edits2 adds in trunk
2009-10-20 Satoshi Nakagawa <psychs@limechat.net>
Reviewed by Darin Adler.
Fixed Japanese text search problems.
Treat small kana letters and kana letters as different characters in search.
Do not ignore diacritic marks in search for Japanese texts.
- fast/text/international/japanese-kana-letters-expected.txt: Added.
- fast/text/international/japanese-kana-letters.html: Added.
2009-10-20 Satoshi Nakagawa <psychs@limechat.net>
Reviewed by Darin Adler.
Fixed Japanese text search problems.
Treat small kana letters and kana letters as different characters in search.
Do not ignore diacritic marks in search for Japanese texts.
Test: fast/text/international/japanese-kana-letters.html
- editing/TextIterator.cpp: (WebCore::createCollator): (WebCore::collator): (WebCore::createSearcher):
- 11:46 AM Changeset in webkit [49875] by
-
- 1 edit2 adds4 deletes in trunk/LayoutTests
2009-10-20 Shinichiro Hamaji <hamaji@chromium.org>
Reviewed by Darin Adler.
fast/css/getComputedStyle/marginComputedStyle is missing
https://bugs.webkit.org/show_bug.cgi?id=30566
- fast/css/getComputedStyle/marginComputedStyle-expected.txt: Added.
- fast/css/getComputedStyle/marginComputedStyle.html: Added.
- platform/mac/fast/css/getComputedStyle/marginComputedStyle-expected.checksum: Removed.
- platform/mac/fast/css/getComputedStyle/marginComputedStyle-expected.png: Removed.
- platform/mac/fast/css/getComputedStyle/marginComputedStyle-expected.txt: Removed.
- platform/qt/fast/css/marginComputedStyle-expected.txt: Removed.
- 11:41 AM Changeset in webkit [49874] by
-
- 2 edits in trunk/JavaScriptCore
2009-10-20 Gabor Loki <loki@inf.u-szeged.hu>
Reviewed by Geoffrey Garen.
The op_next_pname should use 4 bytes addressing mode in case of JSValue32
https://bugs.webkit.org/show_bug.cgi?id=30570
- jit/JITOpcodes.cpp: (JSC::JIT::emit_op_next_pname):
- 11:20 AM Changeset in webkit [49873] by
-
- 2 edits in trunk/LayoutTests
2009-10-20 Xan Lopez <xlopez@igalia.com>
Another batch of skipped tests with links to their bugs.
- platform/gtk/Skipped:
- 11:17 AM Changeset in webkit [49872] by
-
- 2 edits in trunk/WebCore
2009-10-20 Nate Chapin <Nate Chapin>
Reviewed by Adam Barth.
Added getter for FrameLoader:m_suppressOpenerInNewFrame.
This will allow Chromium to more intelligently detect
noreferrer links and therefore open them in a new process.
- loader/FrameLoader.h: (WebCore::FrameLoader::suppressOpenerInNewFrame): Added.
- 10:46 AM Changeset in webkit [49871] by
-
- 2 edits in trunk/WebKitTools
2009-10-20 Anton Muhin <antonm@chromium.org>
Reviewed by Adam Barth.
Add {ager,antonm,yurys}@chromium.org into committers.py
https://bugs.webkit.org/show_bug.cgi?id=30560
- Scripts/modules/committers.py:
- 10:45 AM Changeset in webkit [49870] by
-
- 4 edits in trunk/WebKit/qt
Remove clipRenderToViewport as agreed upon in
https://bugs.webkit.org/show_bug.cgi?id=29843
Patch by Kenneth Rohde Christiansen <kenneth@webkit.org> on 2009-10-20
Rubberstamped by Adam Barth.
- Api/qwebframe.cpp:
- Api/qwebframe.h:
- Api/qwebframe_p.h:
(QWebFramePrivate::QWebFramePrivate):
- 10:37 AM Changeset in webkit [49869] by
-
- 2 edits in trunk/LayoutTests
2009-10-20 Xan Lopez <xlopez@igalia.com>
Skip 3 failing xmlhttprequest tests.
- platform/gtk/Skipped:
- 10:22 AM Changeset in webkit [49868] by
-
- 2 edits in trunk/LayoutTests
2009-10-20 Xan Lopez <xlopez@igalia.com>
Skip two failing security canvas tests.
- platform/gtk/Skipped:
- 10:10 AM Changeset in webkit [49867] by
-
- 2 edits in trunk/LayoutTests
2009-10-20 Xan Lopez <xlopez@igalia.com>
Skip failing editing test.
- platform/gtk/Skipped:
- 10:03 AM Changeset in webkit [49866] by
-
- 2 edits in trunk/WebKit/qt
Update the tests to test the new render functionality, and take
into consideration that render() clips to the frame itself as well
as the viewport.
Patch by Kenneth Rohde Christiansen <kenneth@webkit.org> on 2009-10-20
Reviewed by Adam Barth.
QWebFrame::render() now always clips, so the old tests were bogus.
Rendering pure contents (no scrollbars etc) without clipping can now
be accomplished using QWebFrame::documentElement()->render(...)
- Api/qwebframe.cpp:
- Api/qwebframe.h:
- Api/qwebframe_p.h:
(QWebFramePrivate::QWebFramePrivate):
- tests/qwebframe/tst_qwebframe.cpp:
- 10:03 AM Changeset in webkit [49865] by
-
- 2 edits in trunk/WebKit/qt
As we do not support rendering a QWebFrame without it being clipped
the the frame as well as the viewport, we now set the viewport size
to the size of the contents.
Patch by Kenneth Rohde Christiansen <kenneth@webkit.org> on 2009-10-20
Reviewed by Adam Barth.
Rendering pure contents (no scrollbars etc) without clipping can be
acomplished using QWebFrame::documentElement()->render(...)
- tests/qwebelement/tst_qwebelement.cpp:
(tst_QWebElement::render):
- 9:43 AM Changeset in webkit [49864] by
-
- 2 edits in trunk/LayoutTests
2009-10-20 Xan Lopez <xlopez@igalia.com>
Skip a bunch of failing DnD tests.
- platform/gtk/Skipped:
- 9:40 AM Changeset in webkit [49863] by
-
- 2 edits in trunk/WebCore
2009-10-20 Zoltan Horvath <zoltan@webkit.org>
Reviewed by Darin Adler.
Allow custom memory allocation control for WebCore's CSSParserFunction
https://bugs.webkit.org/show_bug.cgi?id=30563
Inherits CSSParserFunction struct from FastAllocBase because it has been
instantiated by 'new' in WebCore/css/CSSParser.cpp:4827.
- css/CSSProperty.h:
- 9:29 AM Changeset in webkit [49862] by
-
- 2 edits in trunk/LayoutTests
2009-10-20 Xan Lopez <xlopez@igalia.com>
Skip two zoom related tests.
- platform/gtk/Skipped:
- 8:55 AM Changeset in webkit [49861] by
-
- 2 edits in trunk/LayoutTests
2009-10-20 Xan Lopez <xlopez@igalia.com>
Skip a couple of failing media tests.
- platform/gtk/Skipped:
- 8:47 AM Changeset in webkit [49860] by
-
- 2 edits in trunk/LayoutTests
2009-10-20 Xan Lopez <xlopez@igalia.com>
Skip failing a11y test while we investigate what's going on.
- platform/gtk/Skipped:
- 8:41 AM Changeset in webkit [49859] by
-
- 2 edits in trunk/LayoutTests
2009-10-20 Xan Lopez <xlopez@igalia.com>
Skip tests expecting new results.
- platform/gtk/Skipped:
- 8:30 AM Changeset in webkit [49858] by
-
- 2 edits in trunk/WebCore
2009-10-20 Joseph Pecoraro <Joseph Pecoraro>
Reviewed by Timothy Hatcher.
Web Inspector: Watched Expressions Buttons Do Not Match Inspector Styles
https://bugs.webkit.org/show_bug.cgi?id=30554
- inspector/front-end/inspector.css: added style to pane buttons
- 8:29 AM Changeset in webkit [49857] by
-
- 2 edits in trunk/LayoutTests
2009-10-20 Xan Lopez <xlopez@igalia.com>
Skip media/restore-from-page-cache.html since we are missing some
of the needed API for the test.
- platform/gtk/Skipped:
- 8:06 AM Changeset in webkit [49856] by
-
- 3 edits in trunk/WebCore
=fix for 30559
- 8:00 AM Changeset in webkit [49855] by
-
- 2 edits in trunk/LayoutTests
2009-10-20 Xan Lopez <xlopez@igalia.com>
Skip another failing test because we don't currently support
changing the locale after gtk_init has been called.
Also, add another test to the list of libxml2 issues.
- platform/gtk/Skipped:
- 7:25 AM Changeset in webkit [49854] by
-
- 2 edits in trunk/LayoutTests
2009-10-20 Csaba Osztrogonác <Csaba Osztrogonác>
Reviewed by Tor Arne Vestbø.
[Qt] Remove http/tests/xmlhttprequest tests
from skiplist, and add only now failing tests.
- platform/qt/Skipped:
- 7:18 AM Changeset in webkit [49853] by
-
- 2 edits in trunk/LayoutTests
2009-10-20 Xan Lopez <xlopez@igalia.com>
Skip a bunch of tests failing in the debug bots because WebKit
does not work correctly with very recent versions of libxml2. The
tracker bug for the issue is
https://bugs.webkit.org/show_bug.cgi?id=30508
- platform/gtk/Skipped:
- 7:15 AM Changeset in webkit [49852] by
-
- 2 edits in trunk/WebKitTools
Make the Netscape Test plugin available to the Qt launcher.
Patch by Kenneth Rohde Christiansen <kenneth@webkit.org> on 2009-10-20
Reviewed by Tor Arne Vestbø
- Scripts/run-launcher:
- 7:14 AM Changeset in webkit [49851] by
-
- 2 edits in trunk/WebKit/qt
Add menu item to dump the plugin list to the console,
which can be handy for debugging.
Patch by Kenneth Rohde Christiansen <kenneth@webkit.org> on 2009-10-20
Reviewed by Tor Arne Vestbø.
- QtLauncher/main.cpp:
(MainWindow::dumpPlugins):
(MainWindow::setupUI):
- 7:14 AM Changeset in webkit [49850] by
-
- 4 edits in trunk/WebKit/qt
Introduce new render method on QWebFrame, which supports specifying
which layers to render (scrollbars, contents, pan-icon).
Patch by Kenneth Rohde Christiansen <kenneth@webkit.org> on 2009-10-19
Reviewed by Tor Arne Vestbø.
Deprecate render().
- Api/qwebframe.cpp:
(QWebFramePrivate::renderPrivate):
(QWebFrame::render):
- Api/qwebframe.h:
- Api/qwebframe_p.h:
- 5:16 AM Changeset in webkit [49849] by
-
- 2 edits in trunk/LayoutTests
[Qt] Enable previously disabled fast/css tests after r48873 landed which
fixed https://bugs.webkit.org/show_bug.cgi?id=28288
Patch by Andras Becsi <becsi.andras@stud.u-szeged.hu> on 2009-10-20
Reviewed by Ariya Hidayat.
- platform/qt/Skipped:
- 4:18 AM Changeset in webkit [49848] by
-
- 2 edits in trunk/LayoutTests
2009-10-20 Xan Lopez <xlopez@igalia.com>
Skip failing test, with comment pointing to the bug to track it.
- platform/gtk/Skipped:
- 3:44 AM Changeset in webkit [49847] by
-
- 2 edits in trunk/LayoutTests
2009-10-20 Xan Lopez <xlopez@igalia.com>
Skip plugins/private-browsing-mode.html, since our plugin
implementation lacks that feature.
- platform/gtk/Skipped:
- 2:54 AM Changeset in webkit [49846] by
-
- 3 edits in trunk/WebKit/qt
[Qt] Infinite loop (leading to crash) when setting cursor in QGraphicsWebView
https://bugs.webkit.org/show_bug.cgi?id=30549
Patch by Antonio Gomes <tonikitoo@webkit.org> on 2009-10-19
Reviewed by Ariya Hidayat.
Patch reimplements QGraphicsItem's itemChange method, and make
CursorChange event to be emitted after cursor has already been
set.
QWidget::setCursor send the event just after it sets the cursor,
then patch makes both behaviors compatible.
- Api/qgraphicswebview.cpp:
(QGraphicsWebView::itemChange):
- Api/qgraphicswebview.h:
- 2:42 AM Changeset in webkit [49845] by
-
- 3 edits in trunk/JavaScriptCore
Move OverridesMarkChildren flag from DatePrototype to its parent class
https://bugs.webkit.org/show_bug.cgi?id=30372
Patch by Gabor Loki <loki@inf.u-szeged.hu> on 2009-10-20
Reviewed by Oliver Hunt.
- runtime/DateInstance.h:
(JSC::DateInstance::createStructure):
- runtime/DatePrototype.h:
- 1:52 AM Changeset in webkit [49844] by
-
- 2 edits in trunk/WebCore
Unreviewed buildfix.
[Qt] Add FEGaussianBlur.h and FEGaussianBlur.cpp which were refactored in r49778 to WebCore.pro.
Patch by Andras Becsi <becsi.andras@stud.u-szeged.hu> on 2009-10-20
- WebCore.pro:
- 12:36 AM Changeset in webkit [49843] by
-
- 27 edits in trunk
2009-10-20 Fumitoshi Ukai <ukai@chromium.org>
Reviewed by David Levin.
Set EnabledAtRuntime for WebSocket in DOMWindow
https://bugs.webkit.org/show_bug.cgi?id=29896
Supported by chromium/v8 only.
Add WebSocket::isAvailable()/setIsAvailable(bool) to control v8
bindings.
Remove Settings::experimentalWebSocketsEnabled() and
setExperimentalWebSocketsEnabled(bool).
- WebCore.base.exp:
- bindings/js/JSDOMWindowCustom.cpp: (WebCore::JSDOMWindow::webSocket):
- bindings/v8/V8DOMWrapper.cpp: (WebCore::V8DOMWrapper::getConstructor):
- bindings/v8/custom/V8CustomBinding.h:
- bindings/v8/custom/V8DOMWindowCustom.cpp: (WebCore::ACCESSOR_RUNTIME_ENABLER):
- page/DOMWindow.idl:
- page/Settings.cpp: (WebCore::Settings::Settings):
- page/Settings.h:
- websockets/WebSocket.cpp: (WebCore::WebSocket::setIsAvailable): (WebCore::WebSocket::isAvailable):
- websockets/WebSocket.h:
2009-10-20 Fumitoshi Ukai <ukai@chromium.org>
Reviewed by David Levin.
Removed WebSocket runtime settings.
https://bugs.webkit.org/show_bug.cgi?id=29896
WebSocket runtime configuration is supported by chromium/v8 only.
- webkit/webkitwebview.cpp: (webkit_web_view_update_settings): (webkit_web_view_settings_notify):
2009-10-20 Fumitoshi Ukai <ukai@chromium.org>
Reviewed by David Levin.
Removed WebSocket runtime settings.
https://bugs.webkit.org/show_bug.cgi?id=29896
WebSocket runtime configuration is supported by chromium/v8 only.
- WebView/WebPreferenceKeysPrivate.h:
- WebView/WebPreferences.mm: (+[WebPreferences initialize]):
- WebView/WebPreferencesPrivate.h:
- WebView/WebView.mm: (-[WebView _preferencesChangedNotification:]):
2009-10-20 Fumitoshi Ukai <ukai@chromium.org>
Reviewed by David Levin.
Removed WebSocket runtime settings.
https://bugs.webkit.org/show_bug.cgi?id=29896
WebSocket runtime configuration is supported by chromium/v8 only.
- Interfaces/IWebPreferencesPrivate.idl:
- WebPreferenceKeysPrivate.h:
- WebPreferences.cpp: (WebPreferences::initializeDefaultSettings): (WebPreferences::experimentalNotificationsEnabled):
- WebPreferences.h:
- WebView.cpp: (WebView::notifyPreferencesChanged):
2009-10-20 Fumitoshi Ukai <ukai@chromium.org>
Reviewed by David Levin.
Removed WebSocket runtime settings.
https://bugs.webkit.org/show_bug.cgi?id=29896
WebSocket runtime configuration is supported by chromium/v8 only.
- DumpRenderTree/mac/DumpRenderTree.mm: (resetDefaultsToConsistentValues):
- DumpRenderTree/win/DumpRenderTree.cpp: (resetDefaultsToConsistentValues):
- 12:23 AM Changeset in webkit [49842] by
-
- 2 edits in trunk/LayoutTests
Rubber-stamped by Tor Arne Vestbø.
Patch by Andras Becsi <becsi.andras@stud.u-szeged.hu> on 2009-10-20
[Qt] Skip failing tests introduced by disabling Phonon support in Buildbot's Qt version
until a proper solution for the Phonon related craches and timeouts is found.
- platform/qt/Skipped: