git://git.webkit.org
/
WebKit-https.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Reviewed by Sam Weinig.
[WebKit-https.git]
/
WebKit
/
2007-11-10
hausmann
When populating the context menu with sub-menus don...
tree
|
commitdiff
2007-11-10
hausmann
Added support for the Bold/Italic/Underline toggle...
tree
|
commitdiff
2007-11-10
hausmann
Before adding an action to the context menu call checkO...
tree
|
commitdiff
2007-11-10
hausmann
Mark the text direction actions as checkable actions.
tree
|
commitdiff
2007-11-10
honeycutt
2007-11-09 Jon Honeycutt <jhoneycutt@apple.com>
tree
|
commitdiff
2007-11-10
alp@webkit.org
2007-11-09 Xan Lopez <xan@gnome.org>
tree
|
commitdiff
2007-11-09
weinig
Rubber stamped by Oliver.
tree
|
commitdiff
2007-11-09
weinig
WebCore:
tree
|
commitdiff
2007-11-09
tristan
mac:
tree
|
commitdiff
2007-11-09
timothy@apple.com
Reviewed by John.
tree
|
commitdiff
2007-11-09
hausmann
Implemented the webcore actions for changing the text...
tree
|
commitdiff
2007-11-09
hausmann
Fix ContextMenu allocation in the Qt port.
tree
|
commitdiff
2007-11-09
hausmann
Renamed QWebPage::NumWebActions to QWebPage::WebActionC...
tree
|
commitdiff
2007-11-09
kmccullo
Reviewed by Adam.
tree
|
commitdiff
2007-11-09
kevino@webkit.org
Adding Bakefiles for JSCore, WebCore, and WebKit, and...
tree
|
commitdiff
2007-11-09
sfalken
Bump versions for submit
tree
|
commitdiff
2007-11-09
mrowe@apple.com
Versioning.
tree
|
commitdiff
2007-11-09
sfalken
Fix typo in ChangeLog.
tree
|
commitdiff
2007-11-09
sfalken
<rdar://problem/5491463> Wrong dates shown...
tree
|
commitdiff
2007-11-09
alp@webkit.org
2007-11-08 Alp Toker <alp@atoker.com>
tree
|
commitdiff
2007-11-08
kmccullo
WebCore:
tree
|
commitdiff
2007-11-08
kmccullo
WebCore:
tree
|
commitdiff
2007-11-08
darin@apple.com
WebCore:
tree
|
commitdiff
2007-11-08
hausmann
Build fix for Qt 4.3.
tree
|
commitdiff
2007-11-08
hausmann
Cleanup checking for the request method.
tree
|
commitdiff
2007-11-08
hausmann
Fix bug in the implementation of synchronous network...
tree
|
commitdiff
2007-11-08
sfalken
Added IWebDocumentText available via QI from...
tree
|
commitdiff
2007-11-07
aroben
Fix <rdar://5569268> Crash when opening any FTP site...
tree
|
commitdiff
2007-11-07
mrowe@apple.com
2007-11-07 Mark Rowe <mrowe@apple.com>
tree
|
commitdiff
2007-11-07
hausmann
Fix the Qt build.
tree
|
commitdiff
2007-11-07
hausmann
Make the setting of letting Javascript access the clipb...
tree
|
commitdiff
2007-11-07
hausmann
Changed QWebPageHistory::goToItem to take a value inste...
tree
|
commitdiff
2007-11-07
hausmann
Removed unimplemented QWebHistoryItem::children() function
tree
|
commitdiff
2007-11-07
hausmann
Changed the getter functions in QWebSettings to transpa...
tree
|
commitdiff
2007-11-07
hausmann
Added explicit functions for resetting the font sizes...
tree
|
commitdiff
2007-11-07
hausmann
Combined the font sizes accessors/setters under one...
tree
|
commitdiff
2007-11-07
hausmann
Renamed QWebPage::userAgentStringForUrl(url) to QWebPag...
tree
|
commitdiff
2007-11-07
hausmann
Renamed QWebPage::webActionTriggered to QWebPage::trigg...
tree
|
commitdiff
2007-11-07
hausmann
Changed the virtual QWebPage::setWindowGeometry to...
tree
|
commitdiff
2007-11-07
hausmann
Renamed QWebPage::webAction() to QWebPage::action()
tree
|
commitdiff
2007-11-07
hausmann
Removed a bunch of slots/functions that are now availab...
tree
|
commitdiff
2007-11-07
hausmann
Added some more comments to the API after another round...
tree
|
commitdiff
2007-11-07
hausmann
Moved QWebFrame::selectedText() to QWebPage::selectedTe...
tree
|
commitdiff
2007-11-07
hausmann
Implemented support for settings propagation.
tree
|
commitdiff
2007-11-07
hausmann
Reworked the QWebSettings API.
tree
|
commitdiff
2007-11-07
hausmann
Made the QWebSettings::webGraphic functions static...
tree
|
commitdiff
2007-11-07
hausmann
Moved the WebCore::Image specific function loadResource...
tree
|
commitdiff
2007-11-07
hausmann
Changed the icondatabase accessor to be a static functi...
tree
|
commitdiff
2007-11-07
hausmann
Changed the webAction() accessor to not be a slot but...
tree
|
commitdiff
2007-11-07
hausmann
Implemented createWindow() in QtLauncher.
tree
|
commitdiff
2007-11-07
hausmann
Implemented opening links in new windows
tree
|
commitdiff
2007-11-07
hausmann
Added and implemented the "OpenLink" action.
tree
|
commitdiff
2007-11-07
hausmann
Adjust the state of the reload action correctly.
tree
|
commitdiff
2007-11-07
hausmann
Initialize the undo/redo actions from QUndoStack. That...
tree
|
commitdiff
2007-11-07
hausmann
Added undo/redo toolbar buttons, moved the location...
tree
|
commitdiff
2007-11-07
hausmann
Update the editor actions when the selection changes.
tree
|
commitdiff
2007-11-07
hausmann
Added cut/copy/paste actions to the toolbar of QtLauncher
tree
|
commitdiff
2007-11-07
hausmann
Started working on keeping the state of the navigation...
tree
|
commitdiff
2007-11-07
hausmann
Use the navigational web actions in the toolbar
tree
|
commitdiff
2007-11-07
hausmann
Store a bunch of QActions in QWebPagePrivate, correspon...
tree
|
commitdiff
2007-11-07
hausmann
Moved the editing actions implemented in keyPressEvent...
tree
|
commitdiff
2007-11-07
hausmann
Introduced a central virtual void webActionTriggered...
tree
|
commitdiff
2007-11-07
hausmann
Restructure the context menu classes for the Qt port...
tree
|
commitdiff
2007-11-07
hausmann
Changed ContextMenu::setPlatformDescription for the...
tree
|
commitdiff
2007-11-07
hausmann
Changed to PlatformMouseEvent constructor to allow...
tree
|
commitdiff
2007-11-07
hausmann
Turned onLoadProgressChanged into a real private slot.
tree
|
commitdiff
2007-11-07
hausmann
Make QWebHistory an explicitly shared object, returned...
tree
|
commitdiff
2007-11-07
hausmann
comments on API changes that we'd like to do.
tree
|
commitdiff
2007-11-07
hausmann
Add a QWebPage::frameCreated() signal and fix DRT
tree
|
commitdiff
2007-11-07
hausmann
Remove QWebPage::createFrame()
tree
|
commitdiff
2007-11-07
hausmann
Moved all the event handlers from QWebFrame into QWebPage.
tree
|
commitdiff
2007-11-07
hausmann
Use correct UserAgent string.
tree
|
commitdiff
2007-11-07
hausmann
remove two notImplemented() warnings, as I believe...
tree
|
commitdiff
2007-11-07
mrowe@apple.com
Remove conflict marker.
tree
|
commitdiff
2007-11-07
aroben
Change WebLocalizableStrings to take UTF-8...
tree
|
commitdiff
2007-11-07
mrowe@apple.com
Move Mac files from WebKit into WebKit/mac.
tree
|
commitdiff
2007-11-07
mrowe@apple.com
2007-11-06 Rodney Dawes <dobey@wayofthemonkey.com>
tree
|
commitdiff
2007-11-06
darin@apple.com
Reviewed by Adam and Steve.
tree
|
commitdiff
2007-11-06
ap
Rubber-stamped by Adam Roben.
tree
|
commitdiff
2007-11-06
ap
Reviewed by Darin.
tree
|
commitdiff
2007-11-06
alp
2007-11-05 Christian Dywan <christian@twotoasts.de>
tree
|
commitdiff
2007-11-06
adachan
<rdar://problem/5579772> Regression: AltGr...
tree
|
commitdiff
2007-11-06
adachan
Build fix.
tree
|
commitdiff
2007-11-05
sullivan@apple.com
* WebView/WebView.mm:
tree
|
commitdiff
2007-11-05
sullivan@apple.com
* WebView/WebView.mm:
tree
|
commitdiff
2007-11-05
tristan
qt:
tree
|
commitdiff
2007-11-05
ggaren
JavaScriptCore:
tree
|
commitdiff
2007-11-05
aroben
Add IWebCache::disabled
tree
|
commitdiff
2007-11-05
aroben
Add IWebInspector and a way to get one from a WebView
tree
|
commitdiff
2007-11-05
aroben
Cache strings that come directly from WebLocal...
tree
|
commitdiff
2007-11-05
aroben
Only override the default user agent string...
tree
|
commitdiff
2007-11-05
mrowe@apple.com
2007-11-05 Mark Rowe <mrowe@apple.com>
tree
|
commitdiff
2007-11-05
mrowe@apple.com
2007-11-05 Mark Rowe <mrowe@apple.com>
tree
|
commitdiff
2007-11-03
alp
Reviewed by Mark Rowe.
tree
|
commitdiff
2007-11-03
ddkilzer
JavaScriptCore:
tree
|
commitdiff
2007-11-03
alp
Reviewed by Mark Rowe.
tree
|
commitdiff
2007-11-03
mrowe@apple.com
Versioning.
tree
|
commitdiff
2007-11-03
antti
WebCore:
tree
|
commitdiff
2007-11-02
darin@apple.com
WebCore:
tree
|
commitdiff
2007-11-02
mrowe@apple.com
2007-11-02 Mark Rowe <mrowe@apple.com>
tree
|
commitdiff
next