[webkit-changes] [139123] tags/Safari-537.24.3/Source

2013-01-08 Thread lforschler
Title: [139123] tags/Safari-537.24.3/Source








Revision 139123
Author lforsch...@apple.com
Date 2013-01-08 15:28:59 -0800 (Tue, 08 Jan 2013)


Log Message
Versioning.

Modified Paths

tags/Safari-537.24.3/Source/_javascript_Core/Configurations/Version.xcconfig
tags/Safari-537.24.3/Source/WebCore/Configurations/Version.xcconfig
tags/Safari-537.24.3/Source/WebKit/mac/Configurations/Version.xcconfig
tags/Safari-537.24.3/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: tags/Safari-537.24.3/Source/_javascript_Core/Configurations/Version.xcconfig (139122 => 139123)

--- tags/Safari-537.24.3/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-08 23:26:43 UTC (rev 139122)
+++ tags/Safari-537.24.3/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-08 23:28:59 UTC (rev 139123)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 24;
-TINY_VERSION = 2;
+TINY_VERSION = 3;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: tags/Safari-537.24.3/Source/WebCore/Configurations/Version.xcconfig (139122 => 139123)

--- tags/Safari-537.24.3/Source/WebCore/Configurations/Version.xcconfig	2013-01-08 23:26:43 UTC (rev 139122)
+++ tags/Safari-537.24.3/Source/WebCore/Configurations/Version.xcconfig	2013-01-08 23:28:59 UTC (rev 139123)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 24;
-TINY_VERSION = 2;
+TINY_VERSION = 3;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: tags/Safari-537.24.3/Source/WebKit/mac/Configurations/Version.xcconfig (139122 => 139123)

--- tags/Safari-537.24.3/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-08 23:26:43 UTC (rev 139122)
+++ tags/Safari-537.24.3/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-08 23:28:59 UTC (rev 139123)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 24;
-TINY_VERSION = 2;
+TINY_VERSION = 3;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: tags/Safari-537.24.3/Source/WebKit2/Configurations/Version.xcconfig (139122 => 139123)

--- tags/Safari-537.24.3/Source/WebKit2/Configurations/Version.xcconfig	2013-01-08 23:26:43 UTC (rev 139122)
+++ tags/Safari-537.24.3/Source/WebKit2/Configurations/Version.xcconfig	2013-01-08 23:28:59 UTC (rev 139123)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 24;
-TINY_VERSION = 2;
+TINY_VERSION = 3;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [139268] tags/Safari-537.25/

2013-01-09 Thread lforschler
Title: [139268] tags/Safari-537.25/








Revision 139268
Author lforsch...@apple.com
Date 2013-01-09 18:26:52 -0800 (Wed, 09 Jan 2013)


Log Message
New Tag.

Added Paths

tags/Safari-537.25/




Diff

Property changes: tags/Safari-537.25



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [139271] trunk/Source

2013-01-09 Thread lforschler
Title: [139271] trunk/Source








Revision 139271
Author lforsch...@apple.com
Date 2013-01-09 18:41:46 -0800 (Wed, 09 Jan 2013)


Log Message
Versioning.

Modified Paths

trunk/Source/_javascript_Core/Configurations/Version.xcconfig
trunk/Source/WebCore/Configurations/Version.xcconfig
trunk/Source/WebKit/mac/Configurations/Version.xcconfig
trunk/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: trunk/Source/_javascript_Core/Configurations/Version.xcconfig (139270 => 139271)

--- trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-10 02:35:36 UTC (rev 139270)
+++ trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-10 02:41:46 UTC (rev 139271)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 25;
+MINOR_VERSION = 26;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebCore/Configurations/Version.xcconfig (139270 => 139271)

--- trunk/Source/WebCore/Configurations/Version.xcconfig	2013-01-10 02:35:36 UTC (rev 139270)
+++ trunk/Source/WebCore/Configurations/Version.xcconfig	2013-01-10 02:41:46 UTC (rev 139271)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 25;
+MINOR_VERSION = 26;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebKit/mac/Configurations/Version.xcconfig (139270 => 139271)

--- trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-10 02:35:36 UTC (rev 139270)
+++ trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-10 02:41:46 UTC (rev 139271)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 25;
+MINOR_VERSION = 26;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebKit2/Configurations/Version.xcconfig (139270 => 139271)

--- trunk/Source/WebKit2/Configurations/Version.xcconfig	2013-01-10 02:35:36 UTC (rev 139270)
+++ trunk/Source/WebKit2/Configurations/Version.xcconfig	2013-01-10 02:41:46 UTC (rev 139271)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 25;
+MINOR_VERSION = 26;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [139319] tags/Safari-537.25.1/

2013-01-10 Thread lforschler
Title: [139319] tags/Safari-537.25.1/








Revision 139319
Author lforsch...@apple.com
Date 2013-01-10 07:51:09 -0800 (Thu, 10 Jan 2013)


Log Message
New Tag.

Added Paths

tags/Safari-537.25.1/




Diff

Property changes: tags/Safari-537.25.1



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [139320] tags/Safari-537.25.1/Source

2013-01-10 Thread lforschler
Title: [139320] tags/Safari-537.25.1/Source








Revision 139320
Author lforsch...@apple.com
Date 2013-01-10 07:53:25 -0800 (Thu, 10 Jan 2013)


Log Message
Versioning.

Modified Paths

tags/Safari-537.25.1/Source/_javascript_Core/Configurations/Version.xcconfig
tags/Safari-537.25.1/Source/WebCore/Configurations/Version.xcconfig
tags/Safari-537.25.1/Source/WebKit/mac/Configurations/Version.xcconfig
tags/Safari-537.25.1/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: tags/Safari-537.25.1/Source/_javascript_Core/Configurations/Version.xcconfig (139319 => 139320)

--- tags/Safari-537.25.1/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-10 15:51:09 UTC (rev 139319)
+++ tags/Safari-537.25.1/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-10 15:53:25 UTC (rev 139320)
@@ -23,8 +23,8 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 25;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));


Modified: tags/Safari-537.25.1/Source/WebCore/Configurations/Version.xcconfig (139319 => 139320)

--- tags/Safari-537.25.1/Source/WebCore/Configurations/Version.xcconfig	2013-01-10 15:51:09 UTC (rev 139319)
+++ tags/Safari-537.25.1/Source/WebCore/Configurations/Version.xcconfig	2013-01-10 15:53:25 UTC (rev 139320)
@@ -23,8 +23,8 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 25;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));


Modified: tags/Safari-537.25.1/Source/WebKit/mac/Configurations/Version.xcconfig (139319 => 139320)

--- tags/Safari-537.25.1/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-10 15:51:09 UTC (rev 139319)
+++ tags/Safari-537.25.1/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-10 15:53:25 UTC (rev 139320)
@@ -23,8 +23,8 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 25;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));


Modified: tags/Safari-537.25.1/Source/WebKit2/Configurations/Version.xcconfig (139319 => 139320)

--- tags/Safari-537.25.1/Source/WebKit2/Configurations/Version.xcconfig	2013-01-10 15:51:09 UTC (rev 139319)
+++ tags/Safari-537.25.1/Source/WebKit2/Configurations/Version.xcconfig	2013-01-10 15:53:25 UTC (rev 139320)
@@ -23,8 +23,8 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 25;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [139571] tags/Safari-536.28.9/

2013-01-13 Thread lforschler
Title: [139571] tags/Safari-536.28.9/








Revision 139571
Author lforsch...@apple.com
Date 2013-01-13 12:54:52 -0800 (Sun, 13 Jan 2013)


Log Message
New Tag.

Added Paths

tags/Safari-536.28.9/




Diff

Property changes: tags/Safari-536.28.9



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [139572] branches/safari-536.28-branch/Source

2013-01-13 Thread lforschler
Title: [139572] branches/safari-536.28-branch/Source








Revision 139572
Author lforsch...@apple.com
Date 2013-01-13 13:00:23 -0800 (Sun, 13 Jan 2013)


Log Message
Versioning.

Modified Paths

branches/safari-536.28-branch/Source/_javascript_Core/Configurations/Version.xcconfig
branches/safari-536.28-branch/Source/WebCore/Configurations/Version.xcconfig
branches/safari-536.28-branch/Source/WebKit/mac/Configurations/Version.xcconfig
branches/safari-536.28-branch/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: branches/safari-536.28-branch/Source/_javascript_Core/Configurations/Version.xcconfig (139571 => 139572)

--- branches/safari-536.28-branch/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-13 20:54:52 UTC (rev 139571)
+++ branches/safari-536.28-branch/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-13 21:00:23 UTC (rev 139572)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 536;
 MINOR_VERSION = 28;
-TINY_VERSION = 9;
+TINY_VERSION = 10;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: branches/safari-536.28-branch/Source/WebCore/Configurations/Version.xcconfig (139571 => 139572)

--- branches/safari-536.28-branch/Source/WebCore/Configurations/Version.xcconfig	2013-01-13 20:54:52 UTC (rev 139571)
+++ branches/safari-536.28-branch/Source/WebCore/Configurations/Version.xcconfig	2013-01-13 21:00:23 UTC (rev 139572)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 536;
 MINOR_VERSION = 28;
-TINY_VERSION = 9;
+TINY_VERSION = 10;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: branches/safari-536.28-branch/Source/WebKit/mac/Configurations/Version.xcconfig (139571 => 139572)

--- branches/safari-536.28-branch/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-13 20:54:52 UTC (rev 139571)
+++ branches/safari-536.28-branch/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-13 21:00:23 UTC (rev 139572)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 536;
 MINOR_VERSION = 28;
-TINY_VERSION = 9;
+TINY_VERSION = 10;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: branches/safari-536.28-branch/Source/WebKit2/Configurations/Version.xcconfig (139571 => 139572)

--- branches/safari-536.28-branch/Source/WebKit2/Configurations/Version.xcconfig	2013-01-13 20:54:52 UTC (rev 139571)
+++ branches/safari-536.28-branch/Source/WebKit2/Configurations/Version.xcconfig	2013-01-13 21:00:23 UTC (rev 139572)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 536;
 MINOR_VERSION = 28;
-TINY_VERSION = 9;
+TINY_VERSION = 10;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [139628] tags/Safari-537.26/

2013-01-14 Thread lforschler
Title: [139628] tags/Safari-537.26/








Revision 139628
Author lforsch...@apple.com
Date 2013-01-14 11:04:41 -0800 (Mon, 14 Jan 2013)


Log Message
New Tag.

Added Paths

tags/Safari-537.26/




Diff

Property changes: tags/Safari-537.26



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [139630] trunk/Source

2013-01-14 Thread lforschler
Title: [139630] trunk/Source








Revision 139630
Author lforsch...@apple.com
Date 2013-01-14 11:11:48 -0800 (Mon, 14 Jan 2013)


Log Message
Versioning.

Modified Paths

trunk/Source/_javascript_Core/Configurations/Version.xcconfig
trunk/Source/WebCore/Configurations/Version.xcconfig
trunk/Source/WebKit/mac/Configurations/Version.xcconfig
trunk/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: trunk/Source/_javascript_Core/Configurations/Version.xcconfig (139629 => 139630)

--- trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-14 19:09:44 UTC (rev 139629)
+++ trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-14 19:11:48 UTC (rev 139630)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 26;
+MINOR_VERSION = 27;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebCore/Configurations/Version.xcconfig (139629 => 139630)

--- trunk/Source/WebCore/Configurations/Version.xcconfig	2013-01-14 19:09:44 UTC (rev 139629)
+++ trunk/Source/WebCore/Configurations/Version.xcconfig	2013-01-14 19:11:48 UTC (rev 139630)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 26;
+MINOR_VERSION = 27;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebKit/mac/Configurations/Version.xcconfig (139629 => 139630)

--- trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-14 19:09:44 UTC (rev 139629)
+++ trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-14 19:11:48 UTC (rev 139630)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 26;
+MINOR_VERSION = 27;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebKit2/Configurations/Version.xcconfig (139629 => 139630)

--- trunk/Source/WebKit2/Configurations/Version.xcconfig	2013-01-14 19:09:44 UTC (rev 139629)
+++ trunk/Source/WebKit2/Configurations/Version.xcconfig	2013-01-14 19:11:48 UTC (rev 139630)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 26;
+MINOR_VERSION = 27;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [139672] tags/Safari-537.26/Source/WebKit2

2013-01-14 Thread lforschler
Title: [139672] tags/Safari-537.26/Source/WebKit2








Revision 139672
Author lforsch...@apple.com
Date 2013-01-14 14:57:46 -0800 (Mon, 14 Jan 2013)


Log Message
Merged r139655.

Modified Paths

tags/Safari-537.26/Source/WebKit2/ChangeLog
tags/Safari-537.26/Source/WebKit2/NetworkProcess/NetworkResourceLoadScheduler.cpp
tags/Safari-537.26/Source/WebKit2/NetworkProcess/NetworkResourceLoadScheduler.h




Diff

Modified: tags/Safari-537.26/Source/WebKit2/ChangeLog (139671 => 139672)

--- tags/Safari-537.26/Source/WebKit2/ChangeLog	2013-01-14 22:48:56 UTC (rev 139671)
+++ tags/Safari-537.26/Source/WebKit2/ChangeLog	2013-01-14 22:57:46 UTC (rev 139672)
@@ -1,3 +1,20 @@
+2013-01-14  Lucas Forschler  
+
+Merge r139655
+
+2013-01-14  Alexey Proskuryakov  
+
+NetworkProcess scheduler never resumes resource loads that were postponed
+due to connection limit
+https://bugs.webkit.org/show_bug.cgi?id=106821
+
+Reviewed by Brady Eidson.
+
+* NetworkProcess/NetworkResourceLoadScheduler.cpp:
+(WebKit::NetworkResourceLoadScheduler::servePendingRequests):
+* NetworkProcess/NetworkResourceLoadScheduler.h:
+Remove an uninitialized variable that could prevent loading.
+
 2013-01-11  Balazs Kelemen  
 
 [Qt][WK2] plugin tests assert in debug


Modified: tags/Safari-537.26/Source/WebKit2/NetworkProcess/NetworkResourceLoadScheduler.cpp (139671 => 139672)

--- tags/Safari-537.26/Source/WebKit2/NetworkProcess/NetworkResourceLoadScheduler.cpp	2013-01-14 22:48:56 UTC (rev 139671)
+++ tags/Safari-537.26/Source/WebKit2/NetworkProcess/NetworkResourceLoadScheduler.cpp	2013-01-14 22:57:46 UTC (rev 139672)
@@ -146,9 +146,6 @@
 
 void NetworkResourceLoadScheduler::servePendingRequests(ResourceLoadPriority minimumPriority)
 {
-if (m_suspendPendingRequestsCount)
-return;
-
 LOG(NetworkScheduling, "(NetworkProcess) NetworkResourceLoadScheduler::servePendingRequests Serving requests for up to %i hosts", m_hosts.size());
 
 m_requestTimer.stop();


Modified: tags/Safari-537.26/Source/WebKit2/NetworkProcess/NetworkResourceLoadScheduler.h (139671 => 139672)

--- tags/Safari-537.26/Source/WebKit2/NetworkProcess/NetworkResourceLoadScheduler.h	2013-01-14 22:48:56 UTC (rev 139671)
+++ tags/Safari-537.26/Source/WebKit2/NetworkProcess/NetworkResourceLoadScheduler.h	2013-01-14 22:57:46 UTC (rev 139672)
@@ -92,7 +92,6 @@
 
 HostRecord* m_nonHTTPProtocolHost;
 
-unsigned m_suspendPendingRequestsCount;
 bool m_isSerialLoadingEnabled;
 
 WebCore::Timer m_requestTimer;






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [139905] tags/Safari-537.26/Source

2013-01-16 Thread lforschler
Title: [139905] tags/Safari-537.26/Source








Revision 139905
Author lforsch...@apple.com
Date 2013-01-16 11:49:57 -0800 (Wed, 16 Jan 2013)


Log Message
Merge 139822. 

Modified Paths

tags/Safari-537.26/Source/WebCore/ChangeLog
tags/Safari-537.26/Source/WebCore/platform/graphics/TiledBacking.h
tags/Safari-537.26/Source/WebCore/platform/graphics/ca/mac/TileCache.h
tags/Safari-537.26/Source/WebCore/platform/graphics/ca/mac/TileCache.mm
tags/Safari-537.26/Source/WebCore/rendering/RenderLayerCompositor.cpp
tags/Safari-537.26/Source/WebKit2/ChangeLog
tags/Safari-537.26/Source/WebKit2/UIProcess/API/mac/WKView.mm
tags/Safari-537.26/Source/WebKit2/UIProcess/API/mac/WKViewPrivate.h
tags/Safari-537.26/Source/WebKit2/UIProcess/WebPageProxy.h
tags/Safari-537.26/Source/WebKit2/UIProcess/mac/WebPageProxyMac.mm
tags/Safari-537.26/Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp
tags/Safari-537.26/Source/WebKit2/WebProcess/WebPage/DrawingArea.h
tags/Safari-537.26/Source/WebKit2/WebProcess/WebPage/WebPage.cpp
tags/Safari-537.26/Source/WebKit2/WebProcess/WebPage/WebPage.h
tags/Safari-537.26/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in
tags/Safari-537.26/Source/WebKit2/WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.h
tags/Safari-537.26/Source/WebKit2/WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm




Diff

Modified: tags/Safari-537.26/Source/WebCore/ChangeLog (139904 => 139905)

--- tags/Safari-537.26/Source/WebCore/ChangeLog	2013-01-16 19:48:44 UTC (rev 139904)
+++ tags/Safari-537.26/Source/WebCore/ChangeLog	2013-01-16 19:49:57 UTC (rev 139905)
@@ -1,3 +1,31 @@
+2013-01-16  Lucas Forschler  
+
+Merge r139822
+
+2013-01-15  Tim Horton  
+
+Clamp TileCache visibleRect to WKView's visibleRect
+https://bugs.webkit.org/show_bug.cgi?id=106601
+
+
+Reviewed by Simon Fraser.
+
+* platform/graphics/TiledBacking.h:
+(TiledBacking): Add setExposedRect and setClipsToExposedRect.
+* platform/graphics/ca/mac/TileCache.h:
+(TileCache): Add setExposedRect, setClipsToExposedRect, and storage for their respective values.
+* platform/graphics/ca/mac/TileCache.mm:
+(WebCore::TileCache::TileCache): Initialize m_clipsToExposedRect to false.
+(WebCore::TileCache::setExposedRect): Update exposedRect and revalidate tiles.
+(WebCore::TileCache::setClipsToExposedRect): Update clipsToExposedRect and revalidate tiles;
+if we're going from unclipped to clipped, we already have tiles, so we can skip tile revalidation.
+(WebCore::TileCache::computeTileCoverageRect): Intersect exisiting visible rect with
+exposed rect to get the visible rect we actually care about.
+(WebCore::TileCache::revalidateTiles): Ditto.
+* rendering/RenderLayerCompositor.cpp:
+(WebCore::RenderLayerCompositor::requiresOverhangAreasLayer): Don't create an overhang layer if the frame isn't scrollable.
+(WebCore::RenderLayerCompositor::requiresContentShadowLayer): Don't create a shadow layer if the frame isn't scrollable.
+
 2013-01-14  Kentaro Hara  
 
 [V8] Make an Isolate parameter mandatory in associateObjectWithWrapper()


Modified: tags/Safari-537.26/Source/WebCore/platform/graphics/TiledBacking.h (139904 => 139905)

--- tags/Safari-537.26/Source/WebCore/platform/graphics/TiledBacking.h	2013-01-16 19:48:44 UTC (rev 139904)
+++ tags/Safari-537.26/Source/WebCore/platform/graphics/TiledBacking.h	2013-01-16 19:49:57 UTC (rev 139905)
@@ -47,6 +47,9 @@
 virtual void setVisibleRect(const IntRect&) = 0;
 virtual IntRect visibleRect() const = 0;
 
+virtual void setExposedRect(const IntRect&) = 0;
+virtual void setClipsToExposedRect(bool) = 0;
+
 virtual void prepopulateRect(const IntRect&) = 0;
 
 virtual void setIsInWindow(bool) = 0;


Modified: tags/Safari-537.26/Source/WebCore/platform/graphics/ca/mac/TileCache.h (139904 => 139905)

--- tags/Safari-537.26/Source/WebCore/platform/graphics/ca/mac/TileCache.h	2013-01-16 19:48:44 UTC (rev 139904)
+++ tags/Safari-537.26/Source/WebCore/platform/graphics/ca/mac/TileCache.h	2013-01-16 19:49:57 UTC (rev 139905)
@@ -106,6 +106,8 @@
 
 // TiledBacking member functions.
 virtual void setVisibleRect(const IntRect&) OVERRIDE;
+virtual void setExposedRect(const IntRect&) OVERRIDE;
+virtual void setClipsToExposedRect(bool) OVERRIDE;
 virtual void prepopulateRect(const IntRect&) OVERRIDE;
 virtual void setIsInWindow(bool) OVERRIDE;
 virtual void setTileCoverage(TileCoverage) OVERRIDE;
@@ -168,6 +170,7 @@
 IntSize m_tileSize;
 IntRect m_visibleRect;
 IntRect m_visibleRectAtLastRevalidate;
+IntRect m_exposedRect; // The exposed area of containing platform views.
 
 typedef HashMap TileMap;
 TileMap m_tiles;
@@ -197,6 +200,7 @@
 bool m_unparentsOffscreenTiles;
 bool m_acceleratesDraw

[webkit-changes] [139906] tags/Safari-537.26/Source

2013-01-16 Thread lforschler
Title: [139906] tags/Safari-537.26/Source








Revision 139906
Author lforsch...@apple.com
Date 2013-01-16 11:57:50 -0800 (Wed, 16 Jan 2013)


Log Message
Rollout r139905.  

Modified Paths

tags/Safari-537.26/Source/WebCore/ChangeLog
tags/Safari-537.26/Source/WebCore/platform/graphics/TiledBacking.h
tags/Safari-537.26/Source/WebCore/platform/graphics/ca/mac/TileCache.h
tags/Safari-537.26/Source/WebCore/platform/graphics/ca/mac/TileCache.mm
tags/Safari-537.26/Source/WebCore/rendering/RenderLayerCompositor.cpp
tags/Safari-537.26/Source/WebKit2/ChangeLog
tags/Safari-537.26/Source/WebKit2/UIProcess/API/mac/WKView.mm
tags/Safari-537.26/Source/WebKit2/UIProcess/API/mac/WKViewPrivate.h
tags/Safari-537.26/Source/WebKit2/UIProcess/WebPageProxy.h
tags/Safari-537.26/Source/WebKit2/UIProcess/mac/WebPageProxyMac.mm
tags/Safari-537.26/Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp
tags/Safari-537.26/Source/WebKit2/WebProcess/WebPage/DrawingArea.h
tags/Safari-537.26/Source/WebKit2/WebProcess/WebPage/WebPage.cpp
tags/Safari-537.26/Source/WebKit2/WebProcess/WebPage/WebPage.h
tags/Safari-537.26/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in
tags/Safari-537.26/Source/WebKit2/WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.h
tags/Safari-537.26/Source/WebKit2/WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm




Diff

Modified: tags/Safari-537.26/Source/WebCore/ChangeLog (139905 => 139906)

--- tags/Safari-537.26/Source/WebCore/ChangeLog	2013-01-16 19:49:57 UTC (rev 139905)
+++ tags/Safari-537.26/Source/WebCore/ChangeLog	2013-01-16 19:57:50 UTC (rev 139906)
@@ -1,5 +1,9 @@
 2013-01-16  Lucas Forschler  
 
+Rollout r139905
+
+2013-01-16  Lucas Forschler  
+
 Merge r139822
 
 2013-01-15  Tim Horton  


Modified: tags/Safari-537.26/Source/WebCore/platform/graphics/TiledBacking.h (139905 => 139906)

--- tags/Safari-537.26/Source/WebCore/platform/graphics/TiledBacking.h	2013-01-16 19:49:57 UTC (rev 139905)
+++ tags/Safari-537.26/Source/WebCore/platform/graphics/TiledBacking.h	2013-01-16 19:57:50 UTC (rev 139906)
@@ -47,9 +47,6 @@
 virtual void setVisibleRect(const IntRect&) = 0;
 virtual IntRect visibleRect() const = 0;
 
-virtual void setExposedRect(const IntRect&) = 0;
-virtual void setClipsToExposedRect(bool) = 0;
-
 virtual void prepopulateRect(const IntRect&) = 0;
 
 virtual void setIsInWindow(bool) = 0;


Modified: tags/Safari-537.26/Source/WebCore/platform/graphics/ca/mac/TileCache.h (139905 => 139906)

--- tags/Safari-537.26/Source/WebCore/platform/graphics/ca/mac/TileCache.h	2013-01-16 19:49:57 UTC (rev 139905)
+++ tags/Safari-537.26/Source/WebCore/platform/graphics/ca/mac/TileCache.h	2013-01-16 19:57:50 UTC (rev 139906)
@@ -106,8 +106,6 @@
 
 // TiledBacking member functions.
 virtual void setVisibleRect(const IntRect&) OVERRIDE;
-virtual void setExposedRect(const IntRect&) OVERRIDE;
-virtual void setClipsToExposedRect(bool) OVERRIDE;
 virtual void prepopulateRect(const IntRect&) OVERRIDE;
 virtual void setIsInWindow(bool) OVERRIDE;
 virtual void setTileCoverage(TileCoverage) OVERRIDE;
@@ -170,7 +168,6 @@
 IntSize m_tileSize;
 IntRect m_visibleRect;
 IntRect m_visibleRectAtLastRevalidate;
-IntRect m_exposedRect; // The exposed area of containing platform views.
 
 typedef HashMap TileMap;
 TileMap m_tiles;
@@ -200,7 +197,6 @@
 bool m_unparentsOffscreenTiles;
 bool m_acceleratesDrawing;
 bool m_tilesAreOpaque;
-bool m_clipsToExposedRect;
 
 RetainPtr m_tileDebugBorderColor;
 float m_tileDebugBorderWidth;


Modified: tags/Safari-537.26/Source/WebCore/platform/graphics/ca/mac/TileCache.mm (139905 => 139906)

--- tags/Safari-537.26/Source/WebCore/platform/graphics/ca/mac/TileCache.mm	2013-01-16 19:49:57 UTC (rev 139905)
+++ tags/Safari-537.26/Source/WebCore/platform/graphics/ca/mac/TileCache.mm	2013-01-16 19:57:50 UTC (rev 139906)
@@ -109,7 +109,6 @@
 , m_unparentsOffscreenTiles(false)
 , m_acceleratesDrawing(false)
 , m_tilesAreOpaque(false)
-, m_clipsToExposedRect(false)
 , m_tileDebugBorderWidth(0)
 , m_indicatorMode(ThreadedScrollingIndication)
 {
@@ -306,27 +305,6 @@
 revalidateTiles();
 }
 
-void TileCache::setExposedRect(const IntRect& exposedRect)
-{
-if (m_exposedRect == exposedRect)
-return;
-
-m_exposedRect = exposedRect;
-revalidateTiles();
-}
-
-void TileCache::setClipsToExposedRect(bool clipsToExposedRect)
-{
-if (m_clipsToExposedRect == clipsToExposedRect)
-return;
-
-m_clipsToExposedRect = clipsToExposedRect;
-
-// Going from not clipping to clipping, we don't need to revalidate right away.
-if (clipsToExposedRect)
-revalidateTiles();
-}
-
 void TileCache::prepopulateRect(const IntRect& rect)
 {
 ensureTilesForRect(rect);
@@ -415,22 +393,17 @@
 
 IntRect TileCache::computeTileCoverageRect(const IntRect& previousVisibleRect) const
 {
-IntRect visibleRect = m_visibleRect;

[webkit-changes] [139907] tags/Safari-537.26.1/

2013-01-16 Thread lforschler
Title: [139907] tags/Safari-537.26.1/








Revision 139907
Author lforsch...@apple.com
Date 2013-01-16 11:58:43 -0800 (Wed, 16 Jan 2013)


Log Message
New Tag.

Added Paths

tags/Safari-537.26.1/




Diff

Property changes: tags/Safari-537.26.1



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [139909] tags/Safari-537.26.1/Source

2013-01-16 Thread lforschler
Title: [139909] tags/Safari-537.26.1/Source








Revision 139909
Author lforsch...@apple.com
Date 2013-01-16 12:04:24 -0800 (Wed, 16 Jan 2013)


Log Message
Versioning.

Modified Paths

tags/Safari-537.26.1/Source/_javascript_Core/Configurations/Version.xcconfig
tags/Safari-537.26.1/Source/WebCore/Configurations/Version.xcconfig
tags/Safari-537.26.1/Source/WebKit/mac/Configurations/Version.xcconfig
tags/Safari-537.26.1/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: tags/Safari-537.26.1/Source/_javascript_Core/Configurations/Version.xcconfig (139908 => 139909)

--- tags/Safari-537.26.1/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-16 20:00:52 UTC (rev 139908)
+++ tags/Safari-537.26.1/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-16 20:04:24 UTC (rev 139909)
@@ -23,8 +23,8 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 26;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));


Modified: tags/Safari-537.26.1/Source/WebCore/Configurations/Version.xcconfig (139908 => 139909)

--- tags/Safari-537.26.1/Source/WebCore/Configurations/Version.xcconfig	2013-01-16 20:00:52 UTC (rev 139908)
+++ tags/Safari-537.26.1/Source/WebCore/Configurations/Version.xcconfig	2013-01-16 20:04:24 UTC (rev 139909)
@@ -23,8 +23,8 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 26;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));


