Summary: | Add a flag to guard Page Visibility API changes. | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Shishir Agrawal <shishir> | ||||||||
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | CC: | commit-queue, tonyg | ||||||||
Priority: | P2 | ||||||||||
Version: | 528+ (Nightly build) | ||||||||||
Hardware: | All | ||||||||||
OS: | All | ||||||||||
URL: | http://lists.w3.org/Archives/Public/public-webapps/2011JanMar/0175.html | ||||||||||
Bug Depends on: | |||||||||||
Bug Blocks: | 54181 | ||||||||||
Attachments: |
|
Description
Shishir Agrawal
2011-04-13 11:45:54 PDT
Created attachment 89422 [details]
Patch
Comment on attachment 89422 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=89422&action=review Everything else looks good. Thanks for breaking this out. > WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops:73 > + /> Stray diff. Comment on attachment 89422 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=89422&action=review >> WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops:73 >> + /> > > Stray diff. Its not actually a stray diff. The above lines were indented inconsistently, so I just corrected the indentation. Should I remove this? (In reply to comment #3) > (From update of attachment 89422 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=89422&action=review > > >> WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops:73 > >> + /> > > > > Stray diff. > > Its not actually a stray diff. The above lines were indented inconsistently, so I just corrected the indentation. Should I remove this? Ah, I see now. I'll r+ when the bubbles go green. The commit-queue encountered the following flaky tests while processing attachment 89422 [details]: http/tests/inspector/console-websocket-error.html bug 57392 (authors: pfeldman@chromium.org and yutak@chromium.org) The commit-queue is continuing to process your patch. Comment on attachment 89422 [details] Patch Rejecting attachment 89422 [details] from commit-queue. Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=eseidel-cq-sf', 'la..." exit_code: 2 Last 500 characters of output: er -> origin/master Partial-rebuilding .git/svn/refs/remotes/origin/master/.rev_map.268f45cc-cd09-0410-ab3c-d52691b4dbfc ... Currently at 83807 = 8c419025988fe440ba4f1fe1055f3e8d39eff570 r83808 = bb8da9108b8c5ec5101e5385e155b1beb10fcb2f r83809 = 6d36611b28868af722abe2fe62ac0d3b2404792e Done rebuilding .git/svn/refs/remotes/origin/master/.rev_map.268f45cc-cd09-0410-ab3c-d52691b4dbfc First, rewinding head to replay your work on top of it... Fast-forwarded master to refs/remotes/origin/master. Full output: http://queues.webkit.org/results/8400555 Created attachment 89643 [details]
Patch
Addressing a Stray OOPs in one of the changelog files.
Comment on attachment 89643 [details] Patch Rejecting attachment 89643 [details] from commit-queue. Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=cr-jail-4', 'apply-..." exit_code: 2 Last 500 characters of output: FAILED at 131. 1 out of 2 hunks FAILED -- saving rejects to file Source/WebKit2/Configurations/FeatureDefines.xcconfig.rej patching file Tools/ChangeLog Hunk #1 succeeded at 1 with fuzz 3. patching file Tools/Scripts/build-webkit patching file WebKitLibraries/ChangeLog patching file WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops patching file configure.ac Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--reviewer', u'Tony Gentilcore', u'--..." exit_code: 1 Full output: http://queues.webkit.org/results/8432092 Created attachment 89836 [details]
Patch
Resolving FeaturesConfig clashes.
Comment on attachment 89836 [details] Patch Clearing flags on attachment: 89836 Committed r84072: <http://trac.webkit.org/changeset/84072> All reviewed patches have been landed. Closing bug. |