~chromium-team/chromium-browser/artful-beta

« back to all changes in this revision

Viewing changes to debian/patches/extensions-directory.patch

  • Committer: Chad Miller
  • Date: 2014-01-21 21:22:04 UTC
  • Revision ID: chad.miller@canonical.com-20140121212204-wkrfe0z1io4guv1g
* Upstream release 32.0.1700.77:  (LP: #1269387)
  - Tab indicators for sound, webcam and casting 
  - Automatically blocking malware files 
  - A number of new apps/extension APIs 
  - Lots of under the hood changes for stability and performance 
  - CVE-2013-6646: Use-after-free in web workers.
  - CVE-2013-6641: Use-after-free related to forms.
  - CVE-2013-6642: Address bar spoofing in Chrome for Android.
  - CVE-2013-6643: Unprompted sync with an attacker’s Google account.
  - CVE-2013-6645: Use-after-free related to speech input elements.
  - CVE-2013-6644: Various fixes from internal audits, fuzzing and other
    initiatives.
* Re-merged webapps patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
--- a/src/chrome/common/chrome_paths.cc
6
6
+++ b/src/chrome/common/chrome_paths.cc
7
 
@@ -86,6 +86,8 @@
 
7
@@ -95,6 +95,8 @@
8
8
 #else
9
9
     FILE_PATH_LITERAL("/usr/share/chromium/extensions");
10
10
 #endif  // defined(GOOGLE_CHROME_BUILD)
13
13
 #endif  // defined(OS_LINUX)
14
14
 
15
15
 }  // namespace
16
 
@@ -464,6 +466,10 @@
 
16
@@ -478,6 +480,10 @@
17
17
 #endif
18
18
 #if defined(OS_LINUX)
19
19
     case chrome::DIR_STANDALONE_EXTERNAL_EXTENSIONS: {