git://git.webkit.org
/
WebKit-https.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Mark code coverage scripts as executable.
[WebKit-https.git]
/
WebKitQt
/
2007-07-06
staikos
Patch from Adam Treat to convert QWebFrame to a QFrame...
tree
|
commitdiff
2007-07-05
aroben
Move tooltip logic down into WebCore so that it can...
tree
|
commitdiff
2007-07-05
aroben
Add Chrome::mouseDidMoveOverElement
tree
|
commitdiff
2007-06-28
hausmann
Propagate mouse double click events from Qt to WebCore.
tree
|
commitdiff
2007-06-28
hausmann
Implemented clipboard functions in QWebPage, in particu...
tree
|
commitdiff
2007-06-28
staikos
Missed this file as part of #23832
tree
|
commitdiff
2007-06-27
staikos
Fix compilation with various Qt configurations
tree
|
commitdiff
2007-06-27
staikos
Patch from Eli Fidler to compile when QT_NO_IMAGE_TEXT...
tree
|
commitdiff
2007-06-27
staikos
Patch from Eli Fidler to remove QT3_SUPPORT dependency...
tree
|
commitdiff
2007-06-25
staikos
Some work on adding HTTP proxy and SSL errors to WebKit...
tree
|
commitdiff
2007-06-22
staikos
Patch from Adam Treat to implement default icons /...
tree
|
commitdiff
2007-06-21
staikos
Patch from Adam Treat to add ICO support to the Qt...
tree
|
commitdiff
2007-06-21
staikos
Repair the Qt build
tree
|
commitdiff
2007-06-21
aroben
WebCore:
tree
|
commitdiff
2007-06-19
staikos
Add https support
tree
|
commitdiff
2007-06-15
staikos
Add evaluateJavaScript() method
tree
|
commitdiff
2007-06-15
staikos
Add quite a bit of keyboard handling in editing and...
tree
|
commitdiff
2007-06-14
staikos
Implement the javascript dialogs and file chooser dialo...
tree
|
commitdiff
2007-06-14
hausmann
Removed QWebHistoryItem::parent() as it is not implemen...
tree
|
commitdiff
2007-06-14
hausmann
Make it possible to copy QWebHistoryItem objects.
tree
|
commitdiff
2007-06-14
lars
Fix a crash when a request from the plugin...
tree
|
commitdiff
2007-06-14
lars
Work around a bug in Qt's QHttp implementation and
tree
|
commitdiff
2007-06-13
hausmann
Added a make install target that installs the Qt port...
tree
|
commitdiff
2007-06-13
hausmann
Added httpHeaderField setter/getter to QWebNetworkReque...
tree
|
commitdiff
2007-06-13
hausmann
Changed QWebObjectPluginConnector::requestUrl to take...
tree
|
commitdiff
2007-06-13
hausmann
Added a QWebNetworkRequest convenience constructor.
tree
|
commitdiff
2007-06-13
hausmann
Changed the QWebPage::open(const QUrl &url, const QHttp...
tree
|
commitdiff
2007-06-13
hausmann
In QWebPage::open(const QUrl &, const QHttpRequestHeade...
tree
|
commitdiff
2007-06-13
hausmann
Minor QWebNetworkRequet API fixlet
tree
|
commitdiff
2007-06-13
hausmann
Use QWebNetworkRequest for QWebPage::navigationRequested.
tree
|
commitdiff
2007-06-13
hausmann
Some docs for QWebNetworkRequest
tree
|
commitdiff
2007-06-13
hausmann
Moved QWebNetworkJob::Method enum into QWebNetworkRequest.
tree
|
commitdiff
2007-06-13
hausmann
Rename QWebNetworkJob::request() into QWebNetworkJob...
tree
|
commitdiff
2007-06-13
hausmann
Introduce QWebNetworkRequest in the public API.
tree
|
commitdiff
2007-06-13
hausmann
Changed QWebNetworkJobPrivate to aggregate a QWebNetwor...
tree
|
commitdiff
2007-06-13
hausmann
Rename QWebNetworkRequest::request into QWebNetworkRequ...
tree
|
commitdiff
2007-06-13
staikos
Fix from Lars to remove duplicate symbols.
tree
|
commitdiff
2007-06-13
lars
Fix compilation, and remove dependency on Qt
tree
|
commitdiff
2007-06-13
lars
Parts of the patch done by Zack.
tree
|
commitdiff
2007-06-11
hausmann
Added a QWebPage::open overload to allow specifying...
tree
|
commitdiff
2007-06-11
hausmann
Added the possibility to intercept url requests through...
tree
|
commitdiff
2007-06-11
hausmann
Added a QWebNetworkRequest::init overload that takes...
tree
|
commitdiff
2007-06-11
hausmann
Moved the postData setup into QWebNetworkRequest::init.
tree
|
commitdiff
2007-06-11
hausmann
Moved HTTP header field propagation to QWebNetworkReque...
tree
|
commitdiff
2007-06-11
hausmann
Started moving the code to separate a WebCore::Resource...
tree
|
commitdiff
2007-06-11
zack
Forgot to export the plugin exporter. Fixing it.
tree
|
commitdiff
2007-06-08
lars
Reviewed by Zack.
tree
|
commitdiff
2007-06-06
lars
Reviewed by Zack
tree
|
commitdiff
2007-05-28
zack
Implementing public settings Api for the Qt port.
tree
|
commitdiff
2007-05-28
kevino
WebCore:
tree
|
commitdiff
2007-05-25
staikos
The http loader should only ask for http cookies. ...
tree
|
commitdiff
2007-05-24
hausmann
Fix multipart HTTP POSTs in the Qt port
tree
|
commitdiff
2007-05-24
hausmann
Share WebCoreHttp and therefore HTTP connections among...
tree
|
commitdiff
2007-05-23
hausmann
Added support for per-QWebPage network interface handle...
tree
|
commitdiff
2007-05-23
lars
Reviewed by Zack
tree
|
commitdiff
2007-05-23
lars
Fix Host: line in HTTP headers and resolving of relativ...
tree
|
commitdiff
2007-05-23
hausmann
Fix signal/slot connection for load progress.
tree
|
commitdiff
2007-05-22
staikos
back this out for zack
tree
|
commitdiff
2007-05-22
hausmann
Fix http headers for POST.
tree
|
commitdiff
2007-05-21
lars
Reviewed by Simon
tree
|
commitdiff
2007-05-21
hausmann
Export the new qt network API.
tree
|
commitdiff
2007-05-21
lars
Reviewed by Zack.
tree
|
commitdiff
2007-05-18
hausmann
Changed the QWebPage::loadProgressChange API to have...
tree
|
commitdiff
2007-05-18
zack
Keyboard event crash fix by Marius Bugge Monsen.
tree
|
commitdiff
2007-05-18
staikos
- patch from Adam Treat to implement frameLoadCompleted()
tree
|
commitdiff
2007-05-18
staikos
Implement forceLayoutForNonHTML
tree
|
commitdiff
2007-05-18
staikos
Implement canShowMIMEType
tree
|
commitdiff
2007-05-16
lars
Reviewed by Zack
tree
|
commitdiff
2007-05-14
lars
Reviewed by Zack
tree
|
commitdiff
2007-05-12
mjs
Reviewed by Rob Buis.
tree
|
commitdiff
2007-05-08
sfalken
2007-05-08 Steve Falkenburg <sfalken@apple.com>
tree
|
commitdiff
2007-05-04
sfalken
2007-05-03 Steve Falkenburg <sfalken@apple.com>
tree
|
commitdiff
2007-04-29
oliver
2007-04-29 Oliver Hunt <oliver@apple.com>
tree
|
commitdiff
2007-04-27
bdash
2007-04-27 Holger Freyther <freyther@kde.org>
tree
|
commitdiff
2007-04-25
sfalken
2007-04-25 Steve Falkenburg <sfalken@apple.com>
tree
|
commitdiff
2007-04-25
sfalken
2007-04-24 Steve Falkenburg <sfalken@apple.com>
tree
|
commitdiff
2007-04-12
bdash
2007-04-11 MorganL <morganl.webkit@yahoo.com>
tree
|
commitdiff
2007-04-11
bdash
2007-04-12 Mark Rowe <mrowe@apple.com>
tree
|
commitdiff
2007-03-27
zack
Fix the rendering crashes due to triggered
tree
|
commitdiff
2007-03-16
lars
Fix the Qt build once again.
tree
|
commitdiff
2007-03-13
lars
Reviewed by George.
tree
|
commitdiff
2007-03-13
lars
Fix 99% of the crashes in the loader I've been seeing...
tree
|
commitdiff
2007-03-12
oliver
2007-03-11 Oliver Hunt <oliver@apple.com>
tree
|
commitdiff
2007-03-07
adele
WebCore:
tree
|
commitdiff
2007-03-07
darin
* WebCoreSupport/FrameLoaderClientQt.h: Oops...
tree
|
commitdiff
2007-03-07
darin
* WebCoreSupport/FrameLoaderClientQt.cpp: ...
tree
|
commitdiff
2007-03-02
weinig
WebCore:
tree
|
commitdiff
2007-02-27
mjs
WebCore:
tree
|
commitdiff
2007-02-24
zack
Adjust the animation a little bit to make it more natural.
tree
|
commitdiff
2007-02-23
zack
Adding a little bit of eye-candy to the last
tree
|
commitdiff
2007-02-23
zack
Adding API and code for notification of when the
tree
|
commitdiff
2007-02-22
zack
Fixing the default scroll offset, cleaning
tree
|
commitdiff
2007-02-22
zack
Properly implement canvas/scrollview's. Get
tree
|
commitdiff
2007-02-22
staikos
Add missing files from last commit
tree
|
commitdiff
2007-02-21
staikos
Add undo/redo support and more editing commands.
tree
|
commitdiff
2007-02-21
zack
fixing compilation with Qt
tree
|
commitdiff
2007-02-21
staikos
Fix compile
tree
|
commitdiff
2007-02-20
zack
Make editing of forms work plus make sure that non...
tree
|
commitdiff
2007-02-19
mjs
WebCore:
tree
|
commitdiff
2007-02-18
oliver
2007-02-18 Oliver Hunt <oliver@apple.com>
tree
|
commitdiff
next