[webkit-changes] [209997] trunk/Source

2016-12-19 Thread barraclough
vin Barraclough <barraclo...@apple.com> + +[CSS Parser] Enable CSS Deferred Parsing +https://bugs.webkit.org/show_bug.cgi?id=165869 + +Unreviewed rollout – looks like this regressed performance. + +* css/parser/CSSParserMode.h: +* page/Settings.in: + 2016-12-

[webkit-changes] [209813] trunk/Source

2016-12-14 Thread barraclough
trunk/Source/WTF/ChangeLog Diff Modified: trunk/Source/_javascript_Core/ChangeLog (209812 => 209813) --- trunk/Source/_javascript_Core/ChangeLog 2016-12-14 17:50:20 UTC (rev 209812) +++ trunk/Source/_javascript_Core/ChangeLog 2016-12-14 18:07:22 UTC (rev 209813) @@ -1,3 +1,45 @@ +2016-12-14

[webkit-changes] [209795] trunk/Source

2016-12-14 Thread barraclough
35:18 UTC (rev 209795) @@ -1,3 +1,45 @@ +2016-12-14 Gavin Barraclough <barraclo...@apple.com> + +MarkedBlock::marksConveyLivenessDuringMarking should take into account collection scope +https://bugs.webkit.org/show_bug.cgi?id=165741 + +Unreviewed rollout due to perform

[webkit-changes] [209599] trunk/Source

2016-12-09 Thread barraclough
/IconLoadingDelegate.mm Diff Modified: trunk/Source/WebCore/ChangeLog (209598 => 209599) --- trunk/Source/WebCore/ChangeLog 2016-12-09 07:45:56 UTC (rev 209598) +++ trunk/Source/WebCore/ChangeLog 2016-12-09 08:08:41 UTC (rev 209599) @@ -1,3 +1,30 @@ +2016-12-09 Gavin Barraclough <barraclo...@app

[webkit-changes] [209103] trunk/Source/WebKit2

2016-11-29 Thread barraclough
age::setActivityState): + +2016-11-29 Gavin Barraclough <barraclo...@apple.com> + +Remove WebPage::SetPageSuppressed +https://bugs.webkit.org/show_bug.cgi?id=165158 + Reviewed by Tim Horton. This was scaffolding. We've now refactored to the point that the in

[webkit-changes] [209102] trunk/Source/WebKit2

2016-11-29 Thread barraclough
-29 Gavin Barraclough <barraclo...@apple.com> + +Remove WebPage::SetPageSuppressed +https://bugs.webkit.org/show_bug.cgi?id=165158 + +Reviewed by Tim Horton. + +This was scaffolding. We've now refactored to the point that the information driving throttling o

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

2016-11-29 Thread barraclough
9:46:31 UTC (rev 209084) @@ -1,3 +1,17 @@ +2016-11-28 Gavin Barraclough <barraclo...@apple.com> + +HTMLMediaElement::updateVolume should updateIsPlayingMedia +https://bugs.webkit.org/show_bug.cgi?id=165132 + +Reviewed by Darin Adler & Jer Noble. + +

[webkit-changes] [208329] trunk/Source

2016-11-03 Thread barraclough
--- trunk/Source/WebCore/ChangeLog 2016-11-03 16:19:48 UTC (rev 208328) +++ trunk/Source/WebCore/ChangeLog 2016-11-03 16:34:33 UTC (rev 208329) @@ -1,3 +1,33 @@ +2016-11-01 Gavin Barraclough <barraclo...@apple.com> + +Remove PageThrottler & all related code +htt

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

2016-11-01 Thread barraclough
.cpp trunk/Source/WebCore/page/Page.h Diff Modified: trunk/Source/WebCore/ChangeLog (208246 => 208247) --- trunk/Source/WebCore/ChangeLog 2016-11-01 21:48:31 UTC (rev 208246) +++ trunk/Source/WebCore/ChangeLog 2016-11-01 21:49:40 UTC (rev 208247) @@ -1,3 +1,21 @@ +2016-11-01 Gavin Barr

[webkit-changes] [208237] trunk/Source

2016-11-01 Thread barraclough
@@ -1,3 +1,16 @@ +2016-11-01 Gavin Barraclough <barraclo...@apple.com> + +Add IsAudible, IsLoading to ActivityState +https://bugs.webkit.org/show_bug.cgi?id=164286 + +Reviewed by Geoff Garen. + +By computing these values in the UIProcess and passing them to WebC

[webkit-changes] [207706] trunk/Source

2016-10-22 Thread barraclough
angeLog (207705 => 207706) --- trunk/Source/WebCore/ChangeLog 2016-10-22 05:27:25 UTC (rev 207705) +++ trunk/Source/WebCore/ChangeLog 2016-10-22 06:07:20 UTC (rev 207706) @@ -1,3 +1,31 @@ +2016-10-21 Gavin Barraclough <barraclo...@apple.com> + +WebPageProxy should not need PageActi

[webkit-changes] [207699] trunk/Source

2016-10-21 Thread barraclough
Modified: trunk/Source/WebCore/ChangeLog (207698 => 207699) --- trunk/Source/WebCore/ChangeLog 2016-10-21 23:06:05 UTC (rev 207698) +++ trunk/Source/WebCore/ChangeLog 2016-10-21 23:20:11 UTC (rev 207699) @@ -1,3 +1,27 @@ +2016-10-21 Gavin Barraclough <barraclo...@apple.com> + +We

[webkit-changes] [207424] trunk/Source/WebKit2

