source: webkit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @199865   8 years benjamin [JSC] Improve the absThunkGenerator() for 64bit …
(edit) @199864   8 years sbarati LLInt CallSiteIndex off by 1 …
(edit) @199863   8 years keith_miller FTL should handle exceptions in operationInOptimize …
(edit) @199862   8 years dino Backdrop Filter should not be visible if element has visibility:hidden …
(edit) @199861   8 years fpizlo JSC virtual call thunk shouldn't do a structure->classInfo lookup …
(edit) @199860   8 years bshafiei Versioning.
(edit) @199859   8 years bshafiei New tag.
(edit) @199858   8 years bshafiei Merged r199762. rdar://problem/25786278
(edit) @199857   8 years bshafiei Versioning.
(edit) @199856   8 years zalan RenderVideo should always update the intrinsic size before layout. …
(edit) @199855   8 years bshafiei New Branch.
(edit) @199854   8 years andersca WKWebView HTML5 AppCache not working …
(edit) @199853   8 years beidson Modern IDB (Workers): Get the IDBConnectionProxy from the Document to …
(edit) @199852   8 years commit-queue Web Inspector: sourceMappingURL not loaded in generated script …
(edit) @199851   8 years andersca Fix crashes when loading SVG images. * loader/EmptyClients.cpp: …
(edit) @199850   8 years timothy_horton Fix the iOS build: WAKView may not respond to drawLayer:inContext: …
(edit) @199849   8 years andersca Get rid of ApplicationCacheStorage::singleton …
(edit) @199848   8 years sbarati Lets do less locking of symbol tables in the BytecodeGenerator where …
(edit) @199847   8 years simon.fraser ASSERTION FAILED: accumulation == TransformState::FlattenTransform in …
(edit) @199846   8 years jer.noble [WK1] Add WebPlaybackSession support to WebKit …
(edit) @199845   8 years sbarati Remove some unnecessary RefPtrs in the parser …
(edit) @199844   8 years cdumez Element::idForStyleResolution() is a foot-gun …
(edit) @199843   8 years beidson Modern IDB (Workers): Move IDBConnectionProxy into IDBRequest and …
(edit) @199842   8 years andersca Get rid of the last uses of ApplicationCacheStorage::singleton() from …
(edit) @199841   8 years andersca Add a missing space, as noticed by Darin. * WebApplicationCache.cpp: …
(edit) @199840   8 years jiewen_tan [iOS] DumpRenderTree crashed in com.apple.WebCore: …
(edit) @199839   8 years andersca Remove two uses of ApplicationCacheStorage::singleton() from WebKit2 …
(edit) @199838   8 years commit-queue Web Inspector: Debugger statement gets a space after it when pretty …
(edit) @199837   8 years fpizlo PolymorphicAccess adds sizeof(CallerFrameAndPC) rather than …
(edit) @199836   8 years andersca Stop using ApplicationCacheStorage::singleton() on Windows …
(edit) @199835   8 years beidson Modern IDB (Workers): More IDBConnectionProxy refactoring. …
(edit) @199834   8 years keith_miller WebScriptObject description swizzler should work in a multi-threaded …
(edit) @199833   8 years ggaren Build warning: CODE_SIGN_ENTITLEMENTS specified without specifying …
(edit) @199832   8 years bdakin Build fix. * platform/mac/WebPlaybackSessionInterfaceMac.mm: …
(edit) @199831   8 years bdakin 32 bit build fix. * platform/mac/WebPlaybackSessionInterfaceMac.mm:
(edit) @199830   8 years commit-queue Fixed compilation with !ENABLE(SVG_FONTS). …
(edit) @199829   8 years andersca Stop using ApplicationCacheStorage::singleton() in WebKitLegacy …
(edit) @199828   8 years bdakin showCandidates() should take a range and the string should be the …
(edit) @199827   8 years bdakin Remove reliance on WebAVMediaSelectionOptionMac for the …
(edit) @199826   8 years ryanhaddad Skip <area ping> tests on ios-simulator …
(edit) @199825   8 years youenn.fablet [Fetch API] Improve some fetch response streams tests …
(edit) @199824   8 years eric.carlson LayoutTest http/tests/media/hls/video-controls-live-stream.html is …
(edit) @199823   8 years commit-queue [iOS] Allow clients to hide the accessory view on a form input session …
(edit) @199822   8 years dbates Add tests for <area ping> …
(edit) @199821   8 years commit-queue REGRESSION(198782): ImageSource::subsamplingLevelForScale() does not …
(edit) @199820   8 years aestes REGRESSION (r199734): WebKit crashes loading numerous websites in iOS …
(edit) @199819   8 years commit-queue Creating a large number of WebGL contexts should recycle older …
(edit) @199818   8 years hyatt Don't hyphenate the last word in a paragraph of text. …
(edit) @199817   8 years cdumez Drop [UsePointersEvenForNonNullableObjectArguments] from Range …
(edit) @199816   8 years cdumez Drop [UsePointersEvenForNonNullableObjectArguments] from DOMURL …
(edit) @199815   8 years csaavedra [GTK][EFL] Move non-glib/gtk platform implementations out of …
(edit) @199814   8 years carlosgc Unreviewed GTK+ gardening. Update expectations for some editing tests …
(edit) @199813   8 years carlosgc Unreviewed GTK+ gardening. Rebaseline tests after r180867. * …
(edit) @199812   8 years msaboff Align RegExp[@@match] with other @@ methods …
(edit) @199811   8 years carlosgc [GTK] WebKitWebView should claim the contents size as its natural size …
(edit) @199810   8 years carlosgc [GTK] WebKitWebView should propagate wheel events not handled by the …
(edit) @199809   8 years n_wang AX: stringForTextMarkerRange returning empty string for document range …
(edit) @199808   8 years simon.fraser Add content animation tests to benchmark_runner, and allow the runner …
(edit) @199807   8 years cdumez Crash under WebCore::TextIterator::subrange() …
(edit) @199806   8 years simon.fraser Add content animation tests to benchmark_runner, and allow the runner …
(edit) @199805   8 years simon.fraser Add content animation tests to benchmark_runner, and allow the runner …
(edit) @199804   8 years beidson Modern IDB (Workers): Remove IDBRequest/IDBOpenDBRequest's requirement …
(edit) @199803   8 years ggaren JavaScriptCore garbage collection is missing an autorelease pool …
(edit) @199802   8 years commit-queue Add Subresource Integrity as "Under consideration". …
(edit) @199801   8 years fpizlo DFG del_by_id support forgets to set() …
(edit) @199800   8 years sbarati Improve sampling profiler CLI JSC tool …
(edit) @199799   8 years ryanhaddad Adding ios-simulator-wk1 specific baselines for compositing and css3 …
(edit) @199798   8 years andersca Get rid of a couple of uses of ApplicationCacheStorage::singleton() …
(edit) @199797   8 years beidson Modern IDB (Workers): Introduce "IDBConnectionProxy" for future …
(edit) @199796   8 years commit-queue [JSC] DFG should not generate two jumps when the target of …
(edit) @199795   8 years commit-queue [GTK] Expose AllowUniversalAccessFromFileURLs preference now that …
(edit) @199794   8 years ryanhaddad Marking compositing/webgl/webgl-reflection.html as failing on …
(edit) @199793   8 years commit-queue Web Inspector: console.table(navigator) throws exception about …
(edit) @199792   8 years commit-queue [JSC] Add register reuse for ArithAdd of an Int32 and constant in DFG …
(edit) @199791   8 years ryanhaddad Remove flaky expectation for …
(edit) @199790   8 years timothy Web Inspector: Use debounce proxies in a couple more places …
(edit) @199789   8 years timothy Web Inspector: Make debounce use an ES6 Proxy …
(edit) @199788   8 years ryanhaddad Rebaseline tests for iOS simulator. Unreviewed test gardening. * …
(edit) @199787   8 years sbarati We don't need a manual stack for an RAII object when the machine's …
(edit) @199786   8 years yoav Speculative unflake of dynamic_remove_preload_href layout test …
(edit) @199785   8 years cdumez Use Optional<size_t> for OrderIterator::m_orderIndex instead of int …
(edit) @199784   8 years cdumez Crash under needsAppleMailPaginationQuirk() …
(edit) @199783   8 years msaboff REGRESSION(r190289): Spin trying to view/sign in to hbogo.com …
(edit) @199782   8 years beidson Attempt to fix non-INDEXED_DATABASE_IN_WORKERS builds after r199779 * …
(edit) @199781   8 years cdumez Potential overflow in RenderLayer::hitTestList() …
(edit) @199780   8 years mark.lam Unindent an unnecessary block in stringProtoFuncSplitFast(). …
(edit) @199779   8 years beidson Modern IDB (Workers): Enable INDEXED_DATABASE_IN_WORKERS compile time …
(edit) @199778   8 years bfulgham [WK2][Mac][iOS] WebContent crash when using special file:// URI scheme …
(edit) @199777   8 years hyatt Hangable punctuation measurement using the wrong indices. …
(edit) @199776   8 years cdumez Drop [UsePointersEvenForNonNullableObjectArguments] from several …
(edit) @199775   8 years cdumez Drop [UsePointersEvenForNonNullableObjectArguments] from WebAudio …
(edit) @199774   8 years beidson Addressing additional review feedback for: Modern IDB: Lots of IDB …
(edit) @199773   8 years fred.wang Use OpenType MATH fonts by default …
(edit) @199772   8 years csaavedra [GTK] Move GTK+-independent platform code to platform/glib …
(edit) @199771   8 years fred.wang Refactor RenderMathMLSpace to avoid using flexbox …
(edit) @199770   8 years carlosgc Unreviewed GTK+ gardening. Mark HLS tests release expectations as …
(edit) @199769   8 years carlosgc [Cairo] Crash in GraphicsContext::drawFocusRing when painting is …
(edit) @199768   8 years sbarati Remove unused m_writtenVariables from the parser and related bits …
(edit) @199767   8 years gyuyoung.kim Unreviewed EFL gardening. Follow up gardening for media test. * …
(edit) @199766   8 years achristensen Build fix after r199738 * CMakeLists.txt:
(edit) @199765   8 years bfulgham Unreviewed build fix after r199752. * …
(edit) @199764   8 years carlosgc REGRESSION(r198782): SHOULD NEVER BE REACHED failure in …
(edit) @199763   8 years sbarati Unreviewed, fix cloop build after r199754. * jsc.cpp: (jscmain):
(edit) @199762   8 years msaboff iTunes crashing JavaScriptCore.dll …
(edit) @199761   8 years fpizlo Add more locking algorithms to the LockSpeedTest. Rubber stamped by …
(edit) @199760   8 years fpizlo Clean up the ParkingLot uparking API a bit …
(edit) @199759   8 years ggaren bmalloc: fix up overflow checks …
(edit) @199758   8 years commit-queue [JSC] Small cleanup of RegisterAtOffsetList …
(edit) @199757   8 years commit-queue Web Inspector: Picking Snapshot from navigation bar popup does to …
(edit) @199756   8 years ggaren 2016-04-19 Geoffrey Garen <ggaren@apple.com> Unreviewed, …
(edit) @199755   8 years sbarati Add a couple UNLIKELY macros in parseMemberExpression …
(edit) @199754   8 years sbarati allow jsc shell to dump sampling profiler data …
(edit) @199753   8 years achristensen Fix CMake build. * CMakeLists.txt: Don't compile a file that doesn't …
(edit) @199752   8 years bfulgham Remove remaining bits of dynamic <link> rel='icon' loading …
(edit) @199751   8 years cdumez AudioBufferSourceNode.buffer should be nullable …
(edit) @199750   8 years beidson Modern IDB: Lots of IDB bindings cleanup (including making …
(edit) @199749   8 years gyuyoung.kim [EFL] Unskip media tests since r199649 Unreviewed EFL gardening. * …
(edit) @199748   8 years mark.lam Re-landing: ES6: Implement RegExp.prototype[@@search]. …
(edit) @199747   8 years timothy Web Inspector: DataGrid should be virtualized so it only renders …
(edit) @199746   8 years ggaren bmalloc: Merge the large and xlarge allocators …
(edit) @199745   8 years mark.lam Replace $vm.printValue() with $vm.value(). …
(edit) @199744   8 years achristensen Rebase test after r199738 * …
(edit) @199743   8 years achristensen Build fix after r199738 Source/ThirdParty/ANGLE: * CMakeLists.txt: …
(edit) @199742   8 years keith_miller ObjcInstance::stringValue should not call NSObject's description …
(edit) @199741   8 years dino New SPI to export a dictionary of runtime features …
(edit) @199740   8 years cdumez Crash under WebKit::PluginView::pluginSnapshotTimerFired …
(edit) @199739   8 years achristensen Build fix. * src/compiler/translator/Intermediate.h: Added. …
(edit) @199738   8 years achristensen Update ANGLE https://bugs.webkit.org/show_bug.cgi?id=156755 Reviewed …
(edit) @199737   8 years dino New SPI to export a dictionary of runtime features …
(edit) @199736   8 years youenn.fablet imported/w3c/web-platform-tests/streams/readable-streams/general.https. …
(edit) @199735   8 years cdumez Mark more classes as WTF_MAKE_FAST_ALLOCATED …
(edit) @199734   8 years oliver Enable separated heap by default on ios …
(edit) @199733   8 years adachan Context menu items related to fullscreen should be specific to …
(edit) @199732   8 years achristensen Build fix. * NetworkProcess/NetworkConnectionToWebProcess.cpp: …
(edit) @199731   8 years mark.lam Re-landing: ES6: Implement String.prototype.split and …
(edit) @199730   8 years beidson Modern IDB: ObjectStore Blob Support. …
(edit) @199729   8 years commit-queue Unreviewed, rolling out r199726. …
(edit) @199728   8 years svillar [css-grid] Use the margin box for non-auto minimum sizes …
(edit) @199727   8 years carlosgc [Cairo] GraphicsContext::drawFocusRing methods are not consistent to …
(edit) @199726   8 years msaboff iTunes crashing JavaScriptCore.dll …
(edit) @199725   8 years utatane.tea [INTL] Use @thisNumberValue instead of instanceof @Number
(edit) @199724   8 years gskachkov Unreviewed, rolling out r199712. …
(edit) @199723   8 years antti Try to fix iOS build. * …
(edit) @199722   8 years antti Move FontSelectorClient to a file of its own …
(edit) @199721   8 years commit-queue REGRESSION (r199635) Web Inspector: Percentages in Heap Allocations …
(edit) @199720   8 years carlosgc Unreviewed GTK+ gardening. Update CSP tests. Rebaseline …
(edit) @199719   8 years carlosgc Unreviewed GTK+ gardening. Rebaseline …
(edit) @199718   8 years carlosgc Unreviewed GTK+ gardening. Rebaseline …
(edit) @199717   8 years carlosgc Unreviewed GTK+ gardening. Rebaseline tests after r199659. We are now …
(edit) @199716   8 years carlosgc Unreviewed GTK+ gardening. Rebaseline tests after r199034. * …
(edit) @199715   8 years jdiggs [GTK] accessibility/gtk/entry-and-password.html is failing since …
(edit) @199714   8 years carlosgc Unreviewed GTK+ gardening. Rebaseline tests after r190840. * …
(edit) @199713   8 years utatane.tea [GTK] Use Generic WorkQueue instead of WorkQueueGLib …
(edit) @199712   8 years gskachkov calling super() a second time in a constructor should throw …
(edit) @199711   8 years commit-queue Unreviewed, rolling out r199658. …
(edit) @199710   8 years commit-queue [JSC] Fix some overhead affecting small codegen …
(edit) @199709   8 years achristensen Build fix after r199700 * PlatformMac.cmake:
(edit) @199708   8 years beidson Modern IDB (Blob support): When reading Blobs from the database, grant …
(edit) @199707   8 years achristensen Fix iOS build after r199701 * platform/ios/WebAVPlayerController.mm:
(edit) @199706   8 years darin Updated binding test result to reflect the change to not use …
(edit) @199705   8 years mitz Fixed building with old Xcode. * …
(edit) @199704   8 years darin Remove all use of Deprecated::ScriptValue in generated bindings …
(edit) @199703   8 years commit-queue [GTK] Possible off-by-one in hyphenation code …
(edit) @199702   8 years dino New SPI to export a dictionary of runtime features …
(edit) @199701   8 years eric.carlson [OSX] AVKit is not available on all systems …
(edit) @199700   8 years dino New SPI to export a dictionary of runtime features …
(edit) @199699   8 years sbarati implement dynamic scope accesses in the DFG/FTL …
(edit) @199698   8 years bfulgham Unreviewed test fix after r199696. * …
(edit) @199697   8 years barraclough WebKit should adopt journal_mode=wal for all SQLite databases. …
(edit) @199696   8 years bfulgham Source/WebCore: Remove support for X-Frame-Options in <meta>
(edit) @199695   8 years timothy_horton Swipe view gesture should be reversed in right-to-left contexts …
(edit) @199694   8 years utatane.tea [JSCOnly] Implement RunLoop and remove glib dependency …
(edit) @199693   8 years cdumez Crash in ElementDescendantIterator::operator--() when calling …
(edit) @199692   8 years andersca Fix build with newer versions of clang. rdar://problem/25749769 …
(edit) @199691   8 years commit-queue Source/WebCore: Declare a virtual function in PluginStrategy to be …
(edit) @199690   8 years fpizlo Disable AVX. Rubber stampted by Benjamin Poulain. AVX is silly. If …
(edit) @199689   8 years joepeck Unreviewed revert accidental ChangeLog modifications.
(edit) @199688   8 years joepeck Web Inspector: sourceMappingURL not used when sourceURL is set …
(edit) @199687   8 years eric.carlson [iOS] don't toggle playback when media engine rate changes …
(edit) @199686   8 years fpizlo ToThis should have a fast path based on type info flags …
(edit) @199685   8 years fpizlo Check to see how the perf bots react to megamorphic load being …
(edit) @199684   8 years cdumez Unreviewed, fix iOS9 build after r199682. * …
(edit) @199683   8 years keith_miller We should support delete in the DFG …
(edit) @199682   8 years cdumez [WK2][iOS] Only adjust network responses' MIME type for QuickLook in …
(edit) @199681   8 years jonlee Update Animometer plan. https://bugs.webkit.org/show_bug.cgi?id=156652
(edit) @199680   8 years bburg Web Automation: provide detailed error messages when an automation …
(edit) @199679   8 years commit-queue Unreviewed, rolling out r199621. …
(edit) @199678   8 years timothy Web Inspector: NavigationSidebarPanel does a lot of style recalc and …
(edit) @199677   8 years timothy Web Inspector: Database query result DataGrids have misaligned header …
(edit) @199676   8 years timothy Web Inspector: Fix the debounce function …
(edit) @199675   8 years fpizlo FTL should pin the tag registers at inline caches …
(edit) @199674   8 years dburkart svn-apply: add option for ignoring changes to ChangeLog files …
(edit) @199673   8 years bfulgham Source/WebCore: CSP: Remove stubs for dynamically-added favicons (via …
(edit) @199672   8 years jer.noble [Mac][EME] Protected content over HLS is not notified when a HDCP …
(edit) @199671   8 years jer.noble REGRESSION( r199603): Pandora crashes WebKit in …
(edit) @199670   8 years mcatanzaro [l10n] Updated Greek translation of WebKitGTK+ …
(edit) @199669   8 years cdumez Unreviewed, rolling out r199644. Seems to have caused a 1-2% …
(edit) @199668   8 years darin Get rid of IDBAny https://bugs.webkit.org/show_bug.cgi?id=156681
(edit) @199667   8 years eric.carlson Media element "user gesture for fullscreen" restriction is never …
(edit) @199666   8 years fred.wang Mark script-height reftest as ImageOnlyFailure on iOS …
(edit) @199665   8 years fred.wang Refactor RenderMathMLScripts layout to avoid using flexbox …
(edit) @199664   8 years carlosgc Pending API Request URL is wrong after reloading …
(edit) @199663   8 years carlosgc Pending API request URL no set when loading Data, Alternate HTML or …
(edit) @199662   8 years commit-queue Unreviewed, rolling out r199660. …
(edit) @199661   8 years rego [css-grid] Use grid-template-areas to determine the explicit grid …
(edit) @199660   8 years carlosgc Pending API request URL no set when loading Data, Alternate HTML or …
(edit) @199659   8 years carlosgc [GTK] Menu list button doesn't use the text color from the theme …
(edit) @199658   8 years carlosgc [UNIX] Initialize WebKit before the platform initializations …
(edit) @199657   8 years rego [css-grid] Fix positioned items with content alignment …
(edit) @199656   8 years commit-queue Fix incorrect assumption that APPLE implies Mac. …
(edit) @199655   8 years rego [css-grid] Add method to translate RTL coordinates …
(edit) @199654   8 years utatane.tea [Fetch] Use @isArray instead of instanceof @Array
(edit) @199653   8 years carlosgc [GTK] Test /webkit2/WebKitWebView/mouse-target fails with overlay …
(edit) @199652   8 years utatane.tea [ES7] yield star should not return if the inner iterator.throw returns …
(edit) @199651   8 years commit-queue Fix incorrect assumption that APPLE implies Mac. …
(edit) @199650   8 years yoav Initial Link preload support …
(edit) @199649   8 years gyuyoung.kim [EFL] Bump gstreamer from 1.4.4 to 1.6.3 …
(edit) @199648   8 years benjamin [JSC] ReduceDoubleToFloat should work accross Phis …
(edit) @199647   8 years utatane.tea [ES6] Use @isObject to check Object Type instead of using instanceof …
(edit) @199646   8 years conrad_shultz Try (again) to fix debug builds after r199643. Unreviewed. * …
(edit) @199645   8 years conrad_shultz Try to fix debug builds after r199643. Unreviewed. * …
(edit) @199644   8 years cdumez [WK2][iOS] Do not dlopen() QuickLook in the NetworkProcess …
(edit) @199643   8 years beidson Clean up IDBBindingUtilities. …
(edit) @199642   8 years darin Remove more uses of Deprecated::ScriptXXX …
(edit) @199641   8 years youenn.fablet LayoutTests/imported/w3c: [Fetch API] Consume HTTP data as a …
(edit) @199640   8 years antti Element should be const in StyleResolver …
(edit) @199639   8 years commit-queue [JSC] DFG should support relational comparisons of Number and Other …
(edit) @199638   8 years commit-queue [JSC] FRound/Negate can produce an impure NaN out of a pure NaN …
(edit) @199637   8 years mcatanzaro Localization files with empty Language: block build with gettext 0.19 …
(edit) @199636   8 years commit-queue JS::DFG::nodeValuePairListDump does not compile with libstdc++ 4.8 …
(edit) @199635   8 years mattbaker Web Inspector: Adopt Number.prototype.toLocaleString For All Sizes and …
(edit) @199634   8 years mattbaker display:inline on the tbody is causing the width of the iframe to be …
(edit) @199633   8 years weinig More build fixing. * MiniBrowser/mac/BrowserWindowController.m: …
(edit) @199632   8 years weinig Another build fix. * MiniBrowser/mac/BrowserWindowController.m: …
(edit) @199631   8 years weinig Fix 32-bit build. * MiniBrowser/mac/BrowserWindowController.m: …
(edit) @199630   8 years weinig Add support for NSSharingService to MiniBrowser, for no great reasons …
(edit) @199629   8 years mcatanzaro [GTK] [l10n] Updated Turkish translation of WebKitGTK+ …
(edit) @199628   8 years mitz [Mac] Web Content service with a restricted entitlement may load …
(edit) @199627   8 years ap Build fix. Temporary workaround for rdar://problem/25754945. * …
(edit) @199626   8 years commit-queue [mips] Implemented moveZeroToDouble. …
(edit) @199625   8 years antti CSSCursorImageValue shouldn't mutate element during style resolution …
(edit) @199624   8 years mcatanzaro Submit the first version of Finnish translation …
(edit) @199623   8 years mcatanzaro [GTK] [l10n] Updated Bulgarian translation of WebKitGTK+ …
(edit) @199622   8 years mitz [Mac] WebContent, Networking and Databases services have i386 slices …
(edit) @199621   8 years msaboff iTunes crashing JavaScriptCore.dll …
(edit) @199620   8 years weinig Need a way to specify a script name to show in the inspector for …
(edit) @199619   8 years darin Reduce use of Deprecated::ScriptXXX classes …
(edit) @199618   8 years bshafiei Versioning.
(edit) @199617   8 years keith_miller Some JIT/DFG operations need NativeCallFrameTracers …
(edit) @199616   8 years jonlee Animometer test could report a NaN …
(edit) @199615   8 years jer.noble REGRESSION( r199603): Pandora crashes WebKit in …
(edit) @199614   8 years matthew_hanson New Tag.
(edit) @199613   8 years mmaxfield [Font Loading] Test promise gets rejected when unknown format used …
(edit) @199612   8 years dbates CSP: Ignore paths in CSP matching after redirects …
(edit) @199611   8 years mmaxfield [CSS Font Loading] FontFace's promise may never be resolved/rejected …
(edit) @199610   8 years commit-queue Unreviewed, rolling out r199600. …
(edit) @199609   8 years achristensen [WinCairo] Another unreviewed build fix. * …
(edit) @199608   8 years bfulgham [WinCairo] Unreviewed build fix., * …
(edit) @199607   8 years mmaxfield ASSERT when loading github.com …
(edit) @199606   8 years bshafiei Merged r199598. rdar://problem/25641321
(edit) @199605   8 years bfulgham Remove support for X-Frame-Options in <meta>
(edit) @199604   8 years jiewen_tan Mark inspector/formatting/formatting-javascript.html as flaky on mac …
(edit) @199603   8 years jer.noble Audio elements should be able to have a controls manager. …
(edit) @199602   8 years commit-queue Web Inspector: sourceMappingURL not used when sourceURL is set …
(edit) @199601   8 years bshafiei Versioning.
(edit) @199600   8 years ap Build fix. * LayoutTestRelay/LayoutTestRelay/main.m: Allow some …
(edit) @199599   8 years cdumez Mark NetworkLoad as FastAllocated …
(edit) @199598   8 years commit-queue Calling SVGAnimatedPropertyTearOff::animationEnded() will crash if the …
(edit) @199597   8 years jer.noble Unreviewed build fix for iOS simulator. Assert the correct variable. …
(edit) @199596   8 years jiewen_tan Mark fast/text/font-face-javascript.html as flaky …
(edit) @199595   8 years bshafiei New tag.
(edit) @199594   8 years jiewen_tan Mark …
(edit) @199593   8 years jer.noble Allow WebVideoFullscreenManager and Proxy to be used by audio …
(edit) @199592   8 years joepeck Web Inspector: Cleanup inspector/debugger tests …
(edit) @199591   8 years cdumez [COCOA] Do not unnecessarily initialize …
(edit) @199590   8 years commit-queue Refactor WebSockets handshake to use StringView instead of String for …
(edit) @199589   8 years ggaren 2016-04-14 Geoffrey Garen <ggaren@apple.com> CopiedBlock …
(edit) @199588   8 years jdiggs AX: Presentational role on SVG elements is trumped by child 'title' …
(edit) @199587   8 years cdumez Rename [GlobalContext] extended attribute to [Exposed] and align with …
(edit) @199586   8 years commit-queue Tail call optimizations lead to crashes on ARM Thumb + Linux …
(edit) @199585   8 years carlosgc Selection.deleteFromDocument should not leave a selection character …
(edit) @199584   8 years antti Fix return value nullptr -> false. * style/StyleSharingResolver.cpp: …
(edit) @199583   8 years antti AffectsNextSibling style relation marking is inefficient …
(edit) @199582   8 years commit-queue Don't copy entire NSURLSessionConfiguration just to test for …
(edit) @199581   8 years beidson Add the message property to DOMError. …
(edit) @199580   8 years jiewen_tan Mark perf/array-binary-search.html as flaky on ios-simulator-wk2 …
(edit) @199579   8 years jiewen_tan Mark fast/animation/request-animation-frame-iframe2.html as flaky on …
(edit) @199578   8 years jiewen_tan Mark fast/animation/request-animation-frame-during-modal.html as flaky …
(edit) @199577   8 years carlosgc Unreviewed. Fix GTK+ build after r199558. * …
(edit) @199576   8 years jiewen_tan Mark inspector/console/addInspectedNode.html as flaky on mac-wk2 for …
(edit) @199575   8 years jiewen_tan Mark http/tests/cache/disk-cache/disk-cache-vary-no-body.html as flaky …
(edit) @199574   8 years jiewen_tan Mark http/tests/cache/disk-cache/disk-cache-vary.html as flaky for …
(edit) @199573   8 years ap Some GuardMalloc bots are not happy when running many parallel …
(edit) @199572   8 years ggaren Unreviewed, rolling out r199567. performance regression on kraken on …
(edit) @199571   8 years bfulgham Make <a download> a runtime enabled option …
(edit) @199570   8 years dbates Cleanup: Run all Content Security Policy 1.1 tests by default It is …
(edit) @199569   8 years ddkilzer REGRESSION (r158956): Remove vestigial range code in FileReaderLoader …
(edit) @199568   8 years achristensen Build fix after r199554. * CMakeLists.txt: * PlatformMac.cmake:
(edit) @199567   8 years ggaren CopiedBlock should be 8kB …
(edit) @199566   8 years fpizlo PolymorphicAccess should try to generate a stub only once …
(edit) @199565   8 years bburg Web Automation: suppress automatic text correction in pages controlled …
(edit) @199564   8 years mark.lam Add svn:eol-style=LF to LayoutTests/ietestcenter/Javascript/TestCases/ …
(edit) @199563   8 years andersca Another build fix attempt. * MiniBrowser/mac/WK2BrowserWindowController.m:
(edit) @199562   8 years achristensen Build fix after r199549. …
(edit) @199561   8 years dino CrashTracer: com.apple.WebKit.WebContent at com.apple.WebCore: …
(edit) @199560   8 years andersca Fix build. * MiniBrowser/mac/WK2BrowserWindowController.m: …
(edit) @199559   8 years andersca Try to fix the Yosemite build. * UIProcess/Cocoa/UIDelegate.mm: …
(edit) @199558   8 years andersca [Mac] Add API for open panel handling to WKWebView …
(edit) @199557   8 years jiewen_tan Unreviewed, rolling out r199554. The change breaks Yosemite …
(edit) @199556   8 years commit-queue Web Inspector: Add a JavaScript Formatting test for template strings …
(edit) @199555   8 years commit-queue Publish the Web-exposed feature policy on webkit.org. …
(edit) @199554   8 years andersca [Mac] Add API for open panel handling to WKWebView …
(edit) @199553   8 years tonikitoo Allow listbox content and scrollbar to intrude padding area. …
(edit) @199552   8 years antti Collapsed border cache invalidation can lead to O(n2) during style …
(edit) @199551   8 years rego [css-grid] Implement CSSGridTemplateAreasValue::equals …
(edit) @199550   8 years jonlee Update Animometer plan https://bugs.webkit.org/show_bug.cgi?id=156569
(edit) @199549   8 years bfulgham [CMake] Clean up CMake files …
(edit) @199548   8 years fred.wang RenderMathMLOperator: Add helper function to retrieve italic …
(edit) @199547   8 years fred.wang RenderMathMLOperator: Move glyph measuring helper functions outside …
(edit) @199546   8 years fred.wang Set some RenderMathMLOperator members as final …
(edit) @199545   8 years mark.lam Update treatment of invoking RegExp.prototype methods on …
(edit) @199544   8 years fred.wang Ensure that RenderMathMLOperator::stretchTo functions are called with …
(edit) @199543   8 years ggaren Some imported ES6 tests are missing createIterableObject …
(edit) @199542   8 years bshafiei Merged r199528. rdar://problem/25697779
(edit) @199541   8 years commit-queue REGRESSION: Web Inspector: Remote inspector doesn't work …
(edit) @199540   8 years andersca When FileInputType::setFiles is called with an empty file list, the …
(edit) @199539   8 years darin Remove UsePointersEvenForNonNullableObjectArguments from Internals …
(edit) @199538   8 years dbates CSP: Ignore report-only policy delivered via meta element …
(edit) @199537   8 years commit-queue Dashboard is spelled as Dashbard in several source files …
(edit) @199536   8 years commit-queue WebGL based canvases composite incorrectly after changing size …
(edit) @199535   8 years carlosgc WebKitGTK+ 2.12.1
(edit) @199534   8 years carlosgc Unreviewed. Update OptionsGTK.cmake and NEWS for 2.12.1 release. .: …
(edit) @199533   8 years carlosgc Unreviewed. REGRESSION: Web Inspector: Remote inspector doesn't work …
(edit) @199532   8 years achristensen Fix build without IndexedDB. * DatabaseProcess/DatabaseProcess.cpp: …
(edit) @199531   8 years carlosgc Unreviewed. Fix GObject DOM bindings API break after r199392. Since …
(edit) @199530   8 years achristensen CMake MiniBrowser should be an app bundle …
(edit) @199529   8 years commit-queue JSContext Inspector: Improve Class instances and JSC API Exported …
(edit) @199528   8 years dbates REGRESSION (r199401): Internal builds of Safari hang on launch …
(edit) @199527   8 years dbates CSP: Nested browsing context created for <object> or <embed> should …
(edit) @199526   8 years dbates CSP: Remove duplicate test meta-outside-head.html …
(edit) @199525   8 years dbates CSP: Remove experimental directive reflected-xss …
(edit) @199524   8 years beidson Modern IDB (Blob support): Support retrieving Blobs from IDB. …
(edit) @199523   8 years msaboff Some tests fail with ES6 u (Unicode) flag for regular expressions …
(edit) @199522   8 years bshafiei Versioning.
(edit) @199521   8 years cdumez We should not speculatively revalidate cached redirects …
(edit) @199520   8 years bshafiei New tag.
(edit) @199519   8 years bshafiei New tag.
(edit) @199518   8 years commit-queue FindWebP should not be misguided by pkg-config when cross-compiling. …
(edit) @199517   8 years beidson Modern IDB: NetworkProcessConnection::didClose needs to have a self …
(edit) @199516   8 years zalan Text on compositing layer with negative letter-spacing is truncated. …
(edit) @199515   8 years eric.carlson [iOS] remote command should be considered user events …
(edit) @199514   8 years commit-queue Unreviewed, rolling out r199502 and r199511. …
(edit) @199513   8 years keith_miller isJSArray should use ArrayType rather than the ClassInfo …
(edit) @199512   8 years tonikitoo Non-resizable text field looks resizable …
(edit) @199511   8 years mark.lam ES6: Implement RegExp.prototype[@@search]. …
(edit) @199510   8 years jiewen_tan Mark fast/canvas/webgl/gl-teximage.html as flaky on Macs …
(edit) @199509   8 years bshafiei Merged r199504. rdar://problem/25697779
(edit) @199508   8 years fpizlo PolymorphicAccess::regenerate() shouldn't have to clone non-generated …
(edit) @199507   8 years jiewen_tan Mark …
(edit) @199506   8 years jiewen_tan Mark …
(edit) @199505   8 years bshafiei Versioning.
(edit) @199504   8 years dbates REGRESSION (r199401): Internal builds of Safari hang on launch …
(edit) @199503   8 years bshafiei New tag.
(edit) @199502   8 years mark.lam ES6: Implement String.prototype.split and RegExp.prototype[@@split]. …
(edit) @199501   8 years commit-queue Fix client certificate authentication with NetworkSession …
(edit) @199500   8 years darin Remove UsePointersEvenForNonNullableObjectArguments from DataTransfer …
(edit) @199499   8 years beidson Modern IDB (Blob support): Support deleting stored blob files. …
(edit) @199498   8 years rniwa REGRESSION(r199444): Perf dashboard always fetches all measurement …
(edit) @199497   8 years fred.wang Fix two coding mistakes in …
(edit) @199496   8 years mark.lam ShadowChicken::visitChildren() should not visit tailMarkers and …
(edit) @199495   8 years carlosgc Merge r199458 - Fix build in glibc-based BSD systems …
(edit) @199494   8 years carlosgc Merge r199229 - AX: [ATK] Crash getting text under element in CSS …
(edit) @199493   8 years carlosgc Merge r198945 - [JSC] Missing PATH_MAX definition …
(edit) @199492   8 years jond Remove database quote escapes from pushed tweets. Reviewed by Timothy …
(edit) @199491   8 years jond Remove database quote escapes. Reviewed by Timothy Hatcher. * …
(edit) @199490   8 years carlosgc Merge r199366 - S390X and PPC64 architectures detection is wrong …
(edit) @199489   8 years carlosgc Merge r199087 - MessageEvent.source window is incorrect once window …
(edit) @199488   8 years jond Added background color for Safari Technology Preview posts. Reviewed …
(edit) @199487   8 years carlosgc Merge r199063 - Updated Brazilian Portuguese translation …
(edit) @199486   8 years carlosgc Merge r199061 - We sometimes fail to remove outdated entry from the …
(edit) @199485   8 years carlosgc Merge r199045 - [TexMap] Improve viewport array access in …
(edit) @199484   8 years carlosgc Merge r199044 - [TexMap] resolveOverlaps() should be passed-in the …
(edit) @199483   8 years carlosgc Merge r199034 - CSS Triangles Rendering Regression affecting CSS …
(edit) @199482   8 years carlosgc Merge r199027 - Tapping on tabs in webpages caused WK crash at WebKit: …
(edit) @199481   8 years carlosgc Merge r199025 - [JSC][x86] Fix an assertion in …
(edit) @199480   8 years carlosgc Merge r199002 - Fix WEB_PROCESS_CMD_PREFIX and …
(edit) @199479   8 years carlosgc Merge r199001 - [TexMap] Trim redundant guards …
(edit) @199478   8 years carlosgc Merge r199000 - Rely on PlatformLayer to choose the …
(edit) @199477   8 years carlosgc Merge r199344 - [GTK] Rework scrollbars theming code for GTK+ 3.20 …
(edit) @199476   8 years carlosgc Merge r199292 - [GTK] Rework the theming code for GTK+ 3.20 …
(edit) @199475   8 years carlosgc Merge r198983 - Replace all RenderTheme::popupInternalPadding methods …
(edit) @199474   8 years carlosgc Merge r197170 - RenderTheme::controlSize* methods should take const …
(edit) @199473   8 years carlosgc Merge r198958 - putImageData leaves visible artifacts on retina …
(edit) @199472   8 years carlosgc Merge r198956 - WebKit should dispatchDidFailProvisionalLoad while …
(edit) @199471   8 years carlosgc Merge r198924 - REGRESSION (r195605): ASSERTION FAILED: …
(edit) @199470   8 years carlosgc Merge r198919 - Fails to build in Linux / PowerPC due to different …
(edit) @199469   8 years carlosgc Merge r198917 - REGRESSION (r191180): Safari does not send Referer …
(edit) @199468   8 years carlosgc Merge r198904 - SelectionController::positionForPlatform should ask …
(edit) @199467   8 years carlosgc Merge r198869 - Make BlobData use ThreadSafeSharedBuffer instead of …
(edit) @199466   8 years carlosgc Merge r198868 - Change some release asserts in CodeBlock linking into …
(edit) @199465   8 years carlosgc Merge r198852 - Random SerializedScriptValue cleanup. …
(edit) @199464   8 years carlosgc Make animation events non-cancelable …
(edit) @199463   8 years carlosgc Merge r198827 - [WTF] Removing a smart pointer from HashTable issues …
(edit) @199462   8 years carlosgc Merge r198785 - REGRESSION (r196813): Missing plug-in placeholder is …
(edit) @199461   8 years carlosgc Merge r198780 - media/track/track-remove-track.html is flaky, crashing …
(edit) @199460   8 years carlosgc Merge r198778 - REGRESSION(r192914): 10% regression on Sunspider's …
(edit) @199459   8 years utatane.tea [ES6] Add @@toStringTag to GeneratorFunction …
(edit) @199458   8 years berto Fix build in glibc-based BSD systems …
(edit) @199457   8 years carlosgc Merge r198771 - Pixel turds when bordered div is resized on SMF forum …
(edit) @199456   8 years carlosgc Merge r198753 - Setup cloned continuation renderer properly. …
(edit) @199455   8 years carlosgc Merge r198701 - RenderImage::repaintOrMarkForLayout fails when the …
(edit) @199454   8 years carlosgc Merge r199246 - bmalloc: stress_aligned test fails if you increase …
(edit) @199453   8 years carlosgc Merge r199115 - bmalloc: handle aligned allocations on the fast path …
(edit) @199452   8 years carlosgc Merge r198995 - bmalloc: segregate small and large objects again, and …
(edit) @199451   8 years carlosgc Merge r198829 - bmalloc: support physical page sizes that don't match …
(edit) @199450   8 years carlosgc Merge r198821 - bmalloc: page size should be configurable at runtime …
(edit) @199449   8 years carlosgc Merge r198809 - bmalloc: add logging for mmap() failures …
(edit) @199448   8 years carlosgc Merge r198680 - bmalloc: stress_aligned fails when allocating a …
(edit) @199447   8 years carlosgc Merge r198693 - Unreviewed, try to fix a crash seen on the bots. …
(edit) @199446   8 years carlosgc Merge r198679 - bmalloc: Renamed LargeChunk => Chunk …
(edit) @199445   8 years carlosgc Merge r198675 - bmalloc: small and large objects should share memory …
(edit) @199444   8 years rniwa Add a summary page to v3 UI …
(edit) @199443   8 years carlosgc Merge r198629 - Fix null dereferencing in …
(edit) @199442   8 years carlosgc Merge r198606 - bmalloc: Added an Object helper class …
(edit) @199441   8 years carlosgc Merge r198597 - ASSERTION FAILED: y2 >= y1 in …
(edit) @199440   8 years carlosgc Merge r198594 - bmalloc: process the object log before asking for new …
(edit) @199439   8 years carlosgc Merge r198588 - [WebGL] Non-power-of-two texture optimization …
(edit) @199438   8 years carlosgc Merge r198584 - Share style by sharing RenderStyle substructures not …
(edit) @199437   8 years carlosgc Merge r198575 - showModalDialog code runs with “first window” set to …
(edit) @199436   8 years carlosgc Merge r198574 - userSpaceOnUse patterns are not stroked for empty …
(edit) @199435   8 years carlosgc Merge r198571 - bmalloc: use a log scale for large-ish size classes …
(edit) @199434   8 years carlosgc Merge r198561 - Restrict WebSockets header parsing according to …
(edit) @199433   8 years carlosgc Merge r198545 - bmalloc: shrink largeMax …
(edit) @199432   8 years carlosgc Merge r198542 - Add null check in …
(edit) @199431   8 years carlosgc Merge r198530 - SharedBuffer::copy() can cause a segmentation fault. …
(edit) @199430   8 years carlosgc Merge r198527 - Unreviewed typo fix. * …
(edit) @199429   8 years carlosgc Merge r198521 - [TextureMapper] Destructing TextureMapperLayer should …
(edit) @199428   8 years antti Crash at com.apple.JavaScriptCore: bool …
(edit) @199427   8 years carlosgc Merge r198506 - WebCore::RenderTableCell::setCol should put a cap on …
(edit) @199426   8 years carlosgc Merge r198498 - Very flashy scrolling on http://quellish.tumblr.com
(edit) @199425   8 years carlosgc Merge r198482 - The setter of binaryType attribute in WebSocket should …
(edit) @199424   8 years carlosgc Merge r198478 - Crash in stress/regexp-matches-array-slow-put.js due …
(edit) @199423   8 years carlosgc Merge r198477 - Crash on DFG::WorkList thread in …
(edit) @199422   8 years carlosgc Merge r198471 - Data URL DecodeTask may get deleted outside main …
(edit) @199421   8 years carlosgc Merge r198451 - ASSERTION FAILED: m_isValid == valid() in …
(edit) @199420   8 years carlosgc Merge r198439 - Local file restrictions should not block …
(edit) @199419   8 years carlosgc Merge r198429 - Protect against excessive cache traversal …
(edit) @199418   8 years carlosgc Merge r198395 - crossorigin element resource loading should check HTTP …
(edit) @199417   8 years carlosgc Merge r198394 - Move IndexedDB regular test to web-platform-tests …
(edit) @199416   8 years carlosgc Merge r198387 - Data URL DecodeTask may get deleted outside main …
(edit) @199415   8 years carlosgc Merge r198377 - [XSS Auditor] Off by one in …
(edit) @199414   8 years carlosgc Merge r198374 - Images in feed on ebay.com jiggle when one is hovered …
(edit) @199413   8 years carlosgc Merge r198372 - Don't initiate a style recall while drawing text …
(edit) @199412   8 years carlosgc Merge r198370 - Improve some metadata tests …
(edit) @199411   8 years carlosgc Merge r198361 - Some media tests are flaky. …
(edit) @199410   8 years carlosgc Merge r198357 - Don't try to restore deleted MemoryIndexes if their …
(edit) @199409   8 years carlosgc Merge r198345 - Silence leaks in ParkingLot …
(edit) @199408   8 years carlosgc Merge r198309 - Subpixel rendering: Directly composited image layers …
(edit) @199407   8 years carlosgc Merge r198305 - Fix assertion failure on drive.google.com after …
(edit) @199406   8 years carlosgc Merge r198296 - ASSERTION FAILED: !edge->isPhantomAllocation() in …
(edit) @199405   8 years carlosgc Merge r198289 - URL Parsing should signal failure for illegal IDN …
(edit) @199404   8 years carlosgc Merge r198284 - Don't invalidate style unnecessarily when setting …
(edit) @199403   8 years ap Python test …
(edit) @199402   8 years keith_miller Unreviewed undo change from ArrayClass to ArrayWithUndecided, which …
(edit) @199401   8 years dbates REGRESSION (r198933): Unable to login to Google account from Internet …
(edit) @199400   8 years mark.lam Rollout: ES6: Implement String.prototype.split and …
(edit) @199399   8 years enrica Should retrieve text surrounding the selection when performing lookup. …
(edit) @199398   8 years mark.lam Remove 2 unused JSC options. …
(edit) @199397   8 years keith_miller [ES6] Add support for Symbol.isConcatSpreadable. …
(edit) @199396   8 years bburg Web Inspector: save inspector's zoom factor as a persistent setting …
(edit) @199395   8 years commit-queue Web Inspector: Dock controls are not available in toolbar if Web …
(edit) @199394   8 years sbarati Lets not iterate over the constant pool twice every time we link a …
(edit) @199393   8 years mark.lam ES6: Implement String.prototype.split and RegExp.prototype[@@split]. …
(edit) @199392   8 years cdumez Attr.value should not be nullable …
(edit) @199391   8 years keith_miller AbstractValue should use the result type to filter structures …
(edit) @199390   8 years commit-queue Web Inspector: Show the normal Native icon for all Internal objects in …
(edit) @199389   8 years fpizlo Unreviewed, remove FIXME for …
(edit) @199388   8 years rniwa Make sync-buildbot.js fault safe …
(edit) @199387   8 years ddkilzer Web Inspector: inspector/heap/getRemoteObject.html is flakey …
(edit) @199386   8 years ddkilzer Web Inspector: inspector/heap/getRemoteObject.html is flakey …
(edit) @199385   8 years commit-queue Fixed uninitialization of Node::DataUnion with GCC 4.8. …
(edit) @199384   8 years sbarati isLocked() assertion broke builds because ConcurrentJITLock isn't …
(edit) @199383   8 years eric.carlson [iOS] do not exit AirPlay when the screen locks …
(edit) @199382   8 years fpizlo PolymorphicAccess should buffer AccessCases before regenerating …
(edit) @199381   8 years barraclough WebKit should adopt journal_mode=wal for all SQLite databases. …
(edit) @199380   8 years joepeck Web Inspector: Keyboard shortcut for "Inspect Element" only works when …
(edit) @199379   8 years joepeck Web Inspector: Should be able to expand Objects in Heap Allocations …
(edit) @199378   8 years cdumez Regression(r199360): assertion hit in Element::fastGetAttribute() …
(edit) @199377   8 years mmaxfield [RTL Scrollbars] Overlay scrollbars push contents inwards …
(edit) @199376   8 years sbarati There is a race with the compiler thread and the main thread with …
(edit) @199375   8 years mmaxfield [OS X] Flakey crash after ScrollAnimatorMac destruction …
(edit) @199374   8 years mattbaker Web Inspector: clearing the console should exit all console groups …
(edit) @199373   8 years commit-queue Unreviewed, rolling out r199339. …
(edit) @199372   8 years commit-queue MIPS: add MacroAssemblerMIPS::store8(TrustedImm32,ImplicitAddress) …
(edit) @199371   8 years darin Remove UsePointersEvenForNonNullableObjectArguments from SVG lists …
(edit) @199370   8 years carlosgc Merge r198243 - Occasional crash under …
(edit) @199369   8 years carlosgc Merge r198238 - Delay HTMLFormControlElement::focus() call until after …
(edit) @199368   8 years carlosgc Merge r198216 - REGRESSION (196383): Class change invalidation does …
(edit) @199367   8 years carlosgc Merge r198205 - Leak: Accelerated ImageBufferCairo doesn't destroy the …
(edit) @199366   8 years commit-queue S390X and PPC64 architectures detection is wrong …
(edit) @199365   8 years carlosgc Merge r198173 - [mips] Fix unaligned access in LLINT. …
(edit) @199364   8 years carlosgc Merge r198163 - Selecting with shift+drag results in unexpected …
(edit) @199363   8 years carlosgc Merge r198090 - REGRESSION (r190840): crash inside details element's …
(edit) @199362   8 years carlosgc Merge r198087 - ComposedTreeIterator fails to traverse slots if root …
(edit) @199361   8 years carlosgc Merge r198075 - REGRESSION (r188647): Teamtreehouse website sidebar …
(edit) @199360   8 years cdumez Lazily update tokens in DOMTokenList when the associated attribute …
(edit) @199359   8 years carlosgc Merge r198050 - WebKit should not be redirected to an invalid URL …
(edit) @199358   8 years carlosgc Merge r198044 - Fix typo in StyleTreeResolver.cpp …
(edit) @199357   8 years darin Remove UsePointersEvenForNonNullableObjectArguments from …
(edit) @199356   8 years carlosgc Merge r197989 - CRASH at …
(edit) @199355   8 years carlosgc Merge r197967 - REGRESSION: GuardMallloc crash in …
(edit) @199354   8 years carlosgc Merge r197788 - Support iterating over an OptionSet and checking if it …
(edit) @199353   8 years carlosgc Merge r197191,r197523 - Add WTF::OptionSet and use it for the website …
(edit) @199352   8 years sbarati We incorrectly parse arrow function expressions …
(edit) @199351   8 years eric.carlson [iOS] media title sometimes remain in Control Center after tab is …
(edit) @199350   8 years commit-queue Modify the CXXFLAGS in webkitdirs.pm just on architectures where the …
(edit) @199349   8 years carlosgc Merge r197874 - Move attributes to the instance for most interfaces …
(edit) @199348   8 years carlosgc Merge r197868 - Removing and re-adding a script message handler with …
(edit) @199347   8 years carlosgc Merge r197858 - Local HTML should be blocked from localStorage access …
(edit) @199346   8 years carlosgc Merge r198532 - [GTK] WebInspector broken after r197620
(edit) @199345   8 years carlosgc Merge r197856 - ImageDocuments leak their world. …
(edit) @199344   8 years carlosgc [GTK] Rework scrollbars theming code for GTK+ 3.20 …
(edit) @199343   8 years svillar [css-grid] Add parsing support for <auto-repeat> syntax …
(edit) @199342   8 years utatane.tea [JSC] addStaticGlobals should emit SymbolTableEntry watchpoints to …
(edit) @199341   8 years svillar [css-grid] Pass GridSizingData instead of columnTracks to track sizing …
(edit) @199340   8 years commit-queue Remove failing assertion in ANGLE …
(edit) @199339   8 years achristensen Build fix after r199299. …
(edit) @199338   8 years achristensen Build MiniBrowser with CMake on Mac …
(edit) @199337   8 years commit-queue [JSC] B3 can use undefined bits or not defined required bits when …
(edit) @199336   8 years ryuan.choi [EFL] Do not pass context to EwkViewCreate …
(edit) @199335   8 years darin Remove UsePointersEvenForNonNullableObjectArguments from …
(edit) @199334   8 years darin Remove UsePointersEvenForNonNullableObjectArguments from …
(edit) @199333   8 years rniwa Replace script runner to use mocha.js tests …
(edit) @199332   8 years rniwa New syncing script sometimes schedules a build request on a wrong …
(edit) @199331   8 years bfulgham Use WeakPtrs to avoid using deallocated Widgets and ScrollableAreas …
(edit) @199330   8 years dino putImageData needs to premultiply input …
(edit) @199329   8 years bshafiei Versioning.
(edit) @199328   8 years jonlee Update Animometer to accommodate different screens …
(edit) @199327   8 years bshafiei New tag.
(edit) @199326   8 years commit-queue When clearing cache, also clear AVFoundation cache. …
(edit) @199325   8 years commit-queue Web Inspector: Tab Bar items get unreadable at narrow window widths, …
(edit) @199324   8 years jiewen_tan Unskip …
(edit) @199323   8 years commit-queue Unreviewed, rolling out r199310. …
(edit) @199322   8 years commit-queue Web Inspector: Unstyled nodes in ObjectTree previews look poor …
(edit) @199321   8 years commit-queue Unreviewed, rolling out r199315. …
(edit) @199320   8 years bburg Web Inspector: get rid of InspectorBasicValue and InspectorString …
(edit) @199319   8 years bshafiei Merged r199317. rdar://problem/25627389
(edit) @199318   8 years jiewen_tan Skip …
(edit) @199317   8 years achristensen Unreviewed, rolling out r198909. …
(edit) @199316   8 years cdumez [WebIDL] Add support for [ImplementedAs] for EventHandler attributes …
(edit) @199315   8 years commit-queue When clearing cache, also clear AVFoundation cache. …
(edit) @199314   8 years commit-queue [WebGL2] Use Open GL ES 3.0 to back WebGL2 contexts …
(edit) @199313   8 years jiewen_tan fast/loader/opaque-base-url.html crashing during mac and ios debug …
(edit) @199312   8 years commit-queue Merge CG ImageSource and non CG ImageSource implementation in one file …
(edit) @199311   8 years andersca Rename WKOpenPanelParameters files to WKOpenPanelParametersRef …
(edit) @199310   8 years beidson Clean up IDBBindingUtilities. …
(edit) @199309   8 years barraclough WebKit should adopt journal_mode=wal for all SQLite databases. …
(edit) @199308   8 years joepeck Web Inspector: HeapSnapshot instance property path popover should …
(edit) @199307   8 years zalan Simplify InlineTextBox::selectionStartEnd() …
(edit) @199306   8 years bshafiei Merged r199301. rdar://problem/25628133
(edit) @199305   8 years bshafiei Versioning.
(edit) @199304   8 years zalan REGRESSION (r193857): Text selection causes text to disappear. …
(edit) @199303   8 years fpizlo It should be possible to edit StructureStubInfo without recompiling …
(edit) @199302   8 years bshafiei New tag.
(edit) @199301   8 years dbates REGRESSION (r198933): Unable to login to Google account from Internet …
(edit) @199300   8 years gskachkov Remove NewArrowFunction from DFG IR …
(edit) @199299   8 years oliver Remove compile time define for SEPARATED_HEAP …
(edit) @199298   8 years cdumez Merge AttributedDOMTokenList into DOMTokenList …
(edit) @199297   8 years fpizlo Clean up how we reason about the states of AccessCases …
(edit) @199296   8 years cdumez DOMTokenList.contains() should not throw …
(edit) @199295   8 years fred.wang Refactor RenderMathMLFraction layout to avoid using flexbox …
(edit) @199294   8 years commit-queue Unreviewed, rolling out r199290. …
(edit) @199293   8 years fred.wang Refactor RenderMathMLUnderOver layout functions to avoid using flexbox …
(edit) @199292   8 years carlosgc [GTK] Rework the theming code for GTK+ 3.20 …
(edit) @199291   8 years antti Implement functional :host() pseudo class …
(edit) @199290   8 years commit-queue Merge CG ImageSource and non CG ImageSource implementation in one file …
(edit) @199289   8 years commit-queue [CMake] Make FOLDER property INHERITED …
(edit) @199288   8 years commit-queue [Tools] correctly check for braces in multiline branches in macro …
(edit) @199287   8 years weinig Fix the build. * …
(edit) @199286   8 years weinig Remove support for custom target picker actions …
(edit) @199285   8 years carlosgc WebKitGTK+ 2.4.11
(edit) @199284   8 years carlosgc Unreviewed. Update NEWS and Versions.m4 for 2.4.11 release. .: * …
(edit) @199283   8 years carlosgc Translation updates: Chinese, Japanese
(edit) @199282   8 years carlosgc Merge r165044 - REGRESSION(r164856): Use after free in …
(edit) @199281   8 years carlosgc Merge r166233 - [ARM64] GNU assembler fails in …
(edit) @199280   8 years carlosgc Merge r166234 - [ARM64] GCC generates wrong code with -O2 flag in …
(edit) @199279   8 years keith_miller tryGetById should be supported by the DFG/FTL …
(edit) @199278   8 years commit-queue Fixed compilation of JPEGImageDecoder with libjpeg v9. …
(edit) @199277   8 years sbarati Allocation sinking SSA Defs are allowed to have replacements …
(edit) @199276   8 years commit-queue Unreviewed, rolling out r199242. …
(edit) @199275   8 years fpizlo Debug JSC test failure: …
(edit) @199274   8 years commit-queue Unreviewed, rolling out r199268. …
(edit) @199273   8 years mcatanzaro [GTK] Update another GStreamer test expectation Unreviewed. * …
(edit) @199272   8 years mcatanzaro [GTK] Update some more IndexedDB test expectations. Unreviewed. * …
(edit) @199271   8 years mcatanzaro [GTK] Remove failure expectation from …
(edit) @199270   8 years mcatanzaro [GTK] Gardening unexpected passes and IndexedDB tests. Unreviewed …
(edit) @199269   8 years rniwa Build fix. Don't treat a build number 0 as a pending build. * …
(edit) @199268   8 years antti Implement functional :host() pseudo class …
(edit) @199267   8 years jonlee Have Animometer benchmark always start with complexity of 1 …
(edit) @199266   8 years rniwa Escape builder names in url* and pathFor* methods of BuildbotSyncer …
(edit) @199265   8 years darin Improve IDL support for object arguments that are neither optional nor …
(edit) @199264   8 years cdumez [WebIDL] Add support for [ExportMacro=XXX] IDL extended attribute …
(edit) @199263   8 years commit-queue Web Inspector: XHRs and Web Worker scripts are not searchable …
(edit) @199262   8 years commit-queue Web Inspector: Allocation snapshot hover persists after switching tabs …
(edit) @199261   8 years commit-queue MIPS: support Signed cond in branchTest32() …
(edit) @199260   8 years jdiggs AX: "AXLandmarkApplication" is an inappropriate subrole for ARIA …
(edit) @199259   8 years simon.fraser [iOS WK2] WKWebViews should consult ancestor UIScrollViews to …
(edit) @199258   8 years commit-queue [iOS Simulator] Build failure (property 'contentsFormat' not found on …
(edit) @199257   8 years achristensen Progress towards running CMake WebKit2 on Mac …
(edit) @199256   8 years achristensen Build fix with IndexedDB disabled but DatabaseProcess enabled after …
(edit) @199255   8 years bshafiei Merged r199253. rdar://problem/25533763
(edit) @199254   8 years bshafiei Merged r199252. rdar://problem/25533763
(edit) @199253   8 years jer.noble Unreviewed 32-bit build fix; make type of std::min<> explicit. * …
(edit) @199252   8 years jer.noble CRASH in AudioDestinationNode::render() …
(edit) @199251   8 years rniwa Build fix. We need to escape the path or http.request would fail. * …
(edit) @199250   8 years beidson Modern IDB: Use more IDBValue and IDBGetResult in IDBBackingStore. …
(edit) @199249   8 years sbarati Debugger may dereference m_currentCallFrame even after the VM has gone …
(edit) @199248   8 years beidson Modern IDB: Make IDBGetResult contain an IDBValue instead of a buffer, …
(edit) @199247   8 years zalan Focus ring drawn at incorrect location on image map with CSS …
(edit) @199246   8 years ggaren bmalloc: stress_aligned test fails if you increase smallMax …
(edit) @199245   8 years bfulgham [WK1] Wheel event callback removing the window causes crash in WebCore …
(edit) @199244   8 years jonlee Fix SVG benchmark test https://bugs.webkit.org/show_bug.cgi?id=156410
(edit) @199243   8 years said Timing attack on SVG feComposite filter circumvents same-origin policy …
(edit) @199242   8 years bburg Web Inspector: get rid of InspectorBasicValue and InspectorString …
(edit) @199241   8 years commit-queue JSContext Inspector: Fix asserts and uncaught exception showing …
(edit) @199240   8 years fpizlo Add IC support for arguments.length …
(edit) @199239   8 years bshafiei Versioning.
(edit) @199238   8 years bdakin Fix leaks in WebAVMediaSelectionOptionMac and …
(edit) @199237   8 years commit-queue Touching any IDL files rebuilds all bindings in CMake Ninja build …
(edit) @199236   8 years joepeck Redefining a method of the same name hits an assertion …
(edit) @199235   8 years commit-queue UInt32ToNumber should have an Int52 path …
(edit) @199234   8 years commit-queue [cmake] Use ICU include dirs in WebKit. …
(edit) @199233   8 years simon.fraser [iOS WK2] Stop using exposedContentRect for history scroll state …
(edit) @199232   8 years beidson Build fix followup to http://trac.webkit.org/changeset/199230
(edit) @199231   8 years darin Remove 14 more unnecessary uses of …
(edit) @199230   8 years beidson Modern IDB (Blob support): Write blobs to temporary files and move …
(edit) @199229   8 years jdiggs AX: [ATK] Crash getting text under element in CSS table …
(edit) @199228   8 years youenn.fablet Unreviewed. Rebasing …
(edit) @199227   8 years mattbaker Web Inspector: Attempting to dismiss a popover that is already being …
(edit) @199226   8 years mattbaker Web Inspector: Quick Open fails to match pattern "bB" in file "abBc" …
(edit) @199225   8 years youenn.fablet LayoutTests/imported/w3c: Testharness-based tests that time out should …
(edit) @199224   8 years darin Remove unneeded UsePointersEvenForNonNullableObjectArguments from …
(edit) @199223   8 years rego [css-grid] Fix positioned items with grid gaps …
(edit) @199222   8 years jfernandez [css-grid] Remove unnecessary iteration in populateGridPositions loop …
(edit) @199221   8 years commit-queue CSP: Block XHR when calling XMLHttpRequest.send() and throw network …
(edit) @199220   8 years rniwa Fix various bugs in the new syncing script …
(edit) @199219   8 years bburg Web Inspector: protocol generator should emit an error when 'type' is …
(edit) @199218   8 years utatane.tea [JSC] Enable Concurrent JIT by default …
(edit) @199217   8 years commit-queue stylebot should know about TestWebKitAPI FeatureDefines.xcconfig …
(edit) @199216   8 years darin FontFaceSet binding does not handle null correctly …
(edit) @199215   8 years rniwa sync-buildbot.js doesn't mark disappeared builds as failed …
(edit) @199214   8 years commit-queue Remove ENABLE(ENABLE_ES6_CLASS_SYNTAX) guards …
(edit) @199213   8 years dino [iOS] Media playback button should use appearance …
(edit) @199212   8 years dino [iOS] Play button on video is too dark …
(edit) @199211   8 years dino Watchlist modifications: - remove roger_fong - add myself to a few …
(edit) @199210   8 years rniwa A/B testing bots should prioritize user created test groups …
(edit) @199209   8 years fpizlo Implementing caching transition puts that need to reallocate with …
(edit) @199208   8 years commit-queue Remote Inspector: When disallowing remote inspection on a debuggable, …
(edit) @199207   8 years mattbaker Web Inspector: OpenResourceDialog should keep its resources list …
(edit) @199206   8 years adachan Roll out the css change in mediaControlsApple.css that has been …
(edit) @199205   8 years commit-queue Web Inspector: Not necessary to validate webinspectord connection on …
(edit) @199204   8 years commit-queue Clearing the application cache doesn't work. …
(edit) @199203   8 years keith_miller Rename ArrayMode::supportsLength to supportsSelfLength …
(edit) @199202   8 years jiewen_tan Unreviewed, rolling out r199199. Revision breaks layout tests …
(edit) @199201   8 years commit-queue Web Inspector: ProfileView source links are off by 1 line, worse in …
(edit) @199200   8 years simon.fraser Make it possible to test effect of view exposed rect on tiled backing …
(edit) @199199   8 years jiewen_tan fast/loader/opaque-base-url.html crashing during mac and ios debug …
(edit) @199198   8 years adachan Skip a couple more tests that are asserting in …
(edit) @199197   8 years bburg Web Automation: implement Automation.addSingleCookie …
(edit) @199196   8 years jond Add ImageBitmap as under consideration on Feature Status page …
(edit) @199195   8 years jond Include Conical Gradients on the Feature Status page. …
(edit) @199194   8 years bdakin Build fix. * platform/mac/WebVideoFullscreenInterfaceMac.mm:
(edit) @199193   8 years commit-queue In WK1 WebVideoFullscreen interface may be accessed from WK1 main …
(edit) @199192   8 years jiewen_tan Mark …
(edit) @199191   8 years rniwa Migrate legacy perf dashboard tests to mocha.js based tests …
(edit) @199190   8 years bdakin Build fix. * platform/mac/WebVideoFullscreenInterfaceMac.mm:
(edit) @199189   8 years jond Add Web Animations API to Feature Status Page …
(edit) @199188   8 years cdumez [WebIDL] Add support for [EnabledAtRuntime] attributes on non-global …
(edit) @199187   8 years bdakin Attempted build fix. * …
(edit) @199186   8 years adachan Add WebKitAdditions extension point in …
(edit) @199185   8 years jond Add WOFF2 to the Feature Status page …
(edit) @199184   8 years bdakin WebPlaybackControlsManager should support mediaSelectionOptions …
(edit) @199183   8 years ap Test expectation gardening for Assertion failure in …
(edit) @199182   8 years sbarati Invalid assertion inside DebuggerScope::getOwnPropertySlot …
(edit) @199181   8 years bfulgham Wheel event callback removing the window causes crash in WebCore. …
(edit) @199180   8 years jmarcell Adding layout tests for the bot watcher's dashboard QUnit tests. …
(edit) @199179   8 years sbarati Initial implementation of annex b.3.3 behavior was incorrect …
(edit) @199178   8 years commit-queue Web Inspector: Uncaught Exception: No resource with given URL found …
(edit) @199177   8 years commit-queue Web Inspector: Take snapshot navigation button should match navigation …
(edit) @199176   8 years achristensen Build fix after r199170 * CMakeLists.txt:
(edit) @199175   8 years adachan Add WebKitAdditions extension points around preferences …
(edit) @199174   8 years adachan Rename TextTrackRepresentationiOS to TextTrackRepresentationCocoa and …
(edit) @199173   8 years jond Improved drop down menu with translate; cleaned up unnecessary …
(edit) @199172   8 years dbates CSP: Remove tests for unimplemented directive referrer …
(edit) @199171   8 years joepeck Unreviewed follow-up fix to r199168. Add missing newline in expected …
(edit) @199170   8 years keith_miller We should support the ability to do a non-effectful getById …
(edit) @199169   8 years joepeck Web Inspector: Inspector hangs when trying to view a large XHR …
(edit) @199168   8 years joepeck Web Inspector: Improve JavaScript pretty printing …
(edit) @199167   8 years bburg CookieJar should support adding synthetic cookies for developer tools …
(edit) @199166   8 years fpizlo Rationalize the makeSpaceForCCall stuff …
(edit) @199165   8 years jiewen_tan Marking storage/indexeddb/modern/autoincrement-abort-private.html as …
(edit) @199164   8 years commit-queue Unreviewed, rolling out r199128 and r199141. …
(edit) @199163   8 years dbates CSP: Should only honor CSP policy delivered in meta tag that is a …
(edit) @199162   8 years fpizlo Rationalize the handling of PutById transitions a bit …
(edit) @199161   8 years bfulgham [Win] Output WebCore.pdb to the same location as WebCore.lib …
(edit) @199160   8 years peavo [Win] Fix for JSC stress test failures. …
(edit) @199159   8 years weinig window.Crypto is missing <rdar://problem/25584034> …
(edit) @199158   8 years commit-queue [CMake][Win] Generating autoversion.h of WebKitGUID is triggered again …
(edit) @199157   8 years commit-queue [CMake][Win] WEBKIT_WRAP_SOURCELIST is not applied in WebCore project …
(edit) @199156   8 years zalan REGRESSION (197987): Ingredient lists on smittenkitchen.com are full …
(edit) @199155   8 years antti FrameView::qualifiesAsVisuallyNonEmpty() returns false when loading a …
(edit) @199154   8 years antti Shadow DOM: Implement display: contents for slots …
(edit) @199153   8 years svillar [css-grid] Content box incorrectly used as non-auto min-height …
(edit) @199152   8 years antti Reverting previous due to bad LayoutTest ChangeLog. LayoutTests: * …
(edit) @199151   8 years antti Source/WebCore: Shadow DOM: Implement display: contents for slots …
(edit) @199150   8 years mmaxfield REGRESSION (r188591): thingiverse.com direct messaging UI is not …
(edit) @199149   8 years mmaxfield Rename MidpointState to WhitespaceCollapsingState …
(edit) @199148   8 years commit-queue [JSC] UInt32ToNumber should be NodeMustGenerate …
(edit) @199147   8 years changseok Unreviewed, Update my primary email address and expertise. * …
(edit) @199146   8 years jonlee Update the Animometer patch and plan files …
(edit) @199145   8 years ggaren 2016-04-04 Geoffrey Garen <ggaren@apple.com> Unreviewed, …
(edit) @199144   8 years mark.lam String.prototype.match() should be calling internal function …
(edit) @199143   8 years mattbaker Web Inspector: Improve filtering in OpenResourceDialog …
(edit) @199142   8 years gyuyoung.kim Remove duplicated parsePortFromStringPosition() …
(edit) @199141   8 years keith_miller Unreviewed, uncomment accidentally commented line in test. * …
(edit) @199140   8 years fpizlo JSC should have a simple way of gathering IC statistics …
(edit) @199139   8 years bshafiei Merged r199133. rdar://problem/25587476
(edit) @199138   8 years bshafiei Merged r199130. rdar://problem/25587476
(edit) @199137   8 years bshafiei Versioning.
(edit) @199136   8 years bshafiei New tag.
(edit) @199135   8 years sbarati jsc-layout-tests.yaml/js/script-tests/regress-141098.js failing on …
(edit) @199134   8 years jonlee Update master benchmark with SVG test …
(edit) @199133   8 years simon.fraser Fix Windows build by converting clampToInteger() into a template that …
(edit) @199132   8 years fpizlo 32-bit JSC stress/multi-put-by-offset-multiple-transitions.js failing …
(edit) @199131   8 years mcatanzaro [GTK] Belatedly rebaseline several test expectations after r196244
(edit) @199130   8 years simon.fraser Page tiles are missing when graphics acceleration is unavailable …
(edit) @199129   8 years fpizlo JSC test stress/arrowfunction-lexical-bind-superproperty.js failing …
(edit) @199128   8 years keith_miller [ES6] Add support for Symbol.isConcatSpreadable. …
(edit) @199127   8 years commit-queue Unreviewed, rolling out r199070. …
(edit) @199126   8 years eric.carlson [iOS Simulator WK1] Crash in MediaPlayer::setPrivateBrowsingMode() …
(edit) @199125   8 years ggaren Unreviewed, rolling in r199016. …
(edit) @199124   8 years rniwa Add the executable bit on tools/sync-buildbot.js as supposed to be …
(edit) @199123   8 years rniwa New buildbot syncing scripts that supports multiple builders and …
(edit) @199122   8 years mark.lam Update es6.yaml to expect …
(edit) @199121   8 years matthew_hanson Merge r199116. rdar://problem/25468815
(edit) @199120   8 years beidson Modern IDB: Make sure SQLite backing store records have a INTEGER …
(edit) @199119   8 years simon.fraser Avoid using an unengaged Optional<FloatRect> when positioning the …
(edit) @199118   8 years achristensen Compile WebKitTestRunner with CMake on Mac …
(edit) @199117   8 years weinig Fix windows build. * DerivedSources.cpp: * css/CSSAllInOne.cpp:
(edit) @199116   8 years jer.noble CRASH in AudioDestinationNode::render() …
(edit) @199115   8 years ggaren bmalloc: handle aligned allocations on the fast path …
(edit) @199114   8 years peavo [WinCairo][MediaFoundation] Videos are always autoplaying. …
(edit) @199113   8 years zalan Add ASSERT_WITH_SECURITY_IMPLICATION when a float box is referenced by …
(edit) @199112   8 years weinig window.CSS should be a constructor with static functions …
(edit) @199111   8 years simon.fraser Rename exposedRect to viewExposedRect and propagate it as Optional<> …
(edit) @199110   8 years jdiggs REGRESSION(r195463): [GTK] accessibility/roles-computedRoleString.html …
(edit) @199109   8 years achristensen Fix CMake DumpRenderTree …
(edit) @199108   8 years commit-queue Unreviewed, rolling out r199104. …
(edit) @199107   8 years simon.fraser Implement operator== and operator!= for Optional<> …
(edit) @199106   8 years keith_miller RegExp constructor should use Symbol.match and other properties …
(edit) @199105   8 years jer.noble CRASH in -[WebCoreNSURLSession taskCompleted:] …
(edit) @199104   8 years keith_miller We should support the ability to do a non-effectful getById …
(edit) @199103   8 years cdumez [IDL] Extend support for [EnabledAtRuntime] attributes / operations to …
(edit) @199102   8 years beidson Update IndexedDB feature status to the much more correct "In …
(edit) @199101   8 years zalan ASSERTION FAILED: !floatingObject->originatingLine() in …
(edit) @199100   8 years mcatanzaro [GTK] [l10n] Updated Italian translation of WebKitGTK+ …
(edit) @199099   8 years antti REGRESSION(r196629): Messages text size only changes for sending text, …
(edit) @199098   8 years rego [css-grid] Fix positioned children in RTL …
(edit) @199097   8 years antti ComposedTreeIterator may crash when first child of shadow root is a …
(edit) @199096   8 years cdumez Add support for [EnabledAtRuntime] operations on DOMWindow …
(edit) @199095   8 years commit-queue Web Inspector: Do not create CodeMirror color/gradient markers in …
(edit) @199094   8 years achristensen Make CMake-generated binaries on Mac able to run …
(edit) @199093   8 years fpizlo Improve some other cases of context-sensitive inlining …
(edit) @199092   8 years sbarati JSC SamplingProfiler: Use a thread + sleep loop instead of …
(edit) @199091   8 years bburg Web Automation: add support for getting, deleting, and adding cookies …
(edit) @199090   8 years commit-queue Fix Range requests when not using the NetworkCache with NetworkSession …
(edit) @199089   8 years commit-queue Fixed CSS Shapes entry on the WebKit Feature Status page. …
(edit) @199088   8 years bfulgham Correct applicationWillTerminate logic for ResourceLoadStatistics …
(edit) @199087   8 years cdumez MessageEvent.source window is incorrect once window has been reified …
(edit) @199086   8 years mmaxfield Test listbox clipping to contents rect …
Note: See TracRevisionLog for help on using the revision log.