Modified: tags/Safari-537.26.1/Source/WebKit/mac/Configurations/Version.xcconfig (139908 => 139909)

--- tags/Safari-537.26.1/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-16 20:00:52 UTC (rev 139908)
+++ tags/Safari-537.26.1/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-16 20:04:24 UTC (rev 139909)
@@ -23,8 +23,8 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 26;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));


Modified: tags/Safari-537.26.1/Source/WebKit2/Configurations/Version.xcconfig (139908 => 139909)

--- tags/Safari-537.26.1/Source/WebKit2/Configurations/Version.xcconfig	2013-01-16 20:00:52 UTC (rev 139908)
+++ tags/Safari-537.26.1/Source/WebKit2/Configurations/Version.xcconfig	2013-01-16 20:04:24 UTC (rev 139909)
@@ -23,8 +23,8 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 26;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [139910] tags/Safari-537.26.1/Source

2013-01-16 Thread lforschler
Title: [139910] tags/Safari-537.26.1/Source








Revision 139910
Author lforsch...@apple.com
Date 2013-01-16 12:12:59 -0800 (Wed, 16 Jan 2013)


Log Message
Merged r139822.  

Modified Paths

tags/Safari-537.26.1/Source/WebCore/ChangeLog
tags/Safari-537.26.1/Source/WebCore/platform/graphics/TiledBacking.h
tags/Safari-537.26.1/Source/WebCore/platform/graphics/ca/mac/TileCache.h
tags/Safari-537.26.1/Source/WebCore/platform/graphics/ca/mac/TileCache.mm
tags/Safari-537.26.1/Source/WebCore/rendering/RenderLayerCompositor.cpp
tags/Safari-537.26.1/Source/WebKit2/ChangeLog
tags/Safari-537.26.1/Source/WebKit2/UIProcess/API/mac/WKView.mm
tags/Safari-537.26.1/Source/WebKit2/UIProcess/API/mac/WKViewPrivate.h
tags/Safari-537.26.1/Source/WebKit2/UIProcess/WebPageProxy.h
tags/Safari-537.26.1/Source/WebKit2/UIProcess/mac/WebPageProxyMac.mm
tags/Safari-537.26.1/Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp
tags/Safari-537.26.1/Source/WebKit2/WebProcess/WebPage/DrawingArea.h
tags/Safari-537.26.1/Source/WebKit2/WebProcess/WebPage/WebPage.cpp
tags/Safari-537.26.1/Source/WebKit2/WebProcess/WebPage/WebPage.h
tags/Safari-537.26.1/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in
tags/Safari-537.26.1/Source/WebKit2/WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.h
tags/Safari-537.26.1/Source/WebKit2/WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm




Diff

Modified: tags/Safari-537.26.1/Source/WebCore/ChangeLog (139909 => 139910)

--- tags/Safari-537.26.1/Source/WebCore/ChangeLog	2013-01-16 20:04:24 UTC (rev 139909)
+++ tags/Safari-537.26.1/Source/WebCore/ChangeLog	2013-01-16 20:12:59 UTC (rev 139910)
@@ -1,5 +1,33 @@
 2013-01-16  Lucas Forschler  
 
+Merge r139822
+
+2013-01-15  Tim Horton  
+
+Clamp TileCache visibleRect to WKView's visibleRect
+https://bugs.webkit.org/show_bug.cgi?id=106601
+
+
+Reviewed by Simon Fraser.
+
+* platform/graphics/TiledBacking.h:
+(TiledBacking): Add setExposedRect and setClipsToExposedRect.
+* platform/graphics/ca/mac/TileCache.h:
+(TileCache): Add setExposedRect, setClipsToExposedRect, and storage for their respective values.
+* platform/graphics/ca/mac/TileCache.mm:
+(WebCore::TileCache::TileCache): Initialize m_clipsToExposedRect to false.
+(WebCore::TileCache::setExposedRect): Update exposedRect and revalidate tiles.
+(WebCore::TileCache::setClipsToExposedRect): Update clipsToExposedRect and revalidate tiles;
+if we're going from unclipped to clipped, we already have tiles, so we can skip tile revalidation.
+(WebCore::TileCache::computeTileCoverageRect): Intersect exisiting visible rect with
+exposed rect to get the visible rect we actually care about.
+(WebCore::TileCache::revalidateTiles): Ditto.
+* rendering/RenderLayerCompositor.cpp:
+(WebCore::RenderLayerCompositor::requiresOverhangAreasLayer): Don't create an overhang layer if the frame isn't scrollable.
+(WebCore::RenderLayerCompositor::requiresContentShadowLayer): Don't create a shadow layer if the frame isn't scrollable.
+
+2013-01-16  Lucas Forschler  
+
 Rollout r139905
 
 2013-01-16  Lucas Forschler  


Modified: tags/Safari-537.26.1/Source/WebCore/platform/graphics/TiledBacking.h (139909 => 139910)

--- tags/Safari-537.26.1/Source/WebCore/platform/graphics/TiledBacking.h	2013-01-16 20:04:24 UTC (rev 139909)
+++ tags/Safari-537.26.1/Source/WebCore/platform/graphics/TiledBacking.h	2013-01-16 20:12:59 UTC (rev 139910)
@@ -47,6 +47,9 @@
 virtual void setVisibleRect(const IntRect&) = 0;
 virtual IntRect visibleRect() const = 0;
 
+virtual void setExposedRect(const IntRect&) = 0;
+virtual void setClipsToExposedRect(bool) = 0;
+
 virtual void prepopulateRect(const IntRect&) = 0;
 
 virtual void setIsInWindow(bool) = 0;


Modified: tags/Safari-537.26.1/Source/WebCore/platform/graphics/ca/mac/TileCache.h (139909 => 139910)

--- tags/Safari-537.26.1/Source/WebCore/platform/graphics/ca/mac/TileCache.h	2013-01-16 20:04:24 UTC (rev 139909)
+++ tags/Safari-537.26.1/Source/WebCore/platform/graphics/ca/mac/TileCache.h	2013-01-16 20:12:59 UTC (rev 139910)
@@ -106,6 +106,8 @@
 
 // TiledBacking member functions.
 virtual void setVisibleRect(const IntRect&) OVERRIDE;
+virtual void setExposedRect(const IntRect&) OVERRIDE;
+virtual void setClipsToExposedRect(bool) OVERRIDE;
 virtual void prepopulateRect(const IntRect&) OVERRIDE;
 virtual void setIsInWindow(bool) OVERRIDE;
 virtual void setTileCoverage(TileCoverage) OVERRIDE;
@@ -168,6 +170,7 @@
 IntSize m_tileSize;
 IntRect m_visibleRect;
 IntRect m_visibleRectAtLastRevalidate;
+IntRect m_exposedRect; // The exposed area of containing platform views.
 
 typedef HashMap TileMap;
 TileMap m_tiles;
@@ -197,6 +200,7 @@
 bool m_unparentsOffscreenTi

[webkit-changes] [140008] tags/Safari-537.26.1/Source/WebCore

2013-01-17 Thread lforschler
Title: [140008] tags/Safari-537.26.1/Source/WebCore








Revision 140008
Author lforsch...@apple.com
Date 2013-01-17 11:23:21 -0800 (Thu, 17 Jan 2013)


Log Message
Merged r139800.  

Modified Paths

tags/Safari-537.26.1/Source/WebCore/ChangeLog
tags/Safari-537.26.1/Source/WebCore/page/Page.cpp




Diff

Modified: tags/Safari-537.26.1/Source/WebCore/ChangeLog (140007 => 140008)

--- tags/Safari-537.26.1/Source/WebCore/ChangeLog	2013-01-17 19:15:24 UTC (rev 140007)
+++ tags/Safari-537.26.1/Source/WebCore/ChangeLog	2013-01-17 19:23:21 UTC (rev 140008)
@@ -1,5 +1,19 @@
 2013-01-17  Lucas Forschler  
 
+Merge r139800
+
+2013-01-15  Beth Dakin  
+
+https://bugs.webkit.org/show_bug.cgi?id=106940
+Suspend CSS animations for background tabs
+
+Reviewed by Simon Fraser.
+
+* page/Page.cpp:
+(WebCore::Page::setVisibilityState):
+
+2013-01-17  Lucas Forschler  
+
 Merge r139796
 
 2013-01-15  Enrica Casucci  


Modified: tags/Safari-537.26.1/Source/WebCore/page/Page.cpp (140007 => 140008)

--- tags/Safari-537.26.1/Source/WebCore/page/Page.cpp	2013-01-17 19:15:24 UTC (rev 140007)
+++ tags/Safari-537.26.1/Source/WebCore/page/Page.cpp	2013-01-17 19:23:21 UTC (rev 140008)
@@ -1184,15 +1184,20 @@
 m_mainFrame->dispatchVisibilityStateChangeEvent();
 #endif
 
+if (visibilityState == WebCore::PageVisibilityStateHidden) {
 #if ENABLE(HIDDEN_PAGE_DOM_TIMER_THROTTLING)
-if (visibilityState == WebCore::PageVisibilityStateHidden)
 setTimerAlignmentInterval(Settings::hiddenPageDOMTimerAlignmentInterval());
-else
+#endif
+mainFrame()->animation()->suspendAnimations();
+} else {
+#if ENABLE(HIDDEN_PAGE_DOM_TIMER_THROTTLING)
 setTimerAlignmentInterval(Settings::defaultDOMTimerAlignmentInterval());
+#endif
+mainFrame()->animation()->resumeAnimations();
+}
 #if !ENABLE(PAGE_VISIBILITY_API)
 UNUSED_PARAM(isInitialState);
 #endif
-#endif
 }
 #endif // ENABLE(PAGE_VISIBILITY_API) || ENABLE(HIDDEN_PAGE_DOM_TIMER_THROTTLING)
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [140009] tags/Safari-537.26.1/Source/WebKit2

2013-01-17 Thread lforschler
Title: [140009] tags/Safari-537.26.1/Source/WebKit2








Revision 140009
Author lforsch...@apple.com
Date 2013-01-17 11:25:58 -0800 (Thu, 17 Jan 2013)


Log Message
Merged r139888.  

Modified Paths

tags/Safari-537.26.1/Source/WebKit2/ChangeLog
tags/Safari-537.26.1/Source/WebKit2/Shared/mac/ChildProcessMac.mm
tags/Safari-537.26.1/Source/WebKit2/UIProcess/Network/NetworkProcessProxy.cpp
tags/Safari-537.26.1/Source/WebKit2/UIProcess/Plugins/PluginProcessProxy.cpp
tags/Safari-537.26.1/Source/WebKit2/UIProcess/SharedWorkers/SharedWorkerProcessProxy.cpp
tags/Safari-537.26.1/Source/WebKit2/UIProcess/WebContext.cpp
tags/Safari-537.26.1/Source/WebKit2/UIProcess/WebContext.h
tags/Safari-537.26.1/Source/WebKit2/UIProcess/WebProcessProxy.cpp
tags/Safari-537.26.1/Source/WebKit2/UIProcess/mac/WebContextMac.mm
tags/Safari-537.26.1/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj


Added Paths

tags/Safari-537.26.1/Source/WebKit2/UIProcess/API/C/mac/WKContextPrivateMac.cpp
tags/Safari-537.26.1/Source/WebKit2/UIProcess/API/C/mac/WKContextPrivateMac.h




Diff

Modified: tags/Safari-537.26.1/Source/WebKit2/ChangeLog (140008 => 140009)

--- tags/Safari-537.26.1/Source/WebKit2/ChangeLog	2013-01-17 19:23:21 UTC (rev 140008)
+++ tags/Safari-537.26.1/Source/WebKit2/ChangeLog	2013-01-17 19:25:58 UTC (rev 140009)
@@ -1,5 +1,81 @@
 2013-01-17  Lucas Forschler  
 
+Merge r139888
+
+2013-01-16  Kiran Muppala  
+
+Groundwork to enable process suppression by default on Mac
+https://bugs.webkit.org/show_bug.cgi?id=106513
+
+Reviewed by Alexey Proskuryakov.
+
+Process suppression has so far been controlled by a user default and
+disabled by default.  This patch provides the groundwork to enable it by
+default and adds a private API to enable/disable it on a per-context
+basis.
+
+* Shared/mac/ChildProcessMac.mm:
+(WebKit::ChildProcess::platformInitialize): Add comment about
+initilization of application occlusion state.
+* UIProcess/API/C/mac/WKContextPrivateMac.cpp: Added.
+(WKContextGetProcessSuppressionEnabled):
+(WKContextSetProcessSuppressionEnabled):
+Add private API to enable/disable process suppression on a per-context
+basis.
+* UIProcess/API/C/mac/WKContextPrivateMac.h: Added.
+* UIProcess/Network/NetworkProcessProxy.cpp:
+(WebKit::NetworkProcessProxy::didFinishLaunching): Check if owning
+context has process suppression enabled before updating application
+occlusion state.
+* UIProcess/WebProcessProxy.cpp:
+(WebKit::WebProcessProxy::didFinishLaunching): Ditto.
+* UIProcess/Plugins/PluginProcessProxy.cpp:
+(WebKit::PluginProcessProxy::didFinishLaunching): Check if
+process suppression is enabled for global child processes before
+updating application occlusion state.
+* UIProcess/SharedWorkers/SharedWorkerProcessProxy.cpp:
+(WebKit::SharedWorkerProcessProxy::didFinishLaunching): Ditto.
+* UIProcess/WebContext.cpp:
+(WebKit::WebContext::create): Remove call to
+initializeProcessSuppressionSupport, since platformInitialize has been
+modified to perform initialization.
+(WebKit::WebContext::WebContext): Initialize new member variable
+m_processSuppressionEnabled to false.
+* UIProcess/WebContext.h:
+(WebKit::WebContext::processSuppressionEnabled): Remove "Support"
+from the method name.
+* UIProcess/mac/WebContextMac.mm:
+(WebKit::updateGlobalChildProcessesApplicationOcclusionState):
+(WebKit::applicationOcclusionStateChanged): Update the application
+occlusion state of child processes having process suppresion enabled.
+(WebKit::applicationBecameVisible):
+(WebKit::applicationBecameOccluded):
+Simplify by moving code to applicationOcclusionStateChanged.
+(WebKit::registerOcclusionNotificationHandlers): Fix typos.
+(WebKit::unregisterOcclusionNotificationHandlers): Add
+method to unregister occlusion notification handlers when no context
+has process suppression enabled.
+(WebKit::enableOcclusionNotifications):
+(WebKit::disableOcclusionNotifications):
+(WebKit::enableProcessSuppressionForGlobalChildProcesses):
+(WebKit::disableProcessSuppressionForGlobalChildProcesses):
+(WebKit::processSuppressionIsEnabledForAnyContext):
+(WebKit::processSuppressionIsEnabledForAllContexts):
+(WebKit::WebContext::platformInitialize): Disable process suppression
+for global child processes since process suppression is disabled for a
+context on construction.
+

[webkit-changes] [140013] tags/Safari-537.26.1/Source/WebKit2

2013-01-17 Thread lforschler
Title: [140013] tags/Safari-537.26.1/Source/WebKit2








Revision 140013
Author lforsch...@apple.com
Date 2013-01-17 11:35:08 -0800 (Thu, 17 Jan 2013)


Log Message
Merge patch for 

Modified Paths

tags/Safari-537.26.1/Source/WebKit2/ChangeLog
tags/Safari-537.26.1/Source/WebKit2/UIProcess/WebContext.cpp
tags/Safari-537.26.1/Source/WebKit2/UIProcess/mac/WebContextMac.mm




Diff

Modified: tags/Safari-537.26.1/Source/WebKit2/ChangeLog (140012 => 140013)

--- tags/Safari-537.26.1/Source/WebKit2/ChangeLog	2013-01-17 19:30:07 UTC (rev 140012)
+++ tags/Safari-537.26.1/Source/WebKit2/ChangeLog	2013-01-17 19:35:08 UTC (rev 140013)
@@ -1,5 +1,25 @@
 2013-01-17  Lucas Forschler  
 
+Merge patch from 
+
+2013-01-16  Kiran Muppala  
+
+Enable process suppression by default on Mac
+https://bugs.webkit.org/show_bug.cgi?id=106804
+
+Reviewed by Alexey Proskuryakov.
+
+* UIProcess/WebContext.cpp:
+(WebKit::WebContext::WebContext): Change initialized value of
+m_processSuppressionEnabled from false to true.
+* UIProcess/mac/WebContextMac.mm:
+(WebKit::WebContext::platformInitialize): Since process suppression
+is no longer disabled on construction, do not disable it for global
+child processes either.  Instead enable occlusion notifications as
+they are needed to trigger process suppression.
+
+2013-01-17  Lucas Forschler  
+
 Merge r139888
 
 2013-01-16  Kiran Muppala  


Modified: tags/Safari-537.26.1/Source/WebKit2/UIProcess/WebContext.cpp (140012 => 140013)

--- tags/Safari-537.26.1/Source/WebKit2/UIProcess/WebContext.cpp	2013-01-17 19:30:07 UTC (rev 140012)
+++ tags/Safari-537.26.1/Source/WebKit2/UIProcess/WebContext.cpp	2013-01-17 19:35:08 UTC (rev 140013)
@@ -142,7 +142,7 @@
 , m_usesNetworkProcess(false)
 #endif
 #if PLATFORM(MAC)
-, m_processSuppressionEnabled(false)
+, m_processSuppressionEnabled(true)
 #endif
 #if USE(SOUP)
 , m_ignoreTLSErrors(true)


Modified: tags/Safari-537.26.1/Source/WebKit2/UIProcess/mac/WebContextMac.mm (140012 => 140013)

--- tags/Safari-537.26.1/Source/WebKit2/UIProcess/mac/WebContextMac.mm	2013-01-17 19:30:07 UTC (rev 140012)
+++ tags/Safari-537.26.1/Source/WebKit2/UIProcess/mac/WebContextMac.mm	2013-01-17 19:35:08 UTC (rev 140013)
@@ -228,8 +228,8 @@
 {
 registerUserDefaultsIfNeeded();
 registerNotificationObservers();
-ASSERT(!m_processSuppressionEnabled);
-disableProcessSuppressionForGlobalChildProcesses();
+ASSERT(m_processSuppressionEnabled);
+enableOcclusionNotifications();
 }
 
 String WebContext::applicationCacheDirectory()






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [140018] tags/Safari-537.26.1/Source/WebKit2

2013-01-17 Thread lforschler
Title: [140018] tags/Safari-537.26.1/Source/WebKit2








Revision 140018
Author lforsch...@apple.com
Date 2013-01-17 11:49:24 -0800 (Thu, 17 Jan 2013)


Log Message
Merged r139960.  

Modified Paths

tags/Safari-537.26.1/Source/WebKit2/ChangeLog
tags/Safari-537.26.1/Source/WebKit2/WebProcess/WebCoreSupport/WebPlatformStrategies.cpp




Diff

Modified: tags/Safari-537.26.1/Source/WebKit2/ChangeLog (140017 => 140018)

--- tags/Safari-537.26.1/Source/WebKit2/ChangeLog	2013-01-17 19:48:14 UTC (rev 140017)
+++ tags/Safari-537.26.1/Source/WebKit2/ChangeLog	2013-01-17 19:49:24 UTC (rev 140018)
@@ -1,5 +1,20 @@
 2013-01-17  Lucas Forschler  
 
+Merge r139960
+
+2013-01-16  Sam Weinig  
+
+Fix crashes on the bots.
+
+The WebKit LoaderStrategy for loading synchronously was only implemented
+for the case where you have a network process. When you don't, we should
+be using the base implementation.
+
+* WebProcess/WebCoreSupport/WebPlatformStrategies.cpp:
+(WebKit::WebPlatformStrategies::loadResourceSynchronously):
+
+2013-01-17  Lucas Forschler  
+
 Merge r139935
 
 2013-01-16  Brady Eidson  


Modified: tags/Safari-537.26.1/Source/WebKit2/WebProcess/WebCoreSupport/WebPlatformStrategies.cpp (140017 => 140018)

