Bug 96425

Summary: Remove transient state regarding uknown pseudoelements from SelectorChecker.
Product: WebKit Reporter: Dimitri Glazkov (Google) <dglazkov>
Component: New BugsAssignee: Dimitri Glazkov (Google) <dglazkov>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarcelo, eric, macpherson, menard, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 96445    
Bug Blocks: 89879    
Attachments:
Description Flags
Patch
none
Patch for landing none

Description Dimitri Glazkov (Google) 2012-09-11 14:29:35 PDT
Remove transient state regarding uknown pseudoelements from SelectorChecker.
Comment 1 Dimitri Glazkov (Google) 2012-09-11 14:35:38 PDT
Created attachment 163440 [details]
Patch
Comment 2 Dimitri Glazkov (Google) 2012-09-11 14:39:21 PDT
I wonder if I should add SelectorCheckingResult that's returned by checkSelector and stash stuff in there instead of using by-ref parameters.
Comment 3 Eric Seidel (no email) 2012-09-11 14:51:44 PDT
Comment on attachment 163440 [details]
Patch

I think this is going to end up as part of some sort of CheckRequest object, insetad of a separate bool :)
Comment 4 Eric Seidel (no email) 2012-09-11 14:52:56 PDT
Comment on attachment 163440 [details]
Patch

But this is probably a step in teh right direction.
Comment 5 Dimitri Glazkov (Google) 2012-09-11 15:24:26 PDT
(In reply to comment #3)
> (From update of attachment 163440 [details])
> I think this is going to end up as part of some sort of CheckRequest object, insetad of a separate bool :)

CheckRequest or CheckResponse? Or maybe SelectorCheckingResults?
Comment 6 Eric Seidel (no email) 2012-09-11 15:26:11 PDT
They all sound good to me. :)
Comment 7 Dimitri Glazkov (Google) 2012-09-11 15:40:43 PDT
Comment on attachment 163440 [details]
Patch

I will do this in the next patch.
Comment 8 WebKit Review Bot 2012-09-11 16:20:57 PDT
Comment on attachment 163440 [details]
Patch

Rejecting attachment 163440 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
olved this problem run "git rebase --continue".
If you would prefer to skip this patch, instead run "git rebase --skip".
To restore the original branch and stop rebasing run "git rebase --abort".

rebase refs/remotes/origin/master: command returned error: 1

Died at Tools/Scripts/update-webkit line 164.

Failed to run "['Tools/Scripts/update-webkit', '--chromium', '--force-update']" exit_code: 9
refs/remotes/origin/master: command returned error: 1

Died at Tools/Scripts/update-webkit line 164.

Full output: http://queues.webkit.org/results/13820554
Comment 9 Dimitri Glazkov (Google) 2012-09-12 09:23:37 PDT
Created attachment 163647 [details]
Patch for landing
Comment 10 WebKit Review Bot 2012-09-12 09:50:11 PDT
Comment on attachment 163647 [details]
Patch for landing

Clearing flags on attachment: 163647

Committed r128329: <http://trac.webkit.org/changeset/128329>
Comment 11 WebKit Review Bot 2012-09-12 09:50:14 PDT
All reviewed patches have been landed.  Closing bug.