Title: [163074] trunk/Source/WebKit2
Revision 163074
Author carlo...@webkit.org
Date 2014-01-30 00:03:24 -0800 (Thu, 30 Jan 2014)
Log Message
Unreviewed. Fix the GTK+ build after r163037.
* UIProcess/API/gtk/WebKitWebView.cpp:
(webkit_web_view_load_uri):
(webkit_web_view_load_request):
Title: [163071] trunk
Revision 163071
Author joep...@webkit.org
Date 2014-01-29 23:36:51 -0800 (Wed, 29 Jan 2014)
Log Message
Web Inspector: Play Breakpoint Sound in Frontend
https://bugs.webkit.org/show_bug.cgi?id=127885
Reviewed by Timothy Hatcher.
Source/_javascript_Core:
* inspecto
Title: [163070] trunk/Source/_javascript_Core
Revision 163070
Author fpi...@apple.com
Date 2014-01-29 23:30:24 -0800 (Wed, 29 Jan 2014)
Log Message
Merge final changesets from the jsCStack branch (r162969, r162975, r162992, r163004, r163069).
2014-01-29 Filip Pizlo
DFG Ar
Title: [163069] trunk/Source/_javascript_Core
Revision 163069
Author fpi...@apple.com
Date 2014-01-29 21:44:51 -0800 (Wed, 29 Jan 2014)
Log Message
DFG::ByteCodeParser::m_dfgCodeBlock is sometimes uninitialized
Reviewed by Dan Bernstein.
* dfg/DFGByteCodeParser.cpp:
(JSC::DFG::ByteCode
Title: [163068] tags/Safari-538.13.1/Source/_javascript_Core
Revision 163068
Author bshaf...@apple.com
Date 2014-01-29 21:33:14 -0800 (Wed, 29 Jan 2014)
Log Message
Merged r162968.
Modified Paths
tags/Safari-538.13.1/Source/_javascript_Core/API/tests/testapi.mm
tags/Safari-538.13.1/Sour
Title: [163067] trunk/Source/WebKit2
Revision 163067
Author m...@apple.com
Date 2014-01-29 21:25:58 -0800 (Wed, 29 Jan 2014)
Log Message
Moved linking against common frameworks and a library from the .xcconfig file into the target.
Reviewed by Tim Horton.
* Configurations/WebKit2.xcconf
Title: [163066] tags/Safari-538.13.1/Source
Revision 163066
Author bshaf...@apple.com
Date 2014-01-29 21:23:45 -0800 (Wed, 29 Jan 2014)
Log Message
Versioning.
Modified Paths
tags/Safari-538.13.1/Source/_javascript_Core/Configurations/Version.xcconfig
tags/Safari-538.13.1/Source/WebCore
Title: [163065] tags/Safari-538.13.1/
Revision 163065
Author bshaf...@apple.com
Date 2014-01-29 21:19:33 -0800 (Wed, 29 Jan 2014)
Log Message
New tag.
Added Paths
tags/Safari-538.13.1/
Diff
Property changes: tags/Safari-538.13.1
Added: svn:ignore
depcomp
compile
config.guess
GNU
Title: [163064] trunk/Source/WebKit2
Revision 163064
Author ander...@apple.com
Date 2014-01-29 19:20:34 -0800 (Wed, 29 Jan 2014)
Log Message
Fix 32-bit build.
* UIProcess/Cocoa/NavigationState.h:
* UIProcess/Cocoa/NavigationState.mm:
Modified Paths
trunk/Source/WebKit2/ChangeLog
trunk/
Title: [163063] trunk/Source/WebKit
Revision 163063
Author m...@apple.com
Date 2014-01-29 18:50:28 -0800 (Wed, 29 Jan 2014)
Log Message
Moved linking against common frameworks and a library from the .xcconfig file into the target.
Reviewed by Tim Horton.
../WebKit:
* WebKit.xcodeproj/
Title: [163062] trunk/Source/WebKit2
Revision 163062
Author ander...@apple.com
Date 2014-01-29 18:49:27 -0800 (Wed, 29 Jan 2014)
Log Message
Add a NavigationState object to keep track of the navigations for a given page
https://bugs.webkit.org/show_bug.cgi?id=127884
Reviewed by Sam Weini
Title: [163061] trunk/Source
Revision 163061
Author barraclo...@apple.com
Date 2014-01-29 18:10:00 -0800 (Wed, 29 Jan 2014)
Log Message
Add IsVisibleOrOccluded to ViewState
https://bugs.webkit.org/show_bug.cgi?id=127875
Reviewed by Anders Carlsson.
../WebCore:
* page/ViewState.h:
Title: [163060] trunk/Source/WebKit2
Revision 163060
Author ander...@apple.com
Date 2014-01-29 18:07:03 -0800 (Wed, 29 Jan 2014)
Log Message
Pass navigation IDs along to LoadRequest and Reload
https://bugs.webkit.org/show_bug.cgi?id=127883
Reviewed by Sam Weinig.
* UIProcess/WebPageProx
Title: [163059] trunk/Source/WebKit/mac
Revision 163059
Author rn...@webkit.org
Date 2014-01-29 18:05:48 -0800 (Wed, 29 Jan 2014)
Log Message
checkTextOfParagraph releases NSString twice
https://bugs.webkit.org/show_bug.cgi?id=127881
Reviewed by Anders Carlsson.
textString is released
Title: [163058] trunk/LayoutTests
Revision 163058
Author mhahnenb...@apple.com
Date 2014-01-29 18:03:16 -0800 (Wed, 29 Jan 2014)
Log Message
js/function-apply-aliased.html is timing out
https://bugs.webkit.org/show_bug.cgi?id=127860
Reviewed by Michael Saboff.
* TestExpectations:
Modif
Title: [163057] trunk/Source/_javascript_Core
Revision 163057
Author gga...@apple.com
Date 2014-01-29 18:02:29 -0800 (Wed, 29 Jan 2014)
Log Message
50% time on Dromaeo Selector * benchmark spent allocating oversized backing stores (but not in Chrome)
https://bugs.webkit.org/show_bug.cgi?i
Title: [163056] trunk/Source/WebCore
Revision 163056
Author rn...@webkit.org
Date 2014-01-29 17:53:42 -0800 (Wed, 29 Jan 2014)
Log Message
EventHandler::handleMouseReleaseEvent shouldn't call updateSelectionCachesIfSelectionIsInsideTextFormControl
and selectFrameElementInParentIfFullySele
Title: [163055] trunk/Source/WebCore
Revision 163055
Author jer.no...@apple.com
Date 2014-01-29 17:41:33 -0800 (Wed, 29 Jan 2014)
Log Message
Unreviewed iOS build fix after 163050.
Import CALayer.h explicitly as (on iOS) it is not included by other headers.
* platform/graphics/avfoundat
Title: [163054] trunk/Source/_javascript_Core
Revision 163054
Author commit-qu...@webkit.org
Date 2014-01-29 17:32:47 -0800 (Wed, 29 Jan 2014)
Log Message
Web Inspector: Run JSC Inspector EventLoop in a custom run loop mode to prevent default observers from running
https://bugs.webkit.org
Title: [163053] trunk
Revision 163053
Author ander...@apple.com
Date 2014-01-29 17:17:57 -0800 (Wed, 29 Jan 2014)
Log Message
-[WKWebView loadRequest:] should return a WKNavigation
https://bugs.webkit.org/show_bug.cgi?id=127873
Reviewed by Dan Bernstein.
Source/WebKit2:
For now this ju
Title: [163052] trunk/Source/WebKit
Revision 163052
Author wei...@apple.com
Date 2014-01-29 17:14:01 -0800 (Wed, 29 Jan 2014)
Log Message
Fix windows.
* WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
Modified Paths
trunk/Source/WebKit/ChangeLog
trunk/Source/WebKit/WebKit.vc
Title: [163051] trunk/Source/_javascript_Core
Revision 163051
Author commit-qu...@webkit.org
Date 2014-01-29 17:01:13 -0800 (Wed, 29 Jan 2014)
Log Message
Web Inspector: Deadlock hitting breakpoint while inspecting JSContext
https://bugs.webkit.org/show_bug.cgi?id=127864
Patch by Joseph
Title: [163050] trunk/Source/WebCore
Revision 163050
Author jer.no...@apple.com
Date 2014-01-29 16:53:15 -0800 (Wed, 29 Jan 2014)
Log Message
Unreviewed Mac Build fix after r163046.
Forward define AVSampleLayerDisplayLayer and its methods.
* platform/graphics/avfoundation/objc/SourceBuf
Title: [163049] trunk/Source/WebKit2
Revision 163049
Author ander...@apple.com
Date 2014-01-29 16:39:12 -0800 (Wed, 29 Jan 2014)
Log Message
* UIProcess/API/C/WKPage.cpp:
(WKPageLoadURL):
Don't use the resource request constructor that takes a String.
Modified Paths
trunk/Source/WebKit2
Title: [163047] trunk/LayoutTests
Revision 163047
Author bjone...@adobe.com
Date 2014-01-29 16:31:05 -0800 (Wed, 29 Jan 2014)
Log Message
Update clip-path tests to use new shape syntax
https://bugs.webkit.org/show_bug.cgi?id=127862
Reviewed by Dirk Schulze.
Update the tests to reflect t
Title: [163046] trunk/Source/WebCore
Revision 163046
Author jer.no...@apple.com
Date 2014-01-29 16:02:08 -0800 (Wed, 29 Jan 2014)
Log Message
[MSE][Mac] In SourceBufferPrivateAVFObjC, only include those headers actually necessary to compile.
https://bugs.webkit.org/show_bug.cgi?id=127846
Title: [163045] trunk/Source
Revision 163045
Author beid...@apple.com
Date 2014-01-29 16:00:25 -0800 (Wed, 29 Jan 2014)
Log Message
IDB: Fully implement IDBKeyData encoding/decoding
https://bugs.webkit.org/show_bug.cgi?id=127863
Rubberstamped by Alexey Proskuryakov.
Source/WebCore:
* p
Title: [163044] trunk
Revision 163044
Author bjone...@adobe.com
Date 2014-01-29 15:30:18 -0800 (Wed, 29 Jan 2014)
Log Message
clip-path swaps bottom radii for the inset shape
https://bugs.webkit.org/show_bug.cgi?id=127859
Reviewed by Dirk Schulze.
Source/WebCore:
The bottom right and b
Title: [163043] trunk
Revision 163043
Author timothy_hor...@apple.com
Date 2014-01-29 15:06:45 -0800 (Wed, 29 Jan 2014)
Log Message
WebKit2 View Gestures (Swipe): Update rubberBandsAt{Left,Right} when WebKit swipe is enabled
https://bugs.webkit.org/show_bug.cgi?id=127855
Reviewed by And
Title: [163042] trunk/Source/WebKit2
Revision 163042
Author ander...@apple.com
Date 2014-01-29 14:46:59 -0800 (Wed, 29 Jan 2014)
Log Message
Make WKWebView limp along on OS X
https://bugs.webkit.org/show_bug.cgi?id=127857
Reviewed by Tim Horton.
On Mac, create a WKView and add it as a s
Title: [163041] trunk/Source/WebCore
Revision 163041
Author jer.no...@apple.com
Date 2014-01-29 14:14:53 -0800 (Wed, 29 Jan 2014)
Log Message
[MediaControls][iOS] Hook up the fullscreen button
https://bugs.webkit.org/show_bug.cgi?id=127850
Reviewed by Eric Carlson.
For the fullscreen bu
Title: [163040] trunk/Tools
Revision 163040
Author dba...@webkit.org
Date 2014-01-29 13:21:33 -0800 (Wed, 29 Jan 2014)
Log Message
Fix JSONP requests made by the WebKit Bot Watcher's Dashboard following
(https://bugs.webkit.org/show_bug.cgi?id=127784)
Use dot-notation instead of array i
Title: [163039] trunk/Source/WebKit/mac
Revision 163039
Author ander...@apple.com
Date 2014-01-29 13:17:28 -0800 (Wed, 29 Jan 2014)
Log Message
Fix build.
* WebView/WebPDFView.mm:
(_applicationInfoForMIMEType):
Modified Paths
trunk/Source/WebKit/mac/ChangeLog
trunk/Source/WebKit/mac/We
Title: [163038] trunk/Source
Revision 163038
Author beid...@apple.com
Date 2014-01-29 13:15:48 -0800 (Wed, 29 Jan 2014)
Log Message
IDB: Opening an existing database is broken
https://bugs.webkit.org/show_bug.cgi?id=127851
Reviewed by Tim Hatcher.
Source/WebCore:
* Modules/indexeddb/ID
Title: [163037] trunk/Source/WebKit2
Revision 163037
Author ander...@apple.com
Date 2014-01-29 12:54:09 -0800 (Wed, 29 Jan 2014)
Log Message
Consolidate page loading functions
https://bugs.webkit.org/show_bug.cgi?id=127847
Reviewed by Tim Horton.
Get rid of the loadURL functions (and th
Title: [163036] trunk/Source/WebCore
Revision 163036
Author oli...@apple.com
Date 2014-01-29 12:38:48 -0800 (Wed, 29 Jan 2014)
Log Message
2014-01-29 Oliver Hunt
This dereference should not actually be necessary, and
is producing deprecation warnings with newer perls
Title: [163034] trunk/Tools
Revision 163034
Author dba...@webkit.org
Date 2014-01-29 12:23:00 -0800 (Wed, 29 Jan 2014)
Log Message
WebKit Bot Watcher's Dashboard: Add support for using HTTP authentication with Buildbot
https://bugs.webkit.org/show_bug.cgi?id=127784
Reviewed by Alexey Pro
Title: [163032] trunk/Source/WebKit2
Revision 163032
Author mrobin...@webkit.org
Date 2014-01-29 11:51:24 -0800 (Wed, 29 Jan 2014)
Log Message
[GTK] [CMake] Fix the build after r162835
https://bugs.webkit.org/show_bug.cgi?id=127753
Reviewed by Gustavo Noronha Silva.
* CMakeLists.txt: Ad
Title: [163031] trunk/Source/_javascript_Core
Revision 163031
Author bda...@apple.com
Date 2014-01-29 11:40:00 -0800 (Wed, 29 Jan 2014)
Log Message
Build fix.
* bytecode/ProfiledCodeBlockJettisoningWatchpoint.cpp:
* llint/LowLevelInterpreter.cpp:
Modified Paths
trunk/Source/_javascript
Title: [163030] trunk/Source/_javascript_Core
Revision 163030
Author m...@apple.com
Date 2014-01-29 11:38:41 -0800 (Wed, 29 Jan 2014)
Log Message
Build fix.
* bytecode/ProfiledCodeBlockJettisoningWatchpoint.cpp: Added a newline at the end of the
file.
Modified Paths
trunk/Source/_javas
Title: [163029] trunk/Tools
Revision 163029
Author a...@apple.com
Date 2014-01-29 11:35:55 -0800 (Wed, 29 Jan 2014)
Log Message
build.webkit.org/dashboard links to an old failing build rather than the most recent
https://bugs.webkit.org/show_bug.cgi?id=127765
Reviewed by Timothy Hatcher
Title: [163025] trunk/LayoutTests
Revision 163025
Author a...@apple.com
Date 2014-01-29 10:51:04 -0800 (Wed, 29 Jan 2014)
Log Message
Add a WebCrypto test to verify that BigInteger allows for leading zeroes
https://bugs.webkit.org/show_bug.cgi?id=127804
Reviewed by Darin Adler.
This alr
Title: [163026] trunk/Source/WebCore
Revision 163026
Author m...@apple.com
Date 2014-01-29 10:52:16 -0800 (Wed, 29 Jan 2014)
Log Message
Fixed the iOS build.
* bindings/js/JSDOMWindowCustom.cpp: Updated for header renames.
Modified Paths
trunk/Source/WebCore/ChangeLog
trunk/Source/WebC
Title: [163023] trunk/Source/WebCore
Revision 163023
Author eric.carl...@apple.com
Date 2014-01-29 09:36:06 -0800 (Wed, 29 Jan 2014)
Log Message
[iOS] cleanup MediaPlayer.cpp
https://bugs.webkit.org/show_bug.cgi?id=127821
Reviewed by Jer Noble.
Don't register MediaPlayerPrivateIOS unles
Title: [163022] trunk
Revision 163022
Author commit-qu...@webkit.org
Date 2014-01-29 09:03:59 -0800 (Wed, 29 Jan 2014)
Log Message
Source/WebCore: Have XHR.getResponseHeader() return null and XHR.getAllResponseHeader() return the empty string in initial ready states
https://bugs.webkit.or
Title: [163021] trunk
Revision 163021
Author an...@apple.com
Date 2014-01-29 08:26:31 -0800 (Wed, 29 Jan 2014)
Log Message
REGRESSION (r162947): Repaint test results are different between WK1 and WK2
https://bugs.webkit.org/show_bug.cgi?id=127814
Source/WebCore:
Reviewed by Anders Carl
Title: [163019] trunk
Revision 163019
Author an...@apple.com
Date 2014-01-29 08:11:47 -0800 (Wed, 29 Jan 2014)
Log Message
REGRESSION (r162947): css3/flexbox/multiline-justify-content.html and css3/flexbox/position-absolute-child.html are timing out
https://bugs.webkit.org/show_bug.cgi?id
Title: [163020] trunk/Source
Revision 163020
Author beid...@apple.com
Date 2014-01-29 08:17:51 -0800 (Wed, 29 Jan 2014)
Log Message
IDB: Serialize IDBKeyDatas to disk, not IDBKeys
https://bugs.webkit.org/show_bug.cgi?id=127829
Reviewed by Tim Horton.
Source/WebCore:
Move encode/decode
Title: [163018] trunk
Revision 163018
Author stav...@adobe.com
Date 2014-01-29 07:20:56 -0800 (Wed, 29 Jan 2014)
Log Message
[CSSRegions] Unable to scroll a scrollable container for regions using mouse wheel
https://bugs.webkit.org/show_bug.cgi?id=123886
Source/WebCore:
When an element
Title: [163017] trunk/Source/WebCore
Revision 163017
Author carlo...@webkit.org
Date 2014-01-29 06:52:22 -0800 (Wed, 29 Jan 2014)
Log Message
REGRESSION(r162922): [SOUP] Several tests are failing in EFL and GTK+ after r162922
https://bugs.webkit.org/show_bug.cgi?id=127836
Reviewed by Gus
Title: [163015] trunk/Source/WebInspectorUI
Revision 163015
Author commit-qu...@webkit.org
Date 2014-01-29 05:57:53 -0800 (Wed, 29 Jan 2014)
Log Message
Web Inspector: [REGRESSION(r162931)] Tab navigation broken in DataGrid
https://bugs.webkit.org/show_bug.cgi?id=127816
Patch by Diego Pi
Title: [163012] trunk/Source/WebCore
Revision 163012
Author rn...@webkit.org
Date 2014-01-29 01:32:29 -0800 (Wed, 29 Jan 2014)
Log Message
Rename notifyRendererOfSelectionChange
https://bugs.webkit.org/show_bug.cgi?id=127831
Reviewed by Antti Koivisto.
Renamed notifyRendererOfSelectionC
Title: [163011] trunk/Source/WebKit2
Revision 163011
Author carlo...@webkit.org
Date 2014-01-29 00:31:46 -0800 (Wed, 29 Jan 2014)
Log Message
Unreviewed. Fix GTK+ build after r162981.
* GNUmakefile.list.am: Add WebProcess/WebPage/WebDocumentLoader to
the compilation.
Modified Paths
tru
Title: [163010] trunk/Source/WebKit2
Revision 163010
Author carlo...@webkit.org
Date 2014-01-29 00:23:17 -0800 (Wed, 29 Jan 2014)
Log Message
Unreviewed. Actually fix the GTK+ build after r162967.
* UIProcess/API/gtk/WebKitWebView.cpp:
(webkit_web_view_can_go_back):
(webkit_web_view_can_
54 matches
Mail list logo