-
Notifications
You must be signed in to change notification settings - Fork 879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix 7522: Disable WebSQL #4463
Fix 7522: Disable WebSQL #4463
Conversation
fb79f49
to
a9cff6d
Compare
haven't tried it but the approach and test plan lgtm |
app/websql_browsertest.cc
Outdated
void SetUpOnMainThread() override { | ||
InProcessBrowserTest::SetUpOnMainThread(); | ||
|
||
content_client_.reset(new ChromeContentClient); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we don't need explicitly set again content client and browser content client here.
They also will be set properly for browser test.
app/websql_browsertest.cc
Outdated
ASSERT_TRUE(content::WaitForLoadStop(contents)); | ||
EXPECT_EQ(url, contents->GetURL()); | ||
|
||
bool websqlBlocked; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: websql_blocked
is our convention.
eaf2135
to
fe6e9f8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
e1e7cdf
to
b652be8
Compare
Speed dial extension was affected; may impact others too. Fixes brave/brave-browser#8542 ----- Revert "Merge pull request #4463 from brave/disable_websql" This reverts commit a50fa1d, reversing changes made to cd4edd3.
fix brave/brave-browser#7522
Submitter Checklist:
npm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist:
After-merge Checklist:
changes has landed on.