2016-10-17 Thread barraclough
s.in Diff Modified: trunk/Source/WebKit2/ChangeLog (207423 => 207424) --- trunk/Source/WebKit2/ChangeLog 2016-10-17 19:54:04 UTC (rev 207423) +++ trunk/Source/WebKit2/ChangeLog 2016-10-17 20:18:38 UTC (rev 207424) @@ -1,3 +1,59 @@ +2016-10-17 Gavin Barraclough <barraclo...@apple.com

[webkit-changes] [207346] trunk/Source/WebKit2

2016-10-14 Thread barraclough
: trunk/Source/WebKit2/ChangeLog (207345 => 207346) --- trunk/Source/WebKit2/ChangeLog 2016-10-14 17:14:39 UTC (rev 207345) +++ trunk/Source/WebKit2/ChangeLog 2016-10-14 18:06:47 UTC (rev 207346) @@ -1,3 +1,39 @@ +2016-10-14 Gavin Barraclough <barraclo...@apple.com> + +Add API to

[webkit-changes] [205022] trunk/Source/bmalloc

2016-08-26 Thread barraclough
rce/bmalloc/ChangeLog 2016-08-26 16:54:14 UTC (rev 205021) +++ trunk/Source/bmalloc/ChangeLog 2016-08-26 17:02:37 UTC (rev 205022) @@ -1,3 +1,18 @@ +2016-08-26 Gavin Barraclough <barraclo...@apple.com> + +bmalloc: speed up the lock slow path +https://bugs.webkit.org/show_bug.cgi?

[webkit-changes] [202690] trunk/Source/WebKit2

2016-06-30 Thread barraclough
016-06-30 18:15:47 UTC (rev 202690) @@ -1,3 +1,29 @@ +2016-06-29 Gavin Barraclough <barraclo...@apple.com> + +Cleanup ProcessAssertion RunInBackground management +https://bugs.webkit.org/show_bug.cgi?id=159284 + +Reviewed by Chris Dumez. + +Factor out code tha

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

2016-06-20 Thread barraclough
-06-21 04:56:23 UTC (rev 202268) @@ -1,3 +1,88 @@ +2016-06-19 Gavin & Ellie Barraclough <barraclo...@apple.com> + +Don't eagerly reify DOM Prototype properties +https://bugs.webkit.org/show_bug.cgi?id=158557 + +Reviewed by Andreas Kling. + +We were eag

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

2016-06-19 Thread barraclough
/ChangeLog (202217 => 202218) --- trunk/Source/WebCore/ChangeLog 2016-06-19 22:19:53 UTC (rev 202217) +++ trunk/Source/WebCore/ChangeLog 2016-06-20 00:03:50 UTC (rev 202218) @@ -1,3 +1,57 @@ +2016-06-19 Gavin & Ellie Barraclough <barraclo...@apple.com> + +Remove hasStaticProperty

[webkit-changes] [202033] trunk/Source/JavaScriptCore

2016-06-14 Thread barraclough
1,5 +1,24 @@ 2016-06-13 Gavin & Ellie Barraclough <barraclo...@apple.com> +setUpStaticFunctionSlot does not handle Builtin|Accessor properties +https://bugs.webkit.org/show_bug.cgi?id=158637 + +Reviewed by Geoff Garen. + +setUpStaticFunctionSlot contain

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

2016-06-14 Thread barraclough
rev 202031) +++ trunk/Source/WebCore/ChangeLog 2016-06-14 06:36:30 UTC (rev 202032) @@ -1,5 +1,15 @@ 2016-06-13 Gavin & Ellie Barraclough <barraclo...@apple.com> +Remove hasStaticPropertyTable (part 3: JSLocation::putDelegate) +https://bugs.webkit.org/show_bug.

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

2016-06-14 Thread barraclough
d: trunk/Source/WebCore/ChangeLog (202030 => 202031) --- trunk/Source/WebCore/ChangeLog 2016-06-14 06:17:05 UTC (rev 202030) +++ trunk/Source/WebCore/ChangeLog 2016-06-14 06:18:32 UTC (rev 202031) @@ -1,5 +1,28 @@ 2016-06-13 Gavin & Ellie Barraclough <barraclo...@apple.com&

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

