Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix another crash with devtools timeline #13

Closed
wants to merge 1 commit into from
Closed

Conversation

ghostoy
Copy link
Member

@ghostoy ghostoy commented Jan 22, 2015

No description provided.

rogerwang pushed a commit that referenced this pull request Jan 28, 2015
…rs. (patchset #13 id:240001 of https://codereview.chromium.org/776923003/)

Reason for revert:
This caused a lot of virtual/slimmingpaint failures. I'm sure many are rebaselines, however tests such as these:

virtual/slimmingpaint/fast/block/positioning/relative-overflow-block.html
virtual/slimmingpaint/fast/block/positioning/relative-overflow-replaced-float.html
virtual/slimmingpaint/fast/block/positioning/relative-overflow-replaced.html

mention explicitly that scrollbars should appear, and they don't, so it looks like those tests regressed.

Original issue's description:
> Implement Slimming Paint for scrollbars and scrollbar corners.
> 
> It's implemented twice: once for individually composited scrollbar pieces, and
> once for software.
> 
> Also remove unnecessary and redundant transforms when painting via RenderLayerCompositor.
> 
> BUG=438356
> 
> Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=186633

TBR=pdr@chromium.org,chrishtr@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=438356

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

git-svn-id: svn://svn.chromium.org/blink/trunk@186656 bbb929c8-8fbe-4397-9dbb-9b2b20218538
@rogerwang rogerwang closed this Mar 6, 2015
jtg-gg pushed a commit to jtg-gg/blink that referenced this pull request Jul 31, 2015
…ane. (patchset nwjs#13 id:230001 of https://codereview.chromium.org/1052993006/)

Reason for revert:
PasswordManagerBrowserTest.NoPromptForFailedLoginFromSubFrameWithMultiFramesInPage is broken by this change.

Original issue's description:
> Refactor frame navigation/detach state cleanup to be more sane.
> 
> Prior to this patch, cleaning up state for a navigating or detaching
> frame was ad hoc: often times, code to do the same thing (e.g. detach
> child frames) was present in multiple locations just to "be sure" that
> the cleanup would happen no matter what code path was taken.
> 
> This logic has been reorganized so that the state cleanup always follows
> a similar flow for both navigation and detach. There are now 4 common
> steps:
>   1. FrameLoader::dispatchUnloadEvent()
>   2. Frame::detachChildren()
>   3. Document::prepareForDestruction()
>   4. FrameLoader::clear()
> 
> BUG=464764
> 
> Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193157

TBR=japhet@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=464764

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

git-svn-id: svn://svn.chromium.org/blink/trunk@193158 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants