DescriptionRenderWidget: make routing_id be a parameter of the ctor
This fixes a longstanding issue where, in layout-test-specific code, a
RenderViewObserver was instantiated before the RenderView was fully
initialized with a routing ID. RenderViewObserver internally caches
the routing id, so that's dangerous.
BUG=627852
Committed: https://crrev.com/8331f8ad9053ee1effd499ad29b5a806d9959ef4
Cr-Commit-Position: refs/heads/master@{#432246}
Patch Set 1 #Patch Set 2 : Fix unittest issue #Patch Set 3 : Re-upload #Patch Set 4 : Rebase. #Patch Set 5 : Remove InitRoutingID #Patch Set 6 : Move input handler init later (maybe too late?) #
Total comments: 1
Patch Set 7 : Re-add a InitInputHandler method. #Patch Set 8 : Tweak. #
Total comments: 2
Patch Set 9 : Solve the unittest riddle. #
Total comments: 3
Patch Set 10 : Add a release for asan bots. #Depends on Patchset: Dependent Patchsets: Messages
Total messages: 45 (37 generated)
|