--- tags/Safari-537.26.1/Source/WebKit2/WebProcess/WebCoreSupport/WebPlatformStrategies.cpp	2013-01-17 19:48:14 UTC (rev 140017)
+++ tags/Safari-537.26.1/Source/WebKit2/WebProcess/WebCoreSupport/WebPlatformStrategies.cpp	2013-01-17 19:49:24 UTC (rev 140018)
@@ -216,6 +216,11 @@
 
 void WebPlatformStrategies::loadResourceSynchronously(NetworkingContext* context, const ResourceRequest& request, StoredCredentials storedCredentials, ResourceError& error, ResourceResponse& response, Vector& data)
 {
+if (!WebProcess::shared().usesNetworkProcess()) {
+LoaderStrategy::loadResourceSynchronously(context, request, storedCredentials, error, response, data);
+return;
+}
+
 CoreIPC::DataReference dataReference;
 
 NetworkResourceLoadParameters loadParameters(request, ResourceLoadPriorityHighest, SniffContent, storedCredentials, context->storageSession().isPrivateBrowsingSession());






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [140020] tags/Safari-537.26.1/Source/WebKit2

2013-01-17 Thread lforschler
Title: [140020] tags/Safari-537.26.1/Source/WebKit2








Revision 140020
Author lforsch...@apple.com
Date 2013-01-17 11:53:21 -0800 (Thu, 17 Jan 2013)


Log Message
Merged r139943.  

Modified Paths

tags/Safari-537.26.1/Source/WebKit2/ChangeLog
tags/Safari-537.26.1/Source/WebKit2/WebProcess/Plugins/PluginView.cpp




Diff

Modified: tags/Safari-537.26.1/Source/WebKit2/ChangeLog (140019 => 140020)

--- tags/Safari-537.26.1/Source/WebKit2/ChangeLog	2013-01-17 19:52:07 UTC (rev 140019)
+++ tags/Safari-537.26.1/Source/WebKit2/ChangeLog	2013-01-17 19:53:21 UTC (rev 140020)
@@ -1,5 +1,27 @@
 2013-01-17  Lucas Forschler  
 
+Merge r139943
+
+2013-01-16  Anders Carlsson  
+
+Fix crash when destroying a plug-in with pending URL requests
+https://bugs.webkit.org/show_bug.cgi?id=107075
+
+
+Reviewed by Sam Weinig.
+
+In PluginView::destroyPluginAndReset, make sure to cancel any outstanding URL requests since the PluginView
+object will stay around and would otherwise start loading URLs from stopped plug-ins.
+
+* WebProcess/Plugins/PluginView.cpp:
+(WebKit::PluginView::Stream::start):
+Assert that the plug-in is alive.
+
+(WebKit::PluginView::destroyPluginAndReset):
+Empty out the pending URL requests vector and stop the timer.
+
+2013-01-17  Lucas Forschler  
+
 Merge r139960
 
 2013-01-16  Sam Weinig  


Modified: tags/Safari-537.26.1/Source/WebKit2/WebProcess/Plugins/PluginView.cpp (140019 => 140020)

--- tags/Safari-537.26.1/Source/WebKit2/WebProcess/Plugins/PluginView.cpp	2013-01-17 19:52:07 UTC (rev 140019)
+++ tags/Safari-537.26.1/Source/WebKit2/WebProcess/Plugins/PluginView.cpp	2013-01-17 19:53:21 UTC (rev 140020)
@@ -144,6 +144,7 @@
 
 void PluginView::Stream::start()
 {
+ASSERT(m_pluginView->m_plugin);
 ASSERT(!m_loader);
 
 Frame* frame = m_pluginView->m_pluginElement->document()->frame();
@@ -308,6 +309,10 @@
 m_isBeingDestroyed = true;
 m_plugin->destroyPlugin();
 m_isBeingDestroyed = false;
+
+m_pendingURLRequests.clear();
+m_pendingURLRequestsTimer.stop();
+
 #if PLATFORM(MAC)
 if (m_webPage)
 pluginFocusOrWindowFocusChanged(false);






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [140061] tags/Safari-537.26.1/Source/WebCore

2013-01-17 Thread lforschler
Title: [140061] tags/Safari-537.26.1/Source/WebCore








Revision 140061
Author lforsch...@apple.com
Date 2013-01-17 15:49:13 -0800 (Thu, 17 Jan 2013)


Log Message
Merged r139927.  

Modified Paths

tags/Safari-537.26.1/Source/WebCore/ChangeLog
tags/Safari-537.26.1/Source/WebCore/page/Console.cpp




Diff

Modified: tags/Safari-537.26.1/Source/WebCore/ChangeLog (140060 => 140061)

--- tags/Safari-537.26.1/Source/WebCore/ChangeLog	2013-01-17 23:25:59 UTC (rev 140060)
+++ tags/Safari-537.26.1/Source/WebCore/ChangeLog	2013-01-17 23:49:13 UTC (rev 140061)
@@ -1,5 +1,21 @@
 2013-01-17  Lucas Forschler  
 
+Merge r139927
+
+2013-01-16  Timothy Hatcher  
+
+Fix a crash when printing console messages to STDOUT.
+
+https://bugs.webkit.org/show_bug.cgi?id=107039
+
+Reviewed by Joseph Pecoraro.
+
+* page/Console.cpp:
+(WebCore::internalAddMessage): Don't release the RefPtr early. Also log the line number
+and convert non-string arguments to strings when printing them.
+
+2013-01-17  Lucas Forschler  
+
 Merge r139935
 
 2013-01-16  Brady Eidson  


Modified: tags/Safari-537.26.1/Source/WebCore/page/Console.cpp (140060 => 140061)

--- tags/Safari-537.26.1/Source/WebCore/page/Console.cpp	2013-01-17 23:25:59 UTC (rev 140060)
+++ tags/Safari-537.26.1/Source/WebCore/page/Console.cpp	2013-01-17 23:49:13 UTC (rev 140061)
@@ -201,7 +201,7 @@
 
 String message;
 bool gotMessage = arguments->getFirstArgumentAsString(message);
-InspectorInstrumentation::addMessageToConsole(page, ConsoleAPIMessageSource, type, level, message, state, arguments.release());
+InspectorInstrumentation::addMessageToConsole(page, ConsoleAPIMessageSource, type, level, message, state, arguments);
 
 if (!page->settings() || page->settings()->privateBrowsingEnabled())
 return;
@@ -210,14 +210,14 @@
 page->chrome()->client()->addMessageToConsole(ConsoleAPIMessageSource, type, level, message, lastCaller.lineNumber(), lastCaller.sourceURL());
 
 if (printExceptions) {
-printSourceURLAndLine(lastCaller.sourceURL(), 0);
+printSourceURLAndLine(lastCaller.sourceURL(), lastCaller.lineNumber());
 printMessageSourceAndLevelPrefix(ConsoleAPIMessageSource, level);
 
 for (unsigned i = 0; i < arguments->argumentCount(); ++i) {
-String argAsString;
-if (arguments->argumentAt(i).getString(arguments->globalState(), argAsString))
-printf(" %s", argAsString.utf8().data());
+String argAsString = arguments->argumentAt(i).toString(arguments->globalState());
+printf(" %s", argAsString.utf8().data());
 }
+
 printf("\n");
 }
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [140175] tags/Safari-537.26.2/

2013-01-18 Thread lforschler
Title: [140175] tags/Safari-537.26.2/








Revision 140175
Author lforsch...@apple.com
Date 2013-01-18 10:26:33 -0800 (Fri, 18 Jan 2013)


Log Message
New Tag.

Added Paths

tags/Safari-537.26.2/




Diff

Property changes: tags/Safari-537.26.2



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [140176] tags/Safari-537.26.2/Source

2013-01-18 Thread lforschler
Title: [140176] tags/Safari-537.26.2/Source








Revision 140176
Author lforsch...@apple.com
Date 2013-01-18 10:28:18 -0800 (Fri, 18 Jan 2013)


Log Message
Versioning.

Modified Paths

tags/Safari-537.26.2/Source/_javascript_Core/Configurations/Version.xcconfig
tags/Safari-537.26.2/Source/WebCore/Configurations/Version.xcconfig
tags/Safari-537.26.2/Source/WebKit/mac/Configurations/Version.xcconfig
tags/Safari-537.26.2/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: tags/Safari-537.26.2/Source/_javascript_Core/Configurations/Version.xcconfig (140175 => 140176)

--- tags/Safari-537.26.2/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-18 18:26:33 UTC (rev 140175)
+++ tags/Safari-537.26.2/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-18 18:28:18 UTC (rev 140176)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 26;
-TINY_VERSION = 1;
+TINY_VERSION = 2;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: tags/Safari-537.26.2/Source/WebCore/Configurations/Version.xcconfig (140175 => 140176)

--- tags/Safari-537.26.2/Source/WebCore/Configurations/Version.xcconfig	2013-01-18 18:26:33 UTC (rev 140175)
+++ tags/Safari-537.26.2/Source/WebCore/Configurations/Version.xcconfig	2013-01-18 18:28:18 UTC (rev 140176)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 26;
-TINY_VERSION = 1;
+TINY_VERSION = 2;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: tags/Safari-537.26.2/Source/WebKit/mac/Configurations/Version.xcconfig (140175 => 140176)

--- tags/Safari-537.26.2/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-18 18:26:33 UTC (rev 140175)
+++ tags/Safari-537.26.2/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-18 18:28:18 UTC (rev 140176)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 26;
-TINY_VERSION = 1;
+TINY_VERSION = 2;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: tags/Safari-537.26.2/Source/WebKit2/Configurations/Version.xcconfig (140175 => 140176)

--- tags/Safari-537.26.2/Source/WebKit2/Configurations/Version.xcconfig	2013-01-18 18:26:33 UTC (rev 140175)
+++ tags/Safari-537.26.2/Source/WebKit2/Configurations/Version.xcconfig	2013-01-18 18:28:18 UTC (rev 140176)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 26;
-TINY_VERSION = 1;
+TINY_VERSION = 2;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [140178] tags/Safari-537.26.2/Source/WebKit2

2013-01-18 Thread lforschler
Title: [140178] tags/Safari-537.26.2/Source/WebKit2








Revision 140178
Author lforsch...@apple.com
Date 2013-01-18 10:31:49 -0800 (Fri, 18 Jan 2013)


Log Message
Merged r140081.  

Modified Paths

tags/Safari-537.26.2/Source/WebKit2/ChangeLog
tags/Safari-537.26.2/Source/WebKit2/WebProcess/WebProcess.cpp




Diff

Modified: tags/Safari-537.26.2/Source/WebKit2/ChangeLog (140177 => 140178)

--- tags/Safari-537.26.2/Source/WebKit2/ChangeLog	2013-01-18 18:28:42 UTC (rev 140177)
+++ tags/Safari-537.26.2/Source/WebKit2/ChangeLog	2013-01-18 18:31:49 UTC (rev 140178)
@@ -1,3 +1,24 @@
+2013-01-18  Lucas Forschler  
+
+Merge r140081
+
+2013-01-17  Jon Lee  
+
+Do not track user interaction for plugins that are not snapshotted
+https://bugs.webkit.org/show_bug.cgi?id=107211
+
+
+Reviewed by Dean Jackson.
+
+When the user interacts with a snapshotted plug-in, we extend that plug-in origin's
+expiration date. However, plug-ins may not be snapshotted for other reasons than the
+user's initial opt-in. In this case, that plug-in's origin might be not be in the cached
+table. This is an edge case that was not initially considered.
+
+* WebProcess/WebProcess.cpp:
+(WebKit::WebProcess::plugInDidReceiveUserInteraction): Convert the assertion to an if
+check, and return early if the entry is not found in the cache table.
+
 2013-01-17  Lucas Forschler  
 
 Merge r139943


Modified: tags/Safari-537.26.2/Source/WebKit2/WebProcess/WebProcess.cpp (140177 => 140178)

--- tags/Safari-537.26.2/Source/WebKit2/WebProcess/WebProcess.cpp	2013-01-18 18:28:42 UTC (rev 140177)
+++ tags/Safari-537.26.2/Source/WebKit2/WebProcess/WebProcess.cpp	2013-01-18 18:31:49 UTC (rev 140178)
@@ -816,7 +816,8 @@
 return;
 
 HashMap::iterator it = m_plugInAutoStartOrigins.find(plugInOriginHash);
-ASSERT(it != m_plugInAutoStartOrigins.end());
+if (it == m_plugInAutoStartOrigins.end())
+return;
 if (it->value - currentTime() > plugInAutoStartExpirationTimeUpdateThreshold)
 return;
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [140179] tags/Safari-537.26.2/Source

2013-01-18 Thread lforschler
Title: [140179] tags/Safari-537.26.2/Source








Revision 140179
Author lforsch...@apple.com
Date 2013-01-18 10:34:47 -0800 (Fri, 18 Jan 2013)


Log Message
Merged r140087.  

Modified Paths

tags/Safari-537.26.2/Source/WebCore/ChangeLog
tags/Safari-537.26.2/Source/WebCore/WebCore.exp.in
tags/Safari-537.26.2/Source/WebKit2/ChangeLog
tags/Safari-537.26.2/Source/WebKit2/UIProcess/WebPageProxy.cpp
tags/Safari-537.26.2/Source/WebKit2/UIProcess/mac/TiledCoreAnimationDrawingAreaProxy.mm
tags/Safari-537.26.2/Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp
tags/Safari-537.26.2/Source/WebKit2/WebProcess/WebPage/DrawingArea.h
tags/Safari-537.26.2/Source/WebKit2/WebProcess/WebPage/DrawingArea.messages.in
tags/Safari-537.26.2/Source/WebKit2/WebProcess/WebPage/WebPage.cpp
tags/Safari-537.26.2/Source/WebKit2/WebProcess/WebPage/WebPage.h
tags/Safari-537.26.2/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in
tags/Safari-537.26.2/Source/WebKit2/WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.h
tags/Safari-537.26.2/Source/WebKit2/WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm




Diff

Modified: tags/Safari-537.26.2/Source/WebCore/ChangeLog (140178 => 140179)

--- tags/Safari-537.26.2/Source/WebCore/ChangeLog	2013-01-18 18:31:49 UTC (rev 140178)
+++ tags/Safari-537.26.2/Source/WebCore/ChangeLog	2013-01-18 18:34:47 UTC (rev 140179)
@@ -1,3 +1,17 @@
+2013-01-18  Lucas Forschler  
+
+Merge r140087
+
+2013-01-17  Tim Horton  
+
+[WK2] Minimum layout width auto-sizing should use FrameView::enableAutoSizeMode so that it can shrink the viewport
+https://bugs.webkit.org/show_bug.cgi?id=107200
+
+
+Reviewed by Simon Fraser.
+
+* WebCore.exp.in: Export FrameView::enableAutoSize(...).
+
 2013-01-17  Lucas Forschler  
 
 Merge r139927


Modified: tags/Safari-537.26.2/Source/WebCore/WebCore.exp.in (140178 => 140179)

--- tags/Safari-537.26.2/Source/WebCore/WebCore.exp.in	2013-01-18 18:31:49 UTC (rev 140178)
+++ tags/Safari-537.26.2/Source/WebCore/WebCore.exp.in	2013-01-18 18:34:47 UTC (rev 140179)
@@ -1020,6 +1020,7 @@
 __ZN7WebCore9FrameView17paintControlTintsEv
 __ZN7WebCore9FrameView17setScrollPositionERKNS_8IntPointE
 __ZN7WebCore9FrameView18updateControlTintsEv
+__ZN7WebCore9FrameView18enableAutoSizeModeEbRKNS_7IntSizeES3_
 __ZN7WebCore9FrameView19scrollElementToRectEPNS_7ElementERKNS_7IntRectE
 __ZN7WebCore9FrameView20enterCompositingModeEv
 __ZN7WebCore9FrameView20removeScrollableAreaEPNS_14ScrollableAreaE


Modified: tags/Safari-537.26.2/Source/WebKit2/ChangeLog (140178 => 140179)

--- tags/Safari-537.26.2/Source/WebKit2/ChangeLog	2013-01-18 18:31:49 UTC (rev 140178)
+++ tags/Safari-537.26.2/Source/WebKit2/ChangeLog	2013-01-18 18:34:47 UTC (rev 140179)
@@ -1,5 +1,42 @@
 2013-01-18  Lucas Forschler  
 
+Merge r140087
+
+2013-01-17  Tim Horton  
+
+[WK2] Minimum layout width auto-sizing should use FrameView::enableAutoSizeMode so that it can shrink the viewport
+https://bugs.webkit.org/show_bug.cgi?id=107200
+
+
+Reviewed by Simon Fraser.
+
+Make use of FrameView's auto-size mode to allow WKView's computed intrinsic content
+size to shrink below the current viewport size.
+
+* UIProcess/WebPageProxy.cpp:
+(WebKit::WebPageProxy::setMinimumLayoutWidth): Forward minimumLayoutWidth changes to WebPage.
+* UIProcess/mac/TiledCoreAnimationDrawingAreaProxy.mm:
+(WebKit::TiledCoreAnimationDrawingAreaProxy::sendUpdateGeometry): Remove minimumLayoutWidth argument on updateGeometry.
+* WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:
+(WebKit::WebFrameLoaderClient::transitionToCommittedForNewPage): Enable auto-size mode on the new FrameView if needed.
+* WebProcess/WebPage/DrawingArea.h:
+(WebKit::DrawingArea::updateGeometry): Remove minimumLayoutWidth argument.
+* WebProcess/WebPage/DrawingArea.messages.in: Remove minimumLayoutWidth argument on updateGeometry.
+* WebProcess/WebPage/WebPage.cpp:
+(WebKit::WebPage::WebPage): Initialize m_minimumLayoutWidth to 0.
+(WebKit::WebPage::setMinimumLayoutWidth): Keep track of minimumLayoutWidth on WebPage. Update auto-sizing state if needed.
+* WebProcess/WebPage/WebPage.h:
+(WebKit::WebPage::minimumLayoutWidth):
+* WebProcess/WebPage/WebPage.messages.in: Add SetMinimumLayoutWidth.
+* WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.h:
+(TiledCoreAnimationDrawingArea): Remove storage for m_minimumLayoutWidth. We can get it from WebPage instead.
+* WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm:
+(WebKit::TiledCoreAnimationDrawingArea::TiledCoreAnimationDrawingArea):
+(WebKit::TiledCoreAnimationDrawingArea::mainFrameContentSizeChanged): Grab minimumLay

[webkit-changes] [140354] tags/Safari-537.26.3/

2013-01-21 Thread lforschler
Title: [140354] tags/Safari-537.26.3/








Revision 140354
Author lforsch...@apple.com
Date 2013-01-21 13:26:07 -0800 (Mon, 21 Jan 2013)


Log Message
New Tag.

Added Paths

tags/Safari-537.26.3/




Diff

Property changes: tags/Safari-537.26.3



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [140356] tags/Safari-537.26.3/Source

2013-01-21 Thread lforschler
Title: [140356] tags/Safari-537.26.3/Source








Revision 140356
Author lforsch...@apple.com
Date 2013-01-21 13:27:59 -0800 (Mon, 21 Jan 2013)


Log Message
Versioning.

Modified Paths

tags/Safari-537.26.3/Source/_javascript_Core/Configurations/Version.xcconfig
tags/Safari-537.26.3/Source/WebCore/Configurations/Version.xcconfig
tags/Safari-537.26.3/Source/WebKit/mac/Configurations/Version.xcconfig
tags/Safari-537.26.3/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: tags/Safari-537.26.3/Source/_javascript_Core/Configurations/Version.xcconfig (140355 => 140356)

--- tags/Safari-537.26.3/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-21 21:26:58 UTC (rev 140355)
+++ tags/Safari-537.26.3/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-21 21:27:59 UTC (rev 140356)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 26;
-TINY_VERSION = 2;
+TINY_VERSION = 3;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: tags/Safari-537.26.3/Source/WebCore/Configurations/Version.xcconfig (140355 => 140356)

--- tags/Safari-537.26.3/Source/WebCore/Configurations/Version.xcconfig	2013-01-21 21:26:58 UTC (rev 140355)
+++ tags/Safari-537.26.3/Source/WebCore/Configurations/Version.xcconfig	2013-01-21 21:27:59 UTC (rev 140356)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 26;
-TINY_VERSION = 2;
+TINY_VERSION = 3;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: tags/Safari-537.26.3/Source/WebKit/mac/Configurations/Version.xcconfig (140355 => 140356)

--- tags/Safari-537.26.3/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-21 21:26:58 UTC (rev 140355)
+++ tags/Safari-537.26.3/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-21 21:27:59 UTC (rev 140356)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 26;
-TINY_VERSION = 2;
+TINY_VERSION = 3;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: tags/Safari-537.26.3/Source/WebKit2/Configurations/Version.xcconfig (140355 => 140356)

--- tags/Safari-537.26.3/Source/WebKit2/Configurations/Version.xcconfig	2013-01-21 21:26:58 UTC (rev 140355)
+++ tags/Safari-537.26.3/Source/WebKit2/Configurations/Version.xcconfig	2013-01-21 21:27:59 UTC (rev 140356)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 26;
-TINY_VERSION = 2;
+TINY_VERSION = 3;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [140357] tags/Safari-537.26.3/Source/WebKit2

2013-01-21 Thread lforschler
Title: [140357] tags/Safari-537.26.3/Source/WebKit2








Revision 140357
Author lforsch...@apple.com
Date 2013-01-21 13:31:23 -0800 (Mon, 21 Jan 2013)


Log Message
Merged r140351.  

Modified Paths

tags/Safari-537.26.3/Source/WebKit2/ChangeLog
tags/Safari-537.26.3/Source/WebKit2/Shared/ChildProcess.cpp




Diff

Modified: tags/Safari-537.26.3/Source/WebKit2/ChangeLog (140356 => 140357)

--- tags/Safari-537.26.3/Source/WebKit2/ChangeLog	2013-01-21 21:27:59 UTC (rev 140356)
+++ tags/Safari-537.26.3/Source/WebKit2/ChangeLog	2013-01-21 21:31:23 UTC (rev 140357)
@@ -1,3 +1,22 @@
+2013-01-21  Lucas Forschler  
+
+Merge r140351
+
+2013-01-21  Anders Carlsson  
+
+Don't null out the IPC connection in ChildProcess:terminate
+https://bugs.webkit.org/show_bug.cgi?id=107469
+
+
+Reviewed by Dan Bernstein.
+
+We already invalidate the connection, and Connection::sendMessage checks if a connection
+is valid and bails if it isn't, so the only thing that nulling out the connection here does
+is that it would force us to add random connection null checks everywhere.
+
+* Shared/ChildProcess.cpp:
+(WebKit::ChildProcess::terminate):
+
 2013-01-18  Lucas Forschler  
 
 Merge r140087


Modified: tags/Safari-537.26.3/Source/WebKit2/Shared/ChildProcess.cpp (140356 => 140357)

--- tags/Safari-537.26.3/Source/WebKit2/Shared/ChildProcess.cpp	2013-01-21 21:27:59 UTC (rev 140356)
+++ tags/Safari-537.26.3/Source/WebKit2/Shared/ChildProcess.cpp	2013-01-21 21:31:23 UTC (rev 140357)
@@ -144,7 +144,6 @@
 void ChildProcess::terminate()
 {
 m_connection->invalidate();
-m_connection = nullptr;
 
 RunLoop::main()->stop();
 }






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [140476] trunk/Tools

2013-01-22 Thread lforschler
Title: [140476] trunk/Tools








Revision 140476
Author lforsch...@apple.com
Date 2013-01-22 15:13:33 -0800 (Tue, 22 Jan 2013)


Log Message
Create a MAC EWS startup shell script.

Reviewed by Ryosuke Niwa.

* EWSTools/start-queue-mac.sh: Added.

Modified Paths

trunk/Tools/ChangeLog


Added Paths

trunk/Tools/EWSTools/start-queue-mac.sh




Diff

Modified: trunk/Tools/ChangeLog (140475 => 140476)

--- trunk/Tools/ChangeLog	2013-01-22 23:03:28 UTC (rev 140475)
+++ trunk/Tools/ChangeLog	2013-01-22 23:13:33 UTC (rev 140476)
@@ -1,3 +1,11 @@
+2013-01-22  Lucas Forschler  
+
+Create a MAC EWS startup shell script.
+
+Reviewed by Ryosuke Niwa.
+
+* EWSTools/start-queue-mac.sh: Added.
+
 2013-01-22  Joseph Pecoraro  
 
 [Mac] Enable Page Visibility (PAGE_VISIBILITY_API)


Added: trunk/Tools/EWSTools/start-queue-mac.sh (0 => 140476)

--- trunk/Tools/EWSTools/start-queue-mac.sh	(rev 0)
+++ trunk/Tools/EWSTools/start-queue-mac.sh	2013-01-22 23:13:33 UTC (rev 140476)
@@ -0,0 +1,74 @@
+#!/bin/sh
+# Copyright (c) 2012 Google Inc. All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are
+# met:
+#
+# * Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# * Redistributions in binary form must reproduce the above
+# copyright notice, this list of conditions and the following disclaimer
+# in the documentation and/or other materials provided with the
+# distribution.
+# * Neither the name of Google Inc. nor the names of its
+# contributors may be used to endorse or promote products derived from
+# this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+if [[ $# -lt 3 ]]; then
+echo "Usage: start-queue-loop.sh QUEUE_NAME BOT_ID RESET_AFTER_ITERATION [QUEUE_PARAMS]"
+exit 1
+fi
+
+QUEUE_NAME=$1
+BOT_ID=$2
+RESET_AFTER_ITERATION=$3
+shift 3
+QUEUE_PARAMS="$@"
+
+while :
+do
+# Delete log files older than 14 days, move aside the main mac-ews.log file to prevent it from growing extra large.
+cd /Volumes/Data/EWS/$QUEUE_NAME-logs
+find . -mtime +14 -delete
+rm $QUEUE_NAME.old
+mv $QUEUE_NAME.log $QUEUE_NAME.old
+cd /Volumes/Data/EWS/Webkit
+
+# Delete WebKitBuild to force a clean build
+rm -rf /Volumes/Data/EWS/WebKit/WebKitBuild
+
+# This somewhat quirky sequence of steps seems to clear up all the broken
+# git situations we've gotten ourself into in the past.
+git clean -f # Remove any left-over layout test results, added files, etc.
+git rebase --abort # If we got killed during a git rebase, we need to clean up.
+git fetch origin # Avoid updating the working copy to a stale revision.
+git checkout origin/master -f
+git branch -D master
+git checkout origin/master -b master
+
+# Most queues auto-update as part of their normal operation, but updating
+# here makes sure that we get the latest version of the master process.
+./Tools/Scripts/update-webkit
+
+# test-webkitpy has code to remove orphaned .pyc files, so we
+# run it before running webkit-patch to avoid stale .pyc files
+# preventing webkit-patch from launching.
+./Tools/Scripts/test-webkitpy
+
+# We use --exit-after-iteration to pick up any changes to webkit-patch, including
+# changes to the committers.py file.
+./Tools/Scripts/webkit-patch $QUEUE_NAME --bot-id=$BOT_ID --no-confirm --exit-after-iteration $RESET_AFTER_ITERATION $QUEUE_PARAMS
+done
Property changes on: trunk/Tools/EWSTools/start-queue-mac.sh
___


Added: svn:executable




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [140548] tags/Safari-537.26.4/

2013-01-23 Thread lforschler
Title: [140548] tags/Safari-537.26.4/








Revision 140548
Author lforsch...@apple.com
Date 2013-01-23 10:46:07 -0800 (Wed, 23 Jan 2013)


Log Message
New Tag.

Added Paths

tags/Safari-537.26.4/




Diff

Property changes: tags/Safari-537.26.4



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [140549] tags/Safari-537.26.4/Source

2013-01-23 Thread lforschler
Title: [140549] tags/Safari-537.26.4/Source








Revision 140549
Author lforsch...@apple.com
Date 2013-01-23 10:47:50 -0800 (Wed, 23 Jan 2013)


Log Message
Versioning.

Modified Paths

tags/Safari-537.26.4/Source/_javascript_Core/Configurations/Version.xcconfig
tags/Safari-537.26.4/Source/WebCore/Configurations/Version.xcconfig
tags/Safari-537.26.4/Source/WebKit/mac/Configurations/Version.xcconfig
tags/Safari-537.26.4/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: tags/Safari-537.26.4/Source/_javascript_Core/Configurations/Version.xcconfig (140548 => 140549)

--- tags/Safari-537.26.4/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-23 18:46:07 UTC (rev 140548)
+++ tags/Safari-537.26.4/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-23 18:47:50 UTC (rev 140549)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 26;
-TINY_VERSION = 3;
+TINY_VERSION = 4;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: tags/Safari-537.26.4/Source/WebCore/Configurations/Version.xcconfig (140548 => 140549)

--- tags/Safari-537.26.4/Source/WebCore/Configurations/Version.xcconfig	2013-01-23 18:46:07 UTC (rev 140548)
+++ tags/Safari-537.26.4/Source/WebCore/Configurations/Version.xcconfig	2013-01-23 18:47:50 UTC (rev 140549)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 26;
-TINY_VERSION = 3;
+TINY_VERSION = 4;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: tags/Safari-537.26.4/Source/WebKit/mac/Configurations/Version.xcconfig (140548 => 140549)

--- tags/Safari-537.26.4/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-23 18:46:07 UTC (rev 140548)
+++ tags/Safari-537.26.4/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-23 18:47:50 UTC (rev 140549)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 26;
-TINY_VERSION = 3;
+TINY_VERSION = 4;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: tags/Safari-537.26.4/Source/WebKit2/Configurations/Version.xcconfig (140548 => 140549)

--- tags/Safari-537.26.4/Source/WebKit2/Configurations/Version.xcconfig	2013-01-23 18:46:07 UTC (rev 140548)
+++ tags/Safari-537.26.4/Source/WebKit2/Configurations/Version.xcconfig	2013-01-23 18:47:50 UTC (rev 140549)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 26;
-TINY_VERSION = 3;
+TINY_VERSION = 4;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [140587] tags/Safari-537.26.4/Source/WebCore

2013-01-23 Thread lforschler
Title: [140587] tags/Safari-537.26.4/Source/WebCore








Revision 140587
Author lforsch...@apple.com
Date 2013-01-23 14:13:54 -0800 (Wed, 23 Jan 2013)


Log Message
Merged r140481.  

Modified Paths

tags/Safari-537.26.4/Source/WebCore/ChangeLog
tags/Safari-537.26.4/Source/WebCore/platform/mac/RunLoopMac.mm




Diff

Modified: tags/Safari-537.26.4/Source/WebCore/ChangeLog (140586 => 140587)

--- tags/Safari-537.26.4/Source/WebCore/ChangeLog	2013-01-23 21:56:20 UTC (rev 140586)
+++ tags/Safari-537.26.4/Source/WebCore/ChangeLog	2013-01-23 22:13:54 UTC (rev 140587)
@@ -1,3 +1,17 @@
+2013-01-23  Lucas Forschler  
+
+Merge r140481
+
+2013-01-22  Alexey Proskuryakov  
+
+[WK2] WebProcessService is not terminated when page is closed
+https://bugs.webkit.org/show_bug.cgi?id=107595
+
+Reviewed by Anders Carlsson.
+
+* platform/mac/RunLoopMac.mm: (WebCore::RunLoop::stop): Allow stopping XPC service
+run loop. Also, harmonized NSApp vs. [NSApplication sharedApplication] usage.
+
 2013-01-18  Lucas Forschler  
 
 Merge r140087


Modified: tags/Safari-537.26.4/Source/WebCore/platform/mac/RunLoopMac.mm (140586 => 140587)

--- tags/Safari-537.26.4/Source/WebCore/platform/mac/RunLoopMac.mm	2013-01-23 21:56:20 UTC (rev 140586)
+++ tags/Safari-537.26.4/Source/WebCore/platform/mac/RunLoopMac.mm	2013-01-23 22:13:54 UTC (rev 140587)
@@ -45,9 +45,10 @@
 void RunLoop::stop()
 {
 ASSERT(m_runLoop == CFRunLoopGetCurrent());
-
-if (m_runLoop == main()->m_runLoop && m_nestingLevel == 1) {
-[[NSApplication sharedApplication] stop:nil];
+// Nesting level can be 0 if the run loop is started externally (such as the case for XPC services).
+if (m_runLoop == main()->m_runLoop && m_nestingLevel <= 1) {
+ASSERT([NSApp isRunning]);
+[NSApp stop:nil];
 NSEvent *event = [NSEvent otherEventWithType:NSApplicationDefined
 location:NSMakePoint(0, 0)
modifierFlags:0






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [140592] tags/Safari-537.26.4/Source/WebKit2

2013-01-23 Thread lforschler
Title: [140592] tags/Safari-537.26.4/Source/WebKit2








Revision 140592
Author lforsch...@apple.com
Date 2013-01-23 14:20:08 -0800 (Wed, 23 Jan 2013)


Log Message
Merged r140582.  

Modified Paths

tags/Safari-537.26.4/Source/WebKit2/ChangeLog
tags/Safari-537.26.4/Source/WebKit2/Platform/CoreIPC/Connection.cpp




Diff

Modified: tags/Safari-537.26.4/Source/WebKit2/ChangeLog (140591 => 140592)

--- tags/Safari-537.26.4/Source/WebKit2/ChangeLog	2013-01-23 22:18:59 UTC (rev 140591)
+++ tags/Safari-537.26.4/Source/WebKit2/ChangeLog	2013-01-23 22:20:08 UTC (rev 140592)
@@ -1,3 +1,20 @@
+2013-01-23  Lucas Forschler  
+
+Merge r140582
+
+2013-01-23  Alexey Proskuryakov  
+
+ REGRESSION(r139514): didFailToSendSyncMessage is not called by Connection
+https://bugs.webkit.org/show_bug.cgi?id=107715
+
+Reviewed by Anders Carlsson.
+
+* Platform/CoreIPC/Connection.cpp:
+(CoreIPC::Connection::sendSyncMessage):
+(CoreIPC::Connection::sendSyncMessageFromSecondaryThread):
+Correcting a misapplied edit - didFailToSendSyncMessage should be kept in main
+thread message sending, not in secondary thread.
+
 2013-01-21  Lucas Forschler  
 
 Merge r140351


Modified: tags/Safari-537.26.4/Source/WebKit2/Platform/CoreIPC/Connection.cpp (140591 => 140592)

--- tags/Safari-537.26.4/Source/WebKit2/Platform/CoreIPC/Connection.cpp	2013-01-23 22:18:59 UTC (rev 140591)
+++ tags/Safari-537.26.4/Source/WebKit2/Platform/CoreIPC/Connection.cpp	2013-01-23 22:20:08 UTC (rev 140592)
@@ -405,8 +405,10 @@
 return sendSyncMessageFromSecondaryThread(messageID, syncRequestID, encoder, timeout);
 }
 
-if (!isValid())
+if (!isValid()) {
+didFailToSendSyncMessage();
 return nullptr;
+}
 
 // Push the pending sync reply information on our stack.
 {
@@ -434,6 +436,9 @@
 m_pendingSyncReplies.removeLast();
 }
 
+if (!reply)
+didFailToSendSyncMessage();
+
 return reply.release();
 }
 
@@ -441,20 +446,16 @@
 {
 ASSERT(RunLoop::current() != m_clientRunLoop);
 
-if (!isValid()) {
-didFailToSendSyncMessage();
+if (!isValid())
 return nullptr;
-}
 
 SecondaryThreadPendingSyncReply pendingReply;
 
 // Push the pending sync reply information on our stack.
 {
 MutexLocker locker(m_syncReplyStateMutex);
-if (!m_shouldWaitForSyncReplies) {
-didFailToSendSyncMessage();
+if (!m_shouldWaitForSyncReplies)
 return nullptr;
-}
 
 ASSERT(!m_secondaryThreadPendingSyncReplyMap.contains(syncRequestID));
 m_secondaryThreadPendingSyncReplyMap.add(syncRequestID, &pendingReply);
@@ -475,9 +476,6 @@
 m_secondaryThreadPendingSyncReplyMap.remove(syncRequestID);
 }
 
-if (!pendingReply.replyDecoder)
-didFailToSendSyncMessage();
-
 return adoptPtr(pendingReply.replyDecoder);
 }
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [140682] tags/Safari-537.27/

2013-01-24 Thread lforschler
Title: [140682] tags/Safari-537.27/








Revision 140682
Author lforsch...@apple.com
Date 2013-01-24 07:31:31 -0800 (Thu, 24 Jan 2013)


Log Message
New Tag.

Added Paths

tags/Safari-537.27/




Diff

Property changes: tags/Safari-537.27



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [140696] tags/Safari-537.27/

2013-01-24 Thread lforschler
Title: [140696] tags/Safari-537.27/








Revision 140696
Author lforsch...@apple.com
Date 2013-01-24 11:10:43 -0800 (Thu, 24 Jan 2013)


Log Message
Remove Tag.

Removed Paths

tags/Safari-537.27/




Diff




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [140697] tags/Safari-537.27/

2013-01-24 Thread lforschler
Title: [140697] tags/Safari-537.27/








Revision 140697
Author lforsch...@apple.com
Date 2013-01-24 11:12:13 -0800 (Thu, 24 Jan 2013)


Log Message
New Tag.

Added Paths

tags/Safari-537.27/




Diff

Property changes: tags/Safari-537.27



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [140699] trunk/Source

2013-01-24 Thread lforschler
Title: [140699] trunk/Source








Revision 140699
Author lforsch...@apple.com
Date 2013-01-24 11:21:51 -0800 (Thu, 24 Jan 2013)


Log Message
Versioning.

Modified Paths

trunk/Source/_javascript_Core/Configurations/Version.xcconfig
trunk/Source/WebCore/Configurations/Version.xcconfig
trunk/Source/WebKit/mac/Configurations/Version.xcconfig
trunk/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: trunk/Source/_javascript_Core/Configurations/Version.xcconfig (140698 => 140699)

--- trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-24 19:18:22 UTC (rev 140698)
+++ trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-24 19:21:51 UTC (rev 140699)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 27;
+MINOR_VERSION = 28;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebCore/Configurations/Version.xcconfig (140698 => 140699)

--- trunk/Source/WebCore/Configurations/Version.xcconfig	2013-01-24 19:18:22 UTC (rev 140698)
+++ trunk/Source/WebCore/Configurations/Version.xcconfig	2013-01-24 19:21:51 UTC (rev 140699)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 27;
+MINOR_VERSION = 28;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebKit/mac/Configurations/Version.xcconfig (140698 => 140699)

--- trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-24 19:18:22 UTC (rev 140698)
+++ trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-24 19:21:51 UTC (rev 140699)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 27;
+MINOR_VERSION = 28;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebKit2/Configurations/Version.xcconfig (140698 => 140699)

--- trunk/Source/WebKit2/Configurations/Version.xcconfig	2013-01-24 19:18:22 UTC (rev 140698)
+++ trunk/Source/WebKit2/Configurations/Version.xcconfig	2013-01-24 19:21:51 UTC (rev 140699)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 27;
+MINOR_VERSION = 28;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [140780] tags/Safari-537.27/Source/WebCore

2013-01-24 Thread lforschler
Title: [140780] tags/Safari-537.27/Source/WebCore








Revision 140780
Author lforsch...@apple.com
Date 2013-01-24 21:43:33 -0800 (Thu, 24 Jan 2013)


Log Message
Merged r140732.   | 

Modified Paths

tags/Safari-537.27/Source/WebCore/ChangeLog
tags/Safari-537.27/Source/WebCore/page/scrolling/ScrollingCoordinator.cpp




Diff

Modified: tags/Safari-537.27/Source/WebCore/ChangeLog (140779 => 140780)

--- tags/Safari-537.27/Source/WebCore/ChangeLog	2013-01-25 05:36:00 UTC (rev 140779)
+++ tags/Safari-537.27/Source/WebCore/ChangeLog	2013-01-25 05:43:33 UTC (rev 140780)
@@ -1,3 +1,22 @@
+2013-01-24  Lucas Forschler  
+
+Merge r140732
+
+2013-01-24  James Robinson  
+
+REGRESSION(140571): Crash in ScrollingCoordinator::mainThreadScrollingReasons during Frame::createView
+https://bugs.webkit.org/show_bug.cgi?id=107868
+
+Reviewed by Beth Dakin.
+
+When using fixed layout mode, it's possible to update the scrollbar state of the main FrameView before
+it's set on the main frame, which can lead to calling in to ScrollingCoordinator to compute main thread
+scrolling regions when m_page->mainFrame()->view() is 0. In this case, we don't have any main
+thread scrolling reasons and should just return 0.
+
+* page/scrolling/ScrollingCoordinator.cpp:
+(WebCore::ScrollingCoordinator::mainThreadScrollingReasons):
+
 2013-01-22  Robert Hogan  
 
 Inline Containing Only Collapsed Whitespace Not Getting a Linebox


Modified: tags/Safari-537.27/Source/WebCore/page/scrolling/ScrollingCoordinator.cpp (140779 => 140780)

--- tags/Safari-537.27/Source/WebCore/page/scrolling/ScrollingCoordinator.cpp	2013-01-25 05:36:00 UTC (rev 140779)
+++ tags/Safari-537.27/Source/WebCore/page/scrolling/ScrollingCoordinator.cpp	2013-01-25 05:43:33 UTC (rev 140780)
@@ -449,6 +449,8 @@
 MainThreadScrollingReasons ScrollingCoordinator::mainThreadScrollingReasons() const
 {
 FrameView* frameView = m_page->mainFrame()->view();
+if (!frameView)
+return static_cast(0);
 
 MainThreadScrollingReasons mainThreadScrollingReasons = (MainThreadScrollingReasons)0;
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [140888] tags/Safari-537.28/

2013-01-25 Thread lforschler
Title: [140888] tags/Safari-537.28/








Revision 140888
Author lforsch...@apple.com
Date 2013-01-25 17:29:06 -0800 (Fri, 25 Jan 2013)


Log Message
New Tag.

Added Paths

tags/Safari-537.28/




Diff

Property changes: tags/Safari-537.28



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [140890] tags/Safari-537.28/Source

2013-01-25 Thread lforschler
Title: [140890] tags/Safari-537.28/Source








Revision 140890
Author lforsch...@apple.com
Date 2013-01-25 17:32:36 -0800 (Fri, 25 Jan 2013)


Log Message
Versioning.

Modified Paths

tags/Safari-537.28/Source/_javascript_Core/Configurations/Version.xcconfig
tags/Safari-537.28/Source/WebCore/Configurations/Version.xcconfig
tags/Safari-537.28/Source/WebKit/mac/Configurations/Version.xcconfig
tags/Safari-537.28/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: tags/Safari-537.28/Source/_javascript_Core/Configurations/Version.xcconfig (140889 => 140890)

--- tags/Safari-537.28/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-26 01:32:15 UTC (rev 140889)
+++ tags/Safari-537.28/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-26 01:32:36 UTC (rev 140890)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 27;
+MINOR_VERSION = 28;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: tags/Safari-537.28/Source/WebCore/Configurations/Version.xcconfig (140889 => 140890)

--- tags/Safari-537.28/Source/WebCore/Configurations/Version.xcconfig	2013-01-26 01:32:15 UTC (rev 140889)
+++ tags/Safari-537.28/Source/WebCore/Configurations/Version.xcconfig	2013-01-26 01:32:36 UTC (rev 140890)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 27;
+MINOR_VERSION = 28;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: tags/Safari-537.28/Source/WebKit/mac/Configurations/Version.xcconfig (140889 => 140890)

--- tags/Safari-537.28/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-26 01:32:15 UTC (rev 140889)
+++ tags/Safari-537.28/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-26 01:32:36 UTC (rev 140890)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 27;
+MINOR_VERSION = 28;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: tags/Safari-537.28/Source/WebKit2/Configurations/Version.xcconfig (140889 => 140890)

--- tags/Safari-537.28/Source/WebKit2/Configurations/Version.xcconfig	2013-01-26 01:32:15 UTC (rev 140889)
+++ tags/Safari-537.28/Source/WebKit2/Configurations/Version.xcconfig	2013-01-26 01:32:36 UTC (rev 140890)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 27;
+MINOR_VERSION = 28;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [140898] tags/Safari-537.28.1/Source

2013-01-25 Thread lforschler
Title: [140898] tags/Safari-537.28.1/Source








Revision 140898
Author lforsch...@apple.com
Date 2013-01-25 18:13:26 -0800 (Fri, 25 Jan 2013)


Log Message
Versioning.

Modified Paths

tags/Safari-537.28.1/Source/_javascript_Core/Configurations/Version.xcconfig
tags/Safari-537.28.1/Source/WebCore/Configurations/Version.xcconfig
tags/Safari-537.28.1/Source/WebKit/mac/Configurations/Version.xcconfig
tags/Safari-537.28.1/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: tags/Safari-537.28.1/Source/_javascript_Core/Configurations/Version.xcconfig (140897 => 140898)

--- tags/Safari-537.28.1/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-26 02:11:36 UTC (rev 140897)
+++ tags/Safari-537.28.1/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-26 02:13:26 UTC (rev 140898)
@@ -23,8 +23,8 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 28;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));


Modified: tags/Safari-537.28.1/Source/WebCore/Configurations/Version.xcconfig (140897 => 140898)

--- tags/Safari-537.28.1/Source/WebCore/Configurations/Version.xcconfig	2013-01-26 02:11:36 UTC (rev 140897)
+++ tags/Safari-537.28.1/Source/WebCore/Configurations/Version.xcconfig	2013-01-26 02:13:26 UTC (rev 140898)
@@ -23,8 +23,8 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 28;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));


Modified: tags/Safari-537.28.1/Source/WebKit/mac/Configurations/Version.xcconfig (140897 => 140898)

--- tags/Safari-537.28.1/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-26 02:11:36 UTC (rev 140897)
+++ tags/Safari-537.28.1/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-26 02:13:26 UTC (rev 140898)
@@ -23,8 +23,8 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 28;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));


