- 08 Jul, 2014 40 commits
-
-
jmadill@chromium.org authored
Includes a fix to shaders that affect Earth View in Maps. BUG=391697 Review URL: https://codereview.chromium.org/378503005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281867 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
Add helpers to RenderWidgetHelper to associate a NSView with a given RenderWidgetHelper (process and widget routing id), so that browser compositor swaps can be received while pausing waiting for correctly sized frames. BUG=388005 TBR=cevans Review URL: https://codereview.chromium.org/370513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281866 0039d316-1c4b-4281-b951-d872f2087c98
-
yiyaoliu@chromium.org authored
Since g_browser_process can only be accessed by ui thread, and GoogleUpdateSettings::GetCollectStatsConsent should be called by FILE thread, it doesn't make sense to put them in the same function, which is executed through posttask on FILE thread. Schedules only GoogleUpdateSettings::GetCollectStatsConsent on FILE thread, and does everything else on IO thread in ShowForReal() BUG= Review URL: https://codereview.chromium.org/369933002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281865 0039d316-1c4b-4281-b951-d872f2087c98
-
jyasskin@chromium.org authored
See the bug for a more detailed discussion of the problem when we don't make this accessible through ADL. BUG=391117 Review URL: https://codereview.chromium.org/367063006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281864 0039d316-1c4b-4281-b951-d872f2087c98
-
palmer@chromium.org authored
BUG=375538 Review URL: https://codereview.chromium.org/293253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281863 0039d316-1c4b-4281-b951-d872f2087c98
-
ajuma@chromium.org authored
This makes GPU rasterization on Android 4.4.4 dependent on the device whitelist, rather than being enabled for all devices. BUG=391750 Review URL: https://codereview.chromium.org/375823003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281862 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Add a probability to Alternate-Protocol support. Can be enabled either via a field trial or a command line flag. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281777 Review URL: https://codereview.chromium.org/339663010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281861 0039d316-1c4b-4281-b951-d872f2087c98
-
rsorokin@chromium.org authored
BUG=168658 Review URL: https://codereview.chromium.org/332243002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281860 0039d316-1c4b-4281-b951-d872f2087c98
-
feng@chromium.org authored
In M35 release, we had a lot of user feedbacks of Chrome native crash. We had great difficulty to investigate these native crashes because user feedbacks don't have minidumps. By keeping the CHECK error message in logcat, it'd be a lot easier to investigate these user reports of Chrome crashes. The binary size increase: ~0.5% (188k out of 34.4M). BUG=378974 Review URL: https://codereview.chromium.org/336413005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281859 0039d316-1c4b-4281-b951-d872f2087c98
-
sullivan@chromium.org authored
BUG=392194 Review URL: https://codereview.chromium.org/372283003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281858 0039d316-1c4b-4281-b951-d872f2087c98
-
donnd@chromium.org authored
This will be useful for Contextual Search to determine when to trigger. BUG=391973 Review URL: https://codereview.chromium.org/371133004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281857 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
Also require the list of values to be nonempty and add tests. R=darin@chromium.org Review URL: https://codereview.chromium.org/375993002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281856 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
Also add tests. R=davemoore@chromium.org Review URL: https://codereview.chromium.org/365993006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281853 0039d316-1c4b-4281-b951-d872f2087c98
-
noms@chromium.org authored
BUG=390820 TEST=Start chrome with --new-profile-management. Choose "Not <profile>" from the avatar bubble. In the User Manager, press 'tab' until focus reaches the drop down arrow of a user pod. Press 'enter', whcih should show you the delete button. Press the down arrow to focus the delete button, and press 'Enter'. This should show the warning view, with the big red button focused, and pressing 'Enter' again should delete the pod. Yay! Review URL: https://codereview.chromium.org/373813002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281852 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281851 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r13442: (dyen) Added support for log uploading for commands in toolchain_build. r13443: (noelallen) Rolls DEPS file to get deps aware toolchains. r13445: (dyen) Added a log_url field to package archs and recalculated revision hashes. r13446: (ncbray) Factor arg parsing in sel_ldr into its own function. r13447: (ncbray) Add my chromium account to OWNERS with my google account. r13448: (dyen) Fixed repo_tools invalid reference to pynacl. r13449: (thakis) Undo cros-specific hack now that r13435 seems to have stuck. r13450: (ncbray) Consolidate sel_ldr's configuration logic. r13451: (dyen) Package Version script now supports downloading build logs. r13452: (hamaji) Non-SFI Mode: Add isatty interface BUG=none TEST=browser_tests and nacl_integration CQ_EXTRA_TRYBOTS=tryserver.chromium:linux_rel_precise32,linux_arm_cross_compile,linux_nacl_sdk_build Review URL: https://codereview.chromium.org/371413003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281849 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@chromium.org authored
BUG=391953 TEST=webgl conformance on gpu bots TBR=kbr@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/376703008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281848 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
This test skips the managed_node because it's not synced. The test assumed that the managed_node always comes next to the mobile_node but this is not true on iOS. This fix changes the test to look for the managed node via BookmarkClient::CanSyncNode, which is the correct check in the first place. BUG=383398 Review URL: https://codereview.chromium.org/376993002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281847 0039d316-1c4b-4281-b951-d872f2087c98
-
jbudorick@chromium.org authored
BUG=391756 TBR=craigdh@chromium.org Review URL: https://codereview.chromium.org/375603003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281845 0039d316-1c4b-4281-b951-d872f2087c98
-
caitkp@chromium.org authored
Revert of Fixed use-after-free in LoadCallback in bookmark_storage.cc (https://codereview.chromium.org/373153002/) Reason for revert: Causing memory leaks: Indirect leak of 328 byte(s) in 1 object(s) allocated from: #0 0x515feb in operator new(unsigned long) /usr/local/google/work/chromium/src/third_party/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:55 #1 0xc334cfb in BookmarkModel::CreatePermanentNode(BookmarkNode::Type) components/bookmarks/browser/bookmark_model.cc:910 #2 0xc326772 in BookmarkModel::CreateLoadDetails(std::string const&) components/bookmarks/browser/bookmark_model.cc:1006 #3 0xc326553 in BookmarkModel::Load(PrefService*, std::string const&, base::FilePath const&, scoped_refptr\u003Cbase::SequencedTaskRunner> const&, scoped_refptr\u003Cbase::SequencedTaskRunner> const&) components/bookmarks/browser/bookmark_model.cc:151 #4 0x232a4d7 in BookmarkModelFactory::BuildServiceInstanceFor(content::BrowserContext*) const chrome/browser/bookmarks/bookmark_model_factory.cc:65 #5 0xc0bc85f in BrowserContextKeyedServiceFactory::GetServiceForBrowserContext(content::BrowserContext*, bool) components/keyed_service/content/browser_context_keyed_service_factory.cc:91 #6 0x260de89 in ProfileImpl::DoFinalInit() chrome/browser/profiles/profile_impl.cc:657 #7 0x260beb5 in ProfileImpl::OnPrefsLoaded(bool) chrome/browser/profiles/profile_impl.cc:881 #8 0x260ae3e in ProfileImpl::ProfileImpl(base::FilePath const&, Profile::Delegate*, Profile::CreateMode, base::SequencedTaskRunner*) chrome/browser/profiles/profile_impl.cc:492 #9 0x2608ddb in Profile::CreateProfile(base::FilePath const&, Profile::Delegate*, Profile::CreateMode) chrome/browser/profiles/profile_impl.cc:297 #10 0x18de165 in ProfileBrowserTest::CreateProfile(base::FilePath const&, Profile::Delegate*, Profile::CreateMode) chrome/browser/profiles/profile_browsertest.cc:106 #11 0x18df8f8 in ProfileBrowserTest_CreateOldProfileSynchronous_Test::RunTestOnMainThread() chrome/browser/profiles/profile_browsertest.cc:153 #12 0x33f5434 in InProcessBrowserTest::RunTestOnMainThreadLoop() chrome/test/base/in_process_browser_test.cc:427 #13 0x2e6ca18 in Run base/callback.h:401 #14 0x2e6ca18 in ChromeBrowserMainParts::PreMainMessageLoopRunImpl() chrome/browser/chrome_browser_main.cc:1548 #15 0x2e69666 in ChromeBrowserMainParts::PreMainMessageLoopRun() chrome/browser/chrome_browser_main.cc:975 #16 0x59381d7 in content::BrowserMainLoop::PreMainMessageLoopRun() content/browser/browser_main_loop.cc:694 #17 0x5c8f207 in Run base/callback.h:401 #18 0x5c8f207 in content::StartupTaskRunner::RunAllTasksNow() content/browser/startup_task_runner.cc:45 #19 0x59342e0 in content::BrowserMainLoop::CreateStartupTasks() content/browser/browser_main_loop.cc:594 #20 0x5e8a153 in content::BrowserMainRunnerImpl::Initialize(content::MainFunctionParams const&) content/browser/browser_main_runner.cc:106 #21 0xf0228a0 in content::BrowserMain(content::MainFunctionParams const&) content/browser/browser_main.cc:22 #22 0xef6cbc4 in content::ContentMainRunnerImpl::Run() content/app/content_main_runner.cc:763 #23 0xef69d3f in content::ContentMain(content::ContentMainParams const&) content/app/content_main.cc:19 #24 0xcf5b57f in content::BrowserTestBase::SetUp() content/public/test/browser_test_base.cc:253 #25 0x33f2563 in InProcessBrowserTest::SetUp() chrome/test/base/in_process_browser_test.cc:210 #26 0x3e81941 in HandleExceptionsInMethodIfSupported\u003Ctesting::Test, void> testing/gtest/src/gtest.cc:2045 #27 0x3e81941 in testing::Test::Run() testing/gtest/src/gtest.cc:2057 #28 0x3e83cd9 in testing::TestInfo::Run() testing/gtest/src/gtest.cc:2237 #29 0x3e84a66 in testing::TestCase::Run() testing/gtest/src/gtest.cc:2344 #30 0x3e97b7a in testing::internal::UnitTestImpl::RunAllTests() testing/gtest/src/gtest.cc:4065 #31 0x3e971b0 in HandleExceptionsInMethodIfSupported\u003Ctesting::internal::UnitTestImpl, bool> testing/gtest/src/gtest.cc:2045 #32 0x3e971b0 in testing::UnitTest::Run() testing/gtest/src/gtest.cc:3697 #33 0x359557c in RUN_ALL_TESTS testing/gtest/include/gtest/gtest.h:2231 #34 0x359557c in base::TestSuite::Run() base/test/test_suite.cc:227 Original issue's description: > Fixed use-after-free in LoadCallback in bookmark_storage.cc > > BookmarkStorage isn't ref counted anymore since > https://codereview.chromium.org/370323002, and the LoadCallback() task > now gets a WeakPtr to the owning BookmarkStorage. However, it gets a > raw pointer to the BookmarkLoadDetails object, which is still owned > by BookmarkStorage and may have been destroyed when the background > task runs. > > This happened on iOS tests after a recent merge. > > TBR=sky@chromium.org > BUG=165760 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281830 TBR=siggi@chromium.org,gab@chromium.org,sky@chromium.org,joaodasilva@chromium.org NOTREECHECKS=true NOTRY=true BUG=165760 Review URL: https://codereview.chromium.org/379643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281843 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
BUG= Review URL: https://codereview.chromium.org/379603003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281841 0039d316-1c4b-4281-b951-d872f2087c98
-
sullivan@chromium.org authored
Disable smoothness.tough_webgl_cases on Mac since it is failing: http://build.chromium.org/p/chromium.perf/builders/Mac%2010.6%20Perf%20%285%29 BUG=373812 NOTRY=True Review URL: https://codereview.chromium.org/373173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281840 0039d316-1c4b-4281-b951-d872f2087c98
-
noms@chromium.org authored
BUG=392147 TEST=Start Chrome with --new-profile-manager, and click on "Not <name>" from the avatar bubble. In the User Mnaager, press tab until you get to the Guest/Add user buttons. They should be underlined, and pressing Enter should perform the correct action Review URL: https://codereview.chromium.org/373163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281839 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@chromium.org authored
onCloudDeviceStateChanged will now notify users when the state of an mDNS device has changed. This is a modified reland of http://crrev.com/280932 that should fix the test issues. BUG=383167 Review URL: https://codereview.chromium.org/333243006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281838 0039d316-1c4b-4281-b951-d872f2087c98
-
anton@chromium.org authored
BUG=391302 Review URL: https://codereview.chromium.org/373033003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281837 0039d316-1c4b-4281-b951-d872f2087c98
-
siggi@chromium.org authored
Ownership of the bookmark node is temporarily passed to the task to avoid leaking it if the task never runs. This fixes a leak that occurs in Profile browser tests. R=gab@chromium.org,joaodasilva@chromium.org TBR=brettw@chromium.org BUG=391508 Review URL: https://codereview.chromium.org/372663002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281836 0039d316-1c4b-4281-b951-d872f2087c98
-
limasdf@gmail.com authored
from lazy_background_page_apitest.cc BUG=354046 TEST=browser_tests --gtest_filter=LazyBackgroundPageApiTest.* Review URL: https://codereview.chromium.org/366253006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281835 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
Addresses crash in M37 since multi-profiles are turned on by default and user_id hash should be present at all times. BUG=316985 Review URL: https://codereview.chromium.org/374913002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281834 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
BUG= R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/371363006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281832 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
detect_host_arch.py already knows how to figure this out, so reuse it. (It could probably be used in the darwin and maybe even in the windows branch too.) BUG=368384 TEST=nacl_integration on http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests%20%28dbg%29%282%29%2832%29/ goes green TBR=mseaborn@chromium.org Review URL: https://codereview.chromium.org/373253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281831 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
BookmarkStorage isn't ref counted anymore since https://codereview.chromium.org/370323002, and the LoadCallback() task now gets a WeakPtr to the owning BookmarkStorage. However, it gets a raw pointer to the BookmarkLoadDetails object, which is still owned by BookmarkStorage and may have been destroyed when the background task runs. This happened on iOS tests after a recent merge. TBR=sky@chromium.org BUG=165760 Review URL: https://codereview.chromium.org/373153002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281830 0039d316-1c4b-4281-b951-d872f2087c98
-
bnc@chromium.org authored
BUG=334602 Review URL: https://codereview.chromium.org/357413004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281829 0039d316-1c4b-4281-b951-d872f2087c98
-
sebmarchand@chromium.org authored
This is a split of https://codereview.chromium.org/315323002/ after patchset #3. There's more optimization done on a PGO build than on a regular one, this results in some "Unreachable code" warnings that we don't see normally. Currently this warning is disabled for the PGO builds because it triggers on some places like this one. BUG=380175 Review URL: https://codereview.chromium.org/321273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281828 0039d316-1c4b-4281-b951-d872f2087c98
-
wiltzius@chromium.org authored
Just as the title says. The only bot crashing was the GN which is stuck on J. BUG=363783 Review URL: https://codereview.chromium.org/379503003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281827 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This does not link but all files compile now. Mostly this patch adds missing protobug dependencies. R=ajwong@chromium.org TBR=ajwong@chromium.org Review URL: https://codereview.chromium.org/361253004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281825 0039d316-1c4b-4281-b951-d872f2087c98
-
rohitrao@chromium.org authored
The old implementations lived in //content, but they had no content dependencies, so they are safe to move to //web. BUG=390969 TEST=None Review URL: https://codereview.chromium.org/364853010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281824 0039d316-1c4b-4281-b951-d872f2087c98
-
nedeljko.babic@imgtec.com authored
On some architectures (Mips for example) syscalls can take more than six parameters. Add support for 8 native-size parameters in Syscall::Call() BUG=369594 TEST= sandbox_linux_unittests Review URL: https://codereview.chromium.org/357323003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281823 0039d316-1c4b-4281-b951-d872f2087c98
-
qsr@chromium.org authored
This will allow to call back the thread owning a connector from the finalization thread. This API is private to the bindings code. R=rmcilroy@chromium.org Review URL: https://codereview.chromium.org/368923004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281821 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
Before, each network type had its own constants for ClientCert{Type,Pattern,Ref} which lead to duplicate implementations. These constants are now unified into the namespace onc::client_cert together with the other client certificate related constants. This leads to a clearer separation from the Certificate ONC object (has namespace onc::certificate) and simplifies some code (see network_ui_data.cc and onc_validator.cc). BUG=391292 (For trivial constant renaming:) TBR=mef@chromium.org,vitalybuka@chromium.org Review URL: https://codereview.chromium.org/368233004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281820 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
This block is enforced by serial number in the CRLSet already. This reflects it in the source code. See http://googleonlinesecurity.blogspot.com/2014/07/maintaining-digital-certificate-security.html NIC has three certificates, one from each of India CCA's three roots. The certificates being blocked are included below: 2007: -----BEGIN CERTIFICATE----- MIIENjCCAx6gAwIBAgICJ4MwDQYJKoZIhvcNAQEFBQAwOjELMAkGA1UEBhMCSU4x EjAQBgNVBAoTCUluZGlhIFBLSTEXMBUGA1UEAxMOQ0NBIEluZGlhIDIwMDcwHhcN MDcwNzAyMDY0MTU5WhcNMTUwNzA0MDYzMDAwWjCBsDELMAkGA1UEBhMCSU4xJDAi BgNVBAoTG05hdGlvbmFsIEluZm9ybWF0aWNzIENlbnRyZTEOMAwGA1UECxMFTklD Q0ExITAfBgNVBAMTGE5JQyBDZXJ0aWZ5aW5nIEF1dGhvcml0eTESMBAGA1UEBxMJ TmV3IERlbGhpMSQwIgYJKoZIhvcNAQkBFhVzdXBwb3J0QGNhbWFpbC5uaWMuaW4x DjAMBgNVBAgTBURlbGhpMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA wLRKDEWWC1iWcxpVgA7GJEjQVjGIMx9XPLoaMKXiEQdajHgmjKdOhlFkSWiHgiCS Uo39U0/UoC4rAYzBCcfHWdAGjXNs7dt/cz+muK2aMoPoAgXWLF2A48CJMrTcyNFE HryIYJeCiK8DTlEhBxL8II9VBx8qKSquizh4MQTmpqvfjHNqd6qCHF6q8W439io5 kVIFnGNd/p0V5HFv0OpWeF/IpKJA1m1lb729FwfsVpqipf7DLVQUKtSjK/32RDtB hnAmkDlW6IZRPs2F896A5COPSDjJlAeUX8JqDnBOr64bPRgUy0VDnW/soRB3knkn 5w5ueXj3DrgONtjGcBSwVwIDAQABo4HOMIHLMA8GA1UdEwEB/wQFMAMBAf8wEQYD VR0OBAoECEwne24Nsv9UMBMGA1UdIwQMMAqACE8ewFgn2LjkMAsGA1UdDwQEAwIB BjCBggYDVR0fBHsweTB3oHWgc4ZxbGRhcDovL25yZGMuY2NhLmdvdi5pbjozODkv Y249Q0NBIEluZGlhIDIwMDcsb3U9Q0NBIEluZGlhIDIwMDcsbz1JbmRpYSBQS0ks Yz1JTj9jZXJ0aWZpY2F0ZXJldm9jYXRpb25saXN0O2JpbmFyeT8wDQYJKoZIhvcN AQEFBQADggEBAKx6RkVgMGQADgl4jTy3qBDq8nvkegDaDnviTUsGzsR6RpooT0xd wuKiRU0I7p2gAo6uBTMEZtS+XWJz+7xlfo4fao5XIU4e1fxkQuxddM23/J7M4+Uz 3pL7ziK5RcVizhQqz3IjSH440/OoFhUBT5d5WWN0hliEcr7+6nLPAOcAX/qR509a Djd/aonfyQFCMyfiPpYLx5ElTuqUZeHApJ58+Iprwbu3EIux+C+mfS8QCMY+WYje aocCIwIutrmoxIXxGy9yV5OKIe2+4wsCT8aNin+6AV7qNTmFVhp+MF50v69ONTO7 w2Sa+ire2N5FgklMW2WTCi8d8rwLzaWuse4= -----END CERTIFICATE----- 2011: -----BEGIN CERTIFICATE----- MIIEWzCCA0OgAwIBAgICJ5IwDQYJKoZIhvcNAQELBQAwOjELMAkGA1UEBhMCSU4x EjAQBgNVBAoTCUluZGlhIFBLSTEXMBUGA1UEAxMOQ0NBIEluZGlhIDIwMTEwHhcN MTEwMzExMDgxNTExWhcNMTYwMzExMDYzMDAwWjCByDELMAkGA1UEBhMCSU4xJDAi BgNVBAoTG05hdGlvbmFsIEluZm9ybWF0aWNzIENlbnRyZTEdMBsGA1UECxMUQ2Vy dGlmeWluZyBBdXRob3JpdHkxDzANBgNVBBETBjExMDAwMzEOMAwGA1UECBMFRGVs aGkxHjAcBgNVBAkTFUxvZGhpIFJvYWQsIE5ldyBEZWxoaTEdMBsGA1UEMwwUQS1C bG9jaywgQ0dPIENvbXBsZXgxFDASBgNVBAMTC05JQyBDQSAyMDExMIIBIjANBgkq hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7J/N88MoXcCHTz4A5DKF59+8kvSnriGr TEowLSa5NCvH+o89+Mf7V260kKZJ/hQox5RG/F8/gY7u9ziLeypbedeG8EIl88HC 4x9hT0SNLsrj9qo90waDuGYB4/KQ8q5E6ivVxxV0epzQfFA5A5biKltPBbku/M4D iZ+TqBbHxo6nRUEZoukJi0+JLykGI4VpJlQBzow04omxQUZHzvCffo6QvN6FdzZ0 MopwqaggyfHDFu9o4elCR9Kd/obYlgXAHLYwJlN0pybbe2WpKj81/pxDhKgxrVN+ OZaI5OMBBkjDRQG+ZyEnQb8XYMNPJbOgQGYgsRdPPjIn7poTzxe7SQIDAQABo4Hb MIHYMBIGA1UdEwEB/wQIMAYBAf8CAQEwEQYDVR0OBAoECE5VT66z36FmMBIGA1Ud IAQLMAkwBwYFYIJkZAIwEwYDVR0jBAwwCoAITQeoY/LbHN8wLgYIKwYBBQUHAQEE IjAgMB4GCCsGAQUFBzABhhJodHRwOi8vb2N2cy5nb3YuaW4wDgYDVR0PAQH/BAQD AgEGMEYGA1UdHwQ/MD0wO6A5oDeGNWh0dHA6Ly9jY2EuZ292LmluL3J3L3Jlc291 cmNlcy9DQ0FJbmRpYTIwMTFMYXRlc3QuY3JsMA0GCSqGSIb3DQEBCwUAA4IBAQB5 LCqtHbxfO72KRWJbW9dAHNh2xh8n7wstNgSPHLbjL5B0l7RZlCFauy4fjc2faMiB xnOq5oEXeIZBrT2NkuEymQ8f0Pzm3pcXrMkFrj78SiA07/cPQShBKKpw39t6puJV 8ykiVZMZvSCjCzzZZlVO12b2ChADkf6wtseftx5O/zBsqP3Y2+3+KvEeDVtuseKu FV2OxSsqSfffJq7IYTwpRPOVzHGJnjV3Igtj3zAzZm8CWxRM/yhnkGyVc+xz/T7o WY0870eciR+bmLjZ9j0opudZR6e+lCsMHH2Lxc8C/0XRcCzcganxfWCb/fb0gx44 iY0a+wWCVebjuyKU/BXk -----END CERTIFICATE----- 2014: -----BEGIN CERTIFICATE----- MIIEWzCCA0OgAwIBAgICJ7EwDQYJKoZIhvcNAQELBQAwOjELMAkGA1UEBhMCSU4x EjAQBgNVBAoTCUluZGlhIFBLSTEXMBUGA1UEAxMOQ0NBIEluZGlhIDIwMTQwHhcN MTQwMzA1MTExNTI0WhcNMjQwMzA1MDYzMDAwWjCByDELMAkGA1UEBhMCSU4xJDAi BgNVBAoTG05hdGlvbmFsIEluZm9ybWF0aWNzIENlbnRyZTEdMBsGA1UECxMUQ2Vy dGlmeWluZyBBdXRob3JpdHkxDzANBgNVBBETBjExMDAwMzEOMAwGA1UECBMFRGVs aGkxHjAcBgNVBAkTFUxvZGhpIFJvYWQsIE5ldyBEZWxoaTEdMBsGA1UEMxMUQS1C bG9jaywgQ0dPIENvbXBsZXgxFDASBgNVBAMTC05JQyBDQSAyMDE0MIIBIjANBgkq hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA/OQ56Ge9MhJiBwtOlCJP4p5gjcCuqkQ2 6BCSQgfAsxyNxAwtL1f0h3d5KNFIInIG2Y9PwBgUrgavOWy2cZICxgXIGaOzK5bI TyGhxYMPUzkazGppfj0ScW7Ed/kjeDnic3WlYkPwtNaV1qwTElr8zqPUtT27ZDqd 6upor9MICngXAC1tHjhPuGrGtu4i6FMPrmkofwdh8dkuRzU/OPjf9lA+E9Qu0Nvq soI9grJA0etgRfn9juR4X3KTG21qHnza50PpMYC4+vh8jAnIT7Kcz8Ggr4eghkvP +iz2yEtIcV9M1xeo98XU/jxuYS7LeWtO79jkiqCIqgI8T3x7LHuCaQIDAQABo4Hb MIHYMBIGA1UdEwEB/wQIMAYBAf8CAQEwEQYDVR0OBAoECEZwyi8lTsNHMBIGA1Ud IAQLMAkwBwYFYIJkZAIwEwYDVR0jBAwwCoAIQrjFz22zV+EwLgYIKwYBBQUHAQEE IjAgMB4GCCsGAQUFBzABhhJodHRwOi8vb2N2cy5nb3YuaW4wDgYDVR0PAQH/BAQD AgEGMEYGA1UdHwQ/MD0wO6A5oDeGNWh0dHA6Ly9jY2EuZ292LmluL3J3L3Jlc291 cmNlcy9DQ0FJbmRpYTIwMTRMYXRlc3QuY3JsMA0GCSqGSIb3DQEBCwUAA4IBAQCB i3iJeUlkfjY96HgfBIUEsLi+knO3VUrxDmwps1YyhgRSt22NQLZ4jksSWLI2EQbn 9k5tH8rwSbsOWf+TZH7jpaKAVSYi1GhEbGR/C2ZeFiWATwtPWKoVGwx/ksUO9YPM zf0wh6fDIuyBJIs/nuN93+L2ib+TS5viNky+HrR3XyqE0z43W5bbzMbido3lbwgr drMWD6hCNSZs888L0Se4rn2ei0aPmHmxjDjbExF3NF6m2uYC/wAR4cVIzMvvptFY n+SAdG/pwkKHaMVncB/cxxEWiKzOxVpjBsM4N19lpxp2RU/n+x7xRK3WTQvNAZdU 7pcAYmZIXPu/ES9qpK4f -----END CERTIFICATE----- BUG=392251 R=rsleevi@chromium.org Review URL: https://codereview.chromium.org/372383002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281819 0039d316-1c4b-4281-b951-d872f2087c98
-