Timeline
Nov 18, 2008:
- 11:51 PM Changeset in webkit [38591] by
-
- 2 edits in trunk/WebCore
Reviewed by Mark Rowe.
- WebCore part of https://bugs.webkit.org/show_bug.cgi?id=22331 <rdar://problem/6381657> REGRESSION: Contextual menu no longer has an "Inspect Element" item
- platform/ContextMenuItem.h: (WebCore::ContextMenuAction): Reorder this enum to keep it in sync with the one in WebUIDelegate.h.
- 8:04 PM Changeset in webkit [38590] by
-
- 3 edits3 adds in trunk
2008-11-18 Cameron Zwarich <zwarich@apple.com>
Reviewed by Maciej Stachowiak and Geoff Garen.
Bug 22287: ASSERTION FAILED: Not enough jumps linked in slow case codegen in CTI::privateCompileSlowCases())
<https://bugs.webkit.org/show_bug.cgi?id=22287>
Fix a typo in the number cell reuse code where the first and second
operands are sometimes confused.
JavaScriptcore:
- jit/JIT.cpp: (JSC::JIT::compileBinaryArithOpSlowCase):
LayoutTests:
- fast/js/number-cell-reuse-expected.txt: Added.
- fast/js/number-cell-reuse.html: Added.
- fast/js/resources/number-cell-reuse.js: Added.
- 5:58 PM Changeset in webkit [38589] by
-
- 2 edits in trunk/WebCore
2008-11-18 Dimitri Glazkov <Dimitri Glazkov>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22346
PlatformString should also include HashSet.h for non-JSC builds
- platform/text/PlatformString.h:
- 5:22 PM Changeset in webkit [38588] by
-
- 2 edits in trunk/WebKit/win
2008-11-18 Adele Peterson <adele@apple.com>
Reverting last change. I just realized it causes the view to never get cleared out.
- WebView.cpp: (WebView::paintIntoBackingStore):
- 5:11 PM Changeset in webkit [38587] by
-
- 2 edits in trunk/WebKit/win
2008-11-18 Adele Peterson <adele@apple.com>
Reviewed by John Sullivan.
Don't fill the view with white if its transparent.
- WebView.cpp: (WebView::paintIntoBackingStore):
- 4:57 PM Changeset in webkit [38586] by
-
- 2 edits in trunk/WebKit/mac
Reviewed by Mark Rowe.
- fix https://bugs.webkit.org/show_bug.cgi?id=22331 <rdar://problem/6381657> REGRESSION: Contextual menu no longer has an "Inspect Element" item
- WebView/WebUIDelegatePrivate.h: Reorder new enum values after existing ones.
- 4:46 PM Changeset in webkit [38585] by
-
- 2 edits in trunk/LayoutTests
2008-11-18 Holger Hans Peter Freyther <zecke@selfish.org>
Rubber-stamped by Mark Rowe.
Skip some more tests to make the Gtk+ build bot pass. We will
have to investigate why some tests only fail on the build bot.
- platform/gtk/Skipped:
- 4:25 PM Changeset in webkit [38584] by
-
- 2 edits in trunk/WebCore
2008-11-18 Adele Peterson <adele@apple.com>
Reviewed by Holger Hans Peter Freyther.
Flip check added in recent refactoring so the background gets updated when the background color is valid, not invalid.
- loader/FrameLoaderClient.cpp: (WebCore::FrameLoaderClient::transitionToCommittedForNewPage):
- 4:05 PM Changeset in webkit [38583] by
-
- 2 edits in trunk/LayoutTests
2008-11-18 Sam Weinig <sam@webkit.org>
Fix incorrect result.
- fast/dom/Window/window-properties-expected.txt:
- 3:52 PM Changeset in webkit [38582] by
-
- 2 edits in trunk/WebCore
Reverting r38574 since it caused some layout test failures.
- 3:51 PM Changeset in webkit [38581] by
-
- 2 edits in trunk/LayoutTests
Not reviewed. Checked in wrong result in last commit.
- 3:39 PM Changeset in webkit [38580] by
-
- 2 edits in trunk/WebCore
2008-11-18 Dimitri Glazkov <Dimitri Glazkov>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=22343
Remove unused runtime/Collector, JSLock includes in Page.cpp
- page/Page.cpp:
- 3:30 PM Changeset in webkit [38579] by
-
- 2 edits in trunk/WebCore
Bug 22344: Make select popup window opaque
https://bugs.webkit.org/show_bug.cgi?id=22344
Reviewed by Steve Falkenburg.
- platform/win/PopupMenuWin.cpp: (WebCore::PopupMenu::show):
- 3:16 PM Changeset in webkit [38578] by
-
- 2 edits in trunk/WebCore
2008-11-18 Dimitri Glazkov <Dimitri Glazkov>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=22342
Remove unused JSLock.h include
- dom/Document.cpp:
- 2:15 PM Changeset in webkit [38577] by
-
- 14 edits93 adds in trunk
Reviewed by Sam Weinig.
Fixes: https://bugs.webkit.org/show_bug.cgi?id=22334
Add WMLBRElement, correcting <br/> behaviour in WML.
Enable entity replacment for WML documents.
Handle WML specific <p> 'mode' attribute.
Generate layout tests results for fast/wml.
Tests cases that pass now:
fast/wml/br-element-in-table.wml
fast/wml/br-element-in-text.wml
fast/wml/case-sensitivity.wml
fast/wml/cdata-section.wml
fast/wml/comment.wml
fast/wml/entity.wml
fast/wml/p-align.wml
fast/wml/p-mode.wml
fast/wml/text-emphasis.wml
fast/wml/validate-dtd.wml
- 2:04 PM Changeset in webkit [38576] by
-
- 2 edits in trunk/JavaScriptCore
- try to fix the Windows build
- interpreter/Interpreter.cpp: (JSC::Interpreter::privateExecute):
- 1:52 PM Changeset in webkit [38575] by
-
- 3 edits in trunk/JavaScriptCore
2008-11-18 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Minor RegExp cleanup.
SunSpider says no change.
- runtime/RegExpObject.cpp: (JSC::RegExpObject::match): Renamed "regExpObj" to "regExpConstructor".
- wrec/WREC.cpp: (JSC::WREC::compileRegExp): Instead of checking for a NULL output vector, ASSERT that the output vector is not NULL. (The rest of WREC is not safe to use with a NULL output vector, and we probably don't want to spend the time and/or performance to make it safe.)
- 1:21 PM Changeset in webkit [38574] by
-
- 2 edits in trunk/WebCore
2008-11-18 Aaron Boodman aa@chromium.org
Reviewed by Maciej Stachowiak.
https://bugs.webkit.org/show_bug.cgi?id=22301
Always call dispatchDidFinishDocumentLoad before Window's onload event.
- loader/FrameLoader.cpp: (WebCore::FrameLoader::finishedParsing):
- 12:38 PM Changeset in webkit [38573] by
-
- 2 edits in trunk/LayoutTests
2008-11-18 Geoffrey Garen <ggaren@apple.com>
Reviewed by Alexey Proskuryakov.
Updated layout test result for addition of window.Worker.
- fast/js/global-constructors-expected.txt:
- 12:07 PM Changeset in webkit [38572] by
-
- 5 edits in trunk/JavaScriptCore
2008-11-18 Geoffrey Garen <ggaren@apple.com>
Reviewed by Darin Adler.
A little more renaming and refactoring.
VM_CHECK_EXCEPTION() => CHECK_FOR_EXCEPTION().
NEXT_INSTRUCTION => NEXT_INSTRUCTION().
Removed the "Error_" and "TempError_" prefixes from WREC error types.
Refactored the WREC parser so it doesn't need a "setError" function,
and changed "isEndOfPattern" and its use -- they read kind of backwards
before.
Changed our "TODO:" error messages at least to say something, since you
can't say "TODO:" in shipping software.
- interpreter/Interpreter.cpp: (JSC::Interpreter::privateExecute): (JSC::Interpreter::cti_op_convert_this): (JSC::Interpreter::cti_op_add): (JSC::Interpreter::cti_op_pre_inc): (JSC::Interpreter::cti_op_loop_if_less): (JSC::Interpreter::cti_op_loop_if_lesseq): (JSC::Interpreter::cti_op_put_by_id): (JSC::Interpreter::cti_op_put_by_id_second): (JSC::Interpreter::cti_op_put_by_id_generic): (JSC::Interpreter::cti_op_put_by_id_fail): (JSC::Interpreter::cti_op_get_by_id): (JSC::Interpreter::cti_op_get_by_id_second): (JSC::Interpreter::cti_op_get_by_id_generic): (JSC::Interpreter::cti_op_get_by_id_fail): (JSC::Interpreter::cti_op_instanceof): (JSC::Interpreter::cti_op_del_by_id): (JSC::Interpreter::cti_op_mul): (JSC::Interpreter::cti_op_call_NotJSFunction): (JSC::Interpreter::cti_op_resolve): (JSC::Interpreter::cti_op_construct_NotJSConstruct): (JSC::Interpreter::cti_op_get_by_val): (JSC::Interpreter::cti_op_resolve_func): (JSC::Interpreter::cti_op_sub): (JSC::Interpreter::cti_op_put_by_val): (JSC::Interpreter::cti_op_put_by_val_array): (JSC::Interpreter::cti_op_lesseq): (JSC::Interpreter::cti_op_loop_if_true): (JSC::Interpreter::cti_op_negate): (JSC::Interpreter::cti_op_resolve_skip): (JSC::Interpreter::cti_op_resolve_global): (JSC::Interpreter::cti_op_div): (JSC::Interpreter::cti_op_pre_dec): (JSC::Interpreter::cti_op_jless): (JSC::Interpreter::cti_op_not): (JSC::Interpreter::cti_op_jtrue): (JSC::Interpreter::cti_op_post_inc): (JSC::Interpreter::cti_op_eq): (JSC::Interpreter::cti_op_lshift): (JSC::Interpreter::cti_op_bitand): (JSC::Interpreter::cti_op_rshift): (JSC::Interpreter::cti_op_bitnot): (JSC::Interpreter::cti_op_resolve_with_base): (JSC::Interpreter::cti_op_mod): (JSC::Interpreter::cti_op_less): (JSC::Interpreter::cti_op_neq): (JSC::Interpreter::cti_op_post_dec): (JSC::Interpreter::cti_op_urshift): (JSC::Interpreter::cti_op_bitxor): (JSC::Interpreter::cti_op_bitor): (JSC::Interpreter::cti_op_push_scope): (JSC::Interpreter::cti_op_to_jsnumber): (JSC::Interpreter::cti_op_in): (JSC::Interpreter::cti_op_del_by_val):
- wrec/WREC.cpp: (JSC::WREC::compileRegExp):
- wrec/WRECParser.cpp: (JSC::WREC::Parser::parseGreedyQuantifier): (JSC::WREC::Parser::parseParentheses): (JSC::WREC::Parser::parseCharacterClass): (JSC::WREC::Parser::parseEscape):
- wrec/WRECParser.h: (JSC::WREC::Parser::): (JSC::WREC::Parser::atEndOfPattern):
- 11:58 AM Changeset in webkit [38571] by
-
- 1 edit in trunk/WebKit/mac/ChangeLog
2008-11-17 Beth Dakin <Beth Dakin>
Reviewed by Adele Peterson.
Fix for <rdar://problem/6373102> REGRESSION (r36919): In a new mail
message, the caret appears in message body by default
This fixes a regression caused by http://trac.webkit.org/changeset/36919.
That change was too sweeping; we do not want to
unconditionally set the page to be active, but we can be looser
than the original constraints. This patch set the window active if
the first responder is or is a descendant of the main frame's frame
view.
- WebView/WebView.mm: (-[WebView _updateFocusedAndActiveStateForFrame:]):
- 11:57 AM Changeset in webkit [38570] by
-
- 2 edits in trunk/WebKit/mac
2008-11-17 Beth Dakin <Beth Dakin>
Reviewed by Adele Peterson.
Fix for <rdar://problem/6373102> REGRESSION (r36919): In a new mail
message, the caret appears in message body by default
This fixes a regression caused by http://trac.webkit.org/changeset/
- That change was too sweeping; we do not want to unconditionally set the page to be active, but we can be looser than the original constraints. This patch set the window active if the first responder is or is a descendant of the main frame's frame view.
- WebView/WebView.mm: (-[WebView _updateFocusedAndActiveStateForFrame:]):
- 11:23 AM Changeset in webkit [38569] by
-
- 2 edits in trunk/WebCore
Windows build fix.
- WebCore.vcproj/WebCore.vcproj: Fix relative paths to use $(WebKitOutputDir).
- 10:26 AM Changeset in webkit [38568] by
-
- 2 edits in trunk/WebCore
2008-11-18 Darin Adler <Darin Adler>
- try to fix Wx build
- WebCoreSources.bkl: Added FrameLoaderClient.cpp.
- 10:25 AM Changeset in webkit [38567] by
-
- 11 edits12 adds in trunk
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22337
Enable workers by default
- 10:23 AM Changeset in webkit [38566] by
-
- 11 edits3 adds in trunk
WebCore:
2008-11-18 Darin Adler <Darin Adler>
Reviewed by Alexey Proskuryakov.
- first cut at https://bugs.webkit.org/show_bug.cgi?id=10957 <rdar://problem/5516594> please add support for HTTP-only cookies
Test: http/tests/xmlhttprequest/get-dangerous-headers.html
No test for HTTP-only support in JavaScript yet, since the Mac and Win changes
require an updated CFNetwork.
- platform/mac/CookieJar.mm: (WebCore::isHTTPOnly): Added. (WebCore::filterCookies): Added. (WebCore::cookies): Use filterCookies to prevent getting HTTP-only cookies. (WebCore::setCookies): Use filterCookies to prevent setting HTTP-only cookies.
- platform/network/win/CookieJarCFNetWin.cpp: (WebCore::isHTTPOnly): Added. (WebCore::filterCookies): Added. (WebCore::setCookies): Use filterCookies to prevent getting HTTP-only cookies. (WebCore::cookies): Use filterCookies to prevent getting HTTP-only cookies.
- xml/XMLHttpRequest.cpp: (WebCore::isSetCookieHeader): Added. (WebCore::XMLHttpRequest::getAllResponseHeaders): Hide Set-Cookie headers from clients that don't have local-resource privileges. (WebCore::XMLHttpRequest::getResponseHeader): Ditto.
- clean soup-specific details out of shared cookie jar header
- platform/CookieJar.h: Removed the soup-specific parts of this.
- platform/network/soup/CookieJarSoup.cpp: Changed to include CookieJarSoup.h. Tweaked implementation a bit to handle UTF-8 better.
- platform/network/soup/CookieJarSoup.h: Added. Has the Soup-specified part of CookieJar.h.
- platform/network/soup/ResourceHandleSoup.cpp: Changed to include CookieJarSoup.h.
LayoutTests:
2008-11-18 Darin Adler <Darin Adler>
Reviewed by Alexey Proskuryakov.
- add a test for XMLHttpRequest Set-Cookie blocking
- http/tests/xmlhttprequest/access-control-basic-whitelist-response-headers-expected.txt: Updated since we now log attempts to get headers that are not allowed cross-domain to the console.
- http/tests/xmlhttprequest/get-dangerous-headers-expected.txt: Added.
- http/tests/xmlhttprequest/get-dangerous-headers.html: Added.
- http/tests/xmlhttprequest/resources/get-set-cookie.cgi: Tweak script a bit.
- 9:59 AM Changeset in webkit [38565] by
-
- 2 edits in trunk/WebCore
2008-11-18 Steve Falkenburg <sfalken@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=22329
Improper bitwise and tests against 0 in Windows context menu code
Reviewed by John Sullivan.
- platform/win/ContextMenuItemWin.cpp: (WebCore::ContextMenuItem::type): (WebCore::ContextMenuItem::enabled):
- 9:32 AM Changeset in webkit [38564] by
-
- 2 edits in trunk/WebCore
2008-11-18 John Sullivan <sullivan@apple.com>
Yet more Mac build fixing
- WebCore.base.exp: Export ZTVN7WebCore17FrameLoaderClientE
- 8:19 AM Changeset in webkit [38563] by
-
- 2 edits1 add in trunk/WebKit/qt
2008-11-18 Ariya Hidayat <ariya.hidayat@trolltech.com>
Rubber-stamped by Tor Arne Vestbø.
Missing file in new unit test for QWebFrame (r38493).
- tests/qwebframe/qwebframe.pro:
- tests/qwebframe/qwebframe.qrc: Added.
- 8:09 AM Changeset in webkit [38562] by
-
- 2 edits in trunk/WebKit/qt
2008-11-18 Tor Arne Vestbø <tavestbo@trolltech.com>
Rubber-stamped by Simon Hausmann.
Make sure QWidget based plugins are invisible until placed into the layout
- 6:43 AM Changeset in webkit [38561] by
-
- 4 edits in trunk/JavaScriptCore
- Windows build fix
- wrec/WRECFunctors.h:
- wrec/WRECGenerator.h:
- wrec/WRECParser.h: CharacterClass is a struct, not a class, fix forward declarations.
- 6:41 AM Changeset in webkit [38560] by
-
- 4 edits in trunk
2008-11-18 Tor Arne Vestbø <tavestbo@trolltech.com>
Reviewed by Simon Hausmann.
React properly to frame rect changes for QWidget based plugins
We now set the geometry of the QWidget in frameRectsChanged,
intead of setFrameRect, which means we pick up the changes to
the frame rect when scrolling. We also set a mask on the
widget to keep it from painting over scrollbars and the like
- 6:41 AM Changeset in webkit [38559] by
-
- 2 edits in trunk/WebCore
2008-11-18 Tor Arne Vestbø <tavestbo@trolltech.com>
Rubber-stamped by Simon Hausmann.
Don't mark scrollbars as focused in QtWebKit
When initing from the widget we also got the focus state,
but this does not make sense for scrollbars.
- 6:30 AM Changeset in webkit [38558] by
-
- 2 edits in trunk/WebKit/win
Try to fix the Windows build.
- 5:46 AM Changeset in webkit [38557] by
-
- 2 edits in trunk/WebCore
More Mac build fixing.
- WebCore.base.exp: Export FrameLoaderClient destructor.
- 4:53 AM Changeset in webkit [38556] by
-
- 2 edits in trunk/WebCore
Mac build fix.
- WebCore.xcodeproj/project.pbxproj: Add FrameLoaderClient.cpp for now.
- 4:37 AM Changeset in webkit [38555] by
-
- 2 edits in trunk/WebKit/qt
2008-11-18 Ariya Hidayat <ariya.hidayat@trolltech.com>
Reviewed by Tor Arne Vestbø.
Fix crash when trying to pick a file using the file chooser.
- WebCoreSupport/ChromeClientQt.cpp: (WebCore::ChromeClientQt::runOpenPanel):
2008-11-17 Geoffrey Garen <ggaren@apple.com>
- 4:33 AM Changeset in webkit [38554] by
-
- 14 edits1 add in trunk
Attempt to share transitionToCommittedForNewPage of FrameLoaderClient with the different ports
After Hyatt's work on Widget and ScrollView there is little difference
between the implementation of Qt, Gtk+ and Win. In fact any kind of
difference is mostly a bug. Alp has fixed two of such errors for the Gtk+
port and the Qt port has at least one of them left.
The only difference between the implementations is in getting the the
IntSize for the new FrameView, the background color to be applied and
eventually some post processing.
Unify the implementations by providing a static helper function that
takes a Frame, IntSize, color and transparency bit and calling it from
the Gtk+, the Qt and the Windows port.
- 4:32 AM Changeset in webkit [38553] by
-
- 5 edits in trunk
Move setting the background color and transparency to WebCore
Move setting the background color and transparency from WebKit/win
to WebCore. This allows WebKit/win, WebKit/Qt and WebKit/Gtk+
to share this code.
- 3:36 AM Changeset in webkit [38552] by
-
- 2 edits in trunk/WebCore
2008-11-17 Ariya Hidayat <ariya.hidayat@trolltech.com>
Reviewed by Tor Arne Vestbø.
Fix the bug where select elements are painted without border.
http://trolltech.com/developer/task-tracker/index_html?id=218957&method=entry
- platform/qt/RenderThemeQt.cpp: (WebCore::RenderThemeQt::paintMenuList):
- 2:06 AM Changeset in webkit [38551] by
-
- 2 edits in trunk/WebCore
2008-11-18 Jan Michael Alonzo <jmalonzo@webkit.org>
Gtk build fix. Not reviewed.
- GNUmakefile.am: Fix USER_AGENT_STYLESHEETS, wml.css is in css/, not in wml/.
- 12:53 AM Changeset in webkit [38550] by
-
- 2 edits in trunk/WebKitTools
Rubber-stamped by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22306
Disable channel messaging support
- Scripts/build-webkit: Add an option to enable channel messaging.
- 12:44 AM Changeset in webkit [38549] by
-
- 12 edits in trunk/WebCore
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22308
Improve Worker GC behavior
- dom/ActiveDOMObject.cpp: (WebCore::ActiveDOMObject::hasPendingActivity):
- dom/ActiveDOMObject.h: Made hasPendingActivity() virtual, letting Worker add behavior to it.
- bindings/js/WorkerScriptController.cpp: (WebCore::WorkerScriptController::evaluate):
- dom/WorkerThread.cpp: (WebCore::WorkerThread::workerThread): Tell message proxy whether there are active objects in the worker whenever JS execution finishes.
- dom/ScriptExecutionContext.h: (WebCore::ScriptExecutionContext::activeDOMObjects): Added a typedef for activeDOMObjects() return type, necessary to declare iterators.
- dom/Worker.h:
- dom/Worker.cpp: (WebCore::Worker::hasPendingActivity): A Worker is active if it is still loading, or if it has unconfirmed messages, or it the worker thread has pending activity.
- dom/WorkerContext.h:
- dom/WorkerContext.cpp: (WebCore::WorkerContext::hasPendingActivity): Check all registered active objects for pending activity.
- dom/WorkerMessagingProxy.cpp: (WebCore::MessageWorkerContextTask::performTask): (WebCore::WorkerThreadActivityReportTask::create): (WebCore::WorkerThreadActivityReportTask::WorkerThreadActivityReportTask): (WebCore::WorkerThreadActivityReportTask::performTask): (WebCore::WorkerMessagingProxy::WorkerMessagingProxy): (WebCore::WorkerMessagingProxy::postMessageToWorkerContext): (WebCore::WorkerMessagingProxy::workerObjectDestroyed): (WebCore::WorkerMessagingProxy::workerContextDestroyedInternal): (WebCore::WorkerMessagingProxy::confirmWorkerThreadMessage): (WebCore::WorkerMessagingProxy::reportWorkerThreadActivity): (WebCore::WorkerMessagingProxy::reportWorkerThreadActivityInternal): (WebCore::WorkerMessagingProxy::workerThreadHasPendingActivity):
- dom/WorkerMessagingProxy.h: Track outstanding messages, and activity reported by worker thread.
- 12:25 AM Changeset in webkit [38548] by
-
- 2 edits in trunk/JavaScriptCore
- Windows build fix
- assembler/X86Assembler.h:
- 12:03 AM Changeset in webkit [38547] by
-
- 8 edits12 moves1 add in trunk
Rubber-stamped by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22306
Disable channel messaging support
WebCore:
- bindings/js/JSDOMWindowBase.cpp: (jsDOMWindowBaseMessageChannel):
- page/DOMWindow.idl: Hide MesssagePort and MessageChannel global constructors. Due to the way MessageChannel constructor is added, it remains enumerable, but undefined.
LayoutTests:
- fast/events/message-port-no-wrapper.html-disabled: Added a test that I had in my tree.
- fast/dom/Window/window-properties-expected.txt:
- fast/dom/constructors-cached-expected.txt:
- fast/dom/constructors-cached-navigate-expected.txt:
- fast/js/global-constructors-expected.txt: Updated results.
- fast/events/destroyed-atomic-string.html: Removed.
- fast/events/destroyed-atomic-string.html-disabled: Copied from LayoutTests/fast/events/destroyed-atomic-string.html.
- fast/events/message-channel-gc-2.html: Removed.
- fast/events/message-channel-gc-2.html-disabled: Copied from LayoutTests/fast/events/message-channel-gc-2.html.
- fast/events/message-channel-gc-3.html: Removed.
- fast/events/message-channel-gc-3.html-disabled: Copied from LayoutTests/fast/events/message-channel-gc-3.html.
- fast/events/message-channel-gc.html: Removed.
- fast/events/message-channel-gc.html-disabled: Copied from LayoutTests/fast/events/message-channel-gc.html.
- fast/events/message-channel-listener-circular-ownership.html: Removed.
- fast/events/message-channel-listener-circular-ownership.html-disabled: Copied from LayoutTests/fast/events/message-channel-listener-circular-ownership.html.
- fast/events/message-port-constructor-for-deleted-document.html: Removed.
- fast/events/message-port-constructor-for-deleted-document.html-disabled: Copied from LayoutTests/fast/events/message-port-constructor-for-deleted-document.html.
- fast/events/message-port-deleted-document.html: Removed.
- fast/events/message-port-deleted-document.html-disabled: Copied from LayoutTests/fast/events/message-port-deleted-document.html.
- fast/events/message-port-deleted-frame.html: Removed.
- fast/events/message-port-deleted-frame.html-disabled: Copied from LayoutTests/fast/events/message-port-deleted-frame.html.
- fast/events/message-port-inactive-document.html: Removed.
- fast/events/message-port-inactive-document.html-disabled: Copied from LayoutTests/fast/events/message-port-inactive-document.html.
- fast/events/message-port-onclose.html: Removed.
- fast/events/message-port-onclose.html-disabled: Copied from LayoutTests/fast/events/message-port-onclose.html.
- fast/events/message-port.html: Removed.
- fast/events/message-port.html-disabled: Copied from LayoutTests/fast/events/message-port.html.
- http/tests/security/MessagePort/event-listener-context.html: Removed.
- http/tests/security/MessagePort/event-listener-context.html-disabled: Copied from LayoutTests/http/tests/security/MessagePort/event-listener-context.html. Disabled MessagePort tests.
Nov 17, 2008:
- 7:34 PM Changeset in webkit [38546] by
-
- 2 edits in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix gtk build.
- wrec/Quantifier.h:
- 7:25 PM Changeset in webkit [38545] by
-
- 2 edits in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix gtk build.
- assembler/AssemblerBuffer.h:
- 7:17 PM Changeset in webkit [38544] by
-
- 11 edits9 copies in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Split WREC classes out into individual files, with a few modifications
to more closely match the WebKit coding style.
- GNUmakefile.am:
- JavaScriptCore.scons:
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
- JavaScriptCore.xcodeproj/project.pbxproj:
- assembler/X86Assembler.h:
- runtime/RegExp.cpp:
- wrec/CharacterClass.cpp: Copied from wrec/CharacterClassConstructor.cpp. (JSC::WREC::CharacterClass::newline): (JSC::WREC::CharacterClass::digits): (JSC::WREC::CharacterClass::spaces): (JSC::WREC::CharacterClass::wordchar): (JSC::WREC::CharacterClass::nondigits): (JSC::WREC::CharacterClass::nonspaces): (JSC::WREC::CharacterClass::nonwordchar):
- wrec/CharacterClass.h: Copied from wrec/CharacterClassConstructor.h.
- wrec/CharacterClassConstructor.cpp: (JSC::WREC::CharacterClassConstructor::addSortedRange): (JSC::WREC::CharacterClassConstructor::append):
- wrec/CharacterClassConstructor.h:
- wrec/Quantifier.h: Copied from wrec/WREC.h.
- wrec/WREC.cpp: (JSC::WREC::compileRegExp):
- wrec/WREC.h:
- wrec/WRECFunctors.cpp: Copied from wrec/WREC.cpp.
- wrec/WRECFunctors.h: Copied from wrec/WREC.cpp. (JSC::WREC::GenerateAtomFunctor::~GenerateAtomFunctor): (JSC::WREC::GeneratePatternCharacterFunctor::GeneratePatternCharacterFunctor): (JSC::WREC::GenerateCharacterClassFunctor::GenerateCharacterClassFunctor): (JSC::WREC::GenerateBackreferenceFunctor::GenerateBackreferenceFunctor): (JSC::WREC::GenerateParenthesesNonGreedyFunctor::GenerateParenthesesNonGreedyFunctor):
- wrec/WRECGenerator.cpp: Copied from wrec/WREC.cpp. (JSC::WREC::Generator::generatePatternCharacter): (JSC::WREC::Generator::generateCharacterClassInvertedRange): (JSC::WREC::Generator::generateCharacterClassInverted): (JSC::WREC::Generator::generateCharacterClass): (JSC::WREC::Generator::generateParentheses): (JSC::WREC::Generator::generateAssertionBOL): (JSC::WREC::Generator::generateAssertionEOL): (JSC::WREC::Generator::generateAssertionWordBoundary):
- wrec/WRECGenerator.h: Copied from wrec/WREC.h.
- wrec/WRECParser.cpp: Copied from wrec/WREC.cpp. (JSC::WREC::Parser::parseGreedyQuantifier): (JSC::WREC::Parser::parseCharacterClassQuantifier): (JSC::WREC::Parser::parseParentheses): (JSC::WREC::Parser::parseCharacterClass): (JSC::WREC::Parser::parseEscape): (JSC::WREC::Parser::parseTerm):
- wrec/WRECParser.h: Copied from wrec/WREC.h. (JSC::WREC::Parser::): (JSC::WREC::Parser::Parser): (JSC::WREC::Parser::setError): (JSC::WREC::Parser::error): (JSC::WREC::Parser::recordSubpattern): (JSC::WREC::Parser::numSubpatterns): (JSC::WREC::Parser::ignoreCase): (JSC::WREC::Parser::multiline):
- 4:46 PM Changeset in webkit [38543] by
-
- 5 edits in trunk/WebCore
Reviewed by Mark Rowe.
Remove WBXML code. MainResourceLoader is not an appropriate location.
Revert until we find a better place.
The mime type which belongs to wmlc should be enabled anyway so WML documents get build.
Remove the ENABLE(WBXML) blocks around these types in MIMETypeRegistry / DOMImplementation.
- 4:23 PM Changeset in webkit [38542] by
-
- 2 edits in trunk/WebCore
Not reviewed. Build fix.
Oops, disable WML by default on Qt.
- 4:04 PM Changeset in webkit [38541] by
-
- 33 edits84 adds in trunk
Reviewed by George Staikos.
Fixes: https://bugs.webkit.org/show_bug.cgi?id=22324 (Add basic subset of WML elements)
Add first bits of WML support. Only <card> & <p> and <a> elements are supported in this first patch.
Support for most other elements will be added step-by-step (merging in small chunks from a big patch).
WML is not build by default. Enabling possible in Qt, Gtk & Mac. Win/Wx are TODO.
- 3:57 PM Changeset in webkit [38540] by
-
- 3 edits in trunk/LayoutTests
Reviewed by Mark Rowe.
- https://bugs.webkit.org/show_bug.cgi?id=22320 SVG svg/text/text-text-08-b.svg fails
Updated the expected results to the correct ones.
- platform/mac/svg/text/text-text-08-b-expected.checksum:
- platform/mac/svg/text/text-text-08-b-expected.png:
- 3:50 PM Changeset in webkit [38539] by
-
- 2 edits in trunk/WebKitSite
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig and Antti Koivisto.
Clarified the last coding style rule, which was a baffling in its
initial form.
(Now let's see if our code ever starts following this rule!)
- coding/coding-style.html:
- 3:39 PM Changeset in webkit [38538] by
-
- 2 edits in trunk/WebKitSite
2008-11-17 Brady Eidson <beidson@apple.com>
Reviewed by Mark Rowe
Clarify an edge case for acronym capitalization.
- coding/coding-style.html:
- 3:37 PM Changeset in webkit [38537] by
-
- 2 edits in trunk/WebKit/qt
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix qt build.
- Api/qwebframe.cpp:
- 3:36 PM Changeset in webkit [38536] by
-
- 2 edits in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix a few builds.
- JavaScriptCoreSources.bkl:
- 3:35 PM Changeset in webkit [38535] by
-
- 2 edits in trunk/WebKitTools
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix gtk build.
- DumpRenderTree/gtk/LayoutTestControllerGtk.cpp: (LayoutTestController::pauseAnimationAtTimeOnElementWithId): (LayoutTestController::pauseTransitionAtTimeOnElementWithId):
- 3:24 PM Changeset in webkit [38534] by
-
- 4 edits in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix a few builds.
- JavaScriptCore.pri:
- JavaScriptCore.scons:
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
- 3:23 PM Changeset in webkit [38533] by
-
- 4 edits in branches/Safari-3-2-branch
Versioning.
- 3:20 PM Changeset in webkit [38532] by
-
- 1 copy in tags/Safari-5525.27.1
New tag.
- 3:16 PM Changeset in webkit [38531] by
-
- 18 edits2 copies1 add1 delete in trunk
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Moved VM/CTI.* => jit/JIT.*.
Removed VM.
- GNUmakefile.am:
- JavaScriptCore.pri:
- JavaScriptCore.scons:
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
- JavaScriptCore.xcodeproj/project.pbxproj:
- VM/CTI.cpp: Removed.
- VM/CTI.h: Removed.
- bytecode/CodeBlock.cpp:
- interpreter/Interpreter.cpp:
- jit: Added.
- jit/JIT.cpp: Copied from VM/CTI.cpp.
- jit/JIT.h: Copied from VM/CTI.h.
- runtime/RegExp.cpp:
WebCore:
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Updated for JavaScriptCore renames.
- WebCore.pro:
- webcore-base.bkl:
WebKit/wx:
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Updated for JavaScriptCore renames.
- presets/wxwebkit.bkl:
- 2:58 PM Changeset in webkit [38530] by
-
- 2 edits in trunk/WebKit/mac
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix Mac build.
- WebView/WebScriptDebugDelegate.mm:
- 2:40 PM Changeset in webkit [38529] by
-
- 4 edits2 adds in trunk
WebCore:
2008-11-17 Justin Garcia <justin.garcia@apple.com>
Reviewed by Beth Dakin.
<rdar://problem/4922709> Copying less than a paragraph of quoted text and pasting it doesn't retain quote level
There was code to intentionally avoid quoting pasted content if less than a paragraph of
it was copied. That was added for <rdar://problem/5006779>, but was unnecessary because
that bug was about Paste and Match style for single paragraphs. And quote stripping for
Paste and Match style is handled elsewhere.
- editing/markup.cpp: (WebCore::createMarkup):
LayoutTests:
2008-11-17 Justin Garcia <justin.garcia@apple.com>
Reviewed by Beth Dakin.
<rdar://problem/4922709> Copying less than a paragraph of quoted text and pasting it doesn't retain quote level
- editing/pasteboard/4922709-expected.txt: Added.
- editing/pasteboard/4922709.html: Added.
- editing/pasteboard/5006779.html:
- 2:11 PM Changeset in webkit [38528] by
-
- 35 edits4 moves in trunk
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Moved runtime/ExecState.* => interpreter/CallFrame.*.
- API/JSBase.cpp:
- API/OpaqueJSString.cpp:
- GNUmakefile.am:
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
- JavaScriptCore.xcodeproj/project.pbxproj:
- debugger/DebuggerCallFrame.h:
- interpreter/CallFrame.cpp: Copied from runtime/ExecState.cpp.
- interpreter/CallFrame.h: Copied from runtime/ExecState.h.
- interpreter/Interpreter.cpp:
- parser/Nodes.cpp:
- profiler/ProfileGenerator.cpp:
- profiler/Profiler.cpp:
- runtime/ClassInfo.h:
- runtime/Collector.cpp:
- runtime/Completion.cpp:
- runtime/ExceptionHelpers.cpp:
- runtime/ExecState.cpp: Removed.
- runtime/ExecState.h: Removed.
- runtime/Identifier.cpp:
- runtime/JSFunction.cpp:
- runtime/JSGlobalObjectFunctions.cpp:
- runtime/JSLock.cpp:
- runtime/JSNumberCell.h:
- runtime/JSObject.h:
- runtime/JSString.h:
- runtime/Lookup.h:
- runtime/PropertyNameArray.h:
JavaScriptGlue:
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Updated for JavaScriptCore rename.
- ForwardingHeaders/runtime/CallFrame.h: Copied from JavaScriptGlue/ForwardingHeaders/runtime/ExecState.h.
- ForwardingHeaders/runtime/ExecState.h: Removed.
- config.h:
WebCore:
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Updated for JavaScriptCore rename.
- ForwardingHeaders/interpreter/CallFrame.h: Copied from WebCore/ForwardingHeaders/runtime/ExecState.h.
- ForwardingHeaders/runtime/ExecState.h: Removed.
- bindings/objc/WebScriptObject.mm:
- bridge/c/c_instance.cpp:
- bridge/jni/jni_jsobject.mm:
- dom/Node.cpp:
- dom/NodeFilter.cpp:
- dom/NodeIterator.cpp:
- dom/TreeWalker.cpp:
- inspector/JavaScriptCallFrame.h:
- 2:10 PM Changeset in webkit [38527] by
-
- 2 edits in trunk/WebKitTools
2008-11-17 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Maciej.
Pixel tests should use a default tolerance of 0.1% on Leopard and 1.0%
on Tiger.
- Scripts/run-webkit-tests:
- 2:05 PM Changeset in webkit [38526] by
-
- 20 edits5 adds in trunk
WebCore:
2008-11-17 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Sam Weinig.
Added functionality to AnimationController to allow pausing a running
animation or transition at a given time for testing purposes.
Tests: animations/animation-drt-api.html
transitions/transition-drt-api.html
- WebCore.base.exp:
- WebCore.xcodeproj/project.pbxproj:
- page/animation/AnimationBase.cpp: (WebCore::AnimationBase::updateStateMachine): (WebCore::AnimationBase::progress): (WebCore::AnimationBase::pauseAtTime):
- page/animation/AnimationBase.h:
- page/animation/AnimationController.cpp: (WebCore::AnimationControllerPrivate::pauseAnimationAtTime): (WebCore::AnimationControllerPrivate::pauseTransitionAtTime): (WebCore::AnimationController::pauseAnimationAtTime): (WebCore::AnimationController::pauseTransitionAtTime):
- page/animation/AnimationController.h:
- page/animation/CompositeAnimation.cpp: (WebCore::CompositeAnimationPrivate::isAnimating): (WebCore::CompositeAnimationPrivate::pauseAnimationAtTime): (WebCore::CompositeAnimationPrivate::pauseTransitionAtTime): (WebCore::CompositeAnimation::pauseAnimationAtTime): (WebCore::CompositeAnimation::pauseTransitionAtTime):
- page/animation/CompositeAnimation.h:
- page/animation/ImplicitAnimation.cpp: (WebCore::ImplicitAnimation::animate):
WebKit/mac:
2008-11-17 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Sam Weinig.
Added SPI to allow pausing a running CSS transition or animation
at a given time for testing purposes.
- WebView/WebFrame.mm: (-[WebFrame _pauseAnimation:onNode:atTime:]): (-[WebFrame _pauseTransitionOfProperty:onNode:atTime:]):
- WebView/WebFramePrivate.h:
WebKitTools:
2008-11-17 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Sam Weinig.
Added new JavaScript API on LayoutController to pause a running
CSS transition or animation at a given time.
- DumpRenderTree/LayoutTestController.cpp: (pauseAnimationAtTimeOnElementWithIdCallback): (pauseTransitionAtTimeOnElementWithIdCallback): (LayoutTestController::staticFunctions):
- DumpRenderTree/LayoutTestController.h:
- DumpRenderTree/mac/LayoutTestControllerMac.mm: (LayoutTestController::pauseAnimationAtTimeOnElementWithId): (LayoutTestController::pauseTransitionAtTimeOnElementWithId):
- DumpRenderTree/win/LayoutTestControllerWin.cpp: (LayoutTestController::pauseAnimationAtTimeOnElementWithId): (LayoutTestController::pauseTransitionAtTimeOnElementWithId):
LayoutTests:
2008-11-17 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Sam Weinig.
Added tests to cover the new LayoutController JavaScript API available
in DRT (Mac only).
- animations/animation-drt-api.html: Added.
- platform/mac/animations/animation-drt-api-expected.txt: Added.
- platform/mac/transitions/transition-drt-api-expected.txt: Added.
- platform/win/Skipped:
- transitions/transition-drt-api.html: Added.
- 1:53 PM Changeset in webkit [38525] by
-
- 2 edits in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix Windows build.
- API/APICast.h:
- 1:51 PM Changeset in webkit [38524] by
-
- 3 edits in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix Windows build.
- API/APICast.h:
- runtime/ExecState.h:
- 1:44 PM Changeset in webkit [38523] by
-
- 8 edits2 moves in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Moved VM/SamplingTool.* => bytecode/SamplingTool.*.
- GNUmakefile.am:
- JavaScriptCore.pri:
- JavaScriptCore.scons:
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
- JavaScriptCore.xcodeproj/project.pbxproj:
- JavaScriptCoreSources.bkl:
- VM/SamplingTool.cpp: Removed.
- VM/SamplingTool.h: Removed.
- bytecode/SamplingTool.cpp: Copied from VM/SamplingTool.cpp.
- bytecode/SamplingTool.h: Copied from VM/SamplingTool.h.
- jsc.cpp: (runWithScripts):
- 1:35 PM Changeset in webkit [38522] by
-
- 2 edits in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix Windows build.
- runtime/ExecState.h:
- 1:34 PM Changeset in webkit [38521] by
-
- 7 edits1 move in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Moved VM/ExceptionHelpers.cpp => runtime/ExceptionHelpers.cpp.
- GNUmakefile.am:
- JavaScriptCore.pri:
- JavaScriptCore.scons:
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
- JavaScriptCore.xcodeproj/project.pbxproj:
- JavaScriptCoreSources.bkl:
- VM/ExceptionHelpers.cpp: Removed.
- runtime/ExceptionHelpers.cpp: Copied from VM/ExceptionHelpers.cpp.
- 1:29 PM Changeset in webkit [38520] by
-
- 8 edits1 move in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Moved VM/RegisterFile.cpp => interpreter/RegisterFile.cpp.
- AllInOneFile.cpp:
- GNUmakefile.am:
- JavaScriptCore.pri:
- JavaScriptCore.scons:
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
- JavaScriptCore.xcodeproj/project.pbxproj:
- JavaScriptCoreSources.bkl:
- VM/RegisterFile.cpp: Removed.
- interpreter/RegisterFile.cpp: Copied from VM/RegisterFile.cpp.
- 1:28 PM Changeset in webkit [38519] by
-
- 4 edits in branches/Safari-3-2-branch/WebKit/mac
Merge r31925.
- 1:28 PM Changeset in webkit [38518] by
-
- 4 edits in branches/Safari-3-2-branch
Versioning.
- 1:22 PM Changeset in webkit [38517] by
-
- 2 edits in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix Windows build.
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
- 1:20 PM Changeset in webkit [38516] by
-
- 2 edits in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix Windows build.
- JavaScriptCore.vcproj/jsc/jsc.vcproj:
- 1:19 PM Changeset in webkit [38515] by
-
- 2 edits in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix Windows build.
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
- 1:09 PM Changeset in webkit [38514] by
-
- 4 edits3 moves in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Moved:
VM/ExceptionHelpers.h => runtime/ExceptionHelpers.h
VM/Register.h => interpreter/Register.h
VM/RegisterFile.h => interpreter/RegisterFile.h
- GNUmakefile.am:
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
- JavaScriptCore.xcodeproj/project.pbxproj:
- VM/ExceptionHelpers.h: Removed.
- VM/Register.h: Removed.
- VM/RegisterFile.h: Removed.
- interpreter/Register.h: Copied from VM/Register.h.
- interpreter/RegisterFile.h: Copied from VM/RegisterFile.h.
- runtime/ExceptionHelpers.h: Copied from VM/ExceptionHelpers.h.
- 1:03 PM Changeset in webkit [38513] by
-
- 2 edits in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix Qt build.
- JavaScriptCore.pri:
- 1:02 PM Changeset in webkit [38512] by
-
- 8 edits1 move in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Moved VM/Machine.cpp => interpreter/Interpreter.cpp.
- DerivedSources.make:
- GNUmakefile.am:
- JavaScriptCore.pri:
- JavaScriptCore.scons:
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
- JavaScriptCore.xcodeproj/project.pbxproj:
- JavaScriptCoreSources.bkl:
- VM/Machine.cpp: Removed.
- interpreter/Interpreter.cpp: Copied from VM/Machine.cpp.
- 12:57 PM Changeset in webkit [38511] by
-
- 34 edits1 copy1 move2 adds1 delete in trunk
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Moved VM/Machine.h => interpreter/Interpreter.h
- GNUmakefile.am:
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
- JavaScriptCore.xcodeproj/project.pbxproj:
- VM/CTI.cpp:
- VM/CTI.h:
- VM/ExceptionHelpers.cpp:
- VM/Machine.cpp:
- VM/Machine.h: Removed.
- VM/SamplingTool.cpp:
- bytecode/CodeBlock.cpp:
- bytecompiler/BytecodeGenerator.cpp:
- bytecompiler/BytecodeGenerator.h:
- debugger/DebuggerCallFrame.cpp:
- interpreter: Added.
- interpreter/Interpreter.h: Copied from VM/Machine.h.
- profiler/ProfileGenerator.cpp:
- runtime/Arguments.h:
- runtime/ArrayPrototype.cpp:
- runtime/Collector.cpp:
- runtime/Completion.cpp:
- runtime/ExecState.h:
- runtime/FunctionPrototype.cpp:
- runtime/JSActivation.cpp:
- runtime/JSFunction.cpp:
- runtime/JSGlobalData.cpp:
- runtime/JSGlobalObject.cpp:
- runtime/JSGlobalObjectFunctions.cpp:
- wrec/WREC.cpp:
WebCore:
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Updated for JavaScriptCore renames.
- ForwardingHeaders/VM: Removed.
- ForwardingHeaders/VM/Machine.h: Removed.
- ForwardingHeaders/interpreter: Added.
- ForwardingHeaders/interpreter/Interpreter.h: Copied from ForwardingHeaders/VM/Machine.h.
- WebCore.pro:
- bindings/js/JSXMLHttpRequestCustom.cpp:
- page/Console.cpp:
- webcore-base.bkl:
WebKit/wx:
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Updated for JavaScriptCore renames.
- presets/wxwebkit.bkl:
- 10:32 AM Changeset in webkit [38510] by
-
- 2 edits in trunk/WebKit/wx
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix wx build.
- presets/wxwebkit.bkl:
- 9:55 AM Changeset in webkit [38509] by
-
- 24 edits2 moves2 deletes in trunk
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Moved runtime/Interpreter.cpp => runtime/Completion.cpp.
Moved functions from Interpreter.h to Completion.h, and removed
Interpreter.h from the project.
- API/JSBase.cpp:
- AllInOneFile.cpp:
- GNUmakefile.am:
- JavaScriptCore.pri:
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
- JavaScriptCore.xcodeproj/project.pbxproj:
- JavaScriptCoreSources.bkl:
- jsc.cpp:
- runtime/Completion.cpp: Copied from runtime/Interpreter.cpp.
- runtime/Completion.h:
- runtime/Interpreter.cpp: Removed.
- runtime/Interpreter.h: Removed.
WebCore:
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Updated for JavaScriptCore renames.
- ForwardingHeaders/runtime/Interpreter.h: Removed.
- WebCore.vcproj/WebCore.vcproj:
- bindings/js/JSDOMBinding.h:
- bindings/js/WorkerScriptController.cpp:
- bindings/objc/WebScriptObject.mm:
- bridge/NP_jsobject.cpp:
- bridge/jni/jni_jsobject.mm:
- html/CanvasRenderingContext2D.cpp:
- inspector/JavaScriptCallFrame.cpp:
- page/Console.cpp:
WebKit/mac:
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Updated for JavaScriptCore renames.
- ForwardingHeaders/runtime/Completion.h: Copied from ForwardingHeaders/runtime/Interpreter.h.
- ForwardingHeaders/runtime/Interpreter.h: Removed.
- WebView/WebScriptDebugDelegate.mm:
- 9:36 AM Changeset in webkit [38508] by
-
- 2 edits in trunk/JavaScriptCore
2008-11-17 Gabor Loki <loki@inf.u-szeged.hu>
Reviewed by Darin Adler.
<https://bugs.webkit.org/show_bug.cgi?id=22312>
Fix PCRE include path problem on Qt-port
- JavaScriptCore.pri:
- pcre/pcre.pri:
- 9:34 AM Changeset in webkit [38507] by
-
- 3 edits in trunk/WebKitTools
2008-11-17 Gabor Loki <loki@inf.u-szeged.hu>
Reviewed by Darin Adler.
<https://bugs.webkit.org/show_bug.cgi?id=22309>
Pass the remaining options to build system on Qt-port
- Scripts/build-webkit:
- Scripts/webkitdirs.pm:
- 9:34 AM Changeset in webkit [38506] by
-
- 2 edits in trunk/JavaScriptCore
2008-11-17 Gabor Loki <loki@inf.u-szeged.hu>
Reviewed by Darin Adler.
<https://bugs.webkit.org/show_bug.cgi?id=22313>
Add missing CTI source to the build system on Qt-port
- JavaScriptCore.pri:
- 9:31 AM Changeset in webkit [38505] by
-
- 2 edits in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix JSGlue build.
- JavaScriptCore.xcodeproj/project.pbxproj:
- 9:23 AM Changeset in webkit [38504] by
-
- 2 edits in trunk/WebCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix wx build.
- webcore-base.bkl:
- 9:22 AM Changeset in webkit [38503] by
-
- 2 edits in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix Qt build.
- jsc.pro:
- 9:11 AM Changeset in webkit [38502] by
-
- 6 edits in trunk/WebCore
2008-11-17 Greg Bolsinga <bolsinga@apple.com>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=21810
Remove use of static C++ objects that are destroyed at exit time (destructors)
Find some missing DEFINE_STATIC_LOCAL use cases.
- 9:00 AM Changeset in webkit [38501] by
-
- 2 edits in trunk/WebCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix Qt build.
- WebCore.pro:
- 8:55 AM Changeset in webkit [38500] by
-
- 2 edits in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix Qt build.
- JavaScriptCore.pri:
- 8:50 AM Changeset in webkit [38499] by
-
- 2 edits in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix Qt build.
- JavaScriptCore.pri:
- 8:43 AM Changeset in webkit [38498] by
-
- 9 edits6 moves1 add in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
More file moves:
VM/CodeBlock.* => bytecode/CodeBlock.*
VM/EvalCodeCache.h => bytecode/EvalCodeCache.h
VM/Instruction.h => bytecode/Instruction.h
VM/Opcode.* => bytecode/Opcode.*
- GNUmakefile.am:
- JavaScriptCore.scons:
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
- JavaScriptCore.vcproj/jsc/jsc.vcproj:
- JavaScriptCore.xcodeproj/project.pbxproj:
- JavaScriptCoreSources.bkl:
- VM/CodeBlock.cpp: Removed.
- VM/CodeBlock.h: Removed.
- VM/EvalCodeCache.h: Removed.
- VM/Instruction.h: Removed.
- VM/Opcode.cpp: Removed.
- VM/Opcode.h: Removed.
- bytecode: Added.
- bytecode/CodeBlock.cpp: Copied from VM/CodeBlock.cpp.
- bytecode/CodeBlock.h: Copied from VM/CodeBlock.h.
- bytecode/EvalCodeCache.h: Copied from VM/EvalCodeCache.h.
- bytecode/Instruction.h: Copied from VM/Instruction.h.
- bytecode/Opcode.cpp: Copied from VM/Opcode.cpp.
- bytecode/Opcode.h: Copied from VM/Opcode.h.
- jsc.pro:
- jscore.bkl:
- 8:24 AM Changeset in webkit [38497] by
-
- 5 edits in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix a few more builds.
- GNUmakefile.am:
- JavaScriptCore.pri:
- JavaScriptCore.scons:
- JavaScriptCoreSources.bkl:
- 8:22 AM Changeset in webkit [38496] by
-
- 2 edits in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix gtk build.
- GNUmakefile.am:
- 8:20 AM Changeset in webkit [38495] by
-
- 2 edits in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix Windows build.
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
- 8:18 AM Changeset in webkit [38494] by
-
- 6 edits5 moves in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Some file moves:
VM/LabelID.h => bytecompiler/Label.h
VM/RegisterID.h => bytecompiler/RegisterID.h
VM/SegmentedVector.h => bytecompiler/SegmentedVector.h
bytecompiler/CodeGenerator.* => bytecompiler/BytecodeGenerator.*
- AllInOneFile.cpp:
- JavaScriptCore.xcodeproj/project.pbxproj:
- VM/LabelID.h: Removed.
- VM/RegisterID.h: Removed.
- VM/SegmentedVector.h: Removed.
- bytecompiler/BytecodeGenerator.cpp: Copied from bytecompiler/CodeGenerator.cpp.
- bytecompiler/BytecodeGenerator.h: Copied from bytecompiler/CodeGenerator.h.
- bytecompiler/CodeGenerator.cpp: Removed.
- bytecompiler/CodeGenerator.h: Removed.
- bytecompiler/Label.h: Copied from VM/LabelID.h.
- bytecompiler/LabelScope.h:
- bytecompiler/RegisterID.h: Copied from VM/RegisterID.h.
- bytecompiler/SegmentedVector.h: Copied from VM/SegmentedVector.h.
- jsc.cpp:
- parser/Nodes.cpp:
- 7:13 AM Changeset in webkit [38493] by
-
- 3 edits1 add in trunk/WebKit/qt
2008-11-17 Ariya Hidayat <ariya.hidayat@trolltech.com>
Reviewed by Tor Arne Vestbø and Simon Hausmann.
Fix regression when loading resources from Qt resource system using qrc:/.
Added a unit test to catch future regression.
- Api/qwebpage.cpp: (QWebPagePrivate::QWebPagePrivate):
- tests/qwebframe/image.png: Added.
- tests/qwebframe/tst_qwebframe.cpp:
- 12:46 AM Changeset in webkit [38492] by
-
- 2 edits in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix Windows build.
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
- 12:34 AM Changeset in webkit [38491] by
-
- 2 edits in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix Windows build.
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
- 12:03 AM Changeset in webkit [38490] by
-
- 2 edits in trunk/JavaScriptCore
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Try to fix Windows build.
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj: