Bug 104016 - Web Inspector: Resources: domain cookies are not shown for sub-sub domain pages.
Summary: Web Inspector: Resources: domain cookies are not shown for sub-sub domain pages.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Eugene Klyuchnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-04 10:52 PST by Eugene Klyuchnikov
Modified: 2012-12-04 21:19 PST (History)
11 users (show)

See Also:


Attachments
Patch (1.58 KB, patch)
2012-12-04 10:58 PST, Eugene Klyuchnikov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Klyuchnikov 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
Comment 1 Eugene Klyuchnikov 2012-12-04 10:58:00 PST
Created attachment 177514 [details]
Patch
Comment 2 WebKit Review Bot 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
Comment 3 WebKit Review Bot 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>
Comment 4 WebKit Review Bot 2012-12-04 21:19:53 PST
All reviewed patches have been landed.  Closing bug.