2014-01-26 |
weinig@apple.com | Remove some iOS #ifdefs by adding SQLiteDatabaseTracker... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
andersca@apple.com | Remove an unused FrameLoaderClient function |
commit | commitdiff | tree | snapshot |
2014-01-25 |
darin@apple.com | Try to fix Mac build. |
commit | commitdiff | tree | snapshot |
2014-01-25 |
darin@apple.com | Call deprecatedCharacters instead of characters at... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
darin@apple.com | Add a new separate LChar.h header file, to be used... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
darin@apple.com | Get rid of ICU_UNICODE and WCHAR_UNICODE remnants |
commit | commitdiff | tree | snapshot |
2014-01-25 |
darin@apple.com | [Mac] Rewrite locale-specific date formatting code... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
darin@apple.com | Get rid of UnicodeRange.h/cpp, using ICU instead |
commit | commitdiff | tree | snapshot |
2014-01-25 |
timothy_horton... | Remove an unnecessary platform #if in BitmapImage(CG... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
timothy_horton... | [cg] Look in the PNG dictionary for image duration... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
andersca@apple.com | Remove atomicIncrement/atomicDecrement |
commit | commitdiff | tree | snapshot |
2014-01-25 |
alex.christensen... | Source/WebCore: Unreviewed build fix for WinCairo. |
commit | commitdiff | tree | snapshot |
2014-01-25 |
andersca@apple.com | Build fix. |
commit | commitdiff | tree | snapshot |
2014-01-25 |
andersca@apple.com | Modernize HashTable threading code |
commit | commitdiff | tree | snapshot |
2014-01-25 |
zandobersek... | Move CSSGroupingRule, CSSStyleSheet, ElementRuleCollect... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
zandobersek... | Move MediaQueryMatcher, SelectorFilter to std::unique_ptr |
commit | commitdiff | tree | snapshot |
2014-01-25 |
zandobersek... | Move PropertySetCSSStyleDeclaration, WebKitCSSKeyframes... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
zandobersek... | Move StyleProperties, StyleResolver to std::unique_ptr |
commit | commitdiff | tree | snapshot |
2014-01-25 |
zandobersek... | Move CSSFontFace, CSSFontSelector to std::unique_ptr |
commit | commitdiff | tree | snapshot |
2014-01-25 |
zandobersek... | [GTK] Remove null check for WebPopupMenuProxy::Client... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
joepeck@webkit.org | Web Inspector: Move InspectorRuntimeAgent into JavaScri... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
commit-queue... | [GTK] Add parameters from 'DOM Object Model Core' spec... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
darin@apple.com | Restore alphabetical order in Compiler.h |
commit | commitdiff | tree | snapshot |
2014-01-25 |
andersca@apple.com | Get rid of BackForwardController::isActive() |
commit | commitdiff | tree | snapshot |
2014-01-25 |
antti@apple.com | REGRESSION(r162744): wsj.com paints white |
commit | commitdiff | tree | snapshot |
2014-01-25 |
ryuan.choi... | [EFL][WK1] Fix broken rendering while navigating histor... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
mitz@apple.com | Reverted r162760. It broke more things. |
commit | commitdiff | tree | snapshot |
2014-01-25 |
mitz@apple.com | Try to fix some 32-bit builds. |
commit | commitdiff | tree | snapshot |
2014-01-25 |
jinwoo7.song... | [EFL] Replace usage of DEFINE_STATIC_LOCAL with NeverDe... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
timothy_horton... | WebKit2 View Gestures (Smart Zoom): Can't double-tap... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
joepeck@webkit.org | Move JavaScriptCallFrame and ScriptDebugServer into... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
jinwoo7.song... | Fix EFL WebKit2 build. |
commit | commitdiff | tree | snapshot |
2014-01-25 |
bfulgham@apple.com | Improve latching behavior for wheel events |
commit | commitdiff | tree | snapshot |
2014-01-25 |
andersca@apple.com | Fix GTK+ WebKit2 build. |
commit | commitdiff | tree | snapshot |
2014-01-25 |
commit-queue... | ASSERT(time.isFinite()) in SVGSMILElement::createInstan... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
mark.lam@apple.com | DebuggerCallFrame::evaluateWithCallFrame() should not... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
andersca@apple.com | GTK+ build fix. |
commit | commitdiff | tree | snapshot |
2014-01-25 |
andersca@apple.com | Another attempted build fix. |
commit | commitdiff | tree | snapshot |
2014-01-25 |
zalan@apple.com | Unreviewed Apple Windows port gardering. |
commit | commitdiff | tree | snapshot |
2014-01-25 |
simon.fraser... | Start using the RemoteScrollingCoordinatorProxy on iOS |
commit | commitdiff | tree | snapshot |
2014-01-25 |
simon.fraser... | Add typesafe casts for ScrollingTreeNode classes |
commit | commitdiff | tree | snapshot |
2014-01-25 |
andersca@apple.com | Try to fix the GTK+ build. |
commit | commitdiff | tree | snapshot |
2014-01-25 |
andersca@apple.com | Remove back/forward list related functions from Page |
commit | commitdiff | tree | snapshot |
2014-01-25 |
antti@apple.com | Update style asynchronously after style sheet load |
commit | commitdiff | tree | snapshot |
2014-01-25 |
jinwoo7.song... | Unreviewed build fix attemp on the EFL after r162728. |
commit | commitdiff | tree | snapshot |
2014-01-25 |
zalan@apple.com | Subpixel layout: Default style of input type=checkbox... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
oliver@apple.com | Put functions need to take a base object and a this... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
oliver@apple.com | Generic JSObject::put should handle static properties... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
commit-queue... | Unreviewed, rolling out r162713. |
commit | commitdiff | tree | snapshot |
2014-01-25 |
zalan@apple.com | Replace LayoutUnit() calls to a more descriptive Layout... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
simon.fraser... | Prepare scrolling tree to handle > 1 scrolling node |
commit | commitdiff | tree | snapshot |
2014-01-24 |
mark.lam@apple.com | ASSERT(!m_markedSpace.m_currentDelayedReleaseScope... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
eric.carlson... | Unreviewed. Add Philip Jägenstedt to watch and contribu... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
zalan@apple.com | Subpixel rendering: Make PaintInfo layout unit aware. |
commit | commitdiff | tree | snapshot |
2014-01-24 |
simon.fraser... | https://bugs.webkit.org/show_bug.cgi?id=127583 |
commit | commitdiff | tree | snapshot |
2014-01-24 |
simon.fraser... | Push a custom fixed position rect down to the WebProces... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
dfarler@apple.com | Make WebKitTestRunner work with iOS |
commit | commitdiff | tree | snapshot |
2014-01-24 |
andersca@apple.com | Get rid of WebLoaderClient |
commit | commitdiff | tree | snapshot |
2014-01-24 |
beidson@apple.com | IDB: Support createIndex/deleteIndex |
commit | commitdiff | tree | snapshot |
2014-01-24 |
hyatt@apple.com | [New Multicolumn] Don't destroy all the renderers when... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
andersca@apple.com | Fix 32-bit build. |
commit | commitdiff | tree | snapshot |
2014-01-24 |
vjaquez@igalia.com | [GTK] youtube HTML5 videos in fullscreen, after <Esc... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
bfulgham@apple.com | [Win] Convert some NMake files to MSBuild project files |
commit | commitdiff | tree | snapshot |
2014-01-24 |
mark.lam@apple.com | Fixed a bad assertion in CodeBlock::removeBreakpoint(). |
commit | commitdiff | tree | snapshot |
2014-01-24 |
timothy_horton... | iOS build fix after r162710. |
commit | commitdiff | tree | snapshot |
2014-01-24 |
joepeck@webkit.org | fast/profiler tests ASSERTing after moving recompileAll... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
andersca@apple.com | Use a side table to map WebPageProxy objects to WKBrows... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
mark.lam@apple.com | Generic JSObject::put should handle static properties... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
andersca@apple.com | Get rid of monotonicallyIncreasingTimeMS and start... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
timothy_horton... | iOS build fix after r162710. |
commit | commitdiff | tree | snapshot |
2014-01-24 |
commit-queue... | [GTK] Put cache files in XDG_CACHE_HOME |
commit | commitdiff | tree | snapshot |
2014-01-24 |
oliver@apple.com | Generic JSObject::put should handle static properties... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
hyatt@apple.com | [New Multicolumn] Eliminate RenderMultiColumnBlock |
commit | commitdiff | tree | snapshot |
2014-01-24 |
mark.lam@apple.com | Removing the need for Debugger* and m_shouldPause op_de... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
timothy_horton... | WebKit2 View Gestures (Swipe): Add a simple cache of... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
beidson@apple.com | IDB: support createIndex/deleteIndex messaging |
commit | commitdiff | tree | snapshot |
2014-01-24 |
andersca@apple.com | The CXX_EXPLICIT_CONVERSIONS COMPILER_SUPPORTS macro... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
andersca@apple.com | Simplify Compiler.h |
commit | commitdiff | tree | snapshot |
2014-01-24 |
dbates@webkit.org | Fix the Windows build after <trac.webkit.org/changeset... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
dbates@webkit.org | Bindings generation tests hit an error trying to includ... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
hyatt@apple.com | [New Multicolumn] Table cells and list items need to... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
msaboff@apple.com | ARM Offline assembler temporary register allocator... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
commit-queue... | [EFL] Add expectations for two flaky media layout tests |
commit | commitdiff | tree | snapshot |
2014-01-24 |
ossy@webkit.org | [EFL][WK2] Debug buildfix |
commit | commitdiff | tree | snapshot |
2014-01-24 |
m.pakula@samsung.com | Unreviewed EFL gardening |
commit | commitdiff | tree | snapshot |
2014-01-24 |
zandobersek... | Unreviewed GTK build fix after r162663. |
commit | commitdiff | tree | snapshot |
2014-01-24 |
zandobersek... | Move HistoryItem to std::unique_ptr |
commit | commitdiff | tree | snapshot |
2014-01-24 |
jinwoo7.song... | Unreviewed EFL gardening. Remove failure expectations... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
commit-queue... | Region based multicol: unresolvable percent height... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
rniwa@webkit.org | Upstream changes to json-shared.php from the perf dashboard |
commit | commitdiff | tree | snapshot |
2014-01-24 |
joepeck@webkit.org | Move ContentSearchUtils, ScriptBreakpoint, and ScriptDe... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
joepeck@webkit.org | Move RegularExpression into JavaScriptCore for inspector |
commit | commitdiff | tree | snapshot |
2014-01-24 |
beidson@apple.com | Source/WebCore: IDB: Support IDBObjectStore.clear() |
commit | commitdiff | tree | snapshot |
2014-01-24 |
andersca@apple.com | Fix crash when opening the inspector |
commit | commitdiff | tree | snapshot |
2014-01-24 |
ryuan.choi... | Unreviewed build fix attemp on the EFL and GTK build... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
mitz@apple.com | <rdar://problem/15875326> REGRESSION (r162257): Asserti... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
jer.noble@apple.com | [iOS] Protect against possbile deadlock by delaying... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
jer.noble@apple.com | [MSE][Mac] Crash when reloading a page during playback |
commit | commitdiff | tree | snapshot |
2014-01-24 |
commit-queue... | Support NSInteger argument type for encoding/decoding... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
changseok.oh... | Dragging from inner side of video to outside causes... |
commit | commitdiff | tree | snapshot |
next |