2016-06-20 |
akling@apple.com | When navigating, discard decoded image data that is... |
blob | commitdiff |
2016-06-17 |
akling@apple.com | [iOS] Throw away linked code when navigating to a new... |
blob | commitdiff | diff to current |
2016-06-16 |
akling@apple.com | REGRESSION(r196217): 3% JSBench regression on iPhone 5. |
blob | commitdiff | diff to current |
2016-06-14 |
rniwa@webkit.org | Crash inside firstPositionInNode in checkLoadCompleteFo... |
blob | commitdiff | diff to current |
2016-06-13 |
achristensen@apple.com | Add WebSocketProvider stub |
blob | commitdiff | diff to current |
2016-06-09 |
youenn.fablet@crf... | Introduce ResourceErrorBase::type |
blob | commitdiff | diff to current |
2016-06-07 |
bfulgham@apple.com | CSP: Content Security Policy directive, upgrade-insecur... |
blob | commitdiff | diff to current |
2016-06-07 |
commit-queue@webki... | Unreviewed, rolling out r201679. |
blob | commitdiff | diff to current |
2016-06-07 |
akling@apple.com | REGRESSION(r197595): 2% JSBench regression on iPhone 5. |
blob | commitdiff | diff to current |
2016-06-04 |
bfulgham@apple.com | CSP: Content Security Policy directive, upgrade-insecur... |
blob | commitdiff | diff to current |
2016-05-17 |
bfulgham@apple.com | heap use-after-free at WebCore::TimerBase::heapPopMin() |
blob | commitdiff | diff to current |
2016-04-23 |
cdumez@apple.com | Tie the DiagnosticLoggingClient's lifetime to the Page |
blob | commitdiff | diff to current |
2016-04-19 |
cdumez@apple.com | Mark more classes as WTF_MAKE_FAST_ALLOCATED |
blob | commitdiff | diff to current |
2016-04-15 |
dbates@webkit.org | CSP: Ignore paths in CSP matching after redirects |
blob | commitdiff | diff to current |
2016-04-07 |
bfulgham@apple.com | Wheel event callback removing the window causes crash... |
blob | commitdiff | diff to current |
2016-04-01 |
jiewen_tan@apple.com | WebKit should dispatchDidFailProvisionalLoad while... |
blob | commitdiff | diff to current |
2016-03-31 |
jiewen_tan@apple.com | WebKit should set Original URL of a download request... |
blob | commitdiff | diff to current |
2016-03-31 |
bfulgham@apple.com | [WK2] Support download attribute feature |
blob | commitdiff | diff to current |
2016-03-20 |
darin@apple.com | Disable Caches in Safari's Develop menu does not disabl... |
blob | commitdiff | diff to current |
2016-03-18 |
darin@apple.com | Disable Caches in Safari's Develop menu does not disabl... |
blob | commitdiff | diff to current |
2016-03-17 |
cdumez@apple.com | Unreviewed, partial roll out of r197254. |
blob | commitdiff | diff to current |
2016-03-15 |
cdumez@apple.com | Restore pre-r197244 behavior on Mac |
blob | commitdiff | diff to current |
2016-03-15 |
weinig@apple.com | Add a baseURL parameter to _WKUserStyleSheet |
blob | commitdiff | diff to current |
2016-03-15 |
jh718.park@samsung.com | Purge PassRefPtr from ArrayBuffer, ArchiveResource... |
blob | commitdiff | diff to current |
2016-03-11 |
dbates@webkit.org | CSP: Implement frame-ancestors directive |
blob | commitdiff | diff to current |
2016-03-10 |
commit-queue@webki... | Unreviewed, rolling out r197943. |
blob | commitdiff | diff to current |
2016-03-10 |
weinig@apple.com | Add a baseURL parameter to _WKUserStyleSheet |
blob | commitdiff | diff to current |
2016-03-08 |
commit-queue@webki... | Enhance logging: Use "always on" macros |
blob | commitdiff | diff to current |
2016-03-06 |
cdumez@apple.com | Consolidate RuntimeApplicationChecks and RuntimeApplica... |
blob | commitdiff | diff to current |
2016-03-04 |
akling@apple.com | [iOS] Throw away compiled RegExp code when navigating... |
blob | commitdiff | diff to current |
2016-02-27 |
akling@apple.com | [iOS] Discard decoded image data on top-level navigation. |
blob | commitdiff | diff to current |
2016-02-27 |
carlosgc@webkit.org | Network cache: old pages returned by disk cache on... |
blob | commitdiff | diff to current |
2016-02-19 |
aestes@apple.com | Revert to dispatching the popstate event synchronously |
blob | commitdiff | diff to current |
2016-02-09 |
commit-queue@webki... | Unreviewed, rolling out r196286. |
blob | commitdiff | diff to current |
2016-02-09 |
akling@apple.com | [iOS] Throw away some unlinked code when navigating... |
blob | commitdiff | diff to current |
2016-02-06 |
akling@apple.com | [iOS] Throw away linked code when navigating to a new... |
blob | commitdiff | diff to current |
2016-02-06 |
commit-queue@webki... | Unreviewed, rolling out r196104. |
blob | commitdiff | diff to current |
2016-02-04 |
akling@apple.com | [iOS] Throw away linked code when navigating to a new... |
blob | commitdiff | diff to current |
2016-02-01 |
dbates@webkit.org | CSP: Use the served CSP header for dedicated workers |
blob | commitdiff | diff to current |
2016-01-28 |
antti@apple.com | Tab suspension code hits asserts |
blob | commitdiff | diff to current |
2016-01-28 |
enrica@apple.com | Cache results of data detection in the UI process when... |
blob | commitdiff | diff to current |
2016-01-26 |
cdumez@apple.com | document.open() / write() should be prevented in before... |
blob | commitdiff | diff to current |
2016-01-26 |
cdumez@apple.com | Make sure a page is still PageCache-able after firing... |
blob | commitdiff | diff to current |
2016-01-23 |
cdumez@apple.com | Document.open / Document.write should be prevented... |
blob | commitdiff | diff to current |
2016-01-23 |
enrica@apple.com | Add support for DataDetectors in WK (iOS). |
blob | commitdiff | diff to current |
2016-01-22 |
darin@apple.com | Reduce use of equalIgnoringCase to just ignore ASCII... |
blob | commitdiff | diff to current |
2016-01-22 |
youenn.fablet@crf... | Remove PassRefPtr from ResourceRequest and FormData |
blob | commitdiff | diff to current |
2016-01-19 |
enrica@apple.com | Add support for DataDetectors in WK (iOS). |
blob | commitdiff | diff to current |
2016-01-19 |
commit-queue@webki... | Unreviewed, rolling out r195300. |
blob | commitdiff | diff to current |
2016-01-19 |
enrica@apple.com | Add support for DataDetectors in WK (iOS). |
blob | commitdiff | diff to current |
2016-01-12 |
carlosgc@webkit.org | Inconsistencies in main resource load delegates when... |
blob | commitdiff | diff to current |
2016-01-06 |
bfulgham@apple.com | Port blocking bypass issue using 307 redirect |
blob | commitdiff | diff to current |
2015-12-28 |
aestes@apple.com | Stop moving local objects in return statements |
blob | commitdiff | diff to current |
2015-12-25 |
ddkilzer@apple.com | ResourceError should store failingURL as URL instead... |
blob | commitdiff | diff to current |
2015-12-01 |
commit-queue@webki... | Rename ActiveDOMObject/DOMWindow PageCacheSuspension... |
blob | commitdiff | diff to current |
2015-12-01 |
jiewen_tan@apple.com | Null dereference loading Blink layout test http/tests... |
blob | commitdiff | diff to current |
2015-11-21 |
commit-queue@webki... | Renaming PageCache suspension code to support more... |
blob | commitdiff | diff to current |
2015-11-12 |
cdumez@apple.com | Stop passing a PassRefPtr to dispatchEvent() |
blob | commitdiff | diff to current |
2015-11-12 |
ggaren@apple.com | Rename handle.*Event to dispatch.*Event |
blob | commitdiff | diff to current |
2015-11-10 |
ggaren@apple.com | alert, confirm, prompt, showModalDialog should be forbi... |
blob | commitdiff | diff to current |
2015-10-28 |
cdumez@apple.com | Assertion failure in WebCore::FrameLoader::stopLoading... |
blob | commitdiff | diff to current |
2015-10-21 |
hs85.jeong@samsung.com | Replace 0 and NULL with nullptr in WebCore/loader. |
blob | commitdiff | diff to current |
2015-10-20 |
cdumez@apple.com | Drop unnecessary Node::toInputElement() virtual function |
blob | commitdiff | diff to current |
2015-10-14 |
achristensen@apple.com | Add SPI for reloading without content blockers |
blob | commitdiff | diff to current |
2015-10-06 |
commit-queue@webki... | Report error when main resource is blocked by content... |
blob | commitdiff | diff to current |
2015-10-02 |
achristensen@apple.com | Source/WebCore: |
blob | commitdiff | diff to current |
2015-09-30 |
commit-queue@webki... | Use modern for-loops in WebCore/loader. |
blob | commitdiff | diff to current |
2015-09-16 |
commit-queue@webki... | Web Inspector: Paused Debugger prevents page reload |
blob | commitdiff | diff to current |
2015-09-02 |
cdumez@apple.com | http/tests/w3c/dom/nodes/Element-matches.html is flaky |
blob | commitdiff | diff to current |
2015-09-01 |
cdumez@apple.com | Unreviewed, rolling out r189198. |
blob | commitdiff | diff to current |
2015-09-01 |
cdumez@apple.com | http/tests/w3c/dom/nodes/Element-matches.html is flaky |
blob | commitdiff | diff to current |
2015-08-17 |
cdumez@apple.com | Log actual PageCache retrieval success rate using diagn... |
blob | commitdiff | diff to current |
2015-08-14 |
antti@apple.com | Cover memory cache subresource validation policy with... |
blob | commitdiff | diff to current |
2015-08-13 |
andersca@apple.com | Use WTF::Optional in WindowFeatures |
blob | commitdiff | diff to current |
2015-08-05 |
dbates@webkit.org | REGRESSION (r185111): Clicking phone numbers doesn... |
blob | commitdiff | diff to current |
2015-07-19 |
gyuyoung.kim@webki... | Reduce PassRefPtr in WebKit2 - 3 |
blob | commitdiff | diff to current |
2015-07-17 |
mitz@apple.com | Source/WebCore: |
blob | commitdiff | diff to current |
2015-07-10 |
beidson@apple.com | Crash in HistoryController::updateForCommit dereferenci... |
blob | commitdiff | diff to current |
2015-07-09 |
beidson@apple.com | DocumentLoader::detachFromFrame() is being called with... |
blob | commitdiff | diff to current |
2015-07-09 |
beidson@apple.com | Crash calling [WebView close] in didFinishLoadForFrame... |
blob | commitdiff | diff to current |
2015-07-04 |
cdumez@apple.com | Drop RefPtr::clear() method |
blob | commitdiff | diff to current |
2015-07-02 |
beidson@apple.com | [Content Extensions] Block synchronous XMLHTTPRequest. |
blob | commitdiff | diff to current |
2015-06-26 |
cdumez@apple.com | Prevent new loads while in PageCache (or being added... |
blob | commitdiff | diff to current |
2015-06-14 |
cdumez@apple.com | [WK2] API::Navigation objects are leaked on history... |
blob | commitdiff | diff to current |
2015-06-08 |
cdumez@apple.com | WebContent crash in WebCore::Page::sessionID() const... |
blob | commitdiff | diff to current |
2015-06-02 |
beidson@apple.com | WebKit policy delegate should suggest if a navigation... |
blob | commitdiff | diff to current |
2015-05-31 |
beidson@apple.com | Make FrameLoader methods that take PassRefPtr<Event... |
blob | commitdiff | diff to current |
2015-05-30 |
beidson@apple.com | Fix Windows tests broken by r185007. |
blob | commitdiff | diff to current |
2015-05-29 |
beidson@apple.com | Typo followup to r184987 |
blob | commitdiff | diff to current |
2015-05-29 |
beidson@apple.com | Small FrameLoader refactoring. |
blob | commitdiff | diff to current |
2015-05-28 |
beidson@apple.com | Add a "should open urls externally" flag to DocumentLoader. |
blob | commitdiff | diff to current |
2015-05-19 |
beidson@apple.com | X-Frame-Options headers not respected when loading... |
blob | commitdiff | diff to current |
2015-05-15 |
cdumez@apple.com | Have DOMWindow::createWindow() take references to frames |
blob | commitdiff | diff to current |
2015-05-08 |
cdumez@apple.com | Throttle RequestAnimationFrame in subframes that are... |
blob | commitdiff | diff to current |
2015-05-04 |
cdumez@apple.com | Crash at com.apple.WebKit.WebContent at com.apple.WebCo... |
blob | commitdiff | diff to current |
2015-05-01 |
mitz@apple.com | Source/WebCore: |
blob | commitdiff | diff to current |
2015-04-29 |
youenn.fablet@crf... | Synchronous XMLHttpRequest should get access to AppCach... |
blob | commitdiff | diff to current |
2015-04-28 |
beidson@apple.com | Consolidate most "frame load" arguments into FrameLoadR... |
blob | commitdiff | diff to current |
2015-04-27 |
commit-queue@webki... | Unreviewed, rolling out r183393. |
blob | commitdiff | diff to current |
2015-04-27 |
beidson@apple.com | Make 'enum NavigationType' be an enum class |
blob | commitdiff | diff to current |
next |