Bug 104016

Summary: Web Inspector: Resources: domain cookies are not shown for sub-sub domain pages.
Product: WebKit Reporter: Eugene Klyuchnikov <eustas>
Component: Web Inspector (Deprecated)Assignee: Eugene Klyuchnikov <eustas>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, caseq, eustas, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Eugene Klyuchnikov
Reported 2012-12-04 10:52:20 PST
Steps to reproduce the problem: 1. setcookie('test_cookie', 'works', time()+(365*24*3600),'/', '.example.com); from page that is located at subSub.SubDomain.example.com 2. At server var_dump($_COOKIE['test_cookie']); (works) 3. Open developers tools or web developer extension and try to find that cookie. Chromium bug: http://code.google.com/p/chromium/issues/detail?id=163917
Attachments
Patch (1.58 KB, patch)
2012-12-04 10:58 PST, Eugene Klyuchnikov
no flags
Eugene Klyuchnikov
Comment 1 2012-12-04 10:58:00 PST
WebKit Review Bot
Comment 2 2012-12-04 11:45:09 PST
Comment on attachment 177514 [details] Patch Rejecting attachment 177514 [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: ripts/update-webkit line 152. Failed to run "['Tools/Scripts/update-webkit', '--chromium', '--force-update']" exit_code: 2 Updating OpenSource From http://git.chromium.org/external/Webkit 8dba0844..8b8f204 HEAD -> origin/HEAD error: Ref refs/remotes/origin/master is at 8b8f204b56b60ddd016afb9099b92163ce73004b but expected 8dba08445f9c28cad718f832239cd411fb8a245f ! 8dba0844..8b8f204 master -> origin/master (unable to update local ref) Died at Tools/Scripts/update-webkit line 152. Full output: http://queues.webkit.org/results/15120943
WebKit Review Bot
Comment 3 2012-12-04 21:19:49 PST
Comment on attachment 177514 [details] Patch Clearing flags on attachment: 177514 Committed r136636: <http://trac.webkit.org/changeset/136636>
WebKit Review Bot
Comment 4 2012-12-04 21:19:53 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.