Bug 87101 - Rename FrameLoaderClient::shadowDOMAllowed() to allowShadowDOM()
Summary: Rename FrameLoaderClient::shadowDOMAllowed() to allowShadowDOM()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hajime Morrita
URL:
Keywords:
Depends on: 87063
Blocks: 86984
  Show dependency treegraph
 
Reported: 2012-05-22 01:41 PDT by Hajime Morrita
Modified: 2012-05-28 18:50 PDT (History)
2 users (show)

See Also:


Attachments
Patch (4.97 KB, patch)
2012-05-28 01:32 PDT, Hajime Morrita
no flags Details | Formatted Diff | Diff
Patch for landing (5.03 KB, patch)
2012-05-28 16:58 PDT, Hajime Morrita
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hajime Morrita 2012-05-22 01:41:19 PDT
That is poorly named and should follow its families.
Comment 1 Hajime Morrita 2012-05-28 01:32:20 PDT
Created attachment 144301 [details]
Patch
Comment 2 Kentaro Hara 2012-05-28 01:34:32 PDT
Comment on attachment 144301 [details]
Patch

OK
Comment 3 Darin Adler 2012-05-28 02:52:40 PDT
Comment on attachment 144301 [details]
Patch

This naming in the client does not seem good. We want boolean functions to finish phrases like this "client <xxx>". The phrases "client allow image" and "client allow shadow DOM" are not grammatical. Adding the letter "s" might be sufficient to make these follow the guideline: "allows shadow DOM".

When did these names get into WebKit? Did I just overlook it?
Comment 4 WebKit Review Bot 2012-05-28 03:09:00 PDT
Comment on attachment 144301 [details]
Patch

Rejecting attachment 144301 [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:
nabledFeatures.cpp
patching file Source/WebCore/loader/FrameLoaderClient.h
patching file Source/WebKit/chromium/src/FrameLoaderClientImpl.cpp
patching file Source/WebKit/chromium/src/FrameLoaderClientImpl.h
Hunk #1 FAILED at 199.
1 out of 1 hunk FAILED -- saving rejects to file Source/WebKit/chromium/src/FrameLoaderClientImpl.h.rej

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Kentaro Ha..." exit_code: 1 cwd: /mnt/git/webkit-commit-queue/

Full output: http://queues.webkit.org/results/12849124
Comment 5 Hajime Morrita 2012-05-28 16:58:19 PDT
Created attachment 144409 [details]
Patch for landing
Comment 6 WebKit Review Bot 2012-05-28 18:50:23 PDT
Comment on attachment 144409 [details]
Patch for landing

Clearing flags on attachment: 144409

Committed r118714: <http://trac.webkit.org/changeset/118714>
Comment 7 WebKit Review Bot 2012-05-28 18:50:28 PDT
All reviewed patches have been landed.  Closing bug.