-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
138 changed files
with
942 additions
and
1,470 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
MD5 (chromium-13.0.782.220.tar.bz2) = sW1DikSlS2+eiO2dPHupNw== | ||
RMD160 (chromium-13.0.782.220.tar.bz2) = xfcOZs1tZGP4aWsRcAj6d1kmbis= | ||
SHA1 (chromium-13.0.782.220.tar.bz2) = Jx3dfoci2MV9Vtnx/uQoEd01hHA= | ||
SHA256 (chromium-13.0.782.220.tar.bz2) = 73vwq+JkKZI1ZZsu4/wgCMbJzyLVMRj61YkaMKFdus0= | ||
SIZE (chromium-13.0.782.220.tar.bz2) = 155301680 | ||
MD5 (chromium-14.0.835.163.tar.bz2) = 8j8LO0XjDB5gtO8XQyItug== | ||
RMD160 (chromium-14.0.835.163.tar.bz2) = NgCeo9tycKkP/p13ujpS2G1dWoQ= | ||
SHA1 (chromium-14.0.835.163.tar.bz2) = 846INfTBKmFzTrme4KFtE4bicm0= | ||
SHA256 (chromium-14.0.835.163.tar.bz2) = KhaQj85l/aKURIxD7Bbbvj/wdgPwaVEm5ehF9yfGtao= | ||
SIZE (chromium-14.0.835.163.tar.bz2) = 155868619 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
$OpenBSD: patch-base_allocator_allocator_gyp,v 1.1 2011/09/19 08:55:26 robert Exp $ | ||
--- base/allocator/allocator.gyp.orig Thu Aug 25 09:51:44 2011 | ||
+++ base/allocator/allocator.gyp Thu Aug 25 09:51:53 2011 | ||
@@ -338,7 +338,6 @@ | ||
# http://code.google.com/p/google-perftools/source/browse/trunk/Makefile.am | ||
'cflags': [ | ||
'-Wno-sign-compare', | ||
- '-Wno-unused-result', | ||
], | ||
'cflags!': [ | ||
'-fvisibility=hidden', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
www/chromium/patches/patch-base_debug_stack_trace_posix_cc
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
$OpenBSD: patch-base_i18n_number_formatting_cc,v 1.4 2011/08/16 08:17:44 robert Exp $ | ||
--- base/i18n/number_formatting.cc.orig Wed Jul 27 10:01:28 2011 | ||
+++ base/i18n/number_formatting.cc Tue Aug 2 20:12:17 2011 | ||
@@ -36,7 +36,7 @@ struct NumberFormatWrapper { | ||
$OpenBSD: patch-base_i18n_number_formatting_cc,v 1.5 2011/09/19 08:55:26 robert Exp $ | ||
--- base/i18n/number_formatting.cc.orig Wed Aug 24 10:57:42 2011 | ||
+++ base/i18n/number_formatting.cc Wed Aug 24 10:57:51 2011 | ||
@@ -41,7 +41,7 @@ LazyInstance<NumberFormatWrapper> g_number_format_floa | ||
|
||
static LazyInstance<NumberFormatWrapper> g_number_format(LINKER_INITIALIZED); | ||
} // namespace | ||
|
||
-string16 FormatNumber(int64 number) { | ||
+string16 FormatNumber(int64_t number) { | ||
icu::NumberFormat* number_format = g_number_format.Get().number_format.get(); | ||
icu::NumberFormat* number_format = | ||
g_number_format_int.Get().number_format.get(); | ||
|
||
if (!number_format) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
$OpenBSD: patch-base_i18n_number_formatting_h,v 1.1 2011/02/08 09:43:02 espie Exp $ | ||
--- base/i18n/number_formatting.h.orig Fri Jan 21 10:20:15 2011 | ||
+++ base/i18n/number_formatting.h Mon Jan 24 10:51:19 2011 | ||
@@ -11,7 +11,7 @@ | ||
|
||
namespace base { | ||
|
||
$OpenBSD: patch-base_i18n_number_formatting_h,v 1.2 2011/09/19 08:55:26 robert Exp $ | ||
--- base/i18n/number_formatting.h.orig Wed Aug 24 10:57:59 2011 | ||
+++ base/i18n/number_formatting.h Wed Aug 24 10:58:05 2011 | ||
@@ -14,7 +14,7 @@ namespace base { | ||
// Return a number formatted with separators in the user's locale. | ||
// Ex: FormatNumber(1234567) | ||
// => "1,234,567" in English, "1.234.567" in German | ||
-string16 FormatNumber(int64 number); | ||
+string16 FormatNumber(int64_t number); | ||
|
||
} // namespace base | ||
|
||
// Return a number formatted with separators in the user's locale. | ||
// Ex: FormatDouble(1234567.8, 1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,12 @@ | ||
$OpenBSD: patch-base_process_util_posix_cc,v 1.4 2011/06/08 20:36:56 robert Exp $ | ||
--- base/process_util_posix.cc.orig Mon Jun 6 11:11:47 2011 | ||
+++ base/process_util_posix.cc Wed Jun 8 12:29:53 2011 | ||
@@ -104,11 +104,11 @@ int WaitpidWithTimeout(ProcessHandle handle, int64 wai | ||
return status; | ||
} | ||
$OpenBSD: patch-base_process_util_posix_cc,v 1.5 2011/09/19 08:55:26 robert Exp $ | ||
--- base/process_util_posix.cc.orig Wed Aug 24 10:58:43 2011 | ||
+++ base/process_util_posix.cc Wed Aug 24 11:00:22 2011 | ||
@@ -127,7 +127,7 @@ int WaitpidWithTimeout(ProcessHandle handle, int64 wai | ||
|
||
// Android has built-in crash handling. | ||
#if !defined(OS_ANDROID) | ||
-void StackDumpSignalHandler(int signal, siginfo_t* info, ucontext_t* context) { | ||
+void StackDumpSignalHandler(int signal, siginfo_t* info /*, ucontext_t* context */) { | ||
LOG(ERROR) << "Received signal " << signal; | ||
debug::StackTrace().PrintBacktrace(); | ||
|
||
- // TODO(shess): Port to Linux. | ||
+ // TODO(shess): Port to Linux and OpenBSD. | ||
#if defined(OS_MACOSX) | ||
// TODO(shess): Port to 64-bit. | ||
#if ARCH_CPU_32_BITS | ||
@@ -289,7 +289,7 @@ typedef scoped_ptr_malloc<DIR, ScopedDIRClose> ScopedD | ||
static const rlim_t kSystemDefaultMaxFds = 8192; | ||
static const char kFDDir[] = "/dev/fd"; | ||
#elif defined(OS_OPENBSD) | ||
- static const rlim_t kSystemDefaultMaxFds = 256; | ||
+ static const rlim_t kSystemDefaultMaxFds = 128; | ||
static const char kFDDir[] = "/dev/fd"; | ||
#endif | ||
+void StackDumpSignalHandler(int signal, siginfo_t* info/*, ucontext_t* context*/) { | ||
if (debug::BeingDebugged()) | ||
debug::BreakDebugger(); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.