git://git.webkit.org
/
WebKit-https.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[SOUP] The initiating page is lost after a redirection
[WebKit-https.git]
/
Source
/
WebCore
/
ChangeLog
2013-12-31
carlosgc@webkit.org
[SOUP] The initiating page is lost after a redirection
blob
|
commitdiff
2013-12-31
carlosgc@webkit.org
[SOUP] Implement ResourceHandle::continueWillSendRequest()
blob
|
commitdiff
|
diff to current
2013-12-31
carlosgc@webkit.org
[SOUP] willSendRequest doesn't work after a redirect
blob
|
commitdiff
|
diff to current
2013-12-31
akling@apple.com
InputType should return input renderers wrapped in...
blob
|
commitdiff
|
diff to current
2013-12-31
gyuyoung.kim@samsu...
Cleanup static_cast<HTMLFormElement*> by using toHTMLFo...
blob
|
commitdiff
|
diff to current
2013-12-31
andersca@apple.com
Replace yield() and pauseBriefly() with std::this_threa...
blob
|
commitdiff
|
diff to current
2013-12-30
akling@apple.com
Rename createRenderObject() to createRenderer().
blob
|
commitdiff
|
diff to current
2013-12-30
akling@apple.com
Document should store its RenderView in a RenderPtr.
blob
|
commitdiff
|
diff to current
2013-12-30
mrobinson@webkit.org
[CMake] [GTK] Add support for GObject introspection
blob
|
commitdiff
|
diff to current
2013-12-30
akling@apple.com
Text::createTextRenderer() should return a RenderPtr.
blob
|
commitdiff
|
diff to current
2013-12-30
antti@apple.com
Remove attachChild
blob
|
commitdiff
|
diff to current
2013-12-30
akling@apple.com
RenderLayer: Store corner and resizer renderers in...
blob
|
commitdiff
|
diff to current
2013-12-30
antti@apple.com
XML document builder should create render tree asynchro...
blob
|
commitdiff
|
diff to current
2013-12-30
joone.hur@intel.com
Reverted r156742. The same fix was reverted from Blink...
blob
|
commitdiff
|
diff to current
2013-12-30
changseok.oh@colla...
Remove unused functions in GraphicsContext3D.cpp
blob
|
commitdiff
|
diff to current
2013-12-30
gyuyoung.kim@samsu...
Fix build error on 64bit debug build.
blob
|
commitdiff
|
diff to current
2013-12-30
antti@apple.com
Remove some accidental commented out code.
blob
|
commitdiff
|
diff to current
2013-12-29
antti@apple.com
Fix build.
blob
|
commitdiff
|
diff to current
2013-12-29
antti@apple.com
Source/WebCore: Remove Node::attached()
blob
|
commitdiff
|
diff to current
2013-12-29
akling@apple.com
RenderLayer: Store reflection renderer in a RenderPtr.
blob
|
commitdiff
|
diff to current
2013-12-29
akling@apple.com
Add an owning smart pointer for RenderObjects and start...
blob
|
commitdiff
|
diff to current
2013-12-28
benjamin@webkit.org
Add a missing include path for GTK
blob
|
commitdiff
|
diff to current
2013-12-28
carlosgc@webkit.org
Unreviewed. Update GObject DOM symbols file after r160733.
blob
|
commitdiff
|
diff to current
2013-12-28
carlosgc@webkit.org
[GTK] Downloads are broken with the network process...
blob
|
commitdiff
|
diff to current
2013-12-27
dbates@webkit.org
Another attempt to fix the Windows build after <trac...
blob
|
commitdiff
|
diff to current
2013-12-27
dbates@webkit.org
Attempt to fix the Windows build after <trac.webkit...
blob
|
commitdiff
|
diff to current
2013-12-27
dbates@webkit.org
[iOS] Upstream WebCore/page changes
blob
|
commitdiff
|
diff to current
2013-12-27
barraclough@apple.com
Merge PageVisibilityState & ViewState::IsVisible in...
blob
|
commitdiff
|
diff to current
2013-12-27
joepeck@webkit.org
Unreviewed Windows build fix for r160946.
blob
|
commitdiff
|
diff to current
2013-12-27
commit-queue@webki...
Unreviewed, rolling out r161096.
blob
|
commitdiff
|
diff to current
2013-12-27
weinig@apple.com
Convert some of WebCore/dom over to range-for loops
blob
|
commitdiff
|
diff to current
2013-12-26
thiago.lacerda@ope...
[Nix] Cleanup Source/WebCore/PlatformNix.cmake
blob
|
commitdiff
|
diff to current
2013-12-26
joepeck@webkit.org
Unreviewed attempt at Windows build fix.
blob
|
commitdiff
|
diff to current
2013-12-26
akling@apple.com
Make Text::createTextRenderer() take a const RenderStyle&.
blob
|
commitdiff
|
diff to current
2013-12-26
akling@apple.com
Move more inlines from RenderObject to RenderElement.
blob
|
commitdiff
|
diff to current
2013-12-26
changseok.oh@colla...
Unreviewed build fix after r159526.
blob
|
commitdiff
|
diff to current
2013-12-26
gyuyoung.kim@samsu...
Set m_pos as private in InlineIterator, and use getter...
blob
|
commitdiff
|
diff to current
2013-12-26
commit-queue@webki...
[EFL] Delete file.edc and file_*.png.
blob
|
commitdiff
|
diff to current
2013-12-26
thiago.lacerda@ope...
[Nix] Adding createDragImageIconForCachedImageFilename...
blob
|
commitdiff
|
diff to current
2013-12-26
thiago.lacerda@ope...
[Nix] Fixing DragData::asFragment signature in DragData...
blob
|
commitdiff
|
diff to current
2013-12-26
commit-queue@webki...
Unreviewed, rolling out r161033 and r161074.
blob
|
commitdiff
|
diff to current
2013-12-26
beidson@apple.com
DatabaseProcess: Implement version changing
blob
|
commitdiff
|
diff to current
2013-12-25
mrobinson@webkit.org
[GTK] [CMake] Clean up generated sources directories
blob
|
commitdiff
|
diff to current
2013-12-25
krit@webkit.org
Support <box> values parsing on 'clip-path' property
blob
|
commitdiff
|
diff to current
2013-12-25
ddkilzer@apple.com
[iOS] Upstream WebCore/pdf changes
blob
|
commitdiff
|
diff to current
2013-12-24
commit-queue@webki...
Unreviewed, rolling out r160959.
blob
|
commitdiff
|
diff to current
2013-12-24
rniwa@webkit.org
Unreviewed, rolling out r161051.
blob
|
commitdiff
|
diff to current
2013-12-24
mihnea@adobe.com
[CSSRegions] Crash while repainting an invalid region
blob
|
commitdiff
|
diff to current
2013-12-24
rniwa@webkit.org
XMLHttpRequest: status and statusText throw DOM Excepti...
blob
|
commitdiff
|
diff to current
2013-12-24
rniwa@webkit.org
Crash in ReplaceSelectionCommand
blob
|
commitdiff
|
diff to current
2013-12-24
benjamin@webkit.org
Add the pseudo classes link and any-link to the Selecto...
blob
|
commitdiff
|
diff to current
2013-12-24
benjamin@webkit.org
Add the experimental CSS code generator files to the...
blob
|
commitdiff
|
diff to current
2013-12-24
benjamin@webkit.org
Add the pseudo class :focus to the Selector Code Generator
blob
|
commitdiff
|
diff to current
2013-12-24
rniwa@webkit.org
Remove boolean argument from Element::setChildrenAffect...
blob
|
commitdiff
|
diff to current
2013-12-24
timothy_horton@app...
Fix the iOS build after r161013 and r160672.
blob
|
commitdiff
|
diff to current
2013-12-24
oliver@apple.com
Refactor PutPropertySlot to be aware of custom properties
blob
|
commitdiff
|
diff to current
2013-12-23
benjamin@webkit.org
Add class matching to the Selector Code Generator
blob
|
commitdiff
|
diff to current
2013-12-23
dbates@webkit.org
[iOS] Upstream WebCore/storage changes
blob
|
commitdiff
|
diff to current
2013-12-23
dbates@webkit.org
Fix the iOS build following <trac.webkit.org/changeset...
blob
|
commitdiff
|
diff to current
2013-12-23
rniwa@webkit.org
Minor optimization in FrameSelection::setNonDirectional...
blob
|
commitdiff
|
diff to current
2013-12-23
rniwa@webkit.org
Use isDocumentFragment() instead of comparing nodeType...
blob
|
commitdiff
|
diff to current
2013-12-23
ryumiel@company100.net
Clear ScratchBuffer::m_lastLayerSize when clearing...
blob
|
commitdiff
|
diff to current
2013-12-23
benjamin@webkit.org
Add id matching to the Selector Code Generator
blob
|
commitdiff
|
diff to current
2013-12-23
oliver@apple.com
Update custom setter implementations to perform type...
blob
|
commitdiff
|
diff to current
2013-12-23
lforschler@apple.com
Source/JavaScriptCore: <rdar://problem/15682948> Update...
blob
|
commitdiff
|
diff to current
2013-12-23
commit-queue@webki...
Unreviewed, rolling out r160945.
blob
|
commitdiff
|
diff to current
2013-12-23
eric.carlson@apple.com
AudioSessionManager should be MediaSessionManager
blob
|
commitdiff
|
diff to current
2013-12-23
zandobersek@gmail.com
webkit gtk 2.2.3 stable tarball compilation error
blob
|
commitdiff
|
diff to current
2013-12-23
commit-queue@webki...
[GStreamer] video/audio seeking is not unified.
blob
|
commitdiff
|
diff to current
2013-12-23
changseok.oh@colla...
[GTK][WK2] WebGL is not working with GLES
blob
|
commitdiff
|
diff to current
2013-12-23
benjamin@webkit.org
Create a skeleton for CSS Selector code generation
blob
|
commitdiff
|
diff to current
2013-12-22
mihnea@adobe.com
[CSSRegions] Crash when trying to select content from...
blob
|
commitdiff
|
diff to current
2013-12-22
krit@webkit.org
Start refactoring Filter code to reuse CachedSVGDocumen...
blob
|
commitdiff
|
diff to current
2013-12-22
aestes@apple.com
[Mac] Soft-link WebContentAnalysis.framework
blob
|
commitdiff
|
diff to current
2013-12-21
antti@apple.com
Unreviewed, rolling out r160916.
blob
|
commitdiff
|
diff to current
2013-12-21
antti@apple.com
Figure out if node is focusable without requiring renderer
blob
|
commitdiff
|
diff to current
2013-12-21
carlosgc@webkit.org
[SOUP] ResourceHandleSoup should use async client callb...
blob
|
commitdiff
|
diff to current
2013-12-21
andersca@apple.com
Replace yield() and pauseBriefly() with std::this_threa...
blob
|
commitdiff
|
diff to current
2013-12-21
rniwa@webkit.org
Assert that RootInlineBox::setLineBreakInfo should...
blob
|
commitdiff
|
diff to current
2013-12-21
commit-queue@webki...
Web Inspector: Remove the references to Node in Injecte...
blob
|
commitdiff
|
diff to current
2013-12-21
mmaxfield@apple.com
Faster implementation of text-decoration-skip: ink
blob
|
commitdiff
|
diff to current
2013-12-21
joepeck@webkit.org
Web Inspector: Give the CommandLineAPIModule its own...
blob
|
commitdiff
|
diff to current
2013-12-21
mmaxfield@apple.com
Allow ImageBuffer to re-use IOSurfaces
blob
|
commitdiff
|
diff to current
2013-12-21
simon.fraser@apple.com
Change "threaded scrolling" terminology to "asynchronou...
blob
|
commitdiff
|
diff to current
2013-12-21
timothy_horton@app...
Revert r160327, r160273, and r160260.
blob
|
commitdiff
|
diff to current
2013-12-21
andersca@apple.com
PostAttachCallbackDisabler should take a Document
blob
|
commitdiff
|
diff to current
2013-12-20
andersca@apple.com
Move scheduleSetNeedsStyleRecalc to HTMLFrameOwnerElement
blob
|
commitdiff
|
diff to current
2013-12-20
aestes@apple.com
Remove an unneeded include of WebCoreSystemInterface.h.
blob
|
commitdiff
|
diff to current
2013-12-20
andersca@apple.com
Node post attach callbacks should use references
blob
|
commitdiff
|
diff to current
2013-12-20
joepeck@webkit.org
Web Inspector: Extract CommandLineAPI into its own...
blob
|
commitdiff
|
diff to current
2013-12-20
joepeck@webkit.org
Web Inspector: Extract CommandLineAPI into its own...
blob
|
commitdiff
|
diff to current
2013-12-20
timothy_horton@app...
WebKit2 View Gestures: Implement smartMagnifyWithEvent...
blob
|
commitdiff
|
diff to current
2013-12-20
antti@apple.com
http/tests/misc/object-image-error.html asserts
blob
|
commitdiff
|
diff to current
2013-12-20
antti@apple.com
Crashes in AccessibilityRenderObject::computeAccessibil...
blob
|
commitdiff
|
diff to current
2013-12-20
antti@apple.com
Fix asserting accesibility tests.
blob
|
commitdiff
|
diff to current
2013-12-20
zandobersek@gmail.com
Unreviewed GTK build fix after r160909.
blob
|
commitdiff
|
diff to current
2013-12-20
antti@apple.com
Create render tree lazily
blob
|
commitdiff
|
diff to current
2013-12-20
akling@apple.com
Devirtualize RenderElement::setStyle().
blob
|
commitdiff
|
diff to current
2013-12-20
stavila@adobe.com
[CSS Regions] When changing flow-from/flow-into on...
blob
|
commitdiff
|
diff to current
2013-12-20
mario.prada@samsun...
Programmatically-inserted children lack accessibility...
blob
|
commitdiff
|
diff to current
next