Modified: tags/Safari-537.28.1/Source/WebKit2/Configurations/Version.xcconfig (140897 => 140898)

--- tags/Safari-537.28.1/Source/WebKit2/Configurations/Version.xcconfig	2013-01-26 02:11:36 UTC (rev 140897)
+++ tags/Safari-537.28.1/Source/WebKit2/Configurations/Version.xcconfig	2013-01-26 02:13:26 UTC (rev 140898)
@@ -23,8 +23,8 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 28;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [140897] tags/Safari-537.28.1/

2013-01-25 Thread lforschler
Title: [140897] tags/Safari-537.28.1/








Revision 140897
Author lforsch...@apple.com
Date 2013-01-25 18:11:36 -0800 (Fri, 25 Jan 2013)


Log Message
New Tag.

Added Paths

tags/Safari-537.28.1/




Diff

Property changes: tags/Safari-537.28.1



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [141046] tags/Safari-537.28.2/

2013-01-28 Thread lforschler
Title: [141046] tags/Safari-537.28.2/








Revision 141046
Author lforsch...@apple.com
Date 2013-01-28 21:14:25 -0800 (Mon, 28 Jan 2013)


Log Message
New Tag.

Added Paths

tags/Safari-537.28.2/




Diff

Property changes: tags/Safari-537.28.2



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [141047] tags/Safari-537.28.2/Source

2013-01-28 Thread lforschler
Title: [141047] tags/Safari-537.28.2/Source








Revision 141047
Author lforsch...@apple.com
Date 2013-01-28 21:17:16 -0800 (Mon, 28 Jan 2013)


Log Message
Versioning.

Modified Paths

tags/Safari-537.28.2/Source/_javascript_Core/Configurations/Version.xcconfig
tags/Safari-537.28.2/Source/WebCore/Configurations/Version.xcconfig
tags/Safari-537.28.2/Source/WebKit/mac/Configurations/Version.xcconfig
tags/Safari-537.28.2/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: tags/Safari-537.28.2/Source/_javascript_Core/Configurations/Version.xcconfig (141046 => 141047)

--- tags/Safari-537.28.2/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-29 05:14:25 UTC (rev 141046)
+++ tags/Safari-537.28.2/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-29 05:17:16 UTC (rev 141047)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 28;
-TINY_VERSION = 1;
+TINY_VERSION = 2;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: tags/Safari-537.28.2/Source/WebCore/Configurations/Version.xcconfig (141046 => 141047)

--- tags/Safari-537.28.2/Source/WebCore/Configurations/Version.xcconfig	2013-01-29 05:14:25 UTC (rev 141046)
+++ tags/Safari-537.28.2/Source/WebCore/Configurations/Version.xcconfig	2013-01-29 05:17:16 UTC (rev 141047)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 28;
-TINY_VERSION = 1;
+TINY_VERSION = 2;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: tags/Safari-537.28.2/Source/WebKit/mac/Configurations/Version.xcconfig (141046 => 141047)

--- tags/Safari-537.28.2/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-29 05:14:25 UTC (rev 141046)
+++ tags/Safari-537.28.2/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-29 05:17:16 UTC (rev 141047)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 28;
-TINY_VERSION = 1;
+TINY_VERSION = 2;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: tags/Safari-537.28.2/Source/WebKit2/Configurations/Version.xcconfig (141046 => 141047)

--- tags/Safari-537.28.2/Source/WebKit2/Configurations/Version.xcconfig	2013-01-29 05:14:25 UTC (rev 141046)
+++ tags/Safari-537.28.2/Source/WebKit2/Configurations/Version.xcconfig	2013-01-29 05:17:16 UTC (rev 141047)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 28;
-TINY_VERSION = 1;
+TINY_VERSION = 2;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [141048] tags/Safari-537.28.2/Source/WebKit2

2013-01-28 Thread lforschler
Title: [141048] tags/Safari-537.28.2/Source/WebKit2








Revision 141048
Author lforsch...@apple.com
Date 2013-01-28 21:23:28 -0800 (Mon, 28 Jan 2013)


Log Message
Merged r141027.  

Modified Paths

tags/Safari-537.28.2/Source/WebKit2/ChangeLog
tags/Safari-537.28.2/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in




Diff

Modified: tags/Safari-537.28.2/Source/WebKit2/ChangeLog (141047 => 141048)

--- tags/Safari-537.28.2/Source/WebKit2/ChangeLog	2013-01-29 05:17:16 UTC (rev 141047)
+++ tags/Safari-537.28.2/Source/WebKit2/ChangeLog	2013-01-29 05:23:28 UTC (rev 141048)
@@ -1,3 +1,16 @@
+2013-01-28  Lucas Forschler  
+
+Merge r141027
+
+2013-01-28  Sam Weinig  
+
+
+Add (allow mach-lookup (global-name "com.apple.tccd.system"))
+
+Reviewed by Maciej Stachowiak.
+
+* WebProcess/com.apple.WebProcess.sb.in:
+
 2013-01-24  Christophe Dumez  
 
 [EFL][WK2] Use C API inside ewk_favicon_database


Modified: tags/Safari-537.28.2/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in (141047 => 141048)

--- tags/Safari-537.28.2/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in	2013-01-29 05:17:16 UTC (rev 141047)
+++ tags/Safari-537.28.2/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in	2013-01-29 05:23:28 UTC (rev 141048)
@@ -148,6 +148,7 @@
(global-name "com.apple.pasteboard.1")
(global-name "com.apple.system.opendirectoryd.api")
(global-name "com.apple.tccd")
+   (global-name "com.apple.tccd.system")
(global-name "com.apple.window_proxies")
(global-name "com.apple.windowserver.active")
(global-name "com.apple.cfnetwork.AuthBrokerAgent")






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [128381] trunk/Tools

2012-09-12 Thread lforschler
Title: [128381] trunk/Tools








Revision 128381
Author lforsch...@apple.com
Date 2012-09-12 16:36:35 -0700 (Wed, 12 Sep 2012)


Log Message
Remove unused bot, apple-xserve-1.
https://bugs.webkit.org/show_bug.cgi?id=96570

Reviewed by Stephanie Lewis.

* BuildSlaveSupport/build.webkit.org-config/config.json:

Modified Paths

trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json
trunk/Tools/ChangeLog




Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (128380 => 128381)

--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2012-09-12 23:33:41 UTC (rev 128380)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2012-09-12 23:36:35 UTC (rev 128381)
@@ -10,7 +10,6 @@
 { "name": "apple-macpro-5", "platform": "mac-lion" },	
 { "name": "apple-macpro-6", "platform": "mac-lion" },
 { "name": "apple-macpro-8", "platform": "mac-lion" },	
-{ "name": "apple-xserve-1", "platform": "mac-lion" },
 { "name": "apple-xserve-2", "platform": "mac-lion" },
 { "name": "apple-xserve-3", "platform": "mac-lion" },
 { "name": "apple-xserve-10", "platform": "mac-lion" },
@@ -105,7 +104,7 @@
 },
 { "name": "Apple Lion Debug WK2 (Tests)", "type": "TestWebKit2", "builddir": "lion-debug-tests-wk2",
   "platform": "mac-lion", "configuration": "debug", "architectures": ["x86_64"],
-  "slavenames": ["apple-macpro-8", "apple-xserve-1"]
+  "slavenames": ["apple-macpro-8"]
 },
 { "name": "Apple Lion Release WK1 (Tests)", "type": "Test", "builddir": "lion-release-tests-wk1",
   "platform": "mac-lion", "configuration": "release", "architectures": ["x86_64"],


Modified: trunk/Tools/ChangeLog (128380 => 128381)

--- trunk/Tools/ChangeLog	2012-09-12 23:33:41 UTC (rev 128380)
+++ trunk/Tools/ChangeLog	2012-09-12 23:36:35 UTC (rev 128381)
@@ -1,3 +1,12 @@
+2012-09-12  Lucas Forschler  
+
+Remove unused bot, apple-xserve-1.
+https://bugs.webkit.org/show_bug.cgi?id=96570
+
+Reviewed by Stephanie Lewis.
+
+* BuildSlaveSupport/build.webkit.org-config/config.json:
+
 2012-09-12  Xan Lopez  
 
 [GTK] We attempt to rebase documentation even if it's not present






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [128819] tags/Safari-537.10/

2012-09-17 Thread lforschler
Title: [128819] tags/Safari-537.10/








Revision 128819
Author lforsch...@apple.com
Date 2012-09-17 16:27:37 -0700 (Mon, 17 Sep 2012)


Log Message
New Tag.

Added Paths

tags/Safari-537.10/




Diff

Property changes: tags/Safari-537.10



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [128821] trunk/Source

2012-09-17 Thread lforschler
Title: [128821] trunk/Source








Revision 128821
Author lforsch...@apple.com
Date 2012-09-17 16:34:26 -0700 (Mon, 17 Sep 2012)


Log Message
Versioning.

Modified Paths

trunk/Source/_javascript_Core/Configurations/Version.xcconfig
trunk/Source/WebCore/Configurations/Version.xcconfig
trunk/Source/WebKit/mac/Configurations/Version.xcconfig
trunk/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: trunk/Source/_javascript_Core/Configurations/Version.xcconfig (128820 => 128821)

--- trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2012-09-17 23:28:44 UTC (rev 128820)
+++ trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2012-09-17 23:34:26 UTC (rev 128821)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 10;
+MINOR_VERSION = 11;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebCore/Configurations/Version.xcconfig (128820 => 128821)

--- trunk/Source/WebCore/Configurations/Version.xcconfig	2012-09-17 23:28:44 UTC (rev 128820)
+++ trunk/Source/WebCore/Configurations/Version.xcconfig	2012-09-17 23:34:26 UTC (rev 128821)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 10;
+MINOR_VERSION = 11;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebKit/mac/Configurations/Version.xcconfig (128820 => 128821)

--- trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2012-09-17 23:28:44 UTC (rev 128820)
+++ trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2012-09-17 23:34:26 UTC (rev 128821)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 10;
+MINOR_VERSION = 11;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebKit2/Configurations/Version.xcconfig (128820 => 128821)

--- trunk/Source/WebKit2/Configurations/Version.xcconfig	2012-09-17 23:28:44 UTC (rev 128820)
+++ trunk/Source/WebKit2/Configurations/Version.xcconfig	2012-09-17 23:34:26 UTC (rev 128821)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 10;
+MINOR_VERSION = 11;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [128930] branches/safari-536.27-branch/

2012-09-18 Thread lforschler
Title: [128930] branches/safari-536.27-branch/








Revision 128930
Author lforsch...@apple.com
Date 2012-09-18 14:28:49 -0700 (Tue, 18 Sep 2012)


Log Message
New Branch.

Added Paths

branches/safari-536.27-branch/




Diff

Property changes: branches/safari-536.27-branch



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [128934] branches/safari-536.27-branch/Source

2012-09-18 Thread lforschler
Title: [128934] branches/safari-536.27-branch/Source








Revision 128934
Author lforsch...@apple.com
Date 2012-09-18 14:39:04 -0700 (Tue, 18 Sep 2012)


Log Message
Versioning.

Modified Paths

branches/safari-536.27-branch/Source/_javascript_Core/Configurations/Version.xcconfig
branches/safari-536.27-branch/Source/WebCore/Configurations/Version.xcconfig
branches/safari-536.27-branch/Source/WebKit/mac/Configurations/Version.xcconfig
branches/safari-536.27-branch/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: branches/safari-536.27-branch/Source/_javascript_Core/Configurations/Version.xcconfig (128933 => 128934)

--- branches/safari-536.27-branch/Source/_javascript_Core/Configurations/Version.xcconfig	2012-09-18 21:38:57 UTC (rev 128933)
+++ branches/safari-536.27-branch/Source/_javascript_Core/Configurations/Version.xcconfig	2012-09-18 21:39:04 UTC (rev 128934)
@@ -22,8 +22,8 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 536;
-MINOR_VERSION = 26;
-TINY_VERSION = 15;
+MINOR_VERSION = 27;
+TINY_VERSION = 1;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: branches/safari-536.27-branch/Source/WebCore/Configurations/Version.xcconfig (128933 => 128934)

--- branches/safari-536.27-branch/Source/WebCore/Configurations/Version.xcconfig	2012-09-18 21:38:57 UTC (rev 128933)
+++ branches/safari-536.27-branch/Source/WebCore/Configurations/Version.xcconfig	2012-09-18 21:39:04 UTC (rev 128934)
@@ -22,8 +22,8 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 536;
-MINOR_VERSION = 26;
-TINY_VERSION = 15;
+MINOR_VERSION = 27;
+TINY_VERSION = 1;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: branches/safari-536.27-branch/Source/WebKit/mac/Configurations/Version.xcconfig (128933 => 128934)

--- branches/safari-536.27-branch/Source/WebKit/mac/Configurations/Version.xcconfig	2012-09-18 21:38:57 UTC (rev 128933)
+++ branches/safari-536.27-branch/Source/WebKit/mac/Configurations/Version.xcconfig	2012-09-18 21:39:04 UTC (rev 128934)
@@ -22,8 +22,8 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 536;
-MINOR_VERSION = 26;
-TINY_VERSION = 15;
+MINOR_VERSION = 27;
+TINY_VERSION = 1;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: branches/safari-536.27-branch/Source/WebKit2/Configurations/Version.xcconfig (128933 => 128934)

--- branches/safari-536.27-branch/Source/WebKit2/Configurations/Version.xcconfig	2012-09-18 21:38:57 UTC (rev 128933)
+++ branches/safari-536.27-branch/Source/WebKit2/Configurations/Version.xcconfig	2012-09-18 21:39:04 UTC (rev 128934)
@@ -22,8 +22,8 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 536;
-MINOR_VERSION = 26;
-TINY_VERSION = 15;
+MINOR_VERSION = 27;
+TINY_VERSION = 1;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [128936] branches/safari-536.27-branch/Source/WebCore

2012-09-18 Thread lforschler
Title: [128936] branches/safari-536.27-branch/Source/WebCore








Revision 128936
Author lforsch...@apple.com
Date 2012-09-18 15:03:12 -0700 (Tue, 18 Sep 2012)


Log Message
Merged r12.  

Modified Paths

branches/safari-536.27-branch/Source/WebCore/ChangeLog
branches/safari-536.27-branch/Source/WebCore/platform/graphics/win/FontCGWin.cpp




Diff

Modified: branches/safari-536.27-branch/Source/WebCore/ChangeLog (128935 => 128936)

--- branches/safari-536.27-branch/Source/WebCore/ChangeLog	2012-09-18 22:00:19 UTC (rev 128935)
+++ branches/safari-536.27-branch/Source/WebCore/ChangeLog	2012-09-18 22:03:12 UTC (rev 128936)
@@ -1,3 +1,24 @@
+2012-09-18  Lucas Forschler  
+
+Merge r12.
+
+2012-08-24  Roger Fong  
+
+-webkit-font-smoothing: antialiased should use CG font rendering code path, not GDI
+https://bugs.webkit.org/show_bug.cgi?id=54004
+
+
+Reviewed by Dan Bernstein.
+
+When specifying -webkit-font-smoothing: antialised; the code path ends up using GDI to draw the text. 
+GDI ends up drawing subpixel antialiased text, not aliased text anyways.
+The CG code path also has the capability of drawing antialiased text. The reason that the GDI path was 
+used in the first place is no longer a concern here so we can stop using the GDI code path.
+
+* platform/graphics/win/FontCGWin.cpp: Removing GDI font drawing code path.
+(WebCore):
+(WebCore::Font::drawGlyphs):
+
 2012-08-29  Timothy Hatcher  
 
 Merge r126921.
@@ -205301,3 +205322,4 @@
 .
 .
 .
+.


Modified: branches/safari-536.27-branch/Source/WebCore/platform/graphics/win/FontCGWin.cpp (128935 => 128936)

--- branches/safari-536.27-branch/Source/WebCore/platform/graphics/win/FontCGWin.cpp	2012-09-18 22:00:19 UTC (rev 128935)
+++ branches/safari-536.27-branch/Source/WebCore/platform/graphics/win/FontCGWin.cpp	2012-09-18 22:03:12 UTC (rev 128936)
@@ -127,176 +127,6 @@
 return path;
 }
 
-static void drawGDIGlyphs(GraphicsContext* graphicsContext, const SimpleFontData* font, const GlyphBuffer& glyphBuffer, 
-  int from, int numGlyphs, const FloatPoint& point)
-{
-Color fillColor = graphicsContext->fillColor();
-
-bool drawIntoBitmap = false;
-TextDrawingModeFlags drawingMode = graphicsContext->textDrawingMode();
-if (drawingMode == TextModeFill) {
-if (!fillColor.alpha())
-return;
-
-drawIntoBitmap = fillColor.alpha() != 255 || graphicsContext->isInTransparencyLayer();
-if (!drawIntoBitmap) {
-FloatSize offset;
-float blur;
-Color color;
-ColorSpace shadowColorSpace;
-
-graphicsContext->getShadow(offset, blur, color, shadowColorSpace);
-drawIntoBitmap = offset.width() || offset.height() || blur;
-}
-}
-
-// We have to convert CG's two-dimensional floating point advances to just horizontal integer advances.
-Vector gdiAdvances;
-int totalWidth = 0;
-for (int i = 0; i < numGlyphs; i++) {
-gdiAdvances.append(lroundf(glyphBuffer.advanceAt(from + i)));
-totalWidth += gdiAdvances[i];
-}
-
-HDC hdc = 0;
-OwnPtr bitmap;
-IntRect textRect;
-if (!drawIntoBitmap)
-hdc = graphicsContext->getWindowsContext(textRect, true, false);
-if (!hdc) {
-drawIntoBitmap = true;
-// We put slop into this rect, since glyphs can overflow the ascent/descent bounds and the left/right edges.
-// FIXME: Can get glyphs' optical bounds (even from CG) to get this right.
-const FontMetrics& fontMetrics = font->fontMetrics();
-int lineGap = fontMetrics.lineGap();
-textRect = IntRect(point.x() - (fontMetrics.ascent() + fontMetrics.descent()) / 2,
-   point.y() - fontMetrics.ascent() - lineGap,
-   totalWidth + fontMetrics.ascent() + fontMetrics.descent(),
-   fontMetrics.lineSpacing());
-bitmap = graphicsContext->createWindowsBitmap(textRect.size());
-memset(bitmap->buffer(), 255, bitmap->bufferLength());
-hdc = bitmap->hdc();
-
-XFORM xform;
-xform.eM11 = 1.0f;
-xform.eM12 = 0.0f;
-xform.eM21 = 0.0f;
-xform.eM22 = 1.0f;
-xform.eDx = -textRect.x();
-xform.eDy = -textRect.y();
-SetWorldTransform(hdc, &xform);
-}
-
-SelectObject(hdc, font->platformData().hfont());
-
-// Set the correct color.
-if (drawIntoBitmap)
-SetTextColor(hdc, RGB(0, 0, 0));
-else
-SetTextColor(hdc, RGB(fillColor.red(), fillColor.green(), fillColor.blue()));
-
-SetBkMode(hdc, TRANSPARENT);
-SetTextAlign(hdc, TA_LEFT | TA_BASELINE);
-
-// Uniscribe gives us offsets to help refine the positioning of combining glyphs.
-FloatSize translation = glyphBuffer.offsetAt(from);
-if (translation.width

[webkit-changes] [128938] branches/safari-536.27-branch/Source/WebCore

2012-09-18 Thread lforschler
Title: [128938] branches/safari-536.27-branch/Source/WebCore








Revision 128938
Author lforsch...@apple.com
Date 2012-09-18 15:26:59 -0700 (Tue, 18 Sep 2012)


Log Message
Merged r128845.

Modified Paths

branches/safari-536.27-branch/Source/WebCore/ChangeLog
branches/safari-536.27-branch/Source/WebCore/platform/graphics/ca/win/PlatformCAAnimationWin.cpp




Diff

Modified: branches/safari-536.27-branch/Source/WebCore/ChangeLog (128937 => 128938)

--- branches/safari-536.27-branch/Source/WebCore/ChangeLog	2012-09-18 22:26:41 UTC (rev 128937)
+++ branches/safari-536.27-branch/Source/WebCore/ChangeLog	2012-09-18 22:26:59 UTC (rev 128938)
@@ -1,5 +1,23 @@
 2012-09-18  Lucas Forschler  
 
+Merge r128845.
+
+2012-09-17  Roger Fong  
+
+[Win] Null check timing function received from CoreAnimation when calling CACFAnimationGetTimingFunction.
+https://bugs.webkit.org/show_bug.cgi?id=96972
+
+Timothy Horton
+
+When paused, some CSS animations cause CoreAnimation to pass back a null timing function when calling CACFAnimationGetTimingFunction.
+This patch fixes this simply by ensuring that if the output of this method is null, it does not get passed into CACFAnimationSetTimingFunction
+via the PlatformCAAnimation::copyTimingFunctionFrom method.
+
+* platform/graphics/ca/win/PlatformCAAnimationWin.cpp:
+(PlatformCAAnimation::copyTimingFunctionFrom):
+
+2012-09-18  Lucas Forschler  
+
 Merge r12.
 
 2012-08-24  Roger Fong  
@@ -205323,3 +205341,4 @@
 .
 .
 .
+.


Modified: branches/safari-536.27-branch/Source/WebCore/platform/graphics/ca/win/PlatformCAAnimationWin.cpp (128937 => 128938)

--- branches/safari-536.27-branch/Source/WebCore/platform/graphics/ca/win/PlatformCAAnimationWin.cpp	2012-09-18 22:26:41 UTC (rev 128937)
+++ branches/safari-536.27-branch/Source/WebCore/platform/graphics/ca/win/PlatformCAAnimationWin.cpp	2012-09-18 22:26:59 UTC (rev 128938)
@@ -296,7 +296,9 @@
 
 void PlatformCAAnimation::copyTimingFunctionFrom(const PlatformCAAnimation* value)
 {
-CACFAnimationSetTimingFunction(m_animation.get(), CACFAnimationGetTimingFunction(value->m_animation.get()));
+CACFTimingFunctionRef timingFunc = CACFAnimationGetTimingFunction(value->m_animation.get());
+if (timingFunc)
+CACFAnimationSetTimingFunction(m_animation.get(), timingFunc);
 }
 
 bool PlatformCAAnimation::isRemovedOnCompletion() const






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [128940] branches/safari-534.58-branch/

2012-09-18 Thread lforschler
Title: [128940] branches/safari-534.58-branch/








Revision 128940
Author lforsch...@apple.com
Date 2012-09-18 15:38:27 -0700 (Tue, 18 Sep 2012)


Log Message
New Branch.

Added Paths

branches/safari-534.58-branch/




Diff

Property changes: branches/safari-534.58-branch



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [129172] tags/Safari-537.11/

2012-09-20 Thread lforschler
Title: [129172] tags/Safari-537.11/








Revision 129172
Author lforsch...@apple.com
Date 2012-09-20 15:24:14 -0700 (Thu, 20 Sep 2012)


Log Message
New Tag.

Added Paths

tags/Safari-537.11/




Diff

Property changes: tags/Safari-537.11



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [129173] trunk/Source

2012-09-20 Thread lforschler
Title: [129173] trunk/Source








Revision 129173
Author lforsch...@apple.com
Date 2012-09-20 15:30:04 -0700 (Thu, 20 Sep 2012)


Log Message
Versioning

Modified Paths

trunk/Source/_javascript_Core/Configurations/Version.xcconfig
trunk/Source/WebCore/Configurations/Version.xcconfig
trunk/Source/WebKit/mac/Configurations/Version.xcconfig
trunk/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: trunk/Source/_javascript_Core/Configurations/Version.xcconfig (129172 => 129173)

--- trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2012-09-20 22:24:14 UTC (rev 129172)
+++ trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2012-09-20 22:30:04 UTC (rev 129173)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 11;
+MINOR_VERSION = 12;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebCore/Configurations/Version.xcconfig (129172 => 129173)

--- trunk/Source/WebCore/Configurations/Version.xcconfig	2012-09-20 22:24:14 UTC (rev 129172)
+++ trunk/Source/WebCore/Configurations/Version.xcconfig	2012-09-20 22:30:04 UTC (rev 129173)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 11;
+MINOR_VERSION = 12;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebKit/mac/Configurations/Version.xcconfig (129172 => 129173)

--- trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2012-09-20 22:24:14 UTC (rev 129172)
+++ trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2012-09-20 22:30:04 UTC (rev 129173)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 11;
+MINOR_VERSION = 12;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebKit2/Configurations/Version.xcconfig (129172 => 129173)

--- trunk/Source/WebKit2/Configurations/Version.xcconfig	2012-09-20 22:24:14 UTC (rev 129172)
+++ trunk/Source/WebKit2/Configurations/Version.xcconfig	2012-09-20 22:30:04 UTC (rev 129173)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 11;
+MINOR_VERSION = 12;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [129181] trunk/Tools

2012-09-20 Thread lforschler
Title: [129181] trunk/Tools








Revision 129181
Author lforsch...@apple.com
Date 2012-09-20 18:04:24 -0700 (Thu, 20 Sep 2012)


Log Message
Unreviewed.  Start running tests on the mac-ews.

* Scripts/webkitpy/tool/commands/earlywarningsystem.py:
(MacEWS):

Modified Paths

trunk/Tools/ChangeLog
trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py




Diff

Modified: trunk/Tools/ChangeLog (129180 => 129181)

--- trunk/Tools/ChangeLog	2012-09-20 23:52:19 UTC (rev 129180)
+++ trunk/Tools/ChangeLog	2012-09-21 01:04:24 UTC (rev 129181)
@@ -1,3 +1,10 @@
+2012-09-20  Lucas Forschler  
+
+Unreviewed.  Start running tests on the mac-ews.
+
+* Scripts/webkitpy/tool/commands/earlywarningsystem.py:
+(MacEWS):
+
 2012-09-20  Tony Chang  
 
 [chromium] Enable more clang warnings


Modified: trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py (129180 => 129181)

--- trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2012-09-20 23:52:19 UTC (rev 129180)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2012-09-21 01:04:24 UTC (rev 129181)
@@ -203,3 +203,4 @@
 class MacEWS(AbstractEarlyWarningSystem):
 name = "mac-ews"
 port_name = "mac"
+_default_run_tests = True






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [129256] branches/safari-536.27-branch/Source/JavaScriptCore

2012-09-21 Thread lforschler
Title: [129256] branches/safari-536.27-branch/Source/_javascript_Core








Revision 129256
Author lforsch...@apple.com
Date 2012-09-21 14:40:49 -0700 (Fri, 21 Sep 2012)


Log Message
Enable opportunistic garbage collecting on Windows.

Patch by Roger Fong  on 2012-09-20
Reviewed by Mark Hahnenberg

* _javascript_Core.vcproj/_javascript_Core/_javascript_Core.vcproj:

Modified Paths

branches/safari-536.27-branch/Source/_javascript_Core/ChangeLog
branches/safari-536.27-branch/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.vcproj




Diff

Modified: branches/safari-536.27-branch/Source/_javascript_Core/ChangeLog (129255 => 129256)

--- branches/safari-536.27-branch/Source/_javascript_Core/ChangeLog	2012-09-21 21:39:32 UTC (rev 129255)
+++ branches/safari-536.27-branch/Source/_javascript_Core/ChangeLog	2012-09-21 21:40:49 UTC (rev 129256)
@@ -1,3 +1,11 @@
+2012-09-20  Roger Fong  
+
+Enable opportunistic garbage collecting on Windows.
+
+Reviewed by Mark Hahnenberg
+
+* _javascript_Core.vcproj/_javascript_Core/_javascript_Core.vcproj:
+
 2012-08-14  Lucas Forschler  
 
 Merge r124272.


Modified: branches/safari-536.27-branch/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.vcproj (129255 => 129256)

--- branches/safari-536.27-branch/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.vcproj	2012-09-21 21:39:32 UTC (rev 129255)
+++ branches/safari-536.27-branch/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.vcproj	2012-09-21 21:40:49 UTC (rev 129256)
@@ -714,7 +714,7 @@
 >
 			
 			-RelativePath="..\..\runtime\GCActivityCallback.cpp"
+RelativePath="..\..\runtime\GCActivityCallbackCF.cpp"
 >
 			
 			





___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [129416] tags/Safari-536.27.1/

2012-09-24 Thread lforschler
Title: [129416] tags/Safari-536.27.1/








Revision 129416
Author lforsch...@apple.com
Date 2012-09-24 14:40:05 -0700 (Mon, 24 Sep 2012)


Log Message
New Tag.

Added Paths

tags/Safari-536.27.1/




Diff

Property changes: tags/Safari-536.27.1



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [129420] branches/safari-534.58-branch/Source

2012-09-24 Thread lforschler
Title: [129420] branches/safari-534.58-branch/Source








Revision 129420
Author lforsch...@apple.com
Date 2012-09-24 15:04:55 -0700 (Mon, 24 Sep 2012)


Log Message
Versioning.

Modified Paths

branches/safari-534.58-branch/Source/_javascript_Core/Configurations/Version.xcconfig
branches/safari-534.58-branch/Source/_javascript_Glue/Configurations/Version.xcconfig
branches/safari-534.58-branch/Source/WebCore/Configurations/Version.xcconfig
branches/safari-534.58-branch/Source/WebKit/mac/Configurations/Version.xcconfig
branches/safari-534.58-branch/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: branches/safari-534.58-branch/Source/_javascript_Core/Configurations/Version.xcconfig (129419 => 129420)

--- branches/safari-534.58-branch/Source/_javascript_Core/Configurations/Version.xcconfig	2012-09-24 21:59:03 UTC (rev 129419)
+++ branches/safari-534.58-branch/Source/_javascript_Core/Configurations/Version.xcconfig	2012-09-24 22:04:55 UTC (rev 129420)
@@ -22,8 +22,8 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 534;
-MINOR_VERSION = 57;
-TINY_VERSION = 8;
+MINOR_VERSION = 58;
+TINY_VERSION = 1;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: branches/safari-534.58-branch/Source/_javascript_Glue/Configurations/Version.xcconfig (129419 => 129420)

--- branches/safari-534.58-branch/Source/_javascript_Glue/Configurations/Version.xcconfig	2012-09-24 21:59:03 UTC (rev 129419)
+++ branches/safari-534.58-branch/Source/_javascript_Glue/Configurations/Version.xcconfig	2012-09-24 22:04:55 UTC (rev 129420)
@@ -22,8 +22,8 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 534;
-MINOR_VERSION = 57;
-TINY_VERSION = 8;
+MINOR_VERSION = 58;
+TINY_VERSION = 1;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: branches/safari-534.58-branch/Source/WebCore/Configurations/Version.xcconfig (129419 => 129420)

--- branches/safari-534.58-branch/Source/WebCore/Configurations/Version.xcconfig	2012-09-24 21:59:03 UTC (rev 129419)
+++ branches/safari-534.58-branch/Source/WebCore/Configurations/Version.xcconfig	2012-09-24 22:04:55 UTC (rev 129420)
@@ -22,8 +22,8 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 534;
-MINOR_VERSION = 57;
-TINY_VERSION = 8;
+MINOR_VERSION = 58;
+TINY_VERSION = 1;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: branches/safari-534.58-branch/Source/WebKit/mac/Configurations/Version.xcconfig (129419 => 129420)

--- branches/safari-534.58-branch/Source/WebKit/mac/Configurations/Version.xcconfig	2012-09-24 21:59:03 UTC (rev 129419)
+++ branches/safari-534.58-branch/Source/WebKit/mac/Configurations/Version.xcconfig	2012-09-24 22:04:55 UTC (rev 129420)
@@ -22,8 +22,8 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 534;
-MINOR_VERSION = 57;
-TINY_VERSION = 8;
+MINOR_VERSION = 58;
+TINY_VERSION = 1;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: branches/safari-534.58-branch/Source/WebKit2/Configurations/Version.xcconfig (129419 => 129420)

--- branches/safari-534.58-branch/Source/WebKit2/Configurations/Version.xcconfig	2012-09-24 21:59:03 UTC (rev 129419)
+++ branches/safari-534.58-branch/Source/WebKit2/Configurations/Version.xcconfig	2012-09-24 22:04:55 UTC (rev 129420)
@@ -22,8 +22,8 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 534;
-MINOR_VERSION = 57;
-TINY_VERSION = 8;
+MINOR_VERSION = 58;
+TINY_VERSION = 1;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [129561] trunk/Tools

2012-09-25 Thread lforschler
Title: [129561] trunk/Tools








Revision 129561
Author lforsch...@apple.com
Date 2012-09-25 15:23:55 -0700 (Tue, 25 Sep 2012)


Log Message
Python tests fail on Windows bots when running with more than one child process.  Temporarily use only one child process until the problem can be fixed.
https://bugs.webkit.org/show_bug.cgi?id=97465

Reviewed by Tim Horton.

* BuildSlaveSupport/build.webkit.org-config/master.cfg:
(RunPythonTests.start):

Modified Paths

trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
trunk/Tools/ChangeLog




Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg (129560 => 129561)

--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2012-09-25 22:16:30 UTC (rev 129560)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2012-09-25 22:23:55 UTC (rev 129561)
@@ -470,6 +470,10 @@
 # helps and does not significantly prolong the cycle time.
 if platform == 'gtk':
 self.setCommand(self.command + ['--child-processes', '1'])
+# Python tests fail on windows bots when running more than one child process
+# https://bugs.webkit.org/show_bug.cgi?id=97465
+if platform == 'win':
+self.setCommand(self.command + ['--child-processes', '1'])
 return shell.Test.start(self)
 
 def countFailures(self, cmd):


Modified: trunk/Tools/ChangeLog (129560 => 129561)

--- trunk/Tools/ChangeLog	2012-09-25 22:16:30 UTC (rev 129560)
+++ trunk/Tools/ChangeLog	2012-09-25 22:23:55 UTC (rev 129561)
@@ -1,3 +1,13 @@
+2012-09-25  Lucas Forschler  
+
+Python tests fail on Windows bots when running with more than one child process.  Temporarily use only one child process until the problem can be fixed.
+https://bugs.webkit.org/show_bug.cgi?id=97465
+
+Reviewed by Tim Horton.
+
+* BuildSlaveSupport/build.webkit.org-config/master.cfg:
+(RunPythonTests.start):
+
 2012-09-25  Mike West  
 
 Unreviewed. Adding myself as a committer.






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [129811] tags/Safari-537.12/

2012-09-27 Thread lforschler
Title: [129811] tags/Safari-537.12/








Revision 129811
Author lforsch...@apple.com
Date 2012-09-27 15:48:10 -0700 (Thu, 27 Sep 2012)


Log Message
New Tag.

Added Paths

tags/Safari-537.12/




Diff

Property changes: tags/Safari-537.12



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [129812] tags/Safari-537.12/Source/WebKit2

2012-09-27 Thread lforschler
Title: [129812] tags/Safari-537.12/Source/WebKit2








Revision 129812
Author lforsch...@apple.com
Date 2012-09-27 16:05:03 -0700 (Thu, 27 Sep 2012)


Log Message
Merge r129810.

Modified Paths

tags/Safari-537.12/Source/WebKit2/ChangeLog
tags/Safari-537.12/Source/WebKit2/Shared/APIClientTraits.cpp
tags/Safari-537.12/Source/WebKit2/Shared/APIClientTraits.h
tags/Safari-537.12/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.h




Diff

Modified: tags/Safari-537.12/Source/WebKit2/ChangeLog (129811 => 129812)

--- tags/Safari-537.12/Source/WebKit2/ChangeLog	2012-09-27 22:48:10 UTC (rev 129811)
+++ tags/Safari-537.12/Source/WebKit2/ChangeLog	2012-09-27 23:05:03 UTC (rev 129812)
@@ -1,3 +1,20 @@
+2012-09-27  Lucas Forschler  
+
+Merge 129810.
+
+2012-09-27  Beth Dakin  
+
+https://bugs.webkit.org/show_bug.cgi?id=97823
+Need to bump the WKBundlePageLoaderClient version after the addition of didLayout
+
+Reviewed by Brady Eidson.
+
+Bump the version.
+* Shared/APIClientTraits.cpp:
+(WebKit):
+* Shared/APIClientTraits.h:
+* WebProcess/InjectedBundle/API/c/WKBundlePage.h:
+
 2012-09-26  Anders Carlsson  
 
 Stop using CFURLCreateDataAndPropertiesFromResource


Modified: tags/Safari-537.12/Source/WebKit2/Shared/APIClientTraits.cpp (129811 => 129812)

--- tags/Safari-537.12/Source/WebKit2/Shared/APIClientTraits.cpp	2012-09-27 22:48:10 UTC (rev 129811)
+++ tags/Safari-537.12/Source/WebKit2/Shared/APIClientTraits.cpp	2012-09-27 23:05:03 UTC (rev 129812)
@@ -40,6 +40,7 @@
 offsetof(WKBundlePageLoaderClient, didLayoutForFrame),
 offsetof(WKBundlePageLoaderClient, didFinishProgress),
 offsetof(WKBundlePageLoaderClient, didReceiveIntentForFrame),
+offsetof(WKBundlePageLoaderClient, registerIntentServiceForFrame),
 sizeof(WKBundlePageLoaderClient)
 };
 


Modified: tags/Safari-537.12/Source/WebKit2/Shared/APIClientTraits.h (129811 => 129812)

--- tags/Safari-537.12/Source/WebKit2/Shared/APIClientTraits.h	2012-09-27 22:48:10 UTC (rev 129811)
+++ tags/Safari-537.12/Source/WebKit2/Shared/APIClientTraits.h	2012-09-27 23:05:03 UTC (rev 129812)
@@ -43,7 +43,7 @@
 };
 
 template<> struct APIClientTraits {
-static const size_t interfaceSizesByVersion[4];
+static const size_t interfaceSizesByVersion[5];
 };
 
 template<> struct APIClientTraits {


Modified: tags/Safari-537.12/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.h (129811 => 129812)

--- tags/Safari-537.12/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.h	2012-09-27 22:48:10 UTC (rev 129811)
+++ tags/Safari-537.12/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.h	2012-09-27 23:05:03 UTC (rev 129812)
@@ -154,11 +154,13 @@
 // Version 3
 WKBundlePageDidReceiveIntentForFrameCallbackdidReceiveIntentForFrame;
 WKBundlePageRegisterIntentServiceForFrameCallback   registerIntentServiceForFrame;
+
+// Version 4
 WKBundlePageDidLayoutCallback   didLayout;
 };
 typedef struct WKBundlePageLoaderClient WKBundlePageLoaderClient;
 