2016-06-14 Thread barraclough
--- trunk/Source/WebCore/ChangeLog 2016-06-14 06:09:53 UTC (rev 202029) +++ trunk/Source/WebCore/ChangeLog 2016-06-14 06:17:05 UTC (rev 202030) @@ -1,5 +1,43 @@ 2016-06-13 Gavin & Ellie Barraclough <barraclo...@apple.com> +Remove hasStaticPropertyTable (part 3: JSLocation::putDel

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

2016-06-14 Thread barraclough
/WebCore/ChangeLog (202028 => 202029) --- trunk/Source/WebCore/ChangeLog 2016-06-14 06:08:56 UTC (rev 202028) +++ trunk/Source/WebCore/ChangeLog 2016-06-14 06:09:53 UTC (rev 202029) @@ -1,5 +1,28 @@ 2016-06-13 Gavin & Ellie Barraclough <barraclo...@apple.com> +

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

2016-06-14 Thread barraclough
; Ellie Barraclough <barraclo...@apple.com> + +Remove hasStaticPropertyTable (part 1: DOM bindings) +https://bugs.webkit.org/show_bug.cgi?id=158431 + +Reviewed by Chris Dumez. + +All uses of hasStaticPropertyTable flag generated by bindings are wrong. + +

[webkit-changes] [202027] trunk/Source/JavaScriptCore

2016-06-14 Thread barraclough
wPrototype.cpp runtime/JSDateMath.cpp Modified: trunk/Source/_javascript_Core/ChangeLog (202026 => 202027) --- trunk/Source/_javascript_Core/ChangeLog 2016-06-14 06:04:29 UTC (rev 202026) +++ trunk/Source/_javascript_Core/ChangeLog 2016-06-14 06:04:32 UTC (rev 202027) @@ -1,3 +1,74 @@ +2016-06

[webkit-changes] [201853] trunk/Source/JavaScriptCore

2016-06-08 Thread barraclough
6-09 05:43:46 UTC (rev 201853) @@ -1,3 +1,46 @@ +2016-06-08 Gavin & Ellie Barraclough <barraclo...@apple.com> + +JSObject::reifyAllStaticProperties cleanup +https://bugs.webkit.org/show_bug.cgi?id=158543 + +Reviewed by Mark Lam. + +- JSObject &a

[webkit-changes] [201834] trunk/Source

2016-06-08 Thread barraclough
Gavin Barraclough <barraclo...@apple.com> + +Remove removeDirect +https://bugs.webkit.org/show_bug.cgi?id=158516 + +Reviewed by Ryosuke Niwa. + +removeDirect is typically used as a subroutine of deleteProperty, but is also available to +call dir

[webkit-changes] [201719] trunk/Source

2016-06-06 Thread barraclough
Diff Modified: trunk/Source/_javascript_Core/ChangeLog (201718 => 201719) --- trunk/Source/_javascript_Core/ChangeLog 2016-06-06 18:51:23 UTC (rev 201718) +++ trunk/Source/_javascript_Core/ChangeLog 2016-06-06 19:11:17 UTC (rev 201719) @@ -1,3 +1,21 @@ +2016-06-05 Gavin & Ellie Barraclough

[webkit-changes] [201702] trunk

2016-06-05 Thread barraclough
; 201702) --- trunk/LayoutTests/ChangeLog 2016-06-05 19:48:26 UTC (rev 201701) +++ trunk/LayoutTests/ChangeLog 2016-06-06 00:59:33 UTC (rev 201702) @@ -1,3 +1,28 @@ +2016-06-05 Gavin & Ellie Barraclough <barraclo...@apple.com> + +Deprecate remaining uses of Lookup getStatic*, use HasS

[webkit-changes] [201654] trunk/Source/JavaScriptCore

2016-06-03 Thread barraclough
2:25 UTC (rev 201654) @@ -1,3 +1,58 @@ +2016-06-02 Gavin & Ellie Barraclough <barraclo...@apple.com> + +JSGlobalObject::addFunction should call deleteProperty rather than removeDirect +https://bugs.webkit.org/show_bug.cgi?id=158295 + +Reviewed by Saam Barati. + +

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

2016-06-03 Thread barraclough
+ trunk/Source/WebCore/ChangeLog 2016-06-03 07:10:04 UTC (rev 201638) @@ -1,3 +1,28 @@ +2016-06-02 Gavin Barraclough <barraclo...@apple.com> + +Refactor showModalDialog handling in JSDOMWindowCustom +https://bugs.webkit.org/show_bug.cgi?id=158294 + +Reviewed by

[webkit-changes] [201448] trunk/Source/JavaScriptCore

2016-05-27 Thread barraclough
16-05-26 Gavin & Ellie Barraclough <barraclo...@apple.com> + +Static table property lookup should not require getOwnPropertySlot override. +https://bugs.webkit.org/show_bug.cgi?id=158059 + +Reviewed by Darin Adler. + +Currently JSObject does not handle propert

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

2016-05-10 Thread barraclough
/WebCore/ChangeLog (200624 => 200625) --- trunk/Source/WebCore/ChangeLog 2016-05-10 17:05:29 UTC (rev 200624) +++ trunk/Source/WebCore/ChangeLog 2016-05-10 17:05:50 UTC (rev 200625) @@ -1,3 +1,18 @@ +2016-05-05 Gavin Barraclough <barraclo...@apple.com> + +Allow some leeway after

[webkit-changes] [200134] trunk/Source/JavaScriptCore

2016-04-27 Thread barraclough
-27 17:58:14 UTC (rev 200133) +++ trunk/Source/_javascript_Core/ChangeLog 2016-04-27 18:03:44 UTC (rev 200134) @@ -1,3 +1,14 @@ +2016-04-27 Gavin Barraclough <barraclo...@apple.com> + +Enable separated heap by default on ios +https://bugs.webkit.org/show_bug.cgi?

[webkit-changes] [200095] trunk/Source/JavaScriptCore

2016-04-26 Thread barraclough
-26 17:20:29 UTC (rev 200094) +++ trunk/Source/_javascript_Core/ChangeLog 2016-04-26 17:28:54 UTC (rev 200095) @@ -1,3 +1,13 @@ +2016-04-26 Gavin Barraclough <barraclo...@apple.com> + +Enable separated heap by default on ios +https://bugs.webkit.org/show_bug.cgi?

[webkit-changes] [199950] trunk/Source/bmalloc

2016-04-23 Thread barraclough
trunk/Source/bmalloc/ChangeLog 2016-04-23 17:05:54 UTC (rev 199950) @@ -1,3 +1,20 @@ +2016-04-23 Gavin Barraclough <barraclo...@apple.com> + +bmalloc: vm allocations should plant guard pages +https://bugs.webkit.org/show_bug.cgi?id=156937 + +Rolling out - looks like th

[webkit-changes] [199697] trunk

2016-04-18 Thread barraclough
Gavin Barraclough <barraclo...@apple.com> + +WebKit should adopt journal_mode=wal for all SQLite databases. +https://bugs.webkit.org/show_bug.cgi?id=133496 + +Reviewed by Brady Eidson. + +Enabling sqlite3 WAL mode on iOS causes a test failure, but appears just

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

2016-04-12 Thread barraclough
/ChangeLog (199380 => 199381) --- trunk/Source/WebCore/ChangeLog 2016-04-12 19:35:22 UTC (rev 199380) +++ trunk/Source/WebCore/ChangeLog 2016-04-12 19:37:37 UTC (rev 199381) @@ -1,3 +1,16 @@ +2016-04-12 Gavin Barraclough <barraclo...@apple.com> + +WebKit should adopt journal

[webkit-changes] [199309] trunk/Source

2016-04-11 Thread barraclough
ChangeLog (199308 => 199309) --- trunk/Source/WebCore/ChangeLog 2016-04-11 20:00:31 UTC (rev 199308) +++ trunk/Source/WebCore/ChangeLog 2016-04-11 20:10:36 UTC (rev 199309) @@ -1,3 +1,37 @@ +2016-04-09 Gavin Barraclough <barraclo...@apple.com> + +WebKit should adopt journal_mode=

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

2016-03-09 Thread barraclough
Core/ChangeLog (197921 => 197922) --- trunk/Source/WebCore/ChangeLog 2016-03-10 04:43:14 UTC (rev 197921) +++ trunk/Source/WebCore/ChangeLog 2016-03-10 05:17:58 UTC (rev 197922) @@ -1,3 +1,24 @@ +2016-03-09 Gavin Barraclough <barraclo...@apple.com> + +WebKit should adopt journal_mod

[webkit-changes] [197914] trunk/Source/WebKit2

2016-03-09 Thread barraclough
/UIProcess/WebProcessPool.h Diff Modified: trunk/Source/WebKit2/ChangeLog (197913 => 197914) --- trunk/Source/WebKit2/ChangeLog 2016-03-10 01:54:36 UTC (rev 197913) +++ trunk/Source/WebKit2/ChangeLog 2016-03-10 01:55:34 UTC (rev 197914) @@ -1,3 +1,24 @@ +2016-03-09 Gavin Barraclo

[webkit-changes] [197698] trunk/Source/WebKit2

2016-03-07 Thread barraclough
/UIProcess/WebProcessPool.h Diff Modified: trunk/Source/WebKit2/ChangeLog (197697 => 197698) --- trunk/Source/WebKit2/ChangeLog 2016-03-07 20:21:17 UTC (rev 197697) +++ trunk/Source/WebKit2/ChangeLog 2016-03-07 20:28:30 UTC (rev 197698) @@ -1,3 +1,24 @@ +2016-03-07 Gavin Barraclough <ba

[webkit-changes] [197690] trunk/Source

2016-03-07 Thread barraclough
g 2016-03-07 18:41:56 UTC (rev 197690) @@ -1,3 +1,69 @@ +2016-03-06 Gavin Barraclough <barraclo...@apple.com> + +Convert DOMTimer to std::chrono::milliseconds +https://bugs.webkit.org/show_bug.cgi?id=155085 + +Reviewed by Andreas Kling. + +DOMTimer currentl

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

2016-03-04 Thread barraclough
fix. + +* inspector/TimelineRecordFactory.cpp: +(WebCore::TimelineRecordFactory::createTimerInstallData): + +2016-03-04 Gavin Barraclough <barraclo...@apple.com> + +Convert DOMTimer interval from int to std::chromo::milliseconds +https://bugs.webkit.org/show_bug.cgi?

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

2016-03-04 Thread barraclough
Log 2016-03-05 01:32:04 UTC (rev 197603) @@ -1,3 +1,13 @@ +2016-03-04 Gavin Barraclough <barraclo...@apple.com> + +Convert DOMTimer interval from int to std::chromo::milliseconds +https://bugs.webkit.org/show_bug.cgi?id=155051 + +iOS build fix + +* page/DOM

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

2016-03-04 Thread barraclough
-03-05 00:56:07 UTC (rev 197599) @@ -1,3 +1,44 @@ +2016-03-04 Gavin Barraclough <barraclo...@apple.com> + +Convert DOMTimer interval from int to std::chromo::milliseconds +https://bugs.webkit.org/show_bug.cgi?id=155051 + +Reviewed by Ryosuke Niwa. + +Th

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

2016-03-04 Thread barraclough
016-03-04 Gavin Barraclough <barraclo...@apple.com> +Max out timer throttling immediately for pre-render pages +https://bugs.webkit.org/show_bug.cgi?id=155038 + +Reviewed by Chris Dumez. + +If a hidden page has never been visible, no need to gently ramp into t

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

2016-03-04 Thread barraclough
pp trunk/Source/WebCore/page/Page.h Diff Modified: trunk/Source/WebCore/ChangeLog (197580 => 197581) --- trunk/Source/WebCore/ChangeLog 2016-03-04 20:19:45 UTC (rev 197580) +++ trunk/Source/WebCore/ChangeLog 2016-03-04 20:58:50 UTC (rev 197581) @@ -1,3 +1,30 @@ +2016-03-04 Gavin Barr

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

2016-03-02 Thread barraclough
+2016-03-02 Gavin Barraclough <barraclo...@apple.com> + +PageThrottler should apply hysteresis to media activity +https://bugs.webkit.org/show_bug.cgi?id=154940 + +Reviewed by Ryosuke Niwa. + +Currently PageThrottler keeps a track of audible plugin activity

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

2016-03-02 Thread barraclough
urce/WebCore/page/Page.cpp Diff Modified: trunk/Source/WebCore/ChangeLog (197471 => 197472) --- trunk/Source/WebCore/ChangeLog 2016-03-03 00:17:12 UTC (rev 197471) +++ trunk/Source/WebCore/ChangeLog 2016-03-03 00:19:05 UTC (rev 197472) @@ -1,3 +1,23 @@ +2016-03-02 Gavin Barraclough &l

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

2016-03-02 Thread barraclough
age/Page.cpp trunk/Source/WebCore/page/Page.h Diff Modified: trunk/Source/WebCore/ChangeLog (197458 => 197459) --- trunk/Source/WebCore/ChangeLog 2016-03-02 20:38:23 UTC (rev 197458) +++ trunk/Source/WebCore/ChangeLog 2016-03-02 20:39:37 UTC (rev 197459) @@ -1,3 +1,38 @@ +2016-03-02 Gavin Barra

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

2016-03-01 Thread barraclough
Log 2016-03-01 23:33:36 UTC (rev 197415) @@ -1,3 +1,18 @@ +2016-03-01 Gavin Barraclough <barraclo...@apple.com> + +Timer alignment in separate web processes should not all sync up to the same point. +https://bugs.webkit.org/show_bug.cgi?id=154878 + +Reviewed by Ch

[webkit-changes] [197360] trunk

2016-02-29 Thread barraclough
/WTF/ChangeLog 2016-02-29 18:55:21 UTC (rev 197360) @@ -1,3 +1,18 @@ +2016-02-29 Gavin Barraclough <barraclo...@apple.com> + +RefCounter::Event -> RefCounterEvent +https://bugs.webkit.org/show_bug.cgi?id=154767 + +Reviewed by Darin Adler. + +RefCounter:

[webkit-changes] [197213] trunk/Source

2016-02-26 Thread barraclough
/WebProcess.messages.in Diff Modified: trunk/Source/WebCore/ChangeLog (197212 => 197213) --- trunk/Source/WebCore/ChangeLog 2016-02-26 23:09:08 UTC (rev 197212) +++ trunk/Source/WebCore/ChangeLog 2016-02-26 23:26:36 UTC (rev 197213) @@ -1,3 +1,29 @@ +2016-02-26 Gavin Barraclough <ba

[webkit-changes] [197178] trunk

2016-02-26 Thread barraclough
16-02-26 18:17:14 UTC (rev 197177) +++ trunk/Source/WTF/ChangeLog 2016-02-26 18:20:07 UTC (rev 197178) @@ -27,6 +27,28 @@ 2016-02-25 Gavin Barraclough <barraclo...@apple.com> +RefCounter value changed callback should be called on all changes (not just zero edge). +https:/

[webkit-changes] [197147] trunk/Source/WTF

2016-02-25 Thread barraclough
-25 Gavin Barraclough <barraclo...@apple.com> +Replace RefCounter::Token implementation with RefPtr +https://bugs.webkit.org/show_bug.cgi?id=154698 + +Reviewed by Anders Carlsson. + +* wtf/RefCounter.h: +(WTF::RefCounter::RefCounter): +(WTF::R

[webkit-changes] [197146] trunk/Source/WTF

2016-02-25 Thread barraclough
WTF/ChangeLog 2016-02-26 00:45:35 UTC (rev 197146) @@ -1,3 +1,14 @@ +2016-02-25 Gavin Barraclough <barraclo...@apple.com> + +Should template RefCounter instead of RefCounter::Token +https://bugs.webkit.org/show_bug.cgi?id=154691 + +Speculative windows build fix. + +

[webkit-changes] [197137] trunk/Source/WTF

2016-02-25 Thread barraclough
-25 Gavin Barraclough <barraclo...@apple.com> +Replace RefCounter::Token implementation with RefPtr +https://bugs.webkit.org/show_bug.cgi?id=154698 + +Reviewed by Anders Carlsson. + +* wtf/RefCounter.h: +(WTF::RefCounter::RefCounter): +(WTF::R

[webkit-changes] [197132] trunk

2016-02-25 Thread barraclough
eLog 2016-02-25 22:19:06 UTC (rev 197131) +++ trunk/Source/WTF/ChangeLog 2016-02-25 22:24:32 UTC (rev 197132) @@ -1,3 +1,39 @@ +2016-02-25 Gavin Barraclough <barraclo...@apple.com> + +Should template RefCounter instead of RefCounter::Token +https://bugs.webkit.org/show_bug.cgi

[webkit-changes] [197054] trunk/Source/WebKit2

2016-02-24 Thread barraclough
rev 197053) +++ trunk/Source/WebKit2/ChangeLog 2016-02-24 23:19:18 UTC (rev 197054) @@ -1,3 +1,25 @@ +2016-02-24 Gavin Barraclough <barraclo...@apple.com> + +Add WKPreference for HiddenPageDOMTimerThrottlingAutoIncreases +https://bugs.webkit.org/show_bug.cgi?

[webkit-changes] [197009] trunk/Source

2016-02-23 Thread barraclough
nk/Source/_javascript_Core/ChangeLog 2016-02-24 01:21:55 UTC (rev 197008) +++ trunk/Source/_javascript_Core/ChangeLog 2016-02-24 01:57:49 UTC (rev 197009) @@ -1,3 +1,14 @@ +2016-02-23 Gavin Barraclough <barraclo...@apple.com> + +Remove HIDDEN_PAGE_DOM_TIMER_THROTTLING feature define

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

2016-02-23 Thread barraclough
Gavin Barraclough <barraclo...@apple.com> + +Add a mechanism to automatically ramp up timer alignment. +https://bugs.webkit.org/show_bug.cgi?id=154578 + +Reviewed by Antti Koivisto & Chris Dumez. + +Allow timer alignment duration to be proportional to

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

2016-02-22 Thread barraclough
trunk/Source/WebCore/page/Settings.h Diff Modified: trunk/Source/WebCore/ChangeLog (196970 => 196971) --- trunk/Source/WebCore/ChangeLog 2016-02-23 07:18:41 UTC (rev 196970) +++ trunk/Source/WebCore/ChangeLog 2016-02-23 07:37:26 UTC (rev 196971) @@ -1,3 +1,32 @@ +2016-02-22 Gavin Barraclo

[webkit-changes] [196849] trunk

2016-02-19 Thread barraclough
/ChangeLog (196848 => 196849) --- trunk/LayoutTests/ChangeLog 2016-02-20 01:37:55 UTC (rev 196848) +++ trunk/LayoutTests/ChangeLog 2016-02-20 01:51:48 UTC (rev 196849) @@ -1,3 +1,16 @@ +2016-02-18 Gavin Barraclough <barraclo...@apple.com> + +JSObject::getPropertySlot - index-as-pro

[webkit-changes] [196702] trunk/Source

2016-02-17 Thread barraclough
-02-17 19:04:11 UTC (rev 196702) @@ -1,3 +1,18 @@ +2016-02-17 Gavin Barraclough <barraclo...@apple.com> + +JSDOMWindow::put should not do the same thing twice +https://bugs.webkit.org/show_bug.cgi?id=154334 + +Reviewed by Chris Dumez. + +It either calls JSGlo

[webkit-changes] [196676] trunk

2016-02-16 Thread barraclough
/WebCore/bindings/js/JSDOMWindowCustom.cpp Diff Modified: trunk/LayoutTests/ChangeLog (196675 => 196676) --- trunk/LayoutTests/ChangeLog 2016-02-17 01:29:37 UTC (rev 196675) +++ trunk/LayoutTests/ChangeLog 2016-02-17 01:37:56 UTC (rev 196676) @@ -1,3 +1,17 @@ +2016-02-16 Gavin Barraclo

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

2016-02-15 Thread barraclough
rce/WebCore/ChangeLog 2016-02-15 18:54:30 UTC (rev 196582) +++ trunk/Source/WebCore/ChangeLog 2016-02-15 19:56:18 UTC (rev 196583) @@ -1,3 +1,24 @@ +2016-02-14 Gavin Barraclough <barraclo...@apple.com> + +Organize, deduplicate & comment JSDOMWindowCustom getOwnProper

[webkit-changes] [196494] trunk/Source

2016-02-12 Thread barraclough
k/Source/_javascript_Core/ChangeLog (196493 => 196494) --- trunk/Source/_javascript_Core/ChangeLog 2016-02-12 20:17:03 UTC (rev 196493) +++ trunk/Source/_javascript_Core/ChangeLog 2016-02-12 20:20:41 UTC (rev 196494) @@ -1,3 +1,13 @@ +2016-02-12 Gavin Barraclough <barraclo...@apple.com> + +

[webkit-changes] [193655] trunk/Source/WebKit2

2015-12-07 Thread barraclough
1,3 +1,37 @@ +2015-12-05 Gavin Barraclough <barraclo...@apple.com> + +UIProcess should determine AppNap state for WebPage +https://bugs.webkit.org/show_bug.cgi?id=151964 + +Reviewed by Anders Carlson. + +Step 1 in unifying this with the iOS process suppression

[webkit-changes] [193481] trunk/Source/WebKit2

2015-12-04 Thread barraclough
1) @@ -1,3 +1,40 @@ +2015-12-04 Gavin Barraclough <barraclo...@apple.com> + +Background state not being tracked correctly for PDFs on iOS +https://bugs.webkit.org/show_bug.cgi?id=151886 + +Reviewed by Anders Carlson. + +The problem here is that when viewing a P

[webkit-changes] [191022] trunk/Source/WebKit2

2015-10-13 Thread barraclough
notification names "_UIViewServiceHostDidEnterBackgroundNotification" and "_UIViewServiceHostWillEnterForegroundNotification" to listen to view service application state changes. Patch by Yongjun Zhang <yongjun_zh...@apple.com> on 2015-10-13 Reviewed by Gavin

[webkit-changes] [185818] trunk/Source

2015-06-22 Thread barraclough
: trunk/Source/WTF/ChangeLog (185817 => 185818) --- trunk/Source/WTF/ChangeLog 2015-06-22 04:48:04 UTC (rev 185817) +++ trunk/Source/WTF/ChangeLog 2015-06-22 06:32:13 UTC (rev 185818) @@ -1,3 +1,12 @@ +2015-06-21 Gavin Barraclough barraclo...@apple.com + +Page load performance regress

[webkit-changes] [185541] trunk/Source/WebKit2

2015-06-13 Thread barraclough
/Source/WebKit2/UIProcess/WebPageProxy.h Diff Modified: trunk/Source/WebKit2/ChangeLog (185540 => 185541) --- trunk/Source/WebKit2/ChangeLog 2015-06-13 20:42:04 UTC (rev 185540) +++ trunk/Source/WebKit2/ChangeLog 2015-06-14 00:24:43 UTC (rev 185541) @@ -1,3 +1,29 @@ +2015-06-12 Gavin Barraclo

[webkit-changes] [185127] trunk/Source/WebKit2

2015-06-02 Thread barraclough
rce/WebKit2/ChangeLog 2015-06-02 22:02:35 UTC (rev 185127) @@ -1,3 +1,47 @@ +2015-06-02 Gavin Barraclough barraclo...@apple.com + +PDFs always think they're visible on iOS. +https://bugs.webkit.org/show_bug.cgi?id=145493 +rdar://problem/19668879 + +Reviewed by Andreas Kl

[webkit-changes] [185068] trunk/Source/WebKit2

2015-06-01 Thread barraclough
-01 18:40:30 UTC (rev 185067) +++ trunk/Source/WebKit2/ChangeLog 2015-06-01 18:40:57 UTC (rev 185068) @@ -1,3 +1,21 @@ +2015-06-01 Gavin Barraclough barraclo...@apple.com + +PDFs always think they're visible on iOS. +https://bugs.webkit.org/show_bug.cgi?id=145493 +r

[webkit-changes] [185046] trunk/Source/WebKit2

2015-05-31 Thread barraclough
(185045 => 185046) --- trunk/Source/WebKit2/ChangeLog 2015-05-31 20:10:30 UTC (rev 185045) +++ trunk/Source/WebKit2/ChangeLog 2015-05-31 23:16:42 UTC (rev 185046) @@ -1,3 +1,44 @@ +2015-05-31 Gavin Barraclough barraclo...@apple.com + +PDFs always think they're visible on

[webkit-changes] [184774] trunk/Source/WebKit2

2015-05-22 Thread barraclough
/ChangeLog (184773 => 184774) --- trunk/Source/WebKit2/ChangeLog 2015-05-22 17:09:12 UTC (rev 184773) +++ trunk/Source/WebKit2/ChangeLog 2015-05-22 17:19:39 UTC (rev 184774) @@ -1,3 +1,52 @@ +2015-05-21 Gavin Barraclough barraclo...@apple.com + +Networking process sometimes suspended wh

[webkit-changes] [184692] trunk/Source/WebKit2

2015-05-20 Thread barraclough
,18 @@ +2015-05-20 Gavin Barraclough barraclo...@apple.com + +dispatchViewStateChange should not wait for sync reply if the page isn't visible +https://bugs.webkit.org/show_bug.cgi?id=145242 +rdar://problem/20967937 + +Reviewed by Ben Poul

[webkit-changes] [177541] trunk

2014-12-18 Thread barraclough
/TestWebKitAPI/Tests/WTF/RefCounter.cpp Diff Modified: trunk/Source/WTF/ChangeLog (177540 => 177541) --- trunk/Source/WTF/ChangeLog 2014-12-19 00:27:20 UTC (rev 177540) +++ trunk/Source/WTF/ChangeLog 2014-12-19 00:51:47 UTC (rev 177541) @@ -1,3 +1,49 @@ +2014-12-18 Gavin Barraclough barra

[webkit-changes] [177548] trunk/Source/WebKit2

2014-12-18 Thread barraclough
014-12-19 01:40:55 UTC (rev 177548) @@ -18,6 +18,92 @@ 2014-12-18 Gavin Barraclough barraclo...@apple.com +Remove custom token mechanism from ProcessThrottler +https://bugs.webkit.org/show_bug.cgi?id=139744 + +Reviewed by Geoff Garen. + +ProcessThrottler impleme

[webkit-changes] [177549] trunk/Source/WTF

2014-12-18 Thread barraclough
rev 177549) @@ -1,3 +1,13 @@ +2014-12-18 Gavin Barraclough barraclo...@apple.com + +Add strong typing to RefCounter interface, return value as a bool. +https://bugs.webkit.org/show_bug.cgi?id=139776 + +Unreviewed style fixes. + +* wtf/RefCounter.h: +(WTF::=): + 2

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

2014-12-16 Thread barraclough
UTC (rev 177378) @@ -1,3 +1,28 @@ +2014-12-16 Gavin Barraclough barraclo...@apple.com + +Introduce PageActivityState +https://bugs.webkit.org/show_bug.cgi?id=139687 + +Reviewed by Anders Carlsson. + +Add a bitfield to track each of the activities on the page separat

[webkit-changes] [177385] trunk/Source/WebKit2

2014-12-16 Thread barraclough
vin Barraclough barraclo...@apple.com + +Split UserActivity from disabled flag in WebPage +https://bugs.webkit.org/show_bug.cgi?id=139696 + +Reviewed by Geoffrey Garen. + +In preparation for other things driving the UserActivity. + +* WebProcess/WebP

[webkit-changes] [177396] trunk/Source

2014-12-16 Thread barraclough
rce/WebCore/ChangeLog 2014-12-16 22:28:49 UTC (rev 177396) @@ -1,3 +1,45 @@ +2014-12-16 Gavin Barraclough barraclo...@apple.com + +Move Mac process suppression from WebCore to WebKit2 +https://bugs.webkit.org/show_bug.cgi?id=139705 + +Reviewed by Geoff Ga

[webkit-changes] [177291] trunk/Source/WebKit2

2014-12-15 Thread barraclough
it2/ChangeLog 2014-12-15 18:58:32 UTC (rev 177290) +++ trunk/Source/WebKit2/ChangeLog 2014-12-15 19:05:11 UTC (rev 177291) @@ -1,3 +1,58 @@ +2014-12-15 Gavin Barraclough barraclo...@apple.com + +Simplify tracking of process suppression disabled for PluginProcessManager +ht

[webkit-changes] [177295] trunk/Source

2014-12-15 Thread barraclough
295) @@ -1,3 +1,51 @@ +2014-12-15 Gavin Barraclough barraclo...@apple.com + +Change HysteresisActivity to use a lambda +https://bugs.webkit.org/show_bug.cgi?id=139636 + +Reviewed by Darin Adler. + +The current implementation provides notifications via callba

[webkit-changes] [177307] trunk/Source/WebKit2

2014-12-15 Thread barraclough
-12-15 20:38:50 UTC (rev 177306) +++ trunk/Source/WebKit2/ChangeLog 2014-12-15 20:45:53 UTC (rev 177307) @@ -1,3 +1,13 @@ +2014-12-15 Gavin Barraclough barraclo...@apple.com + +Simplify tracking of process suppression disabled for PluginProcessManager +https://bugs.webkit.

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

2014-12-15 Thread barraclough
rev 177317) +++ trunk/Source/WebCore/ChangeLog 2014-12-15 23:52:50 UTC (rev 177318) @@ -1,3 +1,32 @@ +2014-12-15 Gavin Barraclough barraclo...@apple.com + +Separate counted and hysteresis activities in PageThrottler +https://bugs.webkit.org/show_bug.cgi?id=139657 + +Reviewed by

[webkit-changes] [177241] trunk/Source/WebKit2

2014-12-12 Thread barraclough
: trunk/Source/WebKit2/ChangeLog (177240 => 177241) --- trunk/Source/WebKit2/ChangeLog 2014-12-12 23:04:19 UTC (rev 177240) +++ trunk/Source/WebKit2/ChangeLog 2014-12-12 23:12:04 UTC (rev 177241) @@ -1,3 +1,47 @@ +2014-12-12 Gavin Barraclough barraclo...@apple.com + +Keep single RefCoun

[webkit-changes] [177255] trunk/Source/WebKit2

2014-12-12 Thread barraclough
/WebKit2/UIProcess/mac/WebContextMac.mm Diff Modified: trunk/Source/WebKit2/ChangeLog (177254 => 177255) --- trunk/Source/WebKit2/ChangeLog 2014-12-13 01:40:44 UTC (rev 177254) +++ trunk/Source/WebKit2/ChangeLog 2014-12-13 01:44:27 UTC (rev 177255) @@ -1,3 +1,44 @@ +2014-12-12 Gavin Barraclo

[webkit-changes] [177209] trunk/Source/WebKit2

2014-12-11 Thread barraclough
/Source/WebKit2/ChangeLog (177208 => 177209) --- trunk/Source/WebKit2/ChangeLog 2014-12-12 03:16:24 UTC (rev 177208) +++ trunk/Source/WebKit2/ChangeLog 2014-12-12 05:15:48 UTC (rev 177209) @@ -1,3 +1,59 @@ +2014-12-11 Gavin Barraclough barraclo...@apple.com + +Track pages prevent

[webkit-changes] [176683] trunk

2014-12-02 Thread barraclough
UTC (rev 176682) +++ trunk/Source/WTF/ChangeLog 2014-12-02 20:30:17 UTC (rev 176683) @@ -1,3 +1,55 @@ +2014-12-02 Gavin Barraclough barraclo...@apple.com + +Generalize PageActivityAssertionToken +https://bugs.webkit.org/show_bug.cgi?id=139106 + +Reviewed by Sam Wei

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

2014-09-17 Thread barraclough
/platform/HysteresisActivity.h Diff Modified: trunk/Source/WebCore/ChangeLog (173692 => 173693) --- trunk/Source/WebCore/ChangeLog 2014-09-17 16:12:50 UTC (rev 173692) +++ trunk/Source/WebCore/ChangeLog 2014-09-17 16:32:10 UTC (rev 173693) @@ -1,3 +1,38 @@ +2014-09-16 Gavin Barraclough bara

[webkit-changes] [173694] trunk/Source

2014-09-17 Thread barraclough
Title: [173694] trunk/Source Revision 173694 Author barraclo...@apple.com Date 2014-09-17 10:00:24 -0700 (Wed, 17 Sep 2014) Log Message DOM timer throttling for hidden plugins https://bugs.webkit.org/show_bug.cgi?id=136197 Patch by Gavin Barraclough barraclo...@apple.com on 2014-09-17

[webkit-changes] [173696] trunk/Source

2014-09-17 Thread barraclough
1,3 +1,57 @@ +2014-09-17 Gavin Barraclough baraclo...@apple.com + +Aways have a PageThrottler (sometimes have a UserActivity::Impl) +https://bugs.webkit.org/show_bug.cgi?id=136892 + +Reviewed by Geoffrey Garen. + +Some instances of Page have a PageThrottler to tr

[webkit-changes] [173623] trunk/Source/WebKit2

2014-09-15 Thread barraclough
-09-15 17:10:23 UTC (rev 173623) @@ -1,3 +1,23 @@ +2014-09-13 Gavin Barraclough baraclo...@apple.com + +Should call [BKSProcessAssertion invalidate] +https://bugs.webkit.org/show_bug.cgi?id=136804 +rdar://problem/17897780 + +Reviewed by Darin Adler. + +We sho

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

2014-09-03 Thread barraclough
-29 Gavin Barraclough barraclo...@apple.com + +Simplify DOMTimer::adjustMinimumTimerInterval - updateTimerIntervalIfNecessary +https://bugs.webkit.org/show_bug.cgi?id=136402 + +Reviewed by Andreas Kling. + +When the minimum DOM timer interval changes, the Page upda

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

2014-08-29 Thread barraclough
UTC (rev 173132) @@ -1,3 +1,38 @@ +2014-08-29 Gavin Barraclough barraclo...@apple.com + +DOMTimer::m_nestingLevel is prone to overflow +https://bugs.webkit.org/show_bug.cgi?id=136399 + +Reviewed by Alexey Proskuryakov. + +Since this would happen after the 2 billio

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

2014-08-29 Thread barraclough
014-08-30 01:11:23 UTC (rev 173132) +++ trunk/Source/WebCore/ChangeLog 2014-08-30 01:33:24 UTC (rev 173133) @@ -1,5 +1,28 @@ 2014-08-29 Gavin Barraclough barraclo...@apple.com +Make timerNestingLevel threadsafe +https://bugs.webkit.org/show_bug.cgi?id=136401 + +Revie

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

2014-08-26 Thread barraclough
:11 UTC (rev 172963) @@ -1,3 +1,51 @@ +2014-08-25 Gavin Barraclough barraclo...@apple.com + +DOMTimer may be deleted during timer fire +https://bugs.webkit.org/show_bug.cgi?id=136198 + +Reviewed by Geoff Garen. + +Consequentially ScheduledActions may also be dele

  1   2   3   4   5   6   >