Publish DEPS for Chromium 47.0.2526.74
Incrementing VERSION to 47.0.2526.74
Cr-Commit-Position: refs/branch-heads/2526@{#474}
Cr-Branched-From: cb947c0153db0ec02a8abbcb3ca086d88bf6006f-refs/heads/master@{#352221}
[Extensions] Make handler_function a hidden property
Fix the glitch and add a test.
BUG=548273
[email protected]
Review URL: https://codereview.chromium.org/1422383003
Cr-Commit-Position: refs/heads/master@{#356985}
(cherry picked from commit a5ecbc86a598e29ce3a2424c9c5386bfba4e9b74)
NOTRY=true
NOPRESUBMIT=true
Review URL: https://codereview.chromium.org/1465223004
Cr-Commit-Position: refs/branch-heads/2526@{#473}
Cr-Branched-From: cb947c0153db0ec02a8abbcb3ca086d88bf6006f-refs/heads/master@{#352221}
PartitionAlloc: Add spin lock in shutdown()
shutdown() shouldn't be called while allocation but there seems to be corner
cases. Add spin lock to make sure we never free system pages while allocation.
BUG=514141
Review URL: https://codereview.chromium.org/1468383003
Cr-Commit-Position: refs/heads/master@{#361579}
(cherry picked from commit 65af2b52894f77824541c493ce128a94f747696b)
Review URL: https://codereview.chromium.org/1475923002 .
Cr-Commit-Position: refs/branch-heads/2526@{#472}
Cr-Branched-From: cb947c0153db0ec02a8abbcb3ca086d88bf6006f-refs/heads/master@{#352221}
Incrementing VERSION to 47.0.2526.73
Cr-Commit-Position: refs/branch-heads/2526@{#471}
Cr-Branched-From: cb947c0153db0ec02a8abbcb3ca086d88bf6006f-refs/heads/master@{#352221}
Revert "[Extensions] Make handler_function a hidden property"
This reverts commit 9ab386229479ade5538db5a224dbae3998983240.
BUG=
Review URL: https://codereview.chromium.org/1471013004 .
Cr-Commit-Position: refs/branch-heads/2526@{#470}
Cr-Branched-From: cb947c0153db0ec02a8abbcb3ca086d88bf6006f-refs/heads/master@{#352221}
Incrementing VERSION to 47.0.2526.72
Cr-Commit-Position: refs/branch-heads/2526@{#469}
Cr-Branched-From: cb947c0153db0ec02a8abbcb3ca086d88bf6006f-refs/heads/master@{#352221}
AppCache: fix a browser crashing bug that can happen during updates.
BUG=558589
Review URL: https://codereview.chromium.org/1463463003
Cr-Commit-Position: refs/heads/master@{#360967}
(cherry picked from commit e5c298b780737c53fa9aae44d6fef522931d88b0)
Review URL: https://codereview.chromium.org/1469253002 .
Cr-Commit-Position: refs/branch-heads/2526@{#468}
Cr-Branched-From: cb947c0153db0ec02a8abbcb3ca086d88bf6006f-refs/heads/master@{#352221}
AppCache: Use WeakPtr<> to fix a potential uaf bug.
BUG=554908
Review URL: https://codereview.chromium.org/1441683004
Cr-Commit-Position: refs/heads/master@{#359930}
(cherry picked from commit 4b5eefe562bd45c059f5dd93079450db5610788a)
Review URL: https://codereview.chromium.org/1474483003 .
Cr-Commit-Position: refs/branch-heads/2526@{#467}
Cr-Branched-From: cb947c0153db0ec02a8abbcb3ca086d88bf6006f-refs/heads/master@{#352221}
Fix possible map::end() dereference in AppCacheUpdateJob triggered by a compromised renderer.
BUG=551044
Review URL: https://codereview.chromium.org/1418783005
Cr-Commit-Position: refs/heads/master@{#358815}
(cherry picked from commit 2cb006bc9d3ad16353ed49c2b75faea618156d0f)
Review URL: https://codereview.chromium.org/1472943003 .
Cr-Commit-Position: refs/branch-heads/2526@{#466}
Cr-Branched-From: cb947c0153db0ec02a8abbcb3ca086d88bf6006f-refs/heads/master@{#352221}
[Extensions] Make handler_function a hidden property
Fix the glitch and add a test.
BUG=548273
Review URL: https://codereview.chromium.org/1422383003
Cr-Commit-Position: refs/heads/master@{#356985}
(cherry picked from commit a5ecbc86a598e29ce3a2424c9c5386bfba4e9b74)
Review URL: https://codereview.chromium.org/1469933003 .
Cr-Commit-Position: refs/branch-heads/2526@{#465}
Cr-Branched-From: cb947c0153db0ec02a8abbcb3ca086d88bf6006f-refs/heads/master@{#352221}
Updating XTBs based on .GRDs from branch 2526
Cr-Commit-Position: refs/branch-heads/2526@{#464}
Cr-Branched-From: cb947c0153db0ec02a8abbcb3ca086d88bf6006f-refs/heads/master@{#352221}
Do not crash if the account hasn't been seeded.
Add UMA histograms to monitor frequency of this state.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=535211
Review URL: https://codereview.chromium.org/1456283005
Cr-Commit-Position: refs/branch-heads/2526@{#463}
Cr-Branched-From: cb947c0153db0ec02a8abbcb3ca086d88bf6006f-refs/heads/master@{#352221}
[Merge to M47] [DevTools] Only listen to main target control events in network log.
These include MainFrameNavigated, Load, DOMContentLoaded.
BUG=536617,557603
Review URL: https://codereview.chromium.org/1409263005
Cr-Commit-Position: refs/heads/master@{#357497}
(cherry picked from commit d468c958115628df95c00b379e270d7c2b0d672b)
Review URL: https://codereview.chromium.org/1462083004 .
Cr-Commit-Position: refs/branch-heads/2526@{#462}
Cr-Branched-From: cb947c0153db0ec02a8abbcb3ca086d88bf6006f-refs/heads/master@{#352221}
Incrementing VERSION to 47.0.2526.71
Cr-Commit-Position: refs/branch-heads/2526@{#461}
Cr-Branched-From: cb947c0153db0ec02a8abbcb3ca086d88bf6006f-refs/heads/master@{#352221}
Incrementing VERSION to 47.0.2526.70
Cr-Commit-Position: refs/branch-heads/2526@{#460}
Cr-Branched-From: cb947c0153db0ec02a8abbcb3ca086d88bf6006f-refs/heads/master@{#352221}
[Merge to M47] Replace unsafe console logging in HTMLMediaElement.cpp
The "user gesture required for playback" message in HTMLMediaElement
tried to use an ExecutionContext without checking for null. It now
uses Document::addConsoleMessage and avoids the issue.
This appears to be responsible for some M45 and M46 crashes.
BUG=541786
NOTRY=true
NOPRESUBMIT=true
Review URL: https://codereview.chromium.org/1415653005
Cr-Commit-Position: refs/branch-heads/2526@{#459}
Cr-Branched-From: cb947c0153db0ec02a8abbcb3ca086d88bf6006f-refs/heads/master@{#352221}
Upgrade Man and Woman Emoji characters to complex path
The simple path cannot handle emoji ZWJ sequences. Let's upgrade to the
complex path for Man and Woman emoji characters in order to support all
sequences specified in [1] except eye + left speech bubble.
[1] http://www.unicode.org/emoji/charts/emoji-zwj-sequences.html
BUG=556771
R=eae
Review URL: https://codereview.chromium.org/1445333002
Cr-Commit-Position: refs/heads/master@{#360120}
(cherry picked from commit bc77163b5082d84c3c66457b1eadb288c057a95d)
Review URL: https://codereview.chromium.org/1457003004 .
Cr-Commit-Position: refs/branch-heads/2526@{#458}
Cr-Branched-From: cb947c0153db0ec02a8abbcb3ca086d88bf6006f-refs/heads/master@{#352221}
Don't crash if the Cast Notification Service in the wrong state
It seems that old versions of Android sometimes incorrectly restart
services. Previously there was an explicit check for this in the
Cast Notification Service that crashed Chrome if it happened (hence
giving user visible crashes). Replace this with a check that simply
closes down the service.
BUG=555266
TBR=aberent,dgn
patch from issue 1458903002 at patchset 1 (http://crrev.com/1458903002#ps1)
Review URL: https://codereview.chromium.org/1459473004
Cr-Commit-Position: refs/heads/master@{#360411}
(cherry picked from commit 2571678733bc6b8643cff305b2cf601f77d871c6)
Review URL: https://codereview.chromium.org/1459063002 .
Cr-Commit-Position: refs/branch-heads/2526@{#457}
Cr-Branched-From: cb947c0153db0ec02a8abbcb3ca086d88bf6006f-refs/heads/master@{#352221}