-enum { kWKBundlePageLoaderClientCurrentVersion = 3 };
+enum { kWKBundlePageLoaderClientCurrentVersion = 4 };
 
 enum {
 WKBundlePagePolicyActionPassThrough,






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [129815] trunk/Source

2012-09-27 Thread lforschler
Title: [129815] trunk/Source








Revision 129815
Author lforsch...@apple.com
Date 2012-09-27 16:30:55 -0700 (Thu, 27 Sep 2012)


Log Message
Versioning.

Modified Paths

trunk/Source/_javascript_Core/Configurations/Version.xcconfig
trunk/Source/WebCore/Configurations/Version.xcconfig
trunk/Source/WebKit/mac/Configurations/Version.xcconfig
trunk/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: trunk/Source/_javascript_Core/Configurations/Version.xcconfig (129814 => 129815)

--- trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2012-09-27 23:25:05 UTC (rev 129814)
+++ trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2012-09-27 23:30:55 UTC (rev 129815)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 12;
+MINOR_VERSION = 13;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebCore/Configurations/Version.xcconfig (129814 => 129815)

--- trunk/Source/WebCore/Configurations/Version.xcconfig	2012-09-27 23:25:05 UTC (rev 129814)
+++ trunk/Source/WebCore/Configurations/Version.xcconfig	2012-09-27 23:30:55 UTC (rev 129815)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 12;
+MINOR_VERSION = 13;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebKit/mac/Configurations/Version.xcconfig (129814 => 129815)

--- trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2012-09-27 23:25:05 UTC (rev 129814)
+++ trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2012-09-27 23:30:55 UTC (rev 129815)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 12;
+MINOR_VERSION = 13;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebKit2/Configurations/Version.xcconfig (129814 => 129815)

--- trunk/Source/WebKit2/Configurations/Version.xcconfig	2012-09-27 23:25:05 UTC (rev 129814)
+++ trunk/Source/WebKit2/Configurations/Version.xcconfig	2012-09-27 23:30:55 UTC (rev 129815)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 12;
+MINOR_VERSION = 13;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [127477] branches/safari-536.26-branch/Source/WebKit2

2012-09-04 Thread lforschler
Title: [127477] branches/safari-536.26-branch/Source/WebKit2








Revision 127477
Author lforsch...@apple.com
Date 2012-09-04 11:42:03 -0700 (Tue, 04 Sep 2012)


Log Message
Rollout r127322.

Modified Paths

branches/safari-536.26-branch/Source/WebKit2/ChangeLog
branches/safari-536.26-branch/Source/WebKit2/WebProcess/Plugins/PluginView.cpp




Diff

Modified: branches/safari-536.26-branch/Source/WebKit2/ChangeLog (127476 => 127477)

--- branches/safari-536.26-branch/Source/WebKit2/ChangeLog	2012-09-04 18:37:26 UTC (rev 127476)
+++ branches/safari-536.26-branch/Source/WebKit2/ChangeLog	2012-09-04 18:42:03 UTC (rev 127477)
@@ -1,3 +1,27 @@
+2012-08-14  Lucas Forschler  
+
+Rollout 127322.
+
+2012-08-31  Timothy Hatcher  
+
+Merge r127272.
+
+2012-08-31  Brady Eidson  
+
+REGRESSION (127047): Crash in PluginProxy::windowVisibilityChanged when changing tabs
+ and https://bugs.webkit.org/show_bug.cgi?id=95515
+
+Reviewed by Dan Bernstein.
+
+Plug-ins created in background tabs don't get initialized until they first become visible,
+so telling them they are now invisible leads to messaging on behalf of an uninitialized plug-in.
+
+Many other methods related to visibility and focus only call through if the plug-in is initialized,
+so setWindowIsVisible should do the same.
+
+* WebProcess/Plugins/PluginView.cpp:
+(WebKit::PluginView::setWindowIsVisible): Only tell initialized plug-ins of window visibility changes.
+
 2012-08-31  Timothy Hatcher  
 
 Merge r127319.


Modified: branches/safari-536.26-branch/Source/WebKit2/WebProcess/Plugins/PluginView.cpp (127476 => 127477)

--- branches/safari-536.26-branch/Source/WebKit2/WebProcess/Plugins/PluginView.cpp	2012-09-04 18:37:26 UTC (rev 127476)
+++ branches/safari-536.26-branch/Source/WebKit2/WebProcess/Plugins/PluginView.cpp	2012-09-04 18:42:03 UTC (rev 127477)
@@ -756,19 +756,13 @@
 transform.translate(scaledLocationInRootViewCoordinates.x(), scaledLocationInRootViewCoordinates.y());
 transform.scale(pageScaleFactor);
 
-// FIXME: The way we calculate this clip rect isn't correct.
-// But it is still important to distinguish between empty and non-empty rects so we can notify the plug-in when it becomes invisible.
+// FIXME: This clip rect isn't correct.
+// But it is still important distinguish between empty and non-empty rects so we can notify the plug-in when it becomes invisible.
 // Making the rect actually correct is covered by https://bugs.webkit.org/show_bug.cgi?id=95362
-IntRect clipRect = boundsRect();
-
-// FIXME: We can only get a semi-reliable answer from clipRectInWindowCoordinates() when the page is not scaled.
-// Fixing that is tracked in  - Make the Widget hierarchy play nicely with transforms, for zoomed plug-ins and iframes
-if (pageScaleFactor == 1) {
-clipRect = clipRectInWindowCoordinates();
-if (!clipRect.isEmpty())
-clipRect = boundsRect();
-}
-
+IntRect clipRect = clipRectInWindowCoordinates();
+if (!clipRect.isEmpty())
+clipRect = boundsRect();
+
 m_plugin->geometryDidChange(size(), clipRect, transform);
 }
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [127490] tags/Safari-537.8/trunk/

2012-09-04 Thread lforschler
Title: [127490] tags/Safari-537.8/trunk/








Revision 127490
Author lforsch...@apple.com
Date 2012-09-04 13:05:44 -0700 (Tue, 04 Sep 2012)


Log Message
New Tag.

Added Paths

tags/Safari-537.8/trunk/




Diff

Property changes: tags/Safari-537.8/trunk



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [127492] trunk/Source

2012-09-04 Thread lforschler
Title: [127492] trunk/Source








Revision 127492
Author lforsch...@apple.com
Date 2012-09-04 13:18:48 -0700 (Tue, 04 Sep 2012)


Log Message
Versioning.

Modified Paths

trunk/Source/_javascript_Core/Configurations/Version.xcconfig
trunk/Source/WebCore/Configurations/Version.xcconfig
trunk/Source/WebKit/mac/Configurations/Version.xcconfig
trunk/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: trunk/Source/_javascript_Core/Configurations/Version.xcconfig (127491 => 127492)

--- trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2012-09-04 20:14:40 UTC (rev 127491)
+++ trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2012-09-04 20:18:48 UTC (rev 127492)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 8;
+MINOR_VERSION = 9;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebCore/Configurations/Version.xcconfig (127491 => 127492)

--- trunk/Source/WebCore/Configurations/Version.xcconfig	2012-09-04 20:14:40 UTC (rev 127491)
+++ trunk/Source/WebCore/Configurations/Version.xcconfig	2012-09-04 20:18:48 UTC (rev 127492)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 8;
+MINOR_VERSION = 9;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebKit/mac/Configurations/Version.xcconfig (127491 => 127492)

--- trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2012-09-04 20:14:40 UTC (rev 127491)
+++ trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2012-09-04 20:18:48 UTC (rev 127492)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 8;
+MINOR_VERSION = 9;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebKit2/Configurations/Version.xcconfig (127491 => 127492)

--- trunk/Source/WebKit2/Configurations/Version.xcconfig	2012-09-04 20:14:40 UTC (rev 127491)
+++ trunk/Source/WebKit2/Configurations/Version.xcconfig	2012-09-04 20:18:48 UTC (rev 127492)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 8;
+MINOR_VERSION = 9;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [127496] branches/safari-536.26-branch/Source/WebKit2

2012-09-04 Thread lforschler
Title: [127496] branches/safari-536.26-branch/Source/WebKit2








Revision 127496
Author lforsch...@apple.com
Date 2012-09-04 13:30:38 -0700 (Tue, 04 Sep 2012)


Log Message
Rollout r127276.

Modified Paths

branches/safari-536.26-branch/Source/WebKit2/ChangeLog
branches/safari-536.26-branch/Source/WebKit2/WebProcess/Plugins/PluginView.cpp




Diff

Modified: branches/safari-536.26-branch/Source/WebKit2/ChangeLog (127495 => 127496)

--- branches/safari-536.26-branch/Source/WebKit2/ChangeLog	2012-09-04 20:30:09 UTC (rev 127495)
+++ branches/safari-536.26-branch/Source/WebKit2/ChangeLog	2012-09-04 20:30:38 UTC (rev 127496)
@@ -1,3 +1,36 @@
+2012-09-04  Lucas Forschler  
+
+Rollout r127276.
+
+2012-08-31  Timothy Hatcher  
+
+Merge r127047.
+
+2012-08-29  Brady Eidson  
+
+REGRESSION: Not sending NPP_SetWindow is causing Flash to not throttle itself
+ and https://bugs.webkit.org/show_bug.cgi?id=95274
+
+Reviewed by Sam Weinig.
+
+* UIProcess/API/mac/WKView.mm:
+(-[WKView viewDidMoveToWindow]): Previously we'd only update window visibility when the window is hidden.
+  Now we also update window visibility when the window is shown.
+
+* WebProcess/Plugins/Netscape/NetscapePlugin.cpp:
+(WebKit::NetscapePlugin::callSetWindowInvisible): Call set window with a manufactured empty clip rect to tell
+  the plug-in that it is complete hidden.
+(WebKit):
+* WebProcess/Plugins/Netscape/NetscapePlugin.h:
+(NetscapePlugin):
+* WebProcess/Plugins/Netscape/mac/NetscapePluginMac.mm:
+(WebKit::NetscapePlugin::windowVisibilityChanged): Call "callSetWindow" or "callSetWindowInvisible" as appropriate.
+
+* WebProcess/Plugins/PluginView.cpp:
+(WebKit::PluginView::setWindowIsVisible): Tell the plugin that its visibility changed.
+(WebKit::PluginView::viewGeometryDidChange): Grab a clip rect that - although incorrect - at least is correct if
+  the PluginView is completely hidden.
+
 2012-08-14  Lucas Forschler  
 
 Rollout 127322.


Modified: branches/safari-536.26-branch/Source/WebKit2/WebProcess/Plugins/PluginView.cpp (127495 => 127496)

--- branches/safari-536.26-branch/Source/WebKit2/WebProcess/Plugins/PluginView.cpp	2012-09-04 20:30:09 UTC (rev 127495)
+++ branches/safari-536.26-branch/Source/WebKit2/WebProcess/Plugins/PluginView.cpp	2012-09-04 20:30:38 UTC (rev 127496)
@@ -401,7 +401,7 @@
 #if PLATFORM(MAC)
 void PluginView::setWindowIsVisible(bool windowIsVisible)
 {
-if (!m_isInitialized || !m_plugin)
+if (!m_plugin)
 return;
 
 m_plugin->windowVisibilityChanged(windowIsVisible);






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [127498] branches/safari-536.26-branch

2012-09-04 Thread lforschler
Title: [127498] branches/safari-536.26-branch








Revision 127498
Author lforsch...@apple.com
Date 2012-09-04 13:35:10 -0700 (Tue, 04 Sep 2012)


Log Message
Rollout 127252.

Modified Paths

branches/safari-536.26-branch/LayoutTests/ChangeLog
branches/safari-536.26-branch/Source/WebKit2/ChangeLog
branches/safari-536.26-branch/Source/WebKit2/UIProcess/API/mac/WKView.mm
branches/safari-536.26-branch/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.cpp
branches/safari-536.26-branch/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h
branches/safari-536.26-branch/Source/WebKit2/WebProcess/Plugins/Netscape/mac/NetscapePluginMac.mm
branches/safari-536.26-branch/Source/WebKit2/WebProcess/Plugins/PluginView.cpp
branches/safari-536.26-branch/Tools/ChangeLog
branches/safari-536.26-branch/Tools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj


Removed Paths

branches/safari-536.26-branch/LayoutTests/platform/mac-wk2/plugins/npp-setwindow-called-on-scroll-expected.txt
branches/safari-536.26-branch/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/LogNPPSetWindow.cpp




Diff

Modified: branches/safari-536.26-branch/LayoutTests/ChangeLog (127497 => 127498)

--- branches/safari-536.26-branch/LayoutTests/ChangeLog	2012-09-04 20:34:01 UTC (rev 127497)
+++ branches/safari-536.26-branch/LayoutTests/ChangeLog	2012-09-04 20:35:10 UTC (rev 127498)
@@ -1,3 +1,7 @@
+2012-09-04  Lucas Forschler  
+
+Rollout r127252.
+
 2012-08-31  Brady Eidson  
 
 Rename testRunner to layoutTestController for a test on the branch.


Deleted: branches/safari-536.26-branch/LayoutTests/platform/mac-wk2/plugins/npp-setwindow-called-on-scroll-expected.txt (127497 => 127498)

--- branches/safari-536.26-branch/LayoutTests/platform/mac-wk2/plugins/npp-setwindow-called-on-scroll-expected.txt	2012-09-04 20:34:01 UTC (rev 127497)
+++ branches/safari-536.26-branch/LayoutTests/platform/mac-wk2/plugins/npp-setwindow-called-on-scroll-expected.txt	2012-09-04 20:35:10 UTC (rev 127498)
@@ -1,15 +0,0 @@
-a div
-
-another div
-Tests that netscape plugins get appropriate calls to NPP_SetWindow when scrolled out of view or back in to view.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS NPP_SetWindow called with expected parameters
-PASS NPP_SetWindow called with expected parameters
-PASS NPP_SetWindow called with expected parameters
-PASS NPP_SetWindow called with expected parameters
-PASS NPP_SetWindow called with expected parameters
-PASS NPP_SetWindow called with expected parameters
-


Modified: branches/safari-536.26-branch/Source/WebKit2/ChangeLog (127497 => 127498)

--- branches/safari-536.26-branch/Source/WebKit2/ChangeLog	2012-09-04 20:34:01 UTC (rev 127497)
+++ branches/safari-536.26-branch/Source/WebKit2/ChangeLog	2012-09-04 20:35:10 UTC (rev 127498)
@@ -1,5 +1,9 @@
 2012-09-04  Lucas Forschler  
 
+Rollout r127252.
+
+2012-09-04  Lucas Forschler  
+
 Rollout r127276.
 
 2012-08-31  Timothy Hatcher  


Modified: branches/safari-536.26-branch/Source/WebKit2/UIProcess/API/mac/WKView.mm (127497 => 127498)

--- branches/safari-536.26-branch/Source/WebKit2/UIProcess/API/mac/WKView.mm	2012-09-04 20:34:01 UTC (rev 127497)
+++ branches/safari-536.26-branch/Source/WebKit2/UIProcess/API/mac/WKView.mm	2012-09-04 20:35:10 UTC (rev 127498)
@@ -1918,7 +1918,6 @@
 
 [self _accessibilityRegisterUIProcessTokens];
 } else {
-[self _updateWindowVisibility];
 _data->_page->viewStateDidChange(WebPageProxy::ViewIsVisible);
 _data->_page->viewStateDidChange(WebPageProxy::ViewWindowIsActive | WebPageProxy::ViewIsInWindow);
 


Modified: branches/safari-536.26-branch/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.cpp (127497 => 127498)

--- branches/safari-536.26-branch/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.cpp	2012-09-04 20:34:01 UTC (rev 127497)
+++ branches/safari-536.26-branch/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.cpp	2012-09-04 20:35:10 UTC (rev 127498)
@@ -508,20 +508,6 @@
 m_hasCalledSetWindow = true;
 }
 
-void NetscapePlugin::callSetWindowInvisible()
-{
-NPWindow invisibleWindow = m_npWindow;
-
-invisibleWindow.window = 0;
-invisibleWindow.clipRect.top = 0;
-invisibleWindow.clipRect.left = 0;
-invisibleWindow.clipRect.bottom = 0;
-invisibleWindow.clipRect.right = 0;
-
-NPP_SetWindow(&invisibleWindow);
-m_hasCalledSetWindow = true;
-}
-
 bool NetscapePlugin::shouldLoadSrcURL()
 {
 // Check if we should cancel the load


Modified: branches/safari-536.26-branch/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h (127497 => 127498)

--- branches/safari-536.26-branch/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h	2012-09-04 20:34:01 UTC (rev 127497)
+++ branches/safari-536.26-branch/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h	2012-09-04 20:35:10 UTC (rev 127498)
@@ -141,7 +141,6 @@
 NetscapePlugin(PassRefPtr

[webkit-changes] [127499] tags/Safari-536.26.12/

2012-09-04 Thread lforschler
Title: [127499] tags/Safari-536.26.12/








Revision 127499
Author lforsch...@apple.com
Date 2012-09-04 13:41:28 -0700 (Tue, 04 Sep 2012)


Log Message
New Tag.

Added Paths

tags/Safari-536.26.12/




Diff

Property changes: tags/Safari-536.26.12



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [127504] branches/safari-536.26-branch/Source

2012-09-04 Thread lforschler
Title: [127504] branches/safari-536.26-branch/Source








Revision 127504
Author lforsch...@apple.com
Date 2012-09-04 14:16:22 -0700 (Tue, 04 Sep 2012)


Log Message
Versioning.

Modified Paths

branches/safari-536.26-branch/Source/_javascript_Core/Configurations/Version.xcconfig
branches/safari-536.26-branch/Source/WebCore/Configurations/Version.xcconfig
branches/safari-536.26-branch/Source/WebKit/mac/Configurations/Version.xcconfig
branches/safari-536.26-branch/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: branches/safari-536.26-branch/Source/_javascript_Core/Configurations/Version.xcconfig (127503 => 127504)

--- branches/safari-536.26-branch/Source/_javascript_Core/Configurations/Version.xcconfig	2012-09-04 21:15:02 UTC (rev 127503)
+++ branches/safari-536.26-branch/Source/_javascript_Core/Configurations/Version.xcconfig	2012-09-04 21:16:22 UTC (rev 127504)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 536;
 MINOR_VERSION = 26;
-TINY_VERSION = 12;
+TINY_VERSION = 13;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: branches/safari-536.26-branch/Source/WebCore/Configurations/Version.xcconfig (127503 => 127504)

--- branches/safari-536.26-branch/Source/WebCore/Configurations/Version.xcconfig	2012-09-04 21:15:02 UTC (rev 127503)
+++ branches/safari-536.26-branch/Source/WebCore/Configurations/Version.xcconfig	2012-09-04 21:16:22 UTC (rev 127504)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 536;
 MINOR_VERSION = 26;
-TINY_VERSION = 12;
+TINY_VERSION = 13;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: branches/safari-536.26-branch/Source/WebKit/mac/Configurations/Version.xcconfig (127503 => 127504)

--- branches/safari-536.26-branch/Source/WebKit/mac/Configurations/Version.xcconfig	2012-09-04 21:15:02 UTC (rev 127503)
+++ branches/safari-536.26-branch/Source/WebKit/mac/Configurations/Version.xcconfig	2012-09-04 21:16:22 UTC (rev 127504)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 536;
 MINOR_VERSION = 26;
-TINY_VERSION = 12;
+TINY_VERSION = 13;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: branches/safari-536.26-branch/Source/WebKit2/Configurations/Version.xcconfig (127503 => 127504)

--- branches/safari-536.26-branch/Source/WebKit2/Configurations/Version.xcconfig	2012-09-04 21:15:02 UTC (rev 127503)
+++ branches/safari-536.26-branch/Source/WebKit2/Configurations/Version.xcconfig	2012-09-04 21:16:22 UTC (rev 127504)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 536;
 MINOR_VERSION = 26;
-TINY_VERSION = 12;
+TINY_VERSION = 13;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [127663] tags/Safari-536.26.14/

2012-09-05 Thread lforschler
Title: [127663] tags/Safari-536.26.14/








Revision 127663
Author lforsch...@apple.com
Date 2012-09-05 17:18:24 -0700 (Wed, 05 Sep 2012)


Log Message
New Tag.

Added Paths

tags/Safari-536.26.14/




Diff

Property changes: tags/Safari-536.26.14



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [127665] tags/Safari-536.26.14/

2012-09-05 Thread lforschler
Title: [127665] tags/Safari-536.26.14/








Revision 127665
Author lforsch...@apple.com
Date 2012-09-05 17:52:35 -0700 (Wed, 05 Sep 2012)


Log Message
Remove Tag.

Removed Paths

tags/Safari-536.26.14/




Diff




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [127919] tags/Safari-536.26.14/

2012-09-07 Thread lforschler
Title: [127919] tags/Safari-536.26.14/








Revision 127919
Author lforsch...@apple.com
Date 2012-09-07 14:16:12 -0700 (Fri, 07 Sep 2012)


Log Message
New Tag.

Added Paths

tags/Safari-536.26.14/




Diff

Property changes: tags/Safari-536.26.14



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [127921] branches/safari-536.26-branch/Source

2012-09-07 Thread lforschler
Title: [127921] branches/safari-536.26-branch/Source








Revision 127921
Author lforsch...@apple.com
Date 2012-09-07 14:19:33 -0700 (Fri, 07 Sep 2012)


Log Message
Versioning.

Modified Paths

branches/safari-536.26-branch/Source/_javascript_Core/Configurations/Version.xcconfig
branches/safari-536.26-branch/Source/WebCore/Configurations/Version.xcconfig
branches/safari-536.26-branch/Source/WebKit/mac/Configurations/Version.xcconfig
branches/safari-536.26-branch/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: branches/safari-536.26-branch/Source/_javascript_Core/Configurations/Version.xcconfig (127920 => 127921)

--- branches/safari-536.26-branch/Source/_javascript_Core/Configurations/Version.xcconfig	2012-09-07 21:17:50 UTC (rev 127920)
+++ branches/safari-536.26-branch/Source/_javascript_Core/Configurations/Version.xcconfig	2012-09-07 21:19:33 UTC (rev 127921)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 536;
 MINOR_VERSION = 26;
-TINY_VERSION = 14;
+TINY_VERSION = 15;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: branches/safari-536.26-branch/Source/WebCore/Configurations/Version.xcconfig (127920 => 127921)

--- branches/safari-536.26-branch/Source/WebCore/Configurations/Version.xcconfig	2012-09-07 21:17:50 UTC (rev 127920)
+++ branches/safari-536.26-branch/Source/WebCore/Configurations/Version.xcconfig	2012-09-07 21:19:33 UTC (rev 127921)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 536;
 MINOR_VERSION = 26;
-TINY_VERSION = 14;
+TINY_VERSION = 15;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: branches/safari-536.26-branch/Source/WebKit/mac/Configurations/Version.xcconfig (127920 => 127921)

--- branches/safari-536.26-branch/Source/WebKit/mac/Configurations/Version.xcconfig	2012-09-07 21:17:50 UTC (rev 127920)
+++ branches/safari-536.26-branch/Source/WebKit/mac/Configurations/Version.xcconfig	2012-09-07 21:19:33 UTC (rev 127921)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 536;
 MINOR_VERSION = 26;
-TINY_VERSION = 14;
+TINY_VERSION = 15;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: branches/safari-536.26-branch/Source/WebKit2/Configurations/Version.xcconfig (127920 => 127921)

--- branches/safari-536.26-branch/Source/WebKit2/Configurations/Version.xcconfig	2012-09-07 21:17:50 UTC (rev 127920)
+++ branches/safari-536.26-branch/Source/WebKit2/Configurations/Version.xcconfig	2012-09-07 21:19:33 UTC (rev 127921)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 536;
 MINOR_VERSION = 26;
-TINY_VERSION = 14;
+TINY_VERSION = 15;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [127947] tags/Safari-537.9/

2012-09-07 Thread lforschler
Title: [127947] tags/Safari-537.9/








Revision 127947
Author lforsch...@apple.com
Date 2012-09-07 18:20:02 -0700 (Fri, 07 Sep 2012)


Log Message
New Tag.

Added Paths

tags/Safari-537.9/




Diff

Property changes: tags/Safari-537.9



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [127951] trunk/Source

2012-09-07 Thread lforschler
Title: [127951] trunk/Source








Revision 127951
Author lforsch...@apple.com
Date 2012-09-07 18:30:41 -0700 (Fri, 07 Sep 2012)


Log Message
Versioning.

Modified Paths

trunk/Source/_javascript_Core/Configurations/Version.xcconfig
trunk/Source/WebCore/Configurations/Version.xcconfig
trunk/Source/WebKit/mac/Configurations/Version.xcconfig
trunk/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: trunk/Source/_javascript_Core/Configurations/Version.xcconfig (127950 => 127951)

--- trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2012-09-08 01:30:22 UTC (rev 127950)
+++ trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2012-09-08 01:30:41 UTC (rev 127951)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 9;
+MINOR_VERSION = 10;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebCore/Configurations/Version.xcconfig (127950 => 127951)

--- trunk/Source/WebCore/Configurations/Version.xcconfig	2012-09-08 01:30:22 UTC (rev 127950)
+++ trunk/Source/WebCore/Configurations/Version.xcconfig	2012-09-08 01:30:41 UTC (rev 127951)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 9;
+MINOR_VERSION = 10;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebKit/mac/Configurations/Version.xcconfig (127950 => 127951)

--- trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2012-09-08 01:30:22 UTC (rev 127950)
+++ trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2012-09-08 01:30:41 UTC (rev 127951)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 9;
+MINOR_VERSION = 10;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebKit2/Configurations/Version.xcconfig (127950 => 127951)

--- trunk/Source/WebKit2/Configurations/Version.xcconfig	2012-09-08 01:30:22 UTC (rev 127950)
+++ trunk/Source/WebKit2/Configurations/Version.xcconfig	2012-09-08 01:30:41 UTC (rev 127951)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 9;
+MINOR_VERSION = 10;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [127998] trunk/Source/WebCore

2012-09-09 Thread lforschler
Title: [127998] trunk/Source/WebCore








Revision 127998
Author lforsch...@apple.com
Date 2012-09-09 15:11:38 -0700 (Sun, 09 Sep 2012)


Log Message
Build Fix.  

* platform/graphics/mac/WebGLLayer.mm:

Modified Paths

trunk/Source/WebCore/ChangeLog
trunk/Source/WebCore/platform/graphics/mac/WebGLLayer.mm




Diff

Modified: trunk/Source/WebCore/ChangeLog (127997 => 127998)

--- trunk/Source/WebCore/ChangeLog	2012-09-09 21:21:10 UTC (rev 127997)
+++ trunk/Source/WebCore/ChangeLog	2012-09-09 22:11:38 UTC (rev 127998)
@@ -1,3 +1,9 @@
+2012-09-09  Lucas Forschler  
+
+Build Fix.  
+
+* platform/graphics/mac/WebGLLayer.mm:
+
 2012-09-09  Sheriff Bot  
 
 Unreviewed, rolling out r127979.


Modified: trunk/Source/WebCore/platform/graphics/mac/WebGLLayer.mm (127997 => 127998)

--- trunk/Source/WebCore/platform/graphics/mac/WebGLLayer.mm	2012-09-09 21:21:10 UTC (rev 127997)
+++ trunk/Source/WebCore/platform/graphics/mac/WebGLLayer.mm	2012-09-09 22:11:38 UTC (rev 127998)
@@ -33,6 +33,7 @@
 #import "GraphicsContext3D.h"
 #import "GraphicsLayer.h"
 #import 
+#import 
 #import 
 #import 
 #import 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [127999] tags/Safari-537.9.1/

2012-09-09 Thread lforschler
Title: [127999] tags/Safari-537.9.1/








Revision 127999
Author lforsch...@apple.com
Date 2012-09-09 15:14:38 -0700 (Sun, 09 Sep 2012)


Log Message
New Tag.

Added Paths

tags/Safari-537.9.1/




Diff

Property changes: tags/Safari-537.9.1



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [128000] tags/Safari-537.9.1/Source

2012-09-09 Thread lforschler
Title: [128000] tags/Safari-537.9.1/Source








Revision 128000
Author lforsch...@apple.com
Date 2012-09-09 15:16:37 -0700 (Sun, 09 Sep 2012)


Log Message
Versioning.

Modified Paths

tags/Safari-537.9.1/Source/_javascript_Core/Configurations/Version.xcconfig
tags/Safari-537.9.1/Source/WebCore/Configurations/Version.xcconfig
tags/Safari-537.9.1/Source/WebKit/mac/Configurations/Version.xcconfig
tags/Safari-537.9.1/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: tags/Safari-537.9.1/Source/_javascript_Core/Configurations/Version.xcconfig (127999 => 128000)

--- tags/Safari-537.9.1/Source/_javascript_Core/Configurations/Version.xcconfig	2012-09-09 22:14:38 UTC (rev 127999)
+++ tags/Safari-537.9.1/Source/_javascript_Core/Configurations/Version.xcconfig	2012-09-09 22:16:37 UTC (rev 128000)
@@ -23,8 +23,8 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 9;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));


Modified: tags/Safari-537.9.1/Source/WebCore/Configurations/Version.xcconfig (127999 => 128000)

--- tags/Safari-537.9.1/Source/WebCore/Configurations/Version.xcconfig	2012-09-09 22:14:38 UTC (rev 127999)
+++ tags/Safari-537.9.1/Source/WebCore/Configurations/Version.xcconfig	2012-09-09 22:16:37 UTC (rev 128000)
@@ -23,8 +23,8 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 9;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));


Modified: tags/Safari-537.9.1/Source/WebKit/mac/Configurations/Version.xcconfig (127999 => 128000)

--- tags/Safari-537.9.1/Source/WebKit/mac/Configurations/Version.xcconfig	2012-09-09 22:14:38 UTC (rev 127999)
+++ tags/Safari-537.9.1/Source/WebKit/mac/Configurations/Version.xcconfig	2012-09-09 22:16:37 UTC (rev 128000)
@@ -23,8 +23,8 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 9;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));


Modified: tags/Safari-537.9.1/Source/WebKit2/Configurations/Version.xcconfig (127999 => 128000)

--- tags/Safari-537.9.1/Source/WebKit2/Configurations/Version.xcconfig	2012-09-09 22:14:38 UTC (rev 127999)
+++ tags/Safari-537.9.1/Source/WebKit2/Configurations/Version.xcconfig	2012-09-09 22:16:37 UTC (rev 128000)
@@ -23,8 +23,8 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 9;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [128001] tags/Safari-537.9.1/Source/WebCore

2012-09-09 Thread lforschler
Title: [128001] tags/Safari-537.9.1/Source/WebCore








Revision 128001
Author lforsch...@apple.com
Date 2012-09-09 15:20:18 -0700 (Sun, 09 Sep 2012)


Log Message
Merged r127998.

Modified Paths

tags/Safari-537.9.1/Source/WebCore/ChangeLog
tags/Safari-537.9.1/Source/WebCore/platform/graphics/mac/WebGLLayer.mm




Diff

Modified: tags/Safari-537.9.1/Source/WebCore/ChangeLog (128000 => 128001)

--- tags/Safari-537.9.1/Source/WebCore/ChangeLog	2012-09-09 22:16:37 UTC (rev 128000)
+++ tags/Safari-537.9.1/Source/WebCore/ChangeLog	2012-09-09 22:20:18 UTC (rev 128001)
@@ -1,3 +1,13 @@
+2012-09-09  Lucas Forschler  
+
+Merge r127998
+
+2012-09-09  Lucas Forschler  
+
+Build Fix.  
+
+* platform/graphics/mac/WebGLLayer.mm:
+
 2012-09-06  Lauro Neto  
 
 [Qt] Deprecate String += operator


Modified: tags/Safari-537.9.1/Source/WebCore/platform/graphics/mac/WebGLLayer.mm (128000 => 128001)

--- tags/Safari-537.9.1/Source/WebCore/platform/graphics/mac/WebGLLayer.mm	2012-09-09 22:16:37 UTC (rev 128000)
+++ tags/Safari-537.9.1/Source/WebCore/platform/graphics/mac/WebGLLayer.mm	2012-09-09 22:20:18 UTC (rev 128001)
@@ -33,6 +33,7 @@
 #import "GraphicsContext3D.h"
 #import "GraphicsLayer.h"
 #import 
+#import 
 #import 
 #import 
 #import 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [141205] trunk/Tools

2013-01-29 Thread lforschler
Title: [141205] trunk/Tools








Revision 141205
Author lforsch...@apple.com
Date 2013-01-29 18:43:30 -0800 (Tue, 29 Jan 2013)


Log Message
Enable tests for Windows EWS!
https://bugs.webkit.org/show_bug.cgi?id=107968

Reviewed by Adam Barth.

* Scripts/webkitpy/tool/commands/earlywarningsystem.py:
(WinEWS):

Modified Paths

trunk/Tools/ChangeLog
trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py




Diff

Modified: trunk/Tools/ChangeLog (141204 => 141205)

--- trunk/Tools/ChangeLog	2013-01-30 02:37:31 UTC (rev 141204)
+++ trunk/Tools/ChangeLog	2013-01-30 02:43:30 UTC (rev 141205)
@@ -1,3 +1,13 @@
+2013-01-29  Lucas Forschler  
+
+Enable tests for Windows EWS!
+https://bugs.webkit.org/show_bug.cgi?id=107968
+
+Reviewed by Adam Barth.
+
+* Scripts/webkitpy/tool/commands/earlywarningsystem.py:
+(WinEWS):
+
 2013-01-29  Alan Cutter  
 
 MockWeb should be able to serve mock web content


Modified: trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py (141204 => 141205)

--- trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2013-01-30 02:37:31 UTC (rev 141204)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2013-01-30 02:43:30 UTC (rev 141205)
@@ -177,6 +177,7 @@
 # Use debug, the Apple Win port fails to link Release on 32-bit Windows.
 # https://bugs.webkit.org/show_bug.cgi?id=39197
 _build_style = "debug"
+_default_run_tests = True
 
 
 class AbstractChromiumEWS(AbstractEarlyWarningSystem):






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [141282] tags/Safari-537.26.5/

2013-01-30 Thread lforschler
Title: [141282] tags/Safari-537.26.5/








Revision 141282
Author lforsch...@apple.com
Date 2013-01-30 10:40:56 -0800 (Wed, 30 Jan 2013)


Log Message
New Tag.

Added Paths

tags/Safari-537.26.5/




Diff

Property changes: tags/Safari-537.26.5



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [141283] tags/Safari-537.26.5/Source

2013-01-30 Thread lforschler
Title: [141283] tags/Safari-537.26.5/Source








Revision 141283
Author lforsch...@apple.com
Date 2013-01-30 10:52:38 -0800 (Wed, 30 Jan 2013)


Log Message
Versioning.

Modified Paths

tags/Safari-537.26.5/Source/_javascript_Core/Configurations/Version.xcconfig
tags/Safari-537.26.5/Source/WebCore/Configurations/Version.xcconfig
tags/Safari-537.26.5/Source/WebKit/mac/Configurations/Version.xcconfig
tags/Safari-537.26.5/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: tags/Safari-537.26.5/Source/_javascript_Core/Configurations/Version.xcconfig (141282 => 141283)

--- tags/Safari-537.26.5/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-30 18:40:56 UTC (rev 141282)
+++ tags/Safari-537.26.5/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-30 18:52:38 UTC (rev 141283)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 26;
-TINY_VERSION = 4;
+TINY_VERSION = 5;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: tags/Safari-537.26.5/Source/WebCore/Configurations/Version.xcconfig (141282 => 141283)

--- tags/Safari-537.26.5/Source/WebCore/Configurations/Version.xcconfig	2013-01-30 18:40:56 UTC (rev 141282)
+++ tags/Safari-537.26.5/Source/WebCore/Configurations/Version.xcconfig	2013-01-30 18:52:38 UTC (rev 141283)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 26;
-TINY_VERSION = 4;
+TINY_VERSION = 5;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: tags/Safari-537.26.5/Source/WebKit/mac/Configurations/Version.xcconfig (141282 => 141283)

--- tags/Safari-537.26.5/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-30 18:40:56 UTC (rev 141282)
+++ tags/Safari-537.26.5/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-30 18:52:38 UTC (rev 141283)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 26;
-TINY_VERSION = 4;
+TINY_VERSION = 5;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: tags/Safari-537.26.5/Source/WebKit2/Configurations/Version.xcconfig (141282 => 141283)

--- tags/Safari-537.26.5/Source/WebKit2/Configurations/Version.xcconfig	2013-01-30 18:40:56 UTC (rev 141282)
+++ tags/Safari-537.26.5/Source/WebKit2/Configurations/Version.xcconfig	2013-01-30 18:52:38 UTC (rev 141283)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 537;
 MINOR_VERSION = 26;
-TINY_VERSION = 4;
+TINY_VERSION = 5;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [141289] tags/Safari-537.26.5

2013-01-30 Thread lforschler
Title: [141289] tags/Safari-537.26.5








Revision 141289
Author lforsch...@apple.com
Date 2013-01-30 11:19:34 -0800 (Wed, 30 Jan 2013)


Log Message
Merged r141045.  

Modified Paths

tags/Safari-537.26.5/Source/WebKit2/ChangeLog
tags/Safari-537.26.5/Source/WebKit2/UIProcess/API/mac/PageClientImpl.mm
tags/Safari-537.26.5/Source/WebKit2/UIProcess/API/mac/WKView.mm
tags/Safari-537.26.5/Source/WebKit2/UIProcess/API/mac/WKViewInternal.h
tags/Safari-537.26.5/WebKitLibraries/ChangeLog
tags/Safari-537.26.5/WebKitLibraries/WebKitSystemInterface.h




Diff

Modified: tags/Safari-537.26.5/Source/WebKit2/ChangeLog (141288 => 141289)

--- tags/Safari-537.26.5/Source/WebKit2/ChangeLog	2013-01-30 19:18:54 UTC (rev 141288)
+++ tags/Safari-537.26.5/Source/WebKit2/ChangeLog	2013-01-30 19:19:34 UTC (rev 141289)
@@ -1,3 +1,43 @@
+2013-01-30  Lucas Forschler  
+
+Merge r141045
+
+2013-01-28  Kiran Muppala  
+
+Add window occlusion criteria to determine page visibility on Mac
+https://bugs.webkit.org/show_bug.cgi?id=107494
+
+Reviewed by Simon Fraser.
+
+* UIProcess/API/mac/PageClientImpl.mm:
+(WebKit::PageClientImpl::isViewVisible): Add window occlusion check.
+* UIProcess/API/mac/WKView.mm:
+(-[WKView dealloc]): Remove self from the all views vector.
+(-[WKView addWindowObserversForWindow:]): Register observer for
+NSWindowWillOrderOffScreenNotification.
+(-[WKView removeWindowObservers]): Unregister observer for
+NSWindowWillOrderOffScreenNotification.
+(-[WKView viewWillMoveToWindow:]): Disable occlusion notifications.
+(-[WKView viewDidMoveToWindow]): Enable occlusion notifications.
+(-[WKView _windowWillOrderOffScreen:]): Disable occlusion notifications.
+(-[WKView _windowDidOrderOnScreen:]): Enable occlusion notifications.
+This notification ensures that occlusion notifications are registered
+correctly even if the NSWindow object is assigned a window number after
+the viewDidMoveToWindow notification has been received.  This occurs
+for instance during application launch.
+(-[WKView _setIsWindowOccluded:]):
+(-[WKView _enableWindowOcclusionNotifications]):
+(-[WKView _disableWindowOcclusionNotifications]):
+(windowBecameVisible):
+(windowBecameOccluded):
+(+[WKView _registerWindowOcclusionNotificationHandlers]):
+(+[WKView _unregisterWindowOcclusionNotificationHandlers]):
+(+[WKView _allViews]):
+(-[WKView _isWindowOccluded]):
+(-[WKView initWithFrame:contextRef:pageGroupRef:relatedToPage:]): Add
+self to the all views vector.
+* UIProcess/API/mac/WKViewInternal.h:
+
 2013-01-23  Lucas Forschler  
 
 Merge r140582


Modified: tags/Safari-537.26.5/Source/WebKit2/UIProcess/API/mac/PageClientImpl.mm (141288 => 141289)

--- tags/Safari-537.26.5/Source/WebKit2/UIProcess/API/mac/PageClientImpl.mm	2013-01-30 19:18:54 UTC (rev 141288)
+++ tags/Safari-537.26.5/Source/WebKit2/UIProcess/API/mac/PageClientImpl.mm	2013-01-30 19:19:34 UTC (rev 141289)
@@ -200,6 +200,9 @@
 if ([m_wkView isHiddenOrHasHiddenAncestor])
 return false;
 
+if ([m_wkView _isWindowOccluded])
+return false;
+
 return true;
 }
 


Modified: tags/Safari-537.26.5/Source/WebKit2/UIProcess/API/mac/WKView.mm (141288 => 141289)

--- tags/Safari-537.26.5/Source/WebKit2/UIProcess/API/mac/WKView.mm	2013-01-30 19:18:54 UTC (rev 141288)
+++ tags/Safari-537.26.5/Source/WebKit2/UIProcess/API/mac/WKView.mm	2013-01-30 19:19:34 UTC (rev 141289)
@@ -93,6 +93,9 @@
 #import "WKBrowsingContextGroupInternal.h"
 #import "WKProcessGroupInternal.h"
 
+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1090
+static BOOL windowOcclusionNotificationsAreRegistered = NO;
+#endif
 
 @interface NSApplication (WKNSApplicationDetails)
 - (void)speakString:(NSString *)string;
@@ -135,6 +138,14 @@
 - (void)_setDrawingAreaSize:(NSSize)size;
 - (void)_setPluginComplexTextInputState:(PluginComplexTextInputState)pluginComplexTextInputState;
 - (BOOL)_shouldUseTiledDrawingArea;
+- (void)_setIsWindowOccluded:(BOOL)isWindowOccluded;
+- (void)_enableWindowOcclusionNotifications;
+- (void)_disableWindowOcclusionNotifications;
+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1090
++ (BOOL)_registerWindowOcclusionNotificationHandlers;
++ (BOOL)_unregisterWindowOcclusionNotificationHandlers;
+#endif
++ (Vector&)_allViews;
 @end
 
 @interface WKViewData : NSObject {
@@ -211,6 +222,7 @@
 
 NSSize _intrinsicContentSize;
 BOOL _expandsToFitContentViaAutoLayout;
+BOOL _isWindowOccluded;
 }
 
 @end
@@ -261,6 +273,9 @@
 [_data release];
 _data = nil;
 
+Vector& allViews = [WKView _allViews];
+allViews.remove(allViews.find(self));
+
 WebContext::statistics().wkViewCount--;
 
 [super 

[webkit-changes] [141309] branches/safari-536.28-branch

2013-01-30 Thread lforschler
Title: [141309] branches/safari-536.28-branch








Revision 141309
Author lforsch...@apple.com
Date 2013-01-30 14:27:15 -0800 (Wed, 30 Jan 2013)


Log Message
Merged r138606.  

Modified Paths

branches/safari-536.28-branch/Source/_javascript_Core/ChangeLog
branches/safari-536.28-branch/Source/_javascript_Core/Info.plist
branches/safari-536.28-branch/Source/WebCore/ChangeLog
branches/safari-536.28-branch/Source/WebCore/Info.plist
branches/safari-536.28-branch/Source/WebKit/mac/ChangeLog
branches/safari-536.28-branch/Source/WebKit/mac/Info.plist
branches/safari-536.28-branch/Source/WebKit2/ChangeLog
branches/safari-536.28-branch/Source/WebKit2/Info.plist
branches/safari-536.28-branch/Source/WebKit2/PluginProcess/Info.plist
branches/safari-536.28-branch/Source/WebKit2/WebProcess/Info.plist
branches/safari-536.28-branch/WebKitLibraries/ChangeLog
branches/safari-536.28-branch/WebKitLibraries/win/tools/scripts/COPYRIGHT-END-YEAR




Diff

Modified: branches/safari-536.28-branch/Source/_javascript_Core/ChangeLog (141308 => 141309)

--- branches/safari-536.28-branch/Source/_javascript_Core/ChangeLog	2013-01-30 22:24:53 UTC (rev 141308)
+++ branches/safari-536.28-branch/Source/_javascript_Core/ChangeLog	2013-01-30 22:27:15 UTC (rev 141309)
@@ -1,3 +1,15 @@
+2013-01-30  Lucas Forschler  
+
+Merge r138606
+
+2013-01-01  Dan Bernstein  
+
+ Update copyright strings
+
+Reviewed by Sam Weinig.
+
+* Info.plist:
+
 2012-11-16  Andy Estes  
 
 Merge r130102.


Modified: branches/safari-536.28-branch/Source/_javascript_Core/Info.plist (141308 => 141309)

--- branches/safari-536.28-branch/Source/_javascript_Core/Info.plist	2013-01-30 22:24:53 UTC (rev 141308)
+++ branches/safari-536.28-branch/Source/_javascript_Core/Info.plist	2013-01-30 22:27:15 UTC (rev 141309)
@@ -7,7 +7,7 @@
 	CFBundleExecutable
 	${PRODUCT_NAME}
 	CFBundleGetInfoString
-	${BUNDLE_VERSION}, Copyright 2003-2012 Apple Inc.; Copyright 1999-2001 Harri Porten ; Copyright 2001 Peter Kelly ; Copyright 1997-2005 University of Cambridge; Copyright 1991, 2000, 2001 by Lucent Technologies.
+	${BUNDLE_VERSION}, Copyright 2003-2013 Apple Inc.; Copyright 1999-2001 Harri Porten ; Copyright 2001 Peter Kelly ; Copyright 1997-2005 University of Cambridge; Copyright 1991, 2000, 2001 by Lucent Technologies.
 	CFBundleIdentifier
 	com.apple.${PRODUCT_NAME}
 	CFBundleInfoDictionaryVersion


Modified: branches/safari-536.28-branch/Source/WebCore/ChangeLog (141308 => 141309)

--- branches/safari-536.28-branch/Source/WebCore/ChangeLog	2013-01-30 22:24:53 UTC (rev 141308)
+++ branches/safari-536.28-branch/Source/WebCore/ChangeLog	2013-01-30 22:27:15 UTC (rev 141309)
@@ -1,3 +1,15 @@
+2013-01-30  Lucas Forschler  
+
+Merge r138606
+
+2013-01-01  Dan Bernstein  
+
+ Update copyright strings
+
+Reviewed by Sam Weinig.
+
+* Info.plist:
+
 2012-12-12  Lucas Forschler  
 
 Merge r137393


Modified: branches/safari-536.28-branch/Source/WebCore/Info.plist (141308 => 141309)

--- branches/safari-536.28-branch/Source/WebCore/Info.plist	2013-01-30 22:24:53 UTC (rev 141308)
+++ branches/safari-536.28-branch/Source/WebCore/Info.plist	2013-01-30 22:27:15 UTC (rev 141309)
@@ -7,7 +7,7 @@
 	CFBundleExecutable
 	${PRODUCT_NAME}
 	CFBundleGetInfoString
-	${BUNDLE_VERSION}, Copyright 2003-2012 Apple Inc.; Copyright 1997 Martin Jones ; Copyright 1998, 1999 Torben Weis ; Copyright 1998, 1999, 2002 Waldo Bastian ; Copyright 1998-2000 Lars Knoll ; Copyright 1999, 2001 Antti Koivisto ; Copyright 1999-2001 Harri Porten ; Copyright 2000 Simon Hausmann ; Copyright 2000, 2001 Dirk Mueller ; Copyright 2000, 2001 Peter Kelly ; Copyright 2000 Daniel Molkentin ; Copyright 2000 Stefan Schimanski ; Copyright 1998-2000 Netscape Communications Corporation; Copyright 1998, 1999, 2000 Thai Open Source Software Center Ltd and Clark Cooper; Copyright 2001, 2002 Expat maintainers.
+	${BUNDLE_VERSION}, Copyright 2003-2013 Apple Inc.; Copyright 1997 Martin Jones ; Copyright 1998, 1999 Torben Weis ; Copyright 1998, 1999, 2002 Waldo Bastian ; Copyright 1998-2000 Lars Knoll ; Copyright 1999, 2001 Antti Koivisto ; Copyright 1999-2001 Harri Porten ; Copyright 2000 Simon Hausmann ; Copyright 2000, 2001 Dirk Mueller ; Copyright 2000, 2001 Peter Kelly ; Copyright 2000 Daniel Molkentin ; Copyright 2000 Stefan Schimanski ; Copyright 1998-2000 Netscape Communications Corporation; Copyright 1998, 1999, 2000 Thai Open Source Software Center Ltd and Clark Cooper; Copyright 2001, 2002 Expat maintainers.
 

[webkit-changes] [141343] tags/Safari-536.28.10/

2013-01-30 Thread lforschler
Title: [141343] tags/Safari-536.28.10/








Revision 141343
Author lforsch...@apple.com
Date 2013-01-30 16:53:40 -0800 (Wed, 30 Jan 2013)


Log Message
New Tag.

Added Paths

tags/Safari-536.28.10/




Diff

Property changes: tags/Safari-536.28.10



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [141345] branches/safari-536.28-branch/Source

2013-01-30 Thread lforschler
Title: [141345] branches/safari-536.28-branch/Source








Revision 141345
Author lforsch...@apple.com
Date 2013-01-30 16:55:52 -0800 (Wed, 30 Jan 2013)


Log Message
Versioning.

Modified Paths

branches/safari-536.28-branch/Source/_javascript_Core/Configurations/Version.xcconfig
branches/safari-536.28-branch/Source/WebCore/Configurations/Version.xcconfig
branches/safari-536.28-branch/Source/WebKit/mac/Configurations/Version.xcconfig
branches/safari-536.28-branch/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: branches/safari-536.28-branch/Source/_javascript_Core/Configurations/Version.xcconfig (141344 => 141345)

--- branches/safari-536.28-branch/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-31 00:54:23 UTC (rev 141344)
+++ branches/safari-536.28-branch/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-31 00:55:52 UTC (rev 141345)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 536;
 MINOR_VERSION = 28;
-TINY_VERSION = 10;
+TINY_VERSION = 11;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: branches/safari-536.28-branch/Source/WebCore/Configurations/Version.xcconfig (141344 => 141345)

--- branches/safari-536.28-branch/Source/WebCore/Configurations/Version.xcconfig	2013-01-31 00:54:23 UTC (rev 141344)
+++ branches/safari-536.28-branch/Source/WebCore/Configurations/Version.xcconfig	2013-01-31 00:55:52 UTC (rev 141345)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 536;
 MINOR_VERSION = 28;
-TINY_VERSION = 10;
+TINY_VERSION = 11;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: branches/safari-536.28-branch/Source/WebKit/mac/Configurations/Version.xcconfig (141344 => 141345)

--- branches/safari-536.28-branch/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-31 00:54:23 UTC (rev 141344)
+++ branches/safari-536.28-branch/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-31 00:55:52 UTC (rev 141345)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 536;
 MINOR_VERSION = 28;
-TINY_VERSION = 10;
+TINY_VERSION = 11;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.


Modified: branches/safari-536.28-branch/Source/WebKit2/Configurations/Version.xcconfig (141344 => 141345)

--- branches/safari-536.28-branch/Source/WebKit2/Configurations/Version.xcconfig	2013-01-31 00:54:23 UTC (rev 141344)
+++ branches/safari-536.28-branch/Source/WebKit2/Configurations/Version.xcconfig	2013-01-31 00:55:52 UTC (rev 141345)
@@ -23,7 +23,7 @@
 
 MAJOR_VERSION = 536;
 MINOR_VERSION = 28;
-TINY_VERSION = 10;
+TINY_VERSION = 11;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [141370] trunk/Source

2013-01-30 Thread lforschler
Title: [141370] trunk/Source








Revision 141370
Author lforsch...@apple.com
Date 2013-01-30 20:46:43 -0800 (Wed, 30 Jan 2013)


Log Message
Versioning.

Modified Paths

trunk/Source/_javascript_Core/Configurations/Version.xcconfig
trunk/Source/WebCore/Configurations/Version.xcconfig
trunk/Source/WebKit/mac/Configurations/Version.xcconfig
trunk/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: trunk/Source/_javascript_Core/Configurations/Version.xcconfig (141369 => 141370)

--- trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-31 04:42:29 UTC (rev 141369)
+++ trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-31 04:46:43 UTC (rev 141370)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 28;
+MINOR_VERSION = 29;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebCore/Configurations/Version.xcconfig (141369 => 141370)

--- trunk/Source/WebCore/Configurations/Version.xcconfig	2013-01-31 04:42:29 UTC (rev 141369)
+++ trunk/Source/WebCore/Configurations/Version.xcconfig	2013-01-31 04:46:43 UTC (rev 141370)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 28;
+MINOR_VERSION = 29;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebKit/mac/Configurations/Version.xcconfig (141369 => 141370)

--- trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-31 04:42:29 UTC (rev 141369)
+++ trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-31 04:46:43 UTC (rev 141370)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 28;
+MINOR_VERSION = 29;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebKit2/Configurations/Version.xcconfig (141369 => 141370)

--- trunk/Source/WebKit2/Configurations/Version.xcconfig	2013-01-31 04:42:29 UTC (rev 141369)
+++ trunk/Source/WebKit2/Configurations/Version.xcconfig	2013-01-31 04:46:43 UTC (rev 141370)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 28;
+MINOR_VERSION = 29;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [141374] tags/Safari-537.29/

2013-01-30 Thread lforschler
Title: [141374] tags/Safari-537.29/








Revision 141374
Author lforsch...@apple.com
Date 2013-01-30 21:11:20 -0800 (Wed, 30 Jan 2013)


Log Message
New Tag.

Added Paths

tags/Safari-537.29/




Diff

Property changes: tags/Safari-537.29



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [141375] trunk/Source

2013-01-30 Thread lforschler
Title: [141375] trunk/Source








Revision 141375
Author lforsch...@apple.com
Date 2013-01-30 21:15:30 -0800 (Wed, 30 Jan 2013)


Log Message
Versioning.

Modified Paths

trunk/Source/_javascript_Core/Configurations/Version.xcconfig
trunk/Source/WebCore/Configurations/Version.xcconfig
trunk/Source/WebKit/mac/Configurations/Version.xcconfig
trunk/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: trunk/Source/_javascript_Core/Configurations/Version.xcconfig (141374 => 141375)

--- trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-31 05:11:20 UTC (rev 141374)
+++ trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2013-01-31 05:15:30 UTC (rev 141375)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 29;
+MINOR_VERSION = 30;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebCore/Configurations/Version.xcconfig (141374 => 141375)

--- trunk/Source/WebCore/Configurations/Version.xcconfig	2013-01-31 05:11:20 UTC (rev 141374)
+++ trunk/Source/WebCore/Configurations/Version.xcconfig	2013-01-31 05:15:30 UTC (rev 141375)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 29;
+MINOR_VERSION = 30;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebKit/mac/Configurations/Version.xcconfig (141374 => 141375)

--- trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-31 05:11:20 UTC (rev 141374)
+++ trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2013-01-31 05:15:30 UTC (rev 141375)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 29;
+MINOR_VERSION = 30;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 


Modified: trunk/Source/WebKit2/Configurations/Version.xcconfig (141374 => 141375)

--- trunk/Source/WebKit2/Configurations/Version.xcconfig	2013-01-31 05:11:20 UTC (rev 141374)
+++ trunk/Source/WebKit2/Configurations/Version.xcconfig	2013-01-31 05:15:30 UTC (rev 141375)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 29;
+MINOR_VERSION = 30;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [141421] tags/Safari-537.29/

2013-01-31 Thread lforschler
Title: [141421] tags/Safari-537.29/








Revision 141421
Author lforsch...@apple.com
Date 2013-01-31 07:16:44 -0800 (Thu, 31 Jan 2013)


Log Message
Remove Tag.

Removed Paths

tags/Safari-537.29/




Diff




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [141422] tags/Safari-537.29/

2013-01-31 Thread lforschler
Title: [141422] tags/Safari-537.29/








Revision 141422
Author lforsch...@apple.com
Date 2013-01-31 07:16:49 -0800 (Thu, 31 Jan 2013)


Log Message
New Tag.

Added Paths

tags/Safari-537.29/




Diff

Property changes: tags/Safari-537.29



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [141601] tags/Safari-537.26.5/Source/WebKit2

2013-02-01 Thread lforschler
Title: [141601] tags/Safari-537.26.5/Source/WebKit2








Revision 141601
Author lforsch...@apple.com
Date 2013-02-01 09:49:49 -0800 (Fri, 01 Feb 2013)


Log Message
Merged r141180.  

Modified Paths

tags/Safari-537.26.5/Source/WebKit2/ChangeLog
tags/Safari-537.26.5/Source/WebKit2/UIProcess/WebProcessProxy.cpp




Diff

Modified: tags/Safari-537.26.5/Source/WebKit2/ChangeLog (141600 => 141601)

--- tags/Safari-537.26.5/Source/WebKit2/ChangeLog	2013-02-01 17:46:55 UTC (rev 141600)
+++ tags/Safari-537.26.5/Source/WebKit2/ChangeLog	2013-02-01 17:49:49 UTC (rev 141601)
@@ -1,5 +1,20 @@
 2013-02-01  Lucas Forschler  
 
+Merge r141180
+
+2013-01-29  Kiran Muppala  
+
+Fix erroneous semicolon causing build failure: if statement has empty body [-Werror,-Wempty-body]
+https://bugs.webkit.org/show_bug.cgi?id=108241
+
+Reviewed by Anders Carlsson.
+
+* UIProcess/WebProcessProxy.cpp:
+(WebKit::WebProcessProxy::addExistingWebPage): Remove erroneous
+semicolon following the if condition.
+
+2013-02-01  Lucas Forschler  
+
 Merge r141167
 
 2013-01-29  Kiran Muppala  


Modified: tags/Safari-537.26.5/Source/WebKit2/UIProcess/WebProcessProxy.cpp (141600 => 141601)

--- tags/Safari-537.26.5/Source/WebKit2/UIProcess/WebProcessProxy.cpp	2013-02-01 17:46:55 UTC (rev 141600)
+++ tags/Safari-537.26.5/Source/WebKit2/UIProcess/WebProcessProxy.cpp	2013-02-01 17:49:49 UTC (rev 141601)
@@ -178,7 +178,7 @@
 {
 m_pageMap.set(pageID, webPage);
 #if PLATFORM(MAC)
-if (pageIsProcessSuppressible(webPage));
+if (pageIsProcessSuppressible(webPage))
 m_processSuppressiblePages.add(pageID);
 updateProcessSuppressionState();
 #endif






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [141934] tags/Safari-537.29.1/

2013-02-05 Thread lforschler
Title: [141934] tags/Safari-537.29.1/








Revision 141934
Author lforsch...@apple.com
Date 2013-02-05 14:32:46 -0800 (Tue, 05 Feb 2013)


Log Message
New Tag.

Added Paths

tags/Safari-537.29.1/




Diff

Property changes: tags/Safari-537.29.1



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [141936] tags/Safari-537.29.1/Source

2013-02-05 Thread lforschler
Title: [141936] tags/Safari-537.29.1/Source








Revision 141936
Author lforsch...@apple.com
Date 2013-02-05 14:35:39 -0800 (Tue, 05 Feb 2013)


Log Message
Versioning.

Modified Paths

tags/Safari-537.29.1/Source/_javascript_Core/Configurations/Version.xcconfig
tags/Safari-537.29.1/Source/WebCore/Configurations/Version.xcconfig
tags/Safari-537.29.1/Source/WebKit/mac/Configurations/Version.xcconfig
tags/Safari-537.29.1/Source/WebKit2/Configurations/Version.xcconfig




Diff

Modified: tags/Safari-537.29.1/Source/_javascript_Core/Configurations/Version.xcconfig (141935 => 141936)

--- tags/Safari-537.29.1/Source/_javascript_Core/Configurations/Version.xcconfig	2013-02-05 22:33:42 UTC (rev 141935)
+++ tags/Safari-537.29.1/Source/_javascript_Core/Configurations/Version.xcconfig	2013-02-05 22:35:39 UTC (rev 141936)
@@ -22,9 +22,9 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 30;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+MINOR_VERSION = 29;
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));


Modified: tags/Safari-537.29.1/Source/WebCore/Configurations/Version.xcconfig (141935 => 141936)

--- tags/Safari-537.29.1/Source/WebCore/Configurations/Version.xcconfig	2013-02-05 22:33:42 UTC (rev 141935)
+++ tags/Safari-537.29.1/Source/WebCore/Configurations/Version.xcconfig	2013-02-05 22:35:39 UTC (rev 141936)
@@ -22,9 +22,9 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 30;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+MINOR_VERSION = 29;
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));


Modified: tags/Safari-537.29.1/Source/WebKit/mac/Configurations/Version.xcconfig (141935 => 141936)

--- tags/Safari-537.29.1/Source/WebKit/mac/Configurations/Version.xcconfig	2013-02-05 22:33:42 UTC (rev 141935)
+++ tags/Safari-537.29.1/Source/WebKit/mac/Configurations/Version.xcconfig	2013-02-05 22:35:39 UTC (rev 141936)
@@ -22,9 +22,9 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 30;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+MINOR_VERSION = 29;
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));


Modified: tags/Safari-537.29.1/Source/WebKit2/Configurations/Version.xcconfig (141935 => 141936)

--- tags/Safari-537.29.1/Source/WebKit2/Configurations/Version.xcconfig	2013-02-05 22:33:42 UTC (rev 141935)
+++ tags/Safari-537.29.1/Source/WebKit2/Configurations/Version.xcconfig	2013-02-05 22:35:39 UTC (rev 141936)
@@ -22,9 +22,9 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 537;
-MINOR_VERSION = 30;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+MINOR_VERSION = 29;
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [142036] branches/safari-536.28-branch/LayoutTests

2013-02-06 Thread lforschler
Title: [142036] branches/safari-536.28-branch/LayoutTests








Revision 142036
Author lforsch...@apple.com
Date 2013-02-06 14:45:23 -0800 (Wed, 06 Feb 2013)


Log Message
	
	Update test results.
	
	Reviewed by Enrica Casucci.

* editing/pasteboard/paste-noscript-xhtml-expected.txt:

Modified Paths

branches/safari-536.28-branch/LayoutTests/ChangeLog
branches/safari-536.28-branch/LayoutTests/editing/pasteboard/paste-noscript-xhtml-expected.txt




Diff

Modified: branches/safari-536.28-branch/LayoutTests/ChangeLog (142035 => 142036)

--- branches/safari-536.28-branch/LayoutTests/ChangeLog	2013-02-06 22:44:59 UTC (rev 142035)
+++ branches/safari-536.28-branch/LayoutTests/ChangeLog	2013-02-06 22:45:23 UTC (rev 142036)
@@ -1,3 +1,12 @@
+2013-02-06  Lucas Forschler  
+
+	
+	Update test results.
+	
+	Reviewed by Enrica Casucci.
+
+* editing/pasteboard/paste-noscript-xhtml-expected.txt:
+
 2013-01-08  Lucas Forschler  
 
 Merge r122305


Modified: branches/safari-536.28-branch/LayoutTests/editing/pasteboard/paste-noscript-xhtml-expected.txt (142035 => 142036)

--- branches/safari-536.28-branch/LayoutTests/editing/pasteboard/paste-noscript-xhtml-expected.txt	2013-02-06 22:44:59 UTC (rev 142035)
+++ branches/safari-536.28-branch/LayoutTests/editing/pasteboard/paste-noscript-xhtml-expected.txt	2013-02-06 22:45:23 UTC (rev 142036)
@@ -70,7 +70,6 @@
 |   id="iframe1"
 |   style="width: 200px; height: 100px; background-color: rgb(204, 238, 238); "
 | 
-|   formaction=""
 |   id="form1"
 |   style="width: 200px; height: 150px; background-color: rgb(204, 238, 238); "
 |   "This is a form<#selection-caret>"






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [142038] branches/safari-536.28-branch/LayoutTests

2013-02-06 Thread lforschler
Title: [142038] branches/safari-536.28-branch/LayoutTests








Revision 142038
Author lforsch...@apple.com
Date 2013-02-06 14:47:03 -0800 (Wed, 06 Feb 2013)


Log Message
Update WK2 test results.
 Chopin test failure: http/tests/loading/remove-child-triggers-parser.html

Reviewed by Jeffrey Pfau.

* platform/mac-wk2/http/tests/loading/remove-child-triggers-parser-expected.txt: Added.

Modified Paths

branches/safari-536.28-branch/LayoutTests/ChangeLog


Added Paths

branches/safari-536.28-branch/LayoutTests/platform/mac-wk2/http/tests/loading/remove-child-triggers-parser-expected.txt




Diff

Modified: branches/safari-536.28-branch/LayoutTests/ChangeLog (142037 => 142038)

--- branches/safari-536.28-branch/LayoutTests/ChangeLog	2013-02-06 22:46:42 UTC (rev 142037)
+++ branches/safari-536.28-branch/LayoutTests/ChangeLog	2013-02-06 22:47:03 UTC (rev 142038)
@@ -1,5 +1,14 @@
 2013-02-06  Lucas Forschler  
 
+Update WK2 test results.
+ Chopin test failure: http/tests/loading/remove-child-triggers-parser.html
+
+Reviewed by Jeffrey Pfau.
+
+* platform/mac-wk2/http/tests/loading/remove-child-triggers-parser-expected.txt: Added.
+
+2013-02-06  Lucas Forschler  
+
 	
 	Update test results.
 	


Added: branches/safari-536.28-branch/LayoutTests/platform/mac-wk2/http/tests/loading/remove-child-triggers-parser-expected.txt (0 => 142038)

--- branches/safari-536.28-branch/LayoutTests/platform/mac-wk2/http/tests/loading/remove-child-triggers-parser-expected.txt	(rev 0)
+++ branches/safari-536.28-branch/LayoutTests/platform/mac-wk2/http/tests/loading/remove-child-triggers-parser-expected.txt	2013-02-06 22:47:03 UTC (rev 142038)
@@ -0,0 +1 @@
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [142039] branches/safari-536.28-branch/LayoutTests

2013-02-06 Thread lforschler
Title: [142039] branches/safari-536.28-branch/LayoutTests








Revision 142039
Author lforsch...@apple.com
Date 2013-02-06 14:56:04 -0800 (Wed, 06 Feb 2013)


Log Message


Reviewed by Enrica Casucci.

* platform/mac-wk2/Skipped:

Modified Paths

branches/safari-536.28-branch/LayoutTests/ChangeLog
branches/safari-536.28-branch/LayoutTests/platform/mac-wk2/Skipped




Diff

Modified: branches/safari-536.28-branch/LayoutTests/ChangeLog (142038 => 142039)

--- branches/safari-536.28-branch/LayoutTests/ChangeLog	2013-02-06 22:47:03 UTC (rev 142038)
+++ branches/safari-536.28-branch/LayoutTests/ChangeLog	2013-02-06 22:56:04 UTC (rev 142039)
@@ -1,5 +1,13 @@
 2013-02-06  Lucas Forschler  
 
+
+
+Reviewed by Enrica Casucci.
+
+* platform/mac-wk2/Skipped:
+
+2013-02-06  Lucas Forschler  
+
 Update WK2 test results.
  Chopin test failure: http/tests/loading/remove-child-triggers-parser.html
 


Modified: branches/safari-536.28-branch/LayoutTests/platform/mac-wk2/Skipped (142038 => 142039)

--- branches/safari-536.28-branch/LayoutTests/platform/mac-wk2/Skipped	2013-02-06 22:47:03 UTC (rev 142038)
+++ branches/safari-536.28-branch/LayoutTests/platform/mac-wk2/Skipped	2013-02-06 22:56:04 UTC (rev 142039)
@@ -261,6 +261,9 @@
 # https://bugs.webkit.org/show_bug.cgi?id=90156
 platform/mac/editing/spelling/autocorrection-blockquote-crash.html
 
+# 
+platform/mac/editing/spelling/autocorrection-in-textarea.html
+
 ### END OF (1) Classified failures with bug reports
 
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [142040] branches/safari-536.28-branch/LayoutTests

2013-02-06 Thread lforschler
Title: [142040] branches/safari-536.28-branch/LayoutTests








Revision 142040
Author lforsch...@apple.com
Date 2013-02-06 14:59:59 -0800 (Wed, 06 Feb 2013)


Log Message
We don't have the text-based repaint test harness on the branch.


Reviewed by Tim Horton.

* platform/mac/Skipped:

Modified Paths

branches/safari-536.28-branch/LayoutTests/ChangeLog
branches/safari-536.28-branch/LayoutTests/platform/mac/Skipped




Diff

Modified: branches/safari-536.28-branch/LayoutTests/ChangeLog (142039 => 142040)

--- branches/safari-536.28-branch/LayoutTests/ChangeLog	2013-02-06 22:56:04 UTC (rev 142039)
+++ branches/safari-536.28-branch/LayoutTests/ChangeLog	2013-02-06 22:59:59 UTC (rev 142040)
@@ -1,5 +1,14 @@
 2013-02-06  Lucas Forschler  
 
+We don't have the text-based repaint test harness on the branch.
+
+
+Reviewed by Tim Horton.
+
+* platform/mac/Skipped:
+
+2013-02-06  Lucas Forschler  
+
 
 
 Reviewed by Enrica Casucci.


Modified: branches/safari-536.28-branch/LayoutTests/platform/mac/Skipped (142039 => 142040)

--- branches/safari-536.28-branch/LayoutTests/platform/mac/Skipped	2013-02-06 22:56:04 UTC (rev 142039)
+++ branches/safari-536.28-branch/LayoutTests/platform/mac/Skipped	2013-02-06 22:59:59 UTC (rev 142040)
@@ -26,6 +26,10 @@
 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 
+#  Text-based repaint test harness does not exist on the branch
+# 
+svg/repaint/repaint-webkit-svg-shadow-container.html
+
 # CSS Regions are disabled on the 536 branch
 # 
 fast/regions






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [142065] tags/Safari-537.30/

2013-02-06 Thread lforschler
Title: [142065] tags/Safari-537.30/








Revision 142065
Author lforsch...@apple.com
Date 2013-02-06 21:16:39 -0800 (Wed, 06 Feb 2013)


Log Message
New Tag.

Added Paths

tags/Safari-537.30/




Diff

Property changes: tags/Safari-537.30



Added: svn:ignore
depcomp
compile
config.guess
GNUmakefile.in
config.sub
ltmain.sh
aconfig.h.in
autom4te.cache
missing
aclocal.m4
install-sh
autotoolsconfig.h.in
INSTALL
README
gtk-doc.make
out
Makefile.chromium
WebKitSupportLibrary.zip
WebKitBuild

Added: svn:mergeinfo




___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


<    1   2   3   4   5   6   7   8   9   10   >