angler-fishThe Vulnerability History Project

Revert of Implement timers by posting delayed tasks (patchset #18 id:340001 of https://codereview.chromium.org/1134523002/)

      Reason for revert:
The patch made some content_browsertests fail on Linux:
DomSerializerTests.SerializeHTMLDOMWithDocType
DomSerializerTests.SerializeHTMLDOMWithEmptyHead
DomSerializerTests.SerializeHTMLDOMWithEntitiesInText
DomSerializerTests.SerializeHTMLDOMWithMultipleMetaCharsetInOriginalDoc
DomSerializerTests.SerializeHTMLDOMWithNoMetaCharsetInOriginalDoc
DomSerializerTests.SerializeHTMLDOMWithoutDocType
RenderFrameHostManagerTest.DisownOpener

Original issue's description:
> Implement timers by posting delayed tasks
> 
> This patch refactors TimerBase to post tasks delayed tasks and
> deletes the now-obsolete timer heap and shared timer mechanism.
> 
> ATTN Sheriffs: If there are weird layout test flakes all of a
> sudden, this patch may be the cause since the interleaving of
> timers with other posted tasks will change.
> 
> Original patch by Alex Clarke <alexclarke@chromium.org>.
> 
> BUG=463143,416362,480522
> 
> Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=195706

TBR=jochen@chromium.org,alexclarke@chromium.org,erikcorry@chromium.org,kinuko@chromium.org,rmcilroy@chromium.org,skyostil@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=463143,416362,480522

Review URL: https://codereview.chromium.org/1151633004

git-svn-id: svn://svn.chromium.org/blink/trunk@195725 bbb929c8-8fbe-4397-9dbb-9b2b20218538
    
commit a0cd100e9720be2f1863ffec813cca100fd2d247
-5
+7 -1
+7 -1
+7 -1
+2 -1
-102
-2
-63
-59
-48
-75
-153
-67
+34 -322
+9 -26
+104 -52
-6
+68 -3
-5
-6